@omnia/fx 8.0.265-dev → 8.0.267-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. package/internal-do-not-import-from-here/stores/floweditor/FlowEditorPluginStore.d.ts +1 -0
  2. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +12 -0
  3. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +4 -0
  4. package/internal-do-not-import-from-here/ux/aurora/designkits/default/DefinitionRegistrations.d.ts +0 -1
  5. package/internal-do-not-import-from-here/ux/aurora/designkits/pages/DefinitionRegistrations.d.ts +0 -1
  6. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +36 -0
  7. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +36 -0
  8. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/floweditor/FlowEditor.css.d.ts +5 -5
  10. package/internal-do-not-import-from-here/ux/floweditor/commands/EditorCommands.d.ts +62 -16
  11. package/internal-do-not-import-from-here/ux/floweditor/commands/helpers/EditorNodeHelper.d.ts +3 -2
  12. package/internal-do-not-import-from-here/ux/floweditor/commands/helpers/Editorhelper.d.ts +13 -5
  13. package/internal-do-not-import-from-here/ux/floweditor/commands/helpers/HtmlNodehelper.d.ts +22 -6
  14. package/internal-do-not-import-from-here/ux/floweditor/models/Constants.d.ts +14 -0
  15. package/internal-do-not-import-from-here/ux/floweditor/models/EditorPlugin.d.ts +10 -0
  16. package/internal-do-not-import-from-here/ux/floweditor/plugins/elements/ElementPlugin.d.ts +7 -0
  17. package/internal-do-not-import-from-here/ux/floweditor/plugins/eventhandlers/EditorEvents.d.ts +4 -0
  18. package/internal-do-not-import-from-here/ux/floweditor/plugins/eventhandlers/KeyboardEvents.d.ts +4 -0
  19. package/internal-do-not-import-from-here/ux/floweditor/plugins/eventhandlers/handlers/BackspaceHandler.d.ts +4 -0
  20. package/internal-do-not-import-from-here/ux/floweditor/plugins/eventhandlers/handlers/ClipboardHandler.d.ts +4 -0
  21. package/internal-do-not-import-from-here/ux/floweditor/plugins/eventhandlers/handlers/EnterHandler.d.ts +4 -0
  22. package/internal-do-not-import-from-here/ux/floweditor/plugins/sourceeditor/SourceEditorPlugin.d.ts +2 -1
  23. package/internal-do-not-import-from-here/ux/floweditor/plugins/testdata/TestDataPlugin.d.ts +2 -1
  24. package/internal-do-not-import-from-here/ux/floweditor/rules/EditorRules.d.ts +7 -0
  25. package/internal-do-not-import-from-here/ux/floweditor/stores/FlowEditorStore.d.ts +197 -27
  26. package/internal-do-not-import-from-here/ux/floweditor/stores/FlowEditorToolbarStore.d.ts +985 -135
  27. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +0 -2
  28. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +0 -1
  29. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +0 -2
  30. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +0 -2
  31. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +0 -2
  32. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +0 -2
  33. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +0 -2
  34. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +18 -1
  37. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +3 -3
  38. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -1
  39. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
  40. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +3 -3
  41. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/models → definitions}/VelcronDefinitionIds.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/velcron/definitions/index.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/velcron/definitions/social/index.d.ts +0 -0
  46. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +7 -7
  48. package/internal-do-not-import-from-here/ux/velcron/renderer/components/{Markdown.d.ts → Flow.d.ts} +6 -6
  49. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/MarkdownEditor.d.ts +6 -6
  50. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +47 -7
  51. package/internal-do-not-import-from-here/wctypings.d.ts +0 -16
  52. package/package.json +2 -2
  53. package/internal-do-not-import-from-here/ux/floweditor/commands/ClipboardCommands.d.ts +0 -4
  54. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.css.d.ts +0 -6
  55. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +0 -949
  56. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Quote.d.ts +0 -2
  57. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/index.d.ts +0 -2
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Image.d.ts +0 -2
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +0 -3
  60. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +0 -3
  61. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Praise.d.ts +0 -2
  62. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/SocialText.d.ts +0 -2
  63. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +0 -4
  64. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +0 -9
  65. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/index.d.ts +0 -2
  66. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +0 -180
  67. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +0 -1
  68. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +0 -5
  69. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +0 -1133
  70. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +0 -80
  71. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +0 -4
  72. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +0 -11
  73. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +0 -11
  74. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +0 -12
  75. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +0 -11
  76. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +0 -14
  77. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +0 -4
  78. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +0 -14
  79. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +0 -1
  80. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +0 -1
  81. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +0 -6
  82. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +0 -2
  83. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +0 -24
  84. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +0 -1
  85. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +0 -222
  86. /package/internal-do-not-import-from-here/ux/{aurora/RegistrationHandlerDefinitions.d.ts → velcron/apis/VelcronCategoriesHandler.d.ts} +0 -0
  87. /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/DefinitionRegistrations.d.ts → apis/VelcronDefinitionsHandler.d.ts} +0 -0
  88. /package/internal-do-not-import-from-here/ux/velcron/{registrations → definitions}/CategoryRegistrations.d.ts +0 -0
  89. /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/definitions → definitions}/content/Image.d.ts +0 -0
  90. /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/definitions → definitions}/content/ImageText.d.ts +0 -0
  91. /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditorNew/definitions/DefinitionRegistrations.d.ts → definitions/content/Quote.d.ts} +0 -0
  92. /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/definitions → definitions}/content/Text.d.ts +0 -0
  93. /package/internal-do-not-import-from-here/ux/velcron/{components/contenteditor/definitions → definitions}/content/index.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/{aurora/designkits/default/definitions/content → velcron/definitions/social}/Image.d.ts +0 -0
  95. /package/internal-do-not-import-from-here/ux/{aurora/designkits/default/definitions/content/ImageText.d.ts → velcron/definitions/social/MicroBlog.d.ts} +0 -0
  96. /package/internal-do-not-import-from-here/ux/{aurora/designkits/default/definitions/content/Quote.d.ts → velcron/definitions/social/MicroBlog2.d.ts} +0 -0
  97. /package/internal-do-not-import-from-here/ux/{aurora/designkits/default/definitions/content/Text.d.ts → velcron/definitions/social/Praise.d.ts} +0 -0
  98. /package/internal-do-not-import-from-here/ux/{aurora/designkits/default/definitions/content/index.d.ts → velcron/definitions/social/SocialText.d.ts} +0 -0
