@omnia/fx 8.0.191-dev → 8.0.193-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (380) hide show
  1. package/internal-do-not-import-from-here/contexts/OmniaContext.d.ts +3 -3
  2. package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +4 -4
  3. package/internal-do-not-import-from-here/core/Extend.d.ts +2 -2
  4. package/internal-do-not-import-from-here/core/Factory.d.ts +2 -2
  5. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +3 -3
  6. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +4 -4
  7. package/internal-do-not-import-from-here/core/services/OmniaPropertyBagBase.d.ts +3 -3
  8. package/internal-do-not-import-from-here/core/services/ServiceLocator.d.ts +4 -4
  9. package/internal-do-not-import-from-here/core/services/ServiceManifestProvider.d.ts +6 -6
  10. package/internal-do-not-import-from-here/core/services/TokenService.d.ts +2 -2
  11. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
  12. package/internal-do-not-import-from-here/index.d.ts +2 -2
  13. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  14. package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +3 -3
  15. package/internal-do-not-import-from-here/runtime/core/LocalHostingService.d.ts +6 -6
  16. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +8 -8
  17. package/internal-do-not-import-from-here/runtime/core/ServerSideLoader.d.ts +6 -6
  18. package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +3 -3
  19. package/internal-do-not-import-from-here/services/AppNamingPolicyService.d.ts +3 -3
  20. package/internal-do-not-import-from-here/services/AppService.d.ts +25 -25
  21. package/internal-do-not-import-from-here/services/AzureAdUserService.d.ts +3 -3
  22. package/internal-do-not-import-from-here/services/ConnectedTenantService.d.ts +3 -3
  23. package/internal-do-not-import-from-here/services/EnterprisePropertyCategoryService.d.ts +4 -4
  24. package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +5 -5
  25. package/internal-do-not-import-from-here/services/EnterprisePropertySetService.d.ts +5 -5
  26. package/internal-do-not-import-from-here/services/FeatureService.d.ts +7 -7
  27. package/internal-do-not-import-from-here/services/ManifestService.d.ts +2 -2
  28. package/internal-do-not-import-from-here/services/MediaPickerService.d.ts +3 -3
  29. package/internal-do-not-import-from-here/services/PostService.d.ts +2 -2
  30. package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +4 -4
  31. package/internal-do-not-import-from-here/services/QueueService.d.ts +2 -2
  32. package/internal-do-not-import-from-here/services/SecretsService.d.ts +3 -3
  33. package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +11 -10
  34. package/internal-do-not-import-from-here/services/SecurityService.d.ts +4 -4
  35. package/internal-do-not-import-from-here/services/SettingsService.d.ts +2 -2
  36. package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +5 -5
  37. package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +8 -8
  38. package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +2 -2
  39. package/internal-do-not-import-from-here/services/identities/IdentitySelfServiceService.d.ts +2 -2
  40. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +2 -2
  41. package/internal-do-not-import-from-here/services/identities/IdentitySyncProviderService.d.ts +9 -9
  42. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -3
  43. package/internal-do-not-import-from-here/services/identities/UserTypeService.d.ts +2 -2
  44. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +6 -6
  45. package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +4 -4
  46. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +3 -3
  47. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/ExtendedEnterprisePropertyBindingProvider.d.ts +3 -3
  48. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/IdentityPropertyBindingProvider.d.ts +3 -3
  49. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +3 -3
  50. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +4 -4
  51. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyDefinitionHandler.d.ts +2 -2
  52. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +2 -2
  53. package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +2 -2
  54. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +2 -1
  55. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +2 -2
  56. package/internal-do-not-import-from-here/spfx/models/Context.d.ts +3 -3
  57. package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +4 -4
  58. package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +5 -5
  59. package/internal-do-not-import-from-here/stores/AppStore.d.ts +21 -21
  60. package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +6 -6
  61. package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +9 -9
  62. package/internal-do-not-import-from-here/stores/ConnectedTenantStore.d.ts +5 -5
  63. package/internal-do-not-import-from-here/stores/EnterpriseGlossaryStore.d.ts +2 -2
  64. package/internal-do-not-import-from-here/stores/EnterprisePropertyCategoryStore.d.ts +2 -2
  65. package/internal-do-not-import-from-here/stores/EnterprisePropertySetStore.d.ts +3 -3
  66. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +10 -10
  67. package/internal-do-not-import-from-here/stores/FeatureStore.d.ts +10 -10
  68. package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +11 -11
  69. package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +4 -4
  70. package/internal-do-not-import-from-here/stores/PostStore.d.ts +2 -2
  71. package/internal-do-not-import-from-here/stores/PromotedTagStore.d.ts +3 -3
  72. package/internal-do-not-import-from-here/stores/Store.d.ts +5 -5
  73. package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +6 -6
  74. package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -3
  75. package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +6 -6
  76. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +10 -10
  77. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +8 -8
  78. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +4 -4
  79. package/internal-do-not-import-from-here/stores/mediapicker/constants.d.ts +2 -2
  80. package/internal-do-not-import-from-here/ux/AppRollupFilterEngineContext.d.ts +4 -4
  81. package/internal-do-not-import-from-here/ux/BlockInstance.d.ts +4 -4
  82. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +19 -1
  83. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
  84. package/internal-do-not-import-from-here/ux/TsxAllowUnknowProperties.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +5 -5
  86. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +3 -3
  87. package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +2 -2
  88. package/internal-do-not-import-from-here/ux/admin/BusinessProfileRouter.d.ts +2 -2
  89. package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +3 -3
  90. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +11 -11
  91. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +13 -13
  92. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +6 -6
  93. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +11 -11
  94. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -4
  95. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +6 -6
  96. package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +6 -6
  99. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +3 -3
  100. package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +3 -3
  101. package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts +3 -3
  102. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +3 -3
  103. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +3 -3
  104. package/internal-do-not-import-from-here/ux/app/appinstance/shared/AppInstanceRollupRenderingInstance.d.ts +3 -3
  105. package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -0
  106. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +69 -48
  107. package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +35 -0
  108. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +196 -6
  109. package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +52 -0
  110. package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +55 -0
  111. package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +55 -0
  112. package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +52 -0
  113. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +55 -33
  114. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +55 -15
  115. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +58 -40
  116. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +46 -15
  117. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutSettingsComponent.d.ts +56 -0
  118. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutTabSettingsRenderer.d.ts +11 -0
  119. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +16 -57
  120. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +52 -29
  121. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +55 -18
  122. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +52 -29
  123. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/BlockedWordsBlade.d.ts +52 -0
  124. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/PrefixBlade.d.ts +61 -0
  125. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/SuffixBlade.d.ts +60 -0
  126. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +59 -38
  127. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +67 -25
  128. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +55 -15
  129. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +49 -29
  130. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/blades/EditAndCreateTemplateBlade.d.ts +47 -0
  131. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +63 -47
  132. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +64 -48
  133. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +64 -48
  134. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +72 -167
  135. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +63 -47
  136. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +66 -46
  137. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +52 -29
  138. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +4 -4
  139. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +5 -5
  140. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +99 -13
  141. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +13 -0
  142. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +13 -0
  143. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +13 -0
  144. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +55 -17
  145. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +107 -0
  146. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +6 -6
  148. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +49 -24
  150. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +53 -343
  151. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -5
  152. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +112 -11
  153. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +26 -26
  154. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +6 -6
  155. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningConstants.d.ts +24 -0
  156. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +0 -20
  157. package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -2
  158. package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -1
  159. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +17 -17
  160. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
  161. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +8 -8
  162. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +3 -3
  163. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +7 -7
  164. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +5 -5
  165. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +3 -3
  166. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +1 -1
  167. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +10 -10
  169. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/headers/BlockTextIcon.d.ts +3 -0
  170. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
  171. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
  172. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -11
  173. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +3 -3
  174. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +5 -5
  175. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -3
  176. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +33 -183
  177. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +6 -6
  178. package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -2
  179. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +33 -183
  180. package/internal-do-not-import-from-here/ux/commandpalette/commands/api/Models.d.ts +2 -2
  181. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/Models.d.ts +2 -2
  182. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
  183. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +2 -2
  184. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  185. package/internal-do-not-import-from-here/ux/connectedtenantpicker/ConnectedTenantPicker.d.ts +2 -2
  186. package/internal-do-not-import-from-here/ux/connectedtenantpicker/IConnectedTenantPicker.d.ts +2 -2
  187. package/internal-do-not-import-from-here/ux/directives/LinkHandler/registration/DefaultLinkHandlerProvider.d.ts +2 -2
  188. package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +2 -2
  189. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +6 -5
  190. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +6 -6
  191. package/internal-do-not-import-from-here/ux/editorchrome/navigation/EditorChromeNavigation.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +6 -6
  193. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +6 -6
  194. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
  195. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +69 -20
  196. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +79 -68
  197. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +6 -6
  198. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -2
  199. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +6 -6
  200. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +8 -8
  201. package/internal-do-not-import-from-here/ux/features/FeaturesConstants.d.ts +5 -5
  202. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +3 -3
  203. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +6 -6
  204. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +4 -4
  205. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +5 -5
  206. package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/MyComputerProvider.d.ts +2 -2
  207. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRegistrationApi.d.ts +2 -2
  208. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +1 -1
  209. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +3 -3
  210. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +7 -7
  211. package/internal-do-not-import-from-here/ux/headingconfigurations/Constants.d.ts +10 -9
  212. package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +3 -3
  213. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +6 -6
  214. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +6 -6
  215. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -7
  216. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
  217. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +7 -7
  218. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +7 -7
  219. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +7 -7
  220. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +4 -4
  221. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +8 -8
  222. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +6 -6
  223. package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +3 -3
  224. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +2 -2
  225. package/internal-do-not-import-from-here/ux/journey/models/SettingsBladeRegistration.d.ts +2 -2
  226. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -2
  227. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +29 -29
  228. package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +5 -5
  229. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +5 -5
  230. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +2 -2
  231. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -3
  232. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +11 -11
  233. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutManager.d.ts +2 -2
  234. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
  235. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +41 -41
  236. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -2
  237. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +2 -2
  238. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +2 -2
  239. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +2 -2
  240. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +2 -2
  241. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +2 -2
  242. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +2 -2
  243. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +2 -2
  244. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +2 -2
  245. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +2 -2
  246. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +2 -2
  247. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +9 -9
  248. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +5 -5
  249. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +3 -3
  250. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +3 -3
  251. package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
  252. package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +2 -2
  253. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  254. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +30 -30
  255. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
  256. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  257. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +4 -1
  258. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +80 -74
  259. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +81 -72
  260. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent2.d.ts +47 -0
  261. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent3.d.ts +47 -0
  262. package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +2 -2
  263. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +74 -154
  264. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +8 -8
  265. package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +2 -2
  266. package/internal-do-not-import-from-here/ux/post/IPost.d.ts +3 -3
  267. package/internal-do-not-import-from-here/ux/post/Post.d.ts +5 -5
  268. package/internal-do-not-import-from-here/ux/properties/models/DataSource.d.ts +6 -6
  269. package/internal-do-not-import-from-here/ux/properties/models/Properties.d.ts +3 -3
  270. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +10 -11
  271. package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +2 -2
  272. package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +3 -3
  273. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +11 -11
  274. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +6 -6
  275. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -2
  276. package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +2 -2
  277. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +2 -2
  278. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
  279. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -2
  280. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -2
  281. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -2
  282. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -2
  283. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -2
  284. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -2
  285. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -2
  286. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -2
  287. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -2
  288. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -2
  289. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +5 -5
  290. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -2
  291. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -2
  292. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -2
  293. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -2
  294. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -2
  295. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -2
  296. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -2
  297. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -2
  298. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -2
  299. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -2
  300. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -2
  301. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -2
  302. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -2
  303. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -2
  304. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -2
  305. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -2
  306. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -2
  307. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -2
  308. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -2
  309. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -2
  310. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -2
  311. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -2
  312. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -2
  313. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterRouter.d.ts +4 -4
  314. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +11 -10
  315. package/internal-do-not-import-from-here/ux/selection/ISelection.d.ts +3 -3
  316. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +6 -6
  317. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +68 -406
  318. package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +3 -3
  319. package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +2 -2
  320. package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
  321. package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +4 -4
  322. package/internal-do-not-import-from-here/ux/theming/ThemingFallbackFactory.d.ts +2 -1
  323. package/internal-do-not-import-from-here/ux/use/UseDebouncer.d.ts +2 -2
  324. package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts +2 -2
  325. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +6 -6
  326. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +0 -2
  327. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -2
  328. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +41 -41
  329. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +2 -2
  330. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +9 -9
  331. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +9 -9
  332. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +101 -41
  333. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +9 -0
  334. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -9
  335. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +27 -27
  336. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +22 -22
  337. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
  338. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +2 -2
  339. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
  340. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +7 -7
  341. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +5 -1
  342. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +6 -6
  343. package/internal-do-not-import-from-here/ux/versionedlayout/controller/IChrome.d.ts +2 -2
  344. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +6 -6
  345. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -2
  346. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +3 -3
  347. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +6 -6
  348. package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +71 -26
  349. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +33 -0
  350. package/internal-do-not-import-from-here/wctypings.d.ts +61 -0
  351. package/package.json +2 -2
  352. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +0 -32
  353. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +0 -32
  354. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +0 -62
  355. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +0 -47
  356. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +0 -32
  357. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +0 -42
  358. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.css.d.ts +0 -7
  359. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +0 -31
  360. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/editlayout/LayoutSettingsComponent.d.ts +0 -5
  361. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/EditLayoutStyle.css.d.ts +0 -4
  362. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutListingStyle.css.d.ts +0 -12
  363. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutTabStyle.css.d.ts +0 -7
  364. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +0 -27
  365. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +0 -16
  366. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +0 -42
  367. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/IAppInstanceEnterprisePropertiesStep.d.ts +0 -18
  368. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/index.d.ts +0 -1
  369. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -6
  370. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/index.d.ts +0 -1
  371. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -3
  372. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/index.d.ts +0 -1
  373. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -8
  374. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/index.d.ts +0 -1
  375. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/index.d.ts +0 -3
  376. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +0 -16
  377. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/index.d.ts +0 -1
  378. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +0 -19
  379. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.css.d.ts +0 -6
  380. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/index.d.ts +0 -1
