@omnia/workplace 7.0.7-dev → 7.0.7
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 +119 -12
- package/internal-do-not-import-from-here/models/ManifestIds.js +148 -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/UserMenuStore.d.ts +12 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +2 -0
- 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
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { BaseFilterEngineProperty, FilterEngineSettings, GuidValue, MultilingualString, OrderBy, PropertyIndexedType, RollupEnums, RollupFilter, RollupFilterValue, RollupOtherTypes, SpacingSettings, TypedFilterEnginePropertyOutput } from "@omnia/fx/models";
|
|
2
|
+
import { SignOffRequestRollupViewComponentSettings } from "./SignOffRequestRollupViewSettings";
|
|
3
|
+
export interface SignOffRequestRollupBlockSettings {
|
|
4
|
+
title: MultilingualString;
|
|
5
|
+
querySettings: SignOffRequestRollupBlockQuerySettings;
|
|
6
|
+
displaySettings: SignOffRequestRollupBlockDisplaySettings;
|
|
7
|
+
pagingSettings: SignOffRequestRollupPagingSettings;
|
|
8
|
+
filterEngine: FilterEngineSettings;
|
|
9
|
+
}
|
|
10
|
+
export interface SignOffRequestRollupBlockQuerySettings {
|
|
11
|
+
queryScope: SignOffRequestScopedQueryTypes;
|
|
12
|
+
filters: SignOffRequestRollupFilter[];
|
|
13
|
+
}
|
|
14
|
+
export interface SignOffRequestRollupBlockDisplaySettings {
|
|
15
|
+
selectedDisplayView: SignOffRequestRollupViewRegistrationSettings;
|
|
16
|
+
orderBy?: OrderBy;
|
|
17
|
+
spacing?: SpacingSettings;
|
|
18
|
+
noResultText?: MultilingualString;
|
|
19
|
+
}
|
|
20
|
+
export interface SignOffRequestRollupBlockFilterSettings {
|
|
21
|
+
filters?: Array<RollupFilter>;
|
|
22
|
+
searchBoxSettings?: SignOffRequestRollupSearchboxSettings;
|
|
23
|
+
hideFilterByDefault: boolean;
|
|
24
|
+
saveFilterState: boolean;
|
|
25
|
+
}
|
|
26
|
+
export interface SignOffRequestRollupViewRegistrationSettings {
|
|
27
|
+
viewRegistrationId: GuidValue;
|
|
28
|
+
resultRendererComponentId: GuidValue;
|
|
29
|
+
viewSettings: SignOffRequestRollupViewComponentSettings;
|
|
30
|
+
}
|
|
31
|
+
export interface SignOffRequestRollupSearchboxSettings {
|
|
32
|
+
searchKeyword: string;
|
|
33
|
+
searchOnProperties: string[];
|
|
34
|
+
outlined: boolean;
|
|
35
|
+
rounded: boolean;
|
|
36
|
+
filled: boolean;
|
|
37
|
+
}
|
|
38
|
+
export interface SignOffRequestRollupPagingSettings {
|
|
39
|
+
pagingType?: RollupEnums.PagingType;
|
|
40
|
+
itemLimit?: number;
|
|
41
|
+
}
|
|
42
|
+
export declare enum SignOffRequestScopedQueryTypes {
|
|
43
|
+
AllRequests = 1,
|
|
44
|
+
RequestedByMe = 2,
|
|
45
|
+
TargetedToMe = 3
|
|
46
|
+
}
|
|
47
|
+
export declare class SignOffRequestRollupConstants {
|
|
48
|
+
static SignOffRequestProperties: {
|
|
49
|
+
TitleAndLink: string;
|
|
50
|
+
Description: string;
|
|
51
|
+
Requested: string;
|
|
52
|
+
RequestedBy: string;
|
|
53
|
+
Status: string;
|
|
54
|
+
ProgressStatus: string;
|
|
55
|
+
MyProgressStatus: string;
|
|
56
|
+
RequestSentTo: string;
|
|
57
|
+
RequestsCompleted: string;
|
|
58
|
+
TotalNoOfRequests: string;
|
|
59
|
+
Type: string;
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
export interface ProgressStatusFilterEngineProperty extends BaseFilterEngineProperty {
|
|
63
|
+
value: number[];
|
|
64
|
+
type: PropertyIndexedType.Number;
|
|
65
|
+
}
|
|
66
|
+
export interface ProgressStatusEnginePropertyOutput extends TypedFilterEnginePropertyOutput {
|
|
67
|
+
type: PropertyIndexedType.Number;
|
|
68
|
+
value: number[];
|
|
69
|
+
sub: ProgressStatusEnginePropertyOutput[];
|
|
70
|
+
}
|
|
71
|
+
export interface StatusFilterEngineProperty extends BaseFilterEngineProperty {
|
|
72
|
+
value: number[];
|
|
73
|
+
type: PropertyIndexedType.Number;
|
|
74
|
+
}
|
|
75
|
+
export interface StatusEnginePropertyOutput extends TypedFilterEnginePropertyOutput {
|
|
76
|
+
type: PropertyIndexedType.Number;
|
|
77
|
+
value: number[];
|
|
78
|
+
sub: StatusEnginePropertyOutput[];
|
|
79
|
+
}
|
|
80
|
+
export interface TypeFilterEngineProperty extends BaseFilterEngineProperty {
|
|
81
|
+
value: Array<GuidValue>;
|
|
82
|
+
type: PropertyIndexedType.Text;
|
|
83
|
+
}
|
|
84
|
+
export interface TypePropFilterValue extends RollupFilterValue {
|
|
85
|
+
value: Array<GuidValue>;
|
|
86
|
+
}
|
|
87
|
+
export interface ExtendedPropFilterValue extends RollupFilterValue {
|
|
88
|
+
value: Array<any>;
|
|
89
|
+
}
|
|
90
|
+
export type SignOffRequestRollupFilter = Omit<RollupFilter, "type"> & {
|
|
91
|
+
type: PropertyIndexedType | RollupOtherTypes.TextSearches;
|
|
92
|
+
};
|
package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SignOffRequestRollupConstants = exports.SignOffRequestScopedQueryTypes = void 0;
|
|
4
|
+
var SignOffRequestScopedQueryTypes;
|
|
5
|
+
(function (SignOffRequestScopedQueryTypes) {
|
|
6
|
+
SignOffRequestScopedQueryTypes[SignOffRequestScopedQueryTypes["AllRequests"] = 1] = "AllRequests";
|
|
7
|
+
SignOffRequestScopedQueryTypes[SignOffRequestScopedQueryTypes["RequestedByMe"] = 2] = "RequestedByMe";
|
|
8
|
+
SignOffRequestScopedQueryTypes[SignOffRequestScopedQueryTypes["TargetedToMe"] = 3] = "TargetedToMe";
|
|
9
|
+
})(SignOffRequestScopedQueryTypes = exports.SignOffRequestScopedQueryTypes || (exports.SignOffRequestScopedQueryTypes = {}));
|
|
10
|
+
class SignOffRequestRollupConstants {
|
|
11
|
+
}
|
|
12
|
+
exports.SignOffRequestRollupConstants = SignOffRequestRollupConstants;
|
|
13
|
+
SignOffRequestRollupConstants.SignOffRequestProperties = {
|
|
14
|
+
TitleAndLink: "titleandlink_c9f99889-87e4-4e02-b7e1-b7ffdb802ff6",
|
|
15
|
+
Description: "description_6b639a3e-622a-44bf-8e2d-7355fe7f8317",
|
|
16
|
+
Requested: "requested_5ce3e4c9-efe9-43b6-b0be-9c0a30cb5802",
|
|
17
|
+
RequestedBy: "requestedby_717ac377-4468-4fd1-bb30-0cf2a205867d",
|
|
18
|
+
Status: "status_c2cf78a1-ae14-437f-a4ee-f4a6b51616d1",
|
|
19
|
+
ProgressStatus: "progressstatus_f8316195-7e79-4c46-bf18-148aef198ff9",
|
|
20
|
+
MyProgressStatus: "myprogressstatus_dae090e5-f1c8-4e8d-82ba-370db3d4f8ed",
|
|
21
|
+
RequestSentTo: "requestsentto_b9be8445-ee17-492e-bfde-2d666acbc4bb",
|
|
22
|
+
RequestsCompleted: "requestscompleted_fbcde06b-d3c9-4dc5-a68e-28410273adc5",
|
|
23
|
+
TotalNoOfRequests: "totalnoofrequests_95f47b9c-9a38-4db2-b7a8-1899e6cac359",
|
|
24
|
+
Type: "type_54830454-80c5-4be5-8fd7-d08c94367eb7",
|
|
25
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SignOffRequest } from "./SignOffRequest";
|
|
2
|
+
import { SignOffRequestRollupBlockDisplaySettings, SignOffRequestScopedQueryTypes } from "./SignOffRequestRollupBlockSettings";
|
|
3
|
+
export interface ISignOffRequestRollupViewRendererComponent {
|
|
4
|
+
requestList: ISignOffRequestListItem[];
|
|
5
|
+
displaySettings: SignOffRequestRollupBlockDisplaySettings;
|
|
6
|
+
notificationPanelElementIdPrefix?: string;
|
|
7
|
+
isInNotificationPanel?: boolean;
|
|
8
|
+
total: number;
|
|
9
|
+
itemOpening?: (item: SignOffRequest) => void;
|
|
10
|
+
scopedQueryType: SignOffRequestScopedQueryTypes;
|
|
11
|
+
}
|
|
12
|
+
export interface ISignOffRequestListItem extends SignOffRequest {
|
|
13
|
+
isNew?: boolean;
|
|
14
|
+
height?: number;
|
|
15
|
+
}
|
package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EnterprisePropertyDefinition, GuidValue, PropertyIndexedType, RollupEnums, MultilingualString } from "@omnia/fx/models";
|
|
2
|
+
export interface SignOffRequestRollupViewRegistration {
|
|
3
|
+
id: GuidValue;
|
|
4
|
+
title: string;
|
|
5
|
+
resultRendererComponentId: GuidValue;
|
|
6
|
+
viewSettingsComponentId: GuidValue;
|
|
7
|
+
pagingTypes: Array<RollupEnums.PagingType>;
|
|
8
|
+
}
|
|
9
|
+
export interface ISignOffRequestRollupViewSettingsComponent<T extends SignOffRequestRollupViewComponentSettings> {
|
|
10
|
+
viewSettings: T;
|
|
11
|
+
selectableProperties: EnterprisePropertyDefinition[];
|
|
12
|
+
onUpdatedViewSettings?: (viewSettings: T) => void;
|
|
13
|
+
}
|
|
14
|
+
export interface SignOffRequestRollupViewComponentSettings {
|
|
15
|
+
selectEnterpriseProperties: Array<string>;
|
|
16
|
+
}
|
|
17
|
+
export interface SignOffRequestRollupViewPropertySettings {
|
|
18
|
+
propertyInternalName: string;
|
|
19
|
+
propertyType?: PropertyIndexedType;
|
|
20
|
+
width?: string;
|
|
21
|
+
isShowHeading?: boolean;
|
|
22
|
+
showCustomLabel?: boolean;
|
|
23
|
+
customLabel?: MultilingualString;
|
|
24
|
+
}
|
|
25
|
+
export interface SignOffRequestRollupViewDateTimePropertySettings extends SignOffRequestRollupViewPropertySettings {
|
|
26
|
+
dateTimeMode: RollupEnums.DateTimeMode;
|
|
27
|
+
format: string;
|
|
28
|
+
}
|
|
29
|
+
export interface SignOffRequestRollupViewProgressStatusPropertySettings extends SignOffRequestRollupViewPropertySettings {
|
|
30
|
+
isShowIcon: boolean;
|
|
31
|
+
isShowText: boolean;
|
|
32
|
+
}
|
|
@@ -4,11 +4,12 @@ export interface SignOffRequestSettings {
|
|
|
4
4
|
emailMaxNoOfUsers: number;
|
|
5
5
|
}
|
|
6
6
|
export interface ActionButtonSignOffRequestSettings extends IActionHandlerSettings {
|
|
7
|
+
signOffRequestTypeId?: GuidValue;
|
|
7
8
|
actionType: ActionType;
|
|
8
9
|
isInWCM: boolean;
|
|
9
10
|
}
|
|
10
11
|
export interface ActionType {
|
|
11
12
|
id: GuidValue;
|
|
12
13
|
title: string;
|
|
13
|
-
clickHandler?: () => Promise<void>;
|
|
14
|
+
clickHandler?: (settings: ActionButtonSignOffRequestSettings) => Promise<void>;
|
|
14
15
|
}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import { GuidValue, Identity, MultilingualString } from "@omnia/fx/models";
|
|
2
|
-
import {
|
|
2
|
+
import { SignOffRequestEnums } from ".";
|
|
3
|
+
import { ISignOffRequestResourceDataSettings } from "./SignOffRequestResource";
|
|
3
4
|
export interface ISignOffRequestTemplateUpdatableProperties {
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
name?: MultilingualString;
|
|
6
|
+
title?: SignOffRequestTemplateMultilingualStringDataSettings;
|
|
7
|
+
description?: SignOffRequestTemplateMultilingualStringDataSettings;
|
|
8
|
+
resources?: SignOffRequestTemplateSignOffResourceListDataSettings;
|
|
9
|
+
requestedBy?: SignOffRequestTemplateIdentityListDataSettings;
|
|
10
|
+
requestTo?: SignOffRequestTemplateIdentityListDataSettings;
|
|
11
|
+
signOffType?: SignOffRequestTemplateSignOffTypeDataSettings;
|
|
6
12
|
}
|
|
7
13
|
export interface SignOffRequestTemplate extends ISignOffRequestTemplateUpdatableProperties {
|
|
8
14
|
id: GuidValue;
|
|
@@ -11,3 +17,18 @@ export interface SignOffRequestTemplate extends ISignOffRequestTemplateUpdatable
|
|
|
11
17
|
modifiedBy?: Identity;
|
|
12
18
|
modifiedAt?: Date;
|
|
13
19
|
}
|
|
20
|
+
export interface ISignOffRequestTemplateDataSettings {
|
|
21
|
+
allowEdit: boolean;
|
|
22
|
+
}
|
|
23
|
+
export interface SignOffRequestTemplateMultilingualStringDataSettings extends ISignOffRequestTemplateDataSettings {
|
|
24
|
+
value: MultilingualString;
|
|
25
|
+
}
|
|
26
|
+
export interface SignOffRequestTemplateIdentityListDataSettings extends ISignOffRequestTemplateDataSettings {
|
|
27
|
+
value: Array<Identity>;
|
|
28
|
+
}
|
|
29
|
+
export interface SignOffRequestTemplateSignOffResourceListDataSettings extends ISignOffRequestTemplateDataSettings {
|
|
30
|
+
value: Array<ISignOffRequestResourceDataSettings>;
|
|
31
|
+
}
|
|
32
|
+
export interface SignOffRequestTemplateSignOffTypeDataSettings extends ISignOffRequestTemplateDataSettings {
|
|
33
|
+
value: SignOffRequestEnums.SignOffType;
|
|
34
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { GuidValue, Identity, MultilingualString } from "@omnia/fx/models";
|
|
2
|
+
import { SignOffRequestTemplate } from "./SignOffRequestTemplate";
|
|
3
|
+
export interface ISignOffRequestTypeUpdatableProperties {
|
|
4
|
+
title?: MultilingualString;
|
|
5
|
+
enterprisePropertySetId: GuidValue;
|
|
6
|
+
signOffRequestTemplates: Array<GuidValue>;
|
|
7
|
+
sendEmailInWorkflows: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface SignOffRequestType {
|
|
10
|
+
id: GuidValue;
|
|
11
|
+
title?: MultilingualString;
|
|
12
|
+
enterprisePropertySetId: GuidValue;
|
|
13
|
+
signOffRequestTemplates: Array<SignOffRequestTemplate>;
|
|
14
|
+
sendEmailInWorkflows: boolean;
|
|
15
|
+
createdBy?: Identity;
|
|
16
|
+
createdAt?: Date;
|
|
17
|
+
modifiedBy?: Identity;
|
|
18
|
+
modifiedAt?: Date;
|
|
19
|
+
}
|
|
@@ -10,3 +10,7 @@ export * from "./request";
|
|
|
10
10
|
export * from "./SignOffRequestDetail";
|
|
11
11
|
export * from "./SignOffRequestApi";
|
|
12
12
|
export * from "./SignOffRequestSettings";
|
|
13
|
+
export * from "./SignOffRequestType";
|
|
14
|
+
export * from "./SignOffRequestRollupViewSettings";
|
|
15
|
+
export * from "./SignOffRequestRollupBlockSettings";
|
|
16
|
+
export * from "./SignOffRequestRollupViewRendererComponent";
|
|
@@ -13,3 +13,7 @@ tslib_1.__exportStar(require("./request"), exports);
|
|
|
13
13
|
tslib_1.__exportStar(require("./SignOffRequestDetail"), exports);
|
|
14
14
|
tslib_1.__exportStar(require("./SignOffRequestApi"), exports);
|
|
15
15
|
tslib_1.__exportStar(require("./SignOffRequestSettings"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./SignOffRequestType"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./SignOffRequestRollupViewSettings"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./SignOffRequestRollupBlockSettings"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./SignOffRequestRollupViewRendererComponent"), exports);
|
|
@@ -1,9 +1,16 @@
|
|
|
1
|
-
import { Identity, MultilingualString } from "@omnia/fx/models";
|
|
2
|
-
import {
|
|
1
|
+
import { GuidValue, Identity, MultilingualString } from "@omnia/fx/models";
|
|
2
|
+
import { ISignOffRequestResourceDataSettings, SignOffRequestEnums, SignOffRequestResourceDetail } from "..";
|
|
3
3
|
export interface SignOffRequestCreateModel {
|
|
4
4
|
title: MultilingualString;
|
|
5
5
|
description?: MultilingualString;
|
|
6
|
+
typeId: GuidValue;
|
|
7
|
+
signOffType: SignOffRequestEnums.SignOffType;
|
|
8
|
+
requestedBy: Array<Identity>;
|
|
6
9
|
requestTo: Array<Identity>;
|
|
7
|
-
resources: Array<
|
|
10
|
+
resources: Array<ISignOffRequestResourceDataSettings>;
|
|
8
11
|
requestToEmails?: Array<string>;
|
|
12
|
+
enterpriseProperties: {
|
|
13
|
+
[internalName: string]: any;
|
|
14
|
+
};
|
|
15
|
+
resourceDetails: Array<SignOffRequestResourceDetail>;
|
|
9
16
|
}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { MultilingualString } from "@omnia/fx/models";
|
|
2
|
-
import {
|
|
2
|
+
import { SignOffRequestTemplateMultilingualStringDataSettings, SignOffRequestTemplateSignOffTypeDataSettings, SignOffRequestTemplateIdentityListDataSettings, SignOffRequestTemplateSignOffResourceListDataSettings } from "..";
|
|
3
3
|
export interface SignOffRequestTemplateCreateModel {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
name?: MultilingualString;
|
|
5
|
+
title?: SignOffRequestTemplateMultilingualStringDataSettings;
|
|
6
|
+
description?: SignOffRequestTemplateMultilingualStringDataSettings;
|
|
7
|
+
resources?: SignOffRequestTemplateSignOffResourceListDataSettings;
|
|
8
|
+
requestedBy?: SignOffRequestTemplateIdentityListDataSettings;
|
|
9
|
+
requestTo?: SignOffRequestTemplateIdentityListDataSettings;
|
|
10
|
+
signOffType?: SignOffRequestTemplateSignOffTypeDataSettings;
|
|
6
11
|
}
|
|
@@ -4,3 +4,4 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
tslib_1.__exportStar(require("./SignOffEmailRequest"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./SignOffRequestCreateModel"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./SignOffRequestTemplateCreateModel"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./SignOffRequestTypeCreateModel"), exports);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MySitesEnums } from
|
|
2
|
-
import { MultilingualString } from
|
|
1
|
+
import { MySitesEnums } from ".";
|
|
2
|
+
import { MultilingualString } from "@omnia/fx-models";
|
|
3
3
|
export interface MySitesSettings {
|
|
4
4
|
iconColor: string;
|
|
5
5
|
labelCreateNewSite: MultilingualString;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from "./MySitesSettings";
|
|
2
|
+
export * from "./Enums";
|
|
3
|
+
export * from "./Sites";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { types } from
|
|
2
|
-
import { SpacingSettings } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
import { SpacingSettings } from "@omnia/fx-models";
|
|
3
3
|
export declare const AnnouncementStyles: {
|
|
4
4
|
loadingStyle?: types.NestedCSSProperties;
|
|
5
5
|
announcementCustomImage?: types.NestedCSSProperties;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { types } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
2
|
import { SpacingSettings } from "@omnia/fx-models";
|
|
3
3
|
export declare const GovernanceDashboardStyles: {
|
|
4
4
|
container?: (spacing: SpacingSettings) => types.NestedCSSProperties;
|
|
5
5
|
breadcrumbItem?: types.NestedCSSProperties;
|
|
6
6
|
breadcrumbDisable?: types.NestedCSSProperties;
|
|
7
|
+
headerContainer?: types.NestedCSSProperties;
|
|
8
|
+
closeButton?: types.NestedCSSProperties;
|
|
7
9
|
};
|
|
8
10
|
export declare const GovernanceDashboardSettingsStyles: {
|
|
9
11
|
container?: types.NestedCSSProperties;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { types } from
|
|
2
|
-
import { OmniaTheming } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
import { OmniaTheming } from "@omnia/fx/ux";
|
|
3
3
|
export declare const LocalizationAdminStyles: {
|
|
4
4
|
container?: types.NestedCSSProperties;
|
|
5
5
|
row?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { types } from
|
|
2
|
-
import { OmniaTheming } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
import { OmniaTheming } from "@omnia/fx/ux";
|
|
3
3
|
export declare const LocalizationInputStyles: {
|
|
4
4
|
flag: types.NestedCSSProperties;
|
|
5
5
|
multilingualBodyWrapper: types.NestedCSSProperties;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { types } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
2
|
export declare const HorizontalMegaMenuStyles: {
|
|
3
3
|
wrapper: types.NestedCSSProperties;
|
|
4
4
|
nodeBtn: (bgColor: string, textColor: string) => types.NestedCSSProperties;
|
|
@@ -17,7 +17,7 @@ export declare const VerticalMegaMenuStyles: {
|
|
|
17
17
|
listItem: (bgColor: string, textColor: string) => types.NestedCSSProperties;
|
|
18
18
|
menu: (maxWidth: number, maxHeight: number, btnTop: number, btnRight: number, containerTop: number) => types.NestedCSSProperties;
|
|
19
19
|
menuDropDownSize: (maxWidth: number, maxHeight: number, btnTop: number, btnRight: number, containerTop: number) => types.NestedCSSProperties;
|
|
20
|
-
menuDropDown:
|
|
20
|
+
menuDropDown: types.NestedCSSProperties;
|
|
21
21
|
dynamicMenuScrollable: (maxWidth: number, maxHeight: number, btnTop: number, btnRight: number, containerTop: number) => types.NestedCSSProperties;
|
|
22
22
|
closeButton: types.NestedCSSProperties;
|
|
23
23
|
accessibilityLink: types.NestedCSSProperties;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { types } from
|
|
2
|
-
import { SpacingSettings } from
|
|
3
|
-
import { Theming } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
import { SpacingSettings } from "@omnia/fx-models";
|
|
3
|
+
import { Theming } from "@omnia/fx/ux";
|
|
4
4
|
export declare const MyLinksStyles: {
|
|
5
5
|
padding?: (spacing: SpacingSettings) => types.NestedCSSProperties;
|
|
6
6
|
layout?: types.NestedCSSProperties;
|
|
@@ -70,10 +70,13 @@ export declare const AppLaunchStyles: {
|
|
|
70
70
|
export declare const SimpleListingSearchTemplateStyles: {
|
|
71
71
|
itemWrapper?: types.NestedCSSProperties;
|
|
72
72
|
linkAvatar?: types.NestedCSSProperties;
|
|
73
|
+
noneBgIconContainer?: (iconSize: string) => types.NestedCSSProperties;
|
|
74
|
+
title?: types.NestedCSSProperties;
|
|
73
75
|
};
|
|
74
76
|
export declare const AppIconSearchTemplateStyles: {
|
|
75
77
|
itemWrapper?: types.NestedCSSProperties;
|
|
76
78
|
itemInner?: types.NestedCSSProperties;
|
|
77
79
|
linkAvatar?: types.NestedCSSProperties;
|
|
80
|
+
noneBgIconContainer?: (iconSize: string) => types.NestedCSSProperties;
|
|
78
81
|
link?: types.NestedCSSProperties;
|
|
79
82
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { types } from
|
|
2
|
-
import { SpacingSettings
|
|
3
|
-
import {
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
import { SpacingSettings } from "@omnia/fx-models";
|
|
3
|
+
import { Theming } from "@omnia/fx/ux";
|
|
4
|
+
import { NotificationPanelCustomColorModel, NoficationPanelDisplaySettings } from "../NotificationPanel";
|
|
4
5
|
export declare const NotificationPanelStyles: {
|
|
5
6
|
component?: types.NestedCSSProperties;
|
|
6
7
|
getblockheaderstyle?: (showtitle: boolean, color: string, bgcolor: string, padding: SpacingSettings, margin: SpacingSettings) => types.NestedCSSProperties;
|
|
7
|
-
setColor?: types.NestedCSSProperties;
|
|
8
|
+
setColor?: (color: any) => types.NestedCSSProperties;
|
|
8
9
|
setTabIconColor?: (color: string) => types.NestedCSSProperties;
|
|
9
10
|
setCustomColor?: (customColors: NotificationPanelCustomColorModel) => types.NestedCSSProperties;
|
|
10
11
|
setBackgroundColor?: (color: string) => types.NestedCSSProperties;
|
|
@@ -14,7 +15,7 @@ export declare const NotificationPanelStyles: {
|
|
|
14
15
|
setCategoryTabWidth?: (categoriesPerRow: number) => types.NestedCSSProperties;
|
|
15
16
|
buttonOutline?: types.NestedCSSProperties;
|
|
16
17
|
createColorSchemaForTabs: (customColors: NotificationPanelCustomColorModel, theming: Theming) => types.NestedCSSProperties;
|
|
17
|
-
createTabItemStyling: (displaySettings: NoficationPanelDisplaySettings, index: number, items: number) => types.NestedCSSProperties;
|
|
18
|
+
createTabItemStyling: (displaySettings: NoficationPanelDisplaySettings, index: number, items: number, isAccessibilityMode: boolean) => types.NestedCSSProperties;
|
|
18
19
|
createTabItemMediaQuery?: () => types.MediaQuery;
|
|
19
20
|
centerText?: types.NestedCSSProperties;
|
|
20
21
|
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
|
+
};
|