ngx-rs-ant 1.5.0 → 1.5.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 +26 -26
- package/data-grid/data-grid.factory.d.ts +1 -1
- package/data-grid/data-grid.module.d.ts +8 -8
- package/data-grid/data-grid.service.d.ts +2 -0
- package/data-grid/instance-link-template/instance-link-template.component.d.ts +21 -0
- package/data-grid/unit-info-template/unit-info-template.component.d.ts +2 -1
- package/data-grid/user-info-template/user-info-template.component.d.ts +2 -1
- package/esm2020/data-detail/data-detail.component.mjs +5 -1
- package/esm2020/data-grid/data-grid.component.mjs +78 -44
- package/esm2020/data-grid/data-grid.factory.mjs +13 -17
- package/esm2020/data-grid/data-grid.module.mjs +15 -18
- package/esm2020/data-grid/data-grid.service.mjs +26 -1
- package/esm2020/data-grid/file-cell-template/file-cell-template.component.mjs +3 -7
- package/esm2020/data-grid/instance-link-template/instance-link-template.component.mjs +64 -0
- package/esm2020/data-grid/unit-info-template/unit-info-template.component.mjs +12 -4
- package/esm2020/data-grid/user-info-template/user-info-template.component.mjs +12 -4
- package/esm2020/public-api.mjs +1 -3
- package/fesm2015/ngx-rs-ant.mjs +758 -661
- package/fesm2015/ngx-rs-ant.mjs.map +1 -1
- package/fesm2020/ngx-rs-ant.mjs +751 -656
- package/fesm2020/ngx-rs-ant.mjs.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +0 -2
- package/data-grid/instance-link-template.directive.d.ts +0 -8
- package/data-grid/master-detail-template.directive.d.ts +0 -8
- package/esm2020/data-grid/instance-link-template.directive.mjs +0 -16
- package/esm2020/data-grid/master-detail-template.directive.mjs +0 -16
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -9,8 +9,6 @@ export * from './code-editor/code-editor.component';
|
|
|
9
9
|
export * from './code-editor/code-editor.module';
|
|
10
10
|
export * from './data-grid/data-grid.component';
|
|
11
11
|
export * from './data-grid/data-grid.factory';
|
|
12
|
-
export * from './data-grid/instance-link-template.directive';
|
|
13
|
-
export * from './data-grid/master-detail-template.directive';
|
|
14
12
|
export * from './data-grid/row-buttons-template.directive';
|
|
15
13
|
export * from './data-grid/data-grid.module';
|
|
16
14
|
export * from './data-grid/data-grid.service';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class InstanceLinkTemplateDirective {
|
|
4
|
-
templateRef: TemplateRef<unknown>;
|
|
5
|
-
constructor(templateRef: TemplateRef<unknown>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InstanceLinkTemplateDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InstanceLinkTemplateDirective, "[rsInstanceLinkTemplate]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MasterDetailTemplateDirective {
|
|
4
|
-
templateRef: TemplateRef<unknown>;
|
|
5
|
-
constructor(templateRef: TemplateRef<unknown>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MasterDetailTemplateDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MasterDetailTemplateDirective, "[rsMasterDetailTemplate]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Directive } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class InstanceLinkTemplateDirective {
|
|
4
|
-
constructor(templateRef) {
|
|
5
|
-
this.templateRef = templateRef;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
InstanceLinkTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: InstanceLinkTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9
|
-
InstanceLinkTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: InstanceLinkTemplateDirective, selector: "[rsInstanceLinkTemplate]", ngImport: i0 });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: InstanceLinkTemplateDirective, decorators: [{
|
|
11
|
-
type: Directive,
|
|
12
|
-
args: [{
|
|
13
|
-
selector: '[rsInstanceLinkTemplate]'
|
|
14
|
-
}]
|
|
15
|
-
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5zdGFuY2UtbGluay10ZW1wbGF0ZS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcnMtYW50L3NyYy9kYXRhLWdyaWQvaW5zdGFuY2UtbGluay10ZW1wbGF0ZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBYyxNQUFNLGVBQWUsQ0FBQzs7QUFLckQsTUFBTSxPQUFPLDZCQUE2QjtJQUN4QyxZQUFtQixXQUFpQztRQUFqQyxnQkFBVyxHQUFYLFdBQVcsQ0FBc0I7SUFDcEQsQ0FBQzs7MEhBRlUsNkJBQTZCOzhHQUE3Qiw2QkFBNkI7MkZBQTdCLDZCQUE2QjtrQkFIekMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsMEJBQTBCO2lCQUNyQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RGlyZWN0aXZlLCBUZW1wbGF0ZVJlZn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tyc0luc3RhbmNlTGlua1RlbXBsYXRlXSdcbn0pXG5leHBvcnQgY2xhc3MgSW5zdGFuY2VMaW5rVGVtcGxhdGVEaXJlY3RpdmUge1xuICBjb25zdHJ1Y3RvcihwdWJsaWMgdGVtcGxhdGVSZWY6IFRlbXBsYXRlUmVmPHVua25vd24+KSB7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Directive } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class MasterDetailTemplateDirective {
|
|
4
|
-
constructor(templateRef) {
|
|
5
|
-
this.templateRef = templateRef;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
MasterDetailTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: MasterDetailTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9
|
-
MasterDetailTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: MasterDetailTemplateDirective, selector: "[rsMasterDetailTemplate]", ngImport: i0 });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: MasterDetailTemplateDirective, decorators: [{
|
|
11
|
-
type: Directive,
|
|
12
|
-
args: [{
|
|
13
|
-
selector: '[rsMasterDetailTemplate]'
|
|
14
|
-
}]
|
|
15
|
-
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFzdGVyLWRldGFpbC10ZW1wbGF0ZS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcnMtYW50L3NyYy9kYXRhLWdyaWQvbWFzdGVyLWRldGFpbC10ZW1wbGF0ZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBYyxNQUFNLGVBQWUsQ0FBQzs7QUFLckQsTUFBTSxPQUFPLDZCQUE2QjtJQUN4QyxZQUFtQixXQUFpQztRQUFqQyxnQkFBVyxHQUFYLFdBQVcsQ0FBc0I7SUFDcEQsQ0FBQzs7MEhBRlUsNkJBQTZCOzhHQUE3Qiw2QkFBNkI7MkZBQTdCLDZCQUE2QjtrQkFIekMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsMEJBQTBCO2lCQUNyQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RGlyZWN0aXZlLCBUZW1wbGF0ZVJlZn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tyc01hc3RlckRldGFpbFRlbXBsYXRlXSdcbn0pXG5leHBvcnQgY2xhc3MgTWFzdGVyRGV0YWlsVGVtcGxhdGVEaXJlY3RpdmUge1xuICBjb25zdHJ1Y3RvcihwdWJsaWMgdGVtcGxhdGVSZWY6IFRlbXBsYXRlUmVmPHVua25vd24+KSB7XG4gIH1cbn1cbiJdfQ==
|