@omnia/fx 8.0.55-dev → 8.0.56-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 (183) hide show
  1. package/internal-do-not-import-from-here/core/Extend.d.ts +1 -1
  2. package/internal-do-not-import-from-here/core/utils/MigrationUtils.d.ts +1 -1
  3. package/internal-do-not-import-from-here/core/utils/ScrollPagingUtils.d.ts +1 -1
  4. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
  5. package/internal-do-not-import-from-here/microsoftteams/index.d.ts +1 -1
  6. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
  7. package/internal-do-not-import-from-here/shared/models/Equals.js +5 -6
  8. package/internal-do-not-import-from-here/shared/models/Guid.js +3 -5
  9. package/internal-do-not-import-from-here/shared/models/Workers.js +1 -1
  10. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +3 -5
  11. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
  12. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +2 -0
  13. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +2 -2
  14. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -0
  15. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -0
  16. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +2 -2
  17. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +1 -1
  18. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +3 -3
  19. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -2
  20. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +3 -1
  21. package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +2 -2
  22. package/internal-do-not-import-from-here/stores/CommentLikeStore.d.ts +1 -1
  23. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +4 -4
  24. package/internal-do-not-import-from-here/stores/PostStore.d.ts +3 -3
  25. package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +5 -5
  26. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +3 -1
  27. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +10 -3
  28. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +24 -4
  36. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +14 -6
  38. package/internal-do-not-import-from-here/ux/authenticationchecker/loc/localize.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/colorpicker/loc/localize.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +5 -2
  42. package/internal-do-not-import-from-here/ux/datetimefilterquery/loc/localize.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +3 -3
  44. package/internal-do-not-import-from-here/ux/datetimepicker/loc/localize.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/datetimezonepicker/loc/localize.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/Utils.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/depricated-mediapicker/loc/localize.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +24 -1
  50. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +24 -1
  51. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +6 -2
  54. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/loc/localize.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +7 -3
  56. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datetimefield/loc/localize.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +2 -2
  60. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/filepicker/loc/localize.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/fileuploader/loc/localize.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +2 -2
  66. package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +1 -0
  68. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +76 -28
  70. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +76 -28
  71. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +110 -139
  72. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  73. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
  75. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  76. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/imagegrid/loc/localize.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/inputlanguagepicker/loc/localize.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/inputtoken/loc/localize.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +1 -0
  81. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +8 -8
  82. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenuStyles.css.d.ts +3 -0
  83. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +2 -1
  84. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +15 -0
  85. package/internal-do-not-import-from-here/ux/journey/v2/tests/EditorJourney.d.ts +46 -0
  86. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +7 -7
  87. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -1
  88. package/internal-do-not-import-from-here/ux/languagepicker/loc/localize.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +26 -1
  90. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +1 -4
  91. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/loc/localize.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +23 -23
  93. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +23 -23
  94. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +23 -23
  95. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +23 -23
  96. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +23 -23
  97. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +23 -23
  98. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +23 -23
  99. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +23 -23
  100. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +23 -23
  101. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +2 -2
  102. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +4 -1
  103. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/localize.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/loc/localize.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/utils.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/loc/localize.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/localize.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/loc/localize.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/loc/localize.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +23 -23
  113. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/localize.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/loc/localize.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/loc/localize.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/loc/localize.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/loc/localize.d.ts +1 -1
  119. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +23 -23
  120. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/loc/localize.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/loc/localize.d.ts +1 -1
  123. package/internal-do-not-import-from-here/ux/models/ActionToolbarStyles.d.ts +1 -0
  124. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +16 -3
  126. package/internal-do-not-import-from-here/ux/multilingualinput/loc/localize.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/organizationtree/reportees/loc/localize.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +18 -54
  130. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +3 -8
  131. package/internal-do-not-import-from-here/ux/oxide/flex/Col.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +2 -2
  133. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +12 -30
  135. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  136. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  138. package/internal-do-not-import-from-here/ux/post/loc/localize.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/presetupwizard/core/loc.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/profilecard/aboutuser/loc/localize.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +14 -1
  144. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/loc/localize.d.ts +1 -1
  145. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/loc/localize.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingImageFromFileHandler.d.ts +1 -1
  147. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingMicrosoftOfficeImageHandler.d.ts +1 -1
  148. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingOmniaImageFromClipboardHandler.d.ts +1 -1
  149. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/loc/localize.d.ts +1 -1
  150. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/loc/localize.d.ts +1 -1
  151. package/internal-do-not-import-from-here/ux/rollupfilter/loc/localize.d.ts +1 -1
  152. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  153. package/internal-do-not-import-from-here/ux/shapedivider/loc/localize.d.ts +1 -1
  154. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +1 -1
  155. package/internal-do-not-import-from-here/ux/signout/loc/localize.d.ts +1 -1
  156. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +18 -3
  157. package/internal-do-not-import-from-here/ux/social/Like.d.ts +13 -1
  158. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +2 -2
  159. package/internal-do-not-import-from-here/ux/social/likehandler/loc/localize.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
  162. package/internal-do-not-import-from-here/ux/spacingpicker/loc/localize.d.ts +1 -1
  163. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +10 -2
  164. package/internal-do-not-import-from-here/ux/texttranslator/loc/localize.d.ts +1 -1
  165. package/internal-do-not-import-from-here/ux/theming/loc/localize.d.ts +1 -1
  166. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -1
  167. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/urlinput/loc/localize.d.ts +1 -1
  169. package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +3 -1
  171. package/internal-do-not-import-from-here/ux/validation/loc/localize.d.ts +1 -1
  172. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +2 -2
  173. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +2 -2
  174. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +2 -2
  175. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +2 -2
  176. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +2 -2
  177. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
  178. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/loc/localize.d.ts +1 -1
  179. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +1 -1
  180. package/internal-do-not-import-from-here/ux/welcome/loc/localize.d.ts +1 -1
  181. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +13 -1
  182. package/internal-do-not-import-from-here/wctypings.d.ts +7 -0
  183. package/package.json +4 -4
