@resolveio/client-lib-core 21.3.11 → 21.3.13

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.3.11",
3
+ "version": "21.3.13",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -1130,6 +1130,9 @@ declare class AiTerminalComponent implements OnInit, OnChanges, OnDestroy {
1130
1130
  private formatCollectionLabel;
1131
1131
  private formatMongoReadResult;
1132
1132
  private formatMongoAggregateResult;
1133
+ private appendMongoDebugSection;
1134
+ private formatMongoDebugSection;
1135
+ private stringifyDebugValue;
1133
1136
  private formatMongoAggregateDocumentSummary;
1134
1137
  private formatMongoAggregateId;
1135
1138
  private formatMongoDocumentSummary;
@@ -1715,7 +1718,7 @@ declare class AiTerminalModule {
1715
1718
  }
1716
1719
 
1717
1720
  declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
1718
- resolveFirstDayOfWeek: () => "M" | "S";
1721
+ resolveFirstDayOfWeek: () => "S" | "M";
1719
1722
  resolveTimezone: () => any;
1720
1723
  };
1721
1724
  declare class CoreServicesModule {