@recursyve/nice-ui-kit.v2 14.0.0-beta.116 → 14.0.0-beta.117

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.
@@ -46,6 +46,7 @@ export declare class NiceAssetsCarouselComponent implements ControlValueAccessor
46
46
  inputElement: ElementRef<HTMLInputElement>;
47
47
  color: ThemePalette;
48
48
  edit: boolean;
49
+ loading: boolean;
49
50
  accept: string[];
50
51
  customActions: NiceAssetsCarouselActions[];
51
52
  imagesProcessor: (fileList: FileList) => Promise<FileList>;
@@ -79,5 +80,5 @@ export declare class NiceAssetsCarouselComponent implements ControlValueAccessor
79
80
  startSyncVideo(): Promise<void>;
80
81
  private getProcessedFiles;
81
82
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceAssetsCarouselComponent, [{ optional: true; }]>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<NiceAssetsCarouselComponent, "nice-assets-carousel", never, { "color": "color"; "edit": "edit"; "accept": "accept"; "customActions": "customActions"; "imagesProcessor": "imagesProcessor"; "multipleUpload": "multipleUpload"; "visiblePreviewAsset": "visiblePreviewAsset"; "showAddAssetContainer": "showAddAssetContainer"; "assets": "assets"; }, { "activeChange": "activeChange"; "removedAsset": "removedAsset"; }, ["activeContent"], never, false>;
83
+ static ɵcmp: i0.ɵɵComponentDeclaration<NiceAssetsCarouselComponent, "nice-assets-carousel", never, { "color": "color"; "edit": "edit"; "loading": "loading"; "accept": "accept"; "customActions": "customActions"; "imagesProcessor": "imagesProcessor"; "multipleUpload": "multipleUpload"; "visiblePreviewAsset": "visiblePreviewAsset"; "showAddAssetContainer": "showAddAssetContainer"; "assets": "assets"; }, { "activeChange": "activeChange"; "removedAsset": "removedAsset"; }, ["activeContent"], never, false>;
83
84
  }
@@ -10,9 +10,10 @@ import * as i6 from "@angular/material/menu";
10
10
  import * as i7 from "@angular/material/core";
11
11
  import * as i8 from "../../directives/dropzone/dropzone.module";
12
12
  import * as i9 from "@ngx-translate/core";
13
+ import * as i10 from "@angular/material/progress-spinner";
13
14
  export declare class NiceAssetsCarouselModule {
14
15
  static forRoot(options?: NiceAssetsCarouselOptions): ModuleWithProviders<NiceAssetsCarouselModule>;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceAssetsCarouselModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<NiceAssetsCarouselModule, [typeof i1.NiceAssetsCarouselComponent, typeof i2.NiceAssetsCarouselActiveContentDirective], [typeof i3.CommonModule, typeof i4.MatIconModule, typeof i5.MatButtonModule, typeof i6.MatMenuModule, typeof i7.MatRippleModule, typeof i8.NiceDropzoneModule, typeof i9.TranslateModule], [typeof i1.NiceAssetsCarouselComponent, typeof i2.NiceAssetsCarouselActiveContentDirective]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NiceAssetsCarouselModule, [typeof i1.NiceAssetsCarouselComponent, typeof i2.NiceAssetsCarouselActiveContentDirective], [typeof i3.CommonModule, typeof i4.MatIconModule, typeof i5.MatButtonModule, typeof i6.MatMenuModule, typeof i7.MatRippleModule, typeof i8.NiceDropzoneModule, typeof i9.TranslateModule, typeof i10.MatProgressSpinnerModule], [typeof i1.NiceAssetsCarouselComponent, typeof i2.NiceAssetsCarouselActiveContentDirective]>;
17
18
  static ɵinj: i0.ɵɵInjectorDeclaration<NiceAssetsCarouselModule>;
18
19
  }
@@ -1,6 +1,6 @@
1
1
  import { PipeTransform, TrackByFunction } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
- export declare class TrackByPropPipe<T = any> implements PipeTransform {
3
+ export declare class TrackByPropPipe<T> implements PipeTransform {
4
4
  transform(prop: keyof T & string): TrackByFunction<T>;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TrackByPropPipe<any>, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<TrackByPropPipe<any>, "trackByProp", false>;
@@ -8,7 +8,7 @@ export declare class ArrayUtils {
8
8
  }): boolean;
9
9
  private static unorderedShallowEquals;
10
10
  static sortByKey(array: any[], key: string): any[];
11
- static sortByKeyFn(key: string): (a: any, b: any) => 1 | -1 | 0;
11
+ static sortByKeyFn(key: string): (a: any, b: any) => 0 | 1 | -1;
12
12
  static groupBy<Item, Key, Value>(array: Item[], keySelector: (item: Item) => Key, valueSelector: (item: Item) => Value[] | Value): Map<Key, Value[]>;
13
13
  }
14
14
  declare global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recursyve/nice-ui-kit.v2",
3
- "version": "14.0.0-beta.116",
3
+ "version": "14.0.0-beta.117",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./_index.scss",