@@ -1,32 +1,55 @@
1
1
  import { AppNamingPolicy } from "@omnia/fx-models";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- item: import("vue").Prop<AppNamingPolicy, AppNamingPolicy>;
5
- close: import("vue").Prop<() => void, () => void>;
6
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
7
- item: import("vue").Prop<AppNamingPolicy, AppNamingPolicy>;
8
- close: import("vue").Prop<() => void, () => void>;
9
- }>>, {}, true, {}, {}, {
10
- P: {};
11
- B: {};
12
- D: {};
13
- C: {};
14
- M: {};
15
- Defaults: {};
16
- }, Readonly<import("vue").ExtractPropTypes<{
17
- item: import("vue").Prop<AppNamingPolicy, AppNamingPolicy>;
18
- close: import("vue").Prop<() => void, () => void>;
19
- }>>, () => JSX.Element, {}, {}, {}, {}>;
20
- __isFragment?: never;
21
- __isTeleport?: never;
22
- __isSuspense?: never;
23
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
24
- item: import("vue").Prop<AppNamingPolicy, AppNamingPolicy>;
25
- close: import("vue").Prop<() => void, () => void>;
26
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
27
- propsDefinition: Omit<Readonly<{} & {
28
- close?: () => void;
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
+ item?: AppNamingPolicy;
5
+ } & DefineEmit<"close", () => void>>) => {
6
+ $: import("vue").ComponentInternalInstance;
7
+ $data: {};
8
+ $props: {};
9
+ $attrs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $refs: {
13
+ [x: string]: unknown;
14
+ };
15
+ $slots: Readonly<{
16
+ [name: string]: import("vue").Slot<any>;
17
+ }>;
18
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
19
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
20
+ $emit: (event: string, ...args: any[]) => void;
21
+ $el: any;
22
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
23
+ beforeCreate?: (() => void) | (() => void)[];
24
+ created?: (() => void) | (() => void)[];
25
+ beforeMount?: (() => void) | (() => void)[];
26
+ mounted?: (() => void) | (() => void)[];
27
+ beforeUpdate?: (() => void) | (() => void)[];
28
+ updated?: (() => void) | (() => void)[];
29
+ activated?: (() => void) | (() => void)[];
30
+ deactivated?: (() => void) | (() => void)[];
31
+ beforeDestroy?: (() => void) | (() => void)[];
32
+ beforeUnmount?: (() => void) | (() => void)[];
33
+ destroyed?: (() => void) | (() => void)[];
34
+ unmounted?: (() => void) | (() => void)[];
35
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
36
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
37
+ 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)[];
38
+ };
39
+ $forceUpdate: () => void;
40
+ $nextTick: typeof import("vue").nextTick;
41
+ $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;
42
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
29
44
  item?: AppNamingPolicy;
