@omnia/fx 8.0.176-dev → 8.0.178-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
  2. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +15 -15
  4. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +0 -136
  5. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +0 -136
  6. package/internal-do-not-import-from-here/ux/markdown/plugins/ThemeStylingPlugin.d.ts +2 -0
  7. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +86 -0
  8. package/internal-do-not-import-from-here/ux/oxide/calendar/docs/ExampleComponents.d.ts +1 -0
  9. package/internal-do-not-import-from-here/ux/oxide/calendar/docs/SampleComponent.d.ts +51 -0
  10. package/internal-do-not-import-from-here/ux/oxide/calendar/docs/index.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +15 -3
  12. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +3 -3
  13. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +59 -0
  14. package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/ExampleComponents.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/SampleComponent.d.ts +51 -0
  16. package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/index.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +3 -2
  18. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +3 -9
  19. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +181 -181
  20. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +37 -37
  22. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +311 -257
  23. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +7 -7
  24. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +7 -7
  25. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +7 -7
  26. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +1 -2
  27. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +6 -7
  28. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +1 -2
  29. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +63 -53
  30. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +6 -4
  31. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +8 -0
  32. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +4 -1
  34. package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +7 -3
  35. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +3 -0
  36. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +2 -1
  37. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +427 -0
  38. package/internal-do-not-import-from-here/wctypings.d.ts +24 -37
  39. package/package.json +4 -4
  40. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.css.d.ts +0 -6
  41. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -78
  42. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.css.d.ts +0 -6
  43. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -97
  44. package/internal-do-not-import-from-here/ux/velcron/blocks/content/model/ContentDefinitionRegistration.d.ts +0 -6
  45. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +0 -113
  46. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +0 -2
  47. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +0 -3
  48. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +0 -2
  49. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +0 -2
  50. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +0 -4
  51. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +0 -2
  52. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +0 -3
  53. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +0 -3
  54. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +0 -2
  55. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +0 -2
  56. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +0 -4
  57. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +0 -10
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +0 -15
  59. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.css.d.ts +0 -3
  60. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +0 -31
  61. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.css.d.ts +0 -3
  62. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +0 -37
  63. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +0 -16
  64. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.css.d.ts +0 -3
  65. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +0 -32
  66. /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 VelcronContentInstance extends VelcronDefinitionRegistration<ContentBlockVelcronState> {
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 { VelcronContentInstance } from "../models";
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: VelcronContentInstance[];
12
+ definitions: ThisIsWrongVelcronContentInstance[];
13
13
  placeHolderText: string;
14
- activeDefinition: VelcronContentInstance;
15
- selectedDefinition: VelcronContentInstance;
16
- lastDefinition: VelcronContentInstance;
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<VelcronContentInstance[]>;
26
+ onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance[]>;
27
27
  onMutatedPlaceHolderText: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
28
- onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
29
- onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
30
- onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
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: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
66
+ subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
67
67
  };
68
68
  toggleColorSchemaPreview: {
69
- subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
69
+ subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
70
70
  };
71
71
  toggleDefinitionPreview: {
72
- subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
72
+ subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
73
73
  };
74
74
  changeDefinition: {
75
- subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
75
+ subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
76
76
  };
77
77
  updateDefinition: {
78
- subscribe(fn: (definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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: VelcronContentInstance): void;
167
+ setActiveDefinition(definition: ThisIsWrongVelcronContentInstance): void;
168
168
  removeActiveDefinition(): void;
169
- setSelectedDefinition(definition: VelcronContentInstance): void;
169
+ setSelectedDefinition(definition: ThisIsWrongVelcronContentInstance): void;
170
170
  removeSelectedDefinition(): void;
171
171
  setDragDropState(onGoingDragging: boolean): void;
172
- updateColorSchema(definitionRegistration: VelcronContentInstance, colorSchemaType: string): void;
173
- toggleColorSchemaPreview(definitionRegistration: VelcronContentInstance, colorSchemaType: string): void;
174
- toggleDefinitionPreview(definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue): void;
175
- changeDefinition(definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean): void;
176
- updateDefinition(definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition): void;
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
  };