@sumaris-net/ngx-components 2.3.1 → 2.3.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.3.1",
4
+ "version": "2.3.3",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -3,5 +3,5 @@ export declare const DATE_PATTERN = "YYYY-MM-DD";
3
3
  export declare const DEFAULT_PLACEHOLDER_CHAR = "_";
4
4
  export declare const PUBKEY_REGEXP: RegExp;
5
5
  export declare const SPACE_PLACEHOLDER_CHAR = "\u2000";
6
- export declare const ZERO_PLACEHOLDER_CHAR = "\uFEFF";
6
+ export declare const EMPTY_PLACEHOLDER_CHAR = "\uFEFF";
7
7
  export declare const KEYBOARD_HIDE_DELAY_MS = 250;