30
- }>, never>;
31
- };
45
+ } & DefineEmit<"close", () => void>> & {
46
+ "v-slots"?: {
47
+ default?: import("vue").Slot;
48
+ } & {};
49
+ } & {
50
+ onClose?: () => any;
51
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item">;
52
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>;
32
55
  export default _default;
@@ -0,0 +1,52 @@
1
+ import { AppNamingPolicy } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ appNamingPolicy?: AppNamingPolicy;
4
+ }>) => {
5
+ $: import("vue").ComponentInternalInstance;
6
+ $data: {};
7
+ $props: {};
8
+ $attrs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $refs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $slots: Readonly<{
15
+ [name: string]: import("vue").Slot<any>;
16
+ }>;
17
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
19
+ $emit: (event: string, ...args: any[]) => void;
20
+ $el: any;
21
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
22
+ beforeCreate?: (() => void) | (() => void)[];
23
+ created?: (() => void) | (() => void)[];
24
+ beforeMount?: (() => void) | (() => void)[];
25
+ mounted?: (() => void) | (() => void)[];
26
+ beforeUpdate?: (() => void) | (() => void)[];
27
+ updated?: (() => void) | (() => void)[];
28
+ activated?: (() => void) | (() => void)[];
29
+ deactivated?: (() => void) | (() => void)[];
30
+ beforeDestroy?: (() => void) | (() => void)[];
31
+ beforeUnmount?: (() => void) | (() => void)[];
32
+ destroyed?: (() => void) | (() => void)[];
33
+ unmounted?: (() => void) | (() => void)[];
34
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
36
+ 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)[];
37
+ };
38
+ $forceUpdate: () => void;
39
+ $nextTick: typeof import("vue").nextTick;
40
+ $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;
41
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
42
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
43
+ appNamingPolicy?: AppNamingPolicy;
44
+ }> & {
45
+ "v-slots"?: {
46
+ default?: import("vue").Slot;
47
+ } & {};
48
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appNamingPolicy">;
49
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
+ [key: string]: any;
51
+ }>;
52
+ export default _default;
@@ -0,0 +1,61 @@
1
+ import { AppNamingPolicy } from "@omnia/fx-models";
2
+ import { AffixRowConfigurationData } from "../AffixRow";
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
+ appNamingPolicy?: AppNamingPolicy;
5
+ } & {
6
+ onAddOrUpdate?: (isSaveAll?: boolean) => Promise<boolean>;
7
+ } & {
8
+ rowData?: AffixRowConfigurationData;
9
+ }>) => {
10
+ $: import("vue").ComponentInternalInstance;
11
+ $data: {};
12
+ $props: {};
13
+ $attrs: {
14
+ [x: string]: unknown;
15
+ };
16
+ $refs: {
17
+ [x: string]: unknown;
18
+ };
19
+ $slots: Readonly<{
20
+ [name: string]: import("vue").Slot<any>;
21
+ }>;
22
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
23
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
24
+ $emit: (event: string, ...args: any[]) => void;
25
+ $el: any;
26
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
27
+ beforeCreate?: (() => void) | (() => void)[];
28
+ created?: (() => void) | (() => void)[];
29
+ beforeMount?: (() => void) | (() => void)[];
30
+ mounted?: (() => void) | (() => void)[];
31
+ beforeUpdate?: (() => void) | (() => void)[];
32
+ updated?: (() => void) | (() => void)[];
33
+ activated?: (() => void) | (() => void)[];
34
+ deactivated?: (() => void) | (() => void)[];
35
+ beforeDestroy?: (() => void) | (() => void)[];
36
+ beforeUnmount?: (() => void) | (() => void)[];
37
+ destroyed?: (() => void) | (() => void)[];
38
+ unmounted?: (() => void) | (() => void)[];
39
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
40
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
41
+ 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)[];
42
+ };
43
+ $forceUpdate: () => void;
44
+ $nextTick: typeof import("vue").nextTick;
45
+ $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;
46
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
47
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
48
+ appNamingPolicy?: AppNamingPolicy;
49
+ } & {
50
+ onAddOrUpdate?: (isSaveAll?: boolean) => Promise<boolean>;
51
+ } & {
52
+ rowData?: AffixRowConfigurationData;
53
+ }> & {
54
+ "v-slots"?: {
55
+ default?: import("vue").Slot;
56
+ } & {};
57
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appNamingPolicy" | "onAddOrUpdate" | "rowData">;
58
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
+ [key: string]: any;
60
+ }>;
61
+ export default _default;
@@ -0,0 +1,60 @@
1
+ import { AppNamingPolicy } from "@omnia/fx-models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ import { AffixRowConfigurationData } from "../AffixRow";
4
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
5
+ appNamingPolicy?: AppNamingPolicy;
6
+ } & DefineEmit<"addOrUpdate", (isSaveAll?: boolean) => Promise<boolean>> & {
7
+ rowData?: AffixRowConfigurationData;
8
+ }>) => {
9
+ $: import("vue").ComponentInternalInstance;
10
+ $data: {};
11
+ $props: {};
12
+ $attrs: {
13
+ [x: string]: unknown;
14
+ };
15
+ $refs: {
16
+ [x: string]: unknown;
17
+ };
18
+ $slots: Readonly<{
19
+ [name: string]: import("vue").Slot<any>;
20
+ }>;
21
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
23
+ $emit: (event: string, ...args: any[]) => void;
24
+ $el: any;
25
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
26
+ beforeCreate?: (() => void) | (() => void)[];
27
+ created?: (() => void) | (() => void)[];
28
+ beforeMount?: (() => void) | (() => void)[];
29
+ mounted?: (() => void) | (() => void)[];
30
+ beforeUpdate?: (() => void) | (() => void)[];
31
+ updated?: (() => void) | (() => void)[];
32
+ activated?: (() => void) | (() => void)[];
33
+ deactivated?: (() => void) | (() => void)[];
34
+ beforeDestroy?: (() => void) | (() => void)[];
35
+ beforeUnmount?: (() => void) | (() => void)[];
36
+ destroyed?: (() => void) | (() => void)[];
37
+ unmounted?: (() => void) | (() => void)[];
38
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
40
+ 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)[];
41
+ };
42
+ $forceUpdate: () => void;
43
+ $nextTick: typeof import("vue").nextTick;
44
+ $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;
45
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
46
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
47
+ appNamingPolicy?: AppNamingPolicy;
48
+ } & DefineEmit<"addOrUpdate", (isSaveAll?: boolean) => Promise<boolean>> & {
49
+ rowData?: AffixRowConfigurationData;
50
+ }> & {
51
+ "v-slots"?: {
52
+ default?: import("vue").Slot;
53
+ } & {};
54
+ } & {
55
+ onAddOrUpdate?: (isSaveAll?: boolean) => any;
56
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appNamingPolicy" | "rowData">;
57
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
+ [key: string]: any;
59
+ }>;
60
+ export default _default;
@@ -1,41 +1,62 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
- title: import("vue").Prop<string, string>;
4
- description: import("vue").Prop<string, string>;
5
- icon: import("vue").Prop<string, string>;
6
- handleClick: import("vue").Prop<(value?: any) => void, (value?: any) => void>;
7
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
8
- title: import("vue").Prop<string, string>;
9
- description: import("vue").Prop<string, string>;
10
- icon: import("vue").Prop<string, string>;
11
- handleClick: import("vue").Prop<(value?: any) => void, (value?: any) => void>;
12
- }>>, {}, true, {}, {}, {
13
- P: {};
14
- B: {};
15
- D: {};
16
- C: {};
17
- M: {};
18
- Defaults: {};
19
- }, Readonly<import("vue").ExtractPropTypes<{
20
- title: import("vue").Prop<string, string>;
21
- description: import("vue").Prop<string, string>;
22
- icon: import("vue").Prop<string, string>;
23
- handleClick: import("vue").Prop<(value?: any) => void, (value?: any) => void>;
24
- }>>, () => JSX.Element, {}, {}, {}, {}>;
25
- __isFragment?: never;
26
- __isTeleport?: never;
27
- __isSuspense?: never;
28
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
29
- title: import("vue").Prop<string, string>;
30
- description: import("vue").Prop<string, string>;
31
- icon: import("vue").Prop<string, string>;
32
- handleClick: import("vue").Prop<(value?: any) => void, (value?: any) => void>;
33
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
34
- propsDefinition: Omit<Readonly<{} & {
35
- icon?: string;
1
+ import { DefineEmit } from "@omnia/fx/ux";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ title?: string;
4
+ } & {
5
+ description?: string;
6
+ } & {
7
+ icon?: string;
8
+ } & DefineEmit<"handleClick", (value?: any) => void>>) => {
9
+ $: import("vue").ComponentInternalInstance;
10
+ $data: {};
11
+ $props: {};
12
+ $attrs: {
13
+ [x: string]: unknown;
14
+ };
15
+ $refs: {
16
+ [x: string]: unknown;
17
+ };
18
+ $slots: Readonly<{
19
+ [name: string]: import("vue").Slot<any>;
20
+ }>;
21
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
23
+ $emit: (event: string, ...args: any[]) => void;
24
+ $el: any;
25
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
26
+ beforeCreate?: (() => void) | (() => void)[];
27
+ created?: (() => void) | (() => void)[];
28
+ beforeMount?: (() => void) | (() => void)[];
29
+ mounted?: (() => void) | (() => void)[];
30
+ beforeUpdate?: (() => void) | (() => void)[];
31
+ updated?: (() => void) | (() => void)[];
32
+ activated?: (() => void) | (() => void)[];
33
+ deactivated?: (() => void) | (() => void)[];
34
+ beforeDestroy?: (() => void) | (() => void)[];
35
+ beforeUnmount?: (() => void) | (() => void)[];
36
+ destroyed?: (() => void) | (() => void)[];
37
+ unmounted?: (() => void) | (() => void)[];
38
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
40
+ 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)[];
41
+ };
42
+ $forceUpdate: () => void;
43
+ $nextTick: typeof import("vue").nextTick;
44
+ $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;
45
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
46
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
36
47
  title?: string;
