@litigiovirtual/ius-design-components 1.0.209 → 1.0.212

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.
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ChipComponent {
4
+ label: string;
5
+ eliminable: boolean;
6
+ disabled: boolean;
7
+ removed: EventEmitter<void>;
8
+ onRemove(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChipComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "ius-chip", never, { "label": { "alias": "label"; "required": false; }; "eliminable": { "alias": "eliminable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "removed": "removed"; }, never, never, true, never>;
11
+ }
@@ -0,0 +1 @@
1
+ export * from './chip.component';
@@ -11,6 +11,7 @@ export declare class InputSelectComponent implements OnDestroy {
11
11
  selected: boolean;
12
12
  private listPanel;
13
13
  private _overlayRef;
14
+ private _scrollListener;
14
15
  get showList(): boolean;
15
16
  componentId: string;
16
17
  required: boolean;
@@ -23,6 +23,7 @@ export declare class InputSelectFilterComponent implements DoCheck, OnDestroy {
23
23
  selected: boolean;
24
24
  private listPanel;
25
25
  private _overlayRef;
26
+ private _scrollListener;
26
27
  get showList(): boolean;
27
28
  componentId: string;
28
29
  disabled: boolean;
@@ -0,0 +1 @@
1
+ export * from './loading-component-dynamic.component';
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class LoadingComponentDynamicComponent {
3
+ src: string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponentDynamicComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponentDynamicComponent, "ius-loading-component-dynamic", never, { "src": { "alias": "src"; "required": false; }; }, {}, never, never, true, never>;
6
+ }
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@litigiovirtual/ius-design-components",
3
- "version": "1.0.209",
3
+ "version": "1.0.212",
4
4
  "peerDependencies": {
5
+ "@angular/cdk": ">=17.0.0 <20.0.0",
5
6
  "@angular/common": ">=17.0.0 <20.0.0",
6
7
  "@angular/core": ">=17.0.0 <20.0.0",
7
- "@angular/cdk": ">=17.0.0 <20.0.0"
8
+ "@lottiefiles/lottie-player": "^2.0.12"
8
9
  },
9
10
  "dependencies": {
10
11
  "@litigiovirtual/ius-design-styles": "^1.0.17",
package/public-api.d.ts CHANGED
@@ -53,6 +53,7 @@ export * from './lib/breadcrumb';
53
53
  export * from './lib/user-card';
54
54
  export * from './lib/simple-user-card';
55
55
  export * from './lib/simple-chip';
56
+ export * from './lib/chip';
56
57
  export * from './lib/simple-card-contador';
57
58
  export * from './lib/dropdown-contextual-menu';
58
59
  export * from './lib/segment';
@@ -91,5 +92,6 @@ export * from './lib/alert';
91
92
  export * from './lib/input-card';
92
93
  export * from './lib/notifications';
93
94
  export * from './lib/support-panel';
95
+ export * from './lib/loading-component-dynamic';
94
96
  export * from './lib/directives/popover.directive';
95
97
  export * from './lib/directives/infinite-scroll.directive';