@@ -302,7 +302,7 @@ declare const _default: {
302
302
  };
303
303
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
304
304
  propsDefinition: Omit<Readonly<{} & {
305
- serviceId?: unknown;
305
+ serviceId?: GuidValue;
306
306
  disabled?: boolean;
307
307
  settings?: PermissionInputSettings;
308
308
  contextParams?: {
@@ -313,7 +313,7 @@ declare const _default: {
313
313
  };
314
314
  getApi?: (api: IPermissionInputApi) => void;
315
315
  "get-api"?: (api: IPermissionInputApi) => void;
316
- "service-id"?: unknown;
316
+ "service-id"?: GuidValue;
317
317
  onValueUpdated?: (rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>;
318
318
  "on-value-updated"?: (rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>;
319
319
  onValueUpdating?: () => Promise<void>;
@@ -1,4 +1,4 @@
1
- export declare module PermissionInputLocalization {
1
+ export declare namespace PermissionInputLocalization {
2
2
  const namespace = "Omnia.Ux.PermissionInput";
3
3
  interface locInterface {
4
4
  PermissionMsg: string;
@@ -18,7 +18,7 @@ export declare class PersonaComponent extends VueComponentBase<IPersona> impleme
18
18
  private resolvedUser;
19
19
  created(): void;
20
20
  beforeDestroy(): void;
21
- getSize(): "small" | "large";
21
+ getSize(): "large" | "small";
22
22
  onClick(): void;
23
23
  onKeyUp(event: KeyboardEvent): void;
24
24
  renderUserTitle(): JSX.Element;
@@ -1,4 +1,4 @@
1
- export declare module PostLocalization {
1
+ export declare namespace PostLocalization {
2
2
  const namespace = "Omnia.Ux.Post";
3
3
  interface locInterface {
4
4
  Post: string;
@@ -1,4 +1,4 @@
1
- export declare module PreSetupWizardLocalization {
1
+ export declare namespace PreSetupWizardLocalization {
2
2
  const namespace = "Omnia.Ux.PreSetupWizard";
3
3
  interface ILocalize {
4
4
  Title: string;
@@ -1,4 +1,4 @@
1
- export declare module AboutUserLocalization {
1
+ export declare namespace AboutUserLocalization {
2
2
  const namespace = "Omnia.Ux.AboutUser";
3
3
  interface locInterface {
4
4
  emailLabel: string;
@@ -1,4 +1,4 @@
1
- export declare module ProfileCardLocalization {
1
+ export declare namespace ProfileCardLocalization {
2
2
  const namespace = "Omnia.Ux.Profilecard";
3
3
  interface locInterface {
4
4
  aboutTab: string;
@@ -524,7 +524,7 @@ declare const _default: {
524
524
  }>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
525
525
  propsDefinition: Omit<Readonly<{
526
526
  configuration: PropertyConfiguration<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>;
527
- propertyDefintionId: unknown;
527
+ propertyDefintionId: import("@omnia/fx-models").GuidValue;
528
528
  } & {
529
529
  name?: {
530
530
  [x: `onUpdate:${string}`]: {
@@ -593,7 +593,20 @@ declare const _default: {
593
593
  mode?: RichTextModes;
594
594
  outlined?: boolean;
595
595
  disabled?: boolean;
596
- styles?: unknown;
596
+ styles?: {
597
+ menubar?: import("typestyle/lib/types").NestedCSSProperties;
598
+ menubarDark?: import("typestyle/lib/types").NestedCSSProperties;
599
+ menubarLight?: import("typestyle/lib/types").NestedCSSProperties;
600
+ editorContent?: import("typestyle/lib/types").NestedCSSProperties;
601
+ selectedNode?: (background: string) => import("typestyle/lib/types").NestedCSSProperties;
602
+ hiddenToolsBlock?: import("typestyle/lib/types").NestedCSSProperties;
603
+ editor?: import("typestyle/lib/types").NestedCSSProperties;
604
+ subToolBar?: import("typestyle/lib/types").NestedCSSProperties;
605
+ bubbleMenu?: import("typestyle/lib/types").NestedCSSProperties;
606
+ stickyMenu?: (top: number, width: number) => import("typestyle/lib/types").NestedCSSProperties;
607
+ genericExtensionElementStyle?: (useAccessibilityFeature: boolean) => import("typestyle/lib/types").NestedCSSProperties;
608
+ menubarLanguagePicker?: import("typestyle/lib/types").NestedCSSProperties;
609
+ };
597
610
  ariaInvalid?: boolean;
598
611
  onFocus?: () => void;
599
612
  onBlur?: () => void;
@@ -1,4 +1,4 @@
1
- export declare module TextCompletionPanelLocalization {
1
+ export declare namespace TextCompletionPanelLocalization {
2
2
  const namespace = "Omnia.Ux.RichTextEditor.TextCompletionPanelLocalization";
3
3
  interface locInterface {
4
4
  Title: string;
@@ -1,4 +1,4 @@
1
- export declare module WCMUxLocalization {
1
+ export declare namespace WCMUxLocalization {
2
2
  const namespace = "Omnia.Ux";
3
3
  interface locInterface {
4
4
  EnterpriseSuggestion: {
@@ -3,7 +3,7 @@ import { IMediaPicker } from "@omnia/fx/ux";
3
3
  interface PastingImageFromFileHandlerProps extends MediaPickerToolbarProperties {
4
4
  mediaPicker: IMediaPicker;
5
5
  }
6
- export declare module PastingImageFromFileHandler {
6
+ export declare namespace PastingImageFromFileHandler {
7
7
  function onPaste(data: DataTransfer, props: PastingImageFromFileHandlerProps): void;
8
8
  function onUploadImage(mediaPickerImage: MediaPickerImage): void;
9
9
  }
@@ -3,7 +3,7 @@ import { IMediaPicker } from "@omnia/fx/ux";
3
3
  interface ParsingMicrosoftWordImageHandlerProps extends MediaPickerToolbarProperties {
4
4
  mediaPicker: IMediaPicker;
5
5
  }
6
- export declare module PastingMicrosoftOfficeImageHandler {
6
+ export declare namespace PastingMicrosoftOfficeImageHandler {
7
7
  function onPaste(data: DataTransfer, props: ParsingMicrosoftWordImageHandlerProps): Promise<void>;
8
8
  }
9
9
  export {};
@@ -3,7 +3,7 @@ import { IMediaPicker } from "@omnia/fx/ux";
3
3
  interface PastingOmniaImageFromClipboardHandlerProps extends MediaPickerToolbarProperties {
4
4
  mediaPicker: IMediaPicker;
5
5
  }
6
- export declare module PastingOmniaImageFromClipboardHandler {
6
+ export declare namespace PastingOmniaImageFromClipboardHandler {
7
7
  function onPaste(data: DataTransfer, props: PastingOmniaImageFromClipboardHandlerProps): void;
8
8
  }
9
9
  export {};
@@ -1,4 +1,4 @@
1
- export declare module MediaPickerRTEExtensionLocalization {
1
+ export declare namespace MediaPickerRTEExtensionLocalization {
2
2
  const namespace = "Omnia.Ux.RichTextEditor.MediaPicker";
3
3
  interface locInterface {
4
4
  NotValidImage: string;
@@ -1,4 +1,4 @@
1
- export declare module RichTextEditorExtensionLocalization {
1
+ export declare namespace RichTextEditorExtensionLocalization {
2
2
  const namespace = "Omnia.Ux.RichTextEditor";
3
3
  interface locInterface {
4
4
  SelectHeading: string;
@@ -1,4 +1,4 @@
1
- export declare module RollupFilterLocalization {
1
+ export declare namespace RollupFilterLocalization {
2
2
  const namespace = "Omnia.Ux.RollupFilter";
3
3
  interface locInterface {
4
4
  Search: string;
@@ -7,12 +7,12 @@ declare const _default: {
7
7
  readonly width?: string | number;
8
8
  readonly headerClass?: string;
9
9
  readonly contentClass?: string;
10
- readonly description?: string;
11
10
  readonly "onUpdate:modelValue"?: (value: boolean) => any;
12
11
  readonly "v-model"?: boolean;
13
12
  readonly modelValue?: boolean;
14
13
  readonly onSave?: () => Promise<boolean>;
15
14
  readonly "on-save"?: () => Promise<boolean>;
15
+ readonly description?: string;
16
16
  readonly "content-class"?: string;
17
17
  readonly "header-class"?: string;
18
18
  readonly onCancel?: () => void;
@@ -339,12 +339,12 @@ declare const _default: {
339
339
  width?: string | number;
340
340
  headerClass?: string;
341
341
  contentClass?: string;
342
- description?: string;
343
342
  "onUpdate:modelValue"?: (value: boolean) => any;
344
343
  "v-model"?: boolean;
345
344
  modelValue?: boolean;
346
345
  onSave?: () => Promise<boolean>;
347
346
  "on-save"?: () => Promise<boolean>;
347
+ description?: string;
348
348
  "content-class"?: string;
349
349
  "header-class"?: string;
350
350
  onCancel?: () => void;
@@ -1,4 +1,4 @@
1
- export declare module ShapeDividerLocalization {
1
+ export declare namespace ShapeDividerLocalization {
2
2
  const namespace = "Omnia.Ux.ShapeDivider";
3
3
  interface locInterface {
4
4
  ShapeDivider: string;
@@ -1,4 +1,4 @@
1
- export declare module SignInLocalization {
1
+ export declare namespace SignInLocalization {
2
2
  const namespace = "Omnia.SignIn";
3
3
  interface locInterface {
4
4
  Login: string;
@@ -1,4 +1,4 @@
1
- export declare module SignOutLocalization {
1
+ export declare namespace SignOutLocalization {
2
2
  const namespace = "Omnia.SignOut";
3
3
  interface locInterface {
4
4
  BrowserTabTitle: string;
@@ -624,7 +624,22 @@ declare const _default: {
624
624
  propsDefinition: Omit<Readonly<{} & {
625
625
  template?: string;
626
626
  "read-only"?: boolean;
627
- styles?: unknown;
627
+ styles?: {
628
+ commentWrapper?: import("typestyle/lib/types").NestedCSSProperties;
629
+ commentWrapperDialog?: import("typestyle/lib/types").NestedCSSProperties;
630
+ commentCountWrapper?: import("typestyle/lib/types").NestedCSSProperties;
631
+ replyCommentWrapper?: import("typestyle/lib/types").NestedCSSProperties;
632
+ showMoreExtraSpacingReply?: import("typestyle/lib/types").NestedCSSProperties;
633
+ showMoreExtraSpacing?: import("typestyle/lib/types").NestedCSSProperties;
634
+ topCommentAvatarWrapper?: (isRightToLeft: boolean) => import("typestyle/lib/types").NestedCSSProperties;
635
+ replyCommentAvatarWrapper?: import("typestyle/lib/types").NestedCSSProperties;
636
+ connectLine?: import("typestyle/lib/types").NestedCSSProperties;
637
+ topCommentShowMoreAction?: import("typestyle/lib/types").NestedCSSProperties;
638
+ repliedCommentShowMoreAction?: import("typestyle/lib/types").NestedCSSProperties;
639
+ slimSpacing?: import("typestyle/lib/types").NestedCSSProperties;
640
+ smallBadge?: import("typestyle/lib/types").NestedCSSProperties;
641
+ commentEditor?: import("typestyle/lib/types").NestedCSSProperties;
642
+ };
628
643
  readOnly?: boolean;
629
644
  dynamicInput?: CommentLikeTemplateDynamicInput;
630
645
  "dynamic-input"?: CommentLikeTemplateDynamicInput;
@@ -640,8 +655,8 @@ declare const _default: {
640
655
  "context-params"?: {
641
656
  [key: string]: string | number;
642
657
  };
643
- richTextSettings?: unknown;
644
- "rich-text-settings"?: unknown;
658
+ richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
659
+ "rich-text-settings"?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
645
660
  enableMention?: boolean;
646
661
  "enable-mention"?: boolean;
647
662
  "topic-id"?: string;
@@ -369,7 +369,19 @@ declare const _default: {
369
369
  };
370
370
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
371
371
  propsDefinition: Omit<Readonly<{} & {
372
- styles?: unknown;
372
+ styles?: {
373
+ underlineWhenHover?: import("typestyle/lib/types").NestedCSSProperties;
374
+ buttonOutline?: import("typestyle/lib/types").NestedCSSProperties;
375
+ personWrapper?: import("typestyle/lib/types").NestedCSSProperties;
376
+ buttonPosition?: import("typestyle/lib/types").NestedCSSProperties;
377
+ likesToShow?: import("typestyle/lib/types").NestedCSSProperties;
378
+ socialReactionIconWrapper?: (reactionType: ReactionType, isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
379
+ socialReactionIcon?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
380
+ socialReactionContainer?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
381
+ socialReactionSummary?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
382
+ socialReactionMenu?: import("typestyle/lib/types").NestedCSSProperties;
383
+ replyAndLikeActionLink?: import("typestyle/lib/types").NestedCSSProperties;
384
+ };
373
385
  topicId?: string;
374
386
  "topic-id"?: string;
375
387
  commendId?: string;
@@ -238,8 +238,8 @@ declare const _default: {
238
238
  autoFocus?: boolean;
239
239
  resetContetnRte?: boolean;
240
240
  "reset-contetn-rte"?: boolean;
241
- richTextSettings?: unknown;
242
- "rich-text-settings"?: unknown;
241
+ richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
242
+ "rich-text-settings"?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
243
243
  enableMention?: boolean;
244
244
  "enable-mention"?: boolean;
245
245
  "auto-focus"?: boolean;
@@ -1,4 +1,4 @@
1
- export declare module LikeLocalization {
1
+ export declare namespace LikeLocalization {
2
2
  const namespace = "Omnia.Ux.LikeHandler";
3
3
  interface locInterface {
4
4
  UnlikeText: string;
@@ -1,4 +1,4 @@
1
- export declare module CommentLocalization {
1
+ export declare namespace CommentLocalization {
2
2
  const namespace = "Omnia.Ux.Comment";
3
3
  interface locInterface {
4
4
  Post: string;
@@ -582,8 +582,8 @@ declare const _default: {
582
582
  }>;
583
583
  };
584
584
  "onUpdate:modelValue"?: (value: SpacingSettings) => any;
585
- "v-model"?: unknown;
586
- modelValue?: unknown;
585
+ "v-model"?: SpacingSettings;
586
+ modelValue?: SpacingSettings;
587
587
  individualSelection?: boolean;
588
588
  disableTop?: boolean;
589
589
  disableBottom?: boolean;
@@ -1,4 +1,4 @@
1
- export declare module SpacingPickerLocalization {
1
+ export declare namespace SpacingPickerLocalization {
2
2
  const namespace = "Omnia.Ux.SpacingPicker";
3
3
  interface locInterface {
4
4
  Top: string;
@@ -574,8 +574,16 @@ declare const _default: {
574
574
  templates?: TemplatePickerModel[];
575
575
  colsGrid?: number;
576
576
  "cols-grid"?: number;
577
- stylesTemplate?: unknown;
578
- "styles-template"?: unknown;
577
+ stylesTemplate?: {
578
+ itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
579
+ titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
580
+ buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
581
+ };
582
+ "styles-template"?: {
583
+ itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
584
+ titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
585
+ buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
586
+ };
579
587
  isSort?: boolean;
580
588
  "is-sort"?: boolean;
581
589
  }>, never>;
@@ -1,4 +1,4 @@
1
- export declare module TextTranslatorLocalization {
1
+ export declare namespace TextTranslatorLocalization {
2
2
  const namespace = "Omnia.Ux.TextTranslator";
3
3
  interface locInterface {
4
4
  translate: string;
@@ -1,4 +1,4 @@
1
- export declare module ThemingLocalization {
1
+ export declare namespace ThemingLocalization {
2
2
  const namespace = "Omnia.Ux.Theming";
3
3
  interface locInterface {
4
4
  ForegroundColor: string;
@@ -5,7 +5,7 @@ export declare function useStyling(): {
5
5
  };
6
6
  export declare function useThemeStyling(): {
7
7
  colors: {
8
- dividingOpacity: (dark: boolean) => string;
8
+ dividingOpacity: (dark: boolean) => "rgba(255,255,255,0.15)" | "rgba(0,0,0,0.15)";
9
9
  backgroundOpacity: (dark: boolean, opacity?: Number) => string;
10
10
  setColorOpacity: typeof setColorOpacity;
11
11
  };
@@ -5,7 +5,7 @@ export declare const ColorStyling: {
5
5
  backgroundOpacityOnColor: typeof backgroundOpacityOnColor;
6
6
  getColorStyling: typeof getColorStyling;
7
7
  };
8
- declare function dividingOpacity(dark: boolean): string;
8
+ declare function dividingOpacity(dark: boolean): "rgba(255,255,255,0.15)" | "rgba(0,0,0,0.15)";
9
9
  declare function backgroundOpacity(dark: boolean, opacity?: Number): string;
10
10
  declare function backgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
11
11
  declare function getColorStyling(color: string, opacity?: number): ColorStyles;
@@ -1,4 +1,4 @@
1
- export declare module UrlInputLocalization {
1
+ export declare namespace UrlInputLocalization {
2
2
  const namespace = "Omnia.Ux.UrlInput";
3
3
  interface locInterface {
4
4
  DefaultUrl: string;
@@ -1,4 +1,4 @@
1
- export declare module UserPropertyProviderLocalization {
1
+ export declare namespace UserPropertyProviderLocalization {
2
2
  interface locInterface {
3
3
  UserPropertiesProvider: {
4
4
  Name: string;
@@ -508,7 +508,9 @@ declare const _default: {
508
508
  };
509
509
  }>;
510
510
  };
511
- styles?: unknown;
511
+ styles?: {
512
+ container?: import("@omnia/fx-models").NestedCSSPropertiesExtends;
513
+ };
512
514
  "onUpdate:modelValue"?: (value: UserIdentity) => any;
513
515
  "v-model"?: UserIdentity;
514
516
  modelValue?: UserIdentity;
@@ -1,4 +1,4 @@
1
- export declare module FieldValidationLocalization {
1
+ export declare namespace FieldValidationLocalization {
2
2
  const namespace = "Omnia.Ux.FieldValidation";
3
3
  interface locInterface {
4
4
  RequiredMessage: string;
@@ -692,10 +692,10 @@ declare const _default: {
692
692
  } & {
693
693
  activator?: () => VNodeChild;
694
694
  };
695
- previewState?: unknown;
695
+ previewState?: VelcronState;
696
696
  allowEdit?: boolean;
697
697
  "allow-edit"?: boolean;
698
- "preview-state"?: unknown;
698
+ "preview-state"?: VelcronState;
699
699
  exclusions?: GuidValue[];
700
700
  }>, "onUpdate:modelValue" | "onSelected" | "onDefinition:enter" | "onDefinition:leave"> & {
701
701
  "onUpdate:modelValue"?: (value: boolean) => any;
@@ -252,8 +252,8 @@ declare const _default: {
252
252
  "theme-definition"?: ThemeDefinitionV2;
253
253
  "color-schema-type"?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
254
254
  context?: VelcronRenderContext;
255
- eventHandlers?: unknown;
256
- "event-handlers"?: unknown;
255
+ eventHandlers?: VelcronRenderContextEventHandlers;
256
+ "event-handlers"?: VelcronRenderContextEventHandlers;
257
257
  editMode?: boolean;
258
258
  "edit-mode"?: boolean;
259
259
  }>, "onState:updated" | "onSetup:context"> & {
@@ -450,8 +450,8 @@ declare const _default: {
450
450
  }>;
451
451
  };
452
452
  "onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
453
- "v-model"?: unknown;
454
- modelValue?: unknown;
453
+ "v-model"?: VelcronColorStyling;
454
+ modelValue?: VelcronColorStyling;
455
455
  }>, "onUpdate:modelValue"> & {
456
456
  "onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
457
457
  };
@@ -471,8 +471,8 @@ declare const _default: {
471
471
  }>;
472
472
  };
473
473
  "onUpdate:modelValue"?: (value: VelcronSpacing) => any;
474
- "v-model"?: unknown;
475
- modelValue?: unknown;
474
+ "v-model"?: VelcronSpacing;
475
+ modelValue?: VelcronSpacing;
476
476
  settings?: VelcronSpacingEditorSettings;
477
477
  }>, "onUpdate:modelValue"> & {
478
478
  "onUpdate:modelValue"?: (settings: SpacingSettings) => any;
@@ -173,10 +173,10 @@ declare const _default: {
173
173
  };
174
174
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
175
175
  propsDefinition: Omit<Readonly<{} & {
176
- appInstanceId?: unknown;
176
+ appInstanceId?: GuidValue;
177
177
  versionedLayoutId?: VersionedLayoutId;
178
178
  "versioned-layout-id"?: VersionedLayoutId;
179
- "app-instance-id"?: unknown;
179
+ "app-instance-id"?: GuidValue;
180
180
  layoutBackgroundImageElementId?: string;
181
181
  enableAlternateLayout?: boolean;
182
182
  "layout-background-image-element-id"?: string;
@@ -225,10 +225,10 @@ declare const _default: {
225
225
  };
226
226
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
227
227
  propsDefinition: Omit<Readonly<{} & {
228
- appInstanceId?: unknown;
228
+ appInstanceId?: GuidValue;
229
229
  versionedLayoutId?: VersionedLayoutId;
230
230
  "versioned-layout-id"?: VersionedLayoutId;
231
- "app-instance-id"?: unknown;
231
+ "app-instance-id"?: GuidValue;
232
232
  layoutBackgroundImageElementId?: string;
233
233
  enableAlternateLayout?: boolean;
234
234
  "layout-background-image-element-id"?: string;
@@ -1,4 +1,4 @@
1
- export declare module LayoutBackgroundImageLocalization {
1
+ export declare namespace LayoutBackgroundImageLocalization {
2
2
  const namespace = "Omnia.Ux.AppLayoutDefinition.LayoutBackgroundImage";
3
3
  interface locInterface {
4
4
  CropRatio: string;
@@ -216,7 +216,7 @@ declare const _default: {
216
216
  enableAlternateLayout: boolean;
217
217
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
218
218
  propsDefinition: Omit<Readonly<{
219
- appInstanceId: unknown;
219
+ appInstanceId: GuidValue;
220
220
  } & {
221
221
  serviceContainerContext?: ServiceContainerContext;
222
222
  versionedLayoutId?: VersionedLayoutId;
@@ -1,4 +1,4 @@
1
- export declare module WelcomeLocalization {
1
+ export declare namespace WelcomeLocalization {
2
2
  const namespace = "Omnia.Welcome";
3
3
  interface locInterface {
4
4
  WelcomeMessage: string;
@@ -288,7 +288,19 @@ declare const _default: {
288
288
  };
289
289
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
290
290
  propsDefinition: Omit<Readonly<{} & {
291
- styles?: unknown;
291
+ styles?: {
292
+ container?: import("typestyle/lib/types").NestedCSSProperties;
293
+ card?: import("typestyle/lib/types").NestedCSSProperties;
294
+ header?: import("typestyle/lib/types").NestedCSSProperties;
295
+ content?: import("typestyle/lib/types").NestedCSSProperties;
296
+ bottom?: import("typestyle/lib/types").NestedCSSProperties;
297
+ outline?: import("typestyle/lib/types").NestedCSSProperties;
298
+ verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
299
+ horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
300
+ textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
301
+ summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
302
+ summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
303
+ };
292
304
  isOnDialog?: boolean;
293
305
  "is-on-dialog"?: boolean;
294
306
  horizontalMinHeight?: number;
@@ -259,6 +259,7 @@ import wcee09ecc9d4fb46de8f1a408e38858030 from './ux/filterengine/components/set
259
259
  import wcea2ad78acabc4ec0bc3609301b3713c3 from './ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput';
260
260
  import wc024952d88730404da854cfed0d045284 from './ux/filterengine/components/settings/tags/TagsPropertySettings';
261
261
  import wcdc589fd533c8400a8dde3dad35f47248 from './ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
262
+ import wc0e787c7f28394d87a5893a24fa18da5b from './ux/journey/v2/tests/EditorJourney';
262
263
  import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder';
263
264
  import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar';
264
265
  import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
@@ -622,6 +623,7 @@ declare global {
622
623
  "omfx-filterengine-number-defaultvalue-input": typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition>;
623
624
  "omfx-filterengine-tags-propertysettings": typeof wc024952d88730404da854cfed0d045284.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc024952d88730404da854cfed0d045284.propsDefinition>;
624
625
  "omfx-filterengine-tags-defaultvalue-input": typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition>;
626
+ "omfx-editor-journey": typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition>;
625
627
  "omfx-layout-block-placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition>;
626
628
  "omfx-canvas-toolbar": typeof wc4512676606d342adbd011def4b615151.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4512676606d342adbd011def4b615151.propsDefinition>;
627
629
  "omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition>;
@@ -2023,6 +2025,11 @@ declare global {
2023
2025
  $props: typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition>;
2024
2026
  };
2025
2027
  };
2028
+ "EditorJourney": {
2029
+ new (...args: any[]): {
2030
+ $props: typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition>;
2031
+ };
2032
+ };
2026
2033
  "LayoutBlockPlaceholder": {
2027
2034
  new (...args: any[]): {
2028
2035
  $props: typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.55-dev",
4
+ "version": "8.0.56-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,15 +20,15 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.55-dev",
23
+ "@omnia/fx-models": "8.0.56-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
27
27
  "splitpanes": "2.4.1",
28
28
  "vuetify": "3.4.1",
29
29
  "vue": "3.3.7",
30
- "tslib": "2.5.0",
31
- "typescript": "5.0.4",
30
+ "tslib": "2.6.2",
31
+ "typescript": "5.3.2",
32
32
  "@tiptap/vue-3": "2.0.0-beta.220",
33
33
  "@tiptap/pm": "2.0.0-beta.220",
34
34
  "@tiptap/suggestion": "2.0.0-beta.220",