@omnia/fx 8.0.191-dev → 8.0.192-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) 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/app/index.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +68 -48
  4. package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +35 -0
  5. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +190 -0
  6. package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +52 -0
  7. package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +55 -0
  8. package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +55 -0
  9. package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +52 -0
  10. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +55 -33
  11. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +55 -15
  12. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +58 -40
  13. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +46 -15
  14. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutSettingsComponent.d.ts +56 -0
  15. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutTabSettingsRenderer.d.ts +11 -0
  16. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +14 -55
  17. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +52 -29
  18. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +55 -18
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +52 -29
  20. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/BlockedWordsBlade.d.ts +52 -0
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/PrefixBlade.d.ts +61 -0
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/SuffixBlade.d.ts +60 -0
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +59 -38
  24. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +67 -25
  25. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +55 -15
  26. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +49 -29
  27. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/blades/EditAndCreateTemplateBlade.d.ts +47 -0
  28. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +63 -47
  29. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +64 -48
  30. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +64 -48
  31. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +72 -167
  32. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +63 -47
  33. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +66 -46
  34. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +52 -29
  35. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +99 -13
  36. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +13 -0
  37. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +13 -0
  38. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +13 -0
  39. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +44 -6
  40. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +102 -0
  41. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +49 -24
  42. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +53 -343
  43. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +112 -11
  44. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningConstants.d.ts +24 -0
  45. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +0 -20
  46. package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -2
  47. package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -1
  48. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
  49. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +69 -20
  50. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +79 -68
  51. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +73 -153
  52. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
  53. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +68 -406
  54. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +5 -1
  55. package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +71 -26
  56. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +33 -0
  57. package/internal-do-not-import-from-here/wctypings.d.ts +61 -0
  58. package/package.json +2 -2
  59. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +0 -32
  60. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +0 -32
  61. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +0 -62
  62. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +0 -47
  63. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +0 -32
  64. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +0 -42
  65. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.css.d.ts +0 -7
  66. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +0 -31
  67. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/editlayout/LayoutSettingsComponent.d.ts +0 -5
  68. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/EditLayoutStyle.css.d.ts +0 -4
  69. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutListingStyle.css.d.ts +0 -12
  70. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutTabStyle.css.d.ts +0 -7
  71. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +0 -27
  72. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +0 -16
  73. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +0 -42
  74. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/IAppInstanceEnterprisePropertiesStep.d.ts +0 -18
  75. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/index.d.ts +0 -1
  76. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -6
  77. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/index.d.ts +0 -1
  78. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -3
  79. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/index.d.ts +0 -1
  80. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -8
  81. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/index.d.ts +0 -1
  82. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/index.d.ts +0 -3
  83. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +0 -16
  84. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/index.d.ts +0 -1
  85. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +0 -19
  86. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.css.d.ts +0 -6
  87. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/index.d.ts +0 -1
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['dee030cc-4ab3-4158-bb06-8049f5c67542']","content":{"./node_modules/@omnia/fx/ux/admin/BusinessProfileRouter.js":{"id":"./node_modules/@omnia/fx/ux/admin/businessprofilerouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BusinessProfileRouter"]},"./node_modules/@omnia/fx/ux/admin/chrome/AdminVisibiltyController.js":{"id":"./node_modules/@omnia/fx/ux/admin/chrome/adminvisibiltycontroller.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/admin/store/AdminStore.js":{"id":"./node_modules/@omnia/fx/ux/admin/store/adminstore.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminStore","useAdminStore"]},"./node_modules/@omnia/fx/ux/AnchorLink.js":{"id":"./node_modules/@omnia/fx/ux/anchorlink.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnchorLink"]},"./node_modules/@omnia/fx/ux/appprovisioning/Enums.js":{"id":"./node_modules/@omnia/fx/ux/appprovisioning/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AppInstanceProgressActions"]},"./node_modules/@omnia/fx/ux/BlockInstance.js":{"id":"./node_modules/@omnia/fx/ux/blockinstance.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockInstance"]},"./node_modules/@omnia/fx/ux/confirmdialog/IConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/iconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay"]},"./node_modules/@omnia/fx/ux/confirmdialog/index.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay","ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/confirmdialog/IVueConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/ivueconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/decorators/index.js":{"id":"./node_modules/@omnia/fx/ux/decorators/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Emit","Options","Prop","Ref","Vue","Watch"]},"./node_modules/@omnia/fx/ux/dialog/IDialog.js":{"id":"./node_modules/@omnia/fx/ux/dialog/idialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/dialog/index.js":{"id":"./node_modules/@omnia/fx/ux/dialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/documenticon/IDocumentIcon.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/idocumenticon.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/documenticon/index.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/heading/IHeading.js":{"id":"./node_modules/@omnia/fx/ux/heading/iheading.js","buildMeta":{"exportsType":"namespace"},"expo.js":["HeadingSizes"]},"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js":{"id":"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InputLanguageStore"]},"./node_modules/@omnia/fx/ux/InternalRouter.js":{"id":"./node_modules/@omnia/fx/ux/internalrouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalRouter"]},"./node_modules/@omnia/fx/ux/journey/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BladeContexts","BladeSizeDefinitions","BladeSizeTypesName","BladeSizeWidths","BladeVariantDefinitions","BladeVariantTypesName","JourneyContext","defineBlade","useBlade","useJourneyMenuStore","useJourneyRouterStore","useJourneyStore"]},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockCatalogStore","BlockSettingsProvider","BlockSettingsReader","BlockSettingsWriter","BreakPointManager","CssBlockSettings","CssSectionSettings","DynamicStateStore","EditorLayoutItemFactory","GeneralSectionSettings","HeaderBlockSettings","HeaderSectionSettings","LayerIndex","LayoutBlockHeaderSettings","LayoutCanvasStore","LayoutDefinitionBuilder","LayoutEditorThemingManager","LayoutGlobalHeaderSettings","LayoutItemFactory","LayoutItemRules","LayoutLockExpansionItemDefinition","LayoutManager","LayoutSectionContainerHelper","LayoutStyleSettings","LayoutTemplateStore","ObjectRules","ReactiveLayoutItemsSettingsStore","SpacingBlockSettings","SpacingSectionSettings","StyleBlockSettings","StyleSectionSettings","TabBlockLayoutSettings","TabBlockSettings","TabSectionLayoutSettings","TabsLayoutSettings","TargetingBlockSettings","TargetingSectionSettings","ThemingRenditionManager","ThemingSectionSettings","mergeObjects","useBlockSettingsReader","useBlockSettingsWriter"]},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Topics"]},"./node_modules/@omnia/fx/ux/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/ux/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/ux/models/index.js":{"id":"./node_modules/@omnia/fx/ux/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AboutUserStyles","ActionToolbarStyles","AdminChromeStyles","AnimatedGifStyles","AppInstanceRollupBlockStyles","AppInstanceRollupCardViewSettingsStyles","AppInstanceRollupCardViewStyles","AppInstanceRollupListViewSettingsStyles","AppInstanceRollupListViewStyles","AppInstanceRollupStyles","AppInstanceRollupViewBaseStyles","BarChartIndicatorStyles","ButtonWrapperStyles","ChipStyles","ChipStylesConst","CommentStyles","CurrentUserTokenIdentityPicker","DatatableWrapperStyles","DateTimePickerStyles","DialogStyles","EditorStyleSettings","EmoticonStyles","EnterpriseGlossaryTermComponentBaseStyles","EnterprisePropertyPickerStyles","FileUploaderStyles","ForceAnimatedClassname","GridViewMediaProviderComponentStyles","HeadingStyles","IconWrapperStyles","ImageGridStyles","ImageTransformerStyles","InputLanguagePickerStyles","InputTokenStyles","LanguagePickerStyles","LikeStyles","MediaPickerProviderStyles","MentionStyles","MultilingualInputStyles","NumericIndicatorStyles","OrgTreeStyles","PersonFieldDisplayStyles","PersonaStyles","PostStyle","ProfilecardStyles","QueryablePropertiesStyles","ReporteesStyles","RichTextEditorRendererStyles","RichTextEditorStyles","RowVariant","SharePointVideoSettingsStyles","SidePanelStyles","SpecialUserConfiguration","StatusMessageOverlayStyles","TableMenuStyles","TagsFieldDisplayStyles","TermGlossaryMappingStyles","TextTranslatorStyles","TimeZonePickerStyles","UrlInputStyles","ValidationOnDefinitions","WizardStyles","appLayoutPlaceHolderRegistration","userPresenceStyles"]},"./node_modules/@omnia/fx/ux/MultilingualContext.js":{"id":"./node_modules/@omnia/fx/ux/multilingualcontext.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MultilingualContext"]},"./node_modules/@omnia/fx/ux/OmniaTheming.js":{"id":"./node_modules/@omnia/fx/ux/omniatheming.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaTheming"]},"./node_modules/@omnia/fx/ux/post/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/post/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PostLocalization"]},"./node_modules/@omnia/fx/ux/social/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/social/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["CommentLocalization"]},"./node_modules/@omnia/fx/ux/StyleFlow.js":{"id":"./node_modules/@omnia/fx/ux/styleflow.js","buildMeta":{"exportsType":"namespace"},"expo.js":["StyleFlow"]},"./node_modules/@omnia/fx/ux/theming/index.js":{"id":"./node_modules/@omnia/fx/ux/theming/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCssRaw.css":{"id":"./node_modules/@omnia/fx/ux/uxcssraw.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxDefaultRichtextStyle.js":{"id":"./node_modules/@omnia/fx/ux/uxdefaultrichtextstyle.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DefaultRichtextStyles"]},"./node_modules/@omnia/fx/ux/UxFlags.css":{"id":"./node_modules/@omnia/fx/ux/uxflags.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxFonts.css":{"id":"./node_modules/@omnia/fx/ux/uxfonts.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxModels.js":{"id":"./node_modules/@omnia/fx/ux/uxmodels.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInLocalizationKeys","OmniaUxLocalizationNamespace"]},"./node_modules/@omnia/fx/ux/UxStyles.js":{"id":"./node_modules/@omnia/fx/ux/uxstyles.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Styles"]},"./node_modules/@omnia/fx/ux/validation/IComponentValidationEnabled.js":{"id":"./node_modules/@omnia/fx/ux/validation/icomponentvalidationenabled.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/validation/index.js":{"id":"./node_modules/@omnia/fx/ux/validation/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LegacyFieldValueValidation"]},"./node_modules/@omnia/fx/ux/validation/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/validation/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FieldValidationLocalization"]},"./node_modules/@omnia/fx/ux/versionedlayout/index.js":{"id":"./node_modules/@omnia/fx/ux/versionedlayout/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LayoutEditorTabRendererInstance","VersionedLayoutBladeIds","VersionedLayoutDefinitionEditorItem","VersionedLayoutDefinitionEditorItemFactory","VersionedLayoutDefinitionEditorItemPrivateImutableState","VersionedLayoutDefinitionEditorItemState","VersionedLayoutEditorStore"]},"./node_modules/@omnia/fx/ux/admin/index.js":{"id":"0111486e-5dc8-4705-8247-d91fb2aba33d","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminChromeInstance","AdminRouter","AdminStore","BusinessProfileRouter","useAdminStore"]},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppInstanceToken","AppPropertiesProvider","Router"]},"./node_modules/@omnia/fx/ux/VueComponentBase.js":{"id":"8610c059-395a-45c2-804a-8c236f4d60d9","buildMeta":{"exportsType":"namespace"},"expo.js":["VueComponentBase","VueComponentConnect","getVuetifyAppClasses"]},"./node_modules/@omnia/fx/ux/vuetify/index.js":{"id":"c02f415e-2efe-4333-9b1e-8d7abaa2c967","buildMeta":{"exportsType":"namespace"},"expo.js":["VAlert","VApp","VAvatar","VBadge","VBreadcrumbs","VBreadcrumbsItem","VBtn","VBtnToggle","VCard","VCardActions","VCardMedia","VCardText","VCardTitle","VCarousel","VCarouselItem","VCheckbox","VCombobox","VContainer","VContent","VDataTable","VDialog","VDivider","VFlex","VHover","VIcon","VImg","VLayout","VList","VListTile","VListTileAvatar","VListTileSubTitle","VListTileTitle","VMenu","VNavigationDrawer","VProgressCircular","VProgressLinear","VRadio","VRadioGroup","VRangeSlider","VResponsive","VSlider","VSnackbar","VSpacer","VSpeedDial","VStepper","VStepperContent","VStepperHeader","VStepperStep","VSubheader","VTab","VTabItem","VTabs","VTabsItems","VTabsSlider","VTextField","VTextarea","VToolbar","VToolbarItems","VToolbarSideIcon","VToolbarTitle","VTooltip"]},"./node_modules/@omnia/fx/ux/index.js":{"id":"d7327742-5647-4075-b7ab-4f9ca852addb","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCore.js":{"id":"fe6d45fc-8977-4e32-bff4-e93cc636390e","buildMeta":{"exportsType":"namespace"},"expo.js":[]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['dee030cc-4ab3-4158-bb06-8049f5c67542']","content":{"./node_modules/@omnia/fx/ux/admin/BusinessProfileRouter.js":{"id":"./node_modules/@omnia/fx/ux/admin/businessprofilerouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BusinessProfileRouter"]},"./node_modules/@omnia/fx/ux/admin/chrome/AdminVisibiltyController.js":{"id":"./node_modules/@omnia/fx/ux/admin/chrome/adminvisibiltycontroller.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/admin/store/AdminStore.js":{"id":"./node_modules/@omnia/fx/ux/admin/store/adminstore.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminStore","useAdminStore"]},"./node_modules/@omnia/fx/ux/AnchorLink.js":{"id":"./node_modules/@omnia/fx/ux/anchorlink.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnchorLink"]},"./node_modules/@omnia/fx/ux/appprovisioning/Enums.js":{"id":"./node_modules/@omnia/fx/ux/appprovisioning/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AppInstanceProgressActions"]},"./node_modules/@omnia/fx/ux/BlockInstance.js":{"id":"./node_modules/@omnia/fx/ux/blockinstance.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockInstance"]},"./node_modules/@omnia/fx/ux/confirmdialog/IConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/iconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay"]},"./node_modules/@omnia/fx/ux/confirmdialog/index.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay","ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/confirmdialog/IVueConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/ivueconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/decorators/index.js":{"id":"./node_modules/@omnia/fx/ux/decorators/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Emit","Options","Prop","Ref","Vue","Watch"]},"./node_modules/@omnia/fx/ux/dialog/IDialog.js":{"id":"./node_modules/@omnia/fx/ux/dialog/idialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/dialog/index.js":{"id":"./node_modules/@omnia/fx/ux/dialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/documenticon/IDocumentIcon.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/idocumenticon.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/documenticon/index.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/heading/IHeading.js":{"id":"./node_modules/@omnia/fx/ux/heading/iheading.js","buildMeta":{"exportsType":"namespace"},"expo.js":["HeadingSizes"]},"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js":{"id":"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InputLanguageStore"]},"./node_modules/@omnia/fx/ux/InternalRouter.js":{"id":"./node_modules/@omnia/fx/ux/internalrouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalRouter"]},"./node_modules/@omnia/fx/ux/journey/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BladeContexts","BladeSizeDefinitions","BladeSizeTypesName","BladeSizeWidths","BladeVariantDefinitions","BladeVariantTypesName","JourneyContext","defineBlade","useBlade","useJourneyMenuStore","useJourneyRouterStore","useJourneyStore"]},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockCatalogStore","BlockSettingsProvider","BlockSettingsReader","BlockSettingsWriter","BreakPointManager","CssBlockSettings","CssSectionSettings","DynamicStateStore","EditorLayoutItemFactory","GeneralSectionSettings","HeaderBlockSettings","HeaderSectionSettings","LayerIndex","LayoutBlockHeaderSettings","LayoutCanvasStore","LayoutDefinitionBuilder","LayoutEditorThemingManager","LayoutGlobalHeaderSettings","LayoutItemFactory","LayoutItemRules","LayoutLockExpansionItemDefinition","LayoutManager","LayoutSectionContainerHelper","LayoutStyleSettings","LayoutTemplateStore","ObjectRules","ReactiveLayoutItemsSettingsStore","SpacingBlockSettings","SpacingSectionSettings","StyleBlockSettings","StyleSectionSettings","TabBlockLayoutSettings","TabBlockSettings","TabSectionLayoutSettings","TabsLayoutSettings","TargetingBlockSettings","TargetingSectionSettings","ThemingRenditionManager","ThemingSectionSettings","mergeObjects","useBlockSettingsReader","useBlockSettingsWriter"]},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Topics"]},"./node_modules/@omnia/fx/ux/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/ux/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/ux/models/index.js":{"id":"./node_modules/@omnia/fx/ux/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AboutUserStyles","ActionToolbarStyles","AdminChromeStyles","AnimatedGifStyles","AppInstanceRollupBlockStyles","AppInstanceRollupCardViewSettingsStyles","AppInstanceRollupCardViewStyles","AppInstanceRollupListViewSettingsStyles","AppInstanceRollupListViewStyles","AppInstanceRollupStyles","AppInstanceRollupViewBaseStyles","BarChartIndicatorStyles","ButtonWrapperStyles","ChipStyles","ChipStylesConst","CommentStyles","CurrentUserTokenIdentityPicker","DatatableWrapperStyles","DateTimePickerStyles","DialogStyles","EditorStyleSettings","EmoticonStyles","EnterpriseGlossaryTermComponentBaseStyles","EnterprisePropertyPickerStyles","FileUploaderStyles","ForceAnimatedClassname","GridViewMediaProviderComponentStyles","HeadingStyles","IconWrapperStyles","ImageGridStyles","ImageTransformerStyles","InputLanguagePickerStyles","InputTokenStyles","LanguagePickerStyles","LikeStyles","MediaPickerProviderStyles","MentionStyles","MultilingualInputStyles","NumericIndicatorStyles","OrgTreeStyles","PersonFieldDisplayStyles","PersonaStyles","PostStyle","ProfilecardStyles","QueryablePropertiesStyles","ReporteesStyles","RichTextEditorRendererStyles","RichTextEditorStyles","RowVariant","SharePointVideoSettingsStyles","SidePanelStyles","SpecialUserConfiguration","StatusMessageOverlayStyles","TableMenuStyles","TagsFieldDisplayStyles","TermGlossaryMappingStyles","TextTranslatorStyles","TimeZonePickerStyles","UrlInputStyles","ValidationOnDefinitions","WizardStyles","appLayoutPlaceHolderRegistration","userPresenceStyles"]},"./node_modules/@omnia/fx/ux/MultilingualContext.js":{"id":"./node_modules/@omnia/fx/ux/multilingualcontext.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MultilingualContext"]},"./node_modules/@omnia/fx/ux/OmniaTheming.js":{"id":"./node_modules/@omnia/fx/ux/omniatheming.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaTheming"]},"./node_modules/@omnia/fx/ux/post/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/post/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PostLocalization"]},"./node_modules/@omnia/fx/ux/social/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/social/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["CommentLocalization"]},"./node_modules/@omnia/fx/ux/StyleFlow.js":{"id":"./node_modules/@omnia/fx/ux/styleflow.js","buildMeta":{"exportsType":"namespace"},"expo.js":["StyleFlow"]},"./node_modules/@omnia/fx/ux/theming/index.js":{"id":"./node_modules/@omnia/fx/ux/theming/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCssRaw.css":{"id":"./node_modules/@omnia/fx/ux/uxcssraw.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxDefaultRichtextStyle.js":{"id":"./node_modules/@omnia/fx/ux/uxdefaultrichtextstyle.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DefaultRichtextStyles"]},"./node_modules/@omnia/fx/ux/UxFlags.css":{"id":"./node_modules/@omnia/fx/ux/uxflags.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxFonts.css":{"id":"./node_modules/@omnia/fx/ux/uxfonts.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxModels.js":{"id":"./node_modules/@omnia/fx/ux/uxmodels.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInLocalizationKeys","OmniaUxLocalizationNamespace"]},"./node_modules/@omnia/fx/ux/UxStyles.js":{"id":"./node_modules/@omnia/fx/ux/uxstyles.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Styles"]},"./node_modules/@omnia/fx/ux/validation/IComponentValidationEnabled.js":{"id":"./node_modules/@omnia/fx/ux/validation/icomponentvalidationenabled.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/validation/index.js":{"id":"./node_modules/@omnia/fx/ux/validation/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LegacyFieldValueValidation"]},"./node_modules/@omnia/fx/ux/validation/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/validation/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FieldValidationLocalization"]},"./node_modules/@omnia/fx/ux/versionedlayout/index.js":{"id":"./node_modules/@omnia/fx/ux/versionedlayout/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LayoutEditorTabRendererInstance","VersionedLayoutBladeIds","VersionedLayoutDefinitionEditorItem","VersionedLayoutDefinitionEditorItemFactory","VersionedLayoutDefinitionEditorItemPrivateImutableState","VersionedLayoutDefinitionEditorItemState","VersionedLayoutEditorStore"]},"./node_modules/@omnia/fx/ux/admin/index.js":{"id":"0111486e-5dc8-4705-8247-d91fb2aba33d","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminChromeInstance","AdminRouter","AdminStore","BusinessProfileRouter","useAdminStore"]},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppInstanceToken","AppManagementBladeIds","AppPropertiesProvider","Router"]},"./node_modules/@omnia/fx/ux/VueComponentBase.js":{"id":"8610c059-395a-45c2-804a-8c236f4d60d9","buildMeta":{"exportsType":"namespace"},"expo.js":["VueComponentBase","VueComponentConnect","getVuetifyAppClasses"]},"./node_modules/@omnia/fx/ux/vuetify/index.js":{"id":"c02f415e-2efe-4333-9b1e-8d7abaa2c967","buildMeta":{"exportsType":"namespace"},"expo.js":["VAlert","VApp","VAvatar","VBadge","VBreadcrumbs","VBreadcrumbsItem","VBtn","VBtnToggle","VCard","VCardActions","VCardMedia","VCardText","VCardTitle","VCarousel","VCarouselItem","VCheckbox","VCombobox","VContainer","VContent","VDataTable","VDialog","VDivider","VFlex","VHover","VIcon","VImg","VLayout","VList","VListTile","VListTileAvatar","VListTileSubTitle","VListTileTitle","VMenu","VNavigationDrawer","VProgressCircular","VProgressLinear","VRadio","VRadioGroup","VRangeSlider","VResponsive","VSlider","VSnackbar","VSpacer","VSpeedDial","VStepper","VStepperContent","VStepperHeader","VStepperStep","VSubheader","VTab","VTabItem","VTabs","VTabsItems","VTabsSlider","VTextField","VTextarea","VToolbar","VToolbarItems","VToolbarSideIcon","VToolbarTitle","VTooltip"]},"./node_modules/@omnia/fx/ux/index.js":{"id":"d7327742-5647-4075-b7ab-4f9ca852addb","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCore.js":{"id":"fe6d45fc-8977-4e32-bff4-e93cc636390e","buildMeta":{"exportsType":"namespace"},"expo.js":[]}}}
@@ -2,3 +2,4 @@ export * from "./Router";
2
2
  export * from "./AppContextProvider";
