@omnia/workplace 7.6.24 → 7.6.25

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,5 +201,11 @@ 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;
204
210
  }
205
211
  }
@@ -16,6 +16,7 @@ export interface ICurrentFormStore {
16
16
  isLockSubmission(): boolean;
17
17
  isAnswerChanged(): boolean;
18
18
  toggleShowReponseFlag(): any;
19
+ isAllAnswersChanged(): boolean;
19
20
  }
20
21
  export interface IFormLayoutProvider {
21
22
  form: string;
@@ -15,6 +15,7 @@ export declare class CurrentFormStore implements ICurrentFormStore {
15
15
  removeCheckAnswerFlag(questionId: GuidValue): void;
16
16
  initCheckAnswerFlag(): void;
17
17
  isLockSubmission(): boolean;
18
+ isAllAnswersChanged(): boolean;
18
19
  isAnswerChanged(): boolean;
19
20
  setAnswerChanged(value: boolean): void;
20
21
  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.6.24",
4
+ "version": "7.6.25",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"