48
+ } & {
37
49
  description?: string;
38
- handleClick?: (value?: any) => void;
39
- }>, never>;
40
- };
50
+ } & {
51
+ icon?: string;
52
+ } & DefineEmit<"handleClick", (value?: any) => void>> & {
53
+ "v-slots"?: {
54
+ default?: import("vue").Slot;
55
+ } & {};
56
+ } & {
57
+ onHandleClick?: (value?: any) => any;
58
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "description">;
59
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
+ [key: string]: any;
61
+ }>;
41
62
  export default _default;
@@ -1,26 +1,68 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
- close: import("vue").Prop<() => void, () => void>;
4
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
5
- close: import("vue").Prop<() => void, () => void>;
6
- }>>, {}, true, {}, {}, {
7
- P: {};
8
- B: {};
9
- D: {};
10
- C: {};
11
- M: {};
12
- Defaults: {};
13
- }, Readonly<import("vue").ExtractPropTypes<{
14
- close: import("vue").Prop<() => void, () => void>;
15
- }>>, () => JSX.Element, {}, {}, {}, {}>;
16
- __isFragment?: never;
17
- __isTeleport?: never;
18
- __isSuspense?: never;
19
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
20
- close: import("vue").Prop<() => void, () => void>;
21
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
22
- propsDefinition: Omit<Readonly<{} & {
23
- close?: () => void;
24
- }>, never>;
25
- };
1
+ import { ElementRenderer, GuidValue } from "@omnia/fx-models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ export interface ExtendElementRenderer extends ElementRenderer {
4
+ render?: () => JSX.Element;
5
+ }
6
+ export declare enum AppManagementTemplateBladeSelection {
7
+ General = 0,
8
+ Properties = 1,
9
+ Features = 2,
10
+ CustomSteps = 3,
11
+ Custom = 4,
12
+ Policies = 5
13
+ }
14
+ export interface AppManagementTemplateBlade {
15
+ bladeSelection: AppManagementTemplateBladeSelection;
16
+ renderManifestId?: GuidValue;
17
+ title?: string;
18
+ }
19
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DefineEmit<"close", () => void> & DefineEmit<"selectBladeSelection", (templateSelection: AppManagementTemplateBlade) => void>>) => {
20
+ $: import("vue").ComponentInternalInstance;
21
+ $data: {};
22
+ $props: {};
23
+ $attrs: {
24
+ [x: string]: unknown;
25
+ };
26
+ $refs: {
27
+ [x: string]: unknown;
28
+ };
29
+ $slots: Readonly<{
30
+ [name: string]: import("vue").Slot<any>;
31
+ }>;
32
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
33
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
34
+ $emit: (event: string, ...args: any[]) => void;
35
+ $el: any;
36
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
37
+ beforeCreate?: (() => void) | (() => void)[];
38
+ created?: (() => void) | (() => void)[];
39
+ beforeMount?: (() => void) | (() => void)[];
40
+ mounted?: (() => void) | (() => void)[];
41
+ beforeUpdate?: (() => void) | (() => void)[];
42
+ updated?: (() => void) | (() => void)[];
43
+ activated?: (() => void) | (() => void)[];
44
+ deactivated?: (() => void) | (() => void)[];
45
+ beforeDestroy?: (() => void) | (() => void)[];
46
+ beforeUnmount?: (() => void) | (() => void)[];
47
+ destroyed?: (() => void) | (() => void)[];
48
+ unmounted?: (() => void) | (() => void)[];
49
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
50
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
51
+ 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)[];
52
+ };
53
+ $forceUpdate: () => void;
54
+ $nextTick: typeof import("vue").nextTick;
55
+ $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;
56
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
57
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<DefineEmit<"close", () => void> & DefineEmit<"selectBladeSelection", (templateSelection: AppManagementTemplateBlade) => void>> & {
58
+ "v-slots"?: {
59
+ default?: import("vue").Slot;
60
+ } & {};
61
+ } & {
62
+ onClose?: () => any;
63
+ onSelectBladeSelection?: (templateSelection: AppManagementTemplateBlade) => any;
64
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
65
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
66
+ [key: string]: any;
67
+ }>;
26
68
  export default _default;