3
3
  export * from "./AppPropertiesProvider";
4
4
  export * from "./AppInstanceToken";
5
+ export * from "./management/AppManagementConstants";
@@ -1,51 +1,71 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
- isStandalone: import("vue").Prop<boolean, boolean>;
4
- appDefinitionId: import("vue").Prop<string, string>;
5
- closable: import("vue").Prop<boolean, boolean>;
6
- onLayoutEditorOpened: import("vue").Prop<() => void, () => void>;
7
- onLayoutEditorClosed: import("vue").Prop<() => void, () => void>;
8
- compensationHeight: import("vue").Prop<number, number>;
9
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
10
- isStandalone: import("vue").Prop<boolean, boolean>;
11
- appDefinitionId: import("vue").Prop<string, string>;
12
- closable: import("vue").Prop<boolean, boolean>;
13
- onLayoutEditorOpened: import("vue").Prop<() => void, () => void>;
14
- onLayoutEditorClosed: import("vue").Prop<() => void, () => void>;
15
- compensationHeight: import("vue").Prop<number, number>;
16
- }>>, {}, true, {}, {}, {
17
- P: {};
18
- B: {};
19
- D: {};
20
- C: {};
21
- M: {};
22
- Defaults: {};
23
- }, Readonly<import("vue").ExtractPropTypes<{
24
- isStandalone: import("vue").Prop<boolean, boolean>;
25
- appDefinitionId: import("vue").Prop<string, string>;
26
- closable: import("vue").Prop<boolean, boolean>;
27
- onLayoutEditorOpened: import("vue").Prop<() => void, () => void>;
28
- onLayoutEditorClosed: import("vue").Prop<() => void, () => void>;
29
- compensationHeight: import("vue").Prop<number, number>;
30
- }>>, () => JSX.Element, {}, {}, {}, {}>;
31
- __isFragment?: never;
32
- __isTeleport?: never;
33
- __isSuspense?: never;
34
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
35
- isStandalone: import("vue").Prop<boolean, boolean>;
36
- appDefinitionId: import("vue").Prop<string, string>;
37
- closable: import("vue").Prop<boolean, boolean>;
38
- onLayoutEditorOpened: import("vue").Prop<() => void, () => void>;
39
- onLayoutEditorClosed: import("vue").Prop<() => void, () => void>;
40
- compensationHeight: import("vue").Prop<number, number>;
41
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
42
- propsDefinition: Omit<Readonly<{} & {
43
- appDefinitionId?: string;
44
- closable?: boolean;
1
+ import { DefineEmit } from "@omnia/fx/ux";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ isStandalone?: boolean;
4
+ } & {
5
+ appDefinitionId?: string;
6
+ } & {
7
+ title?: string;
8
+ } & {
9
+ compensationHeight?: number;
10
+ } & {
11
+ closable?: boolean;
12
+ } & DefineEmit<"layoutEditorOpened", () => void> & DefineEmit<"layoutEditorClosed", () => void>>) => {
13
+ $: import("vue").ComponentInternalInstance;
14
+ $data: {};
15
+ $props: {};
16
+ $attrs: {
17
+ [x: string]: unknown;
18
+ };
19
+ $refs: {
20
+ [x: string]: unknown;
21
+ };
22
+ $slots: Readonly<{
23
+ [name: string]: import("vue").Slot<any>;
24
+ }>;
25
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
26
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
27
+ $emit: (event: string, ...args: any[]) => void;
28
+ $el: any;
29
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
30
+ beforeCreate?: (() => void) | (() => void)[];
31
+ created?: (() => void) | (() => void)[];
32
+ beforeMount?: (() => void) | (() => void)[];
33
+ mounted?: (() => void) | (() => void)[];
34
+ beforeUpdate?: (() => void) | (() => void)[];
35
+ updated?: (() => void) | (() => void)[];
36
+ activated?: (() => void) | (() => void)[];
37
+ deactivated?: (() => void) | (() => void)[];
38
+ beforeDestroy?: (() => void) | (() => void)[];
39
+ beforeUnmount?: (() => void) | (() => void)[];
40
+ destroyed?: (() => void) | (() => void)[];
41
+ unmounted?: (() => void) | (() => void)[];
42
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
43
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
44
+ 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)[];
45
+ };
46
+ $forceUpdate: () => void;
47
+ $nextTick: typeof import("vue").nextTick;
48
+ $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;
49
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
50
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
45
51
  isStandalone?: boolean;
