@solcre-org/core-ui 2.17.8 → 2.18.0

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/index.d.ts CHANGED
@@ -6106,7 +6106,7 @@ declare class TranslationMergeService {
6106
6106
  declare class DateUtility {
6107
6107
  private static hasTz;
6108
6108
  private static pad2;
6109
- private static formatByPattern;
6109
+ static formatByPattern(d: Date, pattern: string): string;
6110
6110
  static fromUTCtoUruguay(date: string | Date, outputFormat?: string): string;
6111
6111
  static fromUTCtoUruguayWithInputFormat(date: string | Date, inputFormat?: string, outputFormat?: string): string;
6112
6112
  static fromUTCtoUruguayDate(date: string | Date): Date | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.17.8",
3
+ "version": "2.18.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"