@omnia/workplace 8.0.6-dev → 8.0.8-dev
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/core/loc/formLocalize.d.ts +82 -1
- package/internal-do-not-import-from-here/core/loc/powerappLocalize.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/BusinessProfileSettingsSection.d.ts +3 -0
- package/internal-do-not-import-from-here/models/Constants.d.ts +11 -2
- package/internal-do-not-import-from-here/models/Constants.js +38 -29
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +16 -6
- package/internal-do-not-import-from-here/models/EnterpriseGlossaryInformation.d.ts +11 -0
- package/internal-do-not-import-from-here/models/EnterpriseGlossaryInformation.js +2 -0
- package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +2 -2
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +16 -3
- package/internal-do-not-import-from-here/models/ManifestIds.js +16 -3
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +3 -3
- package/internal-do-not-import-from-here/models/Workspace.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +48 -25
- package/internal-do-not-import-from-here/models/forms/Form.js +13 -1
- package/internal-do-not-import-from-here/models/forms/FormApi.d.ts +20 -0
- package/internal-do-not-import-from-here/models/forms/FormApi.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormDialogModel.d.ts +4 -0
- package/internal-do-not-import-from-here/models/forms/FormDialogModel.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormQuery.d.ts +32 -0
- package/internal-do-not-import-from-here/models/forms/FormQuery.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormTemplate.d.ts +36 -0
- package/internal-do-not-import-from-here/models/forms/FormTemplate.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormType.d.ts +21 -0
- package/internal-do-not-import-from-here/models/forms/FormType.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.d.ts +74 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.js +9 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockViewSettings.d.ts +24 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockViewSettings.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.d.ts +13 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.js +17 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.d.ts +39 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.js +8 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupViewRendererComponent.d.ts +7 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupViewRendererComponent.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/FormViewComponentSettings.d.ts +11 -0
- package/internal-do-not-import-from-here/models/forms/components/FormViewComponentSettings.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/ListViewComponentSettings.d.ts +18 -0
- package/internal-do-not-import-from-here/models/forms/components/ListViewComponentSettings.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/index.d.ts +7 -0
- package/internal-do-not-import-from-here/models/forms/components/index.js +10 -0
- package/internal-do-not-import-from-here/models/forms/index.d.ts +6 -0
- package/internal-do-not-import-from-here/models/forms/index.js +6 -0
- package/internal-do-not-import-from-here/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/index.js +1 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.js +6 -6
- package/internal-do-not-import-from-here/models/qrcode.d.ts +2 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +11 -12
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrence.d.ts +38 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrence.js +7 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrenceQuery.d.ts +10 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrenceQuery.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +13 -13
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +5 -1
- package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +3 -14
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +6 -6
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +1 -8
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/services/{FormService.d.ts → form/FormService.d.ts} +6 -3
- package/internal-do-not-import-from-here/services/form/FormTemplateService.d.ts +12 -0
- package/internal-do-not-import-from-here/services/form/FormTypeService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/form/index.d.ts +3 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/{FormStore.d.ts → form/FormStore.d.ts} +8 -6
- package/internal-do-not-import-from-here/stores/form/FormTemplateStore.d.ts +24 -0
- package/internal-do-not-import-from-here/stores/form/FormTypeStore.d.ts +24 -0
- package/internal-do-not-import-from-here/stores/form/index.d.ts +3 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -1
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/ux/MediaPickerProviderStorageWorkplaceContext.d.ts +3 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +1027 -47
- package/package.json +1 -1
@@ -5,9 +5,32 @@ export declare namespace FormsLocalization {
|
|
5
5
|
Polls: string;
|
6
6
|
Surveys: string;
|
7
7
|
Checkups: string;
|
8
|
+
Poll: string;
|
9
|
+
Survey: string;
|
10
|
+
Checkup: string;
|
8
11
|
Type: string;
|
12
|
+
Template: string;
|
9
13
|
Question: string;
|
14
|
+
AddQuestion: string;
|
10
15
|
Option: string;
|
16
|
+
CreateForm: string;
|
17
|
+
LimitResponseTime: {
|
18
|
+
Title: string;
|
19
|
+
BeforeStartTimeMessage: string;
|
20
|
+
AfterEndTimeMessage: string;
|
21
|
+
};
|
22
|
+
Scope: {
|
23
|
+
Title: string;
|
24
|
+
CurrentApp: string;
|
25
|
+
};
|
26
|
+
ScopeType: {
|
27
|
+
Title: string;
|
28
|
+
App: string;
|
29
|
+
BusinessProfile: string;
|
30
|
+
};
|
31
|
+
ActionButton: {
|
32
|
+
AddQuestion: string;
|
33
|
+
};
|
11
34
|
Admin: {
|
12
35
|
CopyOf: string;
|
13
36
|
Title: string;
|
@@ -25,7 +48,6 @@ export declare namespace FormsLocalization {
|
|
25
48
|
};
|
26
49
|
};
|
27
50
|
EditForm: {
|
28
|
-
Open: string;
|
29
51
|
OneResponsePerPerson: string;
|
30
52
|
MakeResponsesAnonymous: string;
|
31
53
|
EnableShowResponse: string;
|
@@ -44,6 +66,9 @@ export declare namespace FormsLocalization {
|
|
44
66
|
ShowUserResponse: string;
|
45
67
|
ShowAllResponses: string;
|
46
68
|
UneditableForm: string;
|
69
|
+
WhenClosed: string;
|
70
|
+
AllowMultiQuestions: string;
|
71
|
+
ShowFormSettings: string;
|
47
72
|
};
|
48
73
|
Editor: {
|
49
74
|
AddOtherOption: string;
|
@@ -56,6 +81,7 @@ export declare namespace FormsLocalization {
|
|
56
81
|
ShowLayoutView: string;
|
57
82
|
ShowQuestionView: string;
|
58
83
|
ExportToExcel: string;
|
84
|
+
OnlyEditInAdmin: string;
|
59
85
|
Other: string;
|
60
86
|
};
|
61
87
|
StatisticForm: {
|
@@ -71,6 +97,30 @@ export declare namespace FormsLocalization {
|
|
71
97
|
Validation: {
|
72
98
|
EndDateMustBeSmallerThanStartDate: string;
|
73
99
|
};
|
100
|
+
CustomChartColors: string;
|
101
|
+
Templates: string;
|
102
|
+
Types: string;
|
103
|
+
RemoveFormTemplateConfirmation: {
|
104
|
+
Title: string;
|
105
|
+
Message: string;
|
106
|
+
ErrorMessageWithTemplateIsInUse: string;
|
107
|
+
};
|
108
|
+
PropertySet: string;
|
109
|
+
RemoveFormTypeConfirmation: {
|
110
|
+
Title: string;
|
111
|
+
Message: string;
|
112
|
+
ErrorMessageTypeInUse: string;
|
113
|
+
};
|
114
|
+
Scope: string;
|
115
|
+
QueryScope: {
|
116
|
+
Tenant: string;
|
117
|
+
BusinessProfiles: string;
|
118
|
+
Apps: string;
|
119
|
+
};
|
120
|
+
AddFilter: string;
|
121
|
+
Query: string;
|
122
|
+
Filter: string;
|
123
|
+
Display: string;
|
74
124
|
};
|
75
125
|
Renderer: {
|
76
126
|
FormNotAvailable: string;
|
@@ -111,5 +161,36 @@ export declare namespace FormsLocalization {
|
|
111
161
|
Padding: string;
|
112
162
|
Inherit: string;
|
113
163
|
};
|
164
|
+
FormRollup: {
|
165
|
+
Settings: {
|
166
|
+
View: string;
|
167
|
+
ListView: string;
|
168
|
+
FormView: string;
|
169
|
+
Paging: string;
|
170
|
+
NoResultText: string;
|
171
|
+
SortBy: string;
|
172
|
+
PagingType: {
|
173
|
+
NoPaging: string;
|
174
|
+
Classic: string;
|
175
|
+
Scroll: string;
|
176
|
+
};
|
177
|
+
PageSize: string;
|
178
|
+
DateFormat: string;
|
179
|
+
Width: string;
|
180
|
+
ShowLabel: string;
|
181
|
+
CustomLabel: string;
|
182
|
+
AddColumn: string;
|
183
|
+
DragAndDrop: string;
|
184
|
+
};
|
185
|
+
};
|
186
|
+
FilterEngine: {
|
187
|
+
ContextProperties: {
|
188
|
+
Scope: string;
|
189
|
+
};
|
190
|
+
};
|
191
|
+
Status: string;
|
192
|
+
ErrorMessages: {
|
193
|
+
Unauthorized: string;
|
194
|
+
};
|
114
195
|
}
|
115
196
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnalyticsService","AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminNamespace","AnalyticsFilterStore","AnalyticsService","AnalyticsStore","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","mediaPickerStorageProviderWorkplaceFaviconContext","mediaPickerStorageProviderWorkplaceFormContext","mediaPickerStorageProviderWorkplaceLogoContext","mediaPickerStorageProviderWorkplacePromotedSearchResultContext","mediaPickerStorageProviderWorkplaceSearchFeedbackContext","mediaPickerStorageProviderWorkplaceTutorialContext","settingsTabContainer","statusCodeStorageProviderWorkplaceContext"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"expo.js":["ActionMenuStyles","AdvancedSearchSettingsStyles","AdvancedSearchStyles","AnalyticsDimensionScopes","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppInstanceDescriptionProperties","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAnalyticsSettings","BusinessProfileAppProvisioning","BusinessProfileDallEPromptDefaultSettings","CentralImageLocationsStyles","ChartColor","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DallESettingsPrompts","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","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","ReCaptChaSecretFormNames","ResourceManifests","SearchAdminStyles","SearchBlockStyles","SearchHeaderStyles","SearchProvider","SearchStatistics","SearchStatisticsMetricScopeFilterValue","SearchTokenProvider","ServiceDefinition","SettingsKeys","SetupWizard","SetupWizardScope","SetupWizardTemplateFeatureHandler","SetupWizardTemplateProvider","SharedLinkSortByTypes","ShowMoreStyles","SignOffRequestEnums","SignOffRequestInfoPersistentDialogId","SignOffRequestProvider","SignOffRequestResourceProvider","SignOffRequestRollupConstants","SignOffRequestScopedQueryTypes","SignOffResource","SimpleListStyles","SimpleListingSearchTemplateStyles","SlideRendererStyles","StatisticViewMode","StatusCodeDisplay","TabCustomUrlType","TableNames","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","TenantReusableContentManifests","TermNodeStyles","UserAccessibilitySettingsStyles","UserMenuStyles","VerticalActionMenuStyles","VerticalMegaMenuStyles","WPRoleDefinition","WebComponentElements","WebComponentManifests","WizardSetupConstant","WorkplaceAppRoutePrefix","WorkplaceHomeStyles","WorkplaceSharedStyles","WorkspaceActionMenuMapping","WorkspaceActionMenuSettings","WorkspaceApp","WorkspaceFactory","WorkspaceHomeMapping","WorkspaceHomeSettings","WorkspaceInfo","WorkspaceMegaMenuItemTypes","WorkspaceMegaMenuMapping","WorkspaceMegaMenuSettings","WorkspaceVerticalNavWidth","WowrkplaceHeadingStyles","notificationPanelLayoutProvider","reCaptchaSecretKey"]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnalyticsService","AppAuthenticationOptionsService","FormService","FormTemplateService","FormTypeService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminNamespace","AnalyticsFilterStore","AnalyticsService","AnalyticsStore","AppAuthenticationOptionsService","AppRendererBootstrapper","CurrentFormStore","DialogHelper","EditingThemeStore","FilterValueProvider","FormService","FormStore","FormTemplateService","FormTemplateStore","FormTypeService","FormTypeStore","GovernanceDashboardStore","HomeService","LinkHandlerDialogStore","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","PromotedSearchResultService","PromotedSearchResultStore","SearchCategoryService","SearchCategoryStore","SearchFeedbackService","SearchTokenStore","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkContext","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","mediaPickerStorageProviderWorkplaceFaviconContext","mediaPickerStorageProviderWorkplaceFormContext","mediaPickerStorageProviderWorkplaceLogoContext","mediaPickerStorageProviderWorkplacePromotedSearchResultContext","mediaPickerStorageProviderWorkplaceSearchFeedbackContext","mediaPickerStorageProviderWorkplaceTutorialContext","settingsTabContainer","statusCodeStorageProviderWorkplaceContext"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"expo.js":["ActionMenuStyles","AdvancedSearchSettingsStyles","AdvancedSearchStyles","AnalyticsDimensionScopes","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppInstanceDescriptionProperties","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAnalyticsSettings","BusinessProfileAppProvisioning","BusinessProfileDallEPromptDefaultSettings","CentralImageLocationsStyles","ChartColor","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DallESettingsPrompts","DefaultSearchTemplateStyles","DocumentDirectionSettingsStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormDialogStyles","FormGenericSetting","FormLayoutProvider","FormQueryScopes","FormRollupBlockGeneralTabStyles","FormRollupConstants","FormRollupMainRendererStyles","FormScopeTypes","FormStatus","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LinkHandlerSettingsStyles","LinkUrlTypeOption","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MSTeamTemplateStep","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","ReCaptChaSecretFormNames","RecurringRequestProgressStatus","ResourceManifests","ScopeCurrentId","SearchAdminStyles","SearchBlockStyles","SearchHeaderStyles","SearchProvider","SearchStatistics","SearchStatisticsMetricScopeFilterValue","SearchTokenProvider","ServiceDefinition","SettingsKeys","SetupWizard","SetupWizardScope","SetupWizardTemplateFeatureHandler","SetupWizardTemplateProvider","SharedLinkSortByTypes","ShowMoreStyles","SignOffRequestEnums","SignOffRequestInfoPersistentDialogId","SignOffRequestProvider","SignOffRequestResourceProvider","SignOffRequestRollupConstants","SignOffRequestScopedQueryTypes","SignOffResource","SimpleListStyles","SimpleListingSearchTemplateStyles","SlideRendererStyles","StatisticViewMode","StatusCodeDisplay","TabCustomUrlType","TableNames","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","TenantReusableContentManifests","TermNodeStyles","UserAccessibilitySettingsStyles","UserMenuStyles","VerticalActionMenuStyles","VerticalMegaMenuStyles","WPRoleDefinition","WebComponentElements","WebComponentManifests","WizardSetupConstant","WorkplaceAppRoutePrefix","WorkplaceHomeStyles","WorkplaceSharedStyles","WorkspaceActionMenuMapping","WorkspaceActionMenuSettings","WorkspaceApp","WorkspaceFactory","WorkspaceHomeMapping","WorkspaceHomeSettings","WorkspaceInfo","WorkspaceMegaMenuItemTypes","WorkspaceMegaMenuMapping","WorkspaceMegaMenuSettings","WorkspaceVerticalNavWidth","WowrkplaceHeadingStyles","formDialogFooterHeight","formDialogHeaderHeight","notificationPanelLayoutProvider","reCaptchaSecretKey"]}}}
|
@@ -26,6 +26,7 @@ export declare const Constants: {
|
|
26
26
|
analyticsBusinessProfile: string;
|
27
27
|
msTeamsPushNotification: string;
|
28
28
|
teamworkProperties: string;
|
29
|
+
signOffRequest: string;
|
29
30
|
};
|
30
31
|
themingNavigationNodeKey: string;
|
31
32
|
themeIds: {
|
@@ -65,6 +66,13 @@ export declare const Constants: {
|
|
65
66
|
teamworkRollup: {
|
66
67
|
filterEngineContextUniqueId: string;
|
67
68
|
};
|
69
|
+
formRollup: {
|
70
|
+
filterEngineContextUniqueId: string;
|
71
|
+
};
|
72
|
+
localizationToken: {
|
73
|
+
date: string;
|
74
|
+
time: string;
|
75
|
+
};
|
68
76
|
};
|
69
77
|
};
|
70
78
|
export declare const BuiltInActionButtonHandlers: {
|
@@ -79,6 +87,7 @@ export declare const BuiltInActionButtonHandlers: {
|
|
79
87
|
NotificationPanel: ActionHandlerRegistrationId;
|
80
88
|
SignOffRequest: ActionHandlerRegistrationId;
|
81
89
|
CreateApp: ActionHandlerRegistrationId;
|
90
|
+
CreateForm: ActionHandlerRegistrationId;
|
82
91
|
};
|
83
92
|
export declare const AppInstanceDescriptionProperties: {
|
84
93
|
InternalName: string;
|
@@ -180,14 +189,14 @@ export declare const SettingsKeys: {
|
|
180
189
|
classicProfile: {
|
181
190
|
overrideStyle: (profileId: string) => string;
|
182
191
|
overrideSearch: (profileId: string) => string;
|
183
|
-
|
192
|
+
overrideAppLaunch: (profileId: string) => string;
|
184
193
|
overrideLogo: (profileId: string) => string;
|
185
194
|
};
|
186
195
|
workspace: {
|
187
196
|
partialKeys: {
|
188
197
|
overrideStyle: string;
|
189
198
|
overrideSearch: string;
|
190
|
-
|
199
|
+
overrideAppLaunch: string;
|
191
200
|
overrideLogo: string;
|
192
201
|
};
|
193
202
|
};
|
@@ -30,6 +30,7 @@ exports.Constants = {
|
|
30
30
|
analyticsBusinessProfile: "9c76c51c-e3a7-44b3-9c10-c12914834b2c",
|
31
31
|
msTeamsPushNotification: "d2542bf4-942f-4732-b9fc-0bfc6472180b",
|
32
32
|
teamworkProperties: "af763ba5-c028-48ff-abf2-c272920170d8",
|
33
|
+
signOffRequest: "51318721-4c03-43c6-950f-ccad11dbc9e0",
|
33
34
|
},
|
34
35
|
themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
|
35
36
|
themeIds: {
|
@@ -78,6 +79,13 @@ exports.Constants = {
|
|
78
79
|
teamworkRollup: {
|
79
80
|
filterEngineContextUniqueId: "3afa11c3-ed91-4da3-9afa-bf08489b28c0"
|
80
81
|
},
|
82
|
+
formRollup: {
|
83
|
+
filterEngineContextUniqueId: "80a58c81-a014-41ef-b677-23ae77a7988a"
|
84
|
+
},
|
85
|
+
localizationToken: {
|
86
|
+
date: "[Date]",
|
87
|
+
time: "[Time]"
|
88
|
+
}
|
81
89
|
},
|
82
90
|
};
|
83
91
|
exports.BuiltInActionButtonHandlers = {
|
@@ -91,36 +99,37 @@ exports.BuiltInActionButtonHandlers = {
|
|
91
99
|
StrengthenProfile: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("83171eea-c820-4b0b-a7c3-9cac858e7c68")),
|
92
100
|
NotificationPanel: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("0ce50725-d05e-45f0-a619-8fc863a45c7b")),
|
93
101
|
SignOffRequest: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("c5bc6a5b-9a13-4c89-ab33-d2501a608917")),
|
94
|
-
CreateApp: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("d59b856b-7589-49bb-869f-8978f117569f"))
|
102
|
+
CreateApp: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("d59b856b-7589-49bb-869f-8978f117569f")),
|
103
|
+
CreateForm: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("e64c1899-c8b7-4db6-9f45-f080292f50a2"))
|
95
104
|
};
|
96
105
|
exports.AppInstanceDescriptionProperties = {
|
97
106
|
InternalName: "appinstance_description"
|
98
107
|
};
|
99
108
|
class TeamCollaborationAppEnterpriseProperties {
|
109
|
+
static { this.LastVisited = {
|
110
|
+
internalName: "LastVisited25a11219-15f2-435f-9007-4ce746c83726"
|
111
|
+
}; }
|
112
|
+
static { this.Title = {
|
113
|
+
internalName: "Title"
|
114
|
+
}; }
|
115
|
+
static { this.MSTeams = {
|
116
|
+
id: new fx_models_1.Guid("31f4b4fc-9094-4d11-bcf4-bf312036fea8"),
|
117
|
+
internalName: "otc_msteams_url"
|
118
|
+
}; }
|
119
|
+
static { this.Yammer = {
|
120
|
+
id: new fx_models_1.Guid("deb9943d-a545-4f2e-8e77-cd10c70b9198"),
|
121
|
+
internalName: "otc_yammer_url"
|
122
|
+
}; }
|
123
|
+
static { this.Facebook = {
|
124
|
+
id: new fx_models_1.Guid("85a80bf9-7d51-47da-a574-24ea9b6b7034"),
|
125
|
+
internalName: "otc_facebook_url"
|
126
|
+
}; }
|
100
127
|
}
|
101
128
|
exports.TeamCollaborationAppEnterpriseProperties = TeamCollaborationAppEnterpriseProperties;
|
102
|
-
TeamCollaborationAppEnterpriseProperties.LastVisited = {
|
103
|
-
internalName: "LastVisited25a11219-15f2-435f-9007-4ce746c83726"
|
104
|
-
};
|
105
|
-
TeamCollaborationAppEnterpriseProperties.Title = {
|
106
|
-
internalName: "Title"
|
107
|
-
};
|
108
|
-
TeamCollaborationAppEnterpriseProperties.MSTeams = {
|
109
|
-
id: new fx_models_1.Guid("31f4b4fc-9094-4d11-bcf4-bf312036fea8"),
|
110
|
-
internalName: "otc_msteams_url"
|
111
|
-
};
|
112
|
-
TeamCollaborationAppEnterpriseProperties.Yammer = {
|
113
|
-
id: new fx_models_1.Guid("deb9943d-a545-4f2e-8e77-cd10c70b9198"),
|
114
|
-
internalName: "otc_yammer_url"
|
115
|
-
};
|
116
|
-
TeamCollaborationAppEnterpriseProperties.Facebook = {
|
117
|
-
id: new fx_models_1.Guid("85a80bf9-7d51-47da-a574-24ea9b6b7034"),
|
118
|
-
internalName: "otc_facebook_url"
|
119
|
-
};
|
120
129
|
class TeamCollaborationAppDefinitionInfo {
|
130
|
+
static { this.id = new fx_models_1.Guid("d2240d7b-af3c-428c-bae8-5b8bfc08e3ac"); }
|
121
131
|
}
|
122
132
|
exports.TeamCollaborationAppDefinitionInfo = TeamCollaborationAppDefinitionInfo;
|
123
|
-
TeamCollaborationAppDefinitionInfo.id = new fx_models_1.Guid("d2240d7b-af3c-428c-bae8-5b8bfc08e3ac");
|
124
133
|
exports.WorkplaceAppRoutePrefix = {
|
125
134
|
teamwork: "_t",
|
126
135
|
workspace: "_wp"
|
@@ -128,17 +137,17 @@ exports.WorkplaceAppRoutePrefix = {
|
|
128
137
|
var WorkspaceApp;
|
129
138
|
(function (WorkspaceApp) {
|
130
139
|
class AppDefinitionInfo {
|
140
|
+
static { this.id = new fx_models_1.Guid("c05e7f15-0f1c-479e-9fd9-93d6a5c7c3b4"); }
|
141
|
+
static { this.resourceTypeId = new fx_models_1.Guid("4ab5c242-a2d4-4d25-92d3-bdba04c7f810"); }
|
131
142
|
}
|
132
|
-
AppDefinitionInfo.id = new fx_models_1.Guid("c05e7f15-0f1c-479e-9fd9-93d6a5c7c3b4");
|
133
|
-
AppDefinitionInfo.resourceTypeId = new fx_models_1.Guid("4ab5c242-a2d4-4d25-92d3-bdba04c7f810");
|
134
143
|
WorkspaceApp.AppDefinitionInfo = AppDefinitionInfo;
|
135
144
|
class AppTemplateInfo {
|
145
|
+
static { this.id = new fx_models_1.Guid("1ff049ac-bf98-4533-913a-450bcd0d7550"); }
|
136
146
|
}
|
137
|
-
AppTemplateInfo.id = new fx_models_1.Guid("1ff049ac-bf98-4533-913a-450bcd0d7550");
|
138
147
|
WorkspaceApp.AppTemplateInfo = AppTemplateInfo;
|
139
148
|
class ux {
|
149
|
+
static { this.navBarVListColorClass = "wp-navbar-v-list"; }
|
140
150
|
}
|
141
|
-
ux.navBarVListColorClass = "wp-navbar-v-list";
|
142
151
|
WorkspaceApp.ux = ux;
|
143
152
|
})(WorkspaceApp || (exports.WorkspaceApp = WorkspaceApp = {}));
|
144
153
|
exports.GovernanceDashboard = {
|
@@ -174,17 +183,17 @@ exports.StatusCodeDisplay = {
|
|
174
183
|
}
|
175
184
|
};
|
176
185
|
class TeamWorkInfo {
|
186
|
+
static { this.createTeamworkProfileSettings = new fx_models_1.Guid("43354ac8-ca0f-498d-83f6-0d61d5ea788b"); }
|
177
187
|
}
|
178
188
|
exports.TeamWorkInfo = TeamWorkInfo;
|
179
|
-
TeamWorkInfo.createTeamworkProfileSettings = new fx_models_1.Guid("43354ac8-ca0f-498d-83f6-0d61d5ea788b");
|
180
189
|
class MembersStep {
|
190
|
+
static { this.id = new fx_models_1.Guid("829eab83-b85b-4635-839e-485b16ad2408"); }
|
181
191
|
}
|
182
192
|
exports.MembersStep = MembersStep;
|
183
|
-
MembersStep.id = new fx_models_1.Guid("829eab83-b85b-4635-839e-485b16ad2408");
|
184
193
|
class MSTeamTemplateStep {
|
194
|
+
static { this.id = new fx_models_1.Guid("157aded3-dd6f-44c2-8aaf-b7c4b5913782"); }
|
185
195
|
}
|
186
196
|
exports.MSTeamTemplateStep = MSTeamTemplateStep;
|
187
|
-
MSTeamTemplateStep.id = new fx_models_1.Guid("157aded3-dd6f-44c2-8aaf-b7c4b5913782");
|
188
197
|
var HeaderSettingsMode;
|
189
198
|
(function (HeaderSettingsMode) {
|
190
199
|
HeaderSettingsMode[HeaderSettingsMode["Tenant"] = 0] = "Tenant";
|
@@ -203,14 +212,14 @@ exports.SettingsKeys = {
|
|
203
212
|
classicProfile: {
|
204
213
|
overrideStyle: (profileId) => `classicprofile_${profileId}_override_tenant_header_style`.toLowerCase(),
|
205
214
|
overrideSearch: (profileId) => `classicprofile_${profileId}_override_tenant_header_search`.toLowerCase(),
|
206
|
-
|
215
|
+
overrideAppLaunch: (profileId) => `classicprofile_${profileId}_override_tenant_header_applaunch`.toLowerCase(),
|
207
216
|
overrideLogo: (profileId) => `classicprofile_${profileId}_override_tenant_header_logo`.toLowerCase()
|
208
217
|
},
|
209
218
|
workspace: {
|
210
219
|
partialKeys: {
|
211
220
|
overrideStyle: "override_tenant_header_style",
|
212
221
|
overrideSearch: "override_tenant_header_search",
|
213
|
-
|
222
|
+
overrideAppLaunch: "override_tenant_header_applaunch",
|
214
223
|
overrideLogo: "override_tenant_header_logo"
|
215
224
|
},
|
216
225
|
}
|
@@ -1,4 +1,6 @@
|
|
1
|
-
import { ApiPath, Blade, EnterpriseGlossary, EnterpriseGlossaryInformationProvider, EnterpriseGlossaryInformationSourceSettings, EnterpriseGlossaryInstance, EnterpriseGlossaryProvider, GuidValue, IEnterpriseGlossaryInformationSource, IIcon, JourneyInstance } from "@omnia/fx-models";
|
1
|
+
import { ApiPath, Blade, EnterpriseGlossary, EnterpriseGlossaryInformationProvider, EnterpriseGlossaryInformationSourceSettings, EnterpriseGlossaryInstance, EnterpriseGlossaryProvider, Func, GuidValue, IEnterpriseGlossaryInformationSource, IIcon, JourneyInstance } from "@omnia/fx-models";
|
2
|
+
import { EnterpriseGlossaryInformation, EnterpriseGlossaryInformationSlot } from "./EnterpriseGlossaryInformation";
|
3
|
+
import { VNodeChild } from "vue";
|
2
4
|
export interface IEnterpriseGlossarySourceInformationComponent {
|
3
5
|
providerInformationSourceSettings: EnterpriseGlossaryInformationSourceSettings;
|
4
6
|
sourceInformation: IEnterpriseGlossaryInformationSource;
|
@@ -8,13 +10,21 @@ export interface EnterpriseGlossaryUIIcon {
|
|
8
10
|
icon: IIcon;
|
9
11
|
onClick: any;
|
10
12
|
}
|
13
|
+
export interface ContentEnterpriseGlossaryBlade {
|
14
|
+
componentManifestId: GuidValue;
|
15
|
+
domProps?: {
|
16
|
+
[key: string]: any;
|
17
|
+
};
|
18
|
+
children?: {
|
19
|
+
[key: string]: any;
|
20
|
+
};
|
21
|
+
}
|
11
22
|
export interface EnterpriseGlossaryBlade extends Omit<Blade, "content"> {
|
12
23
|
content?: () => JSX.Element;
|
13
|
-
createContent?: (
|
24
|
+
createContent?: () => {
|
14
25
|
componentManifestId: GuidValue;
|
15
|
-
domProps?:
|
16
|
-
|
17
|
-
};
|
26
|
+
domProps?: EnterpriseGlossaryInformation;
|
27
|
+
children?: EnterpriseGlossaryInformationSlot;
|
18
28
|
};
|
19
29
|
}
|
20
30
|
export interface EnterpriseGlossarySourceInformationBlade extends Omit<Blade, "content"> {
|
@@ -26,7 +36,7 @@ export interface IEnterpriseGlossaryInformationSourceSettingsComponent {
|
|
26
36
|
}
|
27
37
|
export declare abstract class EnterpriseGlossaryAdminProvider extends EnterpriseGlossaryProvider {
|
28
38
|
abstract create(callback: (travelToBlade: EnterpriseGlossaryBlade) => void): void;
|
29
|
-
abstract edit(enterpriseGlossaryInstance: EnterpriseGlossaryInstance, callback: (travelToBlade: EnterpriseGlossaryBlade) => void): void;
|
39
|
+
abstract edit(enterpriseGlossaryInstance: EnterpriseGlossaryInstance, callback: (travelToBlade: EnterpriseGlossaryBlade) => void, renderAction?: Func<[VNodeChild]>, title?: string): void;
|
30
40
|
abstract delete(enterpriseGlossaryInstance: EnterpriseGlossaryInstance): Promise<void>;
|
31
41
|
renderIcons?(enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossary>): Promise<EnterpriseGlossaryUIIcon[]>;
|
32
42
|
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { EnterpriseGlossaryBase, EnterpriseGlossaryInstance, Func } from "@omnia/fx-models";
|
2
|
+
import { EnterpriseGlossaryInformationSourceSettingsProvider } from "./EnterpriseGlossary";
|
3
|
+
import { VNodeChild } from "vue";
|
4
|
+
export interface EnterpriseGlossaryInformation<T extends EnterpriseGlossaryBase = EnterpriseGlossaryBase> {
|
5
|
+
title: string;
|
6
|
+
enterpriseGlossaryInstance: EnterpriseGlossaryInstance<T>;
|
7
|
+
informationProvider?: EnterpriseGlossaryInformationSourceSettingsProvider;
|
8
|
+
}
|
9
|
+
export interface EnterpriseGlossaryInformationSlot {
|
10
|
+
actions?: Func<[VNodeChild]>;
|
11
|
+
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Guid, IIcon, MultilingualString,
|
1
|
+
import { Guid, IIcon, MultilingualString, Spacing } from "@omnia/fx-models";
|
2
2
|
export interface DashboardScopeMessage {
|
3
3
|
id: Guid;
|
4
4
|
title: string;
|
@@ -37,7 +37,7 @@ export interface GovernanceDashboardsBlockSettings {
|
|
37
37
|
scope: DashboardScope;
|
38
38
|
filtersPerRow: number;
|
39
39
|
indicatorsPerRow: number;
|
40
|
-
spacing?:
|
40
|
+
spacing?: Spacing;
|
41
41
|
height: number;
|
42
42
|
}
|
43
43
|
export interface DashboardFilter extends FilterDefinitionIdentity {
|
@@ -136,6 +136,9 @@ export declare class ResourceManifests {
|
|
136
136
|
static get HttpCodeLayoutBPRegistration(): Guid;
|
137
137
|
static get HttpCodeLayoutTenantRegistration(): Guid;
|
138
138
|
static get AuthenticationScreenResources(): Guid;
|
139
|
+
static get SystemLayoutResource(): Guid;
|
140
|
+
static get SystemLayoutRegistration(): Guid;
|
141
|
+
static get FormSharedComponentCore(): Guid;
|
139
142
|
}
|
140
143
|
export declare class WebComponentManifests {
|
141
144
|
static get FaviconSettings(): Guid;
|
@@ -297,6 +300,7 @@ export declare class WebComponentManifests {
|
|
297
300
|
static get WorkplaceWarning(): Guid;
|
298
301
|
static get WorkplacePreviewDisclaimer(): Guid;
|
299
302
|
static get AdminHeaderSettings(): Guid;
|
303
|
+
static get AdminHeaderSettingsCore(): Guid;
|
300
304
|
static get PropertySetsJourney(): Guid;
|
301
305
|
static get PropertiesJourney(): Guid;
|
302
306
|
static get PropertyArchiveJourney(): Guid;
|
@@ -344,6 +348,7 @@ export declare class WebComponentManifests {
|
|
344
348
|
static get MyTeamCollaborationCategoryGroup(): Guid;
|
345
349
|
static get MyTeamCollaborationCategorySearch(): Guid;
|
346
350
|
static get TeamworkNavigationActionHandlerSettings(): Guid;
|
351
|
+
static get TeamworkNavigationSettingsWrapper(): Guid;
|
347
352
|
static get TeamworkNavigationSettings(): Guid;
|
348
353
|
static get TeamworkNavigationTabSettings(): Guid;
|
349
354
|
static get TeamworkNavigationDialog(): Guid;
|
@@ -430,7 +435,6 @@ export declare class WebComponentManifests {
|
|
430
435
|
static get MicrosoftTeamChannelFeedBlock(): Guid;
|
431
436
|
static get CustomEmailJourney(): Guid;
|
432
437
|
static get WorkspaceSettings(): Guid;
|
433
|
-
static get WorkspaceHome(): Guid;
|
434
438
|
static get WorkspaceHomeChrome(): Guid;
|
435
439
|
static get WorkspaceHomeStatistic(): Guid;
|
436
440
|
static get WorkspaceJourney(): Guid;
|
@@ -467,7 +471,8 @@ export declare class WebComponentManifests {
|
|
467
471
|
static get UserManagementSyncProviderListingBlade(): Guid;
|
468
472
|
static get UserManagementSyncProviderSettingsBlade(): Guid;
|
469
473
|
static get UserManagementSyncProviderLogsBlade(): Guid;
|
470
|
-
static get
|
474
|
+
static get UserManagementUserJourney(): Guid;
|
475
|
+
static get UserManagementUserActiveJourney(): Guid;
|
471
476
|
static get UserManagementActiveUserListing(): Guid;
|
472
477
|
static get UserManagementDeletedUserListing(): Guid;
|
473
478
|
static get UserManagementUserDetailBlade(): Guid;
|
@@ -490,7 +495,7 @@ export declare class WebComponentManifests {
|
|
490
495
|
static get TenantAnalyticsSetupBlade(): Guid;
|
491
496
|
static get TenantAnalyticsConfigurationBlade(): Guid;
|
492
497
|
static get TenantAnalyticsAddDimensionBlade(): Guid;
|
493
|
-
static get
|
498
|
+
static get UserManagementSelfService(): Guid;
|
494
499
|
static get UserManagementIdentityCreationRequestPendingApprovalListing(): Guid;
|
495
500
|
static get SetupWizardViewCore(): Guid;
|
496
501
|
static get SetupWizardGeneralStep(): Guid;
|
@@ -545,6 +550,14 @@ export declare class WebComponentManifests {
|
|
545
550
|
static get HttpCodeLayoutBusinessProfileJourney(): Guid;
|
546
551
|
static get AuthenticationScreenBlade(): Guid;
|
547
552
|
static get AuthenticationScreenChrome(): Guid;
|
553
|
+
static get SystemLayoutJourney(): Guid;
|
554
|
+
static get RecurrenceSetting(): Guid;
|
555
|
+
static get FormTemplatesBlade(): Guid;
|
556
|
+
static get FormTypesBlade(): Guid;
|
557
|
+
static get CreateFormActionHandler(): Guid;
|
558
|
+
static get FormCreationActionHandlerSettings(): Guid;
|
559
|
+
static get CreateFormDialog(): Guid;
|
560
|
+
static get FormDialogBuilder(): Guid;
|
548
561
|
}
|
549
562
|
export declare class WebComponentElements {
|
550
563
|
static get AppProvisioningStepMember(): string;
|
@@ -144,6 +144,9 @@ class ResourceManifests {
|
|
144
144
|
static get HttpCodeLayoutBPRegistration() { return new fx_models_1.Guid("7e34f694-9a74-4741-bf2c-95ca05ade31a"); }
|
145
145
|
static get HttpCodeLayoutTenantRegistration() { return new fx_models_1.Guid("93178fef-8fbe-4e01-9510-b0a358ffa3a8"); }
|
146
146
|
static get AuthenticationScreenResources() { return new fx_models_1.Guid("47b5e3eb-3d80-487f-b60b-6ef072427c6d"); }
|
147
|
+
static get SystemLayoutResource() { return new fx_models_1.Guid("73330813-6b59-4011-a2b9-c2a39dcfe807"); }
|
148
|
+
static get SystemLayoutRegistration() { return new fx_models_1.Guid("a4c571d0-6127-4d38-8030-02c54c05f562"); }
|
149
|
+
static get FormSharedComponentCore() { return new fx_models_1.Guid("fe1500ae-cec0-4f86-9cf9-b6e6ad58be36"); }
|
147
150
|
}
|
148
151
|
exports.ResourceManifests = ResourceManifests;
|
149
152
|
class WebComponentManifests {
|
@@ -306,6 +309,7 @@ class WebComponentManifests {
|
|
306
309
|
static get WorkplaceWarning() { return new fx_models_1.Guid("4bca1556-ac2e-4d87-9a53-c1ab6adb2d58"); }
|
307
310
|
static get WorkplacePreviewDisclaimer() { return new fx_models_1.Guid("bd56271c-db61-4f36-9c99-2fb1bb9079f6"); }
|
308
311
|
static get AdminHeaderSettings() { return new fx_models_1.Guid("47f4c610-3c26-4698-90c4-ae0ff52d697f"); }
|
312
|
+
static get AdminHeaderSettingsCore() { return new fx_models_1.Guid("5afb16df-86d8-4561-b35a-92f5f8fbe5e2"); }
|
309
313
|
static get PropertySetsJourney() { return new fx_models_1.Guid("813c8357-aa75-489f-b022-f5c7b0a02443"); }
|
310
314
|
static get PropertiesJourney() { return new fx_models_1.Guid("95F6E9A4-F728-4543-9986-44BF59323C76"); }
|
311
315
|
static get PropertyArchiveJourney() { return new fx_models_1.Guid("f24e9874-7c5e-415c-8513-5d3a591c18f0"); }
|
@@ -353,6 +357,7 @@ class WebComponentManifests {
|
|
353
357
|
static get MyTeamCollaborationCategoryGroup() { return new fx_models_1.Guid("5e71a7f3-faaf-4a15-ba5d-f3fe48307616"); }
|
354
358
|
static get MyTeamCollaborationCategorySearch() { return new fx_models_1.Guid("c0d060d6-9325-4c00-ab7b-36e650695b63"); }
|
355
359
|
static get TeamworkNavigationActionHandlerSettings() { return new fx_models_1.Guid("2f095349-3faa-4b78-8f9e-eeb7de691641"); }
|
360
|
+
static get TeamworkNavigationSettingsWrapper() { return new fx_models_1.Guid("51430cc4-8222-4689-9e1c-b52cf9481fb2"); }
|
356
361
|
static get TeamworkNavigationSettings() { return new fx_models_1.Guid("74b6d6f6-8cdb-424f-8ba1-03d7426a3cfb"); }
|
357
362
|
static get TeamworkNavigationTabSettings() { return new fx_models_1.Guid("5f7b4425-cdd1-46fb-8dc7-698694ab5810"); }
|
358
363
|
static get TeamworkNavigationDialog() { return new fx_models_1.Guid("1fd88b37-db0d-4ba2-b63c-b6ac7d004791"); }
|
@@ -439,7 +444,6 @@ class WebComponentManifests {
|
|
439
444
|
static get MicrosoftTeamChannelFeedBlock() { return new fx_models_1.Guid("52aa99e3-4636-4bf2-b8d0-a9a722c87547"); }
|
440
445
|
static get CustomEmailJourney() { return new fx_models_1.Guid("61fdccaf-f48f-471d-be82-2dc9b5911c85"); }
|
441
446
|
static get WorkspaceSettings() { return new fx_models_1.Guid("a61a15c5-ce4e-4b94-9d23-6d92f30e8968"); }
|
442
|
-
static get WorkspaceHome() { return new fx_models_1.Guid("47da2a55-8b39-44db-9d09-23b8a1291be6"); }
|
443
447
|
static get WorkspaceHomeChrome() { return new fx_models_1.Guid("76d4d02a-f920-4e79-93ab-f92ee938b103"); }
|
444
448
|
static get WorkspaceHomeStatistic() { return new fx_models_1.Guid("c2bfdf01-6dcb-461b-82ac-678550b6abb7"); }
|
445
449
|
static get WorkspaceJourney() { return new fx_models_1.Guid("4f54f8c5-ab26-4bff-8b9f-eb27b4f08221"); }
|
@@ -476,7 +480,8 @@ class WebComponentManifests {
|
|
476
480
|
static get UserManagementSyncProviderListingBlade() { return new fx_models_1.Guid("242dc560-2ede-41f0-b6d4-151884a2ec63"); }
|
477
481
|
static get UserManagementSyncProviderSettingsBlade() { return new fx_models_1.Guid("0ab38b6f-9852-40ec-83c4-37db8a27d7c6"); }
|
478
482
|
static get UserManagementSyncProviderLogsBlade() { return new fx_models_1.Guid("6a15d7ed-ea3d-4b54-8b71-d8a7f3e50295"); }
|
479
|
-
static get
|
483
|
+
static get UserManagementUserJourney() { return new fx_models_1.Guid("f5842aad-ad83-4b4b-b7b8-ef9d6eb8b8e1"); }
|
484
|
+
static get UserManagementUserActiveJourney() { return new fx_models_1.Guid("6f1fc259-6ddb-411a-bf17-41ed422947e3"); }
|
480
485
|
static get UserManagementActiveUserListing() { return new fx_models_1.Guid("1972b656-c68c-4c50-afa7-c76c8959b88d"); }
|
481
486
|
static get UserManagementDeletedUserListing() { return new fx_models_1.Guid("a7dfb3df-024c-49ac-a5f0-6dfd46c2ab65"); }
|
482
487
|
static get UserManagementUserDetailBlade() { return new fx_models_1.Guid("fb9aa542-fd41-4c5f-8468-aa0ad67d11f7"); }
|
@@ -499,7 +504,7 @@ class WebComponentManifests {
|
|
499
504
|
static get TenantAnalyticsSetupBlade() { return new fx_models_1.Guid("3e80d831-f02b-4c0b-bfbd-a1354896f98b"); }
|
500
505
|
static get TenantAnalyticsConfigurationBlade() { return new fx_models_1.Guid("4027e639-92ed-4064-95c8-f715f02cacac"); }
|
501
506
|
static get TenantAnalyticsAddDimensionBlade() { return new fx_models_1.Guid("752607aa-4b6e-4865-90cc-c867fa1e0d91"); }
|
502
|
-
static get
|
507
|
+
static get UserManagementSelfService() { return new fx_models_1.Guid("36D0078C-1C79-486B-B4E3-92A97F03BDB5"); }
|
503
508
|
static get UserManagementIdentityCreationRequestPendingApprovalListing() { return new fx_models_1.Guid("6F3F70CA-AFC5-4724-B3F8-405986A21717"); }
|
504
509
|
static get SetupWizardViewCore() { return new fx_models_1.Guid("758d200f-91f3-4446-8662-07592f89eeba"); }
|
505
510
|
static get SetupWizardGeneralStep() { return new fx_models_1.Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); }
|
@@ -554,6 +559,14 @@ class WebComponentManifests {
|
|
554
559
|
static get HttpCodeLayoutBusinessProfileJourney() { return new fx_models_1.Guid("9b3a0a46-6267-48f3-b711-68bd16f62a66"); }
|
555
560
|
static get AuthenticationScreenBlade() { return new fx_models_1.Guid("ecdcbe77-649d-423b-9f45-a2b3a4369a83"); }
|
556
561
|
static get AuthenticationScreenChrome() { return new fx_models_1.Guid("479f9b8e-edeb-4c41-95a3-1ac3e2b5299e"); }
|
562
|
+
static get SystemLayoutJourney() { return new fx_models_1.Guid("29e4919f-ca93-492d-9b81-ddca5a5dc28a"); }
|
563
|
+
static get RecurrenceSetting() { return new fx_models_1.Guid("21a8d6b5-24ea-41fd-b977-b665718dbf51"); }
|
564
|
+
static get FormTemplatesBlade() { return new fx_models_1.Guid("868aa0d1-09d9-47cc-89c5-a099f43d73af"); }
|
565
|
+
static get FormTypesBlade() { return new fx_models_1.Guid("880a7e99-7cd0-4a2a-ac0b-09456f65a3d8"); }
|
566
|
+
static get CreateFormActionHandler() { return new fx_models_1.Guid("3df46ef7-c839-45f1-8a99-978335f4b368"); }
|
567
|
+
static get FormCreationActionHandlerSettings() { return new fx_models_1.Guid("bff1f934-f779-4ca7-b0c9-3a2bafca29db"); }
|
568
|
+
static get CreateFormDialog() { return new fx_models_1.Guid("52ce3fd9-cb45-4de7-8e7b-c0f91e8a0f11"); }
|
569
|
+
static get FormDialogBuilder() { return new fx_models_1.Guid("b15fb3cc-496f-4b63-8a1d-482a5c8fd6e7"); }
|
557
570
|
}
|
558
571
|
exports.WebComponentManifests = WebComponentManifests;
|
559
572
|
class WebComponentElements {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { Spacing, Guid, MultilingualString, IconPickerModel, GuidValue, IMessageBusTopicSubscription } from "@omnia/fx-models";
|
2
2
|
import { NotificationPanelHistoryEntry } from "./NotificationPanelHistoryEntry";
|
3
3
|
export interface CategoryIconDisplaySettings {
|
4
4
|
showIcon: boolean;
|
@@ -41,8 +41,8 @@ export interface NotificationPanelBlockSettings {
|
|
41
41
|
}
|
42
42
|
export interface BlockHeaderSettings {
|
43
43
|
showTitle: boolean;
|
44
|
-
padding?:
|
45
|
-
margin?:
|
44
|
+
padding?: Spacing;
|
45
|
+
margin?: Spacing;
|
46
46
|
bgColor: string;
|
47
47
|
color: string;
|
48
48
|
}
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { ApiPath, BlockSettings, ColorValue, EnterpriseGlossaryInformationProviderId, EnterpriseGlossaryInformationSourceSettings, GuidValue, IBlockInstance, MultilingualString,
|
1
|
+
import { ApiPath, BlockSettings, ColorValue, EnterpriseGlossaryInformationProviderId, EnterpriseGlossaryInformationSourceSettings, GuidValue, IBlockInstance, MultilingualString, Spacing, ThemeDefinition } from "@omnia/fx/models";
|
2
2
|
export interface TaxonomyNavigationQuerySettings {
|
3
3
|
enterpriseGlossaryInstanceId: number;
|
4
4
|
}
|
5
5
|
export interface TaxonomyCardStyle {
|
6
6
|
theming: ThemeDefinition;
|
7
7
|
width: number;
|
8
|
-
spacing:
|
8
|
+
spacing: Spacing;
|
9
9
|
}
|
10
10
|
export interface TaxonomyNavigationSelectionViewSettings {
|
11
11
|
cardStyle: TaxonomyCardStyle;
|
@@ -27,7 +27,7 @@ export interface TaxonomyNavigationBlockSettings<TQuery extends TaxonomyNavigati
|
|
27
27
|
backgroundColor: string;
|
28
28
|
textColor: string;
|
29
29
|
borderColor: string;
|
30
|
-
spacing:
|
30
|
+
spacing: Spacing;
|
31
31
|
title: MultilingualString;
|
32
32
|
query: TQuery;
|
33
33
|
view: TView;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BusinessProfileProperty, AppRoutePropertyBagModel, VersionedLayoutDefinition, MediaPickerImage,
|
1
|
+
import { BusinessProfileProperty, AppRoutePropertyBagModel, VersionedLayoutDefinition, MediaPickerImage, Spacing, MultilingualString, IIcon, GuidValue, ThemeDefinition, ActionHandler } from "@omnia/fx-models";
|
2
2
|
import { Enums } from "./Enums";
|
3
3
|
import { TargetingFilterProperty } from "@omnia/fx-sp";
|
4
4
|
import { ActionHandlerInstance } from "@omnia/fx/ux";
|
@@ -113,7 +113,7 @@ export declare const WorkspaceFactory: {
|
|
113
113
|
};
|
114
114
|
export interface HomeLogo {
|
115
115
|
image: MediaPickerImage;
|
116
|
-
spacing:
|
116
|
+
spacing: Spacing;
|
117
117
|
imageText: MultilingualString;
|
118
118
|
}
|
119
119
|
export interface WorkspaceHomeSettingsByDevice {
|