@spash/frontlib 0.0.14-beta.2 → 0.0.14-beta.4

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.
Files changed (3) hide show
  1. package/dist/main.d.ts +1 -0
  2. package/dist/main.js +3803 -3824
  3. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -368,6 +368,7 @@ export declare const useLuxon: () => {
368
368
  dateEndOf: (date: Date | string, of?: DateTimeUnit) => string | null;
369
369
  dateEndSession: (date: any, plannedDuration: number) => any;
370
370
  formatDateTime: (date: any) => any;
371
+ isSameDate: (date1: DateTime, date2: DateTime, filters: string) => boolean;
371
372
  };
372
373
 
373
374
  export declare const useSse: (apiUrl: string) => {