@omnia/fx 8.0.146-dev → 8.0.148-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/console/components/Console.d.ts +9 -5
  2. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +2 -2
  3. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +4 -2
  4. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +16 -14
  5. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +12 -1
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +7 -8
  7. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -26
  8. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +8 -25
  9. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +3 -11
  10. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +9 -16
  11. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +2 -10
  12. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +3 -13
  13. package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +2 -10
  14. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +8 -27
  15. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +3 -15
  16. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +7 -24
  17. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +7 -20
  18. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +3 -13
  19. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +7 -12
  20. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +2 -12
  21. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +7 -18
  22. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +7 -12
  23. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +2 -12
  24. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -11
  25. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +2 -18
  26. package/internal-do-not-import-from-here/ux/aurora/store/VelcronDefinitionStore.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +3 -0
  29. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +9 -5
  30. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +2 -6
  31. package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +9 -5
  32. package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +2 -6
  33. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +3 -17
  34. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +3 -21
  35. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +3 -5
  36. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +2 -4
  37. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +9 -5
  38. package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +4 -4
  39. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +3 -5
  40. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +5 -5
  41. package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +4 -4
  42. package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +7 -10
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +42 -0
  45. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +2 -10
  46. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +3 -11
  47. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +3 -15
  48. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +4 -4
  49. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +10 -7
  50. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +2 -4
  53. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +2 -8
  54. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +2 -16
  55. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -29
  56. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +3 -7
  57. package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +3 -5
  58. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -38
  59. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +20 -20
  60. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +4 -4
  61. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +12 -4
  62. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +16 -56
  63. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +3 -9
  64. package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -30
  65. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +2 -16
  66. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -39
  67. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  68. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/{DefinitionPicker.css.d.ts → VelcronDefinitionPicker.css.d.ts} +2 -0
  69. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/{DefinitionPicker.d.ts → VelcronDefinitionPicker.d.ts} +31 -2
  70. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +491 -0
  71. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +6 -3
  72. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +0 -20
  73. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +2 -0
  74. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +7 -10
  75. package/internal-do-not-import-from-here/ux/velcron/editor/components/ComponentStyles.css.d.ts +3 -0
  76. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +67 -0
  77. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +54 -15
  78. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +54 -15
  79. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +54 -15
  80. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +3 -1
  81. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -1
  82. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -9
  84. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +21 -0
  85. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +12 -16
  86. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +3 -5
  87. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +2 -4
  88. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +2 -4
  89. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +188 -0
  90. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +54 -15
  91. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +55 -24
  92. package/internal-do-not-import-from-here/wctypings.d.ts +25 -1
  93. package/package.json +2 -2
  94. package/internal-do-not-import-from-here/ux/journey/JourneyTokenRouter.d.ts +0 -0
  95. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +0 -3
  96. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +0 -43
  97. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +0 -6
  98. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionUserInfo.d.ts +0 -21
