@omnia/workplace 6.12.10-preview → 6.12.10
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/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +17 -0
- package/internal-do-not-import-from-here/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +24 -0
- package/internal-do-not-import-from-here/models/Constants.js +26 -2
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +22 -10
- package/internal-do-not-import-from-here/models/ManifestIds.js +74 -14
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +1 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +1 -0
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +3 -0
- package/internal-do-not-import-from-here/models/index.d.ts +3 -1
- package/internal-do-not-import-from-here/models/index.js +3 -1
- package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
- package/internal-do-not-import-from-here/models/qrcode.js +5 -0
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
- package/internal-do-not-import-from-here/models/{quicksetup/QuickSetupProviderApi.js → setupwizard/SetupWizardProviderApi.js} +0 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +41 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +5 -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 +25 -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 +3 -0
- 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 +1 -0
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.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 +4 -0
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/styles/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/styles/index.js +2 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +10 -3
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +8 -1
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -16
- 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 +1 -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 +1 -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 +2 -0
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +33 -0
- package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +5 -3
- package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +33 -0
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/index.d.ts +2 -0
- package/package.json +1 -1
- package/internal-do-not-import-from-here/models/quicksetup/QuickSetupProviderApi.d.ts +0 -32
- package/internal-do-not-import-from-here/models/quicksetup/QuickSetupSettings.d.ts +0 -47
- package/internal-do-not-import-from-here/models/quicksetup/QuickSetupSettings.js +0 -5
- package/internal-do-not-import-from-here/models/quicksetup/QuickSetupTemplateProvider.d.ts +0 -14
- package/internal-do-not-import-from-here/models/quicksetup/QuickSetupTemplateProvider.js +0 -6
- package/internal-do-not-import-from-here/models/quicksetup/index.d.ts +0 -3
- package/internal-do-not-import-from-here/models/quicksetup/index.js +0 -3
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ApiPath, TranslatorProviderSettings } from '@omnia/fx/models';
|
|
2
|
+
export interface ITranslatorProviderRegistrationApi {
|
|
3
|
+
registerTranslatorProvider: (providers: TranslatorProviderSettings | TranslatorProviderSettings[]) => void;
|
|
4
|
+
getAllTranslatorProviders: () => TranslatorProviderSettings[];
|
|
5
|
+
}
|
|
6
|
+
declare module '../models/WorkplaceApi' {
|
|
7
|
+
interface IWorkplaceApi {
|
|
8
|
+
translatorprovider: {
|
|
9
|
+
registration: Promise<ITranslatorProviderRegistrationApi>;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
interface IWorkplaceExtendApiManifest {
|
|
13
|
+
translatorprovider: {
|
|
14
|
+
registration: ApiPath;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/permissions/loc/localize.js":{"id":"./client/admin/permissions/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["PermissionLocalization"]},"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"exports":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"exports":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"exports":["AdminNamespace","AppAuthenticationOptionsService","AppRendererBootstrapper","CurrentFormStore","DialogHelper","EditingThemeStore","FilterValueProvider","FormService","FormStore","GovernanceDashboardStore","HomeService","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","PromotedSearchResultService","PromotedSearchResultStore","SearchCategoryService","SearchCategoryStore","SearchFeedbackService","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkContext","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","settingsTabContainer"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"exports":["ActionMenuStyles","AdvancedSearchSettingsStyles","AdvancedSearchStyles","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppInstanceDescriptionProperties","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAppProvisioning","CentralImageLocationsStyles","ChartColor","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DefaultSearchTemplateStyles","DocumentDirectionSettingsStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormGenericSetting","FormLayoutProvider","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MSTeamTemplateStep","MediaPickerStorageProviderWorkplaceFaviconContext","MediaPickerStorageProviderWorkplaceFormContext","MediaPickerStorageProviderWorkplaceLogoContext","MediaPickerStorageProviderWorkplacePromotedSearchResultContext","MediaPickerStorageProviderWorkplaceSearchFeedbackContext","MediaPickerStorageProviderWorkplaceTutorialContext","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","PostsFeedScopeOption","PostsFeedSortMode","PromotedSearchResultStatus","
|
|
1
|
+
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/permissions/loc/localize.js":{"id":"./client/admin/permissions/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["PermissionLocalization"]},"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"exports":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"exports":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"exports":["AdminNamespace","AppAuthenticationOptionsService","AppRendererBootstrapper","CurrentFormStore","DialogHelper","EditingThemeStore","FilterValueProvider","FormService","FormStore","GovernanceDashboardStore","HomeService","LinkHandlerDialogStore","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","PromotedSearchResultService","PromotedSearchResultStore","SearchCategoryService","SearchCategoryStore","SearchFeedbackService","SearchTokenStore","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkContext","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","settingsTabContainer"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"exports":["ActionMenuStyles","AdvancedSearchSettingsStyles","AdvancedSearchStyles","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppInstanceDescriptionProperties","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAppProvisioning","CentralImageLocationsStyles","ChartColor","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DefaultSearchTemplateStyles","DocumentDirectionSettingsStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormGenericSetting","FormLayoutProvider","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LinkHandlerSettingsStyles","LinkUrlTypeOption","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MSTeamTemplateStep","MediaPickerStorageProviderWorkplaceFaviconContext","MediaPickerStorageProviderWorkplaceFormContext","MediaPickerStorageProviderWorkplaceLogoContext","MediaPickerStorageProviderWorkplacePromotedSearchResultContext","MediaPickerStorageProviderWorkplaceSearchFeedbackContext","MediaPickerStorageProviderWorkplaceTutorialContext","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","PostsFeedScopeOption","PostsFeedSortMode","PromotedSearchResultStatus","QRCodeStyles","QuestionTypes","QuickSearchStyles","ResourceManifests","SearchAdminStyles","SearchBlockStyles","SearchHeaderStyles","SearchProvider","SearchStatistics","SearchStatisticsMetricScopeFilterValue","SearchTokenProvider","ServiceDefinition","SettingsKeys","SetupWizard","SetupWizardScope","SetupWizardTemplateFeatureHandler","SetupWizardTemplateProvider","SharedLinkSortByTypes","ShowMoreStyles","SignOffRequestEnums","SignOffRequestProvider","SignOffRequestResourceProvider","SignOffResource","SimpleListStyles","SimpleListingSearchTemplateStyles","SlideRendererStyles","StatisticViewMode","TabCustomUrlType","TargetingPropertyStyles","TaxonomyNavigationDisplayProviderBase","TaxonomyNavigationStyles","TeamCollaborationAppDefinitionInfo","TeamCollaborationAppEnterpriseProperties","TeamCollaborationConstants","TeamCollaborationRollupBlockListViewSettingsStyles","TeamCollaborationRollupBlockListViewStyles","TeamCollaborationRollupBlockSettingsStyles","TeamCollaborationRollupBlockStyles","TeamCollaborationRollupEnums","TeamCollaborationRollupLinkBehavior","TeamCollaborationRollupScopeTypes","TeamCollabrationApp","TeamCollabrationAppResource","TeamCollabrationQuery","TeamCollabrationTypes","TeamNewsBlockStyles","TeamNewsRollupSettingElementName","TeamSiteEditPropertiesStyles","TeamWorkInfo","TeamworkAppLayoutDefinition","TeamworkNavigationActionHandlerSettingStyles","TeamworkNavigationSettingStyles","TeamworkNavigationStyles","TeamworkTemplateFilterValue","TenantRegionalStyles","TermNodeStyles","UserAccessibilitySettingsStyles","UserMenuStyles","VerticalActionMenuStyles","VerticalMegaMenuStyles","WPRoleDefinition","WebComponentElements","WebComponentManifests","WorkplaceAppRoutePrefix","WorkplaceHomeStyles","WorkplaceSharedStyles","WorkspaceActionMenuMapping","WorkspaceActionMenuSettings","WorkspaceApp","WorkspaceFactory","WorkspaceHomeMapping","WorkspaceHomeSettings","WorkspaceInfo","WorkspaceMegaMenuItemTypes","WorkspaceMegaMenuMapping","WorkspaceMegaMenuSettings","WorkspaceVerticalNavWidth","WowrkplaceHeadingStyles","notificationPanelLayoutProvider"]}}}
|
|
@@ -4,6 +4,8 @@ export declare const Constants: {
|
|
|
4
4
|
ShowBusinessProfileHeader: string;
|
|
5
5
|
showNavigationBar: string;
|
|
6
6
|
mobilelogin: string;
|
|
7
|
+
rulesLinkHandler: string;
|
|
8
|
+
documentLinkHandler: string;
|
|
7
9
|
};
|
|
8
10
|
themingNavigationNodeKey: string;
|
|
9
11
|
themeIds: {
|
|
@@ -104,6 +106,13 @@ export declare const GovernanceDashboard: {
|
|
|
104
106
|
Total: Guid;
|
|
105
107
|
ActiveLastActivity: Guid;
|
|
106
108
|
InactiveLastActivity: Guid;
|
|
109
|
+
ReachId: Guid;
|
|
110
|
+
UnderuserdId: Guid;
|
|
111
|
+
ActiveUserReader: Guid;
|
|
112
|
+
ActiveUserContributor: Guid;
|
|
113
|
+
NoOfQuery: Guid;
|
|
114
|
+
AbandonedQuery: Guid;
|
|
115
|
+
NoResultQuery: Guid;
|
|
107
116
|
};
|
|
108
117
|
DashboardLayoutSettingsKey: string;
|
|
109
118
|
ActionButtonIds: {
|
|
@@ -182,3 +191,18 @@ export declare const NotificationConstants: {
|
|
|
182
191
|
NewItem: string;
|
|
183
192
|
NewChipIcon: string;
|
|
184
193
|
};
|
|
194
|
+
export declare const SetupWizard: {
|
|
195
|
+
SettingsKey: string;
|
|
196
|
+
BasicIntranetTemplateId: string;
|
|
197
|
+
IntranetEssentialsTemplateId: string;
|
|
198
|
+
TenantIntranetEssentialsTemplateId: string;
|
|
199
|
+
TenantBasicIntranetTemplateId: string;
|
|
200
|
+
KnowledgeSharingTemplateId: string;
|
|
201
|
+
NewsManagementTemplateId: string;
|
|
202
|
+
LearningCenterTemplateId: string;
|
|
203
|
+
EnterpriseSearchTemplateId: string;
|
|
204
|
+
GeneralSettingsKey: string;
|
|
205
|
+
BrandingSettingsKey: string;
|
|
206
|
+
SharedLinkSettingsKey: string;
|
|
207
|
+
ContentSettingsKey: string;
|
|
208
|
+
};
|
|
@@ -4,7 +4,9 @@ export var Constants = {
|
|
|
4
4
|
featureIds: {
|
|
5
5
|
ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
6
6
|
showNavigationBar: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
7
|
-
mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad"
|
|
7
|
+
mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad",
|
|
8
|
+
rulesLinkHandler: "ddca589b-9478-4267-b5bf-d557b4494dae",
|
|
9
|
+
documentLinkHandler: "a6caf455-033e-4a04-82f3-83b925313145"
|
|
8
10
|
},
|
|
9
11
|
themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
|
|
10
12
|
themeIds: {
|
|
@@ -134,7 +136,14 @@ export var GovernanceDashboard = {
|
|
|
134
136
|
NewTeamworks: new Guid("47370cca-5518-44c2-91da-a083e78ec36a"),
|
|
135
137
|
Total: new Guid("e259e6da-2e8b-49e1-afd1-061d6582246e"),
|
|
136
138
|
ActiveLastActivity: new Guid("c42a3947-de82-4470-b5fd-9183872e181a"),
|
|
137
|
-
InactiveLastActivity: new Guid("2f2ce11d-f013-4a9d-b701-21469147187e")
|
|
139
|
+
InactiveLastActivity: new Guid("2f2ce11d-f013-4a9d-b701-21469147187e"),
|
|
140
|
+
ReachId: new Guid("7e7f0c21-f1e9-4b24-b1d6-77d75132fe8c"),
|
|
141
|
+
UnderuserdId: new Guid("f6b384b6-c764-420a-b8b3-192bcbe160de"),
|
|
142
|
+
ActiveUserReader: new Guid("ba54386a-c448-4556-a001-f8e71150616b"),
|
|
143
|
+
ActiveUserContributor: new Guid("994cce95-dd68-431b-9119-7afff8c68465"),
|
|
144
|
+
NoOfQuery: new Guid("c0b18c12-d3b5-4b29-8105-222d20d5522f"),
|
|
145
|
+
AbandonedQuery: new Guid("aa3d3355-e2a9-4c4c-a44a-5fb01493e7ae"),
|
|
146
|
+
NoResultQuery: new Guid("13786d92-6d16-402f-a961-d99ea4341601")
|
|
138
147
|
},
|
|
139
148
|
DashboardLayoutSettingsKey: "omnia.workplace.governancedashboard.layout",
|
|
140
149
|
ActionButtonIds: {
|
|
@@ -226,3 +235,18 @@ export var NotificationConstants = {
|
|
|
226
235
|
NewItem: "wp-notificationNewItem",
|
|
227
236
|
NewChipIcon: "wp-notificationNewChipIcon"
|
|
228
237
|
};
|
|
238
|
+
export var SetupWizard = {
|
|
239
|
+
SettingsKey: "owp_setupwizard_",
|
|
240
|
+
BasicIntranetTemplateId: "23D17EFE-E4AE-439D-A97D-CE184F7BC574",
|
|
241
|
+
IntranetEssentialsTemplateId: "B8C0608F-61F7-4C2A-9001-C26A7A0CB268",
|
|
242
|
+
TenantIntranetEssentialsTemplateId: "5470C05D-7115-4F86-BF6D-70FC51F3A1AD",
|
|
243
|
+
TenantBasicIntranetTemplateId: "87D71902-22F0-4DC3-9346-314CC5700C84",
|
|
244
|
+
KnowledgeSharingTemplateId: "1FE61B2C-9D54-45A6-A284-E0252B133DD7",
|
|
245
|
+
NewsManagementTemplateId: "DD3B1FBD-2383-4147-BF0E-ECDB018989CE",
|
|
246
|
+
LearningCenterTemplateId: "904492DA-24BC-40DB-BB3A-0B22EFEFEF12",
|
|
247
|
+
EnterpriseSearchTemplateId: "6812E7FB-9AB0-4D9B-990C-FE082BC6F876",
|
|
248
|
+
GeneralSettingsKey: "SetupWizardGeneralSettings",
|
|
249
|
+
BrandingSettingsKey: "SetupWizardBrandingSettings",
|
|
250
|
+
SharedLinkSettingsKey: "SetupWizardSharedLinksSettings",
|
|
251
|
+
ContentSettingsKey: "SetupWizardContentSettings"
|
|
252
|
+
};
|
|
@@ -40,8 +40,7 @@ export declare class ResourceManifests {
|
|
|
40
40
|
static get AnnoucementNotificationPanelRegistration(): Guid;
|
|
41
41
|
static get NotificationPanelRegistration(): Guid;
|
|
42
42
|
static get NotificationPanelRegistrationApi(): Guid;
|
|
43
|
-
static get
|
|
44
|
-
static get QuickSetupStepRegistrationApi(): Guid;
|
|
43
|
+
static get SetupWizardRegistrationApi(): Guid;
|
|
45
44
|
static get NotificationPanelCore(): Guid;
|
|
46
45
|
static get AdminShortcutRegistration(): Guid;
|
|
47
46
|
static get ActionMenuCore(): Guid;
|
|
@@ -104,7 +103,7 @@ export declare class ResourceManifests {
|
|
|
104
103
|
static get UserProfileCardEditingHandlerRegistration(): Guid;
|
|
105
104
|
static get ActionButtonSignOffRequestHandler(): Guid;
|
|
106
105
|
static get ActionButtonSignOffRequestHandlerRegistration(): Guid;
|
|
107
|
-
static get
|
|
106
|
+
static get SetupWizardCommon(): Guid;
|
|
108
107
|
/**
|
|
109
108
|
* @deprecated this will be removed in 7.0
|
|
110
109
|
*/
|
|
@@ -123,6 +122,11 @@ export declare class ResourceManifests {
|
|
|
123
122
|
static get PostsFeedBlockCore(): Guid;
|
|
124
123
|
static get SearchStatisticsMetricShared(): Guid;
|
|
125
124
|
static get SearchStatisticsMetricGroup(): Guid;
|
|
125
|
+
static get LinkHandlerSettingsRegistration(): Guid;
|
|
126
|
+
static get TranslatorProviderRegistration(): Guid;
|
|
127
|
+
static get QrCodeCore(): Guid;
|
|
128
|
+
static get TenantSetupWizardRegistration(): Guid;
|
|
129
|
+
static get BusinessProfileSetupWizardRegistration(): Guid;
|
|
126
130
|
}
|
|
127
131
|
export declare class WebComponentManifests {
|
|
128
132
|
static get FaviconSettings(): Guid;
|
|
@@ -425,17 +429,25 @@ export declare class WebComponentManifests {
|
|
|
425
429
|
static get MsTeamTabLayoutConfiguration(): Guid;
|
|
426
430
|
static get PostsFeed(): Guid;
|
|
427
431
|
static get PostsFeedSettings(): Guid;
|
|
428
|
-
static get
|
|
429
|
-
static get
|
|
430
|
-
static get
|
|
431
|
-
static get
|
|
432
|
-
static get
|
|
433
|
-
static get
|
|
434
|
-
static get
|
|
432
|
+
static get SetupWizardViewCore(): Guid;
|
|
433
|
+
static get SetupWizardGeneralStep(): Guid;
|
|
434
|
+
static get SetupWizardBrandingStep(): Guid;
|
|
435
|
+
static get SetupWizardSharelinksStep(): Guid;
|
|
436
|
+
static get SetupWizardContentStep(): Guid;
|
|
437
|
+
static get SetupWizardReviewStep(): Guid;
|
|
438
|
+
static get SetupWizardDashboard(): Guid;
|
|
435
439
|
static get TeamworkActiveLastActivityMetricIndicator(): Guid;
|
|
436
440
|
static get TeamworkActiveLastActivityMetricDetail(): Guid;
|
|
437
441
|
static get TeamworkInactiveLastActivityMetricIndicator(): Guid;
|
|
438
442
|
static get TeamworkInactiveLastActivityMetricDetail(): Guid;
|
|
443
|
+
static get LinkHandlerJourney(): Guid;
|
|
444
|
+
static get AzureCognitiveProviderComponent(): Guid;
|
|
445
|
+
static get QRCode(): Guid;
|
|
446
|
+
static get QRCodeSettings(): Guid;
|
|
447
|
+
static get TenantSetupWizardNode(): Guid;
|
|
448
|
+
static get BusinessProfileSetupWizardNode(): Guid;
|
|
449
|
+
static get TeamworkPermissionInput(): Guid;
|
|
450
|
+
static get TeamworkPermissionInputBlade(): Guid;
|
|
439
451
|
}
|
|
440
452
|
export declare class WebComponentElements {
|
|
441
453
|
static get AppProvisioningStepMember(): string;
|
|
@@ -191,16 +191,11 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
191
191
|
enumerable: false,
|
|
192
192
|
configurable: true
|
|
193
193
|
});
|
|
194
|
-
Object.defineProperty(ResourceManifests, "
|
|
194
|
+
Object.defineProperty(ResourceManifests, "SetupWizardRegistrationApi", {
|
|
195
195
|
get: function () { return new Guid('547bd43c-c628-47b2-b6aa-fddacbb0d25e'); },
|
|
196
196
|
enumerable: false,
|
|
197
197
|
configurable: true
|
|
198
198
|
});
|
|
199
|
-
Object.defineProperty(ResourceManifests, "QuickSetupStepRegistrationApi", {
|
|
200
|
-
get: function () { return new Guid('92ed9817-196c-4b89-9a61-e12e7c14b74f'); },
|
|
201
|
-
enumerable: false,
|
|
202
|
-
configurable: true
|
|
203
|
-
});
|
|
204
199
|
Object.defineProperty(ResourceManifests, "NotificationPanelCore", {
|
|
205
200
|
get: function () { return new Guid("00cc0c0d-8487-4d05-bb4f-6cc5d9b1a8ba"); },
|
|
206
201
|
enumerable: false,
|
|
@@ -512,7 +507,7 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
512
507
|
enumerable: false,
|
|
513
508
|
configurable: true
|
|
514
509
|
});
|
|
515
|
-
Object.defineProperty(ResourceManifests, "
|
|
510
|
+
Object.defineProperty(ResourceManifests, "SetupWizardCommon", {
|
|
516
511
|
get: function () { return new Guid("a491ba6f-29e7-4ef8-9cc7-c8ca5915f3af"); },
|
|
517
512
|
enumerable: false,
|
|
518
513
|
configurable: true
|
|
@@ -586,6 +581,31 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
586
581
|
enumerable: false,
|
|
587
582
|
configurable: true
|
|
588
583
|
});
|
|
584
|
+
Object.defineProperty(ResourceManifests, "LinkHandlerSettingsRegistration", {
|
|
585
|
+
get: function () { return new Guid("a913821b-d91b-48f0-b356-97c0e7828afa"); },
|
|
586
|
+
enumerable: false,
|
|
587
|
+
configurable: true
|
|
588
|
+
});
|
|
589
|
+
Object.defineProperty(ResourceManifests, "TranslatorProviderRegistration", {
|
|
590
|
+
get: function () { return new Guid("94352c19-675f-4aa9-9a59-b216808bd9c5"); },
|
|
591
|
+
enumerable: false,
|
|
592
|
+
configurable: true
|
|
593
|
+
});
|
|
594
|
+
Object.defineProperty(ResourceManifests, "QrCodeCore", {
|
|
595
|
+
get: function () { return new Guid("643d8ebd-1097-403c-bc5d-c8045d5c6c5f"); },
|
|
596
|
+
enumerable: false,
|
|
597
|
+
configurable: true
|
|
598
|
+
});
|
|
599
|
+
Object.defineProperty(ResourceManifests, "TenantSetupWizardRegistration", {
|
|
600
|
+
get: function () { return new Guid("1f765e6b-5ebf-4f7b-aa87-d05dc0b295e4"); },
|
|
601
|
+
enumerable: false,
|
|
602
|
+
configurable: true
|
|
603
|
+
});
|
|
604
|
+
Object.defineProperty(ResourceManifests, "BusinessProfileSetupWizardRegistration", {
|
|
605
|
+
get: function () { return new Guid("2e1f8f98-8a9f-4ee9-9172-7822644efae8"); },
|
|
606
|
+
enumerable: false,
|
|
607
|
+
configurable: true
|
|
608
|
+
});
|
|
589
609
|
return ResourceManifests;
|
|
590
610
|
}());
|
|
591
611
|
export { ResourceManifests };
|
|
@@ -2095,37 +2115,37 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
2095
2115
|
enumerable: false,
|
|
2096
2116
|
configurable: true
|
|
2097
2117
|
});
|
|
2098
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2118
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardViewCore", {
|
|
2099
2119
|
get: function () { return new Guid("758d200f-91f3-4446-8662-07592f89eeba"); },
|
|
2100
2120
|
enumerable: false,
|
|
2101
2121
|
configurable: true
|
|
2102
2122
|
});
|
|
2103
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2123
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardGeneralStep", {
|
|
2104
2124
|
get: function () { return new Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); },
|
|
2105
2125
|
enumerable: false,
|
|
2106
2126
|
configurable: true
|
|
2107
2127
|
});
|
|
2108
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2128
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardBrandingStep", {
|
|
2109
2129
|
get: function () { return new Guid("084f1e3e-f0f5-4f2b-a75d-67f629308bf8"); },
|
|
2110
2130
|
enumerable: false,
|
|
2111
2131
|
configurable: true
|
|
2112
2132
|
});
|
|
2113
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2133
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardSharelinksStep", {
|
|
2114
2134
|
get: function () { return new Guid("4e6730e5-25f1-4d99-81d1-7368f7e72f35"); },
|
|
2115
2135
|
enumerable: false,
|
|
2116
2136
|
configurable: true
|
|
2117
2137
|
});
|
|
2118
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2138
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardContentStep", {
|
|
2119
2139
|
get: function () { return new Guid("c6633522-ba83-4077-99b1-a4e9cde070c6"); },
|
|
2120
2140
|
enumerable: false,
|
|
2121
2141
|
configurable: true
|
|
2122
2142
|
});
|
|
2123
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2143
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardReviewStep", {
|
|
2124
2144
|
get: function () { return new Guid("911b4198-52b7-4b80-9ed4-b96269dcf8f1"); },
|
|
2125
2145
|
enumerable: false,
|
|
2126
2146
|
configurable: true
|
|
2127
2147
|
});
|
|
2128
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2148
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardDashboard", {
|
|
2129
2149
|
get: function () { return new Guid("b2e0e63d-2cd9-49b4-840a-001d4a91dabb"); },
|
|
2130
2150
|
enumerable: false,
|
|
2131
2151
|
configurable: true
|
|
@@ -2150,6 +2170,46 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
2150
2170
|
enumerable: false,
|
|
2151
2171
|
configurable: true
|
|
2152
2172
|
});
|
|
2173
|
+
Object.defineProperty(WebComponentManifests, "LinkHandlerJourney", {
|
|
2174
|
+
get: function () { return new Guid("cc822f80-37e0-43ac-b37c-8d8963c7076c"); },
|
|
2175
|
+
enumerable: false,
|
|
2176
|
+
configurable: true
|
|
2177
|
+
});
|
|
2178
|
+
Object.defineProperty(WebComponentManifests, "AzureCognitiveProviderComponent", {
|
|
2179
|
+
get: function () { return new Guid("c32e69d5-bb4c-4b0e-9bb9-03af4dafcbca"); },
|
|
2180
|
+
enumerable: false,
|
|
2181
|
+
configurable: true
|
|
2182
|
+
});
|
|
2183
|
+
Object.defineProperty(WebComponentManifests, "QRCode", {
|
|
2184
|
+
get: function () { return new Guid("090e7f29-06c9-4a2a-be58-57d0dac10341"); },
|
|
2185
|
+
enumerable: false,
|
|
2186
|
+
configurable: true
|
|
2187
|
+
});
|
|
2188
|
+
Object.defineProperty(WebComponentManifests, "QRCodeSettings", {
|
|
2189
|
+
get: function () { return new Guid("8746fd10-d8a4-4944-b814-5dd48ada9ce0"); },
|
|
2190
|
+
enumerable: false,
|
|
2191
|
+
configurable: true
|
|
2192
|
+
});
|
|
2193
|
+
Object.defineProperty(WebComponentManifests, "TenantSetupWizardNode", {
|
|
2194
|
+
get: function () { return new Guid("a384272c-dbe9-46ef-8fc4-2b82fbb52667"); },
|
|
2195
|
+
enumerable: false,
|
|
2196
|
+
configurable: true
|
|
2197
|
+
});
|
|
2198
|
+
Object.defineProperty(WebComponentManifests, "BusinessProfileSetupWizardNode", {
|
|
2199
|
+
get: function () { return new Guid("b1994257-d611-4582-ae32-16ac23bd8a6b"); },
|
|
2200
|
+
enumerable: false,
|
|
2201
|
+
configurable: true
|
|
2202
|
+
});
|
|
2203
|
+
Object.defineProperty(WebComponentManifests, "TeamworkPermissionInput", {
|
|
2204
|
+
get: function () { return new Guid("240a15bb-2845-4ace-8408-6bc1d251b859"); },
|
|
2205
|
+
enumerable: false,
|
|
2206
|
+
configurable: true
|
|
2207
|
+
});
|
|
2208
|
+
Object.defineProperty(WebComponentManifests, "TeamworkPermissionInputBlade", {
|
|
2209
|
+
get: function () { return new Guid("7cf438e9-8c47-440d-9958-202477c11551"); },
|
|
2210
|
+
enumerable: false,
|
|
2211
|
+
configurable: true
|
|
2212
|
+
});
|
|
2153
2213
|
return WebComponentManifests;
|
|
2154
2214
|
}());
|
|
2155
2215
|
export { WebComponentManifests };
|
|
@@ -40,6 +40,7 @@ export interface TabCustomUrlConfiguration {
|
|
|
40
40
|
export interface LayoutTabUrlConfiguration extends TabCustomUrlConfiguration {
|
|
41
41
|
type: TabCustomUrlType.Layout;
|
|
42
42
|
layoutId: AppInstanceLayoutId;
|
|
43
|
+
isDefaultLayout: boolean;
|
|
43
44
|
}
|
|
44
45
|
export interface Tab {
|
|
45
46
|
name?: string;
|
package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts
CHANGED
|
@@ -16,6 +16,9 @@ export interface TeamCollaborationAppInstanceProperties extends TeamCollaboratio
|
|
|
16
16
|
members?: Array<Identity>;
|
|
17
17
|
readers?: Array<Identity>;
|
|
18
18
|
membership?: Membership;
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Stop using this one. This is wrong implementation and is stop working now and will be removed in 7.0
|
|
21
|
+
* */
|
|
19
22
|
appAdministrators: Array<string>;
|
|
20
23
|
msTeamCloningSettings?: MicrosoftTeamCloningInformation;
|
|
21
24
|
}
|
|
@@ -62,6 +62,8 @@ export * from "./IAdminComponent";
|
|
|
62
62
|
export * from "./promotedsearchresults";
|
|
63
63
|
export * from "./searchfeedbacks";
|
|
64
64
|
export * from "./ScopedPermissionRegistraion";
|
|
65
|
-
export * from "./
|
|
65
|
+
export * from "./setupwizard";
|
|
66
66
|
export * from "./searchstatistics";
|
|
67
67
|
export * from "./searchtoken";
|
|
68
|
+
export * from "./texttranslator";
|
|
69
|
+
export * from "./qrcode";
|
|
@@ -63,6 +63,8 @@ export * from "./IAdminComponent";
|
|
|
63
63
|
export * from "./promotedsearchresults";
|
|
64
64
|
export * from "./searchfeedbacks";
|
|
65
65
|
export * from "./ScopedPermissionRegistraion";
|
|
66
|
-
export * from "./
|
|
66
|
+
export * from "./setupwizard";
|
|
67
67
|
export * from "./searchstatistics";
|
|
68
68
|
export * from "./searchtoken";
|
|
69
|
+
export * from "./texttranslator";
|
|
70
|
+
export * from "./qrcode";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { MultilingualString, SpacingSettings } from "@omnia/fx/models";
|
|
2
|
+
export declare enum LinkUrlTypeOption {
|
|
3
|
+
CurrentUrl = 1,
|
|
4
|
+
CustomUrl = 2
|
|
5
|
+
}
|
|
6
|
+
export interface QRCodeBlockSettings {
|
|
7
|
+
blockTitle: MultilingualString;
|
|
8
|
+
link: {
|
|
9
|
+
option: LinkUrlTypeOption;
|
|
10
|
+
linkUrl: string;
|
|
11
|
+
};
|
|
12
|
+
qrSize: number;
|
|
13
|
+
spacing?: SpacingSettings;
|
|
14
|
+
}
|
|
@@ -6,5 +6,6 @@ export declare abstract class SearchTokenProvider {
|
|
|
6
6
|
abstract readonly title: string;
|
|
7
7
|
abstract readonly providerId: GuidValue;
|
|
8
8
|
abstract readonly tokens: string[];
|
|
9
|
+
abstract readonly tokenRegex?: RegExp;
|
|
9
10
|
resolveSearchTokens: (tokensToResolve: Array<string>) => Promise<SearchTokensReplacement>;
|
|
10
11
|
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ApiPath, GuidValue } from "@omnia/fx-models";
|
|
2
|
+
import { SetupWizardTemplateExtendData } from ".";
|
|
3
|
+
import { SetupWizardView } from "../../../models/setupwizard/setupwizard/SetupWizardView";
|
|
4
|
+
import { SetupWizardTemplateProvider } from "./SetupWizardTemplateProvider";
|
|
5
|
+
export interface ISetupWizardRegistrationApi {
|
|
6
|
+
registerViews: (providers: SetupWizardView | SetupWizardView[]) => void;
|
|
7
|
+
getAllViews: () => SetupWizardView[];
|
|
8
|
+
}
|
|
9
|
+
export interface ISetupWizardTemplateProviderRegistrationApi {
|
|
10
|
+
registerSetupWizardTemplateProvider: (providers: SetupWizardTemplateProvider | SetupWizardTemplateProvider[]) => void;
|
|
11
|
+
extendSetupWizardTemplate: (templateId: GuidValue, templateExtendData: SetupWizardTemplateExtendData, omniaServiceId: GuidValue) => void;
|
|
12
|
+
getAllSetupWizardTemplateProviders: () => SetupWizardTemplateProvider[];
|
|
13
|
+
}
|
|
14
|
+
declare module '../WorkplaceApi' {
|
|
15
|
+
interface IWorkplaceApi {
|
|
16
|
+
setupwizard: {
|
|
17
|
+
registration: Promise<ISetupWizardRegistrationApi>;
|
|
18
|
+
templateproviders: Promise<ISetupWizardTemplateProviderRegistrationApi>;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
interface IWorkplaceExtendApiManifest {
|
|
22
|
+
setupwizard: {
|
|
23
|
+
registration: ApiPath;
|
|
24
|
+
templateproviders: ApiPath;
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { GuidValue, TargetResolverTypes } from "@omnia/fx-models";
|
|
2
|
+
import { SetupWizardTemplateFeatureHandler } from "..";
|
|
3
|
+
export declare enum SetupWizardScope {
|
|
4
|
+
Tenant = 1,
|
|
5
|
+
BusinessProfile = 2
|
|
6
|
+
}
|
|
7
|
+
export interface SetupWizardContent {
|
|
8
|
+
id: GuidValue;
|
|
9
|
+
title: string;
|
|
10
|
+
description: string;
|
|
11
|
+
order?: number;
|
|
12
|
+
scopes: SetupWizardScope[];
|
|
13
|
+
uncheckedByDefault?: boolean;
|
|
14
|
+
omniaServiceId: GuidValue;
|
|
15
|
+
onCheckedChange?: (isChecked: boolean, featureHandler: SetupWizardTemplateFeatureHandler) => void;
|
|
16
|
+
}
|
|
17
|
+
export interface SetupWizardFeature {
|
|
18
|
+
title: string;
|
|
19
|
+
feature: {
|
|
20
|
+
id: GuidValue;
|
|
21
|
+
scope: TargetResolverTypes;
|
|
22
|
+
settings?: Record<string, string>;
|
|
23
|
+
};
|
|
24
|
+
order?: number;
|
|
25
|
+
scopes: SetupWizardRender[];
|
|
26
|
+
stopOnFailed?: boolean;
|
|
27
|
+
omniaServiceId: GuidValue;
|
|
28
|
+
}
|
|
29
|
+
export interface SetupWizardRender {
|
|
30
|
+
scope: SetupWizardScope;
|
|
31
|
+
hidden: boolean;
|
|
32
|
+
}
|
|
33
|
+
export interface SetupWizardTemplateExtendData {
|
|
34
|
+
features: SetupWizardFeature[];
|
|
35
|
+
contents: SetupWizardContent[];
|
|
36
|
+
}
|
|
37
|
+
export interface SetupWizardStep {
|
|
38
|
+
order: number;
|
|
39
|
+
title: string;
|
|
40
|
+
componentManifestId?: GuidValue;
|
|
41
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { GuidValue, IIcon } from "@omnia/fx/models";
|
|
2
|
+
import { SetupWizardContent, SetupWizardFeature, SetupWizardScope, SetupWizardStep } from "./SetupWizardSettings";
|
|
3
|
+
export declare abstract class SetupWizardTemplateProvider {
|
|
4
|
+
abstract readonly omniaServiceId: GuidValue;
|
|
5
|
+
abstract readonly id: GuidValue;
|
|
6
|
+
abstract title: string;
|
|
7
|
+
abstract icon: IIcon;
|
|
8
|
+
abstract description: string;
|
|
9
|
+
abstract externalLink?: string;
|
|
10
|
+
abstract steps: SetupWizardStep[];
|
|
11
|
+
abstract scopes: SetupWizardScope[];
|
|
12
|
+
abstract contents: SetupWizardContent[];
|
|
13
|
+
abstract features: SetupWizardFeature[];
|
|
14
|
+
}
|
|
15
|
+
export declare class SetupWizardTemplateFeatureHandler {
|
|
16
|
+
private template;
|
|
17
|
+
constructor(template: SetupWizardTemplateProvider);
|
|
18
|
+
addFeature(feature: SetupWizardFeature): void;
|
|
19
|
+
removeFeature(feature: SetupWizardFeature): void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
var SetupWizardTemplateProvider = /** @class */ (function () {
|
|
2
|
+
function SetupWizardTemplateProvider() {
|
|
3
|
+
}
|
|
4
|
+
return SetupWizardTemplateProvider;
|
|
5
|
+
}());
|
|
6
|
+
export { SetupWizardTemplateProvider };
|
|
7
|
+
var SetupWizardTemplateFeatureHandler = /** @class */ (function () {
|
|
8
|
+
function SetupWizardTemplateFeatureHandler(template) {
|
|
9
|
+
this.template = template;
|
|
10
|
+
}
|
|
11
|
+
SetupWizardTemplateFeatureHandler.prototype.addFeature = function (feature) {
|
|
12
|
+
var index = this.template.features.findIndex(function (s) { return s.feature.id.toString() == feature.feature.id; });
|
|
13
|
+
if (index < 0) {
|
|
14
|
+
this.template.features.push(feature);
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
SetupWizardTemplateFeatureHandler.prototype.removeFeature = function (feature) {
|
|
18
|
+
var index = this.template.features.findIndex(function (s) { return s.feature.id.toString() == feature.feature.id; });
|
|
19
|
+
if (index > -1) {
|
|
20
|
+
this.template.features.splice(index, 1);
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
return SetupWizardTemplateFeatureHandler;
|
|
24
|
+
}());
|
|
25
|
+
export { SetupWizardTemplateFeatureHandler };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export var LinkHandlerSettingsStyles = {};
|
|
@@ -71,6 +71,7 @@ export declare const SimpleListingSearchTemplateStyles: {
|
|
|
71
71
|
itemWrapper?: types.NestedCSSProperties;
|
|
72
72
|
linkAvatar?: types.NestedCSSProperties;
|
|
73
73
|
noneBgIconContainer?: (iconSize: string) => types.NestedCSSProperties;
|
|
74
|
+
title?: types.NestedCSSProperties;
|
|
74
75
|
};
|
|
75
76
|
export declare const AppIconSearchTemplateStyles: {
|
|
76
77
|
itemWrapper?: types.NestedCSSProperties;
|
|
@@ -14,7 +14,7 @@ export declare const NotificationPanelStyles: {
|
|
|
14
14
|
setCategoryTabWidth?: (categoriesPerRow: number) => types.NestedCSSProperties;
|
|
15
15
|
buttonOutline?: types.NestedCSSProperties;
|
|
16
16
|
createColorSchemaForTabs: (customColors: NotificationPanelCustomColorModel, theming: Theming) => types.NestedCSSProperties;
|
|
17
|
-
createTabItemStyling: (displaySettings: NoficationPanelDisplaySettings, index: number, items: number) => types.NestedCSSProperties;
|
|
17
|
+
createTabItemStyling: (displaySettings: NoficationPanelDisplaySettings, index: number, items: number, isAccessibilityMode: boolean) => types.NestedCSSProperties;
|
|
18
18
|
createTabItemMediaQuery?: () => types.MediaQuery;
|
|
19
19
|
centerText?: types.NestedCSSProperties;
|
|
20
20
|
verticalSliderStyle?: (sliderColor: string) => types.NestedCSSProperties;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SpacingSettings } from "@omnia/fx/models";
|
|
2
|
+
import { types } from "typestyle";
|
|
3
|
+
/**
|
|
4
|
+
* Styles for the QRCode component
|
|
5
|
+
*/
|
|
6
|
+
export declare const QRCodeStyles: {
|
|
7
|
+
container: types.NestedCSSProperties;
|
|
8
|
+
qrImage: types.NestedCSSProperties;
|
|
9
|
+
setBlockPadding?: (val: SpacingSettings) => types.NestedCSSProperties;
|
|
10
|
+
};
|
|
@@ -17,9 +17,11 @@ declare type SearchRule = {
|
|
|
17
17
|
headerTitle?: types.NestedCSSProperties;
|
|
18
18
|
textboxDialogMode?: types.NestedCSSProperties;
|
|
19
19
|
noResult?: (showOnHeader: boolean, dropdownResultMode: boolean) => types.NestedCSSProperties;
|
|
20
|
+
contentTop?: (showOnHeader: boolean, dropdownResultMode: boolean) => types.NestedCSSProperties;
|
|
20
21
|
searchBox?: (styling: SearchBoxStyling, theming: ITheming) => types.NestedCSSProperties;
|
|
21
22
|
dropdownResult?: (height: number, showOnHeader: boolean) => types.NestedCSSProperties;
|
|
22
23
|
dropdownOverride?: types.NestedCSSProperties;
|
|
24
|
+
spellingSuggestionLink?: types.NestedCSSProperties;
|
|
23
25
|
};
|
|
24
26
|
export declare const SearchAdminStyles: {
|
|
25
27
|
container?: types.NestedCSSProperties;
|
|
@@ -72,6 +74,8 @@ export declare const AdvancedSearchStyles: {
|
|
|
72
74
|
promotedResultDivider?: types.NestedCSSProperties;
|
|
73
75
|
refinerPanelHeader?: types.NestedCSSProperties;
|
|
74
76
|
refinerPanelContent?: types.NestedCSSProperties;
|
|
77
|
+
spellingSusstionWrapper?: types.NestedCSSProperties;
|
|
78
|
+
spellingSuggestionLink?: types.NestedCSSProperties;
|
|
75
79
|
};
|
|
76
80
|
export declare const AdvancedSearchSettingsStyles: {
|
|
77
81
|
container?: types.NestedCSSProperties;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString } from '@omnia/fx-models';
|
|
1
|
+
import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString, MediaPickerImage } from '@omnia/fx-models';
|
|
2
2
|
import { TeamCollaborationRollupScopeTypes } from '.';
|
|
3
3
|
import { AppEnums } from '../apps';
|
|
4
4
|
export declare const TeamCollaborationConstants: {
|
|
5
|
-
readonly
|
|
5
|
+
readonly teamTitleAndLinkToTeamwork: string;
|
|
6
|
+
readonly teamTitleAndLinkToPublicInfo: string;
|
|
6
7
|
readonly searchBoxInternalName: string;
|
|
7
8
|
readonly OPMProcessPropertyId: string;
|
|
8
9
|
readonly appInstanceDescription: string;
|
|
@@ -18,6 +19,7 @@ export interface TeamCollaborationRollupResultItem {
|
|
|
18
19
|
followError?: boolean;
|
|
19
20
|
unfollowError?: boolean;
|
|
20
21
|
templateIcon?: any;
|
|
22
|
+
image?: MediaPickerImage;
|
|
21
23
|
defaultResourceUrlType?: AppEnums.ResourceUrlType;
|
|
22
24
|
}
|
|
23
25
|
export interface MSTeamResponseResult {
|
|
@@ -82,6 +84,10 @@ export interface TeamCollaborationRollupQuery extends RollupSetting {
|
|
|
82
84
|
enableWildcardSearch?: boolean;
|
|
83
85
|
currentBusinessProfile?: boolean;
|
|
84
86
|
}
|
|
87
|
+
export declare enum TeamCollaborationRollupLinkBehavior {
|
|
88
|
+
OpenTeamwork = 0,
|
|
89
|
+
OpenLayout = 1
|
|
90
|
+
}
|
|
85
91
|
export interface TeamCollaborationRollupBlockSettings extends TeamCollaborationRollupQuery {
|
|
86
92
|
uiFilters: Array<UIFilter>;
|
|
87
93
|
selectedViewId: string;
|
|
@@ -120,6 +126,7 @@ export declare module TeamCollaborationRollupEnums {
|
|
|
120
126
|
}
|
|
121
127
|
enum IconModes {
|
|
122
128
|
LetterAvatar = 0,
|
|
123
|
-
TemplateIcon = 1
|
|
129
|
+
TemplateIcon = 1,
|
|
130
|
+
AppImage = 2
|
|
124
131
|
}
|
|
125
132
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export var TeamCollaborationConstants = {
|
|
2
|
-
get
|
|
2
|
+
get teamTitleAndLinkToTeamwork() { return "E1D9C213-F355-4D1C-9F96-3D57BD5C6181"; },
|
|
3
|
+
get teamTitleAndLinkToPublicInfo() { return "82C362D8-1E60-4C0E-8497-7E153DA99535"; },
|
|
3
4
|
get searchBoxInternalName() { return "BFD1558A-B135-4210-B1F6-A834774FD865"; },
|
|
4
5
|
//Temp solution to remove OPM reference
|
|
5
6
|
//This should be removed when we properly fix the enterprise property
|
|
@@ -8,6 +9,11 @@ export var TeamCollaborationConstants = {
|
|
|
8
9
|
},
|
|
9
10
|
get appInstanceDescription() { return "appinstance_description"; }
|
|
10
11
|
};
|
|
12
|
+
export var TeamCollaborationRollupLinkBehavior;
|
|
13
|
+
(function (TeamCollaborationRollupLinkBehavior) {
|
|
14
|
+
TeamCollaborationRollupLinkBehavior[TeamCollaborationRollupLinkBehavior["OpenTeamwork"] = 0] = "OpenTeamwork";
|
|
15
|
+
TeamCollaborationRollupLinkBehavior[TeamCollaborationRollupLinkBehavior["OpenLayout"] = 1] = "OpenLayout";
|
|
16
|
+
})(TeamCollaborationRollupLinkBehavior || (TeamCollaborationRollupLinkBehavior = {}));
|
|
11
17
|
export var TeamCollaborationRollupEnums;
|
|
12
18
|
(function (TeamCollaborationRollupEnums) {
|
|
13
19
|
var PagingType;
|
|
@@ -25,5 +31,6 @@ export var TeamCollaborationRollupEnums;
|
|
|
25
31
|
(function (IconModes) {
|
|
26
32
|
IconModes[IconModes["LetterAvatar"] = 0] = "LetterAvatar";
|
|
27
33
|
IconModes[IconModes["TemplateIcon"] = 1] = "TemplateIcon";
|
|
34
|
+
IconModes[IconModes["AppImage"] = 2] = "AppImage";
|
|
28
35
|
})(IconModes = TeamCollaborationRollupEnums.IconModes || (TeamCollaborationRollupEnums.IconModes = {}));
|
|
29
36
|
})(TeamCollaborationRollupEnums || (TeamCollaborationRollupEnums = {}));
|
|
@@ -26,6 +26,7 @@ export declare const TeamCollaborationRollupBlockListViewStyles: {
|
|
|
26
26
|
customOmfxPeoplePicker?: types.NestedCSSProperties;
|
|
27
27
|
titleLink?: types.NestedCSSProperties;
|
|
28
28
|
clickableLink?: types.NestedCSSProperties;
|
|
29
|
+
nonClickableLink?: types.NestedCSSProperties;
|
|
29
30
|
getPaddingStyle?: (spacing: SpacingSettings, skip?: {
|
|
30
31
|
top?: boolean;
|
|
31
32
|
right?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GuidValue, EnterprisePropertyDefinition
|
|
2
|
-
import { TeamCollaborationRollupViewSettings,
|
|
1
|
+
import { GuidValue, EnterprisePropertyDefinition } from '@omnia/fx-models';
|
|
2
|
+
import { TeamCollaborationRollupViewSettings, TeamCollaborationRollupResultItem, TeamCollaborationRollupBlockSettings } from './TeamCollaborationRollupBlock';
|
|
3
3
|
export interface MyTeamCollaborationDialog {
|
|
4
4
|
open: boolean;
|
|
5
5
|
isCreateMode: boolean;
|
|
@@ -23,20 +23,6 @@ export interface ITeamCollaborationRollupViewSettingsInterface<T extends TeamCol
|
|
|
23
23
|
onUpdatedViewSettings: (viewSettings: T) => void;
|
|
24
24
|
styles: any;
|
|
25
25
|
}
|
|
26
|
-
export interface TeamCollaborationListViewColumn {
|
|
27
|
-
internalName: string;
|
|
28
|
-
type: PropertyIndexedType;
|
|
29
|
-
width?: string;
|
|
30
|
-
showHeading?: boolean;
|
|
31
|
-
}
|
|
32
|
-
export interface TeamCollaborationListViewDateTimeColumn extends TeamCollaborationListViewColumn {
|
|
33
|
-
type: PropertyIndexedType.DateTime;
|
|
34
|
-
mode: TeamCollaborationRollupEnums.DateTimeMode;
|
|
35
|
-
format: string;
|
|
36
|
-
}
|
|
37
|
-
export interface TeamCollaborationRollupListViewSettings extends TeamCollaborationRollupViewSettings {
|
|
38
|
-
columns: Array<TeamCollaborationListViewColumn>;
|
|
39
|
-
}
|
|
40
26
|
export declare enum TeamCollaborationRollupScopeTypes {
|
|
41
27
|
All = 0,
|
|
42
28
|
Following = 1,
|
package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { AppInstance, IHttpApiOperationResult, RollupSetting } from '@omnia/fx-models';
|
|
2
|
+
import { InformationProtectionLabel, MSTeamResponseResult, MSTeamsApps, MSTeamsChannel, MSTeamsInfo, TeamCollaborationResult } from '../../fx/models';
|
|
3
3
|
export declare class TeamCollaborationService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
constructor();
|
|
@@ -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,9 +1,11 @@
|
|
|
1
|
-
import { Store } from
|
|
2
|
-
import { SearchCategoryService } from
|
|
3
|
-
import { SearchCategory, SearchCategoryBase } from
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { SearchCategoryService } from "../services";
|
|
3
|
+
import { SearchCategory, 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
|
*/
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
export declare class SearchTokenStore extends Store {
|
|
3
|
+
/**
|
|
4
|
+
* State
|
|
5
|
+
*/
|
|
6
|
+
constructor();
|
|
7
|
+
onActivated(): void;
|
|
8
|
+
onDisposing(): void;
|
|
9
|
+
/**
|
|
10
|
+
* Implementation of getters
|
|
11
|
+
*/
|
|
12
|
+
getters: {};
|
|
13
|
+
/**
|
|
14
|
+
* Implementation of mutations
|
|
15
|
+
*/
|
|
16
|
+
mutations: {};
|
|
17
|
+
actions: {
|
|
18
|
+
ensureTokenReplacementMultiQueryText: import("@omnia/fx/stores").StoreAction<unknown, (searchQueryTexts: {
|
|
19
|
+
[id: string]: string;
|
|
20
|
+
}) => void, (result: {
|
|
21
|
+
[id: string]: string;
|
|
22
|
+
}, searchQueryTexts: {
|
|
23
|
+
[id: string]: string;
|
|
24
|
+
}) => void, (failureReason: any, searchQueryTexts: {
|
|
25
|
+
[id: string]: string;
|
|
26
|
+
}) => void, (searchQueryTexts: {
|
|
27
|
+
[id: string]: string;
|
|
28
|
+
}) => Promise<{
|
|
29
|
+
[id: string]: string;
|
|
30
|
+
}>>;
|
|
31
|
+
ensureTokenReplacement: import("@omnia/fx/stores").StoreAction<unknown, (searchQueryText: string) => void, (result: string, searchQueryText: string) => void, (failureReason: any, searchQueryText: string) => void, (searchQueryText: string) => Promise<string>>;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Store } from '@omnia/fx/stores';
|
|
2
|
-
import {
|
|
2
|
+
import { TeamCollaborationResult, TeamCollaborationRollupQuery, TeamCollaborationRollupResultItem, TeamCollaborationRollupScopeTypes } from '../../fx/models';
|
|
3
3
|
export declare class TeamCollaborationStore extends Store {
|
|
4
4
|
private teamCollaborationService;
|
|
5
5
|
private subscriptionHandler;
|
package/package.json
CHANGED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { ApiPath, GuidValue } from "@omnia/fx-models";
|
|
2
|
-
import { QuickSetupStep, QuickSetupTemplateExtendData } from ".";
|
|
3
|
-
import { QuickSetupWizardView } from "../../../models";
|
|
4
|
-
import { QuickSetupTemplateProvider } from "./QuickSetupTemplateProvider";
|
|
5
|
-
export interface IQuickSetupWizardRegistrationApi {
|
|
6
|
-
registerViews: (providers: QuickSetupWizardView | QuickSetupWizardView[]) => void;
|
|
7
|
-
getAllViews: () => QuickSetupWizardView[];
|
|
8
|
-
}
|
|
9
|
-
export interface IQuickSetupTemplateProviderRegistrationApi {
|
|
10
|
-
registerQuickSetupTemplateProvider: (providers: QuickSetupTemplateProvider | QuickSetupTemplateProvider[]) => void;
|
|
11
|
-
extendQuickSetupTemplate: (templateId: GuidValue, templateExtendData: QuickSetupTemplateExtendData) => void;
|
|
12
|
-
getAllQuickSetupTemplateProviders: () => QuickSetupTemplateProvider[];
|
|
13
|
-
}
|
|
14
|
-
export interface IQuickSetupStepProviderApi {
|
|
15
|
-
getDefaultSteps: () => QuickSetupStep[];
|
|
16
|
-
}
|
|
17
|
-
declare module '../WorkplaceApi' {
|
|
18
|
-
interface IWorkplaceApi {
|
|
19
|
-
wizard: {
|
|
20
|
-
registration: Promise<IQuickSetupWizardRegistrationApi>;
|
|
21
|
-
templateproviders: Promise<IQuickSetupTemplateProviderRegistrationApi>;
|
|
22
|
-
stepproviders: Promise<IQuickSetupStepProviderApi>;
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
interface IWorkplaceExtendApiManifest {
|
|
26
|
-
wizard: {
|
|
27
|
-
registration: ApiPath;
|
|
28
|
-
templateproviders: ApiPath;
|
|
29
|
-
stepproviders: ApiPath;
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { GuidValue, IIcon, TargetResolverTypes } from "@omnia/fx-models";
|
|
2
|
-
import { QuickSetupWizardView } from "../../../models";
|
|
3
|
-
export declare enum QuickSetupScope {
|
|
4
|
-
Tenant = 1,
|
|
5
|
-
BusinessProfile = 2
|
|
6
|
-
}
|
|
7
|
-
export interface QuickSetupContent {
|
|
8
|
-
id: GuidValue;
|
|
9
|
-
title: string;
|
|
10
|
-
description: string;
|
|
11
|
-
order?: number;
|
|
12
|
-
scopes: QuickSetupScope[];
|
|
13
|
-
uncheckedByDefault?: boolean;
|
|
14
|
-
onCheckedChange?: (checked: boolean) => void;
|
|
15
|
-
}
|
|
16
|
-
export interface QuickSetupFeature {
|
|
17
|
-
title: string;
|
|
18
|
-
feature: {
|
|
19
|
-
id: GuidValue;
|
|
20
|
-
scope: TargetResolverTypes;
|
|
21
|
-
};
|
|
22
|
-
order?: number;
|
|
23
|
-
scopes: QuickSetupRender[];
|
|
24
|
-
stopOnFailed?: boolean;
|
|
25
|
-
}
|
|
26
|
-
export interface QuickSetupRender {
|
|
27
|
-
scope: QuickSetupScope;
|
|
28
|
-
hidden: boolean;
|
|
29
|
-
}
|
|
30
|
-
export interface QuickSetupOption {
|
|
31
|
-
title: string;
|
|
32
|
-
icon: IIcon;
|
|
33
|
-
description?: string;
|
|
34
|
-
readMoreLink?: string;
|
|
35
|
-
registeredViews: QuickSetupWizardView[];
|
|
36
|
-
}
|
|
37
|
-
export interface QuickSetupTemplateExtendData {
|
|
38
|
-
features: QuickSetupFeature[];
|
|
39
|
-
contents: QuickSetupContent[];
|
|
40
|
-
}
|
|
41
|
-
export interface QuickSetupStep {
|
|
42
|
-
order: number;
|
|
43
|
-
title: string;
|
|
44
|
-
componentManifestId?: GuidValue;
|
|
45
|
-
settingsId: string;
|
|
46
|
-
onValidate?: () => boolean;
|
|
47
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { GuidValue, IIcon } from "@omnia/fx/models";
|
|
2
|
-
import { QuickSetupContent, QuickSetupFeature, QuickSetupScope, QuickSetupStep } from "./QuickSetupSettings";
|
|
3
|
-
export declare abstract class QuickSetupTemplateProvider {
|
|
4
|
-
abstract readonly omniaServiceId: GuidValue;
|
|
5
|
-
abstract readonly id: GuidValue;
|
|
6
|
-
abstract title: string;
|
|
7
|
-
abstract icon: IIcon;
|
|
8
|
-
abstract description: string;
|
|
9
|
-
abstract externalLink?: string;
|
|
10
|
-
abstract steps: QuickSetupStep[];
|
|
11
|
-
abstract scopes: QuickSetupScope[];
|
|
12
|
-
abstract contents: QuickSetupContent[];
|
|
13
|
-
abstract features: QuickSetupFeature[];
|
|
14
|
-
}
|