@omnia/workplace 7.0.8-dev → 7.0.8
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/index.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/Fx.d.ts +2 -2
- package/internal-do-not-import-from-here/apis/Header.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/SearchProviderApi.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/SearchTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/SearchTokenProviderApi.d.ts +18 -0
- package/internal-do-not-import-from-here/apis/TeamNewsRollup.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +17 -0
- package/internal-do-not-import-from-here/apis/index.d.ts +3 -2
- package/internal-do-not-import-from-here/core/index.d.ts +3 -3
- package/internal-do-not-import-from-here/core/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +5 -14
- package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +3 -3
- package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +2 -14
- package/internal-do-not-import-from-here/core/messaging/index.d.ts +2 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +6 -2
- package/internal-do-not-import-from-here/core/utils/index.d.ts +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.d.ts +2 -2
- package/internal-do-not-import-from-here/models/AppTemplate.d.ts +1 -1
- package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.d.ts +1 -1
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +1 -1
- package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +62 -8
- package/internal-do-not-import-from-here/models/Constants.js +70 -14
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +2 -2
- package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Enums.d.ts +7 -1
- package/internal-do-not-import-from-here/models/Enums.js +7 -0
- package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.d.ts +1 -1
- package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +4 -1
- package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +22 -3
- package/internal-do-not-import-from-here/models/LogoSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +118 -12
- package/internal-do-not-import-from-here/models/ManifestIds.js +147 -46
- package/internal-do-not-import-from-here/models/MyTaskItemProcessor.d.ts +1 -1
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +6 -5
- package/internal-do-not-import-from-here/models/NotificationPanel.js +2 -1
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +1 -1
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Search.d.ts +7 -24
- package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +4 -26
- package/internal-do-not-import-from-here/models/Secrets.d.ts +3 -2
- package/internal-do-not-import-from-here/models/SharedLink.d.ts +4 -4
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +3 -3
- package/internal-do-not-import-from-here/models/TenantAdminSettingSection.d.ts +1 -1
- package/internal-do-not-import-from-here/models/TutorialProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/models/WorkplaceApi.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Workspace.d.ts +5 -5
- package/internal-do-not-import-from-here/models/Workspace.js +2 -2
- package/internal-do-not-import-from-here/models/apps/Enums.d.ts +10 -22
- package/internal-do-not-import-from-here/models/apps/Enums.js +19 -23
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +2 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +1 -1
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +10 -5
- package/internal-do-not-import-from-here/models/apps/Membership.d.ts +1 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +4 -4
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +2 -11
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +4 -3
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/apps/index.d.ts +4 -5
- package/internal-do-not-import-from-here/models/apps/index.js +0 -1
- package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.js +0 -1
- package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +1 -1
- package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +4 -4
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +1 -1
- package/internal-do-not-import-from-here/models/index.d.ts +38 -34
- package/internal-do-not-import-from-here/models/index.js +5 -1
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +1 -1
- package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +1 -1
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +1 -1
- package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
- package/internal-do-not-import-from-here/models/qrcode.js +8 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +118 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +47 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.d.ts +3 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +7 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +12 -0
- package/internal-do-not-import-from-here/models/searchstatistics/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/searchstatistics/index.js +6 -0
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +11 -0
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -0
- package/internal-do-not-import-from-here/models/searchtoken/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +42 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +8 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +20 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +24 -0
- package/internal-do-not-import-from-here/models/setupwizard/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +17 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +15 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +8 -8
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +9 -5
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +5 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +12 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +9 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +92 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +25 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.d.ts +15 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +32 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +24 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +19 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +4 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +10 -3
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +8 -3
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +7 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +1 -0
- package/internal-do-not-import-from-here/models/sites/MySitesSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/sites/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/FooterStyle.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +3 -1
- package/internal-do-not-import-from-here/models/styles/HeaderStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.d.ts +6 -0
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/LogoStyle.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +6 -3
- package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +6 -5
- package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +10 -0
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.js +7 -0
- package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +26 -9
- package/internal-do-not-import-from-here/models/styles/SearchStyles.js +2 -1
- package/internal-do-not-import-from-here/models/styles/SharedStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/SharedStyles.js +2 -2
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/models/styles/index.d.ts +13 -11
- package/internal-do-not-import-from-here/models/styles/index.js +2 -0
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +18 -12
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +9 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -16
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.js +0 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +4 -0
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.d.ts +3 -0
- package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.js +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/index.js +5 -0
- package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +0 -1
- package/internal-do-not-import-from-here/models/yammer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/FormService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/HomeService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/NotificationPanelHistoryService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +3 -2
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +6 -3
- package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/EditingThemeStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/FilterValueProviderBase.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/FormStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +33 -0
- package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +4 -5
- package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +8 -6
- package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +32 -0
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +16 -9
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/index.d.ts +2 -1
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +4 -4
- package/models/index.d.ts +1 -1
- package/package.json +1 -1
- package/task.js +8 -8
- package/task.ts +9 -9
- package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +0 -28
- package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts +0 -28
- /package/internal-do-not-import-from-here/models/{SearchAdminSettingsSection.js → searchstatistics/SearchStatisticsMetricConfiguration.js} +0 -0
- /package/internal-do-not-import-from-here/models/{apps/OfficeNamingPolicyValidationResult.js → setupwizard/SetupWizardProviderApi.js} +0 -0
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { Store } from
|
|
2
|
-
import { ThemeDefinition } from
|
|
3
|
-
import { Theming } from
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { ThemeDefinition } from "@omnia/fx-models";
|
|
3
|
+
import { Theming } from "@omnia/fx/ux";
|
|
4
4
|
export declare class EditingThemeStore extends Store {
|
|
5
5
|
private themeDefinition;
|
|
6
6
|
private theming;
|
|
7
|
-
constructor();
|
|
8
7
|
onActivated(): void;
|
|
9
8
|
onDisposing(): void;
|
|
10
9
|
/** Implementation of Getters */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterValue, DashboardMetricBlock } from
|
|
1
|
+
import { FilterValue, DashboardMetricBlock } from "../models";
|
|
2
2
|
interface IFilterValueProvider {
|
|
3
3
|
getFilterValue: <T extends FilterValue>(type: (new () => T)) => T;
|
|
4
4
|
onFilterChanged: <T extends FilterValue>(metricId: string, type: (new () => T), callBack: (newValue: T) => void) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Layout } from
|
|
2
|
-
import { Store } from
|
|
1
|
+
import { Layout } from "@omnia/fx/models";
|
|
2
|
+
import { Store } from "@omnia/fx/stores";
|
|
3
3
|
import { Form, FormDefinition, FormTypes } from "../../fx/models";
|
|
4
|
-
import { FormsLocalization } from
|
|
4
|
+
import { FormsLocalization } from "../core/loc/formLocalize";
|
|
5
5
|
export declare class FormStore extends Store {
|
|
6
6
|
/**
|
|
7
7
|
* State
|
|
@@ -10,7 +10,6 @@ export declare class FormStore extends Store {
|
|
|
10
10
|
loc: FormsLocalization.locInterface;
|
|
11
11
|
private loadFormByIdPromises;
|
|
12
12
|
private forms;
|
|
13
|
-
constructor();
|
|
14
13
|
protected onActivated(): void;
|
|
15
14
|
protected onDisposing(): void;
|
|
16
15
|
getters: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Store } from
|
|
2
|
-
import { Guid } from
|
|
3
|
-
import { DashboardScope, DashboardMetric, DashboardFilter, DashboardScopeMessage } from
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { Guid } from "@omnia/fx-models";
|
|
3
|
+
import { DashboardScope, DashboardMetric, DashboardFilter, DashboardScopeMessage } from "../../fx/models";
|
|
4
4
|
export declare class GovernanceDashboardStore extends Store {
|
|
5
5
|
private localizationService;
|
|
6
6
|
private scopesDict;
|
|
@@ -9,7 +9,6 @@ export declare class GovernanceDashboardStore extends Store {
|
|
|
9
9
|
private metricsByScope;
|
|
10
10
|
private filtersByScope;
|
|
11
11
|
private onScopeReady;
|
|
12
|
-
constructor();
|
|
13
12
|
onActivated(): void;
|
|
14
13
|
onDisposing(): void;
|
|
15
14
|
getters: {
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { UserAgentPlatform } from "@omnia/fx/models";
|
|
2
|
+
import { Store } from "@omnia/fx/stores";
|
|
3
|
+
export interface LinkHandlerDialogAction {
|
|
4
|
+
callback: (e: Event) => void;
|
|
5
|
+
title: string;
|
|
6
|
+
closeDialogAfterRunAction?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class LinkHandlerDialogStore extends Store {
|
|
9
|
+
dialogVisible: import("@omnia/fx/stores").StoreState<boolean>;
|
|
10
|
+
showPrompt: import("@omnia/fx/stores").StoreState<boolean>;
|
|
11
|
+
isRememberChoiceStorageKey: string;
|
|
12
|
+
rememberAction: string;
|
|
13
|
+
customActions: import("@omnia/fx/stores").StoreState<Record<string, LinkHandlerDialogAction>>;
|
|
14
|
+
protected onActivated(): void;
|
|
15
|
+
constructor();
|
|
16
|
+
get: {
|
|
17
|
+
getRememberActionId: () => string;
|
|
18
|
+
};
|
|
19
|
+
mutations: {
|
|
20
|
+
toggleDialog: import("@omnia/fx/stores").StoreMutation<(show: boolean) => void, (show: boolean) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
21
|
+
toggleShowPrompt: import("@omnia/fx/stores").StoreMutation<(show: boolean) => void, (show: boolean) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
22
|
+
registerCustomAction: import("@omnia/fx/stores").StoreMutation<(actionId: string, action: LinkHandlerDialogAction) => void, (actionId: string, action: LinkHandlerDialogAction) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
23
|
+
rememberActionId: import("@omnia/fx/stores").StoreMutation<(action: string) => void, (action: string) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
24
|
+
};
|
|
25
|
+
actions: {
|
|
26
|
+
openDeepLink: import("@omnia/fx/stores").StoreAction<unknown, (platform: UserAgentPlatform, url: string, waitTime?: number) => void, (result: boolean, platform: UserAgentPlatform, url: string, waitTime?: number) => void, (failureReason: any, platform: UserAgentPlatform, url: string, waitTime?: number) => void, (platform: UserAgentPlatform, url: string, waitTime?: number) => Promise<boolean>>;
|
|
27
|
+
};
|
|
28
|
+
private verifyNavigateDeepLink;
|
|
29
|
+
private createWaitingDialogTimeout;
|
|
30
|
+
private getWaitTime;
|
|
31
|
+
private registerVisibilityCallback;
|
|
32
|
+
private unregisterVisibilityCallback;
|
|
33
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Store } from
|
|
2
|
-
import { GuidValue } from
|
|
3
|
-
import { NotificationPanelHistoryEntry, NotificationPanelBlockSettings } from
|
|
4
|
-
import { NotificationPanelHistoryService } from
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { GuidValue } from "@omnia/fx-models";
|
|
3
|
+
import { NotificationPanelHistoryEntry, NotificationPanelBlockSettings } from "../models";
|
|
4
|
+
import { NotificationPanelHistoryService } from "../services";
|
|
5
5
|
export declare class NotificationPanelStore extends Store {
|
|
6
6
|
notificationPanelHistoryService: NotificationPanelHistoryService;
|
|
7
7
|
/**
|
|
@@ -10,7 +10,6 @@ export declare class NotificationPanelStore extends Store {
|
|
|
10
10
|
private historyEntries;
|
|
11
11
|
private pendingGetHistoryActions;
|
|
12
12
|
private pendingSetHistoryActions;
|
|
13
|
-
constructor();
|
|
14
13
|
onActivated(): void;
|
|
15
14
|
onDisposing(): void;
|
|
16
15
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GuidValue } from
|
|
2
|
-
import { Store } from
|
|
3
|
-
import { PromotedSearchResult, PromotedSearchResultData } from
|
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
|
2
|
+
import { Store } from "@omnia/fx/stores";
|
|
3
|
+
import { PromotedSearchResult, PromotedSearchResultData } from "../models";
|
|
4
4
|
export declare class PromotedSearchResultStore extends Store {
|
|
5
5
|
private internal;
|
|
6
6
|
private promotedSearchResultService;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { Store } from
|
|
2
|
-
import { SearchCategoryService } from
|
|
3
|
-
import {
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { SearchCategoryService } from "../services";
|
|
3
|
+
import { SearchCategoryBase } from "../models";
|
|
4
|
+
import { SearchTokenStore } from "./SearchTokenStore";
|
|
4
5
|
export declare class SearchCategoryStore extends Store {
|
|
5
6
|
searchCategoryService: SearchCategoryService;
|
|
6
7
|
private omniaContext;
|
|
8
|
+
searchTokenStore: SearchTokenStore;
|
|
7
9
|
/**
|
|
8
10
|
* State
|
|
9
11
|
*/
|
|
@@ -11,15 +13,14 @@ export declare class SearchCategoryStore extends Store {
|
|
|
11
13
|
private targetedSearchCategories;
|
|
12
14
|
private ensuredLoadSearchCategoriesPromise;
|
|
13
15
|
private ensuredLoadTargetedSearchCategoriesPromise;
|
|
14
|
-
constructor();
|
|
15
16
|
onActivated(): void;
|
|
16
17
|
onDisposing(): void;
|
|
17
18
|
/**
|
|
18
19
|
* Implementation of getters
|
|
19
20
|
*/
|
|
20
21
|
getters: {
|
|
21
|
-
searchCategories: () => Array<
|
|
22
|
-
targetedSearchCategories: () => Array<
|
|
22
|
+
searchCategories: () => Array<SearchCategoryBase>;
|
|
23
|
+
targetedSearchCategories: () => Array<SearchCategoryBase>;
|
|
23
24
|
};
|
|
24
25
|
/**
|
|
25
26
|
* Implementation of mutations
|
|
@@ -30,5 +31,6 @@ export declare class SearchCategoryStore extends Store {
|
|
|
30
31
|
actions: {
|
|
31
32
|
ensureSearchCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
32
33
|
ensureTargetedSearchCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
34
|
+
ensureTokenReplacement: import("@omnia/fx/stores").StoreAction<unknown, (searchCategories: SearchCategoryBase[]) => void, (result: SearchCategoryBase[], searchCategories: SearchCategoryBase[]) => void, (failureReason: any, searchCategories: SearchCategoryBase[]) => void, (searchCategories: SearchCategoryBase[]) => Promise<SearchCategoryBase[]>>;
|
|
33
35
|
};
|
|
34
36
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
export declare class SearchTokenStore extends Store {
|
|
3
|
+
/**
|
|
4
|
+
* State
|
|
5
|
+
*/
|
|
6
|
+
onActivated(): void;
|
|
7
|
+
onDisposing(): void;
|
|
8
|
+
/**
|
|
9
|
+
* Implementation of getters
|
|
10
|
+
*/
|
|
11
|
+
getters: {};
|
|
12
|
+
/**
|
|
13
|
+
* Implementation of mutations
|
|
14
|
+
*/
|
|
15
|
+
mutations: {};
|
|
16
|
+
actions: {
|
|
17
|
+
ensureTokenReplacementMultiQueryText: import("@omnia/fx/stores").StoreAction<unknown, (searchQueryTexts: {
|
|
18
|
+
[id: string]: string;
|
|
19
|
+
}) => void, (result: {
|
|
20
|
+
[id: string]: string;
|
|
21
|
+
}, searchQueryTexts: {
|
|
22
|
+
[id: string]: string;
|
|
23
|
+
}) => void, (failureReason: any, searchQueryTexts: {
|
|
24
|
+
[id: string]: string;
|
|
25
|
+
}) => void, (searchQueryTexts: {
|
|
26
|
+
[id: string]: string;
|
|
27
|
+
}) => Promise<{
|
|
28
|
+
[id: string]: string;
|
|
29
|
+
}>>;
|
|
30
|
+
ensureTokenReplacement: import("@omnia/fx/stores").StoreAction<unknown, (searchQueryText: string) => void, (result: string, searchQueryText: string) => void, (failureReason: any, searchQueryText: string) => void, (searchQueryText: string) => Promise<string>>;
|
|
31
|
+
};
|
|
32
|
+
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { OmniaContext } from "@omnia/fx";
|
|
2
|
+
import { GuidValue, Identity } from "@omnia/fx-models";
|
|
3
|
+
import { Store, UserIdentityStore } from "@omnia/fx/stores";
|
|
4
|
+
import { DialogPositions, SidePanelContext } from "@omnia/fx/ux";
|
|
5
|
+
import { ConfirmSignOffRequestResource, ISignOffRequestUpdatableProperties, ItemQueryResult, SignOffRequest, SignOffRequestCreateModel, SignOffRequestDetails, SignOffRequestQuery, SignOffRequestResourceDetail, SignOffRequestScopedQueryTypes, SignOffRequestSettings, UserSignOffRequests } from "../../fx/models";
|
|
4
6
|
export declare class SignOffRequestStore extends Store {
|
|
5
7
|
private signOffRequestService;
|
|
6
|
-
|
|
8
|
+
userIdentityStore: UserIdentityStore;
|
|
9
|
+
omniaContext: OmniaContext;
|
|
7
10
|
private settingsService;
|
|
8
11
|
private ensuredSignOffRequestDetailsPromises;
|
|
9
12
|
private ensuredSignOffRequestedByPromises;
|
|
@@ -16,9 +19,9 @@ export declare class SignOffRequestStore extends Store {
|
|
|
16
19
|
private signOffRequestSettings;
|
|
17
20
|
private resolvedGroupDict;
|
|
18
21
|
private intervalHandler;
|
|
22
|
+
private sidePanelInstanceId;
|
|
19
23
|
private readonly EmaiMaxNoOfUsers;
|
|
20
24
|
readonly SignOffRequestSettingsKey = "wp.signoffrequest.globalsettings";
|
|
21
|
-
constructor();
|
|
22
25
|
onActivated(): void;
|
|
23
26
|
onDisposing(): void;
|
|
24
27
|
/**
|
|
@@ -37,17 +40,21 @@ export declare class SignOffRequestStore extends Store {
|
|
|
37
40
|
ensureLoadSignOffRequestedBy: import("@omnia/fx/stores").StoreAction<unknown, (requestedBy: Identity) => void, (result: ItemQueryResult<SignOffRequest>, requestedBy: Identity) => void, (failureReason: any, requestedBy: Identity) => void, (requestedBy: Identity) => Promise<ItemQueryResult<SignOffRequest>>>;
|
|
38
41
|
ensureLoadSignOffRequestDetails: import("@omnia/fx/stores").StoreAction<unknown, (id: GuidValue) => void, (result: SignOffRequestDetails, id: GuidValue) => void, (failureReason: any, id: GuidValue) => void, (id: GuidValue) => Promise<SignOffRequestDetails>>;
|
|
39
42
|
ensureLoadSignOffRequestedToCurrentUser: import("@omnia/fx/stores").StoreAction<unknown, (isRefreshData?: boolean) => void, (result: ItemQueryResult<SignOffRequest>, isRefreshData?: boolean) => void, (failureReason: any, isRefreshData?: boolean) => void, (isRefreshData?: boolean) => Promise<ItemQueryResult<SignOffRequest>>>;
|
|
40
|
-
addSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (createModel: SignOffRequestCreateModel
|
|
41
|
-
updateSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties
|
|
43
|
+
addSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (createModel: SignOffRequestCreateModel) => void, (result: SignOffRequest, createModel: SignOffRequestCreateModel) => void, (failureReason: any, createModel: SignOffRequestCreateModel) => void, (createModel: SignOffRequestCreateModel) => Promise<SignOffRequest>>;
|
|
44
|
+
updateSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties) => void, (result: void, signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties) => void, (failureReason: any, signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties) => void, (signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties) => Promise<void>>;
|
|
42
45
|
removeSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (signOffRequest: SignOffRequest) => void, (result: any, signOffRequest: SignOffRequest) => void, (failureReason: any, signOffRequest: SignOffRequest) => void, (signOffRequest: SignOffRequest) => Promise<any>>;
|
|
43
|
-
|
|
44
|
-
|
|
46
|
+
closeSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (result: SignOffRequest, signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (failureReason: any, signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (signOffRequest: SignOffRequest, resourceDetails?: Array<SignOffRequestResourceDetail>, sendMail?: boolean) => Promise<SignOffRequest>>;
|
|
47
|
+
reopenSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (result: SignOffRequest, signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (failureReason: any, signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (signOffRequest: SignOffRequest, resourceDetails?: Array<SignOffRequestResourceDetail>, sendMail?: boolean) => Promise<SignOffRequest>>;
|
|
48
|
+
confirmResourceRequest: import("@omnia/fx/stores").StoreAction<unknown, (...args: ConfirmSignOffRequestResource[]) => void, (result: void, ...args: ConfirmSignOffRequestResource[]) => void, (failureReason: any, ...args: ConfirmSignOffRequestResource[]) => void, (...requestResources: ConfirmSignOffRequestResource[]) => Promise<void>>;
|
|
49
|
+
unconfirmResourceRequest: import("@omnia/fx/stores").StoreAction<unknown, (...args: ConfirmSignOffRequestResource[]) => void, (result: void, ...args: ConfirmSignOffRequestResource[]) => void, (failureReason: any, ...args: ConfirmSignOffRequestResource[]) => void, (...requestResources: ConfirmSignOffRequestResource[]) => Promise<void>>;
|
|
45
50
|
ensureSignOffRequestSettings: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: SignOffRequestSettings) => void, (failureReason: any) => void, () => Promise<SignOffRequestSettings>>;
|
|
46
51
|
updateSignOffRequestSettings: import("@omnia/fx/stores").StoreAction<unknown, (updateSettings: SignOffRequestSettings) => void, (result: SignOffRequestSettings, updateSettings: SignOffRequestSettings) => void, (failureReason: any, updateSettings: SignOffRequestSettings) => void, (updateSettings: SignOffRequestSettings) => Promise<SignOffRequestSettings>>;
|
|
47
52
|
ensureRequestToUsers: import("@omnia/fx/stores").StoreAction<unknown, (requestTo: Identity[]) => void, (result: Identity[], requestTo: Identity[]) => void, (failureReason: any, requestTo: Identity[]) => void, (requestTo: Array<Identity>) => Promise<Identity[]>>;
|
|
48
53
|
ensureCurrentRequestToUsers: import("@omnia/fx/stores").StoreAction<unknown, (requestId: GuidValue) => void, (result: Identity[], requestId: GuidValue) => void, (failureReason: any, requestId: GuidValue) => void, (requestId: GuidValue) => Promise<Identity[]>>;
|
|
49
54
|
sendReminderEmail: import("@omnia/fx/stores").StoreAction<unknown, (request: SignOffRequest, resourceDetails: SignOffRequestResourceDetail[]) => void, (result: void, request: SignOffRequest, resourceDetails: SignOffRequestResourceDetail[]) => void, (failureReason: any, request: SignOffRequest, resourceDetails: SignOffRequestResourceDetail[]) => void, (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>>;
|
|
50
55
|
forceUpdateStatus: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
56
|
+
onOpenPersistentSignOffRequestDetailDialog: import("@omnia/fx/stores").StoreAction<unknown, (sidePanelContext: SidePanelContext, signOffRequestId: GuidValue, recipientId: Identity, dialogPosition: DialogPositions, scopedQueryType?: SignOffRequestScopedQueryTypes) => void, (result: void, sidePanelContext: SidePanelContext, signOffRequestId: GuidValue, recipientId: Identity, dialogPosition: DialogPositions, scopedQueryType?: SignOffRequestScopedQueryTypes) => void, (failureReason: any, sidePanelContext: SidePanelContext, signOffRequestId: GuidValue, recipientId: Identity, dialogPosition: DialogPositions, scopedQueryType?: SignOffRequestScopedQueryTypes) => void, (sidePanelContext: SidePanelContext, signOffRequestId: GuidValue, recipientId: Identity, dialogPosition: DialogPositions, scopedQueryType?: SignOffRequestScopedQueryTypes) => Promise<void>>;
|
|
57
|
+
onClosePersistentSignOffRequestDetailDialog: import("@omnia/fx/stores").StoreAction<unknown, (sidePanelContext: SidePanelContext) => void, (result: void, sidePanelContext: SidePanelContext) => void, (failureReason: any, sidePanelContext: SidePanelContext) => void, (sidePanelContext: SidePanelContext) => Promise<void>>;
|
|
51
58
|
};
|
|
52
59
|
/**
|
|
53
60
|
* Implementation of mutations
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { Store } from
|
|
2
|
-
import { TeamCollaborationRollupResultItem, TeamCollaborationRollupQuery, TeamCollaborationResult, TeamCollaborationRollupScopeTypes } from
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { TeamCollaborationRollupResultItem, TeamCollaborationRollupQuery, TeamCollaborationResult, TeamCollaborationRollupScopeTypes } from "../../fx/models";
|
|
3
3
|
export declare class TeamCollaborationStore extends Store {
|
|
4
4
|
private teamCollaborationService;
|
|
5
5
|
private subscriptionHandler;
|
|
6
6
|
private appStore;
|
|
7
7
|
private omniaContext;
|
|
8
|
+
private multilingualStore;
|
|
8
9
|
private followedSitesLocalStorageKey;
|
|
9
10
|
private loadMemberOfGroupsPromise;
|
|
10
11
|
private loadFollowingSitesPromise;
|
|
@@ -13,7 +14,6 @@ export declare class TeamCollaborationStore extends Store {
|
|
|
13
14
|
groups: import("@omnia/fx/stores").StoreState<TeamCollaborationRollupResultItem[]>;
|
|
14
15
|
visitApp: import("@omnia/fx/stores").StoreState<TeamCollaborationRollupResultItem>;
|
|
15
16
|
followItem: import("@omnia/fx/stores").StoreState<TeamCollaborationRollupResultItem>;
|
|
16
|
-
constructor();
|
|
17
17
|
onActivated(): void;
|
|
18
18
|
onDisposing(): void;
|
|
19
19
|
/** Implementation of Getters */
|
|
@@ -8,4 +8,5 @@ export * from "./CurrentFormStore";
|
|
|
8
8
|
export * from "./FormStore";
|
|
9
9
|
export * from "./SignOffRequestStore";
|
|
10
10
|
export * from "./PromotedSearchResultStore";
|
|
11
|
-
export * from "./
|
|
11
|
+
export * from "./LinkHandlerDialogStore";
|
|
12
|
+
export * from "./SearchTokenStore";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { GuidValue, IRouteContext } from "@omnia/fx-models";
|
|
2
|
+
interface BootstrapInfo {
|
|
3
|
+
elemToRender?: string;
|
|
4
|
+
urlToRedirect?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare class AppRendererBootstrapper {
|
|
7
|
+
private trackingAppId;
|
|
8
|
+
private renderingElementName;
|
|
9
|
+
private appDefinitionIds;
|
|
10
|
+
private getBootstrapInfo;
|
|
11
|
+
private relevantElementsToCleanup;
|
|
12
|
+
constructor(appDefinitionIds: GuidValue[], getBootstrapInfo: (routeContext: IRouteContext) => BootstrapInfo, relevantElementsToCleanup: string[]);
|
|
13
|
+
private cleanup;
|
|
14
|
+
private handler;
|
|
15
|
+
run(): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OmniaContext } from
|
|
2
|
-
import { IMessageBusTopicSubscription } from "@omnia/fx-models";
|
|
3
|
-
import { microsoftTeams } from
|
|
4
|
-
import { SharePointEnvironmentContext, SharePointPageContext } from
|
|
1
|
+
import { OmniaContext } from "@omnia/fx";
|
|
2
|
+
import { Future, IMessageBusTopicSubscription } from "@omnia/fx-models";
|
|
3
|
+
import { microsoftTeams } from "@omnia/fx-msteams/internal-do-not-import-from-here/MicrosoftTeams";
|
|
4
|
+
import { SharePointEnvironmentContext, SharePointPageContext } from "@omnia/fx-sp";
|
|
5
5
|
interface MSTeamsTabContext {
|
|
6
6
|
readonly id: string;
|
|
7
7
|
readonly teamsAppId: string;
|
|
@@ -21,7 +21,7 @@ export declare class TeamworkContext {
|
|
|
21
21
|
msTeamsTabContext: MSTeamsTabContext;
|
|
22
22
|
omniaContext: OmniaContext;
|
|
23
23
|
};
|
|
24
|
-
get onReady():
|
|
24
|
+
get onReady(): Future<void>;
|
|
25
25
|
get onChanged(): IMessageBusTopicSubscription<TeamworkContext>;
|
|
26
26
|
private _instance;
|
|
27
27
|
private static getMsTeamsTabContextPromise;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"omnia-workplace-announcements-settings":["settingsKey"],"owpl-announcement-like-comment":["visible","onClose"],"owpl-quicklink-settings":["settingsKey"],"omnia-workplace-np-settings":["journey","registerBlade","currentSettings","save","componentSettingsChange"],"pan-people-rollup-settings-breakpoint":["breakPointId"],"omnia-workplace-quick-search":["searchKeyword","searchBoxStyling","styles","onChangeMode","onCloseDialog","searchConfig"],"omnia-workplace-advanced-search":["searchKeyword","styles","onChangeMode","onCloseDialog","searchBoxStyling","searchConfig","selectedSearchCategoryId"],"omnia-workplace-search-header":["onClickOutside","searchSettings"],"otc-teamsites-editingproperties":["onClosed"],"otc-teamcollaborationapps-instance":["valueBind","useValidator"],"pan-userprofile-propertyfeedback":["visible","propertyName","onClose"],"omnia-workplace-yammer-settings":["settingsKey"]}
|
|
1
|
+
{"omnia-workplace-announcements-settings":["settingsKey"],"owpl-announcement-like-comment":["visible","onClose"],"owpl-quicklink-settings":["settingsKey"],"omnia-workplace-np-settings":["journey","registerBlade","currentSettings","save","componentSettingsChange"],"pan-people-rollup-settings-breakpoint":["breakPointId"],"omnia-workplace-quick-search":["searchKeyword","searchBoxStyling","styles","onChangeMode","onCloseDialog","searchConfig"],"omnia-workplace-advanced-search":["searchKeyword","styles","onChangeMode","onCloseDialog","searchBoxStyling","searchConfig","selectedSearchCategoryId"],"omnia-workplace-search-header":["onClickOutside","searchSettings","autoFocus"],"otc-teamsites-editingproperties":["onClosed"],"otc-teamcollaborationapps-instance":["valueBind","useValidator"],"pan-userprofile-propertyfeedback":["visible","propertyName","onClose"],"omnia-workplace-yammer-settings":["settingsKey"]}
|
package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GuidValue } from
|
|
2
|
-
import { TsxAllowUnknowProperties } from
|
|
3
|
-
import { AppAuthenticationOptionsApi } from
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
|
2
|
+
import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
|
|
3
|
+
import { AppAuthenticationOptionsApi } from "../../models";
|
|
4
4
|
export interface IAppAuthenticationOptionsComponent {
|
|
5
5
|
/**
|
|
6
6
|
* App Instance Id to configure the authentication options
|
|
@@ -27,7 +27,7 @@ export interface IAppAuthenticationOptionsComponent {
|
|
|
27
27
|
getApi?: (api: AppAuthenticationOptionsApi) => void;
|
|
28
28
|
}
|
|
29
29
|
declare global {
|
|
30
|
-
namespace JSX {
|
|
30
|
+
namespace VueTsxSupport.JSX {
|
|
31
31
|
interface Element {
|
|
32
32
|
}
|
|
33
33
|
interface ElementClass {
|
package/models/index.d.ts
CHANGED
package/package.json
CHANGED
package/task.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.init = void 0;
|
|
4
4
|
const tooling_vue_1 = require("@omnia/tooling-vue");
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const path = require(
|
|
7
|
-
const fs = require(
|
|
8
|
-
const fsExtra = require(
|
|
6
|
+
const path = require("path");
|
|
7
|
+
const fs = require("fs");
|
|
8
|
+
const fsExtra = require("fs-extra");
|
|
9
9
|
//require("./internal-do-not-import-from-here/tooling");
|
|
10
10
|
function init() {
|
|
11
11
|
(0, tooling_vue_1.registerManifestsReference)([
|
|
12
12
|
{
|
|
13
|
-
path:
|
|
14
|
-
serviceId:
|
|
15
|
-
resourceId:
|
|
13
|
+
path: "node_modules/@omnia/workplace/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json",
|
|
14
|
+
serviceId: "39df27aa-95f1-4a23-b3f6-8b231afcda82",
|
|
15
|
+
resourceId: "491a5b75-e3d6-472a-8958-216be85b092a"
|
|
16
16
|
}
|
|
17
17
|
]);
|
|
18
|
-
|
|
18
|
+
const wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
|
|
19
19
|
if (fsExtra.existsSync(wcdefinitionsPath)) {
|
|
20
20
|
(0, tooling_vue_1.registerWebComponentDefinitions)(fsExtra.readJSONSync(wcdefinitionsPath));
|
|
21
21
|
}
|
package/task.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
2
|
import { registerManifestsReference, registerWebComponentDefinitions } from "@omnia/tooling-vue";
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
|
|
6
|
-
const path = require(
|
|
7
|
-
const fs = require(
|
|
8
|
-
const fsExtra = require(
|
|
6
|
+
const path = require("path");
|
|
7
|
+
const fs = require("fs");
|
|
8
|
+
const fsExtra = require("fs-extra");
|
|
9
9
|
//require("./internal-do-not-import-from-here/tooling");
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
export function init() {
|
|
13
13
|
registerManifestsReference([
|
|
14
14
|
{
|
|
15
|
-
path:
|
|
16
|
-
serviceId:
|
|
17
|
-
resourceId:
|
|
15
|
+
path: "node_modules/@omnia/workplace/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json",
|
|
16
|
+
serviceId: "39df27aa-95f1-4a23-b3f6-8b231afcda82",
|
|
17
|
+
resourceId: "491a5b75-e3d6-472a-8958-216be85b092a"
|
|
18
18
|
}
|
|
19
|
-
])
|
|
19
|
+
]);
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
const wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
|
|
22
22
|
if (fsExtra.existsSync(wcdefinitionsPath)) {
|
|
23
23
|
registerWebComponentDefinitions(fsExtra.readJSONSync(wcdefinitionsPath));
|
|
24
24
|
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { IIcon } from '@omnia/fx-models';
|
|
2
|
-
import { BladeSizes } from '@omnia/fx/models';
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated The model and relevant function should not be used, update to use apiHub to register admin sub-menu node under search node (in Constants.ux.admin.navigationNodes.search)
|
|
5
|
-
*/
|
|
6
|
-
export interface SearchAdminSettingsSection {
|
|
7
|
-
/**
|
|
8
|
-
* The title of the navigation node
|
|
9
|
-
*/
|
|
10
|
-
title: string;
|
|
11
|
-
/**
|
|
12
|
-
* The icon to use
|
|
13
|
-
* */
|
|
14
|
-
icon: IIcon;
|
|
15
|
-
/**
|
|
16
|
-
* The element that will be rendered when selected
|
|
17
|
-
*/
|
|
18
|
-
elementToRender: string;
|
|
19
|
-
/**
|
|
20
|
-
* This influence the order of the navigation nodes, be nice, use ordering with gap -100, 0, 100, 200
|
|
21
|
-
So other extensions etc can inject between
|
|
22
|
-
*/
|
|
23
|
-
weight: number;
|
|
24
|
-
/**
|
|
25
|
-
* The size of blade
|
|
26
|
-
* */
|
|
27
|
-
bladeSize?: BladeSizes;
|
|
28
|
-
}
|
package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated This will be removed in 7.0. This is more likely an internal model and will not be used anywhere outside workplace
|
|
3
|
-
* */
|
|
4
|
-
export interface OfficeNamingPolicyValidationResult {
|
|
5
|
-
alias: AliasValidationResult;
|
|
6
|
-
siteName: SiteNameValidationResult;
|
|
7
|
-
isValid: boolean;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated This will be removed in 7.0. This is more likely an internal model and will not be used anywhere outside workplace
|
|
11
|
-
* */
|
|
12
|
-
export interface AliasValidationResult {
|
|
13
|
-
blockedWord: string;
|
|
14
|
-
isExist: boolean;
|
|
15
|
-
isInvalid: boolean;
|
|
16
|
-
suggestedAlias: string;
|
|
17
|
-
prefix: string;
|
|
18
|
-
suffix: string;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* @deprecated This will be removed in 7.0. This is more likely an internal model and will not be used anywhere outside workplace
|
|
22
|
-
* */
|
|
23
|
-
export interface SiteNameValidationResult {
|
|
24
|
-
blockedWord: string;
|
|
25
|
-
isInvalid: boolean;
|
|
26
|
-
prefix: string;
|
|
27
|
-
suffix: string;
|
|
28
|
-
}
|
|
File without changes
|