@@ -0,0 +1,491 @@
1
+ import { GuidValue, VelcronDefinitionRegistration, VelcronState } from "@omnia/fx-models";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ "preview-state": {
5
+ type: import("vue").PropType<VelcronState>;
6
+ };
7
+ previewState: {
8
+ type: import("vue").PropType<VelcronState>;
9
+ };
10
+ "allow-edit": {
11
+ type: import("vue").PropType<boolean>;
12
+ };
13
+ allowEdit: {
14
+ type: import("vue").PropType<boolean>;
15
+ };
16
+ "has-container": {
17
+ type: import("vue").PropType<boolean>;
18
+ };
19
+ hasContainer: {
20
+ type: import("vue").PropType<boolean>;
21
+ };
22
+ "onUpdate:modelValue": {
23
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
24
+ };
25
+ "v-model": {
26
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
27
+ required: false;
28
+ };
29
+ modelValue: {
30
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
31
+ required: false;
32
+ };
33
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
34
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
35
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
36
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
37
+ required: false;
38
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
39
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
40
+ required: false;
41
+ }; } & {
42
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronDefinitionRegistration<object>, {
43
+ "onUpdate:modelValue": {
44
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
45
+ };
46
+ } & {
47
+ "v-model": {
48
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
49
+ required: false;
50
+ };
51
+ } & {
52
+ modelValue: {
53
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
54
+ required: false;
55
+ };
56
+ }>;
57
+ defaultValue(value?: VelcronDefinitionRegistration<object>): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronDefinitionRegistration<object>, {
58
+ "onUpdate:modelValue": {
59
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
60
+ };
61
+ } & {
62
+ "v-model": {
63
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
64
+ required: false;
65
+ };
66
+ } & {
67
+ modelValue: {
68
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
69
+ required: false;
70
+ };
71
+ }, false>;
72
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronDefinitionRegistration<object>, {
73
+ "onUpdate:modelValue": {
74
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
75
+ };
76
+ } & {
77
+ "v-model": {
78
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
79
+ required: false;
80
+ };
81
+ } & {
82
+ modelValue: {
83
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
84
+ required: false;
85
+ };
86
+ }>;
87
+ };
88
+ colorSchemaType?: any;
89
+ container?: any;
90
+ colors?: any;
91
+ }>> & {
92
+ "onUpdate:modelValue"?: (value: boolean) => any;
93
+ onSelected?: (id: GuidValue) => any;
94
+ "onDefinition:enter"?: (id: GuidValue) => any;
95
+ "onDefinition:leave"?: (id: GuidValue) => any;
96
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
97
+ selected: (id: GuidValue) => any;
98
+ "update:modelValue": (value: boolean) => any;
99
+ "definition:enter": (id: GuidValue) => any;
100
+ "definition:leave": (id: GuidValue) => any;
101
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
102
+ "preview-state": {
103
+ type: import("vue").PropType<VelcronState>;
104
+ };
105
+ previewState: {
106
+ type: import("vue").PropType<VelcronState>;
107
+ };
108
+ "allow-edit": {
109
+ type: import("vue").PropType<boolean>;
110
+ };
111
+ allowEdit: {
112
+ type: import("vue").PropType<boolean>;
113
+ };
114
+ "has-container": {
115
+ type: import("vue").PropType<boolean>;
116
+ };
117
+ hasContainer: {
118
+ type: import("vue").PropType<boolean>;
119
+ };
120
+ "onUpdate:modelValue": {
121
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
122
+ };
123
+ "v-model": {
124
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
125
+ required: false;
126
+ };
127
+ modelValue: {
128
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
129
+ required: false;
130
+ };
131
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
132
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
133
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
134
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
135
+ required: false;
136
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
137
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
138
+ required: false;
139
+ }; } & {
140
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronDefinitionRegistration<object>, {
141
+ "onUpdate:modelValue": {
142
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
143
+ };
144
+ } & {
145
+ "v-model": {
146
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
147
+ required: false;
148
+ };
149
+ } & {
150
+ modelValue: {
151
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
152
+ required: false;
153
+ };
154
+ }>;
155
+ defaultValue(value?: VelcronDefinitionRegistration<object>): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronDefinitionRegistration<object>, {
156
+ "onUpdate:modelValue": {
157
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
158
+ };
159
+ } & {
160
+ "v-model": {
161
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
162
+ required: false;
163
+ };
164
+ } & {
165
+ modelValue: {
166
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
167
+ required: false;
168
+ };
169
+ }, false>;
170
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronDefinitionRegistration<object>, {
171
+ "onUpdate:modelValue": {
172
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
173
+ };
174
+ } & {
175
+ "v-model": {
176
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
177
+ required: false;
178
+ };
179
+ } & {
180
+ modelValue: {
181
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
182
+ required: false;
183
+ };
184
+ }>;
185
+ };
186
+ colorSchemaType?: any;
187
+ container?: any;
188
+ colors?: any;
189
+ }>> & {
190
+ "onUpdate:modelValue"?: (value: boolean) => any;
191
+ onSelected?: (id: GuidValue) => any;
192
+ "onDefinition:enter"?: (id: GuidValue) => any;
193
+ "onDefinition:leave"?: (id: GuidValue) => any;
194
+ }, {
195
+ container?: any;
196
+ colorSchemaType?: any;
197
+ colors?: any;
198
+ }, true, {}, {}, {
199
+ P: {};
200
+ B: {};
201
+ D: {};
202
+ C: {};
203
+ M: {};
204
+ Defaults: {};
205
+ }, Readonly<import("vue").ExtractPropTypes<{
206
+ "preview-state": {
207
+ type: import("vue").PropType<VelcronState>;
208
+ };
209
+ previewState: {
210
+ type: import("vue").PropType<VelcronState>;
211
+ };
212
+ "allow-edit": {
213
+ type: import("vue").PropType<boolean>;
214
+ };
215
+ allowEdit: {
216
+ type: import("vue").PropType<boolean>;
217
+ };
218
+ "has-container": {
219
+ type: import("vue").PropType<boolean>;
220
+ };
221
+ hasContainer: {
222
+ type: import("vue").PropType<boolean>;
223
+ };
224
+ "onUpdate:modelValue": {
225
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
226
+ };
227
+ "v-model": {
228
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
229
+ required: false;
230
+ };
231
+ modelValue: {
232
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
233
+ required: false;
234
+ };
235
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
236
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
237
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
238
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
239
+ required: false;
240
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
241
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
242
+ required: false;
243
+ }; } & {
244
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronDefinitionRegistration<object>, {
245
+ "onUpdate:modelValue": {
246
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
247
+ };
248
+ } & {
249
+ "v-model": {
250
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
251
+ required: false;
252
+ };
253
+ } & {
254
+ modelValue: {
255
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
256
+ required: false;
257
+ };
258
+ }>;
259
+ defaultValue(value?: VelcronDefinitionRegistration<object>): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronDefinitionRegistration<object>, {
260
+ "onUpdate:modelValue": {
261
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
262
+ };
263
+ } & {
264
+ "v-model": {
265
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
266
+ required: false;
267
+ };
268
+ } & {
269
+ modelValue: {
270
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
271
+ required: false;
272
+ };
273
+ }, false>;
274
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronDefinitionRegistration<object>, {
275
+ "onUpdate:modelValue": {
276
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
277
+ };
278
+ } & {
279
+ "v-model": {
280
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
281
+ required: false;
282
+ };
283
+ } & {
284
+ modelValue: {
285
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
286
+ required: false;
287
+ };
288
+ }>;
289
+ };
290
+ colorSchemaType?: any;
291
+ container?: any;
292
+ colors?: any;
293
+ }>> & {
294
+ "onUpdate:modelValue"?: (value: boolean) => any;
295
+ onSelected?: (id: GuidValue) => any;
296
+ "onDefinition:enter"?: (id: GuidValue) => any;
297
+ "onDefinition:leave"?: (id: GuidValue) => any;
298
+ }, () => JSX.Element, {}, {}, {}, {
299
+ container?: any;
300
+ colorSchemaType?: any;
301
+ colors?: any;
302
+ }>;
303
+ __isFragment?: never;
304
+ __isTeleport?: never;
305
+ __isSuspense?: never;
306
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
307
+ "preview-state": {
308
+ type: import("vue").PropType<VelcronState>;
309
+ };
310
+ previewState: {
311
+ type: import("vue").PropType<VelcronState>;
312
+ };
313
+ "allow-edit": {
314
+ type: import("vue").PropType<boolean>;
315
+ };
316
+ allowEdit: {
317
+ type: import("vue").PropType<boolean>;
318
+ };
319
+ "has-container": {
320
+ type: import("vue").PropType<boolean>;
321
+ };
322
+ hasContainer: {
323
+ type: import("vue").PropType<boolean>;
324
+ };
325
+ "onUpdate:modelValue": {
326
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
327
+ };
328
+ "v-model": {
329
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
330
+ required: false;
331
+ };
332
+ modelValue: {
333
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
334
+ required: false;
335
+ };
336
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
337
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
338
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
339
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
340
+ required: false;
341
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
342
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
343
+ required: false;
344
+ }; } & {
345
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronDefinitionRegistration<object>, {
346
+ "onUpdate:modelValue": {
347
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
348
+ };
349
+ } & {
350
+ "v-model": {
351
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
352
+ required: false;
353
+ };
354
+ } & {
355
+ modelValue: {
356
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
357
+ required: false;
358
+ };
359
+ }>;
360
+ defaultValue(value?: VelcronDefinitionRegistration<object>): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronDefinitionRegistration<object>, {
361
+ "onUpdate:modelValue": {
362
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
363
+ };
364
+ } & {
365
+ "v-model": {
366
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
367
+ required: false;
368
+ };
369
+ } & {
370
+ modelValue: {
371
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
372
+ required: false;
373
+ };
374
+ }, false>;
375
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronDefinitionRegistration<object>, {
376
+ "onUpdate:modelValue": {
377
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
378
+ };
379
+ } & {
380
+ "v-model": {
381
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
382
+ required: false;
383
+ };
384
+ } & {
385
+ modelValue: {
386
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
387
+ required: false;
388
+ };
389
+ }>;
390
+ };
391
+ colorSchemaType?: any;
392
+ container?: any;
393
+ colors?: any;
394
+ }>> & {
395
+ "onUpdate:modelValue"?: (value: boolean) => any;
396
+ onSelected?: (id: GuidValue) => any;
397
+ "onDefinition:enter"?: (id: GuidValue) => any;
398
+ "onDefinition:leave"?: (id: GuidValue) => any;
399
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
400
+ selected: (id: GuidValue) => any;
401
+ "update:modelValue": (value: boolean) => any;
402
+ "definition:enter": (id: GuidValue) => any;
403
+ "definition:leave": (id: GuidValue) => any;
404
+ }, string, {
405
+ container?: any;
406
+ colorSchemaType?: any;
407
+ colors?: any;
408
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
409
+ propsDefinition: Omit<Readonly<{
410
+ container?: any;
411
+ colorSchemaType?: any;
412
+ colors?: any;
413
+ } & {
414
+ name?: {
415
+ [x: `onUpdate:${string}`]: {
416
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
417
+ };
418
+ } & {
419
+ [x: `v-model:${string}`]: {
420
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
421
+ required: false;
422
+ };
423
+ } & {
424
+ [x: string]: {
425
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
426
+ required: false;
427
+ };
428
+ } & {
429
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronDefinitionRegistration<object>, {
430
+ "onUpdate:modelValue": {
431
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
432
+ };
433
+ } & {
434
+ "v-model": {
435
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
436
+ required: false;
437
+ };
438
+ } & {
439
+ modelValue: {
440
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
441
+ required: false;
442
+ };
443
+ }>;
444
+ defaultValue(value?: VelcronDefinitionRegistration<object>): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronDefinitionRegistration<object>, {
445
+ "onUpdate:modelValue": {
446
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
447
+ };
448
+ } & {
449
+ "v-model": {
450
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
451
+ required: false;
452
+ };
453
+ } & {
454
+ modelValue: {
455
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
456
+ required: false;
457
+ };
458
+ }, false>;
459
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronDefinitionRegistration<object>, {
460
+ "onUpdate:modelValue": {
461
+ type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
462
+ };
463
+ } & {
464
+ "v-model": {
465
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
466
+ required: false;
467
+ };
468
+ } & {
469
+ modelValue: {
470
+ type: import("vue").PropType<VelcronDefinitionRegistration<object>>;
471
+ required: false;
472
+ };
473
+ }>;
474
+ };
475
+ "v-model"?: VelcronDefinitionRegistration<object>;
476
+ "onUpdate:modelValue"?: (value: VelcronDefinitionRegistration<object>) => any;
477
+ modelValue?: VelcronDefinitionRegistration<object>;
478
+ allowEdit?: boolean;
479
+ previewState?: VelcronState;
480
+ "allow-edit"?: boolean;
481
+ "preview-state"?: VelcronState;
482
+ hasContainer?: boolean;
483
+ "has-container"?: boolean;
484
+ }>, "onUpdate:modelValue" | "onSelected" | "onDefinition:enter" | "onDefinition:leave"> & {
485
+ "onUpdate:modelValue"?: (value: boolean) => any;
486
+ onSelected?: (id: GuidValue) => any;
487
+ "onDefinition:enter"?: (id: GuidValue) => any;
488
+ "onDefinition:leave"?: (id: GuidValue) => any;
489
+ };
490
+ };
491
+ export default _default;
@@ -82,7 +82,8 @@ export interface VelcronRenderContextEventHandlersInstance extends VelcronRender
82
82
  export interface VelcronRenderContextHooks {
83
83
  dialogVisibilityChanged?: ((visible: boolean) => void);
84
84
  onItemSelected?: ((item: VelcronDefinition) => void);
85
- onItemRendered?: ((item: VelcronDefinition) => OnItemRenderedHookResult);
85
+ wrapperStyleExtensions?: ((item: VelcronDefinition) => string);
86
+ appStyleExtension?: (() => string);
86
87
  onItemCreatedProps?: ((item: VelcronDefinition) => object);
87
88
  }
