sidesys-generic-ui 2.3.0 → 2.3.1-local.1

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,4 +1,4 @@
1
- import { AfterViewInit, EventEmitter } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
2
  import { AnimationItem } from 'lottie-web';
3
3
  import { ANIMATION } from './emuns/animation.enum';
4
4
  import * as i0 from "@angular/core";
@@ -6,7 +6,10 @@ export declare class AnimationComponent implements AfterViewInit {
6
6
  animation: ANIMATION;
7
7
  playOnHoverEvent: EventEmitter<void>;
8
8
  pauseOnLeaveEvent: EventEmitter<void>;
9
- animationItem: AnimationItem;
9
+ lottieContainer: ElementRef<HTMLElement>;
10
+ private _animationItem;
11
+ get animationItem(): AnimationItem;
12
+ set animationItem(value: AnimationItem);
10
13
  ngAfterViewInit(): void;
11
14
  playOnHover(): void;
12
15
  pauseOnLeave(): void;
@@ -1,18 +1,18 @@
1
1
  export declare enum ANIMATION {
2
- DigitalSignage = "https://blobstoragecuenta.blob.core.windows.net/animaciones/Cartelera_Digital_Loader.json",
3
- Chatbot = "https://blobstoragecuenta.blob.core.windows.net/animaciones/Chatbot_Loader.json",
4
- Appointment = "https://blobstoragecuenta.blob.core.windows.net/animaciones/Citas_Loader.json",
5
- DotBreathe = "https://blobstoragecuenta.blob.core.windows.net/animaciones/dot_breathe.json",
6
- Survey = "https://blobstoragecuenta.blob.core.windows.net/animaciones/Encuestas_Loader.json",
7
- DynamicForms = "https://blobstoragecuenta.blob.core.windows.net/animaciones/Formularios_Dinamicos_Loader.json",
8
- Eflow = "https://blobstoragecuenta.blob.core.windows.net/animaciones/Gestion_Filas_Loader.json",
9
- AttentionRecording = "https://blobstoragecuenta.blob.core.windows.net/animaciones/Grabaciones_Loader.json",
10
- DirectMarketing = "https://blobstoragecuenta.blob.core.windows.net/animaciones/Marketing_Directo_Loader.json",
11
- Monitoring = "https://blobstoragecuenta.blob.core.windows.net/animaciones/Monitoreo_Loader.json",
12
- WebGenerator = "https://blobstoragecuenta.blob.core.windows.net/animaciones/Paginas_Web_Loader.json",
13
- VideoAttention = "https://blobstoragecuenta.blob.core.windows.net/animaciones/Videoatenciones_Loader.json",
14
- Suite = "https://blobstoragecuenta.blob.core.windows.net/animaciones/e-Flow_Suite_Loader.json",
15
- Spinner = "https://blobstoragecuenta.blob.core.windows.net/animaciones/loading_spinner.json"
2
+ DigitalSignage = "assets/animations/Cartelera_Digital_Loader.json",
3
+ Chatbot = "assets/animations/Chatbot_Loader.json",
4
+ Appointment = "assets/animations/Citas_Loader.json",
5
+ DotBreathe = "assets/animations/dot_breathe.json",
6
+ Survey = "assets/animations/Encuestas_Loader.json",
7
+ DynamicForms = "assets/animations/Formularios_Dinamicos_Loader.json",
8
+ Eflow = "assets/animations/Gestion_Filas_Loader.json",
9
+ AttentionRecording = "assets/animations/Grabaciones_Loader.json",
10
+ DirectMarketing = "assets/animations/Marketing_Directo_Loader.json",
11
+ Monitoring = "assets/animations/Monitoreo_Loader.json",
12
+ WebGenerator = "assets/animations/Paginas_Web_Loader.json",
13
+ VideoAttention = "assets/animations/Videoatenciones_Loader.json",
14
+ Suite = "assets/animations/e-Flow_Suite_Loader.json",
15
+ Spinner = "assets/animations/loading_spinner.json"
16
16
  }
17
17
  export declare const ANIMATION_CONFIG: Record<ANIMATION, {
18
18
  loop: boolean;
@@ -46,6 +46,8 @@ export declare class SToolbarTopComponent implements OnInit, OnChanges {
46
46
  filterShow(): void;
47
47
  pillSelect(): void;
48
48
  private _initConfig;
49
+ get searchValue(): string;
50
+ set searchValue(val: string);
49
51
  static ɵfac: i0.ɵɵFactoryDeclaration<SToolbarTopComponent, never>;
50
52
  static ɵcmp: i0.ɵɵComponentDeclaration<SToolbarTopComponent, "s-toolbar-top", never, { "config": { "alias": "config"; "required": false; }; }, { "actionEvent": "actionEvent"; "deleteEvent": "deleteEvent"; "filterEvent": "filterEvent"; "multiSelectEvent": "multiSelectEvent"; "pillButtonEvent": "pillButtonEvent"; "selectEvent": "selectEvent"; "searchEvent": "searchEvent"; }, never, never, false, never>;
51
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sidesys-generic-ui",
3
- "version": "2.3.0",
3
+ "version": "2.3.1-local.1",
4
4
  "exports": {
5
5
  "./theme": {
6
6
  "sass": "./src/lib/theme.scss"