@omnia/workplace 7.6.8-preview → 7.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +31 -6
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +4 -4
- package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +14 -1
- package/internal-do-not-import-from-here/models/Constants.js +15 -2
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +29 -1
- package/internal-do-not-import-from-here/models/ManifestIds.js +29 -1
- package/internal-do-not-import-from-here/models/analytics/analyticsdimensionmappings.d.ts +5 -0
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +23 -10
- package/internal-do-not-import-from-here/models/forms/Form.js +12 -2
- package/internal-do-not-import-from-here/models/forms/FormDialogModel.d.ts +4 -0
- package/internal-do-not-import-from-here/models/forms/FormQuery.d.ts +1 -0
- package/internal-do-not-import-from-here/models/forms/FormTemplate.d.ts +7 -0
- package/internal-do-not-import-from-here/models/forms/FormType.d.ts +5 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.d.ts +26 -2
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.d.ts +4 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.js +5 -1
- package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.d.ts +7 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.js +4 -1
- package/internal-do-not-import-from-here/models/forms/components/index.d.ts +2 -3
- package/internal-do-not-import-from-here/models/forms/components/index.js +2 -3
- package/internal-do-not-import-from-here/models/forms/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/forms/index.js +1 -0
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +5 -3
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +7 -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/SignOffRequestTemplate.d.ts +10 -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/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +2 -1
- package/internal-do-not-import-from-here/services/AnalyticsStoreService.d.ts +2 -1
- package/internal-do-not-import-from-here/services/forms/FormService.d.ts +3 -1
- package/internal-do-not-import-from-here/services/forms/FormTemplateService.d.ts +2 -0
- package/internal-do-not-import-from-here/services/forms/FormTypeService.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/AnalyticsStore.d.ts +6 -1
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/forms/FormStore.d.ts +2 -1
- package/package.json +1 -1
- package/internal-do-not-import-from-here/models/forms/components/FormViewComponentSettings.d.ts +0 -11
- /package/internal-do-not-import-from-here/models/forms/{components/FormViewComponentSettings.js → FormDialogModel.js} +0 -0
|
@@ -12,11 +12,20 @@ export declare module FormsLocalization {
|
|
|
12
12
|
Template: string;
|
|
13
13
|
Question: string;
|
|
14
14
|
AddQuestion: string;
|
|
15
|
+
DeleteQuestion: string;
|
|
15
16
|
Option: string;
|
|
16
17
|
CreateForm: string;
|
|
18
|
+
ExportToExcel: string;
|
|
19
|
+
LimitResponseTime: {
|
|
20
|
+
Title: string;
|
|
21
|
+
BeforeStartTimeMessage: string;
|
|
22
|
+
AfterEndTimeMessage: string;
|
|
23
|
+
};
|
|
17
24
|
Scope: {
|
|
18
25
|
Title: string;
|
|
19
|
-
|
|
26
|
+
CurrentApp: string;
|
|
27
|
+
CurrentBusinessProfile: string;
|
|
28
|
+
Deleted: string;
|
|
20
29
|
};
|
|
21
30
|
ScopeType: {
|
|
22
31
|
Title: string;
|
|
@@ -24,8 +33,6 @@ export declare module FormsLocalization {
|
|
|
24
33
|
BusinessProfile: string;
|
|
25
34
|
};
|
|
26
35
|
ActionButton: {
|
|
27
|
-
AllowMultiQuestions: string;
|
|
28
|
-
ShowFormSettings: string;
|
|
29
36
|
AddQuestion: string;
|
|
30
37
|
};
|
|
31
38
|
Admin: {
|
|
@@ -45,7 +52,6 @@ export declare module FormsLocalization {
|
|
|
45
52
|
};
|
|
46
53
|
};
|
|
47
54
|
EditForm: {
|
|
48
|
-
Open: string;
|
|
49
55
|
OneResponsePerPerson: string;
|
|
50
56
|
MakeResponsesAnonymous: string;
|
|
51
57
|
EnableShowResponse: string;
|
|
@@ -64,6 +70,9 @@ export declare module FormsLocalization {
|
|
|
64
70
|
ShowUserResponse: string;
|
|
65
71
|
ShowAllResponses: string;
|
|
66
72
|
UneditableForm: string;
|
|
73
|
+
WhenClosed: string;
|
|
74
|
+
AllowMultiQuestions: string;
|
|
75
|
+
ShowFormSettings: string;
|
|
67
76
|
};
|
|
68
77
|
Editor: {
|
|
69
78
|
AddOtherOption: string;
|
|
@@ -75,7 +84,7 @@ export declare module FormsLocalization {
|
|
|
75
84
|
UserDefined: string;
|
|
76
85
|
ShowLayoutView: string;
|
|
77
86
|
ShowQuestionView: string;
|
|
78
|
-
|
|
87
|
+
OnlyEditInAdmin: string;
|
|
79
88
|
Other: string;
|
|
80
89
|
};
|
|
81
90
|
StatisticForm: {
|
|
@@ -89,7 +98,7 @@ export declare module FormsLocalization {
|
|
|
89
98
|
DeleteFormMessage: string;
|
|
90
99
|
};
|
|
91
100
|
Validation: {
|
|
92
|
-
|
|
101
|
+
EndDateMustBeGreaterThanStartDate: string;
|
|
93
102
|
};
|
|
94
103
|
CustomChartColors: string;
|
|
95
104
|
Templates: string;
|
|
@@ -97,11 +106,13 @@ export declare module FormsLocalization {
|
|
|
97
106
|
RemoveFormTemplateConfirmation: {
|
|
98
107
|
Title: string;
|
|
99
108
|
Message: string;
|
|
109
|
+
ErrorMessageWithTemplateIsInUse: string;
|
|
100
110
|
};
|
|
101
111
|
PropertySet: string;
|
|
102
112
|
RemoveFormTypeConfirmation: {
|
|
103
113
|
Title: string;
|
|
104
114
|
Message: string;
|
|
115
|
+
ErrorMessageTypeInUse: string;
|
|
105
116
|
};
|
|
106
117
|
Scope: string;
|
|
107
118
|
QueryScope: {
|
|
@@ -124,6 +135,7 @@ export declare module FormsLocalization {
|
|
|
124
135
|
ShowResponse: string;
|
|
125
136
|
CloseResponse: string;
|
|
126
137
|
ShowFormTitle: string;
|
|
138
|
+
ShowFormImage: string;
|
|
127
139
|
StatisticNotSupported: string;
|
|
128
140
|
SaveForLater: string;
|
|
129
141
|
};
|
|
@@ -175,6 +187,19 @@ export declare module FormsLocalization {
|
|
|
175
187
|
DragAndDrop: string;
|
|
176
188
|
};
|
|
177
189
|
};
|
|
190
|
+
FilterEngine: {
|
|
191
|
+
ContextProperties: {
|
|
192
|
+
Scope: string;
|
|
193
|
+
StartDate: string;
|
|
194
|
+
EndDate: string;
|
|
195
|
+
Status: string;
|
|
196
|
+
BusinessProfile: string;
|
|
197
|
+
AppInstance: string;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
178
200
|
Status: string;
|
|
201
|
+
ErrorMessages: {
|
|
202
|
+
Unauthorized: string;
|
|
203
|
+
};
|
|
179
204
|
}
|
|
180
205
|
}
|
|
@@ -10,10 +10,10 @@ export declare class WorkPlaceUtils {
|
|
|
10
10
|
static cloneObj: <T>(obj: T) => T;
|
|
11
11
|
static sortBy: <T>(items: T[], attr: string, isRevert?: boolean, isDeep?: boolean) => T[];
|
|
12
12
|
static deepFind(obj: any, paths: string[]): any;
|
|
13
|
-
static compareDeepFn(attrs: string[]): (a: any, b: any) =>
|
|
14
|
-
static compareDeepRevertFn(attrs: string[]): (a: any, b: any) =>
|
|
15
|
-
static compareFn(attr: string): (a: any, b: any) =>
|
|
16
|
-
static compareRevertFn(attr: string): (a: any, b: any) =>
|
|
13
|
+
static compareDeepFn(attrs: string[]): (a: any, b: any) => 1 | 0 | -1;
|
|
14
|
+
static compareDeepRevertFn(attrs: string[]): (a: any, b: any) => 1 | 0 | -1;
|
|
15
|
+
static compareFn(attr: string): (a: any, b: any) => 1 | 0 | -1;
|
|
16
|
+
static compareRevertFn(attr: string): (a: any, b: any) => 1 | 0 | -1;
|
|
17
17
|
static isValidGuid(id: string): boolean;
|
|
18
18
|
static executeMSTeamsDeepLinkIfPossible(microsoftTeams: MicrosoftTeams, url: string, e?: Event): boolean;
|
|
19
19
|
static formatKQLDateTimeString(input: Date | string): string;
|
|
@@ -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","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","settingsTabContainer"]},"./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","FormQueryScopes","FormRollupBlockGeneralTabStyles","FormRollupConstants","FormRollupMainRendererStyles","FormStatus","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LinkHandlerSettingsStyles","LinkUrlTypeOption","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MSTeamTemplateStep","MediaPickerStorageProviderWorkplaceFaviconContext","MediaPickerStorageProviderWorkplaceFormContext","MediaPickerStorageProviderWorkplaceLogoContext","MediaPickerStorageProviderWorkplacePromotedSearchResultContext","MediaPickerStorageProviderWorkplaceSearchFeedbackContext","MediaPickerStorageProviderWorkplaceTutorialContext","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","PeopleRollupFilterEngineContextPropertyTypes","PostsFeedScopeOption","PostsFeedSortMode","PromotedSearchResultStatus","QRCodeStyles","QuestionTypes","QuickSearchStyles","ReCaptChaSecretFormNames","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","StatusCodeStorageProviderWorkplaceContext","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","settingsTabContainer"]},"./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","FormDisplayStatus","FormGenericSetting","FormLayoutProvider","FormQueryScopes","FormRollupBlockGeneralTabStyles","FormRollupConstants","FormRollupFilterEngineContextPropertyTypes","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","MediaPickerStorageProviderWorkplaceFaviconContext","MediaPickerStorageProviderWorkplaceFormContext","MediaPickerStorageProviderWorkplaceLogoContext","MediaPickerStorageProviderWorkplacePromotedSearchResultContext","MediaPickerStorageProviderWorkplaceSearchFeedbackContext","MediaPickerStorageProviderWorkplaceTutorialContext","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","PeopleRollupFilterEngineContextPropertyTypes","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","StatusCodeStorageProviderWorkplaceContext","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: {
|
|
@@ -69,6 +70,10 @@ export declare const Constants: {
|
|
|
69
70
|
formRollup: {
|
|
70
71
|
filterEngineContextUniqueId: string;
|
|
71
72
|
};
|
|
73
|
+
localizationToken: {
|
|
74
|
+
date: string;
|
|
75
|
+
time: string;
|
|
76
|
+
};
|
|
72
77
|
};
|
|
73
78
|
};
|
|
74
79
|
export declare const BuiltInActionButtonHandlers: {
|
|
@@ -259,6 +264,14 @@ export declare const ReCaptChaSecretFormNames: {
|
|
|
259
264
|
readonly secretkey: "secretkey";
|
|
260
265
|
};
|
|
261
266
|
export declare const PeopleRollupFilterEngineContextPropertyTypes: {
|
|
262
|
-
|
|
267
|
+
scope: Guid;
|
|
268
|
+
scopeType: Guid;
|
|
263
269
|
userType: Guid;
|
|
264
270
|
};
|
|
271
|
+
export declare const FormRollupFilterEngineContextPropertyTypes: {
|
|
272
|
+
appInstance: Guid;
|
|
273
|
+
businessProfile: Guid;
|
|
274
|
+
startDate: Guid;
|
|
275
|
+
endDate: Guid;
|
|
276
|
+
status: Guid;
|
|
277
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PeopleRollupFilterEngineContextPropertyTypes = exports.ReCaptChaSecretFormNames = exports.reCaptchaSecretKey = exports.SignOffRequestInfoPersistentDialogId = exports.TableNames = exports.SetupWizard = exports.NotificationConstants = exports.AppProvisioningSteps = exports.SettingsKeys = exports.HeaderSettingsMode = exports.MSTeamTemplateStep = exports.MembersStep = exports.TeamWorkInfo = exports.StatusCodeDisplay = exports.GovernanceDashboard = exports.WorkspaceApp = exports.WorkplaceAppRoutePrefix = exports.TeamCollaborationAppDefinitionInfo = exports.TeamCollaborationAppEnterpriseProperties = exports.AppInstanceDescriptionProperties = exports.BuiltInActionButtonHandlers = exports.Constants = void 0;
|
|
3
|
+
exports.FormRollupFilterEngineContextPropertyTypes = exports.PeopleRollupFilterEngineContextPropertyTypes = exports.ReCaptChaSecretFormNames = exports.reCaptchaSecretKey = exports.SignOffRequestInfoPersistentDialogId = exports.TableNames = exports.SetupWizard = exports.NotificationConstants = exports.AppProvisioningSteps = exports.SettingsKeys = exports.HeaderSettingsMode = exports.MSTeamTemplateStep = exports.MembersStep = exports.TeamWorkInfo = exports.StatusCodeDisplay = exports.GovernanceDashboard = exports.WorkspaceApp = exports.WorkplaceAppRoutePrefix = exports.TeamCollaborationAppDefinitionInfo = exports.TeamCollaborationAppEnterpriseProperties = exports.AppInstanceDescriptionProperties = exports.BuiltInActionButtonHandlers = exports.Constants = void 0;
|
|
4
4
|
const fx_models_1 = require("@omnia/fx-models");
|
|
5
5
|
const ManifestIds_1 = require("./ManifestIds");
|
|
6
6
|
exports.Constants = {
|
|
@@ -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: {
|
|
@@ -81,6 +82,10 @@ exports.Constants = {
|
|
|
81
82
|
},
|
|
82
83
|
formRollup: {
|
|
83
84
|
filterEngineContextUniqueId: "80a58c81-a014-41ef-b677-23ae77a7988a"
|
|
85
|
+
},
|
|
86
|
+
localizationToken: {
|
|
87
|
+
date: "[Date]",
|
|
88
|
+
time: "[Time]"
|
|
84
89
|
}
|
|
85
90
|
},
|
|
86
91
|
};
|
|
@@ -282,6 +287,14 @@ exports.ReCaptChaSecretFormNames = {
|
|
|
282
287
|
secretkey: "secretkey",
|
|
283
288
|
};
|
|
284
289
|
exports.PeopleRollupFilterEngineContextPropertyTypes = {
|
|
285
|
-
|
|
290
|
+
scope: new fx_models_1.Guid("dd7c9c9d-c7fb-4c4a-871d-fa7d652f9389"),
|
|
291
|
+
scopeType: new fx_models_1.Guid("d210809c-2b52-47f7-a27e-24721472f17f"),
|
|
286
292
|
userType: new fx_models_1.Guid("dffba819-f884-4c18-a212-bd6895224356")
|
|
287
293
|
};
|
|
294
|
+
exports.FormRollupFilterEngineContextPropertyTypes = {
|
|
295
|
+
appInstance: new fx_models_1.Guid("6661706c-4cdf-40f2-80cb-591e040f666e"),
|
|
296
|
+
businessProfile: new fx_models_1.Guid("6dbbb9e7-ca84-4c2e-8f6e-d7aec0ff5260"),
|
|
297
|
+
startDate: new fx_models_1.Guid("ec38c16c-ee3e-4a1a-8c5c-8b9784c18672"),
|
|
298
|
+
endDate: new fx_models_1.Guid("0d757e39-478c-4eeb-830b-7edb970b92d9"),
|
|
299
|
+
status: new fx_models_1.Guid("2740dbe0-cd74-4d73-b2bb-0c6ad20fc0a8")
|
|
300
|
+
};
|
|
@@ -132,6 +132,13 @@ export declare class ResourceManifests {
|
|
|
132
132
|
static get SignOffRequestFilterEngineProgressStatus(): Guid;
|
|
133
133
|
static get SignOffRequestFilterEngineStatus(): Guid;
|
|
134
134
|
static get SignOffRequestFilterEngineType(): Guid;
|
|
135
|
+
static get FormRollupCore(): Guid;
|
|
136
|
+
static get FormRollupFilterEngineScope(): Guid;
|
|
137
|
+
static get FormRollupFilterEngineAppInstance(): Guid;
|
|
138
|
+
static get FormRollupFilterEngineBusinessProfile(): Guid;
|
|
139
|
+
static get FormRollupFilterEngineFormStatus(): Guid;
|
|
140
|
+
static get FormRollupFilterEngineContextProperties(): Guid;
|
|
141
|
+
static get FormSharedComponentCore(): Guid;
|
|
135
142
|
static get HttpCodeLayoutResource(): Guid;
|
|
136
143
|
static get HttpCodeLayoutBPRegistration(): Guid;
|
|
137
144
|
static get HttpCodeLayoutTenantRegistration(): Guid;
|
|
@@ -140,7 +147,6 @@ export declare class ResourceManifests {
|
|
|
140
147
|
static get PeopleRollupOwnerFilterEngineRegistrationApi(): Guid;
|
|
141
148
|
static get PeopleRollupUserTypeFilterEngineRegistrationApi(): Guid;
|
|
142
149
|
static get PeopleRollupFilterEngineCore(): Guid;
|
|
143
|
-
static get FormRollupCore(): Guid;
|
|
144
150
|
}
|
|
145
151
|
export declare class WebComponentManifests {
|
|
146
152
|
static get FaviconSettings(): Guid;
|
|
@@ -358,6 +364,8 @@ export declare class WebComponentManifests {
|
|
|
358
364
|
static get CreateAppDialog(): Guid;
|
|
359
365
|
static get CreateFormDialog(): Guid;
|
|
360
366
|
static get FormBuilderDialogContent(): Guid;
|
|
367
|
+
static get FormTemplateSettings(): Guid;
|
|
368
|
+
static get FormPropertySettings(): Guid;
|
|
361
369
|
static get TeamNewsListView(): Guid;
|
|
362
370
|
static get TeamNewsListViewSettings(): Guid;
|
|
363
371
|
static get TeamNewsGroupView(): Guid;
|
|
@@ -482,6 +490,7 @@ export declare class WebComponentManifests {
|
|
|
482
490
|
static get UserManagementGroupListingBlade(): Guid;
|
|
483
491
|
static get UserManagementActiveGroupListing(): Guid;
|
|
484
492
|
static get UserManagementDeletedGroupListing(): Guid;
|
|
493
|
+
static get UserManagementGroupMembershipListing(): Guid;
|
|
485
494
|
static get UserManagementGroupDetailBlade(): Guid;
|
|
486
495
|
static get UserManagementAuthenticationSettingsBlade(): Guid;
|
|
487
496
|
static get UserManagementDynamicGroupListingBlade(): Guid;
|
|
@@ -555,6 +564,7 @@ export declare class WebComponentManifests {
|
|
|
555
564
|
static get AuthenticationScreenBlade(): Guid;
|
|
556
565
|
static get AuthenticationScreenChrome(): Guid;
|
|
557
566
|
static get PeopleRollupOwnerFilterEngineRenderer(): Guid;
|
|
567
|
+
static get PeopleRollupScopeTypeFilterEngineRenderer(): Guid;
|
|
558
568
|
static get PeopleRollupFilterEngineSelectionsAreaOwnerProperty(): Guid;
|
|
559
569
|
static get PeopleRollupOwnerPropertySettings(): Guid;
|
|
560
570
|
static get PeopleRollupOwnerPropertyDefaultValueInput(): Guid;
|
|
@@ -572,6 +582,24 @@ export declare class WebComponentManifests {
|
|
|
572
582
|
static get FormRollupFormView(): Guid;
|
|
573
583
|
static get FormRollupFormViewSettings(): Guid;
|
|
574
584
|
static get FormQuestionRenderer(): Guid;
|
|
585
|
+
static get RecurrenceSetting(): Guid;
|
|
586
|
+
static get RecurrenceSettingBlade(): Guid;
|
|
587
|
+
static get RecurrenceSettingEditBlade(): Guid;
|
|
588
|
+
static get RecurrenceSettingMenuBlade(): Guid;
|
|
589
|
+
static get ResourceSelectorBlade(): Guid;
|
|
590
|
+
static get BusinessProfileFilterEngineRenderer(): Guid;
|
|
591
|
+
static get BusinessProfileFilterEngineSettings(): Guid;
|
|
592
|
+
static get BusinessProfileFilterEngineDefaultValueInput(): Guid;
|
|
593
|
+
static get BusinessProfileFilterEngineSelectionsArea(): Guid;
|
|
594
|
+
static get AppInstanceFilterEngineRenderer(): Guid;
|
|
595
|
+
static get AppInstanceFilterEngineSettings(): Guid;
|
|
596
|
+
static get AppInstanceFilterEngineDefaultValueInput(): Guid;
|
|
597
|
+
static get AppInstanceFilterEngineSelectionsArea(): Guid;
|
|
598
|
+
static get FormViewItem(): Guid;
|
|
599
|
+
static get FormStatusFilterEngineRenderer(): Guid;
|
|
600
|
+
static get FormStatusFilterEngineSettings(): Guid;
|
|
601
|
+
static get FormStatusFilterEngineSelectionsArea(): Guid;
|
|
602
|
+
static get FormStatusFilterEngineDefaultValueInput(): Guid;
|
|
575
603
|
}
|
|
576
604
|
export declare class WebComponentElements {
|
|
577
605
|
static get AppProvisioningStepMember(): string;
|
|
@@ -140,6 +140,13 @@ class ResourceManifests {
|
|
|
140
140
|
static get SignOffRequestFilterEngineProgressStatus() { return new fx_models_1.Guid("f4f13adc-5ef4-4030-810d-8d470351cd58"); }
|
|
141
141
|
static get SignOffRequestFilterEngineStatus() { return new fx_models_1.Guid("e8a10f86-2be1-4f84-8cc6-f54480057c00"); }
|
|
142
142
|
static get SignOffRequestFilterEngineType() { return new fx_models_1.Guid("b6094948-9445-416d-9d27-22abce66ffa1"); }
|
|
143
|
+
static get FormRollupCore() { return new fx_models_1.Guid("ce661fe3-ada7-4db9-ae46-a928035298e9"); }
|
|
144
|
+
static get FormRollupFilterEngineScope() { return new fx_models_1.Guid("206132c6-b536-4a68-8291-412f6721fdf4"); }
|
|
145
|
+
static get FormRollupFilterEngineAppInstance() { return new fx_models_1.Guid("c37302df-8ee3-4d49-8a6c-11f3df4ae4d5"); }
|
|
146
|
+
static get FormRollupFilterEngineBusinessProfile() { return new fx_models_1.Guid("f5d62c41-ec48-4484-8ea1-e162e106cd96"); }
|
|
147
|
+
static get FormRollupFilterEngineFormStatus() { return new fx_models_1.Guid("dc7f43b8-55bb-479b-9975-64ef69f87e40"); }
|
|
148
|
+
static get FormRollupFilterEngineContextProperties() { return new fx_models_1.Guid("87c0c090-5a82-43ad-aadd-41e8d8309f29"); }
|
|
149
|
+
static get FormSharedComponentCore() { return new fx_models_1.Guid("417ae783-51d1-42e8-9088-da74e5c38f0e"); }
|
|
143
150
|
static get HttpCodeLayoutResource() { return new fx_models_1.Guid("b6785187-5ac7-4fa1-a36e-08298f778cad"); }
|
|
144
151
|
static get HttpCodeLayoutBPRegistration() { return new fx_models_1.Guid("7e34f694-9a74-4741-bf2c-95ca05ade31a"); }
|
|
145
152
|
static get HttpCodeLayoutTenantRegistration() { return new fx_models_1.Guid("93178fef-8fbe-4e01-9510-b0a358ffa3a8"); }
|
|
@@ -148,7 +155,6 @@ class ResourceManifests {
|
|
|
148
155
|
static get PeopleRollupOwnerFilterEngineRegistrationApi() { return new fx_models_1.Guid("59f67a21-d0e5-4999-8d6e-260029173c7b"); }
|
|
149
156
|
static get PeopleRollupUserTypeFilterEngineRegistrationApi() { return new fx_models_1.Guid("09574fb3-e56d-4dc9-ada3-c2018e42c540"); }
|
|
150
157
|
static get PeopleRollupFilterEngineCore() { return new fx_models_1.Guid("3c70a618-1268-4eb7-aad4-38dff37fd8fe"); }
|
|
151
|
-
static get FormRollupCore() { return new fx_models_1.Guid("ce661fe3-ada7-4db9-ae46-a928035298e9"); }
|
|
152
158
|
}
|
|
153
159
|
exports.ResourceManifests = ResourceManifests;
|
|
154
160
|
class WebComponentManifests {
|
|
@@ -367,6 +373,8 @@ class WebComponentManifests {
|
|
|
367
373
|
static get CreateAppDialog() { return new fx_models_1.Guid("fc16945f-04e0-4309-9823-17c5d6963af5"); }
|
|
368
374
|
static get CreateFormDialog() { return new fx_models_1.Guid("c6864508-934e-4133-84f9-1bc724aacee6"); }
|
|
369
375
|
static get FormBuilderDialogContent() { return new fx_models_1.Guid("f2b57ef9-83b4-4dd7-9834-c262a86840e1"); }
|
|
376
|
+
static get FormTemplateSettings() { return new fx_models_1.Guid("a9d1ebc5-bf13-4174-9533-853bdaf155a2"); }
|
|
377
|
+
static get FormPropertySettings() { return new fx_models_1.Guid("882cfbdd-e6bf-4e8c-a5a0-d2438e7b7508"); }
|
|
370
378
|
static get TeamNewsListView() { return new fx_models_1.Guid("a6d1503c-445e-44b1-9f54-d124c14df29b"); }
|
|
371
379
|
static get TeamNewsListViewSettings() { return new fx_models_1.Guid("d7231aab-9393-4a6d-8aff-4b4d5a5498c4"); }
|
|
372
380
|
static get TeamNewsGroupView() { return new fx_models_1.Guid("7841542b-fb29-4ac2-9676-52a83a6167b9"); }
|
|
@@ -491,6 +499,7 @@ class WebComponentManifests {
|
|
|
491
499
|
static get UserManagementGroupListingBlade() { return new fx_models_1.Guid("0a208072-d45f-4f49-8d59-ab7b9da9a10d"); }
|
|
492
500
|
static get UserManagementActiveGroupListing() { return new fx_models_1.Guid("f333ebaa-d009-4169-a2ff-868e8b751bf9"); }
|
|
493
501
|
static get UserManagementDeletedGroupListing() { return new fx_models_1.Guid("3620baa9-5501-45fa-955e-79d176a72a51"); }
|
|
502
|
+
static get UserManagementGroupMembershipListing() { return new fx_models_1.Guid("7f2c3499-c19d-409a-9664-3eb346cd111d"); }
|
|
494
503
|
static get UserManagementGroupDetailBlade() { return new fx_models_1.Guid("836c198b-2a2c-418f-89a0-cf47ed44092d"); }
|
|
495
504
|
static get UserManagementAuthenticationSettingsBlade() { return new fx_models_1.Guid("a95a8b4a-7e94-4190-9240-87b361950843"); }
|
|
496
505
|
static get UserManagementDynamicGroupListingBlade() { return new fx_models_1.Guid("9c3a9218-af53-4e48-b95b-a122eb43db64"); }
|
|
@@ -564,6 +573,7 @@ class WebComponentManifests {
|
|
|
564
573
|
static get AuthenticationScreenBlade() { return new fx_models_1.Guid("ecdcbe77-649d-423b-9f45-a2b3a4369a83"); }
|
|
565
574
|
static get AuthenticationScreenChrome() { return new fx_models_1.Guid("479f9b8e-edeb-4c41-95a3-1ac3e2b5299e"); }
|
|
566
575
|
static get PeopleRollupOwnerFilterEngineRenderer() { return new fx_models_1.Guid("6f8fe50e-34d1-42c6-98ea-5596b24cd82b"); }
|
|
576
|
+
static get PeopleRollupScopeTypeFilterEngineRenderer() { return new fx_models_1.Guid("36a1c52f-d83b-4765-ab06-2ec697ce2635"); }
|
|
567
577
|
static get PeopleRollupFilterEngineSelectionsAreaOwnerProperty() { return new fx_models_1.Guid("597aabee-e343-47b5-b7b4-233368f15030"); }
|
|
568
578
|
static get PeopleRollupOwnerPropertySettings() { return new fx_models_1.Guid("f0ff3e9d-530c-4040-a5f0-76545f5bc120"); }
|
|
569
579
|
static get PeopleRollupOwnerPropertyDefaultValueInput() { return new fx_models_1.Guid("fd90c46f-f9b8-419e-9bb8-cd3e8395570a"); }
|
|
@@ -581,6 +591,24 @@ class WebComponentManifests {
|
|
|
581
591
|
static get FormRollupFormView() { return new fx_models_1.Guid("425bec81-142f-4b87-8cc6-3bab4f97cb34"); }
|
|
582
592
|
static get FormRollupFormViewSettings() { return new fx_models_1.Guid("29a51766-0fac-4235-abf8-7dd21cc8f36c"); }
|
|
583
593
|
static get FormQuestionRenderer() { return new fx_models_1.Guid("11358173-b7ce-479b-8535-50e99df19371"); }
|
|
594
|
+
static get RecurrenceSetting() { return new fx_models_1.Guid("21a8d6b5-24ea-41fd-b977-b665718dbf51"); }
|
|
595
|
+
static get RecurrenceSettingBlade() { return new fx_models_1.Guid("79d6ef7a-c850-4bec-9fa0-9cab5dadd303"); }
|
|
596
|
+
static get RecurrenceSettingEditBlade() { return new fx_models_1.Guid("5e42f28c-a69d-4706-aa55-a03d90d89526"); }
|
|
597
|
+
static get RecurrenceSettingMenuBlade() { return new fx_models_1.Guid("9d21164d-8d7a-4d4c-a1f2-548501daf508"); }
|
|
598
|
+
static get ResourceSelectorBlade() { return new fx_models_1.Guid("180375fe-7804-46f5-ab75-8717c7b8b73e"); }
|
|
599
|
+
static get BusinessProfileFilterEngineRenderer() { return new fx_models_1.Guid("b6efdd67-b783-429b-817c-4fbcaf26eb70"); }
|
|
600
|
+
static get BusinessProfileFilterEngineSettings() { return new fx_models_1.Guid("7e649af3-81c8-4ec3-9405-249a5018b871"); }
|
|
601
|
+
static get BusinessProfileFilterEngineDefaultValueInput() { return new fx_models_1.Guid("bc5692b5-0d54-40c2-8777-e0f4d4810ddc"); }
|
|
602
|
+
static get BusinessProfileFilterEngineSelectionsArea() { return new fx_models_1.Guid("c78151cb-edc2-4d61-9897-ad269d939f89"); }
|
|
603
|
+
static get AppInstanceFilterEngineRenderer() { return new fx_models_1.Guid("86a1dbac-87bf-4d10-8d59-003a8b0cf06f"); }
|
|
604
|
+
static get AppInstanceFilterEngineSettings() { return new fx_models_1.Guid("2689637e-d336-4224-b91d-85c6a5f625b0"); }
|
|
605
|
+
static get AppInstanceFilterEngineDefaultValueInput() { return new fx_models_1.Guid("c7352795-fe4f-44da-b6ce-5334200f437e"); }
|
|
606
|
+
static get AppInstanceFilterEngineSelectionsArea() { return new fx_models_1.Guid("5808d4d8-db56-424b-ace7-a84501e0350e"); }
|
|
607
|
+
static get FormViewItem() { return new fx_models_1.Guid("ea2e21ff-d752-4d0d-84bb-51810a53521e"); }
|
|
608
|
+
static get FormStatusFilterEngineRenderer() { return new fx_models_1.Guid("2638caca-7acf-49b1-be9e-924327a2ad1a"); }
|
|
609
|
+
static get FormStatusFilterEngineSettings() { return new fx_models_1.Guid("fea6b108-c9cc-4ffd-9044-89e9e632ba42"); }
|
|
610
|
+
static get FormStatusFilterEngineSelectionsArea() { return new fx_models_1.Guid("77c771b4-5cce-4db4-8229-38ce362b9a64"); }
|
|
611
|
+
static get FormStatusFilterEngineDefaultValueInput() { return new fx_models_1.Guid("0f92d659-4323-4e68-9315-0416a26baa04"); }
|
|
584
612
|
}
|
|
585
613
|
exports.WebComponentManifests = WebComponentManifests;
|
|
586
614
|
class WebComponentElements {
|
|
@@ -18,6 +18,11 @@ export interface AnalyticsScopeInfo {
|
|
|
18
18
|
numSlotsUsed: number;
|
|
19
19
|
numSlotsLeft: number;
|
|
20
20
|
}
|
|
21
|
+
export interface AnalyticsColumn {
|
|
22
|
+
id: string;
|
|
23
|
+
name: string;
|
|
24
|
+
documentation: string;
|
|
25
|
+
}
|
|
21
26
|
export declare enum AnalyticsDimensionScopes {
|
|
22
27
|
visit = 0,
|
|
23
28
|
action = 1
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { BusinessProfileProperty, Guid, GuidValue, Identity, Layout, MultilingualString, SpacingSettings } from "@omnia/fx/models";
|
|
1
|
+
import { BusinessProfileProperty, Guid, GuidValue, Identity, Layout, MediaPickerImage, MultilingualString, SpacingSettings } from "@omnia/fx/models";
|
|
2
2
|
import { FormTemplateSettings } from "./FormTemplate";
|
|
3
|
+
import { FormQueryScopes, FormRollupViewComponentSettings } from "./components";
|
|
3
4
|
export interface FormActionHandlerSettings extends FormBuilderSettings {
|
|
4
5
|
selectedTypeId: number;
|
|
5
6
|
scopeType: FormScopeTypes;
|
|
6
7
|
scopeId: GuidValue;
|
|
7
8
|
}
|
|
8
9
|
export interface FormBuilderSettings {
|
|
9
|
-
allowMultiQuestions: boolean;
|
|
10
|
-
showFormSettings: boolean;
|
|
11
10
|
isEditing?: boolean;
|
|
12
11
|
}
|
|
13
12
|
export declare const ScopeCurrentId: Guid;
|
|
14
|
-
declare
|
|
15
|
-
|
|
13
|
+
export declare enum FormScopeTypes {
|
|
14
|
+
BusinessProfile = 1,
|
|
15
|
+
AppInstance = 2
|
|
16
|
+
}
|
|
16
17
|
declare const FormBuilderSteps: readonly ["templateSettings", "formQuestions", "formSettings"];
|
|
17
18
|
export type FormSteps = typeof FormBuilderSteps[number];
|
|
18
19
|
export interface FormBase {
|
|
@@ -24,12 +25,12 @@ export interface FormBase {
|
|
|
24
25
|
[internalName: string]: any;
|
|
25
26
|
};
|
|
26
27
|
}
|
|
27
|
-
export interface CreateFormRequest extends
|
|
28
|
+
export interface CreateFormRequest extends Form {
|
|
28
29
|
generateLayoutIfEmpty?: boolean;
|
|
29
30
|
}
|
|
30
31
|
export interface Form extends FormBase {
|
|
31
32
|
id?: number;
|
|
32
|
-
profileId
|
|
33
|
+
profileId?: GuidValue;
|
|
33
34
|
appInstanceId?: GuidValue;
|
|
34
35
|
createdAt: string;
|
|
35
36
|
createdBy: Identity;
|
|
@@ -61,6 +62,7 @@ export interface FormDefinition extends FormTemplateSettings {
|
|
|
61
62
|
questions: Question[];
|
|
62
63
|
start?: string;
|
|
63
64
|
end?: string;
|
|
65
|
+
image?: MediaPickerImage;
|
|
64
66
|
}
|
|
65
67
|
export interface FormListing {
|
|
66
68
|
id: number;
|
|
@@ -158,16 +160,22 @@ export interface QuestionBlockSettings {
|
|
|
158
160
|
spacing?: SpacingSettings;
|
|
159
161
|
};
|
|
160
162
|
}
|
|
161
|
-
export interface
|
|
162
|
-
formId: number;
|
|
163
|
-
blockTitle: MultilingualString;
|
|
163
|
+
export interface FormViewDisplaySettings {
|
|
164
164
|
useDialog: boolean;
|
|
165
165
|
showFormTitle: boolean;
|
|
166
|
+
showFormImage: boolean;
|
|
166
167
|
legendAlignment: LegendAlignment;
|
|
167
168
|
legendPosition: LegendPosition;
|
|
168
169
|
customShowFormButton: MultilingualString;
|
|
169
170
|
spacing?: SpacingSettings;
|
|
170
171
|
}
|
|
172
|
+
export interface FormRendererBlockSettings extends FormViewDisplaySettings {
|
|
173
|
+
formId: number;
|
|
174
|
+
blockTitle: MultilingualString;
|
|
175
|
+
scopeType?: FormQueryScopes;
|
|
176
|
+
scopeId?: GuidValue;
|
|
177
|
+
}
|
|
178
|
+
export type FormViewComponentSettings = FormViewDisplaySettings & FormRollupViewComponentSettings;
|
|
171
179
|
export declare class FormGenericSetting extends BusinessProfileProperty {
|
|
172
180
|
chartColor: ChartColor[];
|
|
173
181
|
constructor();
|
|
@@ -176,4 +184,9 @@ export declare class ChartColor {
|
|
|
176
184
|
color: string;
|
|
177
185
|
textColor: string;
|
|
178
186
|
}
|
|
187
|
+
export declare enum FormDisplayStatus {
|
|
188
|
+
NotOpen = 0,
|
|
189
|
+
Opening = 1,
|
|
190
|
+
Closed = 2
|
|
191
|
+
}
|
|
179
192
|
export {};
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ChartColor = exports.FormGenericSetting = exports.LegendPosition = exports.LegendAlignment = exports.OptionTypes = exports.QuestionTypes = exports.FormStatus = exports.FormTypes = exports.ScopeCurrentId = void 0;
|
|
3
|
+
exports.FormDisplayStatus = exports.ChartColor = exports.FormGenericSetting = exports.LegendPosition = exports.LegendAlignment = exports.OptionTypes = exports.QuestionTypes = exports.FormStatus = exports.FormTypes = exports.FormScopeTypes = exports.ScopeCurrentId = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx/models");
|
|
5
5
|
const ManifestIds_1 = require("../ManifestIds");
|
|
6
6
|
exports.ScopeCurrentId = new models_1.Guid("acb52a9b-b0c7-465a-8acc-98c4a47b464c");
|
|
7
|
-
|
|
7
|
+
var FormScopeTypes;
|
|
8
|
+
(function (FormScopeTypes) {
|
|
9
|
+
FormScopeTypes[FormScopeTypes["BusinessProfile"] = 1] = "BusinessProfile";
|
|
10
|
+
FormScopeTypes[FormScopeTypes["AppInstance"] = 2] = "AppInstance";
|
|
11
|
+
})(FormScopeTypes = exports.FormScopeTypes || (exports.FormScopeTypes = {}));
|
|
8
12
|
const FormBuilderSteps = ["templateSettings", "formQuestions", "formSettings"];
|
|
9
13
|
var FormTypes;
|
|
10
14
|
(function (FormTypes) {
|
|
@@ -50,3 +54,9 @@ exports.FormGenericSetting = FormGenericSetting;
|
|
|
50
54
|
class ChartColor {
|
|
51
55
|
}
|
|
52
56
|
exports.ChartColor = ChartColor;
|
|
57
|
+
var FormDisplayStatus;
|
|
58
|
+
(function (FormDisplayStatus) {
|
|
59
|
+
FormDisplayStatus[FormDisplayStatus["NotOpen"] = 0] = "NotOpen";
|
|
60
|
+
FormDisplayStatus[FormDisplayStatus["Opening"] = 1] = "Opening";
|
|
61
|
+
FormDisplayStatus[FormDisplayStatus["Closed"] = 2] = "Closed";
|
|
62
|
+
})(FormDisplayStatus = exports.FormDisplayStatus || (exports.FormDisplayStatus = {}));
|
|
@@ -3,6 +3,7 @@ import { FormQueryScopes, FormRollupFilter } from "./components";
|
|
|
3
3
|
import { Form } from "./Form";
|
|
4
4
|
export interface FormQuery extends IPagingable {
|
|
5
5
|
scope: FormQueryScopes;
|
|
6
|
+
applySecurityTrimmer?: boolean;
|
|
6
7
|
keyWord?: string;
|
|
7
8
|
orderBy?: OrderBy;
|
|
8
9
|
formFilter?: FormFilter;
|
|
@@ -13,6 +13,13 @@ export interface FormTemplateSettings {
|
|
|
13
13
|
showAllResponses: boolean;
|
|
14
14
|
customSubmitLabel: MultilingualString;
|
|
15
15
|
submittedMessage: MultilingualString;
|
|
16
|
+
closedSettings: FormClosedSettings;
|
|
17
|
+
}
|
|
18
|
+
export interface FormClosedSettings {
|
|
19
|
+
showMessage: boolean;
|
|
20
|
+
showUserResponse: boolean;
|
|
21
|
+
showAllResponses: boolean;
|
|
22
|
+
message: MultilingualString;
|
|
16
23
|
}
|
|
17
24
|
export interface FormTemplateRequest {
|
|
18
25
|
baseType: FormTypes;
|
|
@@ -5,6 +5,11 @@ export interface FormTypeRequest {
|
|
|
5
5
|
title: MultilingualString;
|
|
6
6
|
enterprisePropertySetId?: GuidValue;
|
|
7
7
|
formTemplateIds: number[];
|
|
8
|
+
settings: FormTypeSettings;
|
|
9
|
+
}
|
|
10
|
+
export interface FormTypeSettings {
|
|
11
|
+
showFormTemplateSettings: boolean;
|
|
12
|
+
allowMultipleQuestions: boolean;
|
|
8
13
|
}
|
|
9
14
|
export interface FormType extends FormTypeRequest {
|
|
10
15
|
id: number;
|
package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterEngineSettings, GuidValue, MultilingualString, OrderBy, PropertyIndexedType, RollupEnums, RollupFilter, RollupFilterValue, RollupOtherTypes, SpacingSettings } from "@omnia/fx-models";
|
|
1
|
+
import { BaseFilterEngineProperty, FilterEngineSettings, GuidValue, MultilingualString, OrderBy, PropertyIndexedType, RollupEnums, RollupFilter, RollupFilterValue, RollupOtherTypes, SpacingSettings, TypedFilterEnginePropertyOutput } from "@omnia/fx-models";
|
|
2
2
|
import { FormStatus } from "../Form";
|
|
3
3
|
import { FormRollupViewComponentSettings } from "./FormRollupBlockViewSettings";
|
|
4
4
|
export declare enum FormQueryScopes {
|
|
@@ -52,5 +52,29 @@ export interface FormRollupViewRegistrationSettings {
|
|
|
52
52
|
viewSettings: FormRollupViewComponentSettings;
|
|
53
53
|
}
|
|
54
54
|
export interface FormStatusExtendedPropFilterValue extends RollupFilterValue {
|
|
55
|
-
value: FormStatus
|
|
55
|
+
value: Array<FormStatus>;
|
|
56
|
+
}
|
|
57
|
+
export interface FormScopeFilterEngineProperty extends BaseFilterEngineProperty {
|
|
58
|
+
value: Array<GuidValue>;
|
|
59
|
+
type: PropertyIndexedType.Text;
|
|
60
|
+
showSearchValueBox: boolean;
|
|
61
|
+
}
|
|
62
|
+
export interface FormScopeFilterEnginePropertyOutput extends TypedFilterEnginePropertyOutput {
|
|
63
|
+
value: Array<GuidValue>;
|
|
64
|
+
type: PropertyIndexedType.Text;
|
|
65
|
+
}
|
|
66
|
+
export interface FormScopePropFilterValue extends RollupFilterValue {
|
|
67
|
+
value: Array<GuidValue>;
|
|
68
|
+
}
|
|
69
|
+
export interface FormTypePropFilterValue extends RollupFilterValue {
|
|
70
|
+
value: Array<number>;
|
|
71
|
+
}
|
|
72
|
+
export interface FormStatusFilterEngineProperty extends BaseFilterEngineProperty {
|
|
73
|
+
value: Array<FormStatus>;
|
|
74
|
+
type: PropertyIndexedType.Number;
|
|
75
|
+
}
|
|
76
|
+
export interface FormStatusEnginePropertyOutput extends TypedFilterEnginePropertyOutput {
|
|
77
|
+
type: PropertyIndexedType.Number;
|
|
78
|
+
value: Array<FormStatus>;
|
|
79
|
+
sub: FormStatusEnginePropertyOutput[];
|
|
56
80
|
}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
export declare class FormRollupConstants {
|
|
2
2
|
static CustomProperties: {
|
|
3
|
+
TitleAndLink: string;
|
|
3
4
|
Status: string;
|
|
4
5
|
StartDate: string;
|
|
5
6
|
EndDate: string;
|
|
7
|
+
Type: string;
|
|
8
|
+
BusinessProfileScope: string;
|
|
9
|
+
AppInstanceScope: string;
|
|
6
10
|
};
|
|
7
11
|
static ViewRegistration: {
|
|
8
12
|
listView: string;
|
|
@@ -5,9 +5,13 @@ class FormRollupConstants {
|
|
|
5
5
|
}
|
|
6
6
|
exports.FormRollupConstants = FormRollupConstants;
|
|
7
7
|
FormRollupConstants.CustomProperties = {
|
|
8
|
+
TitleAndLink: "titleandlink_c180e07a-0362-4de4-a418-128c3b2b75f5",
|
|
8
9
|
Status: "status_6fcde526-501b-4a6e-aea1-b08022dba59b",
|
|
9
10
|
StartDate: "startdate_469895bb-54b4-434e-b96a-90a0dd7eaa10",
|
|
10
|
-
EndDate: "enddate_44a47f32-6248-4025-9b8c-0df518ec8550"
|
|
11
|
+
EndDate: "enddate_44a47f32-6248-4025-9b8c-0df518ec8550",
|
|
12
|
+
Type: "type_63b3e788-f544-4563-bc7a-0793ae5b9d21",
|
|
13
|
+
BusinessProfileScope: "scope_a44b6b5a-534b-4b84-9998-28b227e57ea5",
|
|
14
|
+
AppInstanceScope: "scope_64ef1fa5-c495-44e2-b608-677c5f1a99b1",
|
|
11
15
|
};
|
|
12
16
|
FormRollupConstants.ViewRegistration = {
|
|
13
17
|
listView: "d91762c6-f646-408a-b628-7ef4f2bb2e17",
|
|
@@ -32,3 +32,10 @@ export declare const FormRollupMainRendererStyles: {
|
|
|
32
32
|
hideHeaders?: types.NestedCSSProperties;
|
|
33
33
|
fullHeight?: types.NestedCSSProperties;
|
|
34
34
|
};
|
|
35
|
+
export declare const FormDialogStyles: {
|
|
36
|
+
footerWrapper?: types.NestedCSSProperties;
|
|
37
|
+
dialogWrapper?: types.NestedCSSProperties;
|
|
38
|
+
dialogContentWrapper?: types.NestedCSSProperties;
|
|
39
|
+
};
|
|
40
|
+
export declare const formDialogHeaderHeight = 80;
|
|
41
|
+
export declare const formDialogFooterHeight = 46;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FormRollupMainRendererStyles = exports.FormRollupBlockGeneralTabStyles = void 0;
|
|
3
|
+
exports.formDialogFooterHeight = exports.formDialogHeaderHeight = exports.FormDialogStyles = exports.FormRollupMainRendererStyles = exports.FormRollupBlockGeneralTabStyles = void 0;
|
|
4
4
|
exports.FormRollupBlockGeneralTabStyles = {};
|
|
5
5
|
exports.FormRollupMainRendererStyles = {};
|
|
6
|
+
exports.FormDialogStyles = {};
|
|
7
|
+
exports.formDialogHeaderHeight = 80;
|
|
8
|
+
exports.formDialogFooterHeight = 46;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from "./FormRollupBlockSettings";
|
|
2
|
-
export * from "./FormRollupStyle";
|
|
3
2
|
export * from "./FormRollupBlockViewSettings";
|
|
4
|
-
export * from "./FormRollupViewRendererComponent";
|
|
5
3
|
export * from "./FormRollupConstant";
|
|
6
|
-
export * from "./
|
|
4
|
+
export * from "./FormRollupStyle";
|
|
5
|
+
export * from "./FormRollupViewRendererComponent";
|
|
7
6
|
export * from "./ListViewComponentSettings";
|
|
@@ -2,9 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./FormRollupBlockSettings"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./FormRollupStyle"), exports);
|
|
6
5
|
tslib_1.__exportStar(require("./FormRollupBlockViewSettings"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./FormRollupViewRendererComponent"), exports);
|
|
8
6
|
tslib_1.__exportStar(require("./FormRollupConstant"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
7
|
+
tslib_1.__exportStar(require("./FormRollupStyle"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./FormRollupViewRendererComponent"), exports);
|
|
10
9
|
tslib_1.__exportStar(require("./ListViewComponentSettings"), exports);
|
|
@@ -9,3 +9,4 @@ tslib_1.__exportStar(require("./FormType"), exports);
|
|
|
9
9
|
tslib_1.__exportStar(require("./components"), exports);
|
|
10
10
|
tslib_1.__exportStar(require("./FormQuery"), exports);
|
|
11
11
|
tslib_1.__exportStar(require("./FormApi"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./FormDialogModel"), exports);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { GuidValue, MediaPickerStorageProviderContext } from "@omnia/fx-models";
|
|
2
2
|
declare abstract class MediaPickerProviderStorageWorkplaceContext extends MediaPickerStorageProviderContext {
|
|
3
3
|
readonly omniaServiceId: GuidValue;
|
|
4
4
|
}
|
|
@@ -36,8 +36,10 @@ export declare class MediaPickerStorageProviderWorkplaceTutorialContext extends
|
|
|
36
36
|
}
|
|
37
37
|
export declare class MediaPickerStorageProviderWorkplaceFormContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
38
38
|
readonly storageProviderContextId: GuidValue;
|
|
39
|
-
readonly
|
|
40
|
-
|
|
39
|
+
readonly profileId?: GuidValue;
|
|
40
|
+
readonly appInstanceId?: GuidValue;
|
|
41
|
+
readonly formId?: number;
|
|
42
|
+
constructor(profileId?: GuidValue, appInstanceId?: GuidValue, formId?: number);
|
|
41
43
|
}
|
|
42
44
|
export declare class MediaPickerStorageProviderWorkplacePromotedSearchResultContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
43
45
|
readonly storageProviderContextId: GuidValue;
|
|
@@ -54,10 +54,15 @@ class MediaPickerStorageProviderWorkplaceTutorialContext extends MediaPickerProv
|
|
|
54
54
|
}
|
|
55
55
|
exports.MediaPickerStorageProviderWorkplaceTutorialContext = MediaPickerStorageProviderWorkplaceTutorialContext;
|
|
56
56
|
class MediaPickerStorageProviderWorkplaceFormContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
57
|
-
constructor(formId) {
|
|
57
|
+
constructor(profileId, appInstanceId, formId) {
|
|
58
58
|
super();
|
|
59
59
|
this.storageProviderContextId = new fx_models_1.Guid("9e075b81-cb49-4d9a-ad9b-85edb83f4d4d");
|
|
60
|
-
|
|
60
|
+
if (profileId)
|
|
61
|
+
this.profileId = profileId;
|
|
62
|
+
if (appInstanceId)
|
|
63
|
+
this.appInstanceId = appInstanceId;
|
|
64
|
+
if (formId)
|
|
65
|
+
this.formId = formId;
|
|
61
66
|
}
|
|
62
67
|
}
|
|
63
68
|
exports.MediaPickerStorageProviderWorkplaceFormContext = MediaPickerStorageProviderWorkplaceFormContext;
|
|
@@ -2,35 +2,34 @@ import { GuidValue, Identity, MultilingualString } from "@omnia/fx/models";
|
|
|
2
2
|
import { SignOffRequestEnums } from "./SignOffRequestEnum";
|
|
3
3
|
import { ISignOffRequestResourceDataSettings } from "./SignOffRequestResource";
|
|
4
4
|
export interface ISignOffRequestUpdatableProperties {
|
|
5
|
-
status: SignOffRequestEnums.SignOffRequestStatus;
|
|
6
|
-
reminderEmails?: Array<string>;
|
|
7
5
|
enterpriseProperties?: {
|
|
8
6
|
[internalName: string]: any;
|
|
9
7
|
};
|
|
8
|
+
title?: MultilingualString;
|
|
9
|
+
description?: MultilingualString;
|
|
10
|
+
signOffType?: SignOffRequestEnums.SignOffType;
|
|
11
|
+
requestedBy?: Array<Identity>;
|
|
12
|
+
requestTo?: Array<Identity>;
|
|
13
|
+
requestToEmails?: Array<string>;
|
|
14
|
+
resources?: Array<ISignOffRequestResourceDataSettings>;
|
|
15
|
+
scheduledAt?: Date;
|
|
16
|
+
scheduledTimeZone?: string;
|
|
10
17
|
}
|
|
11
18
|
export interface SignOffRequest extends ISignOffRequestUpdatableProperties {
|
|
12
19
|
id: GuidValue;
|
|
13
|
-
|
|
20
|
+
status: SignOffRequestEnums.SignOffRequestStatus;
|
|
14
21
|
typeId: GuidValue;
|
|
15
|
-
description: MultilingualString;
|
|
16
|
-
signOffType: SignOffRequestEnums.SignOffType;
|
|
17
|
-
requestTo: Array<Identity>;
|
|
18
22
|
requestToUsers: Array<Identity>;
|
|
19
|
-
resources: Array<ISignOffRequestResourceDataSettings>;
|
|
20
|
-
requestToEmails: Array<string>;
|
|
21
23
|
expectedResponsesCount?: number;
|
|
22
24
|
responsesCount: number;
|
|
23
25
|
requestToRecipientCount: number;
|
|
24
26
|
signedOffRecipientCount: number;
|
|
25
|
-
requestedBy: Array<Identity>;
|
|
26
27
|
createdAt: Date;
|
|
27
28
|
modifiedAt: Date;
|
|
28
29
|
modifiedBy: string;
|
|
29
30
|
progress: SignOffRequestEnums.SignOffRequestProgress;
|
|
30
|
-
enterpriseProperties: {
|
|
31
|
-
[internalName: string]: any;
|
|
32
|
-
};
|
|
33
31
|
resourceCount: number;
|
|
34
32
|
recipientId: Identity;
|
|
35
33
|
isOwner: boolean;
|
|
34
|
+
reminderEmails?: Array<string>;
|
|
36
35
|
}
|
|
@@ -9,6 +9,7 @@ var SignOffRequestEnums;
|
|
|
9
9
|
SignOffRequestStatus[SignOffRequestStatus["Open"] = 1] = "Open";
|
|
10
10
|
SignOffRequestStatus[SignOffRequestStatus["Closed"] = 2] = "Closed";
|
|
11
11
|
SignOffRequestStatus[SignOffRequestStatus["Error"] = 3] = "Error";
|
|
12
|
+
SignOffRequestStatus[SignOffRequestStatus["Scheduled"] = 4] = "Scheduled";
|
|
12
13
|
})(SignOffRequestStatus = SignOffRequestEnums.SignOffRequestStatus || (SignOffRequestEnums.SignOffRequestStatus = {}));
|
|
13
14
|
let SignOffRequestProgress;
|
|
14
15
|
(function (SignOffRequestProgress) {
|
|
@@ -9,6 +9,7 @@ export declare abstract class SignOffRequestProvider<T extends SignOffResource =
|
|
|
9
9
|
resolveResourceData: (itemId: string) => Promise<SignOffRequestResourceDetail>;
|
|
10
10
|
resolveToken: (tokenField: string, itemId: string) => string;
|
|
11
11
|
ensureItemsLoaded: (itemIds: string[]) => Promise<void>;
|
|
12
|
+
ensureResourcesLoaded: (resources: Array<ISignOffRequestResource>) => Promise<Array<ISignOffRequestResource>>;
|
|
12
13
|
onSelectResource?: (resource: Array<ISignOffRequestResource>) => void;
|
|
13
14
|
getDefaultResources(): Array<ISignOffRequestResource>;
|
|
14
15
|
isEnabled(settings: ActionButtonSignOffRequestSettings): Promise<boolean>;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { GuidValue, Identity, MultilingualString } from "@omnia/fx/models";
|
|
2
|
+
import { RecurrenceSettings } from "../../../models/shared";
|
|
3
|
+
import { SignOffRequestEnums } from "./SignOffRequestEnum";
|
|
4
|
+
import { ISignOffRequestResourceDataSettings } from "./SignOffRequestResource";
|
|
5
|
+
export interface SignOffRequestRecurrence extends SignOffRequestRecurrenceCreation {
|
|
6
|
+
id: GuidValue;
|
|
7
|
+
nextRequestDate?: Date;
|
|
8
|
+
createdAt?: Date;
|
|
9
|
+
modifiedAt?: Date;
|
|
10
|
+
modifiedBy?: Identity;
|
|
11
|
+
}
|
|
12
|
+
export interface SignOffRequestRecurrenceUpdatableProperties {
|
|
13
|
+
requestTitle?: MultilingualString;
|
|
14
|
+
requestDescription?: MultilingualString;
|
|
15
|
+
signOffType?: SignOffRequestEnums.SignOffType;
|
|
16
|
+
requestedBy?: Array<Identity>;
|
|
17
|
+
requestTo?: Array<Identity>;
|
|
18
|
+
requestToEmails?: Array<string>;
|
|
19
|
+
resources?: Array<ISignOffRequestResourceDataSettings>;
|
|
20
|
+
enterpriseProperties?: {
|
|
21
|
+
[internalName: string]: any;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
export interface SignOffRequestRecurrenceCreation extends SignOffRequestRecurrenceUpdatableProperties {
|
|
25
|
+
name: MultilingualString;
|
|
26
|
+
templateId: GuidValue;
|
|
27
|
+
typeId: GuidValue;
|
|
28
|
+
recurrenceSetting: RecurrenceTimeZoneSetting;
|
|
29
|
+
}
|
|
30
|
+
export interface RecurrenceTimeZoneSetting extends RecurrenceSettings {
|
|
31
|
+
hour: number;
|
|
32
|
+
minute: number;
|
|
33
|
+
timeZoneId: string;
|
|
34
|
+
}
|
|
35
|
+
export declare const RecurringRequestProgressStatus: {
|
|
36
|
+
Success: number;
|
|
37
|
+
Failed: number;
|
|
38
|
+
};
|
|
@@ -6,8 +6,10 @@ export interface ISignOffRequestResource {
|
|
|
6
6
|
providerId: GuidValue;
|
|
7
7
|
/** Manifest for your registration of your provider used for performance reason (we don't need to load all providers) */
|
|
8
8
|
providerManifestId: GuidValue;
|
|
9
|
+
providerInfo?: ProviderInfo;
|
|
9
10
|
}
|
|
10
11
|
export declare abstract class SignOffResource implements ISignOffRequestResource {
|
|
12
|
+
abstract providerInfo?: ProviderInfo;
|
|
11
13
|
abstract resourceId: string;
|
|
12
14
|
abstract providerId: GuidValue;
|
|
13
15
|
abstract providerManifestId: GuidValue;
|
|
@@ -38,3 +40,7 @@ export interface SignOffReminderSetting {
|
|
|
38
40
|
resourceDetails: Array<SignOffRequestResourceDetail>;
|
|
39
41
|
newUsersInGroup: Array<Identity>;
|
|
40
42
|
}
|
|
43
|
+
export interface ProviderInfo {
|
|
44
|
+
serviceId: GuidValue;
|
|
45
|
+
resolveUrl: string;
|
|
46
|
+
}
|
|
@@ -7,7 +7,7 @@ export interface ISignOffRequestTemplateUpdatableProperties {
|
|
|
7
7
|
description?: SignOffRequestTemplateMultilingualStringDataSettings;
|
|
8
8
|
resources?: SignOffRequestTemplateSignOffResourceListDataSettings;
|
|
9
9
|
requestedBy?: SignOffRequestTemplateIdentityListDataSettings;
|
|
10
|
-
requestTo?:
|
|
10
|
+
requestTo?: SignOffRequestTemplateRequestToDataSettings;
|
|
11
11
|
signOffType?: SignOffRequestTemplateSignOffTypeDataSettings;
|
|
12
12
|
}
|
|
13
13
|
export interface SignOffRequestTemplate extends ISignOffRequestTemplateUpdatableProperties {
|
|
@@ -17,6 +17,11 @@ export interface SignOffRequestTemplate extends ISignOffRequestTemplateUpdatable
|
|
|
17
17
|
modifiedBy?: Identity;
|
|
18
18
|
modifiedAt?: Date;
|
|
19
19
|
}
|
|
20
|
+
export interface SignOffRequestTemplatesInUseQueryOptions {
|
|
21
|
+
templateIds: Array<GuidValue>;
|
|
22
|
+
typeId: GuidValue;
|
|
23
|
+
includeInTypes?: boolean;
|
|
24
|
+
}
|
|
20
25
|
export interface ISignOffRequestTemplateDataSettings {
|
|
21
26
|
allowEdit: boolean;
|
|
22
27
|
}
|
|
@@ -32,3 +37,7 @@ export interface SignOffRequestTemplateSignOffResourceListDataSettings extends I
|
|
|
32
37
|
export interface SignOffRequestTemplateSignOffTypeDataSettings extends ISignOffRequestTemplateDataSettings {
|
|
33
38
|
value: SignOffRequestEnums.SignOffType;
|
|
34
39
|
}
|
|
40
|
+
export interface SignOffRequestTemplateRequestToDataSettings extends ISignOffRequestTemplateDataSettings {
|
|
41
|
+
value: Array<Identity>;
|
|
42
|
+
requestToEmails?: Array<string>;
|
|
43
|
+
}
|
|
@@ -17,3 +17,4 @@ tslib_1.__exportStar(require("./SignOffRequestType"), exports);
|
|
|
17
17
|
tslib_1.__exportStar(require("./SignOffRequestRollupViewSettings"), exports);
|
|
18
18
|
tslib_1.__exportStar(require("./SignOffRequestRollupBlockSettings"), exports);
|
|
19
19
|
tslib_1.__exportStar(require("./SignOffRequestRollupViewRendererComponent"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./SignOffRequestRecurrence"), exports);
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
import { GuidValue
|
|
2
|
-
import {
|
|
3
|
-
export interface SignOffRequestCreateModel {
|
|
4
|
-
title: MultilingualString;
|
|
5
|
-
description?: MultilingualString;
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
|
2
|
+
import { ISignOffRequestUpdatableProperties } from "..";
|
|
3
|
+
export interface SignOffRequestCreateModel extends ISignOffRequestUpdatableProperties {
|
|
6
4
|
typeId: GuidValue;
|
|
7
|
-
signOffType: SignOffRequestEnums.SignOffType;
|
|
8
|
-
requestedBy: Array<Identity>;
|
|
9
|
-
requestTo: Array<Identity>;
|
|
10
|
-
resources: Array<ISignOffRequestResourceDataSettings>;
|
|
11
|
-
requestToEmails?: Array<string>;
|
|
12
|
-
enterpriseProperties: {
|
|
13
|
-
[internalName: string]: any;
|
|
14
|
-
};
|
|
15
|
-
resourceDetails: Array<SignOffRequestResourceDetail>;
|
|
16
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MultilingualString } from "@omnia/fx/models";
|
|
2
|
-
import { SignOffRequestTemplateMultilingualStringDataSettings, SignOffRequestTemplateSignOffTypeDataSettings, SignOffRequestTemplateIdentityListDataSettings, SignOffRequestTemplateSignOffResourceListDataSettings } from "..";
|
|
2
|
+
import { SignOffRequestTemplateMultilingualStringDataSettings, SignOffRequestTemplateSignOffTypeDataSettings, SignOffRequestTemplateIdentityListDataSettings, SignOffRequestTemplateSignOffResourceListDataSettings, SignOffRequestTemplateRequestToDataSettings } from "..";
|
|
3
3
|
export interface SignOffRequestTemplateCreateModel {
|
|
4
4
|
name?: MultilingualString;
|
|
5
5
|
title?: SignOffRequestTemplateMultilingualStringDataSettings;
|
|
@@ -8,4 +8,5 @@ export interface SignOffRequestTemplateCreateModel {
|
|
|
8
8
|
requestedBy?: SignOffRequestTemplateIdentityListDataSettings;
|
|
9
9
|
requestTo?: SignOffRequestTemplateIdentityListDataSettings;
|
|
10
10
|
signOffType?: SignOffRequestTemplateSignOffTypeDataSettings;
|
|
11
|
+
requestToEmails?: SignOffRequestTemplateRequestToDataSettings;
|
|
11
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GuidValue, Identity } from "@omnia/fx/models";
|
|
2
|
-
import { AnalyticsDimensionMapping, AnalyticsDimensionScopes, AnalyticsDimensions, AnalyticsScopeInfo, AnalyticsSettings, AnalyticsToken, WidgetCategoryInfo, MatomoSite } from "../models/analytics";
|
|
2
|
+
import { AnalyticsDimensionMapping, AnalyticsDimensionScopes, AnalyticsDimensions, AnalyticsScopeInfo, AnalyticsSettings, AnalyticsToken, WidgetCategoryInfo, MatomoSite, AnalyticsColumn } from "../models/analytics";
|
|
3
3
|
export declare class AnalyticsStoreService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
constructor();
|
|
@@ -8,6 +8,7 @@ export declare class AnalyticsStoreService {
|
|
|
8
8
|
getDimensions: (businessProfileId?: GuidValue) => Promise<AnalyticsDimensions>;
|
|
9
9
|
getScopesInfo: (businessProfileId?: GuidValue) => Promise<AnalyticsScopeInfo[]>;
|
|
10
10
|
getWidgetInformation: () => Promise<WidgetCategoryInfo[]>;
|
|
11
|
+
getAnalyticColumns: (idSite: number) => Promise<AnalyticsColumn[]>;
|
|
11
12
|
addDimension: (name: string, scope: AnalyticsDimensionScopes) => Promise<number>;
|
|
12
13
|
enableAnalytics: () => Promise<boolean>;
|
|
13
14
|
disableAnalytics: () => Promise<boolean>;
|
|
@@ -3,6 +3,7 @@ import { ChoiceQuestion, ChoiceQuestionStatistic, CreateFormRequest, Form, FormL
|
|
|
3
3
|
export declare class FormService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
private readonly baseUrl;
|
|
6
|
+
getFormListing: (id: number) => Promise<FormListing>;
|
|
6
7
|
queryForms: (query: QueryFormRequest, profileId?: GuidValue) => Promise<FormListing[]>;
|
|
7
8
|
queryFormRollup: (query: FormQuery) => Promise<FormQueryResult>;
|
|
8
9
|
deleteForm: (id: number) => Promise<any>;
|
|
@@ -14,6 +15,7 @@ export declare class FormService {
|
|
|
14
15
|
createAppInstanceForm: (appInstanceId: GuidValue, request: CreateFormRequest) => Promise<Form>;
|
|
15
16
|
updateForm: (form: Form) => Promise<Form>;
|
|
16
17
|
getChoiceQuestionStatistic: (form: Form, question: ChoiceQuestion | MultipleChoiceQuestion) => Promise<ChoiceQuestionStatistic>;
|
|
17
|
-
clearResponse: (formId: number
|
|
18
|
+
clearResponse: (formId: number) => Promise<Form>;
|
|
18
19
|
exportToExcel: (formId: number) => Promise<void>;
|
|
20
|
+
private migrateFormDefinitionSettings;
|
|
19
21
|
}
|
|
@@ -7,4 +7,6 @@ export declare class FormTemplateService {
|
|
|
7
7
|
createFormTemplate: (profileId: GuidValue, createRequest: FormTemplateRequest) => Promise<FormTemplate>;
|
|
8
8
|
updateFormTemplate: (formTemplate: FormTemplate) => Promise<FormTemplate>;
|
|
9
9
|
removeFormTemplate: (id: number) => Promise<FormTemplate>;
|
|
10
|
+
isFormTemplateInUse: (formTemplateId: number) => Promise<boolean>;
|
|
11
|
+
private migrateFormTemplateSettings;
|
|
10
12
|
}
|
|
@@ -7,4 +7,5 @@ export declare class FormTypeService {
|
|
|
7
7
|
createFormType: (profileId: GuidValue, formType: FormTypeRequest) => Promise<FormType>;
|
|
8
8
|
updateFormType: (formType: FormType) => Promise<FormType>;
|
|
9
9
|
removeFormType: (id: number) => Promise<FormType>;
|
|
10
|
+
isFormTypeInUse: (formTypeId: number) => Promise<boolean>;
|
|
10
11
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Store } from "@omnia/fx/stores";
|
|
2
2
|
import { OmniaContext } from "@omnia/fx";
|
|
3
3
|
import { GuidValue } from "@omnia/fx-models";
|
|
4
|
-
import { AnalyticsDimensions, AnalyticsScopeInfo, AnalyticsSettings, MatomoSite } from "../models/analytics";
|
|
4
|
+
import { AnalyticsColumn, AnalyticsDimensions, AnalyticsScopeInfo, AnalyticsSettings, MatomoSite } from "../models/analytics";
|
|
5
5
|
import { AnalyticsStoreService } from "../services/AnalyticsStoreService";
|
|
6
6
|
import { WidgetCategoryInfo } from "../models";
|
|
7
7
|
export declare class AnalyticsStore extends Store {
|
|
@@ -23,6 +23,9 @@ export declare class AnalyticsStore extends Store {
|
|
|
23
23
|
private analyticsUrl;
|
|
24
24
|
private ensuredLoadSitesWithAtLeastViewAccessPromise;
|
|
25
25
|
private sitesWithAtLeastViewAccess;
|
|
26
|
+
private analyticsColumns;
|
|
27
|
+
private ensuredLoadAnalyticColumns;
|
|
28
|
+
private isInstalled;
|
|
26
29
|
onActivated(): void;
|
|
27
30
|
onDisposing(): void;
|
|
28
31
|
/**
|
|
@@ -36,6 +39,8 @@ export declare class AnalyticsStore extends Store {
|
|
|
36
39
|
tokens: (businessProfileId?: GuidValue) => string;
|
|
37
40
|
analyticsUrl: () => string;
|
|
38
41
|
sitesWithAtLeastViewAccess: () => MatomoSite[];
|
|
42
|
+
isInstalled: () => boolean;
|
|
43
|
+
analyticsColumns: () => AnalyticsColumn[];
|
|
39
44
|
};
|
|
40
45
|
actions: any;
|
|
41
46
|
}
|
|
@@ -27,6 +27,7 @@ export declare class FormStore extends Store {
|
|
|
27
27
|
updateForm: import("@omnia/fx/stores").StoreAction<unknown, (form: Form) => void, (result: Form, form: Form) => void, (failureReason: any, form: Form) => void, (form: Form) => Promise<Form>>;
|
|
28
28
|
deleteForm: import("@omnia/fx/stores").StoreAction<unknown, (formId: number) => void, (result: void, formId: number) => void, (failureReason: any, formId: number) => void, (formId: number) => Promise<void>>;
|
|
29
29
|
copyForm: import("@omnia/fx/stores").StoreAction<unknown, (formId: number) => void, (result: Form, formId: number) => void, (failureReason: any, formId: number) => void, (formId: number) => Promise<Form>>;
|
|
30
|
-
clearResponses: import("@omnia/fx/stores").StoreAction<unknown, (formId: number
|
|
30
|
+
clearResponses: import("@omnia/fx/stores").StoreAction<unknown, (formId: number) => void, (result: void, formId: number) => void, (failureReason: any, formId: number) => void, (formId: number) => Promise<void>>;
|
|
31
|
+
exportToExcel: import("@omnia/fx/stores").StoreAction<unknown, (formId: number) => void, (result: void, formId: number) => void, (failureReason: any, formId: number) => void, (formId: number) => Promise<void>>;
|
|
31
32
|
};
|
|
32
33
|
}
|
package/package.json
CHANGED
package/internal-do-not-import-from-here/models/forms/components/FormViewComponentSettings.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { MultilingualString, SpacingSettings } from "@omnia/fx-models";
|
|
2
|
-
import { LegendAlignment, LegendPosition } from "../Form";
|
|
3
|
-
import { FormRollupViewComponentSettings } from "./FormRollupBlockViewSettings";
|
|
4
|
-
export interface FormViewComponentSettings extends FormRollupViewComponentSettings {
|
|
5
|
-
useDialog: boolean;
|
|
6
|
-
showFormTitle: boolean;
|
|
7
|
-
legendAlignment: LegendAlignment;
|
|
8
|
-
legendPosition: LegendPosition;
|
|
9
|
-
customShowFormButton: MultilingualString;
|
|
10
|
-
spacing?: SpacingSettings;
|
|
11
|
-
}
|