@resolveio/client-lib-core 21.6.37 → 21.6.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.6.37",
3
+ "version": "21.6.39",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -1471,10 +1471,9 @@ declare class AiTerminalComponent implements OnInit, OnChanges, OnDestroy {
1471
1471
  private normalizeMessageContent;
1472
1472
  private normalizeUsdCurrencyText;
1473
1473
  private mergeProgressLists;
1474
+ private shouldReplaceLocalProgressWithServer;
1474
1475
  private buildInitialPendingProgress;
1475
1476
  private buildTimedProgressSteps;
1476
- private resolveContextProgressLabel;
1477
- private resolveMessageIntentProgressLabel;
1478
1477
  private appendLocalMessage;
1479
1478
  private removeLocalMessage;
1480
1479
  private updateLocalMessage;
@@ -1500,7 +1499,6 @@ declare class AiTerminalComponent implements OnInit, OnChanges, OnDestroy {
1500
1499
  toggleTable(message: AiTerminalMessageModel): void;
1501
1500
  private resolveTimeZoneLabel;
1502
1501
  pendingProgress(message: AiTerminalMessageModel): string[] | null;
1503
- private resolvePendingElapsed;
1504
1502
  private ensureMessageSubscription;
1505
1503
  formatDisplayCell(value: any, column?: string): string;
1506
1504
  private formatScalarValue;