@bizdoc/core 1.13.0-next.5 → 1.13.0-next.6
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 +7 -7
- package/esm2020/lib/compose/trace/trace.component.mjs +3 -3
- package/esm2020/lib/core/translations.mjs +3 -2
- package/fesm2015/bizdoc-core.mjs +10 -9
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +10 -9
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/core/translations.d.ts +2 -1
- package/package.json +1 -1
@@ -517,6 +517,7 @@ export declare const STRINGS: {
|
|
517
517
|
Votes: string;
|
518
518
|
Tasks: string;
|
519
519
|
System: string;
|
520
|
+
Everything: string;
|
520
521
|
NothingHere: string;
|
521
522
|
Matrix: string;
|
522
523
|
Working: string;
|
@@ -553,7 +554,7 @@ export declare const STRINGS: {
|
|
553
554
|
Skipped: string;
|
554
555
|
Route: string;
|
555
556
|
Trace: string;
|
556
|
-
|
557
|
+
Everything: string;
|
557
558
|
ProfilerSearchHelp: string;
|
558
559
|
TraceSearchHelp: string;
|
559
560
|
DiagramVersion: string;
|
package/package.json
CHANGED