@bizdoc/core 1.13.33 → 1.13.34

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.
@@ -29,7 +29,7 @@ export declare class TraceViewComponent extends TraceBase implements OnChanges {
29
29
  private _roleName;
30
30
  chat(e: MouseEvent): void;
31
31
  /**
32
- * model version compare, form component in 'compare' view mode
32
+ * model version compare
33
33
  * @param log
34
34
  */
35
35
  compare(log: Trace): void;
@@ -213,7 +213,7 @@ export declare const STRINGS: {
213
213
  YouSubstituteActionTakenTo: string;
214
214
  Substituting: string;
215
215
  SubstitutingForYou: string;
216
- YouSubstitute: string;
216
+ YouSubstituting: string;
217
217
  SubstitutingBy: string;
218
218
  SubstitutingByYou: string;
219
219
  SubstitutingYou: string;
@@ -766,9 +766,9 @@ export declare const STRINGS: {
766
766
  SubstitutingForFemale: string;
767
767
  Substituting: string;
768
768
  SubstitutingForYou: string;
769
- YouSubstitute: string;
770
- YouSubstituteMale: string;
771
- YouSubstituteFemale: string;
769
+ YouSubstituting: string;
770
+ YouSubstitutingMale: string;
771
+ YouSubstitutingFemale: string;
772
772
  SubstitutingBy: string;
773
773
  SubstitutingByYou: string;
774
774
  SubstitutingByYouMale: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.13.33",
3
+ "version": "1.13.34",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",