@elderbyte/ngx-starter 13.7.5 → 13.7.6

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.
@@ -8,7 +8,7 @@ export declare class CollectionUtil {
8
8
  */
9
9
  static moveDown<T>(items: T[], toMove: T): boolean;
10
10
  /**
11
- * Moves the given item up in the given array - if not already at the bottom
11
+ * Moves the given item up in the given array - if not already at the top
12
12
  * @param items
13
13
  * @param toMove
14
14
  */
@@ -122,6 +122,7 @@ export declare class ElderSelectComponent<TEntity = any, TId = any, TValue = TEn
122
122
  * *
123
123
  **************************************************************************/
124
124
  protected valuesEquals(a: TValue, b: TValue): boolean;
125
+ private awaitEntityWithId;
125
126
  private isEntitySelected;
126
127
  private entityIdFromValue;
127
128
  private selectEntityById;
@@ -41,6 +41,7 @@ export declare abstract class ElderSelectBase<TId, TEntity, TValue> extends Form
41
41
  private readonly _logger;
42
42
  private readonly _filterContext;
43
43
  private _valueAsId;
44
+ protected timeoutAfterMs: number;
44
45
  /**
45
46
  * Define if elder-select should clean up the
46
47
  * data-context resources for you.
@@ -37,6 +37,7 @@ export declare abstract class ElderMultiSelectBase<TId, TEntity, TValue> extends
37
37
  * *
38
38
  **************************************************************************/
39
39
  protected constructor(zone: NgZone);
40
+ private awaitEntitiesWithId;
40
41
  /***************************************************************************
41
42
  * *
42
43
  * Properties *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "13.7.5",
3
+ "version": "13.7.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0",