nira-falcon 0.0.3 → 0.0.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.
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectorRef, EventEmitter } from '@angular/core';
2
2
  import { FormControl } from '@angular/forms';
3
- import { MenuItem } from 'projects/falcon-lib/src/utils/types';
3
+ import { MenuItem } from '../../falconTypes';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class CoreColumnSelectorComponent<T> {
6
6
  private cdr;
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { COLUMNS_TYPES } from 'projects/falcon-lib/src/utils/constants';
3
2
  import { BehaviorSubject } from 'rxjs';
4
3
  import { NgxIndexedDBService } from 'ngx-indexed-db';
4
+ import { COLUMNS_TYPES } from '../../../utils/constants';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CoreTableComponent {
7
7
  private dbService;
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { NiraSnackBarService } from 'nira-snack-bar';
3
- import { COLUMNS_TYPES } from 'projects/falcon-lib/src/utils/constants';
3
+ import { COLUMNS_TYPES } from '../../../utils/constants';
4
4
  import { BehaviorSubject } from 'rxjs';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CoreTableCardManagerComponent {
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { NiraSnackBarService } from 'nira-snack-bar';
3
- import { COLUMNS_TYPES } from 'projects/falcon-lib/src/utils/constants';
3
+ import { COLUMNS_TYPES } from '../../../utils/constants';
4
4
  import { BehaviorSubject } from 'rxjs';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CoreTableColumnManagerComponent {
@@ -1,4 +1,4 @@
1
- import { UserLanguage } from 'projects/falcon-lib/src/utils/constants';
1
+ import { UserLanguage } from '../../../utils/constants';
2
2
  export interface ITabelNoContent {
3
3
  noResult: string;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { COLUMNS_TYPES } from 'projects/falcon-lib/src/utils/constants';
2
+ import { COLUMNS_TYPES } from '../../../utils/constants';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CoreTableShamsiDateComponent {
5
5
  data: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nira-falcon",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"