@omnia/fx 8.0.190-dev → 8.0.192-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (379) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +3 -20
  3. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +6 -8
  5. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +0 -17
  6. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +0 -56
  7. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +0 -56
  8. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +0 -16
  9. package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -0
  10. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +68 -48
  11. package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +35 -0
  12. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +190 -0
  13. package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +52 -0
  14. package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +55 -0
  15. package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +55 -0
  16. package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +52 -0
  17. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +55 -33
  18. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +55 -15
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +58 -40
  20. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +46 -15
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutSettingsComponent.d.ts +56 -0
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutTabSettingsRenderer.d.ts +11 -0
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +14 -55
  24. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +52 -29
  25. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +55 -18
  26. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +52 -29
  27. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/BlockedWordsBlade.d.ts +52 -0
  28. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/PrefixBlade.d.ts +61 -0
  29. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/SuffixBlade.d.ts +60 -0
  30. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +59 -38
  31. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +67 -25
  32. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +55 -15
  33. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +49 -29
  34. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/blades/EditAndCreateTemplateBlade.d.ts +47 -0
  35. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +63 -47
  36. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +64 -48
  37. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +64 -48
  38. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +72 -167
  39. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +63 -47
  40. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +66 -46
  41. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +52 -29
  42. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +0 -52
  43. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +0 -34
  44. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +0 -47
  45. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +0 -55
  46. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +0 -51
  47. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +5 -26
  48. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +99 -13
  49. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +5 -52
  50. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +5 -52
  51. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +5 -52
  52. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +36 -321
  53. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +102 -0
  54. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +0 -81
  55. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +49 -24
  56. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +53 -343
  57. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +0 -8
  58. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +0 -77
  59. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -60
  60. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +112 -11
  61. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +0 -13
  62. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +0 -137
  63. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +0 -27
  64. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningConstants.d.ts +24 -0
  65. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +0 -34
  66. package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -2
  67. package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -1
  68. package/internal-do-not-import-from-here/ux/aurora/actionhandler/ThemeDesignerAction.d.ts +0 -21
  69. package/internal-do-not-import-from-here/ux/aurora/actionhandler/ThemeSelectorAction.d.ts +0 -21
  70. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +5 -1
  71. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +0 -8
  72. package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +0 -8
  73. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +0 -13
  74. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +5 -1
  75. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +0 -29
  76. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +0 -46
  77. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +0 -24
  78. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +0 -109
  79. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +0 -16
  80. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +0 -8
  81. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +0 -88
  82. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -50
  83. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +0 -72
  84. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +0 -81
  85. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +0 -34
  86. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +0 -24
  88. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +0 -29
  89. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +3760 -1024
  90. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +3760 -1024
  91. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +0 -39
  92. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +0 -114
  93. package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +0 -26
  94. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +0 -171
  95. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -143
  96. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +0 -79
  97. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +0 -37
  98. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +0 -24
  99. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +0 -80
  100. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +0 -72
  101. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +0 -55
  102. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +0 -26
  103. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +0 -47
  104. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +0 -16
  105. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +0 -59
  106. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
  107. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +69 -20
  108. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +79 -68
  109. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +0 -114
  110. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +0 -8
  111. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +0 -72
  112. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +0 -81
  113. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +0 -8
  115. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +0 -8
  116. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +0 -17
  117. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +0 -13
  118. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +0 -17
  119. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +1 -1
  120. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  123. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  126. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +0 -45
  127. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +0 -152
  128. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +0 -25
  129. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +0 -12
  130. package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +0 -29
  131. package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +0 -8
  132. package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +0 -29
  133. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +0 -101
  135. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +0 -239
  136. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +0 -13
  137. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +0 -300
  138. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +0 -328
  139. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +0 -295
  140. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +0 -407
  141. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +0 -386
  142. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +0 -16
  143. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +2 -2
  144. package/internal-do-not-import-from-here/ux/journey/Journey.d.ts +0 -34
  145. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +0 -48
  146. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +15 -15
  147. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -0
  148. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +0 -100
  149. package/internal-do-not-import-from-here/ux/layoutcanvas/actionhandler/LayoutEditorAction.d.ts +0 -21
  150. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +0 -114
  151. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -32
  152. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +0 -39
  153. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +0 -13
  154. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +0 -26
  155. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +0 -47
  156. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumn.css.d.ts +2 -1
  157. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumnEditorHooks.d.ts +2 -1
  158. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +0 -8
  159. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +0 -73
  160. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -42
  161. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +0 -29
  162. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +0 -13
  163. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +0 -26
  164. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +0 -8
  165. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +0 -8
  166. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +0 -42
  167. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +0 -8
  168. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +0 -8
  169. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +0 -13
  170. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +0 -12
  171. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +0 -29
  172. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -47
  173. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +0 -143
  174. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +0 -67
  175. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +0 -8
  176. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +0 -55
  177. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +0 -21
  178. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +0 -13
  179. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +0 -13
  180. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +0 -13
  181. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionSliderRenderer.d.ts +0 -13
  182. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +0 -47
  183. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +0 -13
  184. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +0 -68
  185. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +0 -53
  186. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +0 -32
  187. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +0 -98
  188. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +0 -25
  189. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +0 -13
  190. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +0 -73
  191. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +0 -13
  192. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +0 -13
  193. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +0 -156
  194. package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/VimeoProvider.d.ts +0 -13
  195. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +0 -13
  196. package/internal-do-not-import-from-here/ux/models/EventCalendarType.d.ts +8 -0
  197. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
  198. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +0 -28
  199. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +0 -156
  200. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +0 -32
  201. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +0 -86
  202. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +0 -45
  203. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +0 -72
  204. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -1
  205. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +0 -194
  206. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +0 -32
  207. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +8 -15
  208. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +0 -16
  209. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +0 -32
  210. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +0 -65
  211. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +0 -72
  212. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +0 -46
  213. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +0 -74
  214. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +30 -135
  215. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +4 -3
  216. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +0 -183
  217. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -121
  218. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +0 -168
  219. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +0 -58
  220. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -4
  221. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +0 -49
  222. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +0 -45
  223. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +0 -32
  224. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +0 -142
  225. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +0 -37
  226. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +0 -86
  227. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +0 -108
  228. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +0 -40
  229. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +0 -55
  230. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +0 -74
  231. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +0 -40
  232. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +0 -48
  233. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +0 -24
  234. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +0 -139
  235. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +0 -49
  236. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +0 -24
  237. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +0 -75
  238. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +0 -103
  239. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +0 -36
  240. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +0 -16
  241. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +0 -52
  242. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -129
  243. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +0 -80
  244. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +0 -83
  245. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +0 -24
  246. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +0 -116
  247. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -150
  248. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +0 -8
  249. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +0 -24
  250. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +0 -46
  251. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +0 -8
  252. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +0 -32
  253. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +0 -78
  254. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +0 -53
  255. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +0 -133
  256. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -8
  257. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +0 -71
  258. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +0 -159
  259. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +0 -79
  260. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +0 -63
  261. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +0 -181
  262. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +0 -17
  263. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +77 -292
  264. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -129
  265. package/internal-do-not-import-from-here/ux/pickerwrapper/PickerWrapper.d.ts +0 -16
  266. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +0 -83
  267. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +0 -109
  268. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +0 -151
  269. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +0 -29
  270. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +0 -55
  271. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +0 -13
  272. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +0 -21
  273. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +0 -247
  274. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +0 -17
  275. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifMenu.d.ts +0 -8
  276. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +0 -13
  277. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +0 -13
  278. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +0 -13
  279. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +0 -13
  280. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +0 -42
  281. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +0 -42
  282. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -34
  283. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +0 -52
  284. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +0 -52
  285. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +0 -13
  286. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -21
  287. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +0 -61
  288. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +0 -119
  289. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  290. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +0 -301
  291. package/internal-do-not-import-from-here/ux/social/Like.d.ts +0 -186
  292. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +0 -68
  293. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +0 -24
  294. package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +0 -13
  295. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +0 -129
  296. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +0 -38
  297. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +0 -37
  298. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +68 -473
  299. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -46
  300. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -38
  301. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +0 -63
  302. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +2 -2
  303. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +0 -50
  304. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +0 -25
  305. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +7 -0
  306. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +6 -22
  307. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +6 -22
  308. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +0 -79
  309. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +0 -39
  310. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +0 -47
  311. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -1
  312. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +14 -0
  313. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditorAction.d.ts +0 -21
  314. package/internal-do-not-import-from-here/ux/velcron/editor/templates/ComponentTemplates.d.ts +4 -0
  315. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -68
  316. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +0 -13
  317. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +0 -8
  318. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +0 -8
  319. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +0 -21
  320. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +0 -8
  321. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +0 -16
  322. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +0 -8
  323. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/MarkdownEditor.d.ts +0 -16
  324. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +0 -24
  325. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +0 -37
  326. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +0 -16
  327. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +0 -20
  328. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +0 -16
  329. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +0 -16
  330. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +0 -24
  331. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +0 -16
  332. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +2 -1
  333. package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +7 -0
  334. package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +0 -8
  335. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +5 -1
  336. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +0 -60
  337. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +0 -86
  338. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +0 -107
  339. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +0 -34
  340. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +0 -26
  341. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +0 -52
  342. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +0 -39
  343. package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +0 -13
  344. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +0 -52
  345. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +0 -104
  346. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +0 -13
  347. package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +71 -26
  348. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +29 -116
  349. package/internal-do-not-import-from-here/wctypings.d.ts +61 -0
  350. package/package.json +2 -2
  351. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +0 -32
  352. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +0 -32
  353. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +0 -62
  354. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +0 -47
  355. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +0 -32
  356. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +0 -42
  357. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.css.d.ts +0 -7
  358. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +0 -31
  359. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/editlayout/LayoutSettingsComponent.d.ts +0 -5
  360. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/EditLayoutStyle.css.d.ts +0 -4
  361. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutListingStyle.css.d.ts +0 -12
  362. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutTabStyle.css.d.ts +0 -7
  363. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +0 -27
  364. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +0 -16
  365. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +0 -42
  366. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/IAppInstanceEnterprisePropertiesStep.d.ts +0 -18
  367. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/index.d.ts +0 -1
  368. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -6
  369. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/index.d.ts +0 -1
  370. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -3
  371. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/index.d.ts +0 -1
  372. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -8
  373. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/index.d.ts +0 -1
  374. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/index.d.ts +0 -3
  375. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +0 -16
  376. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/index.d.ts +0 -1
  377. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +0 -19
  378. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.css.d.ts +0 -6
  379. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/index.d.ts +0 -1