@@ -1,16 +1,56 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ import { IIcon } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ title?: string;
4
+ } & {
5
+ icon?: IIcon;
6
+ }>) => {
7
+ $: import("vue").ComponentInternalInstance;
8
+ $data: {};
9
+ $props: {};
10
+ $attrs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $refs: {
14
+ [x: string]: unknown;
15
+ };
16
+ $slots: Readonly<{
17
+ [name: string]: import("vue").Slot<any>;
18
+ }>;
19
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
20
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
+ $emit: (event: string, ...args: any[]) => void;
22
+ $el: any;
23
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
24
+ beforeCreate?: (() => void) | (() => void)[];
25
+ created?: (() => void) | (() => void)[];
26
+ beforeMount?: (() => void) | (() => void)[];
27
+ mounted?: (() => void) | (() => void)[];
28
+ beforeUpdate?: (() => void) | (() => void)[];
29
+ updated?: (() => void) | (() => void)[];
30
+ activated?: (() => void) | (() => void)[];
31
+ deactivated?: (() => void) | (() => void)[];
32
+ beforeDestroy?: (() => void) | (() => void)[];
33
+ beforeUnmount?: (() => void) | (() => void)[];
34
+ destroyed?: (() => void) | (() => void)[];
35
+ unmounted?: (() => void) | (() => void)[];
36
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
37
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
+ 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)[];
39
+ };
40
+ $forceUpdate: () => void;
41
+ $nextTick: typeof import("vue").nextTick;
42
+ $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;
43
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
44
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
45
+ title?: string;
46
+ } & {
47
+ icon?: IIcon;
48
+ }> & {
49
+ "v-slots"?: {
50
+ default?: import("vue").Slot;
51
+ } & {};
52
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title">;
53
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
+ [key: string]: any;
55
+ }>;
16
56
  export default _default;