@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
@@ -2,18 +2,34 @@ import { BoolFilter, GuidValue, Identity, IResolvedIdentity, ISpecialUserConfigu
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ "is-closed": {
6
+ type: import("vue").PropType<Boolean>;
7
+ required: false;
8
+ };
5
9
  isClosed: {
6
10
  type: import("vue").PropType<Boolean>;
7
11
  required: false;
8
12
  };
13
+ "enable-special-user": {
14
+ type: import("vue").PropType<ISpecialUserConfiguration>;
15
+ required: false;
16
+ };
9
17
  enableSpecialUser: {
10
18
  type: import("vue").PropType<ISpecialUserConfiguration>;
11
19
  required: false;
12
20
  };
21
+ "permission-enabled": {
22
+ type: import("vue").PropType<BoolFilter>;
23
+ required: false;
24
+ };
13
25
  permissionEnabled: {
14
26
  type: import("vue").PropType<BoolFilter>;
15
27
  required: false;
16
28
  };
29
+ "email-enabled": {
30
+ type: import("vue").PropType<BoolFilter>;
31
+ required: false;
32
+ };
17
33
  emailEnabled: {
18
34
  type: import("vue").PropType<BoolFilter>;
19
35
  required: false;
@@ -29,34 +45,66 @@ declare const _default: {
29
45
  } & {
30
46
  type: import("vue").PropType<(identities: IResolvedIdentity[]) => IResolvedIdentity[]>;
31
47
  };
48
+ "display-identity-type": {
49
+ type: import("vue").PropType<Boolean>;
50
+ required: false;
51
+ };
32
52
  displayIdentityType: {
33
53
  type: import("vue").PropType<Boolean>;
34
54
  required: false;
35
55
  };
56
+ "show-selected-identities": {
57
+ type: import("vue").PropType<Boolean>;
58
+ required: false;
59
+ };
36
60
  showSelectedIdentities: {
37
61
  type: import("vue").PropType<Boolean>;
38
62
  required: false;
39
63
  };
64
+ "hide-user-type-selection": {
65
+ type: import("vue").PropType<Boolean>;
66
+ required: false;
67
+ };
40
68
  hideUserTypeSelection: {
41
69
  type: import("vue").PropType<Boolean>;
42
70
  required: false;
43
71
  };
72
+ "hide-group-type-selection": {
73
+ type: import("vue").PropType<Boolean>;
74
+ required: false;
75
+ };
44
76
  hideGroupTypeSelection: {
45
77
  type: import("vue").PropType<Boolean>;
46
78
  required: false;
47
79
  };
80
+ "hide-dynamic-group-selection": {
81
+ type: import("vue").PropType<Boolean>;
82
+ required: false;
83
+ };
48
84
  hideDynamicGroupSelection: {
49
85
  type: import("vue").PropType<Boolean>;
50
86
  required: false;
51
87
  };
88
+ "hide-tab": {
89
+ type: import("vue").PropType<Boolean>;
90
+ required: false;
91
+ };
52
92
  hideTab: {
53
93
  type: import("vue").PropType<Boolean>;
54
94
  required: false;
55
95
  };
96
+ "blocked-identities": {
97
+ type: import("vue").PropType<Identity[]>;
98
+ required: false;
99
+ };
56
100
  blockedIdentities: {
57
101
  type: import("vue").PropType<Identity[]>;
58
102
  required: false;
59
103
  };
104
+ "disabled-identities": {
105
+ type: import("vue").PropType<Identity[]>;
106
+ required: false;
107
+ };
60
108
  disabledIdentities: {
61
109
  type: import("vue").PropType<Identity[]>;
62
110
  required: false;
@@ -64,10 +112,20 @@ declare const _default: {
64
112
  disabled: {
65
113
  type: import("vue").PropType<Boolean>;
66
114
  required: false;
115
+ } & {
116
+ type: import("vue").PropType<Boolean>;
117
+ required: false;
67
118
  };
68
119
  top: {
69
120
  type: import("vue").PropType<Boolean>;
70
121
  required: false;
122
+ } & {
123
+ type: import("vue").PropType<Boolean>;
124
+ required: false;
125
+ };
126
+ "attach-to-parent": {
127
+ type: import("vue").PropType<boolean>;
128
+ required: false;
71
129
  };
72
130
  attachToParent: {
73
131
  type: import("vue").PropType<boolean>;
@@ -106,18 +164,34 @@ declare const _default: {
106
164
  };
107
165
  add: (identity: Identity) => void;
108
166
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
167
+ "is-closed": {
168
+ type: import("vue").PropType<Boolean>;
169
+ required: false;
170
+ };
109
171
  isClosed: {
110
172
  type: import("vue").PropType<Boolean>;
111
173
  required: false;
112
174
  };
175
+ "enable-special-user": {
176
+ type: import("vue").PropType<ISpecialUserConfiguration>;
177
+ required: false;
178
+ };
113
179
  enableSpecialUser: {
114
180
  type: import("vue").PropType<ISpecialUserConfiguration>;
115
181
  required: false;
116
182
  };
183
+ "permission-enabled": {
184
+ type: import("vue").PropType<BoolFilter>;
185
+ required: false;
186
+ };
117
187
  permissionEnabled: {
118
188
  type: import("vue").PropType<BoolFilter>;
119
189
  required: false;
120
190
  };
191
+ "email-enabled": {
192
+ type: import("vue").PropType<BoolFilter>;
193
+ required: false;
194
+ };
121
195
  emailEnabled: {
122
196
  type: import("vue").PropType<BoolFilter>;
123
197
  required: false;
@@ -133,34 +207,66 @@ declare const _default: {
133
207
  } & {
134
208
  type: import("vue").PropType<(identities: IResolvedIdentity[]) => IResolvedIdentity[]>;
135
209
  };
210
+ "display-identity-type": {
211
+ type: import("vue").PropType<Boolean>;
212
+ required: false;
213
+ };
136
214
  displayIdentityType: {
137
215
  type: import("vue").PropType<Boolean>;
138
216
  required: false;
139
217
  };
218
+ "show-selected-identities": {
219
+ type: import("vue").PropType<Boolean>;
220
+ required: false;
221
+ };
140
222
  showSelectedIdentities: {
141
223
  type: import("vue").PropType<Boolean>;
142
224
  required: false;
143
225
  };
226
+ "hide-user-type-selection": {
227
+ type: import("vue").PropType<Boolean>;
228
+ required: false;
229
+ };
144
230
  hideUserTypeSelection: {
145
231
  type: import("vue").PropType<Boolean>;
146
232
  required: false;
147
233
  };
234
+ "hide-group-type-selection": {
235
+ type: import("vue").PropType<Boolean>;
236
+ required: false;
237
+ };
148
238
  hideGroupTypeSelection: {
149
239
  type: import("vue").PropType<Boolean>;
150
240
  required: false;
151
241
  };
242
+ "hide-dynamic-group-selection": {
243
+ type: import("vue").PropType<Boolean>;
244
+ required: false;
245
+ };
152
246
  hideDynamicGroupSelection: {
153
247
  type: import("vue").PropType<Boolean>;
154
248
  required: false;
155
249
  };
250
+ "hide-tab": {
251
+ type: import("vue").PropType<Boolean>;
252
+ required: false;
253
+ };
156
254
  hideTab: {
157
255
  type: import("vue").PropType<Boolean>;
158
256
  required: false;
159
257
  };
258
+ "blocked-identities": {
259
+ type: import("vue").PropType<Identity[]>;
260
+ required: false;
261
+ };
160
262
  blockedIdentities: {
161
263
  type: import("vue").PropType<Identity[]>;
162
264
  required: false;
163
265
  };
266
+ "disabled-identities": {
267
+ type: import("vue").PropType<Identity[]>;
268
+ required: false;
269
+ };
164
270
  disabledIdentities: {
165
271
  type: import("vue").PropType<Identity[]>;
166
272
  required: false;
@@ -168,10 +274,20 @@ declare const _default: {
168
274
  disabled: {
169
275
  type: import("vue").PropType<Boolean>;
170
276
  required: false;
277
+ } & {
278
+ type: import("vue").PropType<Boolean>;
279
+ required: false;
171
280
  };
172
281
  top: {
173
282
  type: import("vue").PropType<Boolean>;
174
283
  required: false;
284
+ } & {
285
+ type: import("vue").PropType<Boolean>;
286
+ required: false;
287
+ };
288
+ "attach-to-parent": {
289
+ type: import("vue").PropType<boolean>;
290
+ required: false;
175
291
  };
176
292
  attachToParent: {
177
293
  type: import("vue").PropType<boolean>;
@@ -211,18 +327,34 @@ declare const _default: {
211
327
  M: {};
212
328
  Defaults: {};
213
329
  }, Readonly<import("vue").ExtractPropTypes<{
330
+ "is-closed": {
331
+ type: import("vue").PropType<Boolean>;
332
+ required: false;
333
+ };
214
334
  isClosed: {
215
335
  type: import("vue").PropType<Boolean>;
216
336
  required: false;
217
337
  };
338
+ "enable-special-user": {
339
+ type: import("vue").PropType<ISpecialUserConfiguration>;
340
+ required: false;
341
+ };
218
342
  enableSpecialUser: {
219
343
  type: import("vue").PropType<ISpecialUserConfiguration>;
220
344
  required: false;
221
345
  };
346
+ "permission-enabled": {
347
+ type: import("vue").PropType<BoolFilter>;
348
+ required: false;
349
+ };
222
350
  permissionEnabled: {
223
351
  type: import("vue").PropType<BoolFilter>;
224
352
  required: false;
225
353
  };
354
+ "email-enabled": {
355
+ type: import("vue").PropType<BoolFilter>;
356
+ required: false;
357
+ };
226
358
  emailEnabled: {
227
359
  type: import("vue").PropType<BoolFilter>;
228
360
  required: false;
@@ -238,34 +370,66 @@ declare const _default: {
238
370
  } & {
239
371
  type: import("vue").PropType<(identities: IResolvedIdentity[]) => IResolvedIdentity[]>;
240
372
  };
373
+ "display-identity-type": {
374
+ type: import("vue").PropType<Boolean>;
375
+ required: false;
376
+ };
241
377
  displayIdentityType: {
242
378
  type: import("vue").PropType<Boolean>;
243
379
  required: false;
244
380
  };
381
+ "show-selected-identities": {
382
+ type: import("vue").PropType<Boolean>;
383
+ required: false;
384
+ };
245
385
  showSelectedIdentities: {
246
386
  type: import("vue").PropType<Boolean>;
247
387
  required: false;
248
388
  };
389
+ "hide-user-type-selection": {
390
+ type: import("vue").PropType<Boolean>;
391
+ required: false;
392
+ };
249
393
  hideUserTypeSelection: {
250
394
  type: import("vue").PropType<Boolean>;
251
395
  required: false;
252
396
  };
397
+ "hide-group-type-selection": {
398
+ type: import("vue").PropType<Boolean>;
399
+ required: false;
400
+ };
253
401
  hideGroupTypeSelection: {
254
402
  type: import("vue").PropType<Boolean>;
255
403
  required: false;
256
404
  };
405
+ "hide-dynamic-group-selection": {
406
+ type: import("vue").PropType<Boolean>;
407
+ required: false;
408
+ };
257
409
  hideDynamicGroupSelection: {
258
410
  type: import("vue").PropType<Boolean>;
259
411
  required: false;
260
412
  };
413
+ "hide-tab": {
414
+ type: import("vue").PropType<Boolean>;
415
+ required: false;
416
+ };
261
417
  hideTab: {
262
418
  type: import("vue").PropType<Boolean>;
263
419
  required: false;
264
420
  };
421
+ "blocked-identities": {
422
+ type: import("vue").PropType<Identity[]>;
423
+ required: false;
424
+ };
265
425
  blockedIdentities: {
266
426
  type: import("vue").PropType<Identity[]>;
267
427
  required: false;
268
428
  };
429
+ "disabled-identities": {
430
+ type: import("vue").PropType<Identity[]>;
431
+ required: false;
432
+ };
269
433
  disabledIdentities: {
270
434
  type: import("vue").PropType<Identity[]>;
271
435
  required: false;
@@ -273,10 +437,20 @@ declare const _default: {
273
437
  disabled: {
274
438
  type: import("vue").PropType<Boolean>;
275
439
  required: false;
440
+ } & {
441
+ type: import("vue").PropType<Boolean>;
442
+ required: false;
276
443
  };
277
444
  top: {
278
445
  type: import("vue").PropType<Boolean>;
279
446
  required: false;
447
+ } & {
448
+ type: import("vue").PropType<Boolean>;
449
+ required: false;
450
+ };
451
+ "attach-to-parent": {
452
+ type: import("vue").PropType<boolean>;
453
+ required: false;
280
454
  };
281
455
  attachToParent: {
282
456
  type: import("vue").PropType<boolean>;
@@ -313,18 +487,34 @@ declare const _default: {
313
487
  __isTeleport?: never;
314
488
  __isSuspense?: never;
315
489
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
490
+ "is-closed": {
491
+ type: import("vue").PropType<Boolean>;
492
+ required: false;
493
+ };
316
494
  isClosed: {
317
495
  type: import("vue").PropType<Boolean>;
318
496
  required: false;
319
497
  };
498
+ "enable-special-user": {
499
+ type: import("vue").PropType<ISpecialUserConfiguration>;
500
+ required: false;
501
+ };
320
502
  enableSpecialUser: {
321
503
  type: import("vue").PropType<ISpecialUserConfiguration>;
322
504
  required: false;
323
505
  };
506
+ "permission-enabled": {
507
+ type: import("vue").PropType<BoolFilter>;
508
+ required: false;
509
+ };
324
510
  permissionEnabled: {
325
511
  type: import("vue").PropType<BoolFilter>;
326
512
  required: false;
327
513
  };
514
+ "email-enabled": {
515
+ type: import("vue").PropType<BoolFilter>;
516
+ required: false;
517
+ };
328
518
  emailEnabled: {
329
519
  type: import("vue").PropType<BoolFilter>;
330
520
  required: false;
@@ -340,34 +530,66 @@ declare const _default: {
340
530
  } & {
341
531
  type: import("vue").PropType<(identities: IResolvedIdentity[]) => IResolvedIdentity[]>;
342
532
  };
533
+ "display-identity-type": {
534
+ type: import("vue").PropType<Boolean>;
535
+ required: false;
536
+ };
343
537
  displayIdentityType: {
344
538
  type: import("vue").PropType<Boolean>;
345
539
  required: false;
346
540
  };
541
+ "show-selected-identities": {
542
+ type: import("vue").PropType<Boolean>;
543
+ required: false;
544
+ };
347
545
  showSelectedIdentities: {
348
546
  type: import("vue").PropType<Boolean>;
349
547
  required: false;
350
548
  };
549
+ "hide-user-type-selection": {
550
+ type: import("vue").PropType<Boolean>;
551
+ required: false;
552
+ };
351
553
  hideUserTypeSelection: {
352
554
  type: import("vue").PropType<Boolean>;
353
555
  required: false;
354
556
  };
557
+ "hide-group-type-selection": {
558
+ type: import("vue").PropType<Boolean>;
559
+ required: false;
560
+ };
355
561
  hideGroupTypeSelection: {
356
562
  type: import("vue").PropType<Boolean>;
357
563
  required: false;
358
564
  };
565
+ "hide-dynamic-group-selection": {
566
+ type: import("vue").PropType<Boolean>;
567
+ required: false;
568
+ };
359
569
  hideDynamicGroupSelection: {
360
570
  type: import("vue").PropType<Boolean>;
361
571
  required: false;
362
572
  };
573
+ "hide-tab": {
574
+ type: import("vue").PropType<Boolean>;
575
+ required: false;
576
+ };
363
577
  hideTab: {
364
578
  type: import("vue").PropType<Boolean>;
365
579
  required: false;
366
580
  };
581
+ "blocked-identities": {
582
+ type: import("vue").PropType<Identity[]>;
583
+ required: false;
584
+ };
367
585
  blockedIdentities: {
368
586
  type: import("vue").PropType<Identity[]>;
369
587
  required: false;
370
588
  };
589
+ "disabled-identities": {
590
+ type: import("vue").PropType<Identity[]>;
591
+ required: false;
592
+ };
371
593
  disabledIdentities: {
372
594
  type: import("vue").PropType<Identity[]>;
373
595
  required: false;
@@ -375,10 +597,20 @@ declare const _default: {
375
597
  disabled: {
376
598
  type: import("vue").PropType<Boolean>;
377
599
  required: false;
600
+ } & {
601
+ type: import("vue").PropType<Boolean>;
602
+ required: false;
378
603
  };
379
604
  top: {
380
605
  type: import("vue").PropType<Boolean>;
381
606
  required: false;
607
+ } & {
608
+ type: import("vue").PropType<Boolean>;
609
+ required: false;
610
+ };
611
+ "attach-to-parent": {
612
+ type: import("vue").PropType<boolean>;
613
+ required: false;
382
614
  };
383
615
  attachToParent: {
384
616
  type: import("vue").PropType<boolean>;
@@ -431,17 +663,30 @@ declare const _default: {
431
663
  permissionEnabled?: BoolFilter;
432
664
  "provider-ids"?: GuidValue[];
433
665
  disabledIdentities?: Identity[];
666
+ "disabled-identities"?: Identity[];
434
667
  blockedIdentities?: Identity[];
668
+ "blocked-identities"?: Identity[];
435
669
  hideTab?: Boolean;
670
+ "hide-tab"?: Boolean;
436
671
  hideGroupTypeSelection?: Boolean;
672
+ "hide-group-type-selection"?: Boolean;
437
673
  hideUserTypeSelection?: Boolean;
674
+ "hide-user-type-selection"?: Boolean;
438
675
  hideDynamicGroupSelection?: Boolean;
676
+ "hide-dynamic-group-selection"?: Boolean;
439
677
  "identity-store"?: IIdentityPickerStore;
678
+ "email-enabled"?: BoolFilter;
679
+ "permission-enabled"?: BoolFilter;
440
680
  enableSpecialUser?: ISpecialUserConfiguration;
681
+ "enable-special-user"?: ISpecialUserConfiguration;
441
682
  attachToParent?: boolean;
683
+ "attach-to-parent"?: boolean;
442
684
  showSelectedIdentities?: Boolean;
685
+ "show-selected-identities"?: Boolean;
443
686
  displayIdentityType?: Boolean;
687
+ "display-identity-type"?: Boolean;
444
688
  isClosed?: Boolean;
689
+ "is-closed"?: Boolean;
445
690
  }>, "onRemove" | "onDoc$" | "onAdd"> & {
446
691
  onRemove?: (identity: Identity) => any;
447
692
  onDoc$?: (description?: string) => any;