@kong-ui-public/analytics-utilities 12.1.4-pr.2686.1f6139d4b.0 → 12.1.4-pr.2686.517f60a7c.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/dist/types/format.d.ts +3 -0
- package/dist/types/format.d.ts.map +1 -1
- package/dist/vitals-utilities.cjs.map +1 -1
- package/dist/vitals-utilities.es.js.map +1 -1
- package/dist/vitals-utilities.umd.js.map +1 -1
- package/package.json +3 -3
- package/dist/types/format.spec.tz.d.ts +0 -2
- package/dist/types/format.spec.tz.d.ts.map +0 -1
- package/dist/types/queryTime.spec.tz.d.ts +0 -2
- package/dist/types/queryTime.spec.tz.d.ts.map +0 -1
package/dist/types/format.d.ts
CHANGED
|
@@ -22,6 +22,9 @@ export interface TimeFormatOptions {
|
|
|
22
22
|
* @returns Formatted timestamp string
|
|
23
23
|
*/
|
|
24
24
|
export declare function formatTimestamp(ts: number | Date, options?: TimeFormatOptions): string;
|
|
25
|
+
/**
|
|
26
|
+
* @deprecated use `formatTimestamp` instead
|
|
27
|
+
*/
|
|
25
28
|
export declare function formatTime(ts: number | string, options?: TimeFormatOptions): string | number;
|
|
26
29
|
/**
|
|
27
30
|
* Formatted display for a start and end time range
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../src/format.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,iBAAiB;IAChC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,IAAI,CAAA;CACxE;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,eAAe,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,EAAE,OAAO,GAAE,iBAAsB,UAiCjF;
|
|
1
|
+
{"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../src/format.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,iBAAiB;IAChC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,IAAI,CAAA;CACxE;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,eAAe,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,EAAE,OAAO,GAAE,iBAAsB,UAiCjF;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,EAAE,OAAO,GAAE,iBAAsB,mBA6B9E;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,UAErD"}
|