@rolatech/angular-inventory 19.0.0-beta.8 → 19.1.0-beta.3

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 (26) hide show
  1. package/fesm2022/{rolatech-angular-inventory-inventory-product.component-BUgsJPb_.mjs → rolatech-angular-inventory-inventory-product.component-007OyNdV.mjs} +9 -9
  2. package/fesm2022/rolatech-angular-inventory-inventory-product.component-007OyNdV.mjs.map +1 -0
  3. package/fesm2022/{rolatech-angular-inventory-inventory.component-B0SQ9yVQ.mjs → rolatech-angular-inventory-inventory.component-BM6WZg6s.mjs} +4 -4
  4. package/fesm2022/rolatech-angular-inventory-inventory.component-BM6WZg6s.mjs.map +1 -0
  5. package/fesm2022/rolatech-angular-inventory-rolatech-angular-inventory-BS0EXGoZ.mjs +360 -0
  6. package/fesm2022/rolatech-angular-inventory-rolatech-angular-inventory-BS0EXGoZ.mjs.map +1 -0
  7. package/fesm2022/rolatech-angular-inventory.mjs +1 -1
  8. package/index.d.ts +67 -4
  9. package/package.json +1 -1
  10. package/themes/_default.scss +1 -1
  11. package/fesm2022/rolatech-angular-inventory-inventory-product.component-BUgsJPb_.mjs.map +0 -1
  12. package/fesm2022/rolatech-angular-inventory-inventory.component-B0SQ9yVQ.mjs.map +0 -1
  13. package/fesm2022/rolatech-angular-inventory-rolatech-angular-inventory-DdvT0yRK.mjs +0 -361
  14. package/fesm2022/rolatech-angular-inventory-rolatech-angular-inventory-DdvT0yRK.mjs.map +0 -1
  15. package/lib/components/inventory-content/inventory-content.component.d.ts +0 -5
  16. package/lib/components/inventory-layout/inventory-layout.component.d.ts +0 -5
  17. package/lib/components/inventory-location-item/inventory-location-item.component.d.ts +0 -14
  18. package/lib/components/inventory-location-map/inventory-location-map.component.d.ts +0 -29
  19. package/lib/components/inventory-product-item/inventory-product-item.component.d.ts +0 -14
  20. package/lib/interfaces/inventory-location.d.ts +0 -27
  21. package/lib/pages/inventory/inventory.component.d.ts +0 -5
  22. package/lib/pages/inventory-location/inventory-location.component.d.ts +0 -13
  23. package/lib/pages/inventory-location-add/inventory-location-add.component.d.ts +0 -11
  24. package/lib/pages/inventory-location-detail/inventory-location-detail.component.d.ts +0 -15
  25. package/lib/pages/inventory-product/inventory-product.component.d.ts +0 -14
  26. package/lib/pages/inventory.routes.d.ts +0 -2
@@ -1,27 +0,0 @@
1
- export interface Location {
2
- id: string;
3
- name: string;
4
- description: string;
5
- contact: string;
6
- email: string;
7
- phone: string;
8
- country: string;
9
- province: string;
10
- city: string;
11
- district: string;
12
- street: string;
13
- detail: string;
14
- latitude: string;
15
- longitude: string;
16
- media: LocationMedia[];
17
- isUploading?: boolean;
18
- }
19
- export interface LocationMedia {
20
- id: string;
21
- url: string;
22
- alt: string;
23
- width?: number;
24
- height?: number;
25
- uuid?: string;
26
- selected?: boolean;
27
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class InventoryComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<InventoryComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<InventoryComponent, "rolatech-inventory", never, {}, {}, never, never, true, never>;
5
- }
@@ -1,13 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { InventoryService } from '@rolatech/angular-services';
3
- import { Location } from '../../interfaces/inventory-location';
4
- import * as i0 from "@angular/core";
5
- export declare class InventoryLocationComponent implements OnInit {
6
- inventoryService: InventoryService;
7
- locations: Location[];
8
- ngOnInit(): void;
9
- findLocations(): void;
10
- addLocation(data: any): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<InventoryLocationComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<InventoryLocationComponent, "rolatech-inventory-location", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,11 +0,0 @@
1
- import { BaseComponent } from '@rolatech/angular-components';
2
- import { InventoryService } from '@rolatech/angular-services';
3
- import * as i0 from "@angular/core";
4
- export declare class InventoryLocationAddComponent extends BaseComponent {
5
- inventoryService: InventoryService;
6
- location: any;
7
- selectLocation(): void;
8
- add(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<InventoryLocationAddComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<InventoryLocationAddComponent, "rolatech-inventory-location-add", never, {}, {}, never, never, true, never>;
11
- }
@@ -1,15 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { BaseComponent } from '@rolatech/angular-components';
3
- import { Location } from '../../interfaces/inventory-location';
4
- import { InventoryService } from '@rolatech/angular-services';
5
- import * as i0 from "@angular/core";
6
- export declare class InventoryLocationDetailComponent extends BaseComponent implements OnInit {
7
- inventoryService: InventoryService;
8
- location: Location;
9
- ngOnInit(): void;
10
- get(): void;
11
- onLocationSave(e: any): void;
12
- onLocationDetele(location: any): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<InventoryLocationDetailComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<InventoryLocationDetailComponent, "rolatech-inventory-location-detail", never, {}, {}, never, never, true, never>;
15
- }
@@ -1,14 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { BaseComponent } from '@rolatech/angular-components';
3
- import { InventoryService, ProductService } from '@rolatech/angular-services';
4
- import * as i0 from "@angular/core";
5
- export declare class InventoryProductComponent extends BaseComponent implements OnInit {
6
- inventoryService: InventoryService;
7
- productService: ProductService;
8
- products: any;
9
- ngOnInit(): void;
10
- findInventoryItem(): void;
11
- findProductsByIds(ids: Array<string>): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<InventoryProductComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<InventoryProductComponent, "rolatech-inventory-product", never, {}, {}, never, never, true, never>;
14
- }
@@ -1,2 +0,0 @@
1
- import { Routes } from '@angular/router';
2
- export declare const inventoryRoutes: Routes;