@acorex/components 20.2.51 → 20.2.53
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/fesm2022/acorex-components-calendar.mjs +6 -0
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +24 -18
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-pdf-reader.mjs +2 -2
- package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +117 -44
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-video-player.mjs +2 -2
- package/fesm2022/acorex-components-video-player.mjs.map +1 -1
- package/media-viewer/index.d.ts +3 -1
- package/package.json +19 -19
- package/tree-view/index.d.ts +50 -12
|
@@ -7,11 +7,11 @@ class AXVideoPlayerComponent {
|
|
|
7
7
|
this.src = input(...(ngDevMode ? [undefined, { debugName: "src" }] : []));
|
|
8
8
|
}
|
|
9
9
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: AXVideoPlayerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.9", type: AXVideoPlayerComponent, isStandalone: true, selector: "ax-video-player", inputs: { src: { classPropertyName: "src", publicName: "src", isSignal: true, isRequired: false, transformFunction: null } }, providers: [{ provide: AXComponent, useExisting: AXVideoPlayerComponent }], ngImport: i0, template: "<video controls [src]=\"src()\"></video>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
10
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.9", type: AXVideoPlayerComponent, isStandalone: true, selector: "ax-video-player", inputs: { src: { classPropertyName: "src", publicName: "src", isSignal: true, isRequired: false, transformFunction: null } }, providers: [{ provide: AXComponent, useExisting: AXVideoPlayerComponent }], ngImport: i0, template: "<video controls [src]=\"src()\"></video>\n", styles: ["ax-video-player{height:100%}ax-video-player video{height:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
11
11
|
}
|
|
12
12
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: AXVideoPlayerComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
|
-
args: [{ selector: 'ax-video-player', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{ provide: AXComponent, useExisting: AXVideoPlayerComponent }], template: "<video controls [src]=\"src()\"></video>\n" }]
|
|
14
|
+
args: [{ selector: 'ax-video-player', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{ provide: AXComponent, useExisting: AXVideoPlayerComponent }], template: "<video controls [src]=\"src()\"></video>\n", styles: ["ax-video-player{height:100%}ax-video-player video{height:100%}\n"] }]
|
|
15
15
|
}], propDecorators: { src: [{ type: i0.Input, args: [{ isSignal: true, alias: "src", required: false }] }] } });
|
|
16
16
|
|
|
17
17
|
const COMPONENT = [AXVideoPlayerComponent];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acorex-components-video-player.mjs","sources":["../tmp-esm2022/video-player/lib/video-player/video-player.component.js","../tmp-esm2022/video-player/lib/video-player.module.js","../tmp-esm2022/video-player/acorex-components-video-player.js"],"sourcesContent":["import { AXComponent } from '@acorex/cdk/common';\nimport { ChangeDetectionStrategy, Component, input, ViewEncapsulation } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class AXVideoPlayerComponent {\n constructor() {\n this.src = input(...(ngDevMode ? [undefined, { debugName: \"src\" }] : []));\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.3.9\", type: AXVideoPlayerComponent, isStandalone: true, selector: \"ax-video-player\", inputs: { src: { classPropertyName: \"src\", publicName: \"src\", isSignal: true, isRequired: false, transformFunction: null } }, providers: [{ provide: AXComponent, useExisting: AXVideoPlayerComponent }], ngImport: i0, template: \"<video controls [src]=\\\"src()\\\"></video>\\n\", styles: [\"\"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ax-video-player', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{ provide: AXComponent, useExisting: AXVideoPlayerComponent }], template: \"<video controls [src]=\\\"src()\\\"></video>\\n\" }]\n }], propDecorators: { src: [{ type: i0.Input, args: [{ isSignal: true, alias: \"src\", required: false }] }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tcGxheWVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvdmlkZW8tcGxheWVyL3NyYy9saWIvdmlkZW8tcGxheWVyL3ZpZGVvLXBsYXllci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL3ZpZGVvLXBsYXllci9zcmMvbGliL3ZpZGVvLXBsYXllci92aWRlby1wbGF5ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ2pELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVU3RixNQUFNLE9BQU8sc0JBQXNCO0lBUm5DO1FBU0UsUUFBRyxHQUFHLEtBQUsseURBQUUsQ0FBQztLQUNmOzhHQUZZLHNCQUFzQjtrR0FBdEIsc0JBQXNCLDRMQUZ0QixDQUFDLEVBQUUsT0FBTyxFQUFFLFdBQVcsRUFBRSxXQUFXLEVBQUUsc0JBQXNCLEVBQUUsQ0FBQywwQkNUNUUsNENBQ0E7OzJGRFVhLHNCQUFzQjtrQkFSbEMsU0FBUzsrQkFDRSxpQkFBaUIsbUJBR1YsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxhQUMxQixDQUFDLEVBQUUsT0FBTyxFQUFFLFdBQVcsRUFBRSxXQUFXLHdCQUF3QixFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBWENvbXBvbmVudCB9IGZyb20gJ0BhY29yZXgvY2RrL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBpbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXgtdmlkZW8tcGxheWVyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3ZpZGVvLXBsYXllci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3ZpZGVvLXBsYXllci5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgcHJvdmlkZXJzOiBbeyBwcm92aWRlOiBBWENvbXBvbmVudCwgdXNlRXhpc3Rpbmc6IEFYVmlkZW9QbGF5ZXJDb21wb25lbnQgfV0sXG59KVxuZXhwb3J0IGNsYXNzIEFYVmlkZW9QbGF5ZXJDb21wb25lbnQge1xuICBzcmMgPSBpbnB1dCgpO1xufVxuIiwiPHZpZGVvIGNvbnRyb2xzIFtzcmNdPVwic3JjKClcIj48L3ZpZGVvPlxuIl19","import { NgModule } from '@angular/core';\nimport { AXVideoPlayerComponent } from './video-player/video-player.component';\nimport * as i0 from \"@angular/core\";\nconst COMPONENT = [AXVideoPlayerComponent];\nconst MODULES = [];\nexport class AXVideoPlayerModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerModule, imports: [AXVideoPlayerComponent], exports: [AXVideoPlayerComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerModule, imports: [MODULES] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [...MODULES, ...COMPONENT],\n exports: [...COMPONENT],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tcGxheWVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvdmlkZW8tcGxheWVyL3NyYy9saWIvdmlkZW8tcGxheWVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDOztBQUUvRSxNQUFNLFNBQVMsR0FBRyxDQUFDLHNCQUFzQixDQUFDLENBQUM7QUFDM0MsTUFBTSxPQUFPLEdBQUcsRUFBRSxDQUFDO0FBTW5CLE1BQU0sT0FBTyxtQkFBbUI7OEdBQW5CLG1CQUFtQjsrR0FBbkIsbUJBQW1CLFlBUGIsc0JBQXNCLGFBQXRCLHNCQUFzQjsrR0FPNUIsbUJBQW1CLFlBSGpCLE9BQU87OzJGQUdULG1CQUFtQjtrQkFKL0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxHQUFHLE9BQU8sRUFBRSxHQUFHLFNBQVMsQ0FBQztvQkFDbkMsT0FBTyxFQUFFLENBQUMsR0FBRyxTQUFTLENBQUM7aUJBQ3hCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFYVmlkZW9QbGF5ZXJDb21wb25lbnQgfSBmcm9tICcuL3ZpZGVvLXBsYXllci92aWRlby1wbGF5ZXIuY29tcG9uZW50JztcblxuY29uc3QgQ09NUE9ORU5UID0gW0FYVmlkZW9QbGF5ZXJDb21wb25lbnRdO1xuY29uc3QgTU9EVUxFUyA9IFtdO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbLi4uTU9EVUxFUywgLi4uQ09NUE9ORU5UXSxcbiAgZXhwb3J0czogWy4uLkNPTVBPTkVOVF0sXG59KVxuZXhwb3J0IGNsYXNzIEFYVmlkZW9QbGF5ZXJNb2R1bGUge31cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNvcmV4LWNvbXBvbmVudHMtdmlkZW8tcGxheWVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy92aWRlby1wbGF5ZXIvc3JjL2Fjb3JleC1jb21wb25lbnRzLXZpZGVvLXBsYXllci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":";;;;AAGO,MAAM,sBAAsB,CAAC;AACpC,IAAI,WAAW,GAAG;AAClB,QAAQ,IAAI,CAAC,GAAG,GAAG,KAAK,CAAC,IAAI,SAAS,GAAG,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AACjF,IAAI;AACJ,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AACxL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,sBAAsB,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,EAAE,iBAAiB,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,EAAE,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,sBAAsB,EAAE,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,4CAA4C,EAAE,MAAM,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"acorex-components-video-player.mjs","sources":["../tmp-esm2022/video-player/lib/video-player/video-player.component.js","../tmp-esm2022/video-player/lib/video-player.module.js","../tmp-esm2022/video-player/acorex-components-video-player.js"],"sourcesContent":["import { AXComponent } from '@acorex/cdk/common';\nimport { ChangeDetectionStrategy, Component, input, ViewEncapsulation } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class AXVideoPlayerComponent {\n constructor() {\n this.src = input(...(ngDevMode ? [undefined, { debugName: \"src\" }] : []));\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.3.9\", type: AXVideoPlayerComponent, isStandalone: true, selector: \"ax-video-player\", inputs: { src: { classPropertyName: \"src\", publicName: \"src\", isSignal: true, isRequired: false, transformFunction: null } }, providers: [{ provide: AXComponent, useExisting: AXVideoPlayerComponent }], ngImport: i0, template: \"<video controls [src]=\\\"src()\\\"></video>\\n\", styles: [\"ax-video-player{height:100%}ax-video-player video{height:100%}\\n\"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ax-video-player', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{ provide: AXComponent, useExisting: AXVideoPlayerComponent }], template: \"<video controls [src]=\\\"src()\\\"></video>\\n\", styles: [\"ax-video-player{height:100%}ax-video-player video{height:100%}\\n\"] }]\n }], propDecorators: { src: [{ type: i0.Input, args: [{ isSignal: true, alias: \"src\", required: false }] }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tcGxheWVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvdmlkZW8tcGxheWVyL3NyYy9saWIvdmlkZW8tcGxheWVyL3ZpZGVvLXBsYXllci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL3ZpZGVvLXBsYXllci9zcmMvbGliL3ZpZGVvLXBsYXllci92aWRlby1wbGF5ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ2pELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVU3RixNQUFNLE9BQU8sc0JBQXNCO0lBUm5DO1FBU0UsUUFBRyxHQUFHLEtBQUsseURBQUUsQ0FBQztLQUNmOzhHQUZZLHNCQUFzQjtrR0FBdEIsc0JBQXNCLDRMQUZ0QixDQUFDLEVBQUUsT0FBTyxFQUFFLFdBQVcsRUFBRSxXQUFXLEVBQUUsc0JBQXNCLEVBQUUsQ0FBQywwQkNUNUUsNENBQ0E7OzJGRFVhLHNCQUFzQjtrQkFSbEMsU0FBUzsrQkFDRSxpQkFBaUIsbUJBR1YsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxhQUMxQixDQUFDLEVBQUUsT0FBTyxFQUFFLFdBQVcsRUFBRSxXQUFXLHdCQUF3QixFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBWENvbXBvbmVudCB9IGZyb20gJ0BhY29yZXgvY2RrL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBpbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXgtdmlkZW8tcGxheWVyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3ZpZGVvLXBsYXllci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3ZpZGVvLXBsYXllci5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgcHJvdmlkZXJzOiBbeyBwcm92aWRlOiBBWENvbXBvbmVudCwgdXNlRXhpc3Rpbmc6IEFYVmlkZW9QbGF5ZXJDb21wb25lbnQgfV0sXG59KVxuZXhwb3J0IGNsYXNzIEFYVmlkZW9QbGF5ZXJDb21wb25lbnQge1xuICBzcmMgPSBpbnB1dCgpO1xufVxuIiwiPHZpZGVvIGNvbnRyb2xzIFtzcmNdPVwic3JjKClcIj48L3ZpZGVvPlxuIl19","import { NgModule } from '@angular/core';\nimport { AXVideoPlayerComponent } from './video-player/video-player.component';\nimport * as i0 from \"@angular/core\";\nconst COMPONENT = [AXVideoPlayerComponent];\nconst MODULES = [];\nexport class AXVideoPlayerModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerModule, imports: [AXVideoPlayerComponent], exports: [AXVideoPlayerComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerModule, imports: [MODULES] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.3.9\", ngImport: i0, type: AXVideoPlayerModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [...MODULES, ...COMPONENT],\n exports: [...COMPONENT],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tcGxheWVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvdmlkZW8tcGxheWVyL3NyYy9saWIvdmlkZW8tcGxheWVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDOztBQUUvRSxNQUFNLFNBQVMsR0FBRyxDQUFDLHNCQUFzQixDQUFDLENBQUM7QUFDM0MsTUFBTSxPQUFPLEdBQUcsRUFBRSxDQUFDO0FBTW5CLE1BQU0sT0FBTyxtQkFBbUI7OEdBQW5CLG1CQUFtQjsrR0FBbkIsbUJBQW1CLFlBUGIsc0JBQXNCLGFBQXRCLHNCQUFzQjsrR0FPNUIsbUJBQW1CLFlBSGpCLE9BQU87OzJGQUdULG1CQUFtQjtrQkFKL0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxHQUFHLE9BQU8sRUFBRSxHQUFHLFNBQVMsQ0FBQztvQkFDbkMsT0FBTyxFQUFFLENBQUMsR0FBRyxTQUFTLENBQUM7aUJBQ3hCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFYVmlkZW9QbGF5ZXJDb21wb25lbnQgfSBmcm9tICcuL3ZpZGVvLXBsYXllci92aWRlby1wbGF5ZXIuY29tcG9uZW50JztcblxuY29uc3QgQ09NUE9ORU5UID0gW0FYVmlkZW9QbGF5ZXJDb21wb25lbnRdO1xuY29uc3QgTU9EVUxFUyA9IFtdO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbLi4uTU9EVUxFUywgLi4uQ09NUE9ORU5UXSxcbiAgZXhwb3J0czogWy4uLkNPTVBPTkVOVF0sXG59KVxuZXhwb3J0IGNsYXNzIEFYVmlkZW9QbGF5ZXJNb2R1bGUge31cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNvcmV4LWNvbXBvbmVudHMtdmlkZW8tcGxheWVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy92aWRlby1wbGF5ZXIvc3JjL2Fjb3JleC1jb21wb25lbnRzLXZpZGVvLXBsYXllci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
|
package/media-viewer/index.d.ts
CHANGED
|
@@ -24,7 +24,8 @@ type AXMediaViewerData = {
|
|
|
24
24
|
size?: string;
|
|
25
25
|
type: 'image' | 'audio' | 'pdf' | 'video';
|
|
26
26
|
url: string;
|
|
27
|
-
|
|
27
|
+
thumbnailUrl?: string;
|
|
28
|
+
tooltip?: string;
|
|
28
29
|
};
|
|
29
30
|
declare class AXMediaViewerBaseComponent {
|
|
30
31
|
message: AXMediaViewerData;
|
|
@@ -44,6 +45,7 @@ type Thumbnail = {
|
|
|
44
45
|
svg: string;
|
|
45
46
|
type: string;
|
|
46
47
|
id: string;
|
|
48
|
+
tooltip?: string;
|
|
47
49
|
};
|
|
48
50
|
declare class AXMediaViewerContainerComponent implements OnDestroy {
|
|
49
51
|
#private;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.2.
|
|
3
|
+
"version": "20.2.53",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.2.
|
|
6
|
-
"@acorex/cdk": "20.2.
|
|
5
|
+
"@acorex/core": "20.2.53",
|
|
6
|
+
"@acorex/cdk": "20.2.53",
|
|
7
7
|
"@angular/common": "^20.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0",
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
@@ -88,10 +88,6 @@
|
|
|
88
88
|
"types": "./autocomplete/index.d.ts",
|
|
89
89
|
"default": "./fesm2022/acorex-components-autocomplete.mjs"
|
|
90
90
|
},
|
|
91
|
-
"./avatar": {
|
|
92
|
-
"types": "./avatar/index.d.ts",
|
|
93
|
-
"default": "./fesm2022/acorex-components-avatar.mjs"
|
|
94
|
-
},
|
|
95
91
|
"./badge": {
|
|
96
92
|
"types": "./badge/index.d.ts",
|
|
97
93
|
"default": "./fesm2022/acorex-components-badge.mjs"
|
|
@@ -108,6 +104,10 @@
|
|
|
108
104
|
"types": "./button/index.d.ts",
|
|
109
105
|
"default": "./fesm2022/acorex-components-button.mjs"
|
|
110
106
|
},
|
|
107
|
+
"./avatar": {
|
|
108
|
+
"types": "./avatar/index.d.ts",
|
|
109
|
+
"default": "./fesm2022/acorex-components-avatar.mjs"
|
|
110
|
+
},
|
|
111
111
|
"./button-group": {
|
|
112
112
|
"types": "./button-group/index.d.ts",
|
|
113
113
|
"default": "./fesm2022/acorex-components-button-group.mjs"
|
|
@@ -148,14 +148,14 @@
|
|
|
148
148
|
"types": "./command/index.d.ts",
|
|
149
149
|
"default": "./fesm2022/acorex-components-command.mjs"
|
|
150
150
|
},
|
|
151
|
-
"./conversation": {
|
|
152
|
-
"types": "./conversation/index.d.ts",
|
|
153
|
-
"default": "./fesm2022/acorex-components-conversation.mjs"
|
|
154
|
-
},
|
|
155
151
|
"./comment": {
|
|
156
152
|
"types": "./comment/index.d.ts",
|
|
157
153
|
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
158
154
|
},
|
|
155
|
+
"./conversation": {
|
|
156
|
+
"types": "./conversation/index.d.ts",
|
|
157
|
+
"default": "./fesm2022/acorex-components-conversation.mjs"
|
|
158
|
+
},
|
|
159
159
|
"./conversation2": {
|
|
160
160
|
"types": "./conversation2/index.d.ts",
|
|
161
161
|
"default": "./fesm2022/acorex-components-conversation2.mjs"
|
|
@@ -228,14 +228,14 @@
|
|
|
228
228
|
"types": "./form/index.d.ts",
|
|
229
229
|
"default": "./fesm2022/acorex-components-form.mjs"
|
|
230
230
|
},
|
|
231
|
-
"./image": {
|
|
232
|
-
"types": "./image/index.d.ts",
|
|
233
|
-
"default": "./fesm2022/acorex-components-image.mjs"
|
|
234
|
-
},
|
|
235
231
|
"./grid-layout-builder": {
|
|
236
232
|
"types": "./grid-layout-builder/index.d.ts",
|
|
237
233
|
"default": "./fesm2022/acorex-components-grid-layout-builder.mjs"
|
|
238
234
|
},
|
|
235
|
+
"./image": {
|
|
236
|
+
"types": "./image/index.d.ts",
|
|
237
|
+
"default": "./fesm2022/acorex-components-image.mjs"
|
|
238
|
+
},
|
|
239
239
|
"./image-editor": {
|
|
240
240
|
"types": "./image-editor/index.d.ts",
|
|
241
241
|
"default": "./fesm2022/acorex-components-image-editor.mjs"
|
|
@@ -272,14 +272,14 @@
|
|
|
272
272
|
"types": "./map/index.d.ts",
|
|
273
273
|
"default": "./fesm2022/acorex-components-map.mjs"
|
|
274
274
|
},
|
|
275
|
-
"./menu": {
|
|
276
|
-
"types": "./menu/index.d.ts",
|
|
277
|
-
"default": "./fesm2022/acorex-components-menu.mjs"
|
|
278
|
-
},
|
|
279
275
|
"./media-viewer": {
|
|
280
276
|
"types": "./media-viewer/index.d.ts",
|
|
281
277
|
"default": "./fesm2022/acorex-components-media-viewer.mjs"
|
|
282
278
|
},
|
|
279
|
+
"./menu": {
|
|
280
|
+
"types": "./menu/index.d.ts",
|
|
281
|
+
"default": "./fesm2022/acorex-components-menu.mjs"
|
|
282
|
+
},
|
|
283
283
|
"./modal": {
|
|
284
284
|
"types": "./modal/index.d.ts",
|
|
285
285
|
"default": "./fesm2022/acorex-components-modal.mjs"
|
package/tree-view/index.d.ts
CHANGED
|
@@ -98,6 +98,12 @@ interface AXTreeViewNodeToggleEvent extends AXHtmlEvent {
|
|
|
98
98
|
interface AXTreeViewNodeSelectEvent extends AXHtmlEvent {
|
|
99
99
|
node: AXTreeViewNode;
|
|
100
100
|
}
|
|
101
|
+
interface AXTreeViewNodeDoubleClickEvent extends AXHtmlEvent {
|
|
102
|
+
node: AXTreeViewNode;
|
|
103
|
+
}
|
|
104
|
+
interface AXTreeViewNodeClickEvent extends AXHtmlEvent {
|
|
105
|
+
node: AXTreeViewNode;
|
|
106
|
+
}
|
|
101
107
|
interface AXTreeViewSelectionChangeEvent extends AXEvent {
|
|
102
108
|
selectedNodes: AXTreeViewNode[];
|
|
103
109
|
}
|
|
@@ -115,6 +121,8 @@ interface AXTreeViewItemTemplateContext {
|
|
|
115
121
|
expanded: boolean;
|
|
116
122
|
childrenCount: number;
|
|
117
123
|
loading: boolean;
|
|
124
|
+
/** Whether the node is effectively disabled (considering inheritance from parents) */
|
|
125
|
+
disabled: boolean;
|
|
118
126
|
}
|
|
119
127
|
type AXTreeViewViewLook = 'default' | 'card' | 'with-line';
|
|
120
128
|
type AXTreeViewDragArea = 'handler' | 'item';
|
|
@@ -181,10 +189,8 @@ declare class AXTreeViewComponent {
|
|
|
181
189
|
private readonly destroyRef;
|
|
182
190
|
/** Tree data source - can be static array or lazy loading function */
|
|
183
191
|
readonly datasource: _angular_core.ModelSignal<AXTreeViewDataSource>;
|
|
184
|
-
/** Selection mode: 'single' (click to select) or 'multiple' (checkbox selection). Default: `'single'
|
|
192
|
+
/** Selection mode: 'single' (click to select) or 'multiple' (checkbox selection). Default: `'single'`. In multiple mode, checkboxes are automatically shown. */
|
|
185
193
|
readonly selectMode: _angular_core.InputSignal<AXTreeViewSelectMode>;
|
|
186
|
-
/** Whether to show checkboxes for selection (only applies to multiple mode). Default: `false`. When false and selectMode is not 'none', clicking on a node toggles its selection. */
|
|
187
|
-
readonly showCheckbox: _angular_core.InputSignal<boolean>;
|
|
188
194
|
/** Selection behavior: 'all' (select anything, no special behavior), 'intermediate' (parent indeterminate state when children selected), 'leaf' (only leaf nodes selectable), 'nested' (selecting parent selects all children). Default: `'intermediate'` */
|
|
189
195
|
readonly selectionBehavior: _angular_core.InputSignal<AXTreeViewSelectionBehavior>;
|
|
190
196
|
/** Drag area: 'handler' (drag handle), 'item' (entire item). Default: `'handler'` */
|
|
@@ -229,12 +235,18 @@ declare class AXTreeViewComponent {
|
|
|
229
235
|
readonly childrenCountField: _angular_core.InputSignal<string>;
|
|
230
236
|
/** Field name for custom data. Default: `'data'` */
|
|
231
237
|
readonly dataField: _angular_core.InputSignal<string>;
|
|
238
|
+
/** Whether disabled state is inherited from parent nodes. Default: `true`. */
|
|
239
|
+
readonly inheritDisabled: _angular_core.InputSignal<boolean>;
|
|
232
240
|
/** Emitted before a drop operation - set canceled to true to prevent drop */
|
|
233
241
|
readonly onBeforeDrop: _angular_core.OutputEmitterRef<AXTreeViewBeforeDropEvent>;
|
|
234
242
|
/** Emitted when a node is toggled (expanded/collapsed) */
|
|
235
243
|
readonly onNodeToggle: _angular_core.OutputEmitterRef<AXTreeViewNodeToggleEvent>;
|
|
236
244
|
/** Emitted when a node is selected/deselected */
|
|
237
245
|
readonly onNodeSelect: _angular_core.OutputEmitterRef<AXTreeViewNodeSelectEvent>;
|
|
246
|
+
/** Emitted when a node is double-clicked */
|
|
247
|
+
readonly onNodeDoubleClick: _angular_core.OutputEmitterRef<AXTreeViewNodeDoubleClickEvent>;
|
|
248
|
+
/** Emitted when a node is double-clicked */
|
|
249
|
+
readonly onNodeClick: _angular_core.OutputEmitterRef<AXTreeViewNodeClickEvent>;
|
|
238
250
|
/** Emitted when selection changes - returns all currently selected nodes */
|
|
239
251
|
readonly onSelectionChange: _angular_core.OutputEmitterRef<AXTreeViewSelectionChangeEvent>;
|
|
240
252
|
/** Emitted when nodes are reordered within the same parent */
|
|
@@ -251,6 +263,8 @@ declare class AXTreeViewComponent {
|
|
|
251
263
|
protected readonly focusedNodeId: _angular_core.WritableSignal<string>;
|
|
252
264
|
/** RTL detection signal */
|
|
253
265
|
protected readonly isRtl: _angular_core.WritableSignal<boolean>;
|
|
266
|
+
/** active node id */
|
|
267
|
+
protected readonly activeNodeId: _angular_core.WritableSignal<string>;
|
|
254
268
|
/** Computed chevron icons that flip for RTL */
|
|
255
269
|
protected readonly directionExpandedIcon: _angular_core.Signal<string>;
|
|
256
270
|
protected readonly directionCollapsedIcon: _angular_core.Signal<string>;
|
|
@@ -315,9 +329,22 @@ declare class AXTreeViewComponent {
|
|
|
315
329
|
*/
|
|
316
330
|
protected setNodeIndeterminate(node: AXTreeViewNode, value: boolean): void;
|
|
317
331
|
/**
|
|
318
|
-
* Get node disabled state
|
|
332
|
+
* Get node's own disabled state (without inheritance)
|
|
319
333
|
*/
|
|
320
334
|
protected getNodeDisabled(node: AXTreeViewNode): boolean;
|
|
335
|
+
/**
|
|
336
|
+
* Check if node is effectively disabled (considering inheritance from parents)
|
|
337
|
+
* When inheritDisabled is true:
|
|
338
|
+
* - Returns true if node itself is disabled
|
|
339
|
+
* - Returns true if any ancestor is disabled AND node doesn't have explicit `disabled: false`
|
|
340
|
+
* When inheritDisabled is false:
|
|
341
|
+
* - Only returns node's own disabled state
|
|
342
|
+
*/
|
|
343
|
+
protected isNodeEffectivelyDisabled(node: AXTreeViewNode): boolean;
|
|
344
|
+
/**
|
|
345
|
+
* Check if any ancestor of the node is disabled
|
|
346
|
+
*/
|
|
347
|
+
private isAnyAncestorDisabled;
|
|
321
348
|
/**
|
|
322
349
|
* Get node hidden state
|
|
323
350
|
*/
|
|
@@ -363,7 +390,7 @@ declare class AXTreeViewComponent {
|
|
|
363
390
|
*/
|
|
364
391
|
deleteSelected(): void;
|
|
365
392
|
/**
|
|
366
|
-
* Select all nodes in the tree
|
|
393
|
+
* Select all nodes in the tree (respects disabled state)
|
|
367
394
|
*/
|
|
368
395
|
selectAll(): void;
|
|
369
396
|
/**
|
|
@@ -518,6 +545,12 @@ declare class AXTreeViewComponent {
|
|
|
518
545
|
* @returns true if node has children, false otherwise
|
|
519
546
|
*/
|
|
520
547
|
hasChildren(nodeId: string): boolean;
|
|
548
|
+
/**
|
|
549
|
+
* Check if a node is disabled (considering inheritance from parent nodes)
|
|
550
|
+
* @param nodeId - The ID of the node
|
|
551
|
+
* @returns true if node is disabled (directly or inherited), false otherwise
|
|
552
|
+
*/
|
|
553
|
+
isDisabled(nodeId: string): boolean;
|
|
521
554
|
/**
|
|
522
555
|
* Get template context for a node
|
|
523
556
|
*/
|
|
@@ -572,11 +605,16 @@ declare class AXTreeViewComponent {
|
|
|
572
605
|
*/
|
|
573
606
|
private emitSelectionChange;
|
|
574
607
|
/**
|
|
575
|
-
* Handle node click
|
|
608
|
+
* Handle node double click
|
|
609
|
+
*/
|
|
610
|
+
onNodeDoubleClickHandle(node: AXTreeViewNode, event: Event): void;
|
|
611
|
+
/**
|
|
612
|
+
* Handle node click handle
|
|
576
613
|
*/
|
|
577
|
-
|
|
614
|
+
onNodeClickHandle(node: AXTreeViewNode, event: Event): void;
|
|
578
615
|
/**
|
|
579
616
|
* Toggle node expansion state with lazy loading support
|
|
617
|
+
* Note: Disabled nodes can still be toggled (expanded/collapsed) for better UX
|
|
580
618
|
*/
|
|
581
619
|
toggleNode(node: AXTreeViewNode, event: Event): Promise<void>;
|
|
582
620
|
/**
|
|
@@ -630,7 +668,7 @@ declare class AXTreeViewComponent {
|
|
|
630
668
|
*/
|
|
631
669
|
private handleSingleSelection;
|
|
632
670
|
/**
|
|
633
|
-
* Handle multiple selection mode
|
|
671
|
+
* Handle multiple selection mode (used internally, but in multiple mode selection is primarily handled by checkboxes)
|
|
634
672
|
*/
|
|
635
673
|
private handleMultipleSelection;
|
|
636
674
|
/**
|
|
@@ -701,7 +739,7 @@ declare class AXTreeViewComponent {
|
|
|
701
739
|
*/
|
|
702
740
|
private handleError;
|
|
703
741
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXTreeViewComponent, never>;
|
|
704
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXTreeViewComponent, "ax-tree-view", never, { "datasource": { "alias": "datasource"; "required": true; "isSignal": true; }; "selectMode": { "alias": "selectMode"; "required": false; "isSignal": true; }; "
|
|
742
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXTreeViewComponent, "ax-tree-view", never, { "datasource": { "alias": "datasource"; "required": true; "isSignal": true; }; "selectMode": { "alias": "selectMode"; "required": false; "isSignal": true; }; "selectionBehavior": { "alias": "selectionBehavior"; "required": false; "isSignal": true; }; "dragArea": { "alias": "dragArea"; "required": false; "isSignal": true; }; "dragBehavior": { "alias": "dragBehavior"; "required": false; "isSignal": true; }; "showIcons": { "alias": "showIcons"; "required": false; "isSignal": true; }; "showChildrenBadge": { "alias": "showChildrenBadge"; "required": false; "isSignal": true; }; "expandedIcon": { "alias": "expandedIcon"; "required": false; "isSignal": true; }; "collapsedIcon": { "alias": "collapsedIcon"; "required": false; "isSignal": true; }; "indentSize": { "alias": "indentSize"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "nodeTemplate": { "alias": "nodeTemplate"; "required": false; "isSignal": true; }; "idField": { "alias": "idField"; "required": false; "isSignal": true; }; "titleField": { "alias": "titleField"; "required": false; "isSignal": true; }; "tooltipField": { "alias": "tooltipField"; "required": false; "isSignal": true; }; "iconField": { "alias": "iconField"; "required": false; "isSignal": true; }; "expandedField": { "alias": "expandedField"; "required": false; "isSignal": true; }; "selectedField": { "alias": "selectedField"; "required": false; "isSignal": true; }; "indeterminateField": { "alias": "indeterminateField"; "required": false; "isSignal": true; }; "disabledField": { "alias": "disabledField"; "required": false; "isSignal": true; }; "hiddenField": { "alias": "hiddenField"; "required": false; "isSignal": true; }; "childrenField": { "alias": "childrenField"; "required": false; "isSignal": true; }; "childrenCountField": { "alias": "childrenCountField"; "required": false; "isSignal": true; }; "dataField": { "alias": "dataField"; "required": false; "isSignal": true; }; "inheritDisabled": { "alias": "inheritDisabled"; "required": false; "isSignal": true; }; }, { "datasource": "datasourceChange"; "onBeforeDrop": "onBeforeDrop"; "onNodeToggle": "onNodeToggle"; "onNodeSelect": "onNodeSelect"; "onNodeDoubleClick": "onNodeDoubleClick"; "onNodeClick": "onNodeClick"; "onSelectionChange": "onSelectionChange"; "onOrderChange": "onOrderChange"; "onMoveChange": "onMoveChange"; "onItemsChange": "onItemsChange"; }, never, never, true, never>;
|
|
705
743
|
}
|
|
706
744
|
|
|
707
745
|
declare class AXTreeViewModule {
|
|
@@ -721,7 +759,7 @@ declare class AXTreeViewService {
|
|
|
721
759
|
/**
|
|
722
760
|
* Find a node by ID in the tree
|
|
723
761
|
*/
|
|
724
|
-
findNodeById(nodes: AXTreeViewNode[], id: string, idField?: string): AXTreeViewNode | null;
|
|
762
|
+
findNodeById(nodes: AXTreeViewNode[], id: string, idField?: string, childrenField?: string): AXTreeViewNode | null;
|
|
725
763
|
/**
|
|
726
764
|
* Find parent node of a given node
|
|
727
765
|
*/
|
|
@@ -794,7 +832,7 @@ declare class AXTreeViewService {
|
|
|
794
832
|
/**
|
|
795
833
|
* Find parent node by list ID
|
|
796
834
|
*/
|
|
797
|
-
findParentByListId(nodes: AXTreeViewNode[], listId: string, idField?: string): AXTreeViewNode | undefined;
|
|
835
|
+
findParentByListId(nodes: AXTreeViewNode[], listId: string, idField?: string, childrenField?: string): AXTreeViewNode | undefined;
|
|
798
836
|
/**
|
|
799
837
|
* Generate unique list ID for each node
|
|
800
838
|
*/
|
|
@@ -897,4 +935,4 @@ declare class AXTreeViewService {
|
|
|
897
935
|
}
|
|
898
936
|
|
|
899
937
|
export { AXTreeViewComponent, AXTreeViewModule, AXTreeViewService };
|
|
900
|
-
export type { AXTreeViewBeforeDropEvent, AXTreeViewCallback, AXTreeViewChildrenSelectionState, AXTreeViewDataSource, AXTreeViewDragArea, AXTreeViewDragBehavior, AXTreeViewDropEvent, AXTreeViewFlatNode, AXTreeViewItemTemplateContext, AXTreeViewNode, AXTreeViewNodeSelectEvent, AXTreeViewNodeToggleEvent, AXTreeViewSelectMode, AXTreeViewSelectionBehavior, AXTreeViewSelectionChangeEvent, AXTreeViewViewLook };
|
|
938
|
+
export type { AXTreeViewBeforeDropEvent, AXTreeViewCallback, AXTreeViewChildrenSelectionState, AXTreeViewDataSource, AXTreeViewDragArea, AXTreeViewDragBehavior, AXTreeViewDropEvent, AXTreeViewFlatNode, AXTreeViewItemTemplateContext, AXTreeViewNode, AXTreeViewNodeClickEvent, AXTreeViewNodeDoubleClickEvent, AXTreeViewNodeSelectEvent, AXTreeViewNodeToggleEvent, AXTreeViewSelectMode, AXTreeViewSelectionBehavior, AXTreeViewSelectionChangeEvent, AXTreeViewViewLook };
|