88
89
  export interface VelcronContainerRenderer {
@@ -123,8 +124,6 @@ export interface VelcronColorStyling {
123
124
  color?: string;
124
125
  }
125
126
  export interface VelcronTextStyling {
126
- text: string;
127
- placeholder?: string;
128
127
  typography?: string;
129
128
  size?: string;
130
129
  }
@@ -180,6 +179,8 @@ export interface VelcronCardDefinition extends VelcronDefinition, VelcronColorSt
180
179
  }
181
180
  export interface VelcronTextDefinition extends VelcronDefinitionWithEditMode, VelcronColorStyling, VelcronTextStyling {
182
181
  type: "text";
182
+ value: VelcronBindableProp<string>;
183
+ placeholder?: VelcronBindableProp<string>;
183
184
  editLabel?: VelcronBindableProp;
184
185
  lineClamp?: number;
185
186
  noWrap?: boolean;
@@ -245,6 +246,8 @@ export interface VelcronIconDefinition extends VelcronDefinition, VelcronColorSt
245
246
  }
246
247
  export interface VelcronMarkdownDefinition extends VelcronDefinitionWithEditMode, VelcronColorStyling, VelcronTextStyling {
247
248
  type: "markdown";
249
+ value: VelcronBindableProp<string>;
250
+ placeholder: VelcronBindableProp<string>;
248
251
  events: VelcronOnUpdatedEvent;
249
252
  }