46
- onLayoutEditorOpened?: () => void;
47
- onLayoutEditorClosed?: () => void;
52
+ } & {
53
+ appDefinitionId?: string;
54
+ } & {
55
+ title?: string;
56
+ } & {
48
57
  compensationHeight?: number;
49
- }>, never>;
50
- };
58
+ } & {
59
+ closable?: boolean;
60
+ } & DefineEmit<"layoutEditorOpened", () => void> & DefineEmit<"layoutEditorClosed", () => void>> & {
61
+ "v-slots"?: {
62
+ default?: import("vue").Slot;
63
+ } & {};
64
+ } & {
65
+ onLayoutEditorOpened?: () => any;
66
+ onLayoutEditorClosed?: () => any;
67
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "appDefinitionId" | "closable" | "isStandalone" | "compensationHeight">;
68
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
69
+ [key: string]: any;
70
+ }>;
51
71
  export default _default;
@@ -0,0 +1,35 @@
1
+ import { Guid } from "@omnia/fx-models";
2
+ export declare const AppManagementBladeIds: {
3
+ AppManagement: Guid;
4
+ Instance: {
5
+ Default: Guid;
6
+ Templates: Guid;
7
+ ProvisioningWizard: Guid;
8
+ ProvisioningWizardDetails: Guid;
9
+ Edit: Guid;
10
+ Feature: Guid;
11
+ EditAlias: Guid;
12
+ Permission: Guid;
13
+ AttachSite: Guid;
14
+ };
15
+ Templates: {
16
+ Default: Guid;
17
+ Details: Guid;
18
+ EditAndCreate: Guid;
19
+ Features: Guid;
20
+ General: Guid;
21
+ Policies: Guid;
22
+ Properties: Guid;
23
+ CustomSteps: Guid;
24
+ };
25
+ NamingPolicies: {
26
+ Default: Guid;
27
+ EditPolicies: Guid;
28
+ PreviewPolicy: Guid;
29
+ GeneralPolicy: Guid;
30
+ PrefixPolicy: Guid;
31
+ SuffixPolicy: Guid;
32
+ AffixesPolicy: Guid;
33
+ BlockedWords: Guid;
34
+ };
35
+ };
@@ -29,6 +29,196 @@ export declare class AppManagementInstanceApi implements IAppManagementInstanceA
29
29
  tabs: ElementRenderer[];
