@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.
- package/esm2020/lib/compose/trace/flow.component.mjs +11 -5
- package/esm2020/lib/compose/trace/trace.component.mjs +37 -57
- package/esm2020/lib/core/session.service.mjs +2 -2
- package/esm2020/lib/core/translations.mjs +5 -5
- package/fesm2015/bizdoc-core.mjs +51 -65
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +51 -65
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/compose/trace/trace.component.d.ts +1 -1
- package/lib/core/translations.d.ts +4 -4
- package/package.json +1 -1
@@ -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
|
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
|
-
|
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
|
-
|
770
|
-
|
771
|
-
|
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