@@ -1,100 +1,52 @@
1
1
  import { IVersionReference, LayoutRendererCanvasApi, ThemeDefinition, VersionedLayoutId } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- "get-api": {
5
- type: import("vue").PropType<(api: LayoutRendererCanvasApi) => void>;
6
- };
7
4
  getApi: {
8
5
  type: import("vue").PropType<(api: LayoutRendererCanvasApi) => void>;
9
6
  };
10
- "layout-provider": {
11
- type: import("vue").PropType<string>;
12
- };
13
7
  layoutProvider: {
14
8
  type: import("vue").PropType<string>;
15
9
  };
16
- "enable-alternate-layout": {
17
- type: import("vue").PropType<boolean>;
18
- };
19
10
  enableAlternateLayout: {
20
11
  type: import("vue").PropType<boolean>;
21
12
  };
22
- "block-theme-definition": {
23
- type: import("vue").PropType<ThemeDefinition>;
24
- };
25
13
  blockThemeDefinition: {
26
14
  type: import("vue").PropType<ThemeDefinition>;
27
15
  };
28
- "layout-theme-definition": {
29
- type: import("vue").PropType<ThemeDefinition>;
30
- };
31
16
  layoutThemeDefinition: {
32
17
  type: import("vue").PropType<ThemeDefinition>;
33
18
  };