30
30
  headerVisibility: Ref<boolean>;
31
31
  uxColColsRef: Ref<number>;
32
+ icons: {
33
+ faIcon: (name: string) => import("@omnia/fx-models").FontAwesomeIcon;
34
+ mdIcon: (name: string) => import("@omnia/fx-models").MaterialIcon;
35
+ flagIcon: (name: string) => import("@omnia/fx-models").FlagIcon;
36
+ fbIcon: (name: string) => import("@omnia/fx-models").FabricIcon;
37
+ svgIcon: (name: string) => import("@omnia/fx-models").SvgIcon;
38
+ customIcon: (name: string) => import("@omnia/fx-models").CustomIcon;
39
+ icon: {
40
+ add: import("@omnia/fx-models").FontAwesomeIcon;
41
+ anchor: import("@omnia/fx-models").FontAwesomeIcon;
42
+ approval: import("@omnia/fx-models").FontAwesomeIcon;
43
+ approve: import("@omnia/fx-models").FontAwesomeIcon;
44
+ adjust: import("@omnia/fx-models").FontAwesomeIcon;
45
+ archive: import("@omnia/fx-models").FontAwesomeIcon;
46
+ award: import("@omnia/fx-models").FontAwesomeIcon;
47
+ back: import("@omnia/fx-models").FontAwesomeIcon;
48
+ blueprint: import("@omnia/fx-models").FontAwesomeIcon;
49
+ background: import("@omnia/fx-models").FontAwesomeIcon;
50
+ businessProfile: import("@omnia/fx-models").FontAwesomeIcon;
51
+ calendar: import("@omnia/fx-models").FontAwesomeIcon;
52
+ calendarAlt: import("@omnia/fx-models").FontAwesomeIcon;
53
+ chartLine: import("@omnia/fx-models").FontAwesomeIcon;
54
+ check: import("@omnia/fx-models").FontAwesomeIcon;
55
+ clone: import("@omnia/fx-models").FontAwesomeIcon;
56
+ clipboard: import("@omnia/fx-models").FontAwesomeIcon;
57
+ close: import("@omnia/fx-models").FontAwesomeIcon;
58
+ collapse: import("@omnia/fx-models").FontAwesomeIcon;
59
+ comment: import("@omnia/fx-models").FontAwesomeIcon;
60
+ comments: import("@omnia/fx-models").FontAwesomeIcon;
61
+ save: import("@omnia/fx-models").FontAwesomeIcon;
62
+ share: import("@omnia/fx-models").FontAwesomeIcon;
63
+ chart: import("@omnia/fx-models").FontAwesomeIcon;
64
+ crop: import("@omnia/fx-models").FontAwesomeIcon;
65
+ code: import("@omnia/fx-models").FontAwesomeIcon;
66
+ color: import("@omnia/fx-models").FontAwesomeIcon;
67
+ colorSchema: import("@omnia/fx-models").FontAwesomeIcon;
68
+ colorPalette: import("@omnia/fx-models").FontAwesomeIcon;
69
+ colorPicker: import("@omnia/fx-models").FontAwesomeIcon;
70
+ copy: import("@omnia/fx-models").FontAwesomeIcon;
71
+ delete: import("@omnia/fx-models").FontAwesomeIcon;
72
+ discard: import("@omnia/fx-models").FontAwesomeIcon;
73
+ device: import("@omnia/fx-models").FontAwesomeIcon;
74
+ drag: import("@omnia/fx-models").FontAwesomeIcon;
75
+ edit: import("@omnia/fx-models").FontAwesomeIcon;
76
+ editStop: import("@omnia/fx-models").FontAwesomeIcon;
77
+ expand: import("@omnia/fx-models").FontAwesomeIcon;
78
+ expandMenu: import("@omnia/fx-models").FontAwesomeIcon;
79
+ exclamation: import("@omnia/fx-models").FontAwesomeIcon;
80
+ ellipsis: import("@omnia/fx-models").FontAwesomeIcon;
81
+ flip: import("@omnia/fx-models").MaterialIcon;
82
+ filter: import("@omnia/fx-models").FontAwesomeIcon;
83
+ fileAlt: import("@omnia/fx-models").FontAwesomeIcon;
84
+ filePdf: import("@omnia/fx-models").FontAwesomeIcon;
85
+ fileWord: import("@omnia/fx-models").FontAwesomeIcon;
86
+ font: import("@omnia/fx-models").FontAwesomeIcon;
87
+ header: import("@omnia/fx-models").FontAwesomeIcon;
88
+ hidden: import("@omnia/fx-models").FontAwesomeIcon;
89
+ hiddenVisible: import("@omnia/fx-models").FontAwesomeIcon;
90
+ info: import("@omnia/fx-models").FontAwesomeIcon;
91
+ infoCircle: import("@omnia/fx-models").FontAwesomeIcon;
92
+ lock: import("@omnia/fx-models").FontAwesomeIcon;
93
+ link: import("@omnia/fx-models").FontAwesomeIcon;
94
+ like: import("@omnia/fx-models").FontAwesomeIcon;
95
+ location: import("@omnia/fx-models").FontAwesomeIcon;
96
+ lockOpen: import("@omnia/fx-models").FontAwesomeIcon;
97
+ lockEdit: import("@omnia/fx-models").FontAwesomeIcon;
98
+ layout: import("@omnia/fx-models").FontAwesomeIcon;
99
+ map: import("@omnia/fx-models").FontAwesomeIcon;
100
+ mail: import("@omnia/fx-models").FontAwesomeIcon;
101
+ more: import("@omnia/fx-models").MaterialIcon;
102
+ move: import("@omnia/fx-models").FontAwesomeIcon;
103
+ moveUp: import("@omnia/fx-models").FontAwesomeIcon;
104
+ moveDown: import("@omnia/fx-models").FontAwesomeIcon;
105
+ menu_more: import("@omnia/fx-models").FontAwesomeIcon;
106
+ menu: import("@omnia/fx-models").FontAwesomeIcon;
107
+ media: import("@omnia/fx-models").FontAwesomeIcon;
108
+ navigate: import("@omnia/fx-models").FontAwesomeIcon;
109
+ newspaper: import("@omnia/fx-models").FontAwesomeIcon;
110
+ notification: import("@omnia/fx-models").FontAwesomeIcon;
111
+ organization: import("@omnia/fx-models").FontAwesomeIcon;
112
+ pageInformation: import("@omnia/fx-models").FontAwesomeIcon;
113
+ paste: import("@omnia/fx-models").FontAwesomeIcon;
114
+ picker: import("@omnia/fx-models").FontAwesomeIcon;
115
+ penClip: import("@omnia/fx-models").FontAwesomeIcon;
116
+ preview: import("@omnia/fx-models").FontAwesomeIcon;
117
+ previewItem: import("@omnia/fx-models").FontAwesomeIcon;
118
+ process: import("@omnia/fx-models").FontAwesomeIcon;
119
+ permissions: import("@omnia/fx-models").FontAwesomeIcon;
120
+ praise: import("@omnia/fx-models").FontAwesomeIcon;
121
+ phone: import("@omnia/fx-models").FontAwesomeIcon;
122
+ readOnly: import("@omnia/fx-models").FontAwesomeIcon;
123
+ tag: import("@omnia/fx-models").FontAwesomeIcon;
124
+ tags: import("@omnia/fx-models").FontAwesomeIcon;
125
+ targeting: import("@omnia/fx-models").FontAwesomeIcon;
126
+ tenant: import("@omnia/fx-models").FontAwesomeIcon;
127
+ trend: import("@omnia/fx-models").FontAwesomeIcon;
128
+ theme: import("@omnia/fx-models").FontAwesomeIcon;
129
+ redo: import("@omnia/fx-models").FontAwesomeIcon;
130
+ remove: import("@omnia/fx-models").FontAwesomeIcon;
131
+ reject: import("@omnia/fx-models").FontAwesomeIcon;
132
+ rotate: import("@omnia/fx-models").FontAwesomeIcon;
133
+ search: import("@omnia/fx-models").FontAwesomeIcon;
134
+ settings: import("@omnia/fx-models").FontAwesomeIcon;
135
+ sort: import("@omnia/fx-models").FontAwesomeIcon;
136
+ styles: import("@omnia/fx-models").FontAwesomeIcon;
137
+ siteMap: import("@omnia/fx-models").FontAwesomeIcon;
138
+ spacing: import("@omnia/fx-models").FontAwesomeIcon;
139
+ template: import("@omnia/fx-models").FontAwesomeIcon;
140
+ typography: import("@omnia/fx-models").FontAwesomeIcon;
141
+ theming: import("@omnia/fx-models").FontAwesomeIcon;
142
+ velcron: import("@omnia/fx-models").FontAwesomeIcon;
143
+ versionHistory: import("@omnia/fx-models").FontAwesomeIcon;
144
+ image: import("@omnia/fx-models").FontAwesomeIcon;
145
+ thumbsUp: import("@omnia/fx-models").FontAwesomeIcon;
146
+ smiles: import("@omnia/fx-models").FontAwesomeIcon;
147
+ checkCircle: import("@omnia/fx-models").FontAwesomeIcon;
148
+ question: import("@omnia/fx-models").FontAwesomeIcon;
149
+ questionCircle: import("@omnia/fx-models").FontAwesomeIcon;
150
+ upload: import("@omnia/fx-models").FontAwesomeIcon;
151
+ user: import("@omnia/fx-models").FontAwesomeIcon;
152
+ global: import("@omnia/fx-models").FontAwesomeIcon;
153
+ arrowLeft: import("@omnia/fx-models").FontAwesomeIcon;
154
+ arrowRight: import("@omnia/fx-models").FontAwesomeIcon;
155
+ rule: import("@omnia/fx-models").FontAwesomeIcon;
156
+ };
157
+ system: {
158
+ settings: {
159
+ general: import("@omnia/fx-models").FontAwesomeIcon;
160
+ display: import("@omnia/fx-models").FontAwesomeIcon;
161
+ };
162
+ actions: {
163
+ takeControl: import("@omnia/fx-models").FontAwesomeIcon;
164
+ discard: import("@omnia/fx-models").FontAwesomeIcon;
165
+ reuse: import("@omnia/fx-models").FontAwesomeIcon;
166
+ moveTo: import("@omnia/fx-models").FontAwesomeIcon;
167
+ publish: import("@omnia/fx-models").FontAwesomeIcon;
168
+ };
169
+ breakpoints: {
170
+ mobile: import("@omnia/fx-models").FontAwesomeIcon;
171
+ tablet: import("@omnia/fx-models").FontAwesomeIcon;
172
+ desktop: import("@omnia/fx-models").FontAwesomeIcon;
173
+ };
174
+ tools: {
175
+ themeDesigner: import("@omnia/fx-models").FontAwesomeIcon;
176
+ };
177
+ };
178
+ presets: {
179
+ add: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
180
+ adjust: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
181
+ back: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
182
+ close: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
183
+ clipboard: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
184
+ clone: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
185
+ crop: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
186
+ color: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
187
+ copy: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
188
+ code: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
189
+ del: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
190
+ device: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
191
+ drag: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
192
+ edit: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
193
+ filter: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
194
+ flip: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
195
+ expand: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
196
+ header: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
197
+ info: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
198
+ lock: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
199
+ lockOpen: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
200
+ lockEdit: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
201
+ more: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
202
+ move: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
203
+ media: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
204
+ navigate: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
205
+ tag: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
206
+ tags: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
207
+ redo: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
208
+ remove: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
209
+ rotate: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
210
+ search: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
211
+ settings: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
212
+ sort: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
213
+ spacing: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
214
+ styles: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
215
+ targeting: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
216
+ template: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
217
+ theming: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
218
+ velcron: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
219
+ image: (size?: "small" | "default" | "large" | "x-large" | "x-small", toned?: boolean, theming?: import("@omnia/fx-models").ThemeableComponentProps) => JSX.Element;
220
+ };
221
+ };
32
222
  get uxColCols(): number;
33
223
  omniaLoc: OmniaUxLocalization;
34
224
  loc: AppManagementLocalization.ILocalize;
@@ -0,0 +1,52 @@
1
+ import { AppInstance } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ item?: AppInstance;
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
+ item?: AppInstance;
44
+ }> & {
45
+ "v-slots"?: {
46
+ default?: import("vue").Slot;
47
+ } & {};
48
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item">;
49
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
+ [key: string]: any;
51
+ }>;
52
+ export default _default;
@@ -0,0 +1,55 @@
1
+ import { AppInstance } from "@omnia/fx-models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
+ initialAppInstance?: AppInstance;
5
+ } & DefineEmit<"refreshAllTabs", () => 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<{
44
+ initialAppInstance?: AppInstance;
45
+ } & DefineEmit<"refreshAllTabs", () => void>> & {
46
+ "v-slots"?: {
47
+ default?: import("vue").Slot;
48
+ } & {};
49
+ } & {
50
+ onRefreshAllTabs?: () => any;
51
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "initialAppInstance">;
52
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>;
55
+ export default _default;