@@ -1,2 +0,0 @@
1
- import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
- export declare const ContentQuote: VelcronDefinitionRegistration;
@@ -1,2 +0,0 @@
1
- export * from "./content";
2
- export * from "./social";
@@ -1,2 +0,0 @@
1
- import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
- export declare const SocialImage: VelcronDefinitionRegistration;
@@ -1,3 +0,0 @@
1
- import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
- export declare const MicroBlog: VelcronDefinitionRegistration;
3
- export declare const MicroBlog2: VelcronDefinitionRegistration;
@@ -1,3 +0,0 @@
1
- import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
- export declare const MicroBlog3: VelcronDefinitionRegistration;
3
- export declare const MicroBlog4: VelcronDefinitionRegistration;
@@ -1,2 +0,0 @@
1
- import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
- export declare const socialPraise: VelcronDefinitionRegistration;
@@ -1,2 +0,0 @@
1
- import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
- export declare const SocialContentText: VelcronDefinitionRegistration;
@@ -1,4 +0,0 @@
1
- export * from "./Image";
2
- export * from "./SocialText";
3
- export * from "./MicroBlog";
4
- export * from "./Praise";
@@ -1,9 +0,0 @@
1
- import { DynamicState, guid, VelcronDefinitionRegistration } from "@omnia/fx-models";
2
- export interface ContentBlockVelcronState extends DynamicState {
3
- content: {
4
- [id: string]: unknown;
5
- };
6
- }
7
- export interface ThisIsWrongVelcronContentInstance extends VelcronDefinitionRegistration<ContentBlockVelcronState> {
8
- contentId: guid;
9
- }
@@ -1,2 +0,0 @@
1
- export * from "./ContentDefinitionRegistration";
2
- export * from "./VelcronDefinitionIds";
@@ -1,180 +0,0 @@
1
- import { VelcronAppDefinition, VelcronDefinition, VelcronState, VelcronDefinitionRegistration, guid } from "@omnia/fx-models";
2
- import { ThisIsWrongVelcronContentInstance } from "../models";
3
- export declare enum MenuTabs {
4
- templates = 0,
5
- content = 1
6
- }
7
- export declare const useVelcronContentEditorStore: () => {
8
- get: {
9
- content: () => VelcronAppDefinition<object>[];
10
- };
11
- state: {
12
- definitions: Array<ThisIsWrongVelcronContentInstance>;
13
- placeHolderText: string;
14
- activeDefinition: ThisIsWrongVelcronContentInstance;
15
- selectedDefinition: ThisIsWrongVelcronContentInstance;
16
- lastDefinition: ThisIsWrongVelcronContentInstance;
17
- toggleColorSchemaPreview: string;
18
- toggleDefinitionPreview: VelcronDefinition;
19
- previewState: VelcronState;
20
- allowToggle: boolean;
21
- onGoingDragging: boolean;
22
- socialMode: boolean;
23
- showLoading: boolean;
24
- };
25
- events: {
26
- onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance[]>;
27
- onMutatedPlaceHolderText: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
28
- onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance>;
29
- onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance>;
30
- onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance>;
31
- onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
32
- onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
33
- onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
34
- onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
35
- onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
36
- onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
37
- onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
38
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
39
- actions: {
40
- onDispatching: {
41
- resetStore: {
42
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
- };
44
- ensureLastTextDefinition: {
45
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
46
- };
47
- addDefinition: {
48
- subscribe(fn: (definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
- };
50
- setActiveDefinition: {
51
- subscribe(fn: (definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
52
- };
53
- removeActiveDefinition: {
54
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
55
- };
56
- setSelectedDefinition: {
57
- subscribe(fn: (definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
58
- };
59
- removeSelectedDefinition: {
60
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
61
- };
62
- setDragDropState: {
63
- subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
64
- };
65
- updateColorSchema: {
66
- subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
67
- };
68
- toggleColorSchemaPreview: {
69
- subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
70
- };
71
- toggleDefinitionPreview: {
72
- subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
73
- };
74
- changeDefinition: {
75
- subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
76
- };
77
- updateDefinition: {
78
- subscribe(fn: (definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
79
- };
80
- };
81
- onDispatched: {
82
- resetStore: {
83
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
84
- };
85
- ensureLastTextDefinition: {
86
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
87
- };
88
- addDefinition: {
89
- subscribe(fn: (result: void, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
90
- };
91
- setActiveDefinition: {
92
- subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
93
- };
94
- removeActiveDefinition: {
95
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
96
- };
97
- setSelectedDefinition: {
98
- subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
99
- };
100
- removeSelectedDefinition: {
101
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
102
- };
103
- setDragDropState: {
104
- subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
105
- };
106
- updateColorSchema: {
107
- subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
108
- };
109
- toggleColorSchemaPreview: {
110
- subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
111
- };
112
- toggleDefinitionPreview: {
113
- subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
114
- };
115
- changeDefinition: {
116
- subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
117
- };
118
- updateDefinition: {
119
- subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
120
- };
121
- };
122
- onFailure: {
123
- resetStore: {
124
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
125
- };
126
- ensureLastTextDefinition: {
127
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
128
- };
129
- addDefinition: {
130
- subscribe(fn: (failureReason: any, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
131
- };
132
- setActiveDefinition: {
133
- subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
134
- };
135
- removeActiveDefinition: {
136
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
137
- };
138
- setSelectedDefinition: {
139
- subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
140
- };
141
- removeSelectedDefinition: {
142
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
143
- };
144
- setDragDropState: {
145
- subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
146
- };
147
- updateColorSchema: {
148
- subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
149
- };
150
- toggleColorSchemaPreview: {
151
- subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
152
- };
153
- toggleDefinitionPreview: {
154
- subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
155
- };
156
- changeDefinition: {
157
- subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
158
- };
159
- updateDefinition: {
160
- subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
161
- };
162
- };
163
- } & {
164
- resetStore(): void;
165
- ensureLastTextDefinition(): void;
166
- addDefinition(definition: VelcronDefinitionRegistration): void;
167
- setActiveDefinition(definition: ThisIsWrongVelcronContentInstance): void;
168
- removeActiveDefinition(): void;
169
- setSelectedDefinition(definition: ThisIsWrongVelcronContentInstance): void;
170
- removeSelectedDefinition(): void;
171
- setDragDropState(onGoingDragging: boolean): void;
172
- updateColorSchema(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
173
- toggleColorSchemaPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
174
- toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid): void;
175
- changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
176
- updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition): void;
177
- };
178
- } & {
179
- dispose?: () => void;
180
- };
@@ -1 +0,0 @@
1
- export * from "./DefinitionRegistrations";
@@ -1,5 +0,0 @@
1
- import { Spacing } from "@omnia/fx-models";
2
- export declare const VelcronContentEditorStyles: {
3
- itemWrapper: string;
4
- spacing: (spacing: Spacing) => string;
5
- };