@omnia/fx 8.0.295-dev → 8.0.296-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.
Files changed (153) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +53 -50
  3. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +2 -0
  5. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +2 -0
  6. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/loc/localize.d.ts +15 -0
  7. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +7 -0
  8. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +55 -0
  9. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +3 -3
  13. package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +3 -3
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +85 -85
  23. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +3 -3
  27. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +304 -0
  28. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +304 -0
  29. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +5 -14
  30. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -0
  31. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +4 -0
  33. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +34 -439
  34. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
  36. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/directives/motion/Motion.d.ts +0 -1
  38. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +0 -1
  39. package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +0 -18
  40. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +3 -3
  42. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +8 -8
  43. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +5 -42
  58. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
  59. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  61. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +46 -584
  62. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +64 -423
  63. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
  64. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -3
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +1 -0
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  71. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
  72. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
  73. package/internal-do-not-import-from-here/ux/models/MotionDirective.d.ts +0 -6
  74. package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +11 -0
  75. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +4 -4
  77. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +7 -1
  79. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +1 -2
  80. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +14 -0
  81. package/internal-do-not-import-from-here/ux/oxide/motion/MotionContext.d.ts +6 -0
  82. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +7 -7
  83. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +2 -2
  86. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
  88. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +6 -60
  117. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionConfiguration.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +6 -59
  119. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  120. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +9 -9
  123. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
  126. package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +2 -2
  127. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +3 -3
  128. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  129. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +13 -17
  131. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +1 -1
  132. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +7 -6
  133. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
  134. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Motion.d.ts +29 -0
  135. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +1 -1
  138. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +1 -1
  144. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
  145. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +2 -2
  146. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +1 -1
  147. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +1 -1
  148. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +1 -1
  149. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
  150. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
  151. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +1 -1
  152. package/internal-do-not-import-from-here/wctypings.d.ts +18 -0
  153. package/package.json +3 -3
@@ -319,8 +319,8 @@ declare const _default: {
319
319
  }>;
320
320
  };
321
321
  disabled?: boolean;
322
- modelValue?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
323
322
  "v-model"?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
323
+ modelValue?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
324
324
  "onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any | void;
325
325
  editMode?: boolean;
326
326
  }>, "onUpdate:modelValue" | "onDoc$"> & {
@@ -258,8 +258,8 @@ declare const _default: {
258
258
  genericExtensionElementStyle?: (useAccessibilityFeature: boolean) => import("typestyle/lib/types").NestedCSSProperties;
259
259
  menubarLanguagePicker?: import("typestyle/lib/types").NestedCSSProperties;
260
260
  };
261
- ariaInvalid?: boolean;
262
261
  placeholder?: RichTextEditorPlaceHolder;
262
+ ariaInvalid?: boolean;
263
263
  bodyClass?: string;
264
264
  onContentDataChange?: (richtextHelper: RichTextContentHelper) => void;
265
265
  registerFocus?: (callback: () => void) => void;
@@ -296,8 +296,8 @@ declare const _default: {
296
296
  };
297
297
  }>;
298
298
  };
299
- modelValue?: RichTextEditorExtensionRegistration[];
300
299
  "v-model"?: RichTextEditorExtensionRegistration[];
300
+ modelValue?: RichTextEditorExtensionRegistration[];
301
301
  "onUpdate:modelValue"?: (value: RichTextEditorExtensionRegistration[]) => any | void;
302
302
  showEditorPreview?: boolean;
303
303
  }>, never>;
