ngx-rs-ant 2.0.0 → 2.0.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-rs-ant",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "license": "MIT",
5
5
  "description": "RsAnt components based on Angular and DevExtreme",
6
6
  "exports": {
package/util/utils.d.ts CHANGED
@@ -2,8 +2,6 @@ import { DxValidatorComponent } from "devextreme-angular";
2
2
  export declare function notify_error(message: string): void;
3
3
  export declare function notify_warning(message: string): void;
4
4
  export declare function notify_success(message: string): void;
5
- export declare function format_date(date: Date, locale: string): string;
6
- export declare function format_datetime(date: Date, locale: string): string;
7
5
  export declare function localeSortMethod(value1: string, value2: string): number;
8
6
  export declare function file_type_icon(name: string): string;
9
7
  export declare function support_preview_ext(): string[];