tango-app-ui-shared 3.0.9 → 3.0.11

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.
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from "@angular/core";
2
2
  import { LayoutService } from "tango-app-ui-metronics";
3
- import * as dayjs from "dayjs";
3
+ import dayjs from "dayjs";
4
4
  import "dayjs/locale/en";
5
5
  import { GlobalStateService } from "../../../../services/global-state.service";
6
6
  import { AuthService } from "../../../../services/auth.service";
@@ -10,6 +10,7 @@ export declare class ClassicComponent implements OnInit, OnDestroy {
10
10
  private globalService;
11
11
  private service;
12
12
  private cd;
13
+ dayjs: typeof dayjs;
13
14
  private unsubscribe;
14
15
  dataObject: any;
15
16
  isCustomDate: (m: dayjs.Dayjs) => false | "invalid-date";
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectorRef, OnInit } from '@angular/core';
2
2
  import { AuthService } from '../../../../services/auth.service';
3
- import * as dayjs from 'dayjs';
3
+ import dayjs from 'dayjs';
4
4
  import 'dayjs/locale/en';
5
5
  import { GlobalStateService } from '../../../../services/global-state.service';
6
6
  import * as i0 from "@angular/core";
@@ -8,6 +8,7 @@ export declare class DateSingleSelectComponent implements OnInit {
8
8
  private auth;
9
9
  private gs;
10
10
  private cd;
11
+ dayjs: typeof dayjs;
11
12
  isCustomDate: (m: dayjs.Dayjs) => false | "invalid-date";
12
13
  selectedDateRange: any;
13
14
  clientList: any;
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
- import * as dayjs from 'dayjs';
2
+ import dayjs from 'dayjs';
3
3
  import 'dayjs/locale/en';
4
4
  import { LayoutService } from 'tango-app-ui-metronics';
5
5
  import { AuthService } from '../../../../services/auth.service';
@@ -10,6 +10,7 @@ export declare class DatepickerComponent implements OnDestroy, OnInit {
10
10
  private gs;
11
11
  private service;
12
12
  private cd;
13
+ dayjs: typeof dayjs;
13
14
  private unsubscribe;
14
15
  isCustomDate: (m: dayjs.Dayjs) => false | "invalid-date";
15
16
  selectedDateRange: any;
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectorRef, OnInit } from '@angular/core';
2
2
  import { AuthService } from '../../../../services/auth.service';
3
- import * as dayjs from 'dayjs';
3
+ import dayjs from 'dayjs';
4
4
  import 'dayjs/locale/en';
5
5
  import { GlobalStateService } from '../../../../services/global-state.service';
6
6
  import * as i0 from "@angular/core";
@@ -8,6 +8,7 @@ export declare class SingleStoreComponent implements OnInit {
8
8
  private auth;
9
9
  private gs;
10
10
  private cd;
11
+ dayjs: typeof dayjs;
11
12
  isCustomDate: (m: dayjs.Dayjs) => false | "invalid-date";
12
13
  selectedDateRange: any;
13
14
  storeList: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-shared",
3
- "version": "3.0.9",
3
+ "version": "3.0.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"