@omnia/workplace 7.6.3-preview → 7.6.3
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 +93 -3
- 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 +19 -1
- package/internal-do-not-import-from-here/models/Constants.js +22 -4
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +43 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +43 -0
- 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 +56 -25
- package/internal-do-not-import-from-here/models/forms/Form.js +19 -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 +33 -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 +80 -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 +15 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.js +19 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.d.ts +41 -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/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 +6 -0
- package/internal-do-not-import-from-here/models/forms/components/index.js +9 -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/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/{FormService.d.ts → forms/FormService.d.ts} +8 -4
- package/internal-do-not-import-from-here/services/forms/FormTemplateService.d.ts +12 -0
- package/internal-do-not-import-from-here/services/forms/FormTypeService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/forms/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/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/{FormStore.d.ts → forms/FormStore.d.ts} +7 -4
- package/internal-do-not-import-from-here/stores/forms/FormTemplateStore.d.ts +24 -0
- package/internal-do-not-import-from-here/stores/forms/FormTypeStore.d.ts +24 -0
- package/internal-do-not-import-from-here/stores/forms/index.d.ts +3 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -5,9 +5,36 @@ export declare module 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;
|
|
15
|
+
DeleteQuestion: string;
|
|
10
16
|
Option: string;
|
|
17
|
+
CreateForm: string;
|
|
18
|
+
ExportToExcel: string;
|
|
19
|
+
LimitResponseTime: {
|
|
20
|
+
Title: string;
|
|
21
|
+
BeforeStartTimeMessage: string;
|
|
22
|
+
AfterEndTimeMessage: string;
|
|
23
|
+
};
|
|
24
|
+
Scope: {
|
|
25
|
+
Title: string;
|
|
26
|
+
CurrentApp: string;
|
|
27
|
+
CurrentBusinessProfile: string;
|
|
28
|
+
Deleted: string;
|
|
29
|
+
};
|
|
30
|
+
ScopeType: {
|
|
31
|
+
Title: string;
|
|
32
|
+
App: string;
|
|
33
|
+
BusinessProfile: string;
|
|
34
|
+
};
|
|
35
|
+
ActionButton: {
|
|
36
|
+
AddQuestion: string;
|
|
37
|
+
};
|
|
11
38
|
Admin: {
|
|
12
39
|
CopyOf: string;
|
|
13
40
|
Title: string;
|
|
@@ -25,7 +52,6 @@ export declare module FormsLocalization {
|
|
|
25
52
|
};
|
|
26
53
|
};
|
|
27
54
|
EditForm: {
|
|
28
|
-
Open: string;
|
|
29
55
|
OneResponsePerPerson: string;
|
|
30
56
|
MakeResponsesAnonymous: string;
|
|
31
57
|
EnableShowResponse: string;
|
|
@@ -44,6 +70,9 @@ export declare module FormsLocalization {
|
|
|
44
70
|
ShowUserResponse: string;
|
|
45
71
|
ShowAllResponses: string;
|
|
46
72
|
UneditableForm: string;
|
|
73
|
+
WhenClosed: string;
|
|
74
|
+
AllowMultiQuestions: string;
|
|
75
|
+
ShowFormSettings: string;
|
|
47
76
|
};
|
|
48
77
|
Editor: {
|
|
49
78
|
AddOtherOption: string;
|
|
@@ -55,7 +84,7 @@ export declare module FormsLocalization {
|
|
|
55
84
|
UserDefined: string;
|
|
56
85
|
ShowLayoutView: string;
|
|
57
86
|
ShowQuestionView: string;
|
|
58
|
-
|
|
87
|
+
OnlyEditInAdmin: string;
|
|
59
88
|
Other: string;
|
|
60
89
|
};
|
|
61
90
|
StatisticForm: {
|
|
@@ -69,8 +98,32 @@ export declare module FormsLocalization {
|
|
|
69
98
|
DeleteFormMessage: string;
|
|
70
99
|
};
|
|
71
100
|
Validation: {
|
|
72
|
-
|
|
101
|
+
EndDateMustBeGreaterThanStartDate: string;
|
|
73
102
|
};
|
|
103
|
+
CustomChartColors: string;
|
|
104
|
+
Templates: string;
|
|
105
|
+
Types: string;
|
|
106
|
+
RemoveFormTemplateConfirmation: {
|
|
107
|
+
Title: string;
|
|
108
|
+
Message: string;
|
|
109
|
+
ErrorMessageWithTemplateIsInUse: string;
|
|
110
|
+
};
|
|
111
|
+
PropertySet: string;
|
|
112
|
+
RemoveFormTypeConfirmation: {
|
|
113
|
+
Title: string;
|
|
114
|
+
Message: string;
|
|
115
|
+
ErrorMessageTypeInUse: string;
|
|
116
|
+
};
|
|
117
|
+
Scope: string;
|
|
118
|
+
QueryScope: {
|
|
119
|
+
Tenant: string;
|
|
120
|
+
BusinessProfiles: string;
|
|
121
|
+
Apps: string;
|
|
122
|
+
};
|
|
123
|
+
AddFilter: string;
|
|
124
|
+
Query: string;
|
|
125
|
+
Filter: string;
|
|
126
|
+
Display: string;
|
|
74
127
|
};
|
|
75
128
|
Renderer: {
|
|
76
129
|
FormNotAvailable: string;
|
|
@@ -82,6 +135,7 @@ export declare module FormsLocalization {
|
|
|
82
135
|
ShowResponse: string;
|
|
83
136
|
CloseResponse: string;
|
|
84
137
|
ShowFormTitle: string;
|
|
138
|
+
ShowFormImage: string;
|
|
85
139
|
StatisticNotSupported: string;
|
|
86
140
|
SaveForLater: string;
|
|
87
141
|
};
|
|
@@ -111,5 +165,41 @@ export declare module FormsLocalization {
|
|
|
111
165
|
Padding: string;
|
|
112
166
|
Inherit: string;
|
|
113
167
|
};
|
|
168
|
+
FormRollup: {
|
|
169
|
+
Settings: {
|
|
170
|
+
View: string;
|
|
171
|
+
ListView: string;
|
|
172
|
+
FormView: string;
|
|
173
|
+
Paging: string;
|
|
174
|
+
NoResultText: string;
|
|
175
|
+
SortBy: string;
|
|
176
|
+
PagingType: {
|
|
177
|
+
NoPaging: string;
|
|
178
|
+
Classic: string;
|
|
179
|
+
Scroll: string;
|
|
180
|
+
};
|
|
181
|
+
PageSize: string;
|
|
182
|
+
DateFormat: string;
|
|
183
|
+
Width: string;
|
|
184
|
+
ShowLabel: string;
|
|
185
|
+
CustomLabel: string;
|
|
186
|
+
AddColumn: string;
|
|
187
|
+
DragAndDrop: string;
|
|
188
|
+
};
|
|
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
|
+
};
|
|
200
|
+
Status: string;
|
|
201
|
+
ErrorMessages: {
|
|
202
|
+
Unauthorized: string;
|
|
203
|
+
};
|
|
114
204
|
}
|
|
115
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","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","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","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","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: {
|
|
@@ -66,6 +67,13 @@ export declare const Constants: {
|
|
|
66
67
|
teamworkRollup: {
|
|
67
68
|
filterEngineContextUniqueId: string;
|
|
68
69
|
};
|
|
70
|
+
formRollup: {
|
|
71
|
+
filterEngineContextUniqueId: string;
|
|
72
|
+
};
|
|
73
|
+
localizationToken: {
|
|
74
|
+
date: string;
|
|
75
|
+
time: string;
|
|
76
|
+
};
|
|
69
77
|
};
|
|
70
78
|
};
|
|
71
79
|
export declare const BuiltInActionButtonHandlers: {
|
|
@@ -80,6 +88,7 @@ export declare const BuiltInActionButtonHandlers: {
|
|
|
80
88
|
NotificationPanel: ActionHandlerRegistrationId;
|
|
81
89
|
SignOffRequest: ActionHandlerRegistrationId;
|
|
82
90
|
CreateApp: ActionHandlerRegistrationId;
|
|
91
|
+
CreateForm: ActionHandlerRegistrationId;
|
|
83
92
|
};
|
|
84
93
|
export declare const AppInstanceDescriptionProperties: {
|
|
85
94
|
InternalName: string;
|
|
@@ -245,6 +254,7 @@ export declare const SetupWizard: {
|
|
|
245
254
|
};
|
|
246
255
|
export declare const TableNames: {
|
|
247
256
|
SignOffRequests: string;
|
|
257
|
+
Forms: string;
|
|
248
258
|
};
|
|
249
259
|
export declare const SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
|
|
250
260
|
export declare const reCaptchaSecretKey = "omnia-recaptcha-secret";
|
|
@@ -254,6 +264,14 @@ export declare const ReCaptChaSecretFormNames: {
|
|
|
254
264
|
readonly secretkey: "secretkey";
|
|
255
265
|
};
|
|
256
266
|
export declare const PeopleRollupFilterEngineContextPropertyTypes: {
|
|
257
|
-
|
|
267
|
+
scope: Guid;
|
|
268
|
+
scopeType: Guid;
|
|
258
269
|
userType: Guid;
|
|
259
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: {
|
|
@@ -79,6 +80,13 @@ exports.Constants = {
|
|
|
79
80
|
teamworkRollup: {
|
|
80
81
|
filterEngineContextUniqueId: "3afa11c3-ed91-4da3-9afa-bf08489b28c0"
|
|
81
82
|
},
|
|
83
|
+
formRollup: {
|
|
84
|
+
filterEngineContextUniqueId: "80a58c81-a014-41ef-b677-23ae77a7988a"
|
|
85
|
+
},
|
|
86
|
+
localizationToken: {
|
|
87
|
+
date: "[Date]",
|
|
88
|
+
time: "[Time]"
|
|
89
|
+
}
|
|
82
90
|
},
|
|
83
91
|
};
|
|
84
92
|
exports.BuiltInActionButtonHandlers = {
|
|
@@ -92,7 +100,8 @@ exports.BuiltInActionButtonHandlers = {
|
|
|
92
100
|
StrengthenProfile: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("83171eea-c820-4b0b-a7c3-9cac858e7c68")),
|
|
93
101
|
NotificationPanel: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("0ce50725-d05e-45f0-a619-8fc863a45c7b")),
|
|
94
102
|
SignOffRequest: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("c5bc6a5b-9a13-4c89-ab33-d2501a608917")),
|
|
95
|
-
CreateApp: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("d59b856b-7589-49bb-869f-8978f117569f"))
|
|
103
|
+
CreateApp: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("d59b856b-7589-49bb-869f-8978f117569f")),
|
|
104
|
+
CreateForm: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("e7442e51-6048-4f33-963e-4069f00559a2")),
|
|
96
105
|
};
|
|
97
106
|
exports.AppInstanceDescriptionProperties = {
|
|
98
107
|
InternalName: "appinstance_description"
|
|
@@ -267,7 +276,8 @@ exports.SetupWizard = {
|
|
|
267
276
|
LearningCenterPropertiesSettingsKey: "SetupWizardLearningCenterPropertiesSettings"
|
|
268
277
|
};
|
|
269
278
|
exports.TableNames = {
|
|
270
|
-
SignOffRequests: "SignOffRequests"
|
|
279
|
+
SignOffRequests: "SignOffRequests",
|
|
280
|
+
Forms: "Forms"
|
|
271
281
|
};
|
|
272
282
|
exports.SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
|
|
273
283
|
exports.reCaptchaSecretKey = "omnia-recaptcha-secret";
|
|
@@ -277,6 +287,14 @@ exports.ReCaptChaSecretFormNames = {
|
|
|
277
287
|
secretkey: "secretkey",
|
|
278
288
|
};
|
|
279
289
|
exports.PeopleRollupFilterEngineContextPropertyTypes = {
|
|
280
|
-
|
|
290
|
+
scope: new fx_models_1.Guid("dd7c9c9d-c7fb-4c4a-871d-fa7d652f9389"),
|
|
291
|
+
scopeType: new fx_models_1.Guid("d210809c-2b52-47f7-a27e-24721472f17f"),
|
|
281
292
|
userType: new fx_models_1.Guid("dffba819-f884-4c18-a212-bd6895224356")
|
|
282
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;
|
|
@@ -192,6 +199,7 @@ export declare class WebComponentManifests {
|
|
|
192
199
|
static get ShareActionRegistration(): Guid;
|
|
193
200
|
static get ShareActionHandler(): Guid;
|
|
194
201
|
static get CreateAppActionHandler(): Guid;
|
|
202
|
+
static get CreateFormActionHandler(): Guid;
|
|
195
203
|
static get YammerfeedSettings(): Guid;
|
|
196
204
|
static get Yammerfeed(): Guid;
|
|
197
205
|
static get SearchHeader(): Guid;
|
|
@@ -352,7 +360,12 @@ export declare class WebComponentManifests {
|
|
|
352
360
|
static get TeamworkNavigationTabSettings(): Guid;
|
|
353
361
|
static get TeamworkNavigationDialog(): Guid;
|
|
354
362
|
static get AppCreationActionHandlerSettings(): Guid;
|
|
363
|
+
static get FormCreationActionHandlerSettings(): Guid;
|
|
355
364
|
static get CreateAppDialog(): Guid;
|
|
365
|
+
static get CreateFormDialog(): Guid;
|
|
366
|
+
static get FormBuilderDialogContent(): Guid;
|
|
367
|
+
static get FormTemplateSettings(): Guid;
|
|
368
|
+
static get FormPropertySettings(): Guid;
|
|
356
369
|
static get TeamNewsListView(): Guid;
|
|
357
370
|
static get TeamNewsListViewSettings(): Guid;
|
|
358
371
|
static get TeamNewsGroupView(): Guid;
|
|
@@ -477,6 +490,7 @@ export declare class WebComponentManifests {
|
|
|
477
490
|
static get UserManagementGroupListingBlade(): Guid;
|
|
478
491
|
static get UserManagementActiveGroupListing(): Guid;
|
|
479
492
|
static get UserManagementDeletedGroupListing(): Guid;
|
|
493
|
+
static get UserManagementGroupMembershipListing(): Guid;
|
|
480
494
|
static get UserManagementGroupDetailBlade(): Guid;
|
|
481
495
|
static get UserManagementAuthenticationSettingsBlade(): Guid;
|
|
482
496
|
static get UserManagementDynamicGroupListingBlade(): Guid;
|
|
@@ -550,6 +564,7 @@ export declare class WebComponentManifests {
|
|
|
550
564
|
static get AuthenticationScreenBlade(): Guid;
|
|
551
565
|
static get AuthenticationScreenChrome(): Guid;
|
|
552
566
|
static get PeopleRollupOwnerFilterEngineRenderer(): Guid;
|
|
567
|
+
static get PeopleRollupScopeTypeFilterEngineRenderer(): Guid;
|
|
553
568
|
static get PeopleRollupFilterEngineSelectionsAreaOwnerProperty(): Guid;
|
|
554
569
|
static get PeopleRollupOwnerPropertySettings(): Guid;
|
|
555
570
|
static get PeopleRollupOwnerPropertyDefaultValueInput(): Guid;
|
|
@@ -557,6 +572,34 @@ export declare class WebComponentManifests {
|
|
|
557
572
|
static get PeopleRollupFilterEngineSelectionsAreaUserTypeProperty(): Guid;
|
|
558
573
|
static get PeopleRollupUserTypePropertySettings(): Guid;
|
|
559
574
|
static get PeopleRollupUserTypePropertyDefaultValueInput(): Guid;
|
|
575
|
+
static get FormTemplatesAdminBlade(): Guid;
|
|
576
|
+
static get FormTypesAdminBlade(): Guid;
|
|
577
|
+
static get FormQueryableProperties(): Guid;
|
|
578
|
+
static get FormRollupSettings(): Guid;
|
|
579
|
+
static get FormRollup(): Guid;
|
|
580
|
+
static get FormRollupListView(): Guid;
|
|
581
|
+
static get FormRollupListViewSettings(): Guid;
|
|
582
|
+
static get FormRollupFormView(): Guid;
|
|
583
|
+
static get FormRollupFormViewSettings(): Guid;
|
|
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;
|
|
560
603
|
}
|
|
561
604
|
export declare class WebComponentElements {
|
|
562
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"); }
|
|
@@ -201,6 +208,7 @@ class WebComponentManifests {
|
|
|
201
208
|
static get ShareActionRegistration() { return new fx_models_1.Guid("50c7754d-ddfb-4d49-8143-6f2172653db3"); }
|
|
202
209
|
static get ShareActionHandler() { return new fx_models_1.Guid("8b88cb04-6ac1-4758-97ee-336be7b49993"); }
|
|
203
210
|
static get CreateAppActionHandler() { return new fx_models_1.Guid("8a5e77f6-65b0-46fc-9c78-32e8d0a6f0ae"); }
|
|
211
|
+
static get CreateFormActionHandler() { return new fx_models_1.Guid("377c9e26-e7a9-4b7c-935f-b3f3029f600e"); }
|
|
204
212
|
static get YammerfeedSettings() { return new fx_models_1.Guid("6d64ca21-9b86-4def-9ddb-2f55e92b1a8d"); }
|
|
205
213
|
static get Yammerfeed() { return new fx_models_1.Guid("aa32a6a4-9d12-4fda-a68f-8b8fc836fe91"); }
|
|
206
214
|
static get SearchHeader() { return new fx_models_1.Guid("76323e70-3a54-4294-a74f-fd70f3b6c447"); }
|
|
@@ -361,7 +369,12 @@ class WebComponentManifests {
|
|
|
361
369
|
static get TeamworkNavigationTabSettings() { return new fx_models_1.Guid("5f7b4425-cdd1-46fb-8dc7-698694ab5810"); }
|
|
362
370
|
static get TeamworkNavigationDialog() { return new fx_models_1.Guid("1fd88b37-db0d-4ba2-b63c-b6ac7d004791"); }
|
|
363
371
|
static get AppCreationActionHandlerSettings() { return new fx_models_1.Guid("948562a5-fecb-41dc-8cba-b8ea6e3c8ed5"); }
|
|
372
|
+
static get FormCreationActionHandlerSettings() { return new fx_models_1.Guid("13263c63-b395-4f5e-9e11-a8b250e12e44"); }
|
|
364
373
|
static get CreateAppDialog() { return new fx_models_1.Guid("fc16945f-04e0-4309-9823-17c5d6963af5"); }
|
|
374
|
+
static get CreateFormDialog() { return new fx_models_1.Guid("c6864508-934e-4133-84f9-1bc724aacee6"); }
|
|
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"); }
|
|
365
378
|
static get TeamNewsListView() { return new fx_models_1.Guid("a6d1503c-445e-44b1-9f54-d124c14df29b"); }
|
|
366
379
|
static get TeamNewsListViewSettings() { return new fx_models_1.Guid("d7231aab-9393-4a6d-8aff-4b4d5a5498c4"); }
|
|
367
380
|
static get TeamNewsGroupView() { return new fx_models_1.Guid("7841542b-fb29-4ac2-9676-52a83a6167b9"); }
|
|
@@ -486,6 +499,7 @@ class WebComponentManifests {
|
|
|
486
499
|
static get UserManagementGroupListingBlade() { return new fx_models_1.Guid("0a208072-d45f-4f49-8d59-ab7b9da9a10d"); }
|
|
487
500
|
static get UserManagementActiveGroupListing() { return new fx_models_1.Guid("f333ebaa-d009-4169-a2ff-868e8b751bf9"); }
|
|
488
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"); }
|
|
489
503
|
static get UserManagementGroupDetailBlade() { return new fx_models_1.Guid("836c198b-2a2c-418f-89a0-cf47ed44092d"); }
|
|
490
504
|
static get UserManagementAuthenticationSettingsBlade() { return new fx_models_1.Guid("a95a8b4a-7e94-4190-9240-87b361950843"); }
|
|
491
505
|
static get UserManagementDynamicGroupListingBlade() { return new fx_models_1.Guid("9c3a9218-af53-4e48-b95b-a122eb43db64"); }
|
|
@@ -559,6 +573,7 @@ class WebComponentManifests {
|
|
|
559
573
|
static get AuthenticationScreenBlade() { return new fx_models_1.Guid("ecdcbe77-649d-423b-9f45-a2b3a4369a83"); }
|
|
560
574
|
static get AuthenticationScreenChrome() { return new fx_models_1.Guid("479f9b8e-edeb-4c41-95a3-1ac3e2b5299e"); }
|
|
561
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"); }
|
|
562
577
|
static get PeopleRollupFilterEngineSelectionsAreaOwnerProperty() { return new fx_models_1.Guid("597aabee-e343-47b5-b7b4-233368f15030"); }
|
|
563
578
|
static get PeopleRollupOwnerPropertySettings() { return new fx_models_1.Guid("f0ff3e9d-530c-4040-a5f0-76545f5bc120"); }
|
|
564
579
|
static get PeopleRollupOwnerPropertyDefaultValueInput() { return new fx_models_1.Guid("fd90c46f-f9b8-419e-9bb8-cd3e8395570a"); }
|
|
@@ -566,6 +581,34 @@ class WebComponentManifests {
|
|
|
566
581
|
static get PeopleRollupFilterEngineSelectionsAreaUserTypeProperty() { return new fx_models_1.Guid("526399b7-c793-4cdf-ab2a-ddf0eaa889f1"); }
|
|
567
582
|
static get PeopleRollupUserTypePropertySettings() { return new fx_models_1.Guid("3e501989-5533-4417-b8c7-73cae126144a"); }
|
|
568
583
|
static get PeopleRollupUserTypePropertyDefaultValueInput() { return new fx_models_1.Guid("b0c2ef27-7a32-4937-9f51-9704b4555e0a"); }
|
|
584
|
+
static get FormTemplatesAdminBlade() { return new fx_models_1.Guid("36b3b1cc-1f61-4389-bf25-73d4e562cd91"); }
|
|
585
|
+
static get FormTypesAdminBlade() { return new fx_models_1.Guid("f2bc245e-9cfa-4296-8a99-e0abc311dab7"); }
|
|
586
|
+
static get FormQueryableProperties() { return new fx_models_1.Guid("5d366ff5-08e2-4d00-9a4c-7281716a7b1e"); }
|
|
587
|
+
static get FormRollupSettings() { return new fx_models_1.Guid("ee87dca1-ce77-47c3-95ae-6e80738734f3"); }
|
|
588
|
+
static get FormRollup() { return new fx_models_1.Guid("bf5d9b81-a725-4b85-b7c1-2542d9574284"); }
|
|
589
|
+
static get FormRollupListView() { return new fx_models_1.Guid("6511f625-9adc-4e3f-bd98-dc9df01f12e9"); }
|
|
590
|
+
static get FormRollupListViewSettings() { return new fx_models_1.Guid("ff6022ed-ee70-43c6-801c-d769066c33f2"); }
|
|
591
|
+
static get FormRollupFormView() { return new fx_models_1.Guid("425bec81-142f-4b87-8cc6-3bab4f97cb34"); }
|
|
592
|
+
static get FormRollupFormViewSettings() { return new fx_models_1.Guid("29a51766-0fac-4235-abf8-7dd21cc8f36c"); }
|
|
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"); }
|
|
569
612
|
}
|
|
570
613
|
exports.WebComponentManifests = WebComponentManifests;
|
|
571
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,9 +1,37 @@
|
|
|
1
|
-
import { BusinessProfileProperty, GuidValue, Identity, Layout, MultilingualString, SpacingSettings } from "@omnia/fx/models";
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { BusinessProfileProperty, Guid, GuidValue, Identity, Layout, MediaPickerImage, MultilingualString, SpacingSettings } from "@omnia/fx/models";
|
|
2
|
+
import { FormTemplateSettings } from "./FormTemplate";
|
|
3
|
+
import { FormQueryScopes, FormRollupViewComponentSettings } from "./components";
|
|
4
|
+
export interface FormActionHandlerSettings extends FormBuilderSettings {
|
|
5
|
+
selectedTypeId: number;
|
|
6
|
+
scopeType: FormScopeTypes;
|
|
7
|
+
scopeId: GuidValue;
|
|
8
|
+
}
|
|
9
|
+
export interface FormBuilderSettings {
|
|
10
|
+
isEditing?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const ScopeCurrentId: Guid;
|
|
13
|
+
export declare enum FormScopeTypes {
|
|
14
|
+
BusinessProfile = 1,
|
|
15
|
+
AppInstance = 2
|
|
16
|
+
}
|
|
17
|
+
declare const FormBuilderSteps: readonly ["templateSettings", "formQuestions", "formSettings"];
|
|
18
|
+
export type FormSteps = typeof FormBuilderSteps[number];
|
|
19
|
+
export interface FormBase {
|
|
4
20
|
definition: FormDefinition;
|
|
5
|
-
layout
|
|
6
|
-
|
|
21
|
+
layout?: Layout;
|
|
22
|
+
formTypeId?: number;
|
|
23
|
+
formTemplateId?: number;
|
|
24
|
+
enterpriseProperties?: {
|
|
25
|
+
[internalName: string]: any;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export interface CreateFormRequest extends Form {
|
|
29
|
+
generateLayoutIfEmpty?: boolean;
|
|
30
|
+
}
|
|
31
|
+
export interface Form extends FormBase {
|
|
32
|
+
id?: number;
|
|
33
|
+
profileId?: GuidValue;
|
|
34
|
+
appInstanceId?: GuidValue;
|
|
7
35
|
createdAt: string;
|
|
8
36
|
createdBy: Identity;
|
|
9
37
|
modifiedAt: string;
|
|
@@ -24,30 +52,25 @@ export declare enum FormTypes {
|
|
|
24
52
|
Survey = 2,
|
|
25
53
|
Checkup = 3
|
|
26
54
|
}
|
|
27
|
-
export
|
|
55
|
+
export declare enum FormStatus {
|
|
56
|
+
Open = 1,
|
|
57
|
+
Closed = 2
|
|
58
|
+
}
|
|
59
|
+
export interface FormDefinition extends FormTemplateSettings {
|
|
28
60
|
type: FormTypes;
|
|
29
61
|
title: MultilingualString;
|
|
30
|
-
oneResponsePerPerson: boolean;
|
|
31
|
-
makeResponseAnonymous: boolean;
|
|
32
|
-
usePoint: boolean;
|
|
33
|
-
useCorrectAnswer: boolean;
|
|
34
|
-
enableCheckAnswer: boolean;
|
|
35
|
-
enableSubmission: boolean;
|
|
36
|
-
enableSaveForLater: boolean;
|
|
37
|
-
showMessage: boolean;
|
|
38
|
-
showUserResponse: boolean;
|
|
39
|
-
showAllResponses: boolean;
|
|
40
62
|
questions: Question[];
|
|
41
|
-
customSubmitLabel: MultilingualString;
|
|
42
|
-
submittedMessage: MultilingualString;
|
|
43
63
|
start?: string;
|
|
44
64
|
end?: string;
|
|
65
|
+
image?: MediaPickerImage;
|
|
45
66
|
}
|
|
46
67
|
export interface FormListing {
|
|
47
68
|
id: number;
|
|
48
69
|
title: MultilingualString;
|
|
49
70
|
start?: string;
|
|
50
71
|
end?: string;
|
|
72
|
+
profileId: GuidValue;
|
|
73
|
+
appInstanceId?: GuidValue;
|
|
51
74
|
numberOfSubmissions: number;
|
|
52
75
|
numberOfSubmittedUsers: number;
|
|
53
76
|
averagePointsBySubmission: number;
|
|
@@ -116,10 +139,6 @@ export interface UserDefinedOption extends Option {
|
|
|
116
139
|
type: OptionTypes.UserDefined;
|
|
117
140
|
value: string;
|
|
118
141
|
}
|
|
119
|
-
export interface CreateFormRequest {
|
|
120
|
-
layout: Layout;
|
|
121
|
-
definition: FormDefinition;
|
|
122
|
-
}
|
|
123
142
|
export interface QueryFormRequest {
|
|
124
143
|
type?: FormTypes;
|
|
125
144
|
filterOpenForRespondent?: boolean;
|
|
@@ -141,16 +160,22 @@ export interface QuestionBlockSettings {
|
|
|
141
160
|
spacing?: SpacingSettings;
|
|
142
161
|
};
|
|
143
162
|
}
|
|
144
|
-
export interface
|
|
145
|
-
formId: number;
|
|
146
|
-
blockTitle: MultilingualString;
|
|
163
|
+
export interface FormViewDisplaySettings {
|
|
147
164
|
useDialog: boolean;
|
|
148
165
|
showFormTitle: boolean;
|
|
166
|
+
showFormImage: boolean;
|
|
149
167
|
legendAlignment: LegendAlignment;
|
|
150
168
|
legendPosition: LegendPosition;
|
|
151
169
|
customShowFormButton: MultilingualString;
|
|
152
170
|
spacing?: SpacingSettings;
|
|
153
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;
|
|
154
179
|
export declare class FormGenericSetting extends BusinessProfileProperty {
|
|
155
180
|
chartColor: ChartColor[];
|
|
156
181
|
constructor();
|
|
@@ -159,3 +184,9 @@ export declare class ChartColor {
|
|
|
159
184
|
color: string;
|
|
160
185
|
textColor: string;
|
|
161
186
|
}
|
|
187
|
+
export declare enum FormDisplayStatus {
|
|
188
|
+
NotOpen = 0,
|
|
189
|
+
Opening = 1,
|
|
190
|
+
Closed = 2
|
|
191
|
+
}
|
|
192
|
+
export {};
|