@@ -5,69 +5,15 @@ export declare const mentionEditorExtension: () => {
5
5
  getConfiguration(): {
6
6
  nodes: any[];
7
7
  toolbarItems: {
8
- toolbar: {
9
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
10
- selectUser: {
11
- type: import("vue").PropType<(user: import("@omnia/fx-models").ResolvedUserIdentity) => void>;
12
- };
13
- menuHandler: {
14
- type: import("vue").PropType<(menubar: import("@omnia/fx-models").IMenuBarDefinition) => void>;
15
- };
16
- onContentChanged: {
17
- type: import("vue").PropType<(content: string, extensionName?: string, data?: import("../..").RichTextContentExtensionData, pushChange?: boolean) => void>;
18
- };
19
- setOnEditorUpdated: {
20
- type: import("vue").PropType<(onEditorUpdated: (extensionName?: string, data?: import("../..").RichTextContentExtensionData) => void) => void>;
21
- };
22
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
23
- P: {};
24
- B: {};
25
- D: {};
26
- C: {};
27
- M: {};
28
- Defaults: {};
29
- }, Readonly<import("vue").ExtractPropTypes<{
30
- selectUser: {
31
- type: import("vue").PropType<(user: import("@omnia/fx-models").ResolvedUserIdentity) => void>;
32
- };
33
- menuHandler: {
34
- type: import("vue").PropType<(menubar: import("@omnia/fx-models").IMenuBarDefinition) => void>;
35
- };
36
- onContentChanged: {
37
- type: import("vue").PropType<(content: string, extensionName?: string, data?: import("../..").RichTextContentExtensionData, pushChange?: boolean) => void>;
38
- };
39
- setOnEditorUpdated: {
40
- type: import("vue").PropType<(onEditorUpdated: (extensionName?: string, data?: import("../..").RichTextContentExtensionData) => void) => void>;
41
- };
42
- }>>, () => JSX.Element, {}, {}, {}, {}>;
43
- __isFragment?: never;
44
- __isTeleport?: never;
45
- __isSuspense?: never;
46
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
47
- selectUser: {
48
- type: import("vue").PropType<(user: import("@omnia/fx-models").ResolvedUserIdentity) => void>;
49
- };
50
- menuHandler: {
51
- type: import("vue").PropType<(menubar: import("@omnia/fx-models").IMenuBarDefinition) => void>;
52
- };
53
- onContentChanged: {
54
- type: import("vue").PropType<(content: string, extensionName?: string, data?: import("../..").RichTextContentExtensionData, pushChange?: boolean) => void>;
55
- };
56
- setOnEditorUpdated: {
57
- type: import("vue").PropType<(onEditorUpdated: (extensionName?: string, data?: import("../..").RichTextContentExtensionData) => void) => void>;
58
- };
59
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
60
- propsDefinition: Omit<Readonly<{} & {
61
- onContentChanged?: (content: string, extensionName?: string, data?: import("../..").RichTextContentExtensionData, pushChange?: boolean) => void;
62
- setOnEditorUpdated?: (onEditorUpdated: (extensionName?: string, data?: import("../..").RichTextContentExtensionData) => void) => void;
63
- menuHandler?: (menubar: import("@omnia/fx-models").IMenuBarDefinition) => void;
64
- selectUser?: (user: import("@omnia/fx-models").ResolvedUserIdentity) => void;
65
- }>, never>;
66
- };
8
+ toolbar: (props: import("../../..").ConstructComponentProps<import("../../..").DefineEmit<"setOnEditorUpdated", (onEditorUpdated: (extensionName?: string, data?: import("../..").RichTextContentExtensionData) => void) => void> & import("../../..").DefineEmit<"contentChanged", (content: string, extensionName?: string, data?: import("../..").RichTextContentExtensionData, pushChange?: boolean) => void> & {
9
+ menuHandler?: (menubar: import("@omnia/fx-models").IMenuBarDefinition) => void;
10
+ } & {
11
+ selectUser?: (user: import("@omnia/fx-models").ResolvedUserIdentity) => void;
12
+ }>) => any;
67
13
  configuration: {
68
14
  menuHandler: (menu: import("@omnia/fx-models").IMenuBarDefinition) => void;
69
15
  selectUser: (user: import("@omnia/fx-models").ResolvedUserIdentity) => void;
70
- setOnEditorUpdated: (onEditorUpdated: (extensionName?: string, data?: import("./MentionConfiguration").MentionContentData) => void) => void;
16
+ onSetOnEditorUpdated: (onEditorUpdated: (extensionName?: string, data?: import("./MentionConfiguration").MentionContentData) => void) => void;
71
17
  };
72
18
  hidden: true;
73
19
  }[];
@@ -22,7 +22,7 @@ export declare class MentionConfiguration {
22
22
  getToolbarConfig: () => {
23
23
  menuHandler: (menu: IMenuBarDefinition) => void;
24
24
  selectUser: (user: ResolvedUserIdentity) => void;
25
- setOnEditorUpdated: (onEditorUpdated: (extensionName?: string, data?: MentionContentData) => void) => void;
25
+ onSetOnEditorUpdated: (onEditorUpdated: (extensionName?: string, data?: MentionContentData) => void) => void;
26
26
  };
27
27
  setOnEditorUpdate: (onEditorUpdated: (extensionName?: string, data?: MentionContentData) => void) => void;
28
28
  menuHandler: (menu: IMenuBarDefinition) => void;
@@ -1,3 +1,4 @@
1
+ import { DefineEmit } from "@omnia/fx/ux";
1
2
  import { ResolvedUserIdentity, MenuBar, IMenuBarDefinition } from "../../../../models";
2
3
  import { RichTextContentExtensionData } from "../../RichTextContentHelper";
3
4
  export declare class MenuBarDefinition implements IMenuBarDefinition {
@@ -17,63 +18,9 @@ export declare class MenuBarDefinition implements IMenuBarDefinition {
17
18
  GetMenu(): MenuBar;
18
19
  }
19
20
  type SetOnEditorUpdated = (extensionName?: string, data?: RichTextContentExtensionData) => void;
20
- declare const _default: {
21
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
22
- selectUser: {
23
- type: import("vue").PropType<(user: ResolvedUserIdentity) => void>;
24
- };
25
- menuHandler: {
26
- type: import("vue").PropType<(menubar: IMenuBarDefinition) => void>;
27
- };
28
- onContentChanged: {
29
- type: import("vue").PropType<(content: string, extensionName?: string, data?: RichTextContentExtensionData, pushChange?: boolean) => void>;
30
- };
31
- setOnEditorUpdated: {
32
- type: import("vue").PropType<(onEditorUpdated: SetOnEditorUpdated) => void>;
33
- };
34
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
35
- P: {};
36
- B: {};
37
- D: {};
38
- C: {};
39
- M: {};
40
- Defaults: {};
41
- }, Readonly<import("vue").ExtractPropTypes<{
42
- selectUser: {
43
- type: import("vue").PropType<(user: ResolvedUserIdentity) => void>;
44
- };
45
- menuHandler: {
46
- type: import("vue").PropType<(menubar: IMenuBarDefinition) => void>;
47
- };
48
- onContentChanged: {
49
- type: import("vue").PropType<(content: string, extensionName?: string, data?: RichTextContentExtensionData, pushChange?: boolean) => void>;
50
- };
51
- setOnEditorUpdated: {
52
- type: import("vue").PropType<(onEditorUpdated: SetOnEditorUpdated) => void>;
53
- };
54
- }>>, () => JSX.Element, {}, {}, {}, {}>;
55
- __isFragment?: never;
56
- __isTeleport?: never;
57
- __isSuspense?: never;
58
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
59
- selectUser: {
60
- type: import("vue").PropType<(user: ResolvedUserIdentity) => void>;
61
- };
62
- menuHandler: {
63
- type: import("vue").PropType<(menubar: IMenuBarDefinition) => void>;
64
- };
65
- onContentChanged: {
66
- type: import("vue").PropType<(content: string, extensionName?: string, data?: RichTextContentExtensionData, pushChange?: boolean) => void>;
67
- };
68
- setOnEditorUpdated: {
69
- type: import("vue").PropType<(onEditorUpdated: SetOnEditorUpdated) => void>;
70
- };
71
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
72
- propsDefinition: Omit<Readonly<{} & {
73
- onContentChanged?: (content: string, extensionName?: string, data?: RichTextContentExtensionData, pushChange?: boolean) => void;
74
- setOnEditorUpdated?: (onEditorUpdated: SetOnEditorUpdated) => void;
75
- menuHandler?: (menubar: IMenuBarDefinition) => void;
76
- selectUser?: (user: ResolvedUserIdentity) => void;
77
- }>, never>;
78
- };
21
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DefineEmit<"setOnEditorUpdated", (onEditorUpdated: SetOnEditorUpdated) => void> & DefineEmit<"contentChanged", (content: string, extensionName?: string, data?: RichTextContentExtensionData, pushChange?: boolean) => void> & {
22
+ menuHandler?: (menubar: IMenuBarDefinition) => void;
23
+ } & {
24
+ selectUser?: (user: ResolvedUserIdentity) => void;
25
+ }>) => any;
79
26
  export default _default;
@@ -143,12 +143,12 @@ declare const _default: {
143
143
  propsDefinition: Omit<Readonly<{} & {
144
144
  title?: string;
145
145
  description?: string;
146
- onCancel?: () => void;
147
146
  width?: string | number;
147
+ onCancel?: () => void;
148
148
  headerClass?: string;
149
149
  contentClass?: string;
150
- modelValue?: boolean;
151
150
  "v-model"?: boolean;
151
+ modelValue?: boolean;
152
152
  "onUpdate:modelValue"?: (value: boolean) => any | void;
153
153
  onSave?: () => Promise<boolean>;
154
154
  disableSave?: boolean;
@@ -265,12 +265,12 @@ declare const _default: {
265
265
  hideEdit?: boolean;
266
266
  readOnly?: boolean;
267
267
  topicId?: string;
268
+ enableMention?: boolean;
268
269
  contextParams?: {
269
270
  [key: string]: string | number;
270
271
  };
271
272
  showMoreSize?: number;
272
273
  allowLikes?: boolean;
273
- enableMention?: boolean;
274
274
  comments?: Comment[];
275
275
  enableBestReply?: boolean;
276
276
  canMarkBestReply?: boolean;
@@ -104,8 +104,8 @@ declare const _default: {
104
104
  autoFocus?: boolean;
105
105
  disabled?: boolean;
106
106
  richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
107
- enableMention?: boolean;
108
107
  resetContetnRte?: boolean;
108
+ enableMention?: boolean;
109
109
  }>, "onContentChanged" | "onDoc$" | "onRegisterFocus" | "onMentionChanged"> & {
110
110
  onContentChanged?: (content: string) => any;
111
111
  onDoc$?: (description?: string) => any;
@@ -15,11 +15,11 @@ declare const _default: {
15
15
  type: import("vue").PropType<ReactionVariants>;
16
16
  required: false;
17
17
  };
18
- modelValue: {
18
+ "v-model": {
19
19
  type: import("vue").PropType<Required<IUserReaction>[]>;
20
20
  required: false;
21
21
  };
22
- "v-model": {
22
+ modelValue: {
23
23
  type: import("vue").PropType<Required<IUserReaction>[]>;
24
24
  required: false;
25
25
  };
@@ -57,11 +57,11 @@ declare const _default: {
57
57
  type: import("vue").PropType<ReactionVariants>;
58
58
  required: false;
59
59
  };
60
- modelValue: {
60
+ "v-model": {
61
61
  type: import("vue").PropType<Required<IUserReaction>[]>;
62
62
  required: false;
63
63
  };
64
- "v-model": {
64
+ modelValue: {
65
65
  type: import("vue").PropType<Required<IUserReaction>[]>;
66
66
  required: false;
67
67
  };
@@ -91,11 +91,11 @@ declare const _default: {
91
91
  type: import("vue").PropType<ReactionVariants>;
92
92
  required: false;
93
93
  };
94
- modelValue: {
94
+ "v-model": {
95
95
  type: import("vue").PropType<Required<IUserReaction>[]>;
96
96
  required: false;
97
97
  };
98
- "v-model": {
98
+ modelValue: {
99
99
  type: import("vue").PropType<Required<IUserReaction>[]>;
100
100
  required: false;
101
101
  };
@@ -114,16 +114,16 @@ declare const _default: {
114
114
  "reaction:selected": (value: Required<IUserReaction>) => true;
115
115
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
116
116
  propsDefinition: Omit<Readonly<{} & {
117
- modelValue?: Required<IUserReaction>[];
118
- "v-model"?: Required<IUserReaction>[];
119
- "onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any | void;
120
117
  "v-slots"?: {
121
118
  default?: import("../DefineVueTypings").Slot;
122
119
  } & {
123
120
  activator: () => JSX.Element;
124
121
  };
122
+ "v-model"?: Required<IUserReaction>[];
123
+ modelValue?: Required<IUserReaction>[];
125
124
  variant?: ReactionVariants;
126
125
  stacked?: boolean;
126
+ "onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any | void;
127
127
  }>, "onUpdate:modelValue" | "onReaction:added" | "onReaction:removed" | "onReaction:selected"> & {
128
128
  "onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any;
129
129
  "onReaction:added"?: (value: Required<IUserReaction>) => any;
@@ -323,8 +323,8 @@ declare const _default: {
323
323
  };
324
324
  label?: string;
325
325
  disabled?: boolean;
326
- modelValue?: TimePeriodSettings;
327
326
  "v-model"?: TimePeriodSettings;
327
+ modelValue?: TimePeriodSettings;
328
328
  "onUpdate:modelValue"?: (value: TimePeriodSettings) => any | void;
329
329
  hideDetails?: boolean;
330
330
  min?: number;
@@ -354,8 +354,8 @@ declare const _default: {
354
354
  };
355
355
  label?: string;
356
356
  disabled?: boolean;
357
- modelValue?: UrlPropertyValue;
358
357
  "v-model"?: UrlPropertyValue;
358
+ modelValue?: UrlPropertyValue;
359
359
  "onUpdate:modelValue"?: (value: UrlPropertyValue) => any | void;
360
360
  requiredWithValidator?: IValidator;
361
361
  defaultUrlResolving?: boolean;
@@ -317,8 +317,8 @@ declare const _default: {
317
317
  styles?: {
318
318
  container?: import("@omnia/fx-models").NestedCSSPropertiesExtends;
319
319
  };
320
- modelValue?: UserIdentity;
321
320
  "v-model"?: UserIdentity;
321
+ modelValue?: UserIdentity;
322
322
  "onUpdate:modelValue"?: (value: UserIdentity) => any | void;
323
323
  offsetX?: number;
324
324
  offsetY?: number;
@@ -1,3 +1,3 @@
1
1
  import { VelcronDefinition, VelcronRenderContext } from "@omnia/fx-models";
2
- import { NestedCSSProperties } from "typestyle/lib/types";
3
- export declare function velcronStylesProvider(result: NestedCSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext): string;
2
+ import { type CSSProperties } from "../Styles.stylex";
3
+ export declare function velcronStyleProvider(result: CSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext): import("../Styles.stylex").StylexType;
@@ -458,15 +458,15 @@ declare const _default: {
458
458
  container?: boolean;
459
459
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
460
460
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
461
- modelValue?: boolean;
462
- "v-model"?: boolean;
463
- "onUpdate:modelValue"?: (value: boolean) => any | void;
464
461
  "v-slots"?: {
465
462
  default?: import("../../../DefineVueTypings").Slot;
466
463
  } & {
467
464
  activator?: () => VNodeChild;
468
465
  };
466
+ "v-model"?: boolean;
467
+ modelValue?: boolean;
469
468
  variant?: Variant;
469
+ "onUpdate:modelValue"?: (value: boolean) => any | void;
470
470
  allowEdit?: boolean;
471
471
  categoryFilters?: guid[];
472
472
  renderTypeFilters?: guid[];
@@ -372,8 +372,8 @@ declare const _default: {
372
372
  container?: boolean;
373
373
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
374
374
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
375
- modelValue?: VelcronDefinitionRegistration<object>;
376
375
  "v-model"?: VelcronDefinitionRegistration<object>;
376
+ modelValue?: VelcronDefinitionRegistration<object>;
377
377
  "onUpdate:modelValue"?: (value: VelcronDefinitionRegistration<object>) => any | void;
378
378
  allowEdit?: boolean;
379
379
  previewState?: VelcronState;
@@ -332,8 +332,8 @@ declare const _default: {
332
332
  };
333
333
  }>;
334
334
  };
335
- modelValue?: VelcronAppDefinition<object>;
336
335
  "v-model"?: VelcronAppDefinition<object>;
336
+ modelValue?: VelcronAppDefinition<object>;
337
337
  "onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any | void;
338
338
  location?: EditorLocation;
339
339
  previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
@@ -5,6 +5,7 @@ import { DynamicState, VelcronDefinition, VelcronEffects, useVelcronThemingStore
5
5
  import { guid, PropertyConfiguration, PropertyValue, PropertyDefinition, PropertySetupBase } from "@omnia/fx/models";
6
6
  import { useVelcronColorSchemaStore } from "../stores/VelcronColorSchema";
7
7
  import { Properties } from "csstype";
8
+ import type { AnimationOptionsWithOverrides, InViewOptions, VariantDefinition, Variants } from "motion";
8
9
  export interface ResolvedComponentRenderer {
9
10
  component: unknown;
10
11
  definition: VelcronDefinition;
@@ -37,6 +38,7 @@ export interface BuiltInComponentRenderers {
37
38
  "slide-panel": unknown;
38
39
  "editor": unknown;
39
40
  "link": unknown;
41
+ "motion": unknown;
40
42
  }
41
43
  export interface ColorSchemaReference {
42
44
  name: string;
@@ -327,23 +329,17 @@ export interface VelcronFlowDefinition extends VelcronDefinition, VelcronColorSt
327
329
  placeholder?: VelcronBindableProp<string>;
328
330
  events?: VelcronOnUpdatedEvent;
329
331
  }
330
- export interface VelcronRiveDefinition extends VelcronDefinition {
331
- type: "rive";
332
- url: VelcronBindableProp;
333
- loop?: VelcronBindableProp<boolean>;
334
- autoplay?: VelcronBindableProp<boolean>;
335
- count?: VelcronBindableProp<number>;
336
- direction?: VelcronBindableProp<"normal" | "reverse">;
337
- hover?: VelcronBindableProp<boolean>;
338
- }
339
- export interface VelcronLottieDefinition extends VelcronDefinition {
340
- type: "lottie";
341
- url: VelcronBindableProp;
342
- loop?: VelcronBindableProp<boolean>;
343
- autoplay?: VelcronBindableProp<boolean>;
344
- count?: VelcronBindableProp<number>;
345
- direction?: VelcronBindableProp<"normal" | "reverse">;
346
- hover?: VelcronBindableProp<boolean>;
332
+ export interface VelcronMotionDefinition extends VelcronDefinition {
333
+ initial?: false | VariantDefinition;
334
+ animate?: VariantDefinition;
335
+ inView?: VariantDefinition;
336
+ hover?: VariantDefinition;
337
+ press?: VariantDefinition;
338
+ variants?: Variants;
339
+ transition?: AnimationOptionsWithOverrides;
340
+ inViewOptions?: InViewOptions & {
341
+ once?: boolean;
342
+ };
347
343
  }
348
344
  export interface VelcronSlidePanelSlidesOptions {
349
345
  foreach: string;
@@ -9,5 +9,5 @@ export declare class VelcronDataBinder {
9
9
  static tryUpdateBoundValue(renderContext: VelcronRenderContext, bindPath: string, value: unknown): void;
10
10
  static bindMany<T>(renderContext: VelcronRenderContext, definition: {
11
11
  [P in keyof T]?: VelcronBindableProp<T[P]>;
12
- }, propertiesToBind: Array<keyof T>, state: Partial<T>): void;
12
+ }, propertiesToBind: Array<keyof T>, objectToBindTo: Partial<T>): T;
13
13
  }
@@ -1,8 +1,9 @@
1
1
  import { VelcronBorder, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDefinitionHasOverflow, VelcronDimensions, VelcronEffects, VelcronRenderContext } from "../models";
2
2
  import { VelcronUnitProvider } from "../models/VelcronUnitProvider";
3
3
  import { SpacingBlueprint, VelcronBindableProp, VelcronDefinition } from "..";
4
+ import { CSSProperties, StylexType } from "internal/fx/ux/Styles.stylex";
4
5
  export declare class VelcronStyles {
5
- static styleProvider: (baseStyles: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => any;
6
+ static styleProvider: (baseStyles: CSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => StylexType;
6
7
  static effectsProvider: (effects: VelcronEffects, renderCtx: VelcronRenderContext) => VelcronEffects;
7
8
  static unitProvider: VelcronUnitProvider;
8
9
  spacingScaling: {
@@ -19,13 +20,13 @@ export declare class VelcronStyles {
19
20
  scaling: (value: import("..").SpacingValue) => boolean;
20
21
  };
21
22
  };
22
- static registerStyleProvider(fn: (styleBase: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => object | string, unitProvider: VelcronUnitProvider): void;
23
+ static registerStyleProvider(fn: (styleBase: CSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => StylexType, unitProvider: VelcronUnitProvider): void;
23
24
  static registerEffectsProvider(fn: (effects: VelcronEffects, renderCtx: VelcronRenderContext) => VelcronEffects): void;
24
25
  static applyEffects(definition: VelcronDefinitionHasEffects, renderCtx: VelcronRenderContext, applyTo: (effects: VelcronEffects) => any): any;
25
- static insertBackgroundColor(styleBase: any, color: VelcronColorStyling, renderCtx: VelcronRenderContext): void;
26
- static insertBorderRadiusStyles(styleBase: any, settings: VelcronDimensions, renderCtx: VelcronRenderContext): void;
27
- static insertBorderStyles(styleBase: any, borderSettings: VelcronBorder, renderCtx: VelcronRenderContext): void;
28
- static create(definition: VelcronDefinition, renderCtx: VelcronRenderContext): object | string;
26
+ static insertBackgroundColor(styleBase: CSSProperties, color: VelcronColorStyling, renderCtx: VelcronRenderContext): void;
27
+ static insertBorderRadiusStyles(styleBase: CSSProperties, settings: VelcronDimensions, renderCtx: VelcronRenderContext): void;
28
+ static insertBorderStyles(styleBase: CSSProperties, borderSettings: VelcronBorder, renderCtx: VelcronRenderContext): void;
29
+ static create(definition: VelcronDefinition, renderCtx: VelcronRenderContext): StylexType;
29
30
  static applySpacingDimension(value: string | number, spacing: SpacingBlueprint): string | number;
30
31
  static applyOverflow(definition: VelcronDefinitionHasOverflow, renderCtx: VelcronRenderContext, styleBase: any): void;
31
32
  static applySpacingStyles<T>(spacing: VelcronBindableProp<T>, renderCtx: VelcronRenderContext, styleBase: any, spacingDef: SpacingBlueprint, styleType: string, objectIsDatabound?: (obj: T) => void, additionalPropsToDataBind?: object): void;
@@ -136,8 +136,8 @@ declare const _default: {
136
136
  container?: boolean;
137
137
  active?: boolean;
138
138
  colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
139
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
140
139
  themeDefinition?: ThemeDefinitionV2;
140
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
141
141
  context?: VelcronRenderContext;
142
142
  editMode?: boolean;
143
143
  eventHandlers?: VelcronRenderContextEventHandlers;
@@ -0,0 +1,29 @@
1
+ import { VelcronRenderContext, VelcronMotionDefinition } from "../../core";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ definition: import("vue").Prop<VelcronMotionDefinition, VelcronMotionDefinition>;
5
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
6
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7
+ P: {};
8
+ B: {};
9
+ D: {};
10
+ C: {};
11
+ M: {};
12
+ Defaults: {};
13
+ }, Readonly<import("vue").ExtractPropTypes<{
14
+ definition: import("vue").Prop<VelcronMotionDefinition, VelcronMotionDefinition>;
15
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
16
+ }>>, {}, {}, {}, {}, {}>;
17
+ __isFragment?: never;
18
+ __isTeleport?: never;
19
+ __isSuspense?: never;
20
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
21
+ definition: import("vue").Prop<VelcronMotionDefinition, VelcronMotionDefinition>;
22
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
23
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
24
+ propsDefinition: Omit<Readonly<{} & {
25
+ definition?: VelcronMotionDefinition;
26
+ renderContext?: VelcronRenderContext;
27
+ }>, never>;
28
+ };
29
+ export default _default;
@@ -298,8 +298,8 @@ declare const _default: {
298
298
  }>;
299
299
  };
300
300
  settings?: VelcronAlignmentPropertyEditorSettings;
301
- modelValue?: "left" | "right" | "top" | "center" | "bottom";
302
301
  "v-model"?: "left" | "right" | "top" | "center" | "bottom";
302
+ modelValue?: "left" | "right" | "top" | "center" | "bottom";
303
303
  "onUpdate:modelValue"?: (value: "left" | "right" | "top" | "center" | "bottom") => any | void;
304
304
  }>, "onUpdate:modelValue"> & {
305
305
  "onUpdate:modelValue"?: (value: "left" | "right" | "top" | "center" | "bottom") => any;
@@ -294,8 +294,8 @@ declare const _default: {
294
294
  };
295
295
  }>;
296
296
  };
297
- modelValue?: BackgroundDefinition;
298
297
  "v-model"?: BackgroundDefinition;
298
+ modelValue?: BackgroundDefinition;
299
299
  "onUpdate:modelValue"?: (value: BackgroundDefinition) => any | void;
300
300
  location?: EditorLocation;
301
301
  }>, "onUpdate:modelValue"> & {
@@ -323,8 +323,8 @@ declare const _default: {
323
323
  }>;
324
324
  };
325
325
  settings?: VelcronBlueprintEditorSettings;
326
- modelValue?: any;
327
326
  "v-model"?: any;
327
+ modelValue?: any;
328
328
  "onUpdate:modelValue"?: (value: any) => any | void;
329
329
  location?: EditorLocation;
330
330
  previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
@@ -285,8 +285,8 @@ declare const _default: {
285
285
  };
286
286
  }>;
287
287
  };
288
- modelValue?: VelcronColorStyling;
289
288
  "v-model"?: VelcronColorStyling;
289
+ modelValue?: VelcronColorStyling;
290
290
  "onUpdate:modelValue"?: (value: VelcronColorStyling) => any | void;
291
291
  }>, "onUpdate:modelValue"> & {
292
292
  "onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
@@ -304,8 +304,8 @@ declare const _default: {
304
304
  };
305
305
  }>;
306
306
  };
307
- modelValue?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
308
307
  "v-model"?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
308
+ modelValue?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
309
309
  "onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void;
310
310
  location?: EditorLocation;
311
311
  }>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
@@ -305,8 +305,8 @@ declare const _default: {
305
305
  }>;
306
306
  };
307
307
  settings?: VelcronFlowEditorSettings;
308
- modelValue?: string | FlowContent;
309
308
  "v-model"?: string | FlowContent;
309
+ modelValue?: string | FlowContent;
310
310
  "onUpdate:modelValue"?: (value: string | FlowContent) => any | void;
311
311
  location?: EditorLocation;
312
312
  }>, "onUpdate:modelValue"> & {
@@ -275,8 +275,8 @@ declare const _default: {
275
275
  };
276
276
  }>;
277
277
  };
278
- modelValue?: VelcronGridState;
279
278
  "v-model"?: VelcronGridState;
279
+ modelValue?: VelcronGridState;
280
280
  "onUpdate:modelValue"?: (value: VelcronGridState) => any | void;
281
281
  }>, never>;
282
282
  };
@@ -305,8 +305,8 @@ declare const _default: {
305
305
  };
306
306
  label?: string;
307
307
  settings?: VelcronTextEditorSettings;
308
- modelValue?: string;
309
308
  "v-model"?: string;
309
+ modelValue?: string;
310
310
  "onUpdate:modelValue"?: (value: string) => any | void;
311
311
  }>, "onUpdate:modelValue"> & {
312
312
  "onUpdate:modelValue"?: (value: string) => any;
@@ -304,8 +304,8 @@ declare const _default: {
304
304
  }>;
305
305
  };
306
306
  settings?: any;
307
- modelValue?: any;
308
307
  "v-model"?: any;
308
+ modelValue?: any;
309
309
  "onUpdate:modelValue"?: (value: any) => any | void;
310
310
  location?: EditorLocation;
311
311
  }>, "onUpdate:modelValue"> & {