tent-lib 0.0.414 → 0.0.415

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.
@@ -16,7 +16,7 @@ export declare class DestinationHotelsComponent {
16
16
  static ɵcmp: i0.ɵɵComponentDeclaration<DestinationHotelsComponent, "tent-destination-hotels", never, { "items": { "alias": "items"; "required": false; }; "title": { "alias": "title"; "required": false; }; "titleDark": { "alias": "titleDark"; "required": false; }; }, { "hotelClick": "hotelClick"; }, never, never, true, never>;
17
17
  }
18
18
  export interface DestinationHotelItem {
19
- id?: string;
19
+ id: string | number;
20
20
  image?: string;
21
21
  title?: string;
22
22
  ndTitle?: string;
@@ -20,7 +20,7 @@ export declare class HotelSliderComponent implements OnInit {
20
20
  static ɵcmp: i0.ɵɵComponentDeclaration<HotelSliderComponent, "tent-hotel-slider", never, { "iconControlLeft": { "alias": "iconControlLeft"; "required": false; }; "iconControlRight": { "alias": "iconControlRight"; "required": false; }; "title": { "alias": "title"; "required": false; }; "titleDark": { "alias": "titleDark"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "hotelClick": "hotelClick"; }, never, never, true, never>;
21
21
  }
22
22
  export interface HotelSliderItem {
23
- id?: string;
23
+ id: string | number;
24
24
  image: string;
25
25
  title: string;
26
26
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tent-lib",
3
- "version": "0.0.414",
3
+ "version": "0.0.415",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0",