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/data-grid/data-grid.component.d.ts +0 -1
- package/esm2020/box-container/box-item/box-item.component.mjs +2 -2
- package/esm2020/box-container/plugin-not-found/plugin-not-found.component.mjs +2 -2
- package/esm2020/data-grid/data-grid.component.mjs +3 -4
- package/esm2020/data-grid/data-grid.factory.mjs +2 -1
- package/esm2020/form/field-selector/field-selector.component.mjs +2 -1
- package/esm2020/util/utils.mjs +1 -8
- package/fesm2015/ngx-rs-ant.mjs +9 -14
- package/fesm2015/ngx-rs-ant.mjs.map +1 -1
- package/fesm2020/ngx-rs-ant.mjs +9 -14
- package/fesm2020/ngx-rs-ant.mjs.map +1 -1
- package/package.json +1 -1
- package/util/utils.d.ts +0 -2
package/package.json
CHANGED
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[];
|