tent-lib 0.0.783 → 0.0.784

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,9 +1,9 @@
1
1
  /// <reference types="youtube" />
2
- import { OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
+ import { OnInit, Renderer2 } from '@angular/core';
3
3
  import { ButtonI } from '../../../interfaces/atomic/button.interface';
4
4
  import { ImageI } from '../../../interfaces/atomic/image.interface';
5
5
  import * as i0 from "@angular/core";
6
- export declare class BrunchComponent implements OnInit, OnDestroy {
6
+ export declare class BrunchComponent implements OnInit {
7
7
  private readonly renderer;
8
8
  title?: string;
9
9
  description?: string;
@@ -14,17 +14,15 @@ export declare class BrunchComponent implements OnInit, OnDestroy {
14
14
  timmingTitle?: string;
15
15
  timmingItems?: TimingItem[];
16
16
  showMore: boolean;
17
- player: YT.Player;
18
17
  tag: HTMLScriptElement;
19
18
  playerVars: YT.PlayerVars;
20
19
  apiloaded: boolean;
20
+ loading: boolean;
21
21
  constructor(renderer: Renderer2);
22
22
  toggleShowMore(): void;
23
23
  ngOnInit(): void;
24
- ngOnDestroy(): void;
25
24
  onStateChange(e: any): void;
26
25
  initPlayer(): void;
27
- createPlayer(): void;
28
26
  onPlayerReady(event: any): void;
29
27
  static ɵfac: i0.ɵɵFactoryDeclaration<BrunchComponent, never>;
30
28
  static ɵcmp: i0.ɵɵComponentDeclaration<BrunchComponent, "tent-brunch", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "additionalDescription": { "alias": "additionalDescription"; "required": false; }; "links": { "alias": "links"; "required": false; }; "image": { "alias": "image"; "required": false; }; "video": { "alias": "video"; "required": false; }; "timmingTitle": { "alias": "timmingTitle"; "required": false; }; "timmingItems": { "alias": "timmingItems"; "required": false; }; }, {}, never, never, true, never>;
@@ -18,14 +18,15 @@ export declare class InfoSliderComponent implements OnInit {
18
18
  slim?: boolean;
19
19
  sliderOptions: OwlOptions;
20
20
  collapsed: boolean;
21
- player: YT.Player;
22
21
  tag: HTMLScriptElement;
22
+ playerVars: YT.PlayerVars;
23
+ apiloaded: boolean;
24
+ loading: boolean;
23
25
  constructor(sanitizer: DomSanitizer);
24
26
  toggleCollapse(): void;
25
27
  ngOnInit(): void;
26
- ngOnDestroy(): void;
28
+ onStateChange(e: any): void;
27
29
  initPlayer(): void;
28
- createPlayer(): void;
29
30
  onPlayerReady(event: any): void;
30
31
  getImage(image: string): SafeStyle;
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<InfoSliderComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tent-lib",
3
- "version": "0.0.783",
3
+ "version": "0.0.784",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",