@omnia/fx 7.7.6-preview → 7.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/events/package.json +3 -3
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/rules/DisplayRules.d.ts +1 -0
- package/internal-do-not-import-from-here/services/SecretsService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/SecurityService.d.ts +2 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/SharedConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/SharedConstants.js +1 -0
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/ProfileCardHandlerStore.d.ts +29 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperToolsStyles.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediarenderer/MediaRendererComponentBase.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediarenderer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/CommentStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/ProfileCardStyles.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/models/WizardStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileSwitchingBtn.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberConfiguration.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +4 -0
- package/messaging/package.json +3 -3
- package/models/package.json +3 -3
- package/package.json +6 -6
- package/services/package.json +3 -3
- package/sp/models/package.json +3 -3
- package/sp/package.json +3 -3
- package/spfx/package.json +3 -3
- package/spfx/tooling/package.json +3 -3
- package/stores/package.json +3 -3
- package/ux/admin/package.json +3 -3
- package/ux/app/package.json +3 -3
- package/ux/editor/package.json +3 -3
- package/ux/package.json +3 -3
- package/ux/richtexteditor/package.json +3 -3
- package/ux/vuetify/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Omnia Fx Tooling
|
|
2
2
|
|
|
3
|
-
Omnia Fx Tooling is a product from
|
|
3
|
+
Omnia Fx Tooling is a product from Omnia Digital Workplace AB. In order to use Omnia Fx you need a product license for one of the following products:
|
|
4
4
|
|
|
5
5
|
### Documentation
|
|
6
|
-
https://github.com/
|
|
6
|
+
https://github.com/omniaintranet/OmniaDocs
|
package/events/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx events",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","Localize","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ScrollPagingUtils","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","VueWebComponentSlot","WebComponentBootstrapper","WebUtils","extendApi","install","isInjectable","omniaScriptApi","propertyPath","propertyPathValue","registerApi","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","LinkReferencesStore","LocalizationStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","defineStore","defineStore2"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["Localize","VueWebComponentSlot","install","useLocalize","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentityService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OmniaSearchUserService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
|
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","Localize","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ScrollPagingUtils","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","VueWebComponentSlot","WebComponentBootstrapper","WebUtils","extendApi","install","isInjectable","omniaScriptApi","propertyPath","propertyPathValue","registerApi","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","LinkReferencesStore","LocalizationStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardHandlerStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","defineStore","defineStore2"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["Localize","VueWebComponentSlot","install","useLocalize","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentityService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OmniaSearchUserService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
|
|
@@ -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"]},"./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/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/enterpriseglossary/componentbase/index.js":{"id":"./node_modules/@omnia/fx/ux/enterpriseglossary/componentbase/index.js","buildMeta":{"exportsType":"namespace"}},"./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/imagetransformation/constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformation/enums.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Filters","ImageEditorMenu"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageSvgTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/index.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageSvgTransformer","ImageTransformer","getComputedProp","isEmpty","onApplyFilter","onApplyStyle","onFlipX","onFlipY","onReset"]},"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/imagetransformation/utils.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/utils.js","buildMeta":{"exportsType":"namespace"},"expo.js":["getComputedProp","isEmpty","onApplyFilter","onApplyStyle","onFlipX","onFlipY","onReset"]},"./node_modules/@omnia/fx/ux/imagetransformer/Constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformer/ImageTransformer.css.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/imagetransformer.css.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MediaStyles","transformer"]},"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformerLocalization"]},"./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/IJourney.js":{"id":"./node_modules/@omnia/fx/ux/journey/ijourney.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/journey/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["JourneyContext"]},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/mediapicker/IMediaPicker.js":{"id":"./node_modules/@omnia/fx/ux/mediapicker/imediapicker.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/MultiSelectMediaProviderComponentBase.tsx":{"id":"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/multiselectmediaprovidercomponentbase.tsx","buildMeta":{"exportsType":"namespace"},"expo.js":["MultiSelectMediaProviderComponentBase"]},"./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","EnterprisePropertySetPickerStyles","FileUploaderStyles","ForceAnimatedClassname","GridViewMediaProviderComponentStyles","HeadingStyles","IconWrapperStyles","ImageGridStyles","ImageTransformerStyles","InputLanguagePickerStyles","InputTokenStyles","LanguagePickerStyles","LikeStyles","MediaPickerProviderStyles","MentionStyles","MultilingualInputStyles","NumericIndicatorStyles","OrgTreeStyles","PersonFieldDisplayStyles","PersonaStyles","PostStyle","ProfilecardStyles","QueryablePropertiesStyles","ReporteesStyles","RichTextEditorRendererStyles","RichTextEditorStyles","SharePointVideoSettingsStyles","SidePanelStyles","SpecialUserConfiguration","StatusMessageOverlayStyles","TableMenuStyles","TagsFieldDisplayStyles","TermGlossaryMappingStyles","TextTranslatorStyles","TimeZonePickerStyles","UrlInputStyles","WizardStyles","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":["FieldValueValidation","FormValidator"]},"./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"}},"./node_modules/@material-design-icons/font/index.css":{"id":"./node_modules/@material-design-icons/font/index.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/splitpanes/dist/splitpanes.es.js":{"id":"./node_modules/splitpanes/dist/splitpanes.es.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/index.js":{"id":"./node_modules/typestyle/lib/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/formatting.js":{"id":"./node_modules/typestyle/lib/internal/formatting.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/typestyle.js":{"id":"./node_modules/typestyle/lib/internal/typestyle.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/utilities.js":{"id":"./node_modules/typestyle/lib/internal/utilities.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/types.js":{"id":"./node_modules/typestyle/lib/types.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vue-virtual-scroller/dist/vue-virtual-scroller.esm.js":{"id":"./node_modules/vue-virtual-scroller/dist/vue-virtual-scroller.esm.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/transitions/index.js":{"id":"./node_modules/vuetify/lib/components/transitions/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VApp/index.js":{"id":"./node_modules/vuetify/lib/components/vapp/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VApp/VApp.js":{"id":"./node_modules/vuetify/lib/components/vapp/vapp.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VBtn/index.js":{"id":"./node_modules/vuetify/lib/components/vbtn/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VBtn/VBtn.js":{"id":"./node_modules/vuetify/lib/components/vbtn/vbtn.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VContent/index.js":{"id":"./node_modules/vuetify/lib/components/vcontent/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VContent/VContent.js":{"id":"./node_modules/vuetify/lib/components/vcontent/vcontent.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VCounter/index.js":{"id":"./node_modules/vuetify/lib/components/vcounter/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VGrid/index.js":{"id":"./node_modules/vuetify/lib/components/vgrid/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VIcon/index.js":{"id":"./node_modules/vuetify/lib/components/vicon/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VIcon/VIcon.js":{"id":"./node_modules/vuetify/lib/components/vicon/vicon.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VImg/index.js":{"id":"./node_modules/vuetify/lib/components/vimg/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VImg/VImg.js":{"id":"./node_modules/vuetify/lib/components/vimg/vimg.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VInput/index.js":{"id":"./node_modules/vuetify/lib/components/vinput/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VItemGroup/index.js":{"id":"./node_modules/vuetify/lib/components/vitemgroup/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VItemGroup/VItemGroup.js":{"id":"./node_modules/vuetify/lib/components/vitemgroup/vitemgroup.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VLabel/index.js":{"id":"./node_modules/vuetify/lib/components/vlabel/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VLazy/index.js":{"id":"./node_modules/vuetify/lib/components/vlazy/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VLazy/VLazy.js":{"id":"./node_modules/vuetify/lib/components/vlazy/vlazy.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VMain/index.js":{"id":"./node_modules/vuetify/lib/components/vmain/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VMain/VMain.js":{"id":"./node_modules/vuetify/lib/components/vmain/vmain.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VMessages/index.js":{"id":"./node_modules/vuetify/lib/components/vmessages/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VOverlay/index.js":{"id":"./node_modules/vuetify/lib/components/voverlay/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VOverlay/VOverlay.js":{"id":"./node_modules/vuetify/lib/components/voverlay/voverlay.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VProgressCircular/index.js":{"id":"./node_modules/vuetify/lib/components/vprogresscircular/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.js":{"id":"./node_modules/vuetify/lib/components/vprogresscircular/vprogresscircular.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VProgressLinear/index.js":{"id":"./node_modules/vuetify/lib/components/vprogresslinear/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSheet/index.js":{"id":"./node_modules/vuetify/lib/components/vsheet/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSheet/VSheet.js":{"id":"./node_modules/vuetify/lib/components/vsheet/vsheet.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSkeletonLoader/index.js":{"id":"./node_modules/vuetify/lib/components/vskeletonloader/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSkeletonLoader/VSkeletonLoader.js":{"id":"./node_modules/vuetify/lib/components/vskeletonloader/vskeletonloader.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSlideGroup/index.js":{"id":"./node_modules/vuetify/lib/components/vslidegroup/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.js":{"id":"./node_modules/vuetify/lib/components/vslidegroup/vslidegroup.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSubheader/index.js":{"id":"./node_modules/vuetify/lib/components/vsubheader/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VThemeProvider/index.js":{"id":"./node_modules/vuetify/lib/components/vthemeprovider/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VThemeProvider/VThemeProvider.js":{"id":"./node_modules/vuetify/lib/components/vthemeprovider/vthemeprovider.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VWindow/index.js":{"id":"./node_modules/vuetify/lib/components/vwindow/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VWindow/VWindow.js":{"id":"./node_modules/vuetify/lib/components/vwindow/vwindow.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VWindow/VWindowItem.js":{"id":"./node_modules/vuetify/lib/components/vwindow/vwindowitem.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/click-outside/index.js":{"id":"./node_modules/vuetify/lib/directives/click-outside/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/color/index.js":{"id":"./node_modules/vuetify/lib/directives/color/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/index.js":{"id":"./node_modules/vuetify/lib/directives/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/intersect/index.js":{"id":"./node_modules/vuetify/lib/directives/intersect/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/mutate/index.js":{"id":"./node_modules/vuetify/lib/directives/mutate/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/resize/index.js":{"id":"./node_modules/vuetify/lib/directives/resize/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/ripple/index.js":{"id":"./node_modules/vuetify/lib/directives/ripple/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/scroll/index.js":{"id":"./node_modules/vuetify/lib/directives/scroll/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/touch/index.js":{"id":"./node_modules/vuetify/lib/directives/touch/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/framework.js":{"id":"./node_modules/vuetify/lib/framework.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/activatable/index.js":{"id":"./node_modules/vuetify/lib/mixins/activatable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/applicationable/index.js":{"id":"./node_modules/vuetify/lib/mixins/applicationable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/binds-attrs/index.js":{"id":"./node_modules/vuetify/lib/mixins/binds-attrs/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/bootable/index.js":{"id":"./node_modules/vuetify/lib/mixins/bootable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/button-group/index.js":{"id":"./node_modules/vuetify/lib/mixins/button-group/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/colorable/index.js":{"id":"./node_modules/vuetify/lib/mixins/colorable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/comparable/index.js":{"id":"./node_modules/vuetify/lib/mixins/comparable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/delayable/index.js":{"id":"./node_modules/vuetify/lib/mixins/delayable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/dependent/index.js":{"id":"./node_modules/vuetify/lib/mixins/dependent/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/detachable/index.js":{"id":"./node_modules/vuetify/lib/mixins/detachable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/elevatable/index.js":{"id":"./node_modules/vuetify/lib/mixins/elevatable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/filterable/index.js":{"id":"./node_modules/vuetify/lib/mixins/filterable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/groupable/index.js":{"id":"./node_modules/vuetify/lib/mixins/groupable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/intersectable/index.js":{"id":"./node_modules/vuetify/lib/mixins/intersectable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/loadable/index.js":{"id":"./node_modules/vuetify/lib/mixins/loadable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/localable/index.js":{"id":"./node_modules/vuetify/lib/mixins/localable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/measurable/index.js":{"id":"./node_modules/vuetify/lib/mixins/measurable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/menuable/index.js":{"id":"./node_modules/vuetify/lib/mixins/menuable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/mobile/index.js":{"id":"./node_modules/vuetify/lib/mixins/mobile/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/overlayable/index.js":{"id":"./node_modules/vuetify/lib/mixins/overlayable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/picker-button/index.js":{"id":"./node_modules/vuetify/lib/mixins/picker-button/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/picker/index.js":{"id":"./node_modules/vuetify/lib/mixins/picker/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/positionable/index.js":{"id":"./node_modules/vuetify/lib/mixins/positionable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/proxyable/index.js":{"id":"./node_modules/vuetify/lib/mixins/proxyable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/registrable/index.js":{"id":"./node_modules/vuetify/lib/mixins/registrable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/returnable/index.js":{"id":"./node_modules/vuetify/lib/mixins/returnable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/rippleable/index.js":{"id":"./node_modules/vuetify/lib/mixins/rippleable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/roundable/index.js":{"id":"./node_modules/vuetify/lib/mixins/roundable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/routable/index.js":{"id":"./node_modules/vuetify/lib/mixins/routable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/scrollable/index.js":{"id":"./node_modules/vuetify/lib/mixins/scrollable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/selectable/index.js":{"id":"./node_modules/vuetify/lib/mixins/selectable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/sizeable/index.js":{"id":"./node_modules/vuetify/lib/mixins/sizeable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/ssr-bootable/index.js":{"id":"./node_modules/vuetify/lib/mixins/ssr-bootable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/stackable/index.js":{"id":"./node_modules/vuetify/lib/mixins/stackable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/themeable/index.js":{"id":"./node_modules/vuetify/lib/mixins/themeable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/toggleable/index.js":{"id":"./node_modules/vuetify/lib/mixins/toggleable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/transitionable/index.js":{"id":"./node_modules/vuetify/lib/mixins/transitionable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/translatable/index.js":{"id":"./node_modules/vuetify/lib/mixins/translatable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/validatable/index.js":{"id":"./node_modules/vuetify/lib/mixins/validatable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/services/goto/easing-patterns.js":{"id":"./node_modules/vuetify/lib/services/goto/easing-patterns.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/services/goto/index.js":{"id":"./node_modules/vuetify/lib/services/goto/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/services/goto/util.js":{"id":"./node_modules/vuetify/lib/services/goto/util.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/services/index.js":{"id":"./node_modules/vuetify/lib/services/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/color/transformCIELAB.js":{"id":"./node_modules/vuetify/lib/util/color/transformcielab.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/color/transformSRGB.js":{"id":"./node_modules/vuetify/lib/util/color/transformsrgb.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/colors.js":{"id":"./node_modules/vuetify/lib/util/colors.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/colorUtils.js":{"id":"./node_modules/vuetify/lib/util/colorutils.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/console.js":{"id":"./node_modules/vuetify/lib/util/console.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/dateTimeUtils.js":{"id":"./node_modules/vuetify/lib/util/datetimeutils.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/dedupeModelListeners.js":{"id":"./node_modules/vuetify/lib/util/dedupemodellisteners.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/dom.js":{"id":"./node_modules/vuetify/lib/util/dom.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/helpers.js":{"id":"./node_modules/vuetify/lib/util/helpers.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/mergeData.js":{"id":"./node_modules/vuetify/lib/util/mergedata.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/mixins.js":{"id":"./node_modules/vuetify/lib/util/mixins.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/rebuildFunctionalSlots.js":{"id":"./node_modules/vuetify/lib/util/rebuildfunctionalslots.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/src/components/VBtn/VBtn.sass":{"id":"./node_modules/vuetify/src/components/vbtn/vbtn.sass","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/src/components/VCard/VCard.sass":{"id":"./node_modules/vuetify/src/components/vcard/vcard.sass","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/src/components/VWindow/VWindow.sass":{"id":"./node_modules/vuetify/src/components/vwindow/vwindow.sass","buildMeta":{"async":false,"exportsType":"dynamic"}},"./wwwroot/scripts/iframeResizer2.js":{"id":"./wwwroot/scripts/iframeresizer2.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/admin/index.js":{"id":"0111486e-5dc8-4705-8247-d91fb2aba33d","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminChromeInstance","AdminRouter","AdminStore","BusinessProfileRouter"]},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppPropertiesProvider","Router"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.tsx":{"id":"1682f669-2a99-45e6-aa8b-7ed3d4e538d5","buildMeta":{"exportsType":"namespace"},"expo.js":["GridViewMediaProviderComponent"]},"./node_modules/@omnia/fx/ux/VueComponentBase.js":{"id":"8610c059-395a-45c2-804a-8c236f4d60d9","buildMeta":{"exportsType":"namespace"},"expo.js":["VueComponentBase","VueComponentConnect","definePropFunctionType","definePropObjectType","defineProps","defineVueComponent","getVuetifyAppClasses"]},"./node_modules/@omnia/fx/ux/VueTags.js":{"id":"9affb03a-b09d-49d2-8d18-df53485f8eda","buildMeta":{"exportsType":"namespace"},"expo.js":["Draggable","MonacoEditor","VAlertTag","VAppBar","VAppBarNavIcon","VAppTag","VAutocompleteTag","VAvatarTag","VBadgeTag","VBottomNavTag","VBreadcrumbsItemTag","VBreadcrumbsTag","VBtnTag","VBtnToggleTag","VCalendarCategory","VCalendarDaily","VCalendarMonthly","VCalendarTag","VCalendarWeekly","VCardActionsTag","VCardMediaTag","VCardTag","VCardTextTag","VCardTitleTag","VCarouselItemTag","VCarouselTag","VCheckboxTag","VChipTag","VComboboxTag","VContainerTag","VContentTag","VDataTableTag","VDatePickerDateTableTag","VDatePickerHeaderTag","VDatePickerMonthTableTag","VDatePickerTag","VDatePickerTitleTag","VDatePickerYearsTag","VDialogTag","VDividerTag","VEditDialogTag","VExpansionPanelContentTag","VExpansionPanelHeaderTag","VExpansionPanelTag","VExpansionPanelsTag","VFlexTag","VFooter","VHoverTag","VIconTag","VImgTag","VLayoutTag","VListGroupTag","VListItemActionTag","VListItemActionTextTag","VListItemAvatarTag","VListItemContentTag","VListItemGroupTag","VListItemIconTag","VListItemSubTitleTag","VListItemTag","VListItemTitleTag","VListTag","VMenuTag","VNavigationDrawerTag","VPaginationTag","VProgressCircularTag","VProgressLinearTag","VRadioGroupTag","VRadioTag","VRangeSliderTag","VRating","VResponsiveTag","VSelectTag","VSimpleCheckboxTag","VSliderTag","VSnackbar","VSpacerTag","VSpeedDialTag","VStepperContentTag","VStepperHeaderTag","VStepperItemsTag","VStepperStepTag","VStepperTag","VSubheaderTag","VSwitchTag","VSystemBar","VTabItemTag","VTabTag","VTabsContentTag","VTabsItemsTag","VTabsSliderTag","VTabsTag","VTextFieldTag","VTextareaTag","VThemeProviderTag","VTimePickerClockTag","VTimePickerTag","VTimePickerTitleTag","VTimeline","VTimelineItem","VToolbarItemsTag","VToolbarSideIconTag","VToolbarTag","VToolbarTitleTag","VTooltipTag","VTreeViewNodeTag","VTreeViewTag","VirtualScrollTag","Vue2Editor","VueChartJSBarChart","VueChartJSBubbleChart","VueChartJSDoughnutChart","VueChartJSHorizontalBarChart","VueChartJSLineChart","VueChartJSPieChart","VueChartJSPolarAreaChart","VueChartJSRadarChart","VueChartJSScatterChart"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.tsx":{"id":"a3e11883-9574-4070-b80e-40faef6801d2","buildMeta":{"exportsType":"namespace"},"expo.js":["MediaProviderComponentBase"]},"./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","VListTileContent","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":["VuetifyComponentLoader","getProvided","setProvided"]}}}
|
|
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"]},"./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/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/enterpriseglossary/componentbase/index.js":{"id":"./node_modules/@omnia/fx/ux/enterpriseglossary/componentbase/index.js","buildMeta":{"exportsType":"namespace"}},"./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/imagetransformation/constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformation/enums.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Filters","ImageEditorMenu"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageSvgTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/index.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageSvgTransformer","ImageTransformer","getComputedProp","isEmpty","onApplyFilter","onApplyStyle","onFlipX","onFlipY","onReset"]},"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/imagetransformation/utils.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/utils.js","buildMeta":{"exportsType":"namespace"},"expo.js":["getComputedProp","isEmpty","onApplyFilter","onApplyStyle","onFlipX","onFlipY","onReset"]},"./node_modules/@omnia/fx/ux/imagetransformer/Constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformer/ImageTransformer.css.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/imagetransformer.css.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MediaStyles","transformer"]},"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformerLocalization"]},"./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/IJourney.js":{"id":"./node_modules/@omnia/fx/ux/journey/ijourney.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/journey/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["JourneyContext"]},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/mediapicker/IMediaPicker.js":{"id":"./node_modules/@omnia/fx/ux/mediapicker/imediapicker.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/MultiSelectMediaProviderComponentBase.tsx":{"id":"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/multiselectmediaprovidercomponentbase.tsx","buildMeta":{"exportsType":"namespace"},"expo.js":["MultiSelectMediaProviderComponentBase"]},"./node_modules/@omnia/fx/ux/mediarenderer/MediaRendererComponentBase.tsx":{"id":"./node_modules/@omnia/fx/ux/mediarenderer/mediarenderercomponentbase.tsx","buildMeta":{"exportsType":"namespace"},"expo.js":["default"]},"./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","EnterprisePropertySetPickerStyles","FileUploaderStyles","ForceAnimatedClassname","GridViewMediaProviderComponentStyles","HeadingStyles","IconWrapperStyles","ImageGridStyles","ImageTransformerStyles","InputLanguagePickerStyles","InputTokenStyles","LanguagePickerStyles","LikeStyles","MediaPickerProviderStyles","MentionStyles","MultilingualInputStyles","NumericIndicatorStyles","OrgTreeStyles","PersonFieldDisplayStyles","PersonaStyles","PostStyle","ProfilecardStyles","QueryablePropertiesStyles","ReporteesStyles","RichTextEditorRendererStyles","RichTextEditorStyles","SharePointVideoSettingsStyles","SidePanelStyles","SpecialUserConfiguration","StatusMessageOverlayStyles","TableMenuStyles","TagsFieldDisplayStyles","TermGlossaryMappingStyles","TextTranslatorStyles","TimeZonePickerStyles","UrlInputStyles","WizardStyles","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":["FieldValueValidation","FormValidator"]},"./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"}},"./node_modules/@material-design-icons/font/index.css":{"id":"./node_modules/@material-design-icons/font/index.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/splitpanes/dist/splitpanes.es.js":{"id":"./node_modules/splitpanes/dist/splitpanes.es.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/index.js":{"id":"./node_modules/typestyle/lib/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/formatting.js":{"id":"./node_modules/typestyle/lib/internal/formatting.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/typestyle.js":{"id":"./node_modules/typestyle/lib/internal/typestyle.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/utilities.js":{"id":"./node_modules/typestyle/lib/internal/utilities.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/types.js":{"id":"./node_modules/typestyle/lib/types.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vue-virtual-scroller/dist/vue-virtual-scroller.esm.js":{"id":"./node_modules/vue-virtual-scroller/dist/vue-virtual-scroller.esm.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/transitions/index.js":{"id":"./node_modules/vuetify/lib/components/transitions/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VApp/index.js":{"id":"./node_modules/vuetify/lib/components/vapp/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VApp/VApp.js":{"id":"./node_modules/vuetify/lib/components/vapp/vapp.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VBtn/index.js":{"id":"./node_modules/vuetify/lib/components/vbtn/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VBtn/VBtn.js":{"id":"./node_modules/vuetify/lib/components/vbtn/vbtn.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VContent/index.js":{"id":"./node_modules/vuetify/lib/components/vcontent/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VContent/VContent.js":{"id":"./node_modules/vuetify/lib/components/vcontent/vcontent.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VCounter/index.js":{"id":"./node_modules/vuetify/lib/components/vcounter/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VGrid/index.js":{"id":"./node_modules/vuetify/lib/components/vgrid/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VIcon/index.js":{"id":"./node_modules/vuetify/lib/components/vicon/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VIcon/VIcon.js":{"id":"./node_modules/vuetify/lib/components/vicon/vicon.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VImg/index.js":{"id":"./node_modules/vuetify/lib/components/vimg/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VImg/VImg.js":{"id":"./node_modules/vuetify/lib/components/vimg/vimg.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VInput/index.js":{"id":"./node_modules/vuetify/lib/components/vinput/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VItemGroup/index.js":{"id":"./node_modules/vuetify/lib/components/vitemgroup/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VItemGroup/VItemGroup.js":{"id":"./node_modules/vuetify/lib/components/vitemgroup/vitemgroup.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VLabel/index.js":{"id":"./node_modules/vuetify/lib/components/vlabel/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VLazy/index.js":{"id":"./node_modules/vuetify/lib/components/vlazy/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VLazy/VLazy.js":{"id":"./node_modules/vuetify/lib/components/vlazy/vlazy.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VMain/index.js":{"id":"./node_modules/vuetify/lib/components/vmain/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VMain/VMain.js":{"id":"./node_modules/vuetify/lib/components/vmain/vmain.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VMessages/index.js":{"id":"./node_modules/vuetify/lib/components/vmessages/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VOverlay/index.js":{"id":"./node_modules/vuetify/lib/components/voverlay/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VOverlay/VOverlay.js":{"id":"./node_modules/vuetify/lib/components/voverlay/voverlay.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VProgressCircular/index.js":{"id":"./node_modules/vuetify/lib/components/vprogresscircular/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.js":{"id":"./node_modules/vuetify/lib/components/vprogresscircular/vprogresscircular.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VProgressLinear/index.js":{"id":"./node_modules/vuetify/lib/components/vprogresslinear/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSheet/index.js":{"id":"./node_modules/vuetify/lib/components/vsheet/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSheet/VSheet.js":{"id":"./node_modules/vuetify/lib/components/vsheet/vsheet.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSkeletonLoader/index.js":{"id":"./node_modules/vuetify/lib/components/vskeletonloader/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSkeletonLoader/VSkeletonLoader.js":{"id":"./node_modules/vuetify/lib/components/vskeletonloader/vskeletonloader.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSlideGroup/index.js":{"id":"./node_modules/vuetify/lib/components/vslidegroup/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.js":{"id":"./node_modules/vuetify/lib/components/vslidegroup/vslidegroup.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VSubheader/index.js":{"id":"./node_modules/vuetify/lib/components/vsubheader/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VThemeProvider/index.js":{"id":"./node_modules/vuetify/lib/components/vthemeprovider/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VThemeProvider/VThemeProvider.js":{"id":"./node_modules/vuetify/lib/components/vthemeprovider/vthemeprovider.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VWindow/index.js":{"id":"./node_modules/vuetify/lib/components/vwindow/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VWindow/VWindow.js":{"id":"./node_modules/vuetify/lib/components/vwindow/vwindow.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/components/VWindow/VWindowItem.js":{"id":"./node_modules/vuetify/lib/components/vwindow/vwindowitem.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/click-outside/index.js":{"id":"./node_modules/vuetify/lib/directives/click-outside/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/color/index.js":{"id":"./node_modules/vuetify/lib/directives/color/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/index.js":{"id":"./node_modules/vuetify/lib/directives/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/intersect/index.js":{"id":"./node_modules/vuetify/lib/directives/intersect/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/mutate/index.js":{"id":"./node_modules/vuetify/lib/directives/mutate/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/resize/index.js":{"id":"./node_modules/vuetify/lib/directives/resize/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/ripple/index.js":{"id":"./node_modules/vuetify/lib/directives/ripple/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/scroll/index.js":{"id":"./node_modules/vuetify/lib/directives/scroll/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/directives/touch/index.js":{"id":"./node_modules/vuetify/lib/directives/touch/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/framework.js":{"id":"./node_modules/vuetify/lib/framework.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/activatable/index.js":{"id":"./node_modules/vuetify/lib/mixins/activatable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/applicationable/index.js":{"id":"./node_modules/vuetify/lib/mixins/applicationable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/binds-attrs/index.js":{"id":"./node_modules/vuetify/lib/mixins/binds-attrs/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/bootable/index.js":{"id":"./node_modules/vuetify/lib/mixins/bootable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/button-group/index.js":{"id":"./node_modules/vuetify/lib/mixins/button-group/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/colorable/index.js":{"id":"./node_modules/vuetify/lib/mixins/colorable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/comparable/index.js":{"id":"./node_modules/vuetify/lib/mixins/comparable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/delayable/index.js":{"id":"./node_modules/vuetify/lib/mixins/delayable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/dependent/index.js":{"id":"./node_modules/vuetify/lib/mixins/dependent/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/detachable/index.js":{"id":"./node_modules/vuetify/lib/mixins/detachable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/elevatable/index.js":{"id":"./node_modules/vuetify/lib/mixins/elevatable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/filterable/index.js":{"id":"./node_modules/vuetify/lib/mixins/filterable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/groupable/index.js":{"id":"./node_modules/vuetify/lib/mixins/groupable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/intersectable/index.js":{"id":"./node_modules/vuetify/lib/mixins/intersectable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/loadable/index.js":{"id":"./node_modules/vuetify/lib/mixins/loadable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/localable/index.js":{"id":"./node_modules/vuetify/lib/mixins/localable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/measurable/index.js":{"id":"./node_modules/vuetify/lib/mixins/measurable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/menuable/index.js":{"id":"./node_modules/vuetify/lib/mixins/menuable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/mobile/index.js":{"id":"./node_modules/vuetify/lib/mixins/mobile/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/overlayable/index.js":{"id":"./node_modules/vuetify/lib/mixins/overlayable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/picker-button/index.js":{"id":"./node_modules/vuetify/lib/mixins/picker-button/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/picker/index.js":{"id":"./node_modules/vuetify/lib/mixins/picker/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/positionable/index.js":{"id":"./node_modules/vuetify/lib/mixins/positionable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/proxyable/index.js":{"id":"./node_modules/vuetify/lib/mixins/proxyable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/registrable/index.js":{"id":"./node_modules/vuetify/lib/mixins/registrable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/returnable/index.js":{"id":"./node_modules/vuetify/lib/mixins/returnable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/rippleable/index.js":{"id":"./node_modules/vuetify/lib/mixins/rippleable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/roundable/index.js":{"id":"./node_modules/vuetify/lib/mixins/roundable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/routable/index.js":{"id":"./node_modules/vuetify/lib/mixins/routable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/scrollable/index.js":{"id":"./node_modules/vuetify/lib/mixins/scrollable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/selectable/index.js":{"id":"./node_modules/vuetify/lib/mixins/selectable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/sizeable/index.js":{"id":"./node_modules/vuetify/lib/mixins/sizeable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/ssr-bootable/index.js":{"id":"./node_modules/vuetify/lib/mixins/ssr-bootable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/stackable/index.js":{"id":"./node_modules/vuetify/lib/mixins/stackable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/themeable/index.js":{"id":"./node_modules/vuetify/lib/mixins/themeable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/toggleable/index.js":{"id":"./node_modules/vuetify/lib/mixins/toggleable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/transitionable/index.js":{"id":"./node_modules/vuetify/lib/mixins/transitionable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/translatable/index.js":{"id":"./node_modules/vuetify/lib/mixins/translatable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/mixins/validatable/index.js":{"id":"./node_modules/vuetify/lib/mixins/validatable/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/services/goto/easing-patterns.js":{"id":"./node_modules/vuetify/lib/services/goto/easing-patterns.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/services/goto/index.js":{"id":"./node_modules/vuetify/lib/services/goto/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/services/goto/util.js":{"id":"./node_modules/vuetify/lib/services/goto/util.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/services/index.js":{"id":"./node_modules/vuetify/lib/services/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/color/transformCIELAB.js":{"id":"./node_modules/vuetify/lib/util/color/transformcielab.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/color/transformSRGB.js":{"id":"./node_modules/vuetify/lib/util/color/transformsrgb.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/colors.js":{"id":"./node_modules/vuetify/lib/util/colors.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/colorUtils.js":{"id":"./node_modules/vuetify/lib/util/colorutils.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/console.js":{"id":"./node_modules/vuetify/lib/util/console.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/dateTimeUtils.js":{"id":"./node_modules/vuetify/lib/util/datetimeutils.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/dedupeModelListeners.js":{"id":"./node_modules/vuetify/lib/util/dedupemodellisteners.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/dom.js":{"id":"./node_modules/vuetify/lib/util/dom.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/helpers.js":{"id":"./node_modules/vuetify/lib/util/helpers.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/mergeData.js":{"id":"./node_modules/vuetify/lib/util/mergedata.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/mixins.js":{"id":"./node_modules/vuetify/lib/util/mixins.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/lib/util/rebuildFunctionalSlots.js":{"id":"./node_modules/vuetify/lib/util/rebuildfunctionalslots.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/src/components/VBtn/VBtn.sass":{"id":"./node_modules/vuetify/src/components/vbtn/vbtn.sass","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/src/components/VCard/VCard.sass":{"id":"./node_modules/vuetify/src/components/vcard/vcard.sass","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/vuetify/src/components/VWindow/VWindow.sass":{"id":"./node_modules/vuetify/src/components/vwindow/vwindow.sass","buildMeta":{"async":false,"exportsType":"dynamic"}},"./wwwroot/scripts/iframeResizer2.js":{"id":"./wwwroot/scripts/iframeresizer2.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/admin/index.js":{"id":"0111486e-5dc8-4705-8247-d91fb2aba33d","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminChromeInstance","AdminRouter","AdminStore","BusinessProfileRouter"]},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppPropertiesProvider","Router"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.tsx":{"id":"1682f669-2a99-45e6-aa8b-7ed3d4e538d5","buildMeta":{"exportsType":"namespace"},"expo.js":["GridViewMediaProviderComponent"]},"./node_modules/@omnia/fx/ux/VueComponentBase.js":{"id":"8610c059-395a-45c2-804a-8c236f4d60d9","buildMeta":{"exportsType":"namespace"},"expo.js":["VueComponentBase","VueComponentConnect","definePropFunctionType","definePropObjectType","defineProps","defineVueComponent","getVuetifyAppClasses"]},"./node_modules/@omnia/fx/ux/VueTags.js":{"id":"9affb03a-b09d-49d2-8d18-df53485f8eda","buildMeta":{"exportsType":"namespace"},"expo.js":["Draggable","MonacoEditor","VAlertTag","VAppBar","VAppBarNavIcon","VAppTag","VAutocompleteTag","VAvatarTag","VBadgeTag","VBottomNavTag","VBreadcrumbsItemTag","VBreadcrumbsTag","VBtnTag","VBtnToggleTag","VCalendarCategory","VCalendarDaily","VCalendarMonthly","VCalendarTag","VCalendarWeekly","VCardActionsTag","VCardMediaTag","VCardTag","VCardTextTag","VCardTitleTag","VCarouselItemTag","VCarouselTag","VCheckboxTag","VChipTag","VComboboxTag","VContainerTag","VContentTag","VDataTableTag","VDatePickerDateTableTag","VDatePickerHeaderTag","VDatePickerMonthTableTag","VDatePickerTag","VDatePickerTitleTag","VDatePickerYearsTag","VDialogTag","VDividerTag","VEditDialogTag","VExpansionPanelContentTag","VExpansionPanelHeaderTag","VExpansionPanelTag","VExpansionPanelsTag","VFlexTag","VFooter","VHoverTag","VIconTag","VImgTag","VLayoutTag","VListGroupTag","VListItemActionTag","VListItemActionTextTag","VListItemAvatarTag","VListItemContentTag","VListItemGroupTag","VListItemIconTag","VListItemSubTitleTag","VListItemTag","VListItemTitleTag","VListTag","VMenuTag","VNavigationDrawerTag","VPaginationTag","VProgressCircularTag","VProgressLinearTag","VRadioGroupTag","VRadioTag","VRangeSliderTag","VRating","VResponsiveTag","VSelectTag","VSimpleCheckboxTag","VSliderTag","VSnackbar","VSpacerTag","VSpeedDialTag","VStepperContentTag","VStepperHeaderTag","VStepperItemsTag","VStepperStepTag","VStepperTag","VSubheaderTag","VSwitchTag","VSystemBar","VTabItemTag","VTabTag","VTabsContentTag","VTabsItemsTag","VTabsSliderTag","VTabsTag","VTextFieldTag","VTextareaTag","VThemeProviderTag","VTimePickerClockTag","VTimePickerTag","VTimePickerTitleTag","VTimeline","VTimelineItem","VToolbarItemsTag","VToolbarSideIconTag","VToolbarTag","VToolbarTitleTag","VTooltipTag","VTreeViewNodeTag","VTreeViewTag","VirtualScrollTag","Vue2Editor","VueChartJSBarChart","VueChartJSBubbleChart","VueChartJSDoughnutChart","VueChartJSHorizontalBarChart","VueChartJSLineChart","VueChartJSPieChart","VueChartJSPolarAreaChart","VueChartJSRadarChart","VueChartJSScatterChart"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.tsx":{"id":"a3e11883-9574-4070-b80e-40faef6801d2","buildMeta":{"exportsType":"namespace"},"expo.js":["MediaProviderComponentBase"]},"./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","VListTileContent","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":["VuetifyComponentLoader","getProvided","setProvided"]}}}
|
|
@@ -4,4 +4,5 @@ export declare class SecretsService {
|
|
|
4
4
|
getSecret: (key: string, serviceId: GuidValue, profileId?: GuidValue) => Promise<Secret>;
|
|
5
5
|
setTenantSecret: (secret: Secret) => Promise<void>;
|
|
6
6
|
setBusinessProfileSecret: (secret: Secret, profileId: GuidValue) => Promise<void>;
|
|
7
|
+
removeSecret: (key: string, serviceId: GuidValue, profileId?: GuidValue) => Promise<void>;
|
|
7
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OmniaContext } from "../contexts";
|
|
2
|
-
import { GuidValue, OmniaRole, PermissionBinding, RolePermissionSettingWithContextParam, AzurePermissionResource, AuthenticationSettings, AuthenticationConfiguration } from "../models";
|
|
2
|
+
import { GuidValue, OmniaRole, PermissionBinding, RolePermissionSettingWithContextParam, AzurePermissionResource, AuthenticationSettings, AuthenticationConfiguration, AzureAdEnvironment } from "../models";
|
|
3
3
|
export declare class SecurityService {
|
|
4
4
|
private serviceContainerContext;
|
|
5
5
|
omniaContext: OmniaContext;
|
|
@@ -19,6 +19,7 @@ export declare class SecurityService {
|
|
|
19
19
|
getAuthenticationSettingsByUserTypeId: (userTypeId: GuidValue) => Promise<AuthenticationSettings>;
|
|
20
20
|
saveAuthenticationSettings: (authConfig: AuthenticationConfiguration) => Promise<void>;
|
|
21
21
|
validateAzureAdPermissionsSynced: (permissionIds: Array<string>) => Promise<boolean>;
|
|
22
|
+
getAzureAdEnvironment: () => Promise<AzureAdEnvironment>;
|
|
22
23
|
syncAzureAdPermissions: () => Promise<void>;
|
|
23
24
|
private createHttpClientFromServiceId;
|
|
24
25
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ResolvedUserIdentity, UserIdentity, UserIdentityAddRequest, PropertyValueBinding, PropertyDefinition, Guid, UserManagementQuery, ArchiveIdentityManagementQuery, TemplateFileSettings, TemplateFileData, BulkImportFileValidation, BulkImportUsersTasks, GuidValue, UserAuthenticationInformation, UserAddWithAuthInfoReponse, ScopeTypes, Identity } from "../../models";
|
|
1
|
+
import { ResolvedUserIdentity, UserIdentity, UserIdentityAddRequest, PropertyValueBinding, PropertyDefinition, Guid, UserManagementQuery, ArchiveIdentityManagementQuery, TemplateFileSettings, TemplateFileData, BulkImportFileValidation, BulkImportUsersTasks, GuidValue, UserAuthenticationInformation, UserAddWithAuthInfoReponse, ScopeTypes, Identity, ImagePropertyDefinition } from "../../models";
|
|
2
2
|
export declare class UserService {
|
|
3
3
|
private httpClient;
|
|
4
4
|
getAll: (query: UserManagementQuery) => Promise<{
|
|
@@ -23,4 +23,5 @@ export declare class UserService {
|
|
|
23
23
|
getUserImportTaskDetails: (id: GuidValue) => Promise<BulkImportUsersTasks>;
|
|
24
24
|
ensureAzureAdUserByUsername(username: string): Promise<UserIdentity>;
|
|
25
25
|
changeScope: (users: Array<Identity>, scopeType: ScopeTypes, scope: string) => Promise<void>;
|
|
26
|
+
resyncImage: (identity: UserIdentity) => Promise<PropertyValueBinding<ImagePropertyDefinition>>;
|
|
26
27
|
}
|
|
@@ -12,6 +12,7 @@ export declare class OmniaWPContainerSettings extends VueComponentBase implement
|
|
|
12
12
|
blockCatalogStore: BlockCatalogStore;
|
|
13
13
|
private localizationService;
|
|
14
14
|
private loc;
|
|
15
|
+
private uxLoc;
|
|
15
16
|
private blocksRegistration;
|
|
16
17
|
private webpartSelectorClasses;
|
|
17
18
|
private webpartItemClasses;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { OmniaContext } from "../contexts";
|
|
2
|
+
import { UserTypeLayoutMode, VersionedLayoutId } from "../models";
|
|
3
|
+
import { Store } from "./Store";
|
|
4
|
+
import { UserTypeStore } from "./UserTypeStore";
|
|
5
|
+
import { VersionedLayoutStore } from "./VersionedLayoutStore";
|
|
6
|
+
export declare class ProfileCardHandlerStore extends Store {
|
|
7
|
+
omniaContext: OmniaContext;
|
|
8
|
+
userTypeStore: UserTypeStore;
|
|
9
|
+
versionedLayoutStore: VersionedLayoutStore;
|
|
10
|
+
private userTypes;
|
|
11
|
+
private initPromise;
|
|
12
|
+
protected onActivated(): void;
|
|
13
|
+
mode: import("./Store").StoreState<UserTypeLayoutMode>;
|
|
14
|
+
isUsingProfileCard: import("./Store").StoreState<boolean>;
|
|
15
|
+
getters: {
|
|
16
|
+
getLayoutMode: () => UserTypeLayoutMode;
|
|
17
|
+
isUsingProfileCard: () => boolean;
|
|
18
|
+
isInProfileCard: (id: VersionedLayoutId) => boolean;
|
|
19
|
+
};
|
|
20
|
+
mutations: {
|
|
21
|
+
setMode: import("./Store").StoreMutation<(value: UserTypeLayoutMode) => void, (value: UserTypeLayoutMode) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
22
|
+
};
|
|
23
|
+
actions: {
|
|
24
|
+
switchMode: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
25
|
+
useProfileCard: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
26
|
+
stopUsingProfileCard: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
27
|
+
initStore: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
@@ -31,6 +31,7 @@ export interface OmniaUxLocalization {
|
|
|
31
31
|
AddImage: string;
|
|
32
32
|
ShowDetails: string;
|
|
33
33
|
ShowMore: string;
|
|
34
|
+
Clear: string;
|
|
34
35
|
};
|
|
35
36
|
Yes: string;
|
|
36
37
|
No: string;
|
|
@@ -561,6 +562,7 @@ export interface OmniaUxLocalization {
|
|
|
561
562
|
Image: string;
|
|
562
563
|
Process: string;
|
|
563
564
|
Integer: string;
|
|
565
|
+
Date: string;
|
|
564
566
|
DateTime: string;
|
|
565
567
|
Boolean: string;
|
|
566
568
|
Language: string;
|
|
@@ -799,6 +801,7 @@ export interface OmniaUxLocalization {
|
|
|
799
801
|
CurrentUser: string;
|
|
800
802
|
PickedUser: string;
|
|
801
803
|
SelectedUser: string;
|
|
804
|
+
CurrentGroup: string;
|
|
802
805
|
};
|
|
803
806
|
FilterRenderType: {
|
|
804
807
|
Label: string;
|
|
@@ -1159,6 +1162,7 @@ export interface OmniaUxLocalization {
|
|
|
1159
1162
|
RemoveStep: string;
|
|
1160
1163
|
RemoveStepConfirmation: string;
|
|
1161
1164
|
MoveStep: string;
|
|
1165
|
+
Paging: string;
|
|
1162
1166
|
};
|
|
1163
1167
|
LayoutSettings: {
|
|
1164
1168
|
Title: string;
|
|
@@ -42,6 +42,7 @@ export declare class DateTimePicker extends VueComponentBase implements IWebComp
|
|
|
42
42
|
private isError;
|
|
43
43
|
private defaultFormatter;
|
|
44
44
|
private isMobileMode;
|
|
45
|
+
private isClicking;
|
|
45
46
|
onValueBindChanged(newValue: string): void;
|
|
46
47
|
created(): void;
|
|
47
48
|
mounted(): void;
|
|
@@ -22,6 +22,7 @@ export declare module IdentitiesLocalization {
|
|
|
22
22
|
ErrorNoRules: string;
|
|
23
23
|
EmptyRuleValue: string;
|
|
24
24
|
};
|
|
25
|
+
IsExternal: string;
|
|
25
26
|
};
|
|
26
27
|
BuiltInProperties: {
|
|
27
28
|
UserName: string;
|
|
@@ -41,5 +42,6 @@ export declare module IdentitiesLocalization {
|
|
|
41
42
|
IdentityExternalMappings: {
|
|
42
43
|
SharePointAllInternalExceptExternal: string;
|
|
43
44
|
};
|
|
45
|
+
System: string;
|
|
44
46
|
}
|
|
45
47
|
}
|
|
@@ -50,5 +50,9 @@ export declare class StepperSectionDesigner extends VueComponentBase<StepperSect
|
|
|
50
50
|
private renderStepperContent;
|
|
51
51
|
private renderAddStepButton;
|
|
52
52
|
private renderAnchorElements;
|
|
53
|
+
renderPagingItem(): VueTsxSupport.JSX.Element[][];
|
|
54
|
+
renderStepperItem(index: number, item: SectionItem<SteppedSectionItemSettings>): JSX.Element[];
|
|
55
|
+
renderHorizontalPaginationMode(): VueTsxSupport.JSX.Element;
|
|
56
|
+
renderHorizontalMultilineMode(index: number, item: SectionItem<SteppedSectionItemSettings>): (VueTsxSupport.JSX.Element | VueTsxSupport.JSX.Element[])[];
|
|
53
57
|
render(): VueTsxSupport.JSX.Element;
|
|
54
58
|
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { types } from "typestyle";
|
|
|
2
2
|
import { BlockLayoutSettings, DisplayBreakPoint, BackgroundSettings, LayoutSettings, ThemeStyling, SpacingSettings, SectionSettings, ColumnedSectionItemSettings, TabbedSectionSettings, AccordionedSectionSettings, LayoutItem } from "../../../../models";
|
|
3
3
|
import { NestedCSSProperties } from "typestyle/lib/types";
|
|
4
4
|
export declare const SharedRendererStyles: {
|
|
5
|
+
stepWrapper: string;
|
|
5
6
|
common: {
|
|
6
7
|
chrome_boxed: string;
|
|
7
8
|
getElevationClass: (settings: BackgroundSettings, theme: ThemeStyling) => string;
|
|
@@ -5,6 +5,7 @@ export interface PhotoWallWithSliderDisplayRenderer {
|
|
|
5
5
|
defaultVSlot: JSX.Element;
|
|
6
6
|
imageStyle: string;
|
|
7
7
|
disableDialog?: boolean;
|
|
8
|
+
inlineMediaNodeDisplayData?: string;
|
|
8
9
|
}
|
|
9
10
|
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<PhotoWallWithSliderDisplayRenderer, never>, any, any, any>> & {
|
|
10
11
|
propsDefinition: import("vue-tsx-support").PropsForOutside<PhotoWallWithSliderDisplayRenderer, never>;
|
|
@@ -21,17 +21,10 @@ export declare class MediaPickerImageComponent extends VueComponentBase<IMediaPi
|
|
|
21
21
|
inlineMediaNodeDisplayData?: string;
|
|
22
22
|
mediaPickerService: MediaPickerService;
|
|
23
23
|
private isLoading;
|
|
24
|
-
private inlineMediaNodeDisplayOptions;
|
|
25
|
-
private inlineMediaNodeStylesUniqueId;
|
|
26
|
-
private inlineMediaNodeStylesId;
|
|
27
24
|
created(): void;
|
|
28
25
|
mounted(): void;
|
|
29
|
-
beforeDestroy(): void;
|
|
30
26
|
onImagedataChanged(imagejson: string): void;
|
|
31
|
-
onInlineMediaNodeDisplayDataChanged(inlineMediaNodeDisplayDataStr: string): void;
|
|
32
27
|
private ensureRemoveInvalidCharactersFromSvgHtml;
|
|
33
28
|
private resolveImageUrl;
|
|
34
|
-
private ensureInlineMediaNodeStyles;
|
|
35
|
-
private ensureRemoveInlineMediaNodeStyles;
|
|
36
29
|
render(): VueTsxSupport.JSX.Element;
|
|
37
30
|
}
|
|
@@ -13,6 +13,7 @@ export declare class MediaPickerVideoComponent extends VueComponentBase<IMediaPi
|
|
|
13
13
|
containerClass?: string;
|
|
14
14
|
thumbnailOnly?: boolean;
|
|
15
15
|
showCaption?: boolean;
|
|
16
|
+
inlineMediaNodeDisplayData?: string;
|
|
16
17
|
private isYoutubeSrc;
|
|
17
18
|
private iframeVideo;
|
|
18
19
|
created(): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./MediaRendererComponentBase";
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
2
|
export declare const ProfilecardStyles: {
|
|
3
|
+
actionBtn?: types.NestedCSSProperties;
|
|
4
|
+
providerWrapper?: types.NestedCSSProperties;
|
|
5
|
+
dialogActions?: types.NestedCSSProperties;
|
|
3
6
|
dialogContent?: types.NestedCSSProperties;
|
|
4
7
|
dialogTitle?: types.NestedCSSProperties;
|
|
5
8
|
dialogCloseBtn?: types.NestedCSSProperties;
|
|
@@ -2,18 +2,22 @@ import { UserIdentity } from "@omnia/fx-models";
|
|
|
2
2
|
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
|
|
3
3
|
user: UserIdentity;
|
|
4
4
|
removeElementAfterClosing: boolean;
|
|
5
|
+
onClose: () => void;
|
|
5
6
|
}, "user">, any, any, any>> & {
|
|
6
7
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
7
8
|
user: UserIdentity;
|
|
8
9
|
removeElementAfterClosing: boolean;
|
|
10
|
+
onClose: () => void;
|
|
9
11
|
}, "user">;
|
|
10
12
|
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
|
|
11
13
|
user: UserIdentity;
|
|
12
14
|
removeElementAfterClosing: boolean;
|
|
15
|
+
onClose: () => void;
|
|
13
16
|
}, "user">, any, any, any>> & {
|
|
14
17
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
15
18
|
user: UserIdentity;
|
|
16
19
|
removeElementAfterClosing: boolean;
|
|
20
|
+
onClose: () => void;
|
|
17
21
|
}, "user">;
|
|
18
22
|
});
|
|
19
23
|
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
|
|
2
|
+
isMobileMode: boolean;
|
|
3
|
+
}, never>, any, any, any>> & {
|
|
4
|
+
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
5
|
+
isMobileMode: boolean;
|
|
6
|
+
}, never>;
|
|
7
|
+
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
|
|
8
|
+
isMobileMode: boolean;
|
|
9
|
+
}, never>, any, any, any>> & {
|
|
10
|
+
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
11
|
+
isMobileMode: boolean;
|
|
12
|
+
}, never>;
|
|
13
|
+
});
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IPropertyConfigurationRenderer, PhoneNumberPropertyDefinition } from "@omnia/fx-models";
|
|
2
|
+
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>, any, any, any>> & {
|
|
3
|
+
propsDefinition: import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>;
|
|
4
|
+
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<any>, {}, import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>, any, any, any>> & {
|
|
5
|
+
propsDefinition: import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>;
|
|
6
|
+
});
|
|
7
|
+
export default _default;
|
|
@@ -18,6 +18,7 @@ export declare class RollupFilterComponent extends VueComponentBase implements I
|
|
|
18
18
|
termStore: TermStore;
|
|
19
19
|
multilingualStore: MultilingualStore;
|
|
20
20
|
loc: RollupFilterLocalization.locInterface;
|
|
21
|
+
private uxLoc;
|
|
21
22
|
private blockInstance;
|
|
22
23
|
formatter: {
|
|
23
24
|
timeformat: string;
|
package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
import { IdentityCreationRequestCreatedResponse } from "@omnia/fx-models";
|
|
2
2
|
declare const IdentityCreationRequestConfirmEmailView: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
|
|
3
3
|
identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
|
|
4
|
-
|
|
4
|
+
magicLinkExpiration: number;
|
|
5
|
+
}, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">, any, any, any>> & {
|
|
5
6
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
6
7
|
identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
|
|
7
|
-
|
|
8
|
+
magicLinkExpiration: number;
|
|
9
|
+
}, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">;
|
|
8
10
|
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
|
|
9
11
|
identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
|
|
10
|
-
|
|
12
|
+
magicLinkExpiration: number;
|
|
13
|
+
}, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">, any, any, any>> & {
|
|
11
14
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
12
15
|
identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
|
|
13
|
-
|
|
16
|
+
magicLinkExpiration: number;
|
|
17
|
+
}, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">;
|
|
14
18
|
});
|
|
15
19
|
export default IdentityCreationRequestConfirmEmailView;
|
|
@@ -8,7 +8,7 @@ export declare module SignInLocalization {
|
|
|
8
8
|
Login: string;
|
|
9
9
|
SendMagicLink: string;
|
|
10
10
|
MagicLinkIsValidMessage: string;
|
|
11
|
-
|
|
11
|
+
MagicLinkValidTimeInMinutesMessage: string;
|
|
12
12
|
MagicLinkValidPeriodMessage: string;
|
|
13
13
|
MagicLinkValidUnit: string;
|
|
14
14
|
Password: {
|
|
@@ -40,7 +40,7 @@ export declare module SignInLocalization {
|
|
|
40
40
|
Email: string;
|
|
41
41
|
Send: string;
|
|
42
42
|
Retry: string;
|
|
43
|
-
|
|
43
|
+
SendResetPasswordMessageTooltip: string;
|
|
44
44
|
SentResetPasswordMessage: string;
|
|
45
45
|
SendResetPasswordError: string;
|
|
46
46
|
RetryResetPasswordWarning: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GuidValue, LayoutRendererCanvasApi, UserTypeLayoutMode } from "@omnia/fx-models";
|
|
2
1
|
import { ServiceContainerContext } from "@omnia/fx";
|
|
2
|
+
import { GuidValue, LayoutRendererCanvasApi, UserTypeLayoutMode } from "@omnia/fx-models";
|
|
3
3
|
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
|
|
4
4
|
userTypeId: GuidValue;
|
|
5
5
|
editMode: boolean;
|
|
@@ -81,6 +81,7 @@ import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
|
|
|
81
81
|
import wcd4adc78e79ad4c2c889e52755e2bbede from './ux/permissioninput/TenantAdminPermissionInput';
|
|
82
82
|
import wcb6ddbf2c41224cd29b92fcecbbdd31a0 from './ux/playground_test/Play2Component';
|
|
83
83
|
import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
|
|
84
|
+
import wc6b7b970b284443abb7a86f0afa4462e3 from './ux/profilecard/ProfileSwitchingBtn';
|
|
84
85
|
import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
|
|
85
86
|
import wc916c23c53dbf4d5a8e421e9449c6b203 from './ux/properties/builtins/birthday/BirthdayDisplay';
|
|
86
87
|
import wc5b7f85ec36cf4e88911e7951ccec4e2b from './ux/properties/builtins/birthday/BirthdayConfiguration';
|
|
@@ -120,6 +121,7 @@ import wc784d162feec24424a993d8ba812b9c94 from './ux/properties/builtins/multili
|
|
|
120
121
|
import wc4abd8ef8e96f4beca6d375984132b6ec from './ux/properties/builtins/multilingualText/MultilingualTextEditor';
|
|
121
122
|
import wcae83e3f39ff443b8abb93e483c14f48f from './ux/properties/builtins/phone-number/PhoneNumberDisplay';
|
|
122
123
|
import wcaad7c8da16f04a46b9503564b10a8f34 from './ux/properties/builtins/phone-number/PhoneNumberEditor';
|
|
124
|
+
import wcc2853e34fdbd45ec9118b7fd4323b751 from './ux/properties/builtins/phone-number/PhoneNumberConfiguration';
|
|
123
125
|
import wc13f465ea57024a47ae66d4bf1d927974 from './ux/properties/builtins/tags/TagsDisplay';
|
|
124
126
|
import wc4fc24b6b58014b5f9a3474a8f5cc4f00 from './ux/properties/builtins/tags/TagsEditor';
|
|
125
127
|
import wcdf429c59a8ec42cf8ec34907705793a9 from './ux/properties/builtins/text/TextDisplay';
|
|
@@ -251,6 +253,7 @@ declare global {
|
|
|
251
253
|
"omfx-tenant-admin-permission-input": base.CombinedTsxComponentAttrs<typeof wcd4adc78e79ad4c2c889e52755e2bbede.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
252
254
|
"omnia-play-2": base.CombinedTsxComponentAttrs<typeof wcb6ddbf2c41224cd29b92fcecbbdd31a0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
253
255
|
"omfx-presetup-wizard": base.CombinedTsxComponentAttrs<typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
256
|
+
"omfx-profileswitch-btn": base.CombinedTsxComponentAttrs<typeof wc6b7b970b284443abb7a86f0afa4462e3.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
254
257
|
"omfx-profilecard-renderer": base.CombinedTsxComponentAttrs<typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
255
258
|
"omfx-properties-birthday-display": base.CombinedTsxComponentAttrs<typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
256
259
|
"omfx-properties-birthday-configuration": base.CombinedTsxComponentAttrs<typeof wc5b7f85ec36cf4e88911e7951ccec4e2b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
@@ -290,6 +293,7 @@ declare global {
|
|
|
290
293
|
"omfx-properties-multilingualtext-editor": base.CombinedTsxComponentAttrs<typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
291
294
|
"omfx-properties-phone-number-display": base.CombinedTsxComponentAttrs<typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
292
295
|
"omfx-properties-phone-number-editor": base.CombinedTsxComponentAttrs<typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
296
|
+
"omfx-properties-phone-number-configuration": base.CombinedTsxComponentAttrs<typeof wcc2853e34fdbd45ec9118b7fd4323b751.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
293
297
|
"omfx-properties-tags-display": base.CombinedTsxComponentAttrs<typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
294
298
|
"omfx-properties-tags-editor": base.CombinedTsxComponentAttrs<typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
295
299
|
"omfx-properties-text-display": base.CombinedTsxComponentAttrs<typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
package/messaging/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx messaging",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/models/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx models",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/fx",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "7.7.6
|
|
4
|
+
"version": "7.7.6",
|
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/
|
|
12
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx.git"
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
15
|
"omnia",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"office365",
|
|
19
19
|
"sharepoint"
|
|
20
20
|
],
|
|
21
|
-
"author": "
|
|
21
|
+
"author": "Omnia Digital Workplace AB",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@omnia/fx-models": "7.7.6
|
|
23
|
+
"@omnia/fx-models": "7.7.6",
|
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
|
25
25
|
"broadcast-channel": "4.8.0",
|
|
26
26
|
"dayjs": "1.10.7",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"devDependencies": {},
|
|
55
55
|
"typings": "./index.d.ts",
|
|
56
56
|
"bugs": {
|
|
57
|
-
"url": "https://github.com/
|
|
57
|
+
"url": "https://github.com/omniaintranet/OmniaFx/issues"
|
|
58
58
|
},
|
|
59
|
-
"homepage": "https://github.com/
|
|
59
|
+
"homepage": "https://github.com/omniaintranet/OmniaFx#readme"
|
|
60
60
|
}
|
package/services/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx services",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/sp/models/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx sp",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/sp/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx sp",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/spfx/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx spfx",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx spfx tooling",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/stores/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia Fx Stores",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx.git"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/ux/admin/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux admin",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/ux/app/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux app",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/ux/editor/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux app",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/ux/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux admin",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/ux/vuetify/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux vuetify",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|