@omnia/workplace 7.7.38-preview → 7.8.1-preview

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.
@@ -201,11 +201,5 @@ export declare module FormsLocalization {
201
201
  ErrorMessages: {
202
202
  Unauthorized: string;
203
203
  };
204
- Answer: string;
205
- UserAnswer: string;
206
- Point: string;
207
- UserDisplayName: string;
208
- CreatedAt: string;
209
- CreatedBy: string;
210
204
  }
211
205
  }
@@ -49,11 +49,6 @@ export declare module Enums {
49
49
  Medium = 2,
50
50
  Low = 3
51
51
  }
52
- enum CompletionImpactTypeEnumV2 {
53
- Low = 1,
54
- Medium = 2,
55
- High = 3
56
- }
57
52
  enum SPUserProfilePropertyDisplayTypeEnum {
58
53
  ProfilePicture = 0,
59
54
  Text = 1,
@@ -63,12 +63,6 @@ var Enums;
63
63
  CompletionImpactTypeEnum[CompletionImpactTypeEnum["Medium"] = 2] = "Medium";
64
64
  CompletionImpactTypeEnum[CompletionImpactTypeEnum["Low"] = 3] = "Low";
65
65
  })(CompletionImpactTypeEnum = UserProfileCompletionEnums.CompletionImpactTypeEnum || (UserProfileCompletionEnums.CompletionImpactTypeEnum = {}));
66
- let CompletionImpactTypeEnumV2;
67
- (function (CompletionImpactTypeEnumV2) {
68
- CompletionImpactTypeEnumV2[CompletionImpactTypeEnumV2["Low"] = 1] = "Low";
69
- CompletionImpactTypeEnumV2[CompletionImpactTypeEnumV2["Medium"] = 2] = "Medium";
70
- CompletionImpactTypeEnumV2[CompletionImpactTypeEnumV2["High"] = 3] = "High";
71
- })(CompletionImpactTypeEnumV2 = UserProfileCompletionEnums.CompletionImpactTypeEnumV2 || (UserProfileCompletionEnums.CompletionImpactTypeEnumV2 = {}));
72
66
  let SPUserProfilePropertyDisplayTypeEnum;
73
67
  (function (SPUserProfilePropertyDisplayTypeEnum) {
74
68
  SPUserProfilePropertyDisplayTypeEnum[SPUserProfilePropertyDisplayTypeEnum["ProfilePicture"] = 0] = "ProfilePicture";
@@ -166,6 +166,7 @@ export declare class WebComponentManifests {
166
166
  static get SearchStatisticsJourney(): Guid;
167
167
  static get QuickSearchConfig(): Guid;
168
168
  static get QuickSearchCategoriesConfig(): Guid;
169
+ static get SemanticSearchConfig(): Guid;
169
170
  static get AdvenceSearchConfig(): Guid;
170
171
  static get AdvancedSearchCategoriesConfig(): Guid;
171
172
  static get DateTimeRefinerComponent(): Guid;
@@ -203,7 +204,6 @@ export declare class WebComponentManifests {
203
204
  static get ProgressionBlock(): Guid;
204
205
  static get ProgressionBlockSettings(): Guid;
205
206
  static get ProfileCompletionTab(): Guid;
206
- static get ProfileCompletionAddPropertyBlade(): Guid;
207
207
  static get ProfileCompletionPopup(): Guid;
208
208
  static get QuickSearchActionRegistration(): Guid;
209
209
  static get QuickSearchActionHandler(): Guid;
@@ -175,6 +175,7 @@ class WebComponentManifests {
175
175
  static get SearchStatisticsJourney() { return new fx_models_1.Guid("6b0a110e-478a-4c3d-875b-d89da7296c43"); }
176
176
  static get QuickSearchConfig() { return new fx_models_1.Guid("f537b6a0-79ec-4019-9da6-62a51e3c5ff3"); }
177
177
  static get QuickSearchCategoriesConfig() { return new fx_models_1.Guid("4190870d-6df6-4f35-9ea8-7cae2105b7e9"); }
178
+ static get SemanticSearchConfig() { return new fx_models_1.Guid("e93c6ef1-0f70-4c66-9bc1-4fa0b7c46fd8"); }
178
179
  static get AdvenceSearchConfig() { return new fx_models_1.Guid("e5da6df9-7c88-4413-9f75-b8635429cc16"); }
179
180
  static get AdvancedSearchCategoriesConfig() { return new fx_models_1.Guid("10303262-f456-4f79-be31-71bd32a32dab"); }
180
181
  static get DateTimeRefinerComponent() { return new fx_models_1.Guid("0d3db85a-72f7-4f60-a404-8648101ab0b3"); }
@@ -212,7 +213,6 @@ class WebComponentManifests {
212
213
  static get ProgressionBlock() { return new fx_models_1.Guid("c067f86f-a676-4a1c-9a8b-24dcb992c3b0"); }
213
214
  static get ProgressionBlockSettings() { return new fx_models_1.Guid("620aaeee-bf1e-4156-8574-ac953449f733"); }
214
215
  static get ProfileCompletionTab() { return new fx_models_1.Guid("1ab3ed7b-63a3-4512-aa11-20a3f015c08f"); }
215
- static get ProfileCompletionAddPropertyBlade() { return new fx_models_1.Guid("5c87774c-8c8b-4945-8714-66959f055fff"); }
216
216
  static get ProfileCompletionPopup() { return new fx_models_1.Guid("65c5c888-675a-411a-9f86-636081ddae1b"); }
217
217
  static get QuickSearchActionRegistration() { return new fx_models_1.Guid("c6ac506c-bff2-4552-901d-a5aa2b1052bb"); }
218
218
  static get QuickSearchActionHandler() { return new fx_models_1.Guid("84599507-bd33-4b1b-9aa8-72614aae89b5"); }
@@ -16,7 +16,6 @@ export interface ICurrentFormStore {
16
16
  isLockSubmission(): boolean;
17
17
  isAnswerChanged(): boolean;
18
18
  toggleShowReponseFlag(): any;
19
- canSubmitForm(questions: Question[]): any;
20
19
  }
21
20
  export interface IFormLayoutProvider {
22
21
  form: string;
@@ -15,8 +15,6 @@ export declare class CurrentFormStore implements ICurrentFormStore {
15
15
  removeCheckAnswerFlag(questionId: GuidValue): void;
16
16
  initCheckAnswerFlag(): void;
17
17
  isLockSubmission(): boolean;
18
- canSubmitForm(questions: Question[]): boolean;
19
- private noEmptyAnswer;
20
18
  isAnswerChanged(): boolean;
21
19
  setAnswerChanged(value: boolean): void;
22
20
  setFormSettings(settings: FormRendererBlockSettings): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.7.38-preview",
4
+ "version": "7.8.1-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"