rd-outer-component 0.0.61 → 0.0.65
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/esm2020/lib/modules/custom-filter/custom-filter.component.mjs +5 -3
- package/esm2020/lib/modules/custom-pagination/paginator.component.mjs +7 -3
- package/esm2020/lib/modules/rd-notification/index.mjs +1 -2
- package/esm2020/lib/modules/rd-notification/notification.component.mjs +2 -3
- package/fesm2015/rd-outer-component.mjs +12 -20
- package/fesm2015/rd-outer-component.mjs.map +1 -1
- package/fesm2020/rd-outer-component.mjs +12 -20
- package/fesm2020/rd-outer-component.mjs.map +1 -1
- package/lib/modules/custom-filter/custom-filter.component.d.ts +2 -1
- package/lib/modules/custom-pagination/paginator.component.d.ts +3 -1
- package/lib/modules/rd-notification/index.d.ts +0 -1
- package/package.json +1 -1
- package/esm2020/lib/modules/rd-notification/notification.module.mjs +0 -19
- package/lib/modules/rd-notification/notification.module.d.ts +0 -10
|
@@ -8,11 +8,12 @@ export declare class RdFilterComponent {
|
|
|
8
8
|
clearFilter: EventEmitter<any>;
|
|
9
9
|
statusDisplayConfigs: StatusDisplayConfig[];
|
|
10
10
|
statusGroupConfigs: StatusGroupConfig;
|
|
11
|
+
clearText?: string;
|
|
11
12
|
filterTypeEnum: typeof FilterTypeEnum;
|
|
12
13
|
get isClearAble(): boolean;
|
|
13
14
|
constructor(cdf: ChangeDetectorRef);
|
|
14
15
|
handleChangeValue(value: any): void;
|
|
15
16
|
clear(): void;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<RdFilterComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RdFilterComponent, "app-rd-filter", never, { "filterArr": "filterArr"; "statusDisplayConfigs": "statusDisplayConfigs"; "statusGroupConfigs": "statusGroupConfigs"; }, { "defSearchChange": "defSearchChange"; "clearFilter": "clearFilter"; }, never, never, false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RdFilterComponent, "app-rd-filter", never, { "filterArr": "filterArr"; "statusDisplayConfigs": "statusDisplayConfigs"; "statusGroupConfigs": "statusGroupConfigs"; "clearText": "clearText"; }, { "defSearchChange": "defSearchChange"; "clearFilter": "clearFilter"; }, never, never, false, never>;
|
|
18
19
|
}
|
|
@@ -8,11 +8,13 @@ export declare class CustomPaginatorComponent {
|
|
|
8
8
|
specilMargin: number;
|
|
9
9
|
showLeftPageDorp: boolean;
|
|
10
10
|
isWhiteBg: boolean;
|
|
11
|
+
totalItemsText?: string;
|
|
12
|
+
pageText?: string;
|
|
11
13
|
readonly changePageSize: EventEmitter<any>;
|
|
12
14
|
readonly changePageIndex: EventEmitter<any>;
|
|
13
15
|
constructor();
|
|
14
16
|
nzPageSizeChange(e: any): void;
|
|
15
17
|
nzPageIndexChange(e: any): void;
|
|
16
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomPaginatorComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomPaginatorComponent, "app-rd-pagination", never, { "pageIndex": "pageIndex"; "pageSize": "pageSize"; "currentTotalSize": "currentTotalSize"; "totalSize": "totalSize"; "specilMargin": "specilMargin"; "showLeftPageDorp": "showLeftPageDorp"; "isWhiteBg": "isWhiteBg"; }, { "changePageSize": "changePageSize"; "changePageIndex": "changePageIndex"; }, never, never, false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomPaginatorComponent, "app-rd-pagination", never, { "pageIndex": "pageIndex"; "pageSize": "pageSize"; "currentTotalSize": "currentTotalSize"; "totalSize": "totalSize"; "specilMargin": "specilMargin"; "showLeftPageDorp": "showLeftPageDorp"; "isWhiteBg": "isWhiteBg"; "totalItemsText": "totalItemsText"; "pageText": "pageText"; }, { "changePageSize": "changePageSize"; "changePageIndex": "changePageIndex"; }, never, never, false, never>;
|
|
18
20
|
}
|
package/package.json
CHANGED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { RdNotificationComponent } from './notification.component';
|
|
4
|
-
import { RouterModule } from '@angular/router';
|
|
5
|
-
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class RdNotificationModule {
|
|
8
|
-
}
|
|
9
|
-
RdNotificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
-
RdNotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RdNotificationModule, declarations: [RdNotificationComponent], imports: [CommonModule, RouterModule, FormsModule, ReactiveFormsModule] });
|
|
11
|
-
RdNotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdNotificationModule, imports: [CommonModule, RouterModule, FormsModule, ReactiveFormsModule] });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdNotificationModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
declarations: [RdNotificationComponent],
|
|
16
|
-
imports: [CommonModule, RouterModule, FormsModule, ReactiveFormsModule],
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NoYXJlZC1saWIvc3JjL2xpYi9tb2R1bGVzL3JkLW5vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ25FLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7O0FBTWxFLE1BQU0sT0FBTyxvQkFBb0I7O2tIQUFwQixvQkFBb0I7bUhBQXBCLG9CQUFvQixpQkFIaEIsdUJBQXVCLGFBQzVCLFlBQVksRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLG1CQUFtQjttSEFFM0Qsb0JBQW9CLFlBRnJCLFlBQVksRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLG1CQUFtQjs0RkFFM0Qsb0JBQW9CO2tCQUpoQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLHVCQUF1QixDQUFDO29CQUN2QyxPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsQ0FBQztpQkFDeEUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFJkTm90aWZpY2F0aW9uQ29tcG9uZW50IH0gZnJvbSAnLi9ub3RpZmljYXRpb24uY29tcG9uZW50JztcbmltcG9ydCB7IFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbUmROb3RpZmljYXRpb25Db21wb25lbnRdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBSb3V0ZXJNb2R1bGUsIEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgUmROb3RpZmljYXRpb25Nb2R1bGUge31cbiJdfQ==
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./notification.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/router";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
|
-
export declare class RdNotificationModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdNotificationModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RdNotificationModule, [typeof i1.RdNotificationComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule], never>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RdNotificationModule>;
|
|
10
|
-
}
|