@yuuvis/client-core 2.3.28 → 2.3.30
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/lib/util/utils.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { FormattedMailTo, Sort } from './utils.helper.enum';
|
|
2
2
|
import { RangeValue } from '../model/range-value.interface';
|
|
3
3
|
export declare class Utils {
|
|
4
|
-
static readonly DEFAULT_RANGE_TIME_V1 = "T00:00:00.
|
|
5
|
-
static readonly DEFAULT_RANGE_TIME_V2 = "T23:59:59.
|
|
4
|
+
static readonly DEFAULT_RANGE_TIME_V1 = "T00:00:00.000Z";
|
|
5
|
+
static readonly DEFAULT_RANGE_TIME_V2 = "T23:59:59.000Z";
|
|
6
6
|
static readonly DEFAULT_TIME_OFFSET_V2: number;
|
|
7
7
|
static optionsToURLParams(options: Record<string, any>): string;
|
|
8
8
|
/**
|