@omnia/fx 8.0.159-dev → 8.0.162-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
  4. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
  6. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +16 -16
  11. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +15 -15
  12. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
  17. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +34 -34
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  23. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
  25. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  29. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +416 -400
  32. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +411 -395
  33. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  34. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +411 -395
  35. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  36. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
  37. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
  39. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
  40. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
  43. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
  44. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  45. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
  48. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  52. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  53. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
  54. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
  57. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  59. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
  60. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  62. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  63. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
  64. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  65. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  66. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +422 -406
  67. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +846 -814
  68. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
  70. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +10 -10
  71. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  72. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
  73. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  75. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  76. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
  77. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  78. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  79. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +11 -11
  81. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +45 -45
  82. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
  85. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
  86. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +849 -817
  87. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  90. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
  91. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  92. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  93. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
  96. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +4 -4
  97. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
  98. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
  101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
  103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
  104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
  105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
  106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
  107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
  108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
  109. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  110. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
  111. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
  113. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
  114. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +422 -406
  115. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +90 -30
  116. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +1 -0
  117. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +1 -0
  118. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
  119. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -0
  120. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +20 -10
  121. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +10 -2
  123. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  124. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  126. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
  127. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +26 -5
  128. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
  129. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
  130. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
  131. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +8 -0
  132. package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
  133. package/package.json +2 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.