250
253
  export interface VelcronRiveDefinition extends VelcronDefinition {
@@ -9,26 +9,6 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
9
9
  isContainer: boolean;
10
10
  name: string;
11
11
  colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
12
- themeStore: {
13
- state: {
14
- currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
15
- };
16
- get: {
17
- componentBlueprints: () => void;
18
- colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => ColorSchema;
19
- spacing: () => import("@omnia/fx-models").SpacingDefinition;
20
- typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => any;
21
- color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
22
- colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
23
- complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
24
- complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
25
- complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
26
- currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
27
- };
28
- actions: {
29
- setTheme(newTheme: import("@omnia/fx-models").ThemeDefinitionV2): void;
30
- };
31
- };
32
12
  id: import("@omnia/fx-models").GuidValue;
33
13
  };
34
14
  get: {
@@ -1,4 +1,6 @@
1
1
  export declare const VelcronEditorStyles: {
2
+ componentHidden: (backgroundColor: string) => string;
3
+ componentVisible: string;
2
4
  definitionCardWrapper: string;
3
5
  contentContainer: string;
4
6
  leftCompontentContainer: string;
@@ -1,14 +1,10 @@
1
- import { DefineSlot } from "@omnia/fx/ux";
2
1
  import { VNodeChild } from "vue";
3
2
  import { VelcronAppDefinition } from "@omnia/fx-models";
4
3
  export type DefinitionChanged = (definition: VelcronAppDefinition) => void;
5
4
  declare const _default: (props: {
6
5
  "v-model"?: boolean;
7
- } & {
8
6
  "onUpdate:modelValue"?: (value: boolean) => void;
9
- } & {
10
7
  modelValue?: boolean;
11
- } & {
12
8
  definition?: VelcronAppDefinition<object>;
13
9
  } & Omit<{
14
10
  "onClick:close"?: () => any;
@@ -16,8 +12,10 @@ declare const _default: (props: {
16
12
  }, "definition" | "v-model" | "onUpdate:modelValue" | "modelValue"> & {
17
13
  "v-slots"?: {
18
14
  default?: import("vue").Slot;
19
- } & DefineSlot<"activator", () => VNodeChild>;
20
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "definition" | "v-model" | "onUpdate:modelValue" | "modelValue">) => {
15
+ } & {
16
+ activator?: () => VNodeChild;
17
+ };
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "definition" | "v-model" | "onUpdate:modelValue" | "modelValue" | "slot:activator" | "emit:click:close" | "emit:save">) => {
21
19
  $: import("vue").ComponentInternalInstance;
22
20
  $data: {};
23
21
  $props: {};
@@ -57,16 +55,15 @@ declare const _default: (props: {
57
55
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
58
56
  propsDefinition: {
59
57
  "v-model"?: boolean;
60
- } & {
61
58
  "onUpdate:modelValue"?: (value: boolean) => void;
62
- } & {
63
59
  modelValue?: boolean;
64
- } & {
65
60
  definition?: VelcronAppDefinition<object>;
66
61
  } & {
67
62
  "v-slots"?: {
68
63
  default?: import("vue").Slot;
69
- } & DefineSlot<"activator", () => VNodeChild>;
64
+ } & {
65
+ activator?: () => VNodeChild;
66
+ };
70
67
  } & {
71
68
  "onClick:close"?: () => any;
72
69
  onSave?: (definition: VelcronAppDefinition<object>) => any;
@@ -0,0 +1,3 @@
1
+ export declare const ComponentStyles: {
2
+ monacoContainer: string;
3
+ };