@omnia/fx 8.0.249-dev → 8.0.251-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (111) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/markdown/MarkdownPluginStore.d.ts +2 -0
  3. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +2 -0
  4. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
  7. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
  8. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +5 -5
  9. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +7 -7
  10. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +6 -6
  11. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +7 -7
  15. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
  26. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +11 -11
  27. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +8 -8
  28. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +8 -8
  29. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +3 -3
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +6 -6
  34. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +39 -5
  35. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +12 -0
  36. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/HtmlNodehelper.d.ts +9 -0
  37. package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +6 -0
  38. package/internal-do-not-import-from-here/ux/markdown2/models/{MarkdownPlugin.d.ts → EditorPlugin.d.ts} +7 -5
  39. package/internal-do-not-import-from-here/ux/markdown2/parsers/HtmlParser.d.ts +4 -3
  40. package/internal-do-not-import-from-here/ux/markdown2/parsers/JSONParser.d.ts +3 -2
  41. package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/textParser.d.ts +0 -0
  42. package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineEditorPlugin.d.ts +8 -0
  43. package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorStylePlugin.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/markdown2/plugins/sourceeditor/SourceEditorButton.d.ts +47 -0
  45. package/internal-do-not-import-from-here/ux/markdown2/plugins/sourceeditor/SourceEditorPlugin.d.ts +3 -0
  46. package/internal-do-not-import-from-here/ux/markdown2/plugins/testdata/TestDataPlugin.d.ts +3 -0
  47. package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyPlugin.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +73 -55
  51. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +325 -240
  52. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +2 -2
  55. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +105 -13
  58. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +20 -20
  59. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/post/Post.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
  65. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +7 -7
  98. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +12 -12
  100. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -1
  101. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +3 -3
  102. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +3 -3
  103. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +3 -3
  104. package/package.json +3 -3
  105. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/Nodehelper.d.ts +0 -7
  106. package/internal-do-not-import-from-here/ux/markdown2/models/MarkdownParser.d.ts +0 -33
  107. package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineMarkdownPlugin.d.ts +0 -8
  108. /package/internal-do-not-import-from-here/ux/markdown2/parsers/{MarkdownParser.d.ts → markdownparser_old/MarkdownParser.d.ts} +0 -0
  109. /package/internal-do-not-import-from-here/ux/markdown2/parsers/{builtin/component.d.ts → markdownparser_old/MarkdownParser_engine.d.ts} +0 -0
  110. /package/internal-do-not-import-from-here/ux/markdown2/parsers/{builtin/tags.d.ts → markdownparser_old/component.d.ts} +0 -0
  111. /package/internal-do-not-import-from-here/ux/markdown2/parsers/{builtin/textParser.d.ts → markdownparser_old/tags.d.ts} +0 -0