34
- "published-version-reference": {
35
- type: import("vue").PropType<IVersionReference>;
36
- };
37
19
  publishedVersionReference: {
38
20
  type: import("vue").PropType<IVersionReference>;
39
21
  };
40
- "versioned-layout-id": {
41
- type: import("vue").PropType<VersionedLayoutId>;
42
- };
43
22
  versionedLayoutId: {
44
23
  type: import("vue").PropType<VersionedLayoutId>;
45
24
  };
46
- "layout-background-image-element-id": {
47
- type: import("vue").PropType<string>;
48
- };
49
25
  layoutBackgroundImageElementId: {
50
26
  type: import("vue").PropType<string>;
51
27
  };
52
28
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
53
- "get-api": {
54
- type: import("vue").PropType<(api: LayoutRendererCanvasApi) => void>;
55
- };
56
29
  getApi: {
57
30
  type: import("vue").PropType<(api: LayoutRendererCanvasApi) => void>;
58
31
  };
59
- "layout-provider": {
60
- type: import("vue").PropType<string>;
61
- };
62
32
  layoutProvider: {
63
33
  type: import("vue").PropType<string>;
64
34
  };
65
- "enable-alternate-layout": {
66
- type: import("vue").PropType<boolean>;
67
- };
68
35
  enableAlternateLayout: {
69
36
  type: import("vue").PropType<boolean>;
70
37
  };
71
- "block-theme-definition": {
72
- type: import("vue").PropType<ThemeDefinition>;
73
- };
74
38
  blockThemeDefinition: {
75
39
  type: import("vue").PropType<ThemeDefinition>;
76
40
  };
77
- "layout-theme-definition": {
78
- type: import("vue").PropType<ThemeDefinition>;
79
- };
80
41
  layoutThemeDefinition: {
81
42
  type: import("vue").PropType<ThemeDefinition>;
82
43
  };
83
- "published-version-reference": {
84
- type: import("vue").PropType<IVersionReference>;
85
- };
86
44
  publishedVersionReference: {
87
45
  type: import("vue").PropType<IVersionReference>;
88
46
  };
89
- "versioned-layout-id": {
90
- type: import("vue").PropType<VersionedLayoutId>;
91
- };
92
47
  versionedLayoutId: {
93
48
  type: import("vue").PropType<VersionedLayoutId>;
94
49
  };
95
- "layout-background-image-element-id": {
96
- type: import("vue").PropType<string>;
97
- };
98
50
  layoutBackgroundImageElementId: {
99
51
  type: import("vue").PropType<string>;
100
52
  };
@@ -106,51 +58,27 @@ declare const _default: {
106
58
  M: {};
107
59
  Defaults: {};
108
60
  }, Readonly<import("vue").ExtractPropTypes<{
109
- "get-api": {
110
- type: import("vue").PropType<(api: LayoutRendererCanvasApi) => void>;
111
- };
112
61
  getApi: {
113
62
  type: import("vue").PropType<(api: LayoutRendererCanvasApi) => void>;
114
63
  };
115
- "layout-provider": {
116
- type: import("vue").PropType<string>;
117
- };
118
64
  layoutProvider: {
119
65
  type: import("vue").PropType<string>;
120
66
  };
121
- "enable-alternate-layout": {
122
- type: import("vue").PropType<boolean>;
123
- };
124
67
  enableAlternateLayout: {
125
68
  type: import("vue").PropType<boolean>;
126
69
  };
127
- "block-theme-definition": {
128
- type: import("vue").PropType<ThemeDefinition>;
129
- };
130
70
  blockThemeDefinition: {
131
71
  type: import("vue").PropType<ThemeDefinition>;
132
72
  };
133
- "layout-theme-definition": {
134
- type: import("vue").PropType<ThemeDefinition>;
135
- };
136
73
  layoutThemeDefinition: {
137
74
  type: import("vue").PropType<ThemeDefinition>;
138
75
  };
139
- "published-version-reference": {
140
- type: import("vue").PropType<IVersionReference>;
141
- };
142
76
  publishedVersionReference: {
143
77
  type: import("vue").PropType<IVersionReference>;
144
78
  };
145
- "versioned-layout-id": {
146
- type: import("vue").PropType<VersionedLayoutId>;
147
- };
148
79
  versionedLayoutId: {
149
80
  type: import("vue").PropType<VersionedLayoutId>;
150
81
  };
151
- "layout-background-image-element-id": {
152
- type: import("vue").PropType<string>;
153
- };
154
82
  layoutBackgroundImageElementId: {
155
83
  type: import("vue").PropType<string>;
156
84
  };
@@ -159,51 +87,27 @@ declare const _default: {
159
87
  __isTeleport?: never;
160
88
  __isSuspense?: never;
161
89
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
162
- "get-api": {
163
- type: import("vue").PropType<(api: LayoutRendererCanvasApi) => void>;
164
- };
165
90
  getApi: {
166
91
  type: import("vue").PropType<(api: LayoutRendererCanvasApi) => void>;
167
92
  };
168
- "layout-provider": {
169
- type: import("vue").PropType<string>;
170
- };
171
93
  layoutProvider: {
172
94
  type: import("vue").PropType<string>;
173
95
  };
174
- "enable-alternate-layout": {
175
- type: import("vue").PropType<boolean>;
176
- };
177
96
  enableAlternateLayout: {
178
97
  type: import("vue").PropType<boolean>;
179
98
  };
180
- "block-theme-definition": {
181
- type: import("vue").PropType<ThemeDefinition>;
182
- };
183
99
  blockThemeDefinition: {
184
100
  type: import("vue").PropType<ThemeDefinition>;
185
101
  };
186
- "layout-theme-definition": {
187
- type: import("vue").PropType<ThemeDefinition>;
188
- };
189
102
  layoutThemeDefinition: {
190
103
  type: import("vue").PropType<ThemeDefinition>;
191
104
  };
192
- "published-version-reference": {
193
- type: import("vue").PropType<IVersionReference>;
194
- };
195
105
  publishedVersionReference: {
196
106
  type: import("vue").PropType<IVersionReference>;
197
107
  };
198
- "versioned-layout-id": {
199
- type: import("vue").PropType<VersionedLayoutId>;
200
- };
201
108
  versionedLayoutId: {
202
109
  type: import("vue").PropType<VersionedLayoutId>;
203
110
  };
204
- "layout-background-image-element-id": {
205
- type: import("vue").PropType<string>;
206
- };
207
111
  layoutBackgroundImageElementId: {
208
112
  type: import("vue").PropType<string>;
209
113
  };
@@ -211,20 +115,12 @@ declare const _default: {
211
115
  propsDefinition: Omit<Readonly<{} & {
212
116
  versionedLayoutId?: VersionedLayoutId;
213
117
  getApi?: (api: LayoutRendererCanvasApi) => void;
214
- "get-api"?: (api: LayoutRendererCanvasApi) => void;
215
- "versioned-layout-id"?: VersionedLayoutId;
216
118
  layoutThemeDefinition?: ThemeDefinition;
217
- "layout-theme-definition"?: ThemeDefinition;
218
119
  blockThemeDefinition?: ThemeDefinition;
219
- "block-theme-definition"?: ThemeDefinition;
220
120
  layoutProvider?: string;
221
- "layout-provider"?: string;
222
121
  publishedVersionReference?: IVersionReference;
223
- "published-version-reference"?: IVersionReference;
224
122
  layoutBackgroundImageElementId?: string;
225
123
  enableAlternateLayout?: boolean;
226
- "layout-background-image-element-id"?: string;
227
- "enable-alternate-layout"?: boolean;
228
124
  }>, never>;
229
125
  };
230
126
  export default _default;
@@ -22,9 +22,6 @@ declare const _default: {
22
22
  layoutProvider: {
23
23
  type: StringConstructor;
24
24
  };
25
- "published-version-reference": {
26
- type: import("vue").PropType<IVersionReference>;
27
- };
28
25
  publishedVersionReference: {
29
26
  type: import("vue").PropType<IVersionReference>;
30
27
  };
@@ -59,9 +56,6 @@ declare const _default: {
59
56
  layoutProvider: {
60
57
  type: StringConstructor;
61
58
  };
62
- "published-version-reference": {
63
- type: import("vue").PropType<IVersionReference>;
64
- };
65
59
  publishedVersionReference: {
66
60
  type: import("vue").PropType<IVersionReference>;
67
61
  };
@@ -107,9 +101,6 @@ declare const _default: {
107
101
  layoutProvider: {
108
102
  type: StringConstructor;
109
103
  };
110
- "published-version-reference": {
111
- type: import("vue").PropType<IVersionReference>;
112
- };
113
104
  publishedVersionReference: {
114
105
  type: import("vue").PropType<IVersionReference>;
115
106
  };
@@ -152,9 +143,6 @@ declare const _default: {
152
143
  layoutProvider: {
153
144
  type: StringConstructor;
154
145
  };
155
- "published-version-reference": {
156
- type: import("vue").PropType<IVersionReference>;
157
- };
158
146
  publishedVersionReference: {
159
147
  type: import("vue").PropType<IVersionReference>;
160
148
  };
@@ -183,7 +171,6 @@ declare const _default: {
183
171
  blockThemeDefinition?: ThemeDefinition;
184
172
  layoutProvider?: string;
185
173
  publishedVersionReference?: IVersionReference;
186
- "published-version-reference"?: IVersionReference;
187
174
  layoutBackgroundImageElementId?: string;
188
175
  enableAlternateLayout?: boolean;
189
176
  }>, never>;
@@ -1,26 +1,71 @@
1
- import { VersionedLayoutId, GuidValue } from "@omnia/fx-models";
2
- import { IWebComponentInstance } from "../../../";
3
- import { VueComponentBase } from "../../VueComponentBase";
4
- export declare class VersionedLayoutUrlInput extends VueComponentBase implements IWebComponentInstance {
5
- filled: boolean;
6
- urlSegment: string;
7
- appInstanceId: GuidValue;
8
- onUrlSegmentChanged: (urlSegment: string) => void;
9
- ignoreFromLayoutId: VersionedLayoutId;
10
- private omniaUxLoc;
11
- private versionedLayoutService;
12
- private internalUrlSegment;
13
- private validating;
14
- private pendingValidation;
15
- private isValid;
16
- private validationMessage;
17
- private isInputDirty;
18
- private timeWatchId;
19
- private latestTimewatchState;
20
- created(): void;
21
- mounted(): void;
22
- onUrlSegmentPropChanged(): void;
23
- private validateUrlSegment;
24
- private validateUrlSegmentWithTimeWatch;
25
- render(): JSX.Element;
26
- }
1
+ import { GuidValue, VersionedLayoutId } from "@omnia/fx-models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
+ filled?: boolean;
5
+ } & {
6
+ urlSegment?: string;
7
+ } & {
8
+ appInstanceId?: GuidValue;
9
+ } & DefineEmit<"urlSegmentChanged", (urlSegment: string) => void> & {
10
+ ignoreFromLayoutId?: VersionedLayoutId;
11
+ } & {
12
+ disabled?: boolean;
13
+ }>) => {
14
+ $: import("vue").ComponentInternalInstance;
15
+ $data: {};
16
+ $props: {};
17
+ $attrs: {
18
+ [x: string]: unknown;
19
+ };
20
+ $refs: {
21
+ [x: string]: unknown;
22
+ };
23
+ $slots: Readonly<{
24
+ [name: string]: import("vue").Slot<any>;
25
+ }>;
26
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
27
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
28
+ $emit: (event: string, ...args: any[]) => void;
29
+ $el: any;
30
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
31
+ beforeCreate?: (() => void) | (() => void)[];
32
+ created?: (() => void) | (() => void)[];
33
+ beforeMount?: (() => void) | (() => void)[];
34
+ mounted?: (() => void) | (() => void)[];
35
+ beforeUpdate?: (() => void) | (() => void)[];
36
+ updated?: (() => void) | (() => void)[];
37
+ activated?: (() => void) | (() => void)[];
38
+ deactivated?: (() => void) | (() => void)[];
39
+ beforeDestroy?: (() => void) | (() => void)[];
40
+ beforeUnmount?: (() => void) | (() => void)[];
41
+ destroyed?: (() => void) | (() => void)[];
42
+ unmounted?: (() => void) | (() => void)[];
43
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
44
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
45
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
46
+ };
47
+ $forceUpdate: () => void;
48
+ $nextTick: typeof import("vue").nextTick;
49
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
50
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
51
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
52
+ filled?: boolean;
53
+ } & {
54
+ urlSegment?: string;
55
+ } & {
56
+ appInstanceId?: GuidValue;
57
+ } & DefineEmit<"urlSegmentChanged", (urlSegment: string) => void> & {
58
+ ignoreFromLayoutId?: VersionedLayoutId;
59
+ } & {
60
+ disabled?: boolean;
61
+ }> & {
62
+ "v-slots"?: {
63
+ default?: import("vue").Slot;
64
+ } & {};
65
+ } & {
66
+ onUrlSegmentChanged?: (urlSegment: string) => any;
67
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "filled" | "disabled" | "urlSegment" | "ignoreFromLayoutId">;
68
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
69
+ [key: string]: any;
70
+ }>;
71
+ export default _default;
@@ -1,37 +1,35 @@
1
1
  import "./Wizard.css";
2
2
  import { IWizardInstance, WizardStepModel } from "@omnia/fx/ux";
3
+ import { VNode } from "vue";
4
+ export interface WizardComponentApi {
5
+ goBack: () => VNode;
6
+ goNext: () => VNode;
7
+ afterButtons?: () => VNode;
8
+ beforeButton?: () => VNode;
9
+ }
3
10
  declare const _default: {
4
11
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
- "horizontal-min-height": {
6
- type: import("vue").PropType<number>;
12
+ hideSave: {
13
+ type: import("vue").PropType<boolean>;
14
+ };
15
+ getApi: {
16
+ type: import("vue").PropType<(api: WizardComponentApi) => void>;
7
17
  };
8
18
  horizontalMinHeight: {
9
19
  type: import("vue").PropType<number>;
10
20
  };
11
- "is-on-dialog": {
12
- type: import("vue").PropType<boolean>;
13
- };
14
21
  isOnDialog: {
15
22
  type: import("vue").PropType<boolean>;
16
23
  };
17
- "default-step-index": {
18
- type: import("vue").PropType<number>;
19
- };
20
24
  defaultStepIndex: {
21
25
  type: import("vue").PropType<number>;
22
26
  };
23
- "on-instance-created": {
24
- type: import("vue").PropType<(inst: IWizardInstance) => void>;
25
- };
26
27
  onInstanceCreated: {
27
28
  type: import("vue").PropType<(inst: IWizardInstance) => void>;
28
29
  };
29
30
  steps: {
30
31
  type: import("vue").PropType<WizardStepModel[]>;
31
32
  required: false;
32
- } & {
33
- type: import("vue").PropType<WizardStepModel[]>;
34
- required: false;
35
33
  };
36
34
  styles: {
37
35
  type: import("vue").PropType<{
@@ -47,52 +45,29 @@ declare const _default: {
47
45
  summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
48
46
  summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
49
47
  }>;
50
- } & {
51
- type: import("vue").PropType<{
52
- container?: import("typestyle/lib/types").NestedCSSProperties;
53
- card?: import("typestyle/lib/types").NestedCSSProperties;
54
- header?: import("typestyle/lib/types").NestedCSSProperties;
55
- content?: import("typestyle/lib/types").NestedCSSProperties;
56
- bottom?: import("typestyle/lib/types").NestedCSSProperties;
57
- outline?: import("typestyle/lib/types").NestedCSSProperties;
58
- verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
59
- horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
60
- textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
61
- summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
62
- summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
63
- }>;
64
48
  };
65
49
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
66
- "horizontal-min-height": {
67
- type: import("vue").PropType<number>;
50
+ hideSave: {
51
+ type: import("vue").PropType<boolean>;
52
+ };
53
+ getApi: {
54
+ type: import("vue").PropType<(api: WizardComponentApi) => void>;
68
55
  };
69
56
  horizontalMinHeight: {
70
57
  type: import("vue").PropType<number>;
71
58
  };
72
- "is-on-dialog": {
73
- type: import("vue").PropType<boolean>;
74
- };
75
59
  isOnDialog: {
76
60
  type: import("vue").PropType<boolean>;
77
61
  };
78
- "default-step-index": {
79
- type: import("vue").PropType<number>;
80
- };
81
62
  defaultStepIndex: {
82
63
  type: import("vue").PropType<number>;
83
64
  };
84
- "on-instance-created": {
85
- type: import("vue").PropType<(inst: IWizardInstance) => void>;
86
- };
87
65
  onInstanceCreated: {
88
66
  type: import("vue").PropType<(inst: IWizardInstance) => void>;
89
67
  };
90
68
  steps: {
91
69
  type: import("vue").PropType<WizardStepModel[]>;
92
70
  required: false;
93
- } & {
94
- type: import("vue").PropType<WizardStepModel[]>;
95
- required: false;
96
71
  };
97
72
  styles: {
98
73
  type: import("vue").PropType<{
@@ -108,20 +83,6 @@ declare const _default: {
108
83
  summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
109
84
  summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
110
85
  }>;
111
- } & {
112
- type: import("vue").PropType<{
113
- container?: import("typestyle/lib/types").NestedCSSProperties;
114
- card?: import("typestyle/lib/types").NestedCSSProperties;
115
- header?: import("typestyle/lib/types").NestedCSSProperties;
116
- content?: import("typestyle/lib/types").NestedCSSProperties;
117
- bottom?: import("typestyle/lib/types").NestedCSSProperties;
118
- outline?: import("typestyle/lib/types").NestedCSSProperties;
119
- verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
120
- horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
121
- textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
122
- summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
123
- summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
124
- }>;
125
86
  };
126
87
  }>>, {}, true, {}, {}, {
127
88
  P: {};
@@ -131,36 +92,27 @@ declare const _default: {
131
92
  M: {};
132
93
  Defaults: {};
133
94
  }, Readonly<import("vue").ExtractPropTypes<{
134
- "horizontal-min-height": {
135
- type: import("vue").PropType<number>;
95
+ hideSave: {
96
+ type: import("vue").PropType<boolean>;
97
+ };
98
+ getApi: {
99
+ type: import("vue").PropType<(api: WizardComponentApi) => void>;
136
100
  };
137
101
  horizontalMinHeight: {
138
102
  type: import("vue").PropType<number>;
139
103
  };
140
- "is-on-dialog": {
141
- type: import("vue").PropType<boolean>;
142
- };
143
104
  isOnDialog: {
144
105
  type: import("vue").PropType<boolean>;
145
106
  };
146
- "default-step-index": {
147
- type: import("vue").PropType<number>;
148
- };
149
107
  defaultStepIndex: {
150
108
  type: import("vue").PropType<number>;
151
109
  };
152
- "on-instance-created": {
153
- type: import("vue").PropType<(inst: IWizardInstance) => void>;
154
- };
155
110
  onInstanceCreated: {
156
111
  type: import("vue").PropType<(inst: IWizardInstance) => void>;
157
112
  };
158
113
  steps: {
159
114
  type: import("vue").PropType<WizardStepModel[]>;
160
115
  required: false;
161
- } & {
162
- type: import("vue").PropType<WizardStepModel[]>;
163
- required: false;
164
116
  };
165
117
  styles: {
166
118
  type: import("vue").PropType<{
@@ -176,56 +128,33 @@ declare const _default: {
176
128
  summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
177
129
  summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
178
130
  }>;
179
- } & {
180
- type: import("vue").PropType<{
181
- container?: import("typestyle/lib/types").NestedCSSProperties;
182
- card?: import("typestyle/lib/types").NestedCSSProperties;
183
- header?: import("typestyle/lib/types").NestedCSSProperties;
184
- content?: import("typestyle/lib/types").NestedCSSProperties;
185
- bottom?: import("typestyle/lib/types").NestedCSSProperties;
186
- outline?: import("typestyle/lib/types").NestedCSSProperties;
187
- verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
188
- horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
189
- textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
190
- summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
191
- summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
192
- }>;
193
131
  };
194
132
  }>>, () => JSX.Element, {}, {}, {}, {}>;
195
133
  __isFragment?: never;
196
134
  __isTeleport?: never;
197
135
  __isSuspense?: never;
198
136
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
199
- "horizontal-min-height": {
200
- type: import("vue").PropType<number>;
137
+ hideSave: {
138
+ type: import("vue").PropType<boolean>;
139
+ };
140
+ getApi: {
141
+ type: import("vue").PropType<(api: WizardComponentApi) => void>;
201
142
  };
202
143
  horizontalMinHeight: {
203
144
  type: import("vue").PropType<number>;
204
145
  };
205
- "is-on-dialog": {
206
- type: import("vue").PropType<boolean>;
207
- };
208
146
  isOnDialog: {
209
147
  type: import("vue").PropType<boolean>;
210
148
  };
211
- "default-step-index": {
212
- type: import("vue").PropType<number>;
213
- };
214
149
  defaultStepIndex: {
215
150
  type: import("vue").PropType<number>;
216
151
  };
217
- "on-instance-created": {
218
- type: import("vue").PropType<(inst: IWizardInstance) => void>;
219
- };
220
152
  onInstanceCreated: {
221
153
  type: import("vue").PropType<(inst: IWizardInstance) => void>;
222
154
  };
223
155
  steps: {
224
156
  type: import("vue").PropType<WizardStepModel[]>;
225
157
  required: false;
226
- } & {
227
- type: import("vue").PropType<WizardStepModel[]>;
228
- required: false;
229
158
  };
230
159
  styles: {
231
160
  type: import("vue").PropType<{
@@ -241,20 +170,6 @@ declare const _default: {
241
170
  summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
242
171
  summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
243
172
  }>;
244
- } & {
245
- type: import("vue").PropType<{
246
- container?: import("typestyle/lib/types").NestedCSSProperties;
247
- card?: import("typestyle/lib/types").NestedCSSProperties;
248
- header?: import("typestyle/lib/types").NestedCSSProperties;
249
- content?: import("typestyle/lib/types").NestedCSSProperties;
250
- bottom?: import("typestyle/lib/types").NestedCSSProperties;
251
- outline?: import("typestyle/lib/types").NestedCSSProperties;
252
- verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
253
- horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
254
- textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
255
- summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
256
- summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
257
- }>;
258
173
  };
259
174
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
260
175
  propsDefinition: Omit<Readonly<{} & {
@@ -271,15 +186,13 @@ declare const _default: {
271
186
  summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
272
187
  summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
273
188
  };
189
+ getApi?: (api: WizardComponentApi) => void;
274
190
  steps?: WizardStepModel[];
275
191
  onInstanceCreated?: (inst: IWizardInstance) => void;
276
- "on-instance-created"?: (inst: IWizardInstance) => void;
277
192
  defaultStepIndex?: number;
278
- "default-step-index"?: number;
279
193
  isOnDialog?: boolean;
280
- "is-on-dialog"?: boolean;
281
194
  horizontalMinHeight?: number;
282
- "horizontal-min-height"?: number;
195
+ hideSave?: boolean;
283
196
  }>, never>;
284
197
  };
285
198
  export default _default;