@omnia/fx 8.0.74-dev → 8.0.75-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 (286) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +1 -1
  3. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -1
  4. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +1 -1
  5. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +1 -1
  6. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +3 -2
  7. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +3 -1
  8. package/internal-do-not-import-from-here/shared/models/index.d.ts +1 -0
  9. package/internal-do-not-import-from-here/shared/models/index.js +1 -0
  10. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +40 -53
  11. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +6 -12
  12. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +6 -1
  13. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
  14. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
  15. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -9
  16. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -8
  17. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
  18. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
  19. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
  20. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
  21. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
  22. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
  23. package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
  24. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +11 -2
  25. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +0 -2
  26. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +17 -0
  27. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +17 -0
  28. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +17 -0
  29. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +8 -0
  30. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +12 -0
  31. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +12 -0
  32. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +17 -0
  33. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +363 -0
  34. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePreview.d.ts +97 -0
  35. package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.css.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.d.ts +93 -44
  37. package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.d.ts +36 -44
  38. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -2
  39. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +14 -2
  41. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +9 -17
  42. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +71 -1
  43. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +93 -1
  44. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +142 -0
  45. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +34 -0
  46. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +12 -0
  47. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +17 -0
  48. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +51 -0
  49. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +17 -0
  50. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +17 -0
  51. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +37 -16
  52. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +2 -2
  53. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +17 -0
  54. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +12 -0
  55. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +80 -0
  56. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +143 -0
  57. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +245 -0
  58. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +287 -1
  59. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +236 -1
  60. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +340 -1
  61. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +345 -1
  62. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -17
  63. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +29 -0
  64. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +217 -2
  65. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +57 -1
  66. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +21 -0
  67. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +217 -2
  68. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -16
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -16
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -16
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +29 -0
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +12 -0
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -16
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +0 -16
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +0 -16
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/ColumnResizer.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +17 -1
  80. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +16 -0
  82. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +51 -0
  83. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +17 -0
  84. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +34 -0
  85. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +46 -0
  86. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +12 -0
  87. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +18 -1
  88. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +71 -1
  89. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +32 -0
  90. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +83 -21
  91. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +46 -17
  92. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +75 -3
  93. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +170 -17
  94. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +24 -16
  95. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +8 -16
  96. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +65 -16
  98. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +73 -17
  99. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +34 -16
  100. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +66 -16
  101. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +97 -16
  102. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +28 -67
  103. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +128 -16
  104. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +183 -16
  105. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +112 -0
  106. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +106 -17
  107. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +88 -0
  108. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +42 -17
  109. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +45 -16
  110. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +24 -16
  111. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +134 -16
  112. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +0 -16
  113. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +59 -17
  114. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +61 -16
  115. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +40 -0
  116. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -16
  117. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +55 -0
  118. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +84 -16
  119. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +32 -16
  120. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +49 -17
  121. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +16 -16
  122. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +119 -16
  123. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +41 -16
  124. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +24 -16
  125. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +75 -16
  126. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +95 -16
  127. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +37 -1
  128. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +16 -16
  130. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +52 -16
  131. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +128 -16
  133. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +80 -16
  134. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +70 -16
  135. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +181 -16
  136. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +2 -2
  137. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +25 -17
  138. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +91 -16
  139. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -2
  140. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +128 -16
  141. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +24 -16
  142. package/internal-do-not-import-from-here/ux/oxide/splitpanes/SplitpaneItem.d.ts +72 -16
  143. package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.d.ts +50 -16
  144. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +8 -0
  145. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +32 -0
  146. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +78 -16
  148. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +46 -17
  149. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +66 -16
  150. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -16
  151. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +68 -16
  152. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +151 -16
  153. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +163 -17
  154. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +80 -17
  155. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +63 -0
  156. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +29 -16
  157. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +17 -0
  158. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +29 -0
  159. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +13 -1
  160. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +29 -0
  161. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +29 -0
  162. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +46 -0
  163. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -2
  164. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  165. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +15 -0
  166. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/index.d.ts +1 -0
  167. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -16
  168. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +61 -16
  169. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +12 -0
  170. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +46 -0
  171. package/internal-do-not-import-from-here/ux/social/Like.d.ts +63 -0
  172. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +24 -0
  173. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +17 -0
  174. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +17 -0
  175. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +6 -2
  177. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/BlueprintEditorStore.d.ts +1 -15
  178. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +3 -3
  179. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +9 -0
  180. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +22 -0
  181. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +20 -0
  182. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +27 -0
  183. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +4 -0
  184. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +9 -0
  185. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +8 -0
  186. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +11 -0
  187. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +8 -0
  188. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsChrome.d.ts +49 -0
  189. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +9 -0
  190. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +8 -0
  191. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +11 -0
  192. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +8 -0
  193. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsChrome.d.ts +49 -0
  194. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  195. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +56 -0
  196. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +437 -0
  197. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +23 -65
  198. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +440 -0
  199. package/internal-do-not-import-from-here/ux/theming-v2/store/{BlueprintDefinitionStore.d.ts → ComponentDefinitionStore.d.ts} +1 -1
  200. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +439 -0
  201. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -18
  202. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -3
  203. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +440 -0
  204. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +6 -2
  205. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +913 -110
  206. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +6 -8
  207. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +2 -2
  208. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
  209. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +4 -4
  210. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +1 -17
  211. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10341 -2075
  212. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  213. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +35 -1
  214. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +28 -67
  215. package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
  216. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +34 -0
  217. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +12 -0
  218. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -16
  219. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -16
  220. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +13 -6
  221. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -16
  222. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +26 -0
  223. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -78
  224. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -12
  225. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
  226. package/internal-do-not-import-from-here/ux/velcron/core/models/ViewModelAndContext.d.ts +1 -1
  227. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
  228. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
  229. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -2
  230. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -1
  231. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +3 -2
  232. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -3
  233. package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -1
  234. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +1 -1
  235. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  236. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -16
  237. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +1 -1
  238. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +1 -1
  239. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +12 -0
  240. package/internal-do-not-import-from-here/wctypings.d.ts +619 -625
  241. package/package.json +2 -2
  242. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +0 -364
  243. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/components/ChromePreview.d.ts +0 -16
  244. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +0 -31
  245. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +0 -7
  246. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +0 -19
  247. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +0 -173
  248. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -6
  249. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +0 -90
  250. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +0 -16
  251. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +0 -16
  252. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +0 -7
  253. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +0 -16
  254. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +0 -6
  255. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +0 -16
  256. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +0 -16
  257. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +0 -16
  258. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +0 -16
  259. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +0 -3
  260. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +0 -12
  261. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/index.d.ts +0 -1
  262. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +0 -40
  263. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -53
  264. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +0 -2
  265. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +0 -208
  266. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +0 -39
  267. /package/internal-do-not-import-from-here/{ux/velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
  268. /package/internal-do-not-import-from-here/ux/{blueprintpicker/BlueprintPicker.css.d.ts → blueprintpickers/chromepicker/ChromePicker.css.d.ts} +0 -0
  269. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/ExampleComponents.d.ts +0 -0
  270. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/SampleComponent.d.ts +0 -0
  271. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/index.d.ts +0 -0
  272. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
  273. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/SampleComponent.d.ts +0 -0
  274. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/index.d.ts +0 -0
  275. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/loc/localize.d.ts +0 -0
  276. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.css.d.ts +0 -0
  277. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/ExampleComponents.d.ts +0 -0
  278. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/SampleComponent.d.ts +0 -0
  279. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/index.d.ts +0 -0
  280. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{ChromeDefinitions.d.ts → DefinitionsChrome.d.ts} +0 -0
  281. /package/internal-do-not-import-from-here/ux/theming-v2/{themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts → designkits/default/themes/DefinitionsComponents.d.ts} +0 -0
  282. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
  283. /package/internal-do-not-import-from-here/ux/{use/UseVariantSetup.d.ts → theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts} +0 -0
  284. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
  285. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +0 -0
  286. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
@@ -4,6 +4,11 @@ declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  variant: {
6
6
  type: import("vue").PropType<JourneyVariant>;
7
+ } & {
8
+ type: import("vue").PropType<JourneyVariant>;
9
+ };
10
+ "get-api": {
11
+ type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
7
12
  };
8
13
  getApi: {
9
14
  type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
@@ -11,6 +16,11 @@ declare const _default: {
11
16
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
12
17
  variant: {
13
18
  type: import("vue").PropType<JourneyVariant>;
19
+ } & {
20
+ type: import("vue").PropType<JourneyVariant>;
21
+ };
22
+ "get-api": {
23
+ type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
14
24
  };
15
25
  getApi: {
16
26
  type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
@@ -25,6 +35,11 @@ declare const _default: {
25
35
  }, Readonly<import("vue").ExtractPropTypes<{
26
36
  variant: {
27
37
  type: import("vue").PropType<JourneyVariant>;
38
+ } & {
39
+ type: import("vue").PropType<JourneyVariant>;
40
+ };
41
+ "get-api": {
42
+ type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
28
43
  };
29
44
  getApi: {
30
45
  type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
@@ -36,6 +51,11 @@ declare const _default: {
36
51
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
37
52
  variant: {
38
53
  type: import("vue").PropType<JourneyVariant>;
54
+ } & {
55
+ type: import("vue").PropType<JourneyVariant>;
56
+ };
57
+ "get-api": {
58
+ type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
39
59
  };
40
60
  getApi: {
41
61
  type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
@@ -44,6 +64,7 @@ declare const _default: {
44
64
  propsDefinition: Omit<Readonly<{} & {
45
65
  variant?: JourneyVariant;
46
66
  getApi?: (store: ReturnType<typeof useJourneyStore>) => void;
67
+ "get-api"?: (store: ReturnType<typeof useJourneyStore>) => void;
47
68
  }>, never>;
48
69
  };
49
70
  export default _default;
@@ -8,72 +8,124 @@ export declare function useBlade(bladeId: GuidValue): {
8
8
  actions?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
9
9
  actionsFooter?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
10
10
  }>;
11
+ "confirm-delete-dialog-option": {
12
+ type: import("vue").PropType<import("../../..").ConfirmDialogOptions>;
13
+ };
11
14
  confirmDeleteDialogOption: {
12
15
  type: import("vue").PropType<import("../../..").ConfirmDialogOptions>;
13
16
  };
17
+ "on-switch": {
18
+ type: import("vue").PropType<(value: any) => boolean | Promise<boolean>>;
19
+ };
14
20
  onSwitch: {
15
21
  type: import("vue").PropType<(value: any) => boolean | Promise<boolean>>;
16
22
  };
23
+ "on-delete": {
24
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
25
+ };
17
26
  onDelete: {
18
27
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
19
28
  };
29
+ "on-save": {
30
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
31
+ };
20
32
  onSave: {
21
33
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
22
34
  };
35
+ "on-remove": {
36
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
37
+ };
23
38
  onRemove: {
24
39
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
25
40
  };
41
+ "on-ok": {
42
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
43
+ };
26
44
  onOk: {
27
45
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
28
46
  };
29
47
  variant: {
30
48
  type: import("vue").PropType<"info" | "edit" | "new">;
49
+ } & {
50
+ type: import("vue").PropType<"info" | "edit" | "new">;
31
51
  };
32
52
  icon: {
33
53
  type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
54
+ } & {
55
+ type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
34
56
  };
35
57
  create: {
36
58
  type: import("vue").PropType<boolean>;
59
+ } & {
60
+ type: import("vue").PropType<boolean>;
37
61
  };
38
62
  settings: {
39
63
  type: import("vue").PropType<boolean>;
64
+ } & {
65
+ type: import("vue").PropType<boolean>;
40
66
  };
41
67
  switch: {
42
68
  type: import("vue").PropType<import("../JourneyBlade").switchValue>;
69
+ } & {
70
+ type: import("vue").PropType<import("../JourneyBlade").switchValue>;
43
71
  };
44
72
  disabled: {
45
73
  type: import("vue").PropType<boolean>;
74
+ } & {
75
+ type: import("vue").PropType<boolean>;
46
76
  };
47
77
  remove: {
48
78
  type: import("vue").PropType<boolean>;
79
+ } & {
80
+ type: import("vue").PropType<boolean>;
49
81
  };
50
82
  delete: {
51
83
  type: import("vue").PropType<boolean>;
84
+ } & {
85
+ type: import("vue").PropType<boolean>;
52
86
  };
53
87
  searchable: {
54
88
  type: import("vue").PropType<boolean>;
89
+ } & {
90
+ type: import("vue").PropType<boolean>;
55
91
  };
56
92
  save: {
57
93
  type: import("vue").PropType<boolean>;
94
+ } & {
95
+ type: import("vue").PropType<boolean>;
58
96
  };
59
97
  ok: {
60
98
  type: import("vue").PropType<boolean>;
99
+ } & {
100
+ type: import("vue").PropType<boolean>;
61
101
  };
62
102
  loading: {
63
103
  type: import("vue").PropType<boolean>;
104
+ } & {
105
+ type: import("vue").PropType<boolean>;
64
106
  };
65
107
  size: {
66
108
  type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
67
109
  required: false;
110
+ } & {
111
+ type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
112
+ required: false;
68
113
  };
69
114
  id: {
70
115
  type: import("vue").PropType<GuidValue>;
116
+ } & {
117
+ type: import("vue").PropType<GuidValue>;
118
+ };
119
+ "sub-title": {
120
+ type: import("vue").PropType<string>;
71
121
  };
72
122
  subTitle: {
73
123
  type: import("vue").PropType<string>;
74
124
  };
75
125
  title: {
76
126
  type: import("vue").PropType<string>;
127
+ } & {
128
+ type: import("vue").PropType<string>;
77
129
  };
78
130
  }>> & {
79
131
  "onClick:cancel"?: (id: GuidValue) => any;
@@ -98,72 +150,124 @@ export declare function useBlade(bladeId: GuidValue): {
98
150
  actions?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
99
151
  actionsFooter?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
100
152
  }>;
153
+ "confirm-delete-dialog-option": {
154
+ type: import("vue").PropType<import("../../..").ConfirmDialogOptions>;
155
+ };
101
156
  confirmDeleteDialogOption: {
102
157
  type: import("vue").PropType<import("../../..").ConfirmDialogOptions>;
103
158
  };
159
+ "on-switch": {
160
+ type: import("vue").PropType<(value: any) => boolean | Promise<boolean>>;
161
+ };
104
162
  onSwitch: {
105
163
  type: import("vue").PropType<(value: any) => boolean | Promise<boolean>>;
106
164
  };
165
+ "on-delete": {
166
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
167
+ };
107
168
  onDelete: {
108
169
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
109
170
  };
171
+ "on-save": {
172
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
173
+ };
110
174
  onSave: {
111
175
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
112
176
  };
177
+ "on-remove": {
178
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
179
+ };
113
180
  onRemove: {
114
181
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
115
182
  };
183
+ "on-ok": {
184
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
185
+ };
116
186
  onOk: {
117
187
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
118
188
  };
119
189
  variant: {
120
190
  type: import("vue").PropType<"info" | "edit" | "new">;
191
+ } & {
192
+ type: import("vue").PropType<"info" | "edit" | "new">;
121
193
  };
122
194
  icon: {
123
195
  type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
196
+ } & {
197
+ type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
124
198
  };
125
199
  create: {
126
200
  type: import("vue").PropType<boolean>;
201
+ } & {
202
+ type: import("vue").PropType<boolean>;
127
203
  };
128
204
  settings: {
129
205
  type: import("vue").PropType<boolean>;
206
+ } & {
207
+ type: import("vue").PropType<boolean>;
130
208
  };
131
209
  switch: {
132
210
  type: import("vue").PropType<import("../JourneyBlade").switchValue>;
211
+ } & {
212
+ type: import("vue").PropType<import("../JourneyBlade").switchValue>;
133
213
  };
134
214
  disabled: {
135
215
  type: import("vue").PropType<boolean>;
216
+ } & {
217
+ type: import("vue").PropType<boolean>;
136
218
  };
137
219
  remove: {
138
220
  type: import("vue").PropType<boolean>;
221
+ } & {
222
+ type: import("vue").PropType<boolean>;
139
223
  };
140
224
  delete: {
141
225
  type: import("vue").PropType<boolean>;
226
+ } & {
227
+ type: import("vue").PropType<boolean>;
142
228
  };
143
229
  searchable: {
144
230
  type: import("vue").PropType<boolean>;
231
+ } & {
232
+ type: import("vue").PropType<boolean>;
145
233
  };
146
234
  save: {
147
235
  type: import("vue").PropType<boolean>;
236
+ } & {
237
+ type: import("vue").PropType<boolean>;
148
238
  };
149
239
  ok: {
150
240
  type: import("vue").PropType<boolean>;
241
+ } & {
242
+ type: import("vue").PropType<boolean>;
151
243
  };
152
244
  loading: {
153
245
  type: import("vue").PropType<boolean>;
246
+ } & {
247
+ type: import("vue").PropType<boolean>;
154
248
  };
155
249
  size: {
156
250
  type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
157
251
  required: false;
252
+ } & {
253
+ type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
254
+ required: false;
158
255
  };
159
256
  id: {
160
257
  type: import("vue").PropType<GuidValue>;
258
+ } & {
259
+ type: import("vue").PropType<GuidValue>;
260
+ };
261
+ "sub-title": {
262
+ type: import("vue").PropType<string>;
161
263
  };
162
264
  subTitle: {
163
265
  type: import("vue").PropType<string>;
164
266
  };
165
267
  title: {
166
268
  type: import("vue").PropType<string>;
269
+ } & {
270
+ type: import("vue").PropType<string>;
167
271
  };
168
272
  }>> & {
169
273
  "onClick:cancel"?: (id: GuidValue) => any;
@@ -186,72 +290,124 @@ export declare function useBlade(bladeId: GuidValue): {
186
290
  actions?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
187
291
  actionsFooter?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
188
292
  }>;
293
+ "confirm-delete-dialog-option": {
294
+ type: import("vue").PropType<import("../../..").ConfirmDialogOptions>;
295
+ };
189
296
  confirmDeleteDialogOption: {
190
297
  type: import("vue").PropType<import("../../..").ConfirmDialogOptions>;
191
298
  };
299
+ "on-switch": {
300
+ type: import("vue").PropType<(value: any) => boolean | Promise<boolean>>;
301
+ };
192
302
  onSwitch: {
193
303
  type: import("vue").PropType<(value: any) => boolean | Promise<boolean>>;
194
304
  };
305
+ "on-delete": {
306
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
307
+ };
195
308
  onDelete: {
196
309
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
197
310
  };
311
+ "on-save": {
312
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
313
+ };
198
314
  onSave: {
199
315
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
200
316
  };
317
+ "on-remove": {
318
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
319
+ };
201
320
  onRemove: {
202
321
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
203
322
  };
323
+ "on-ok": {
324
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
325
+ };
204
326
  onOk: {
205
327
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
206
328
  };
207
329
  variant: {
208
330
  type: import("vue").PropType<"info" | "edit" | "new">;
331
+ } & {
332
+ type: import("vue").PropType<"info" | "edit" | "new">;
209
333
  };
210
334
  icon: {
211
335
  type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
336
+ } & {
337
+ type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
212
338
  };
213
339
  create: {
214
340
  type: import("vue").PropType<boolean>;
341
+ } & {
342
+ type: import("vue").PropType<boolean>;
215
343
  };
216
344
  settings: {
217
345
  type: import("vue").PropType<boolean>;
346
+ } & {
347
+ type: import("vue").PropType<boolean>;
218
348
  };
219
349
  switch: {
220
350
  type: import("vue").PropType<import("../JourneyBlade").switchValue>;
351
+ } & {
352
+ type: import("vue").PropType<import("../JourneyBlade").switchValue>;
221
353
  };
222
354
  disabled: {
223
355
  type: import("vue").PropType<boolean>;
356
+ } & {
357
+ type: import("vue").PropType<boolean>;
224
358
  };
225
359
  remove: {
226
360
  type: import("vue").PropType<boolean>;
361
+ } & {
362
+ type: import("vue").PropType<boolean>;
227
363
  };
228
364
  delete: {
229
365
  type: import("vue").PropType<boolean>;
366
+ } & {
367
+ type: import("vue").PropType<boolean>;
230
368
  };
231
369
  searchable: {
232
370
  type: import("vue").PropType<boolean>;
371
+ } & {
372
+ type: import("vue").PropType<boolean>;
233
373
  };
234
374
  save: {
235
375
  type: import("vue").PropType<boolean>;
376
+ } & {
377
+ type: import("vue").PropType<boolean>;
236
378
  };
237
379
  ok: {
238
380
  type: import("vue").PropType<boolean>;
381
+ } & {
382
+ type: import("vue").PropType<boolean>;
239
383
  };
240
384
  loading: {
241
385
  type: import("vue").PropType<boolean>;
386
+ } & {
387
+ type: import("vue").PropType<boolean>;
242
388
  };
243
389
  size: {
244
390
  type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
245
391
  required: false;
392
+ } & {
393
+ type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
394
+ required: false;
246
395
  };
247
396
  id: {
248
397
  type: import("vue").PropType<GuidValue>;
398
+ } & {
399
+ type: import("vue").PropType<GuidValue>;
400
+ };
401
+ "sub-title": {
402
+ type: import("vue").PropType<string>;
249
403
  };
250
404
  subTitle: {
251
405
  type: import("vue").PropType<string>;
252
406
  };
253
407
  title: {
254
408
  type: import("vue").PropType<string>;
409
+ } & {
410
+ type: import("vue").PropType<string>;
255
411
  };
256
412
  }>> & {
257
413
  "onClick:cancel"?: (id: GuidValue) => any;
@@ -271,72 +427,124 @@ export declare function useBlade(bladeId: GuidValue): {
271
427
  actions?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
272
428
  actionsFooter?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
273
429
  }>;
430
+ "confirm-delete-dialog-option": {
431
+ type: import("vue").PropType<import("../../..").ConfirmDialogOptions>;
432
+ };
274
433
  confirmDeleteDialogOption: {
275
434
  type: import("vue").PropType<import("../../..").ConfirmDialogOptions>;
276
435
  };
436
+ "on-switch": {
437
+ type: import("vue").PropType<(value: any) => boolean | Promise<boolean>>;
438
+ };
277
439
  onSwitch: {
278
440
  type: import("vue").PropType<(value: any) => boolean | Promise<boolean>>;
279
441
  };
442
+ "on-delete": {
443
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
444
+ };
280
445
  onDelete: {
281
446
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
282
447
  };
448
+ "on-save": {
449
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
450
+ };
283
451
  onSave: {
284
452
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
285
453
  };
454
+ "on-remove": {
455
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
456
+ };
286
457
  onRemove: {
287
458
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
288
459
  };
460
+ "on-ok": {
461
+ type: import("vue").PropType<() => boolean | Promise<boolean>>;
462
+ };
289
463
  onOk: {
290
464
  type: import("vue").PropType<() => boolean | Promise<boolean>>;
291
465
  };
292
466
  variant: {
293
467
  type: import("vue").PropType<"info" | "edit" | "new">;
468
+ } & {
469
+ type: import("vue").PropType<"info" | "edit" | "new">;
294
470
  };
295
471
  icon: {
296
472
  type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
473
+ } & {
474
+ type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
297
475
  };
298
476
  create: {
299
477
  type: import("vue").PropType<boolean>;
478
+ } & {
479
+ type: import("vue").PropType<boolean>;
300
480
  };
301
481
  settings: {
302
482
  type: import("vue").PropType<boolean>;
483
+ } & {
484
+ type: import("vue").PropType<boolean>;
303
485
  };
304
486
  switch: {
305
487
  type: import("vue").PropType<import("../JourneyBlade").switchValue>;
488
+ } & {
489
+ type: import("vue").PropType<import("../JourneyBlade").switchValue>;
306
490
  };
307
491
  disabled: {
308
492
  type: import("vue").PropType<boolean>;
493
+ } & {
494
+ type: import("vue").PropType<boolean>;
309
495
  };
310
496
  remove: {
311
497
  type: import("vue").PropType<boolean>;
498
+ } & {
499
+ type: import("vue").PropType<boolean>;
312
500
  };
313
501
  delete: {
314
502
  type: import("vue").PropType<boolean>;
503
+ } & {
504
+ type: import("vue").PropType<boolean>;
315
505
  };
316
506
  searchable: {
317
507
  type: import("vue").PropType<boolean>;
508
+ } & {
509
+ type: import("vue").PropType<boolean>;
318
510
  };
319
511
  save: {
320
512
  type: import("vue").PropType<boolean>;
513
+ } & {
514
+ type: import("vue").PropType<boolean>;
321
515
  };
322
516
  ok: {
323
517
  type: import("vue").PropType<boolean>;
518
+ } & {
519
+ type: import("vue").PropType<boolean>;
324
520
  };
325
521
  loading: {
326
522
  type: import("vue").PropType<boolean>;
523
+ } & {
524
+ type: import("vue").PropType<boolean>;
327
525
  };
328
526
  size: {
329
527
  type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
330
528
  required: false;
529
+ } & {
530
+ type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
531
+ required: false;
331
532
  };
332
533
  id: {
333
534
  type: import("vue").PropType<GuidValue>;
535
+ } & {
536
+ type: import("vue").PropType<GuidValue>;
537
+ };
538
+ "sub-title": {
539
+ type: import("vue").PropType<string>;
334
540
  };
335
541
  subTitle: {
336
542
  type: import("vue").PropType<string>;
337
543
  };
338
544
  title: {
339
545
  type: import("vue").PropType<string>;
546
+ } & {
547
+ type: import("vue").PropType<string>;
340
548
  };
341
549
  }>> & {
342
550
  "onClick:cancel"?: (id: GuidValue) => any;
@@ -357,11 +565,11 @@ export declare function useBlade(bladeId: GuidValue): {
357
565
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
358
566
  propsDefinition: Omit<Readonly<{} & {
359
567
  title?: string;
360
- delete?: boolean;
361
568
  switch?: import("../JourneyBlade").switchValue;
569
+ icon?: import("@omnia/fx-models").IIcon;
570
+ delete?: boolean;
362
571
  id?: GuidValue;
363
572
  size?: import("@omnia/fx-models").BladeSizes;
364
- icon?: import("@omnia/fx-models").IIcon;
365
573
  disabled?: boolean;
366
574
  "v-slots"?: {
367
575
  default?: import("../../../DefineVueTypings").Slot<any[]>;
@@ -372,6 +580,7 @@ export declare function useBlade(bladeId: GuidValue): {
372
580
  remove?: boolean;
373
581
  variant?: "info" | "edit" | "new";
374
582
  subTitle?: string;
583
+ "sub-title"?: string;
375
584
  settings?: boolean;
376
585
  loading?: boolean;
377
586
  ok?: boolean;
@@ -379,11 +588,17 @@ export declare function useBlade(bladeId: GuidValue): {
379
588
  searchable?: boolean;
380
589
  create?: boolean;
381
590
  onOk?: () => boolean | Promise<boolean>;
591
+ "on-ok"?: () => boolean | Promise<boolean>;
382
592
  onRemove?: () => boolean | Promise<boolean>;
593
+ "on-remove"?: () => boolean | Promise<boolean>;
383
594
  onSave?: () => boolean | Promise<boolean>;
595
+ "on-save"?: () => boolean | Promise<boolean>;
384
596
  onDelete?: () => boolean | Promise<boolean>;
597
+ "on-delete"?: () => boolean | Promise<boolean>;
385
598
  onSwitch?: (value: any) => boolean | Promise<boolean>;
599
+ "on-switch"?: (value: any) => boolean | Promise<boolean>;
386
600
  confirmDeleteDialogOption?: import("../../..").ConfirmDialogOptions;
601
+ "confirm-delete-dialog-option"?: import("../../..").ConfirmDialogOptions;
387
602
  }>, "onClick:cancel" | "onSearch" | "onDoc$" | "onClick:add" | "onClick:back" | "onClick:settings"> & {
388
603
  "onClick:cancel"?: (id: GuidValue) => any;
389
604
  onSearch?: (searchText: string) => any;
@@ -522,7 +522,6 @@ declare const _default: {
522
522
  "update:modelValue": (value: Language) => boolean;
523
523
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
524
524
  propsDefinition: Omit<Readonly<{} & {
525
- label?: string;
526
525
  name?: {
527
526
  [x: `onUpdate:${string}`]: {
528
527
  type: import("vue").PropType<(value: Language) => any>;
@@ -584,6 +583,7 @@ declare const _default: {
584
583
  };
585
584
  }>;
586
585
  };
586
+ label?: string;
587
587
  required?: boolean;
588
588
  disabled?: boolean;
589
589
  styles?: {
@@ -23,8 +23,6 @@ declare const _default: {
23
23
  colorSchemaType?: any;
24
24
  container?: any;
25
25
  colors?: any;
26
- blueprintType?: any;
27
- blueprint?: any;
28
26
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
29
27
  description: {
30
28
  type: import("vue").PropType<string>;
@@ -49,13 +47,9 @@ declare const _default: {
49
47
  colorSchemaType?: any;
50
48
  container?: any;
51
49
  colors?: any;
52
- blueprintType?: any;
53
- blueprint?: any;
54
50
  }>>, {
55
51
  container?: any;
56
- blueprint?: any;
57
52
  colorSchemaType?: any;
58
- blueprintType?: any;
59
53
  colors?: any;
60
54
  }, true, {}, {}, {
61
55
  P: {};
@@ -88,13 +82,9 @@ declare const _default: {
88
82
  colorSchemaType?: any;
89
83
  container?: any;
90
84
  colors?: any;
91
- blueprintType?: any;
92
- blueprint?: any;
93
85
  }>>, () => JSX.Element, {}, {}, {}, {
94
86
  container?: any;
95
- blueprint?: any;
96
87
  colorSchemaType?: any;
97
- blueprintType?: any;
98
88
  colors?: any;
99
89
  }>;
100
90
  __isFragment?: never;
@@ -124,20 +114,14 @@ declare const _default: {
124
114
  colorSchemaType?: any;
125
115
  container?: any;
126
116
  colors?: any;
127
- blueprintType?: any;
128
- blueprint?: any;
129
117
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
130
118
  container?: any;
131
- blueprint?: any;
132
119
  colorSchemaType?: any;
133
- blueprintType?: any;
134
120
  colors?: any;
135
121
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
136
122
  propsDefinition: Omit<Readonly<{
137
123
  container?: any;
138
- blueprint?: any;
139
124
  colorSchemaType?: any;
140
- blueprintType?: any;
141
125
  colors?: any;
142
126
  } & {
143
127
  title?: string;