@igo2/common 1.15.2 → 1.15.3

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.
@@ -322,6 +322,12 @@ export declare class EntityTableComponent implements OnInit, OnChanges, OnDestro
322
322
  * Retrieve column name without his "properties" tag (useful for edition workspace properties)
323
323
  */
324
324
  getColumnKeyWithoutPropertiesTag(column: string): string;
325
+ /**
326
+ * Check if string is a valid number
327
+ * @param value string
328
+ * @returns boolean
329
+ */
330
+ private isStringValidNumber;
325
331
  static ɵfac: i0.ɵɵFactoryDeclaration<EntityTableComponent, [null, null, null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, null, null]>;
326
332
  static ɵcmp: i0.ɵɵComponentDeclaration<EntityTableComponent, "igo-entity-table", never, { "store": "store"; "paginator": "paginator"; "template": "template"; "scrollBehavior": "scrollBehavior"; "sortNullsFirst": "sortNullsFirst"; "withPaginator": "withPaginator"; "paginatorOptions": "paginatorOptions"; }, { "entityClick": "entityClick"; "entitySelectChange": "entitySelectChange"; "entitySortChange": "entitySortChange"; }, never, never, false>;
327
333
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/common",
3
- "version": "1.15.2",
3
+ "version": "1.15.3",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -20,8 +20,8 @@
20
20
  "@angular/core": "^14.3.0",
21
21
  "@angular/material": "^14.2.7",
22
22
  "@angular/platform-browser": "^14.3.0",
23
- "@igo2/core": "^1.15.2",
24
- "@igo2/utils": "^1.15.2",
23
+ "@igo2/core": "^1.15.3",
24
+ "@igo2/utils": "^1.15.3",
25
25
  "scroll-into-view-if-needed": "^2.2.20",
26
26
  "typy": "^3.3.0"
27
27
  },