ag-studio-angular 1.1.0 → 2.0.0

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.
@@ -1,74 +0,0 @@
1
- import { Injectable, NgZone } from '@angular/core';
2
- import { _VanillaFrameworkOverrides } from 'ag-studio';
3
- import * as i0 from "@angular/core";
4
- export class AngularFrameworkOverrides extends _VanillaFrameworkOverrides {
5
- constructor(_ngZone) {
6
- super('angular');
7
- this._ngZone = _ngZone;
8
- this.batchFrameworkComps = true;
9
- // Flag used to control Zone behaviour when running tests as many test features rely on Zone.
10
- this.isRunningWithinTestZone = false;
11
- // Make all events run outside Angular as they often trigger the setup of event listeners
12
- // By having the event listeners outside Angular we can avoid triggering change detection
13
- // This also means that if a user calls an AG Studio API method from within their component
14
- // the internal side effects will not trigger change detection. Without this the events would
15
- // run inside Angular and trigger change detection as the source of the event was within the angular zone.
16
- this.wrapIncoming = (callback, source) => this.runOutside(callback, source);
17
- /**
18
- * Make sure that any code that is executed outside of AG Studio is running within the Angular zone.
19
- * This means users can update templates and use binding without having to do anything extra.
20
- */
21
- this.wrapOutgoing = (callback) => this.runInsideAngular(callback);
22
- this.isRunningWithinTestZone =
23
- globalThis?.AG_STUDIO_UNDER_TEST ?? !!globalThis?.Zone?.AsyncTestZoneSpec;
24
- if (!this._ngZone) {
25
- this.runOutside = (callback) => callback();
26
- }
27
- else if (this.isRunningWithinTestZone) {
28
- this.runOutside = (callback, source) => {
29
- if (source === 'resize-observer' || source === 'popupPositioning') {
30
- // ensure resize observer callbacks are run outside of Angular even under test due to Jest not supporting ResizeObserver
31
- // which means it just loops continuously with a setTimeout with no way to flush the queue or have fixture.whenStable() resolve.
32
- return this._ngZone.runOutsideAngular(callback);
33
- }
34
- // When under test run inside Angular so that tests can use fixture.whenStable() to wait for async operations to complete.
35
- return callback();
36
- };
37
- }
38
- else {
39
- this.runOutside = (callback) => this._ngZone.runOutsideAngular(callback);
40
- }
41
- }
42
- /**
43
- * The shouldWrapOutgoing property is used to determine if events should be run outside of Angular or not.
44
- * If an event handler is registered outside of Angular then we should not wrap the event handler
45
- * with runInsideAngular() as the user may not have wanted this.
46
- * This is also used to not wrap internal event listeners that are registered with RowNodes and Columns.
47
- */
48
- get shouldWrapOutgoing() {
49
- return this._ngZone && NgZone.isInAngularZone();
50
- }
51
- isFrameworkComponent(comp) {
52
- if (!comp) {
53
- return false;
54
- }
55
- const prototype = comp.prototype;
56
- return prototype && 'agInit' in prototype;
57
- }
58
- runInsideAngular(callback) {
59
- if (!this._ngZone || NgZone.isInAngularZone()) {
60
- return callback();
61
- }
62
- // Check for _ngZone existence as it is not present when Zoneless
63
- return this._ngZone.run(callback);
64
- }
65
- runOutsideAngular(callback, source) {
66
- return this.runOutside(callback, source);
67
- }
68
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AngularFrameworkOverrides, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
69
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AngularFrameworkOverrides }); }
70
- }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AngularFrameworkOverrides, decorators: [{
72
- type: Injectable
73
- }], ctorParameters: () => [{ type: i0.NgZone }] });
74
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ndWxhckZyYW1ld29ya092ZXJyaWRlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2FnLXN0dWRpby1hbmd1bGFyL3NyYy9saWIvYW5ndWxhckZyYW1ld29ya092ZXJyaWRlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxXQUFXLENBQUM7O0FBS3ZELE1BQU0sT0FBTyx5QkFBMEIsU0FBUSwwQkFBMEI7SUFRckUsWUFBNkIsT0FBZTtRQUN4QyxLQUFLLENBQUMsU0FBUyxDQUFDLENBQUM7UUFEUSxZQUFPLEdBQVAsT0FBTyxDQUFRO1FBUDFCLHdCQUFtQixHQUFZLElBQUksQ0FBQztRQUV0RCw2RkFBNkY7UUFDNUUsNEJBQXVCLEdBQVksS0FBSyxDQUFDO1FBMkIxRCx5RkFBeUY7UUFDekYseUZBQXlGO1FBQ3pGLDJGQUEyRjtRQUMzRiw2RkFBNkY7UUFDN0YsMEdBQTBHO1FBQ2pHLGlCQUFZLEdBQTJFLENBQzVGLFFBQVEsRUFDUixNQUFNLEVBQ1IsRUFBRSxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsUUFBUSxFQUFFLE1BQU0sQ0FBQyxDQUFDO1FBWXZDOzs7V0FHRztRQUNNLGlCQUFZLEdBQWdDLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLENBQUM7UUE1Qy9GLElBQUksQ0FBQyx1QkFBdUI7WUFDdkIsVUFBa0IsRUFBRSxvQkFBb0IsSUFBSSxDQUFDLENBQUUsVUFBa0IsRUFBRSxJQUFJLEVBQUUsaUJBQWlCLENBQUM7UUFFaEcsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQztZQUNoQixJQUFJLENBQUMsVUFBVSxHQUFHLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUMvQyxDQUFDO2FBQU0sSUFBSSxJQUFJLENBQUMsdUJBQXVCLEVBQUUsQ0FBQztZQUN0QyxJQUFJLENBQUMsVUFBVSxHQUFHLENBQUMsUUFBUSxFQUFFLE1BQU0sRUFBRSxFQUFFO2dCQUNuQyxJQUFJLE1BQU0sS0FBSyxpQkFBaUIsSUFBSSxNQUFNLEtBQUssa0JBQWtCLEVBQUUsQ0FBQztvQkFDaEUsd0hBQXdIO29CQUN4SCxnSUFBZ0k7b0JBQ2hJLE9BQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxpQkFBaUIsQ0FBQyxRQUFRLENBQUMsQ0FBQztnQkFDcEQsQ0FBQztnQkFDRCwwSEFBMEg7Z0JBQzFILE9BQU8sUUFBUSxFQUFFLENBQUM7WUFDdEIsQ0FBQyxDQUFDO1FBQ04sQ0FBQzthQUFNLENBQUM7WUFDSixJQUFJLENBQUMsVUFBVSxHQUFHLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLGlCQUFpQixDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQzdFLENBQUM7SUFDTCxDQUFDO0lBWUQ7Ozs7O09BS0c7SUFDSCxJQUFJLGtCQUFrQjtRQUNsQixPQUFPLElBQUksQ0FBQyxPQUFPLElBQUksTUFBTSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQ3BELENBQUM7SUFRUSxvQkFBb0IsQ0FBQyxJQUFTO1FBQ25DLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztZQUNSLE9BQU8sS0FBSyxDQUFDO1FBQ2pCLENBQUM7UUFDRCxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDO1FBQ2pDLE9BQU8sU0FBUyxJQUFJLFFBQVEsSUFBSSxTQUFTLENBQUM7SUFDOUMsQ0FBQztJQUVELGdCQUFnQixDQUFJLFFBQWlCO1FBQ2pDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxJQUFJLE1BQU0sQ0FBQyxlQUFlLEVBQUUsRUFBRSxDQUFDO1lBQzVDLE9BQU8sUUFBUSxFQUFFLENBQUM7UUFDdEIsQ0FBQztRQUVELGlFQUFpRTtRQUNqRSxPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ3RDLENBQUM7SUFFRCxpQkFBaUIsQ0FBSSxRQUFpQixFQUFFLE1BQXlDO1FBQzdFLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEVBQUUsTUFBTSxDQUFDLENBQUM7SUFDN0MsQ0FBQzsrR0E1RVEseUJBQXlCO21IQUF6Qix5QkFBeUI7OzRGQUF6Qix5QkFBeUI7a0JBRHJDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBOZ1pvbmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IF9WYW5pbGxhRnJhbWV3b3JrT3ZlcnJpZGVzIH0gZnJvbSAnYWctc3R1ZGlvJztcblxuaW1wb3J0IHR5cGUgeyBGcmFtZXdvcmtPdmVycmlkZXNJbmNvbWluZ1NvdXJjZSB9IGZyb20gJ2FnLWdyaWQtZW50ZXJwcmlzZSc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBBbmd1bGFyRnJhbWV3b3JrT3ZlcnJpZGVzIGV4dGVuZHMgX1ZhbmlsbGFGcmFtZXdvcmtPdmVycmlkZXMge1xuICAgIG92ZXJyaWRlIHJlYWRvbmx5IGJhdGNoRnJhbWV3b3JrQ29tcHM6IGJvb2xlYW4gPSB0cnVlO1xuXG4gICAgLy8gRmxhZyB1c2VkIHRvIGNvbnRyb2wgWm9uZSBiZWhhdmlvdXIgd2hlbiBydW5uaW5nIHRlc3RzIGFzIG1hbnkgdGVzdCBmZWF0dXJlcyByZWx5IG9uIFpvbmUuXG4gICAgcHJpdmF0ZSByZWFkb25seSBpc1J1bm5pbmdXaXRoaW5UZXN0Wm9uZTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gICAgcHJpdmF0ZSByZWFkb25seSBydW5PdXRzaWRlOiA8VD4oY2FsbGJhY2s6ICgpID0+IFQsIHNvdXJjZT86IEZyYW1ld29ya092ZXJyaWRlc0luY29taW5nU291cmNlKSA9PiBUO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSBfbmdab25lOiBOZ1pvbmUpIHtcbiAgICAgICAgc3VwZXIoJ2FuZ3VsYXInKTtcblxuICAgICAgICB0aGlzLmlzUnVubmluZ1dpdGhpblRlc3Rab25lID1cbiAgICAgICAgICAgIChnbG9iYWxUaGlzIGFzIGFueSk/LkFHX1NUVURJT19VTkRFUl9URVNUID8/ICEhKGdsb2JhbFRoaXMgYXMgYW55KT8uWm9uZT8uQXN5bmNUZXN0Wm9uZVNwZWM7XG5cbiAgICAgICAgaWYgKCF0aGlzLl9uZ1pvbmUpIHtcbiAgICAgICAgICAgIHRoaXMucnVuT3V0c2lkZSA9IChjYWxsYmFjaykgPT4gY2FsbGJhY2soKTtcbiAgICAgICAgfSBlbHNlIGlmICh0aGlzLmlzUnVubmluZ1dpdGhpblRlc3Rab25lKSB7XG4gICAgICAgICAgICB0aGlzLnJ1bk91dHNpZGUgPSAoY2FsbGJhY2ssIHNvdXJjZSkgPT4ge1xuICAgICAgICAgICAgICAgIGlmIChzb3VyY2UgPT09ICdyZXNpemUtb2JzZXJ2ZXInIHx8IHNvdXJjZSA9PT0gJ3BvcHVwUG9zaXRpb25pbmcnKSB7XG4gICAgICAgICAgICAgICAgICAgIC8vIGVuc3VyZSByZXNpemUgb2JzZXJ2ZXIgY2FsbGJhY2tzIGFyZSBydW4gb3V0c2lkZSBvZiBBbmd1bGFyIGV2ZW4gdW5kZXIgdGVzdCBkdWUgdG8gSmVzdCBub3Qgc3VwcG9ydGluZyBSZXNpemVPYnNlcnZlclxuICAgICAgICAgICAgICAgICAgICAvLyB3aGljaCBtZWFucyBpdCBqdXN0IGxvb3BzIGNvbnRpbnVvdXNseSB3aXRoIGEgc2V0VGltZW91dCB3aXRoIG5vIHdheSB0byBmbHVzaCB0aGUgcXVldWUgb3IgaGF2ZSBmaXh0dXJlLndoZW5TdGFibGUoKSByZXNvbHZlLlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gdGhpcy5fbmdab25lLnJ1bk91dHNpZGVBbmd1bGFyKGNhbGxiYWNrKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgLy8gV2hlbiB1bmRlciB0ZXN0IHJ1biBpbnNpZGUgQW5ndWxhciBzbyB0aGF0IHRlc3RzIGNhbiB1c2UgZml4dHVyZS53aGVuU3RhYmxlKCkgdG8gd2FpdCBmb3IgYXN5bmMgb3BlcmF0aW9ucyB0byBjb21wbGV0ZS5cbiAgICAgICAgICAgICAgICByZXR1cm4gY2FsbGJhY2soKTtcbiAgICAgICAgICAgIH07XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLnJ1bk91dHNpZGUgPSAoY2FsbGJhY2spID0+IHRoaXMuX25nWm9uZS5ydW5PdXRzaWRlQW5ndWxhcihjYWxsYmFjayk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBNYWtlIGFsbCBldmVudHMgcnVuIG91dHNpZGUgQW5ndWxhciBhcyB0aGV5IG9mdGVuIHRyaWdnZXIgdGhlIHNldHVwIG9mIGV2ZW50IGxpc3RlbmVyc1xuICAgIC8vIEJ5IGhhdmluZyB0aGUgZXZlbnQgbGlzdGVuZXJzIG91dHNpZGUgQW5ndWxhciB3ZSBjYW4gYXZvaWQgdHJpZ2dlcmluZyBjaGFuZ2UgZGV0ZWN0aW9uXG4gICAgLy8gVGhpcyBhbHNvIG1lYW5zIHRoYXQgaWYgYSB1c2VyIGNhbGxzIGFuIEFHIFN0dWRpbyBBUEkgbWV0aG9kIGZyb20gd2l0aGluIHRoZWlyIGNvbXBvbmVudFxuICAgIC8vIHRoZSBpbnRlcm5hbCBzaWRlIGVmZmVjdHMgd2lsbCBub3QgdHJpZ2dlciBjaGFuZ2UgZGV0ZWN0aW9uLiBXaXRob3V0IHRoaXMgdGhlIGV2ZW50cyB3b3VsZFxuICAgIC8vIHJ1biBpbnNpZGUgQW5ndWxhciBhbmQgdHJpZ2dlciBjaGFuZ2UgZGV0ZWN0aW9uIGFzIHRoZSBzb3VyY2Ugb2YgdGhlIGV2ZW50IHdhcyB3aXRoaW4gdGhlIGFuZ3VsYXIgem9uZS5cbiAgICBvdmVycmlkZSB3cmFwSW5jb21pbmc6IDxUPihjYWxsYmFjazogKCkgPT4gVCwgc291cmNlPzogRnJhbWV3b3JrT3ZlcnJpZGVzSW5jb21pbmdTb3VyY2UpID0+IFQgPSAoXG4gICAgICAgIGNhbGxiYWNrLFxuICAgICAgICBzb3VyY2VcbiAgICApID0+IHRoaXMucnVuT3V0c2lkZShjYWxsYmFjaywgc291cmNlKTtcblxuICAgIC8qKlxuICAgICAqIFRoZSBzaG91bGRXcmFwT3V0Z29pbmcgcHJvcGVydHkgaXMgdXNlZCB0byBkZXRlcm1pbmUgaWYgZXZlbnRzIHNob3VsZCBiZSBydW4gb3V0c2lkZSBvZiBBbmd1bGFyIG9yIG5vdC5cbiAgICAgKiBJZiBhbiBldmVudCBoYW5kbGVyIGlzIHJlZ2lzdGVyZWQgb3V0c2lkZSBvZiBBbmd1bGFyIHRoZW4gd2Ugc2hvdWxkIG5vdCB3cmFwIHRoZSBldmVudCBoYW5kbGVyXG4gICAgICogd2l0aCBydW5JbnNpZGVBbmd1bGFyKCkgYXMgdGhlIHVzZXIgbWF5IG5vdCBoYXZlIHdhbnRlZCB0aGlzLlxuICAgICAqIFRoaXMgaXMgYWxzbyB1c2VkIHRvIG5vdCB3cmFwIGludGVybmFsIGV2ZW50IGxpc3RlbmVycyB0aGF0IGFyZSByZWdpc3RlcmVkIHdpdGggUm93Tm9kZXMgYW5kIENvbHVtbnMuXG4gICAgICovXG4gICAgZ2V0IHNob3VsZFdyYXBPdXRnb2luZygpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX25nWm9uZSAmJiBOZ1pvbmUuaXNJbkFuZ3VsYXJab25lKCk7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogTWFrZSBzdXJlIHRoYXQgYW55IGNvZGUgdGhhdCBpcyBleGVjdXRlZCBvdXRzaWRlIG9mIEFHIFN0dWRpbyBpcyBydW5uaW5nIHdpdGhpbiB0aGUgQW5ndWxhciB6b25lLlxuICAgICAqIFRoaXMgbWVhbnMgdXNlcnMgY2FuIHVwZGF0ZSB0ZW1wbGF0ZXMgYW5kIHVzZSBiaW5kaW5nIHdpdGhvdXQgaGF2aW5nIHRvIGRvIGFueXRoaW5nIGV4dHJhLlxuICAgICAqL1xuICAgIG92ZXJyaWRlIHdyYXBPdXRnb2luZzogPFQ+KGNhbGxiYWNrOiAoKSA9PiBUKSA9PiBUID0gKGNhbGxiYWNrKSA9PiB0aGlzLnJ1bkluc2lkZUFuZ3VsYXIoY2FsbGJhY2spO1xuXG4gICAgb3ZlcnJpZGUgaXNGcmFtZXdvcmtDb21wb25lbnQoY29tcDogYW55KTogYm9vbGVhbiB7XG4gICAgICAgIGlmICghY29tcCkge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IHByb3RvdHlwZSA9IGNvbXAucHJvdG90eXBlO1xuICAgICAgICByZXR1cm4gcHJvdG90eXBlICYmICdhZ0luaXQnIGluIHByb3RvdHlwZTtcbiAgICB9XG5cbiAgICBydW5JbnNpZGVBbmd1bGFyPFQ+KGNhbGxiYWNrOiAoKSA9PiBUKTogVCB7XG4gICAgICAgIGlmICghdGhpcy5fbmdab25lIHx8IE5nWm9uZS5pc0luQW5ndWxhclpvbmUoKSkge1xuICAgICAgICAgICAgcmV0dXJuIGNhbGxiYWNrKCk7XG4gICAgICAgIH1cblxuICAgICAgICAvLyBDaGVjayBmb3IgX25nWm9uZSBleGlzdGVuY2UgYXMgaXQgaXMgbm90IHByZXNlbnQgd2hlbiBab25lbGVzc1xuICAgICAgICByZXR1cm4gdGhpcy5fbmdab25lLnJ1bihjYWxsYmFjayk7XG4gICAgfVxuXG4gICAgcnVuT3V0c2lkZUFuZ3VsYXI8VD4oY2FsbGJhY2s6ICgpID0+IFQsIHNvdXJjZT86IEZyYW1ld29ya092ZXJyaWRlc0luY29taW5nU291cmNlKTogVCB7XG4gICAgICAgIHJldHVybiB0aGlzLnJ1bk91dHNpZGUoY2FsbGJhY2ssIHNvdXJjZSk7XG4gICAgfVxufVxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW50ZXJmYWNlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2FnLXN0dWRpby1hbmd1bGFyL3NyYy9saWIvaW50ZXJmYWNlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBUeXBlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgdHlwZSB7XG4gICAgQWdCYXNlUmVnaXN0cnksXG4gICAgQWdCYXNlV2lkZ2V0RGVmaW5pdGlvbixcbiAgICBBZ0RlZmF1bHRXaWRnZXRUeXBlLFxuICAgIEFnTWF5YmVQcm9taXNlLFxuICAgIEFnVHlwZVNjcmlwdENvbXBvbmVudCxcbiAgICBBZ1dpZGdldERhdGEsXG4gICAgQWdXaWRnZXREYXRhRm9ybWF0LFxuICAgIEFnV2lkZ2V0UGFyYW1zLFxuICAgIEFnV2lkZ2V0UmVnaXN0cnksXG59IGZyb20gJ2FnLXN0dWRpbyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQWdDdXN0b21Db21wb25lbnQ8VFBhcmFtcywgVFJldHVybiA9IHZvaWQ+IHtcbiAgICAvKiogQ2FsbGVkIG9uY2Ugb24gaW5pdGlhbGlzYXRpb24gd2l0aCBwYXJhbXMgZm9yIHJlbmRlcmluZyB0aGlzIGNvbXBvbmVudC4gKi9cbiAgICBhZ0luaXQocGFyYW1zOiBUUGFyYW1zKTogQWdNYXliZVByb21pc2U8VFJldHVybj47XG5cbiAgICAvKiogQ2FsbGVkIGZvciBldmVyeSBzdWJzZXF1ZW50IHBhcmFtcyB1cGRhdGUuICovXG4gICAgcmVmcmVzaD8ocGFyYW1zOiBUUGFyYW1zKTogQWdNYXliZVByb21pc2U8VFJldHVybj47XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgQWdXaWRnZXREZWZpbml0aW9uPFxuICAgIFRXaWRnZXRUeXBlIGV4dGVuZHMgc3RyaW5nID0gc3RyaW5nLFxuICAgIFRJbiBleHRlbmRzIEFnV2lkZ2V0RGF0YTx1bmtub3duLCBBZ1dpZGdldERhdGFGb3JtYXQ8dW5rbm93bj4+ID0gYW55LFxuICAgIFRPdXQgZXh0ZW5kcyBBZ1dpZGdldERhdGE8dW5rbm93biwgQWdXaWRnZXREYXRhRm9ybWF0PHVua25vd24+PiA9IFRJbixcbiAgICBUT3B0aW9ucyA9IHVua25vd24sXG4+IGV4dGVuZHMgQWdCYXNlV2lkZ2V0RGVmaW5pdGlvbjxUV2lkZ2V0VHlwZSwgVEluLCBUT3V0LCBUT3B0aW9ucz4ge1xuICAgIC8qKlxuICAgICAqIEN1c3RvbSBjb21wb25lbnQuIEVpdGhlcjpcbiAgICAgKiAtIEEgYHN0cmluZ2AgdGhhdCBtYXRjaGVzIGEgY3VzdG9tIGNvbXBvbmVudCBpbiB0aGUgc3R1ZGlvIGBjb21wb25lbnRzYCBwcm9wZXJ0eVxuICAgICAqIC0gQSBjdXN0b20gQW5ndWxhciBjb21wb25lbnQgY2xhc3NcbiAgICAgKiAtIEEgY3VzdG9tIFR5cGVTY3JpcHQgY29tcG9uZW50IChubyBBbmd1bGFyOyB3b3JraW5nIGRpcmVjdGx5IHdpdGggdGhlIERPTSlcbiAgICAgKi9cbiAgICBjb21wOlxuICAgICAgICB8IHN0cmluZ1xuICAgICAgICB8IFR5cGU8QWdDdXN0b21Db21wb25lbnQ8QWdXaWRnZXRQYXJhbXM8VE91dD4+PlxuICAgICAgICB8IChuZXcgKCkgPT4gQWdUeXBlU2NyaXB0Q29tcG9uZW50PEFnV2lkZ2V0UGFyYW1zPFRPdXQ+Pik7XG59XG5cbnR5cGUgU3RyaW5nQ29tcFdpZGdldFR5cGU8VERlZiBleHRlbmRzIEFnQmFzZVdpZGdldERlZmluaXRpb24+ID0gVERlZlsnY29tcCddIGV4dGVuZHMgc3RyaW5nID8gVERlZiA6IG5ldmVyO1xuXG50eXBlIEV4dHJhY3RTdGF0ZUZyb21EZWY8VERlZj4gPSBURGVmIGV4dGVuZHMgQWdXaWRnZXREZWZpbml0aW9uPGFueSwgYW55LCBpbmZlciBUU3RhdGU+ID8gVFN0YXRlIDogbmV2ZXI7XG5cbnR5cGUgTWF0Y2hpbmdEZWY8VERlZiwgVFdpZGdldFR5cGU+ID0gVERlZiBleHRlbmRzIHsgaWQ6IFRXaWRnZXRUeXBlIH0gPyBURGVmIDogbmV2ZXI7XG5cbnR5cGUgV2lkZ2V0Q3VzdG9tQ29tcDxUUGFyYW1zIGV4dGVuZHMgQWdXaWRnZXRQYXJhbXM+ID1cbiAgICB8IFR5cGU8QWdDdXN0b21Db21wb25lbnQ8VFBhcmFtcz4+XG4gICAgfCAobmV3ICgpID0+IEFnVHlwZVNjcmlwdENvbXBvbmVudDxUUGFyYW1zPik7XG5cbmV4cG9ydCB0eXBlIEFnQ3VzdG9tQ29tcG9uZW50RGVmczxUUmVnaXN0cnkgZXh0ZW5kcyBBZ0Jhc2VSZWdpc3RyeT4gPSB7XG4gICAgW0sgaW4gRXhjbHVkZTxTdHJpbmdDb21wV2lkZ2V0VHlwZTxBZ1dpZGdldFJlZ2lzdHJ5PFRSZWdpc3RyeT4+Wydjb21wJ10sIEFnRGVmYXVsdFdpZGdldFR5cGU+XT86IFdpZGdldEN1c3RvbUNvbXA8XG4gICAgICAgIEFnV2lkZ2V0UGFyYW1zPEV4dHJhY3RTdGF0ZUZyb21EZWY8TWF0Y2hpbmdEZWY8QWdXaWRnZXRSZWdpc3RyeTxUUmVnaXN0cnk+LCBLPj4+XG4gICAgPjtcbn07XG5cbmV4cG9ydCBpbnRlcmZhY2UgQWdSZWdpc3RyeSBleHRlbmRzIEFnQmFzZVJlZ2lzdHJ5IHtcbiAgICB3aWRnZXRzOiByZWFkb25seSBBZ1dpZGdldERlZmluaXRpb25bXTtcblxuICAgIGNvbXBvbmVudHM6IEFnQ3VzdG9tQ29tcG9uZW50RGVmczx0aGlzPjtcbn1cbiJdfQ==
@@ -1,6 +0,0 @@
1
- export * from './lib/ag-studio.component';
2
- export * from './lib/ag-studio.module';
3
- export * from './lib/angularFrameworkOverrides';
4
- export * from './lib/angularFrameworkComponentWrapper';
5
- export * from './lib/interfaces';
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FnLXN0dWRpby1hbmd1bGFyL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyxrQkFBa0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliL2FnLXN0dWRpby5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvYWctc3R1ZGlvLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9hbmd1bGFyRnJhbWV3b3JrT3ZlcnJpZGVzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FuZ3VsYXJGcmFtZXdvcmtDb21wb25lbnRXcmFwcGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMnO1xuIl19
@@ -1,172 +0,0 @@
1
- import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, ViewContainerRef } from '@angular/core';
2
- import type { AgDefaultRegistry, AgStudioApi, AgStudioModule, AgStudioProperties } from 'ag-studio';
3
- import type { AgAiAssistant, AgDataEngine, AgDataOptions, AgDataSourcesDefinition, AgPageConfig, AgPageLayoutState, AgPanelConfig, AgReportState, AgStudioApiReadyEvent, AgStudioErrorRaisedEvent, AgStudioGetLocaleTextParams, AgStudioLocaleText, AgStudioMode, AgStudioOverrides, AgStudioReadyEvent, AgStudioStateUpdatedEvent, AgStudioTheme, AgWidgetsConfig } from 'ag-studio';
4
- import { AngularFrameworkComponentWrapper } from './angularFrameworkComponentWrapper';
5
- import { AngularFrameworkOverrides } from './angularFrameworkOverrides';
6
- import type { AgRegistry } from './interfaces';
7
- import * as i0 from "@angular/core";
8
- export declare class AgStudio<TRegistry extends AgRegistry = AgDefaultRegistry> implements AfterViewInit, OnChanges, OnDestroy {
9
- private readonly _viewContainerRef;
10
- private readonly _angularFrameworkOverrides;
11
- private readonly _frameworkCompWrapper;
12
- private readonly _nativeElement;
13
- private _initialised;
14
- private _destroyed;
15
- private _holdEvents;
16
- private _resolveFullyReady;
17
- private readonly _fullyReady;
18
- /** Studio Api available after onApiReady event has fired. */
19
- api: AgStudioApi<TRegistry>;
20
- constructor(elementDef: ElementRef, _viewContainerRef: ViewContainerRef, _angularFrameworkOverrides: AngularFrameworkOverrides, _frameworkCompWrapper: AngularFrameworkComponentWrapper);
21
- ngAfterViewInit(): void;
22
- ngOnChanges(changes: any): void;
23
- ngOnDestroy(): void;
24
- protected isEmitterUsed(eventType: string): boolean;
25
- private globalListener;
26
- /** Provided an initial studioProperties configuration to the component. If a property is specified in both studioProperties and via component binding the component binding takes precedence. */
27
- studioProperties: AgStudioProperties<TRegistry> | undefined;
28
- /**
29
- * Used to register AG Studio Modules directly with this instance of Studio.
30
- */
31
- modules: AgStudioModule[] | undefined;
32
- /** Change this value to set the tabIndex order of Studio within your application.
33
- * @default 0
34
- * @initial
35
- */
36
- tabIndex: number | undefined;
37
- /** Set to `true` to operate Studio in RTL (Right to Left) mode.
38
- * @default false
39
- * @initial
40
- */
41
- enableRtl: boolean | undefined;
42
- /** DOM element to use as the popup parent for Studio popups (context menus, etc.).
43
- */
44
- popupParent: HTMLElement | null | undefined;
45
- /** Theme to apply to Studio.
46
- *
47
- * @default studioTheme
48
- */
49
- theme: AgStudioTheme | undefined;
50
- /** If your theme uses a font that is available on Google Fonts, pass true to load it from Google's CDN.
51
- */
52
- loadThemeGoogleFonts: boolean | undefined;
53
- /** The CSS layer that this theme should be rendered onto. When specified,
54
- * Studio CSS will be wrapped in a `@layer ${themeCssLayer} { ... }` block.
55
- *
56
- * NOTE: when specifying `themeCssLayer` we recommend setting
57
- * `themeStyleContainer` to `document.body` to ensure that Studio CSS
58
- * comes after your application CSS, allowing your application to set the
59
- * order of layers.
60
- *
61
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/@layer
62
- */
63
- themeCssLayer: string | undefined;
64
- /** The nonce attribute to set on style elements added to the document by
65
- * themes. If "foo" is passed to this property, Studio can use the Content
66
- * Security Policy `style-src 'nonce-foo'`, instead of the less secure
67
- * `style-src 'unsafe-inline'`.
68
- *
69
- * Note: CSP nonces are global to a page, where a page has multiple Studio components,
70
- * every one must have the same styleNonce set.
71
- */
72
- styleNonce: string | undefined;
73
- /** An element to insert style elements into when injecting styles into the
74
- * Studio. Styles are inserted at the start of the element.
75
- *
76
- * If undefined, styles will be added to the document head for Studio components
77
- * rendered in the main document fragment, or to Studio wrapper element
78
- * for other Studio components (e.g. those rendered in a shadow DOM or detached from the
79
- * document).
80
- *
81
- * @initial
82
- */
83
- themeStyleContainer: (HTMLElement | (() => HTMLElement | void)) | undefined;
84
- /** Allows overriding what `document` is used.
85
- * Use this when you want Studio to use a different `document` than the one available on the global scope.
86
- * This can happen if docking out components (something which Electron supports).
87
- */
88
- getDocument: (() => Document) | undefined;
89
- /** Disables touch support (but does not remove the browser's efforts to simulate mouse events on touch).
90
- * @default false
91
- * @initial
92
- */
93
- suppressTouch: boolean | undefined;
94
- /** A map of key->value pairs for localising text within Studio.
95
- * @initial
96
- */
97
- localeText: AgStudioLocaleText | undefined;
98
- /** A callback for localising text within Studio.
99
- * @initial
100
- */
101
- getLocaleText: ((params: AgStudioGetLocaleTextParams) => string) | undefined;
102
- /** Provide a custom `studioId` for this instance of Studio. Value will be set on the root DOM node using the attribute `studio-id` as well as being accessible via the `api.getStudioId()` method.
103
- * @initial
104
- */
105
- studioId: string | undefined;
106
- /** Provides a context object that is provided to different callbacks Studio uses. Used for passing additional information to the callbacks used by your application.
107
- * @initial
108
- */
109
- context: any;
110
- /** Initial state for Studio. Only read once on initialization. Can be used in conjunction with `api.getState()` to save and restore Studio state.
111
- * @initial
112
- */
113
- initialState: AgReportState<TRegistry> | undefined;
114
- /** Defines the data sources used by Studio.
115
- *
116
- * If updated after initially being set, only changes to synchronous data will be processed.
117
- * Any other changes will be ignored (e.g. adding/removing data sources, updating fields, etc.)
118
- */
119
- data: AgDataSourcesDefinition | AgDataEngine | undefined;
120
- /** Which mode Studio is in.
121
- * @default 'view'
122
- */
123
- mode: AgStudioMode | undefined;
124
- /** Default layout styling.
125
- */
126
- layout: Partial<AgPageLayoutState> | undefined;
127
- /** AI Assistant configuration.
128
- *
129
- * NOTE: The **AI Assistant** is an experimental feature. Behaviour will be
130
- * slightly different depending on the LLM being used, and results can vary across queries.
131
- *
132
- * @initial
133
- */
134
- ai: AgAiAssistant | undefined;
135
- /** Data-layer configuration. Controls behaviours such as export row limits.
136
- */
137
- dataOptions: AgDataOptions | undefined;
138
- /** @deprecated v1.1 Use `widgets` to customise the widget configurations and available widgets,
139
- * and `page` to customise the page setup form.
140
- *
141
- * Overrides for the layout and widget configs.
142
- */
143
- overrides: AgStudioOverrides | undefined;
144
- /** Configure which panels are displayed and on which side.
145
- */
146
- panels: AgPanelConfig | undefined;
147
- /** Configure page (e.g. page setup form in page tab of edit panel).
148
- */
149
- page: (AgPageConfig | ((config: AgPageConfig) => AgPageConfig)) | undefined;
150
- widgets: (AgWidgetsConfig<TRegistry> | ((widgets: AgWidgetsConfig<TRegistry>) => AgWidgetsConfig<TRegistry>)) | undefined;
151
- /** Custom components (e.g. custom widget components) keyed by ID.
152
- * Used to share components which can then be referenced directly by key in the definitions.
153
- */
154
- components: TRegistry['components'] | undefined;
155
- /** State has been updated.
156
- */
157
- stateUpdated: EventEmitter<AgStudioStateUpdatedEvent>;
158
- /** The API has been initialised and is ready for most calls. The data engine has not been initialised yet, and the UI is not ready.
159
- */
160
- apiReady: EventEmitter<AgStudioApiReadyEvent>;
161
- /** The data engine has been initialised, and the UI has been created, but may not be fully rendered yet.
162
- */
163
- studioReady: EventEmitter<AgStudioReadyEvent>;
164
- /** An error has occurred within Studio.
165
- */
166
- errorRaised: EventEmitter<AgStudioErrorRaisedEvent>;
167
- static ɵfac: i0.ɵɵFactoryDeclaration<AgStudio<any>, never>;
168
- static ɵcmp: i0.ɵɵComponentDeclaration<AgStudio<any>, "ag-studio", never, { "studioProperties": { "alias": "studioProperties"; "required": false; }; "modules": { "alias": "modules"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "enableRtl": { "alias": "enableRtl"; "required": false; }; "popupParent": { "alias": "popupParent"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "loadThemeGoogleFonts": { "alias": "loadThemeGoogleFonts"; "required": false; }; "themeCssLayer": { "alias": "themeCssLayer"; "required": false; }; "styleNonce": { "alias": "styleNonce"; "required": false; }; "themeStyleContainer": { "alias": "themeStyleContainer"; "required": false; }; "getDocument": { "alias": "getDocument"; "required": false; }; "suppressTouch": { "alias": "suppressTouch"; "required": false; }; "localeText": { "alias": "localeText"; "required": false; }; "getLocaleText": { "alias": "getLocaleText"; "required": false; }; "studioId": { "alias": "studioId"; "required": false; }; "context": { "alias": "context"; "required": false; }; "initialState": { "alias": "initialState"; "required": false; }; "data": { "alias": "data"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "ai": { "alias": "ai"; "required": false; }; "dataOptions": { "alias": "dataOptions"; "required": false; }; "overrides": { "alias": "overrides"; "required": false; }; "panels": { "alias": "panels"; "required": false; }; "page": { "alias": "page"; "required": false; }; "widgets": { "alias": "widgets"; "required": false; }; "components": { "alias": "components"; "required": false; }; }, { "stateUpdated": "stateUpdated"; "apiReady": "apiReady"; "studioReady": "studioReady"; "errorRaised": "errorRaised"; }, never, never, true, never>;
169
- static ngAcceptInputType_enableRtl: unknown;
170
- static ngAcceptInputType_loadThemeGoogleFonts: unknown;
171
- static ngAcceptInputType_suppressTouch: unknown;
172
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ag-studio.component";
3
- export declare class AgStudioModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<AgStudioModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<AgStudioModule, never, [typeof i1.AgStudio], [typeof i1.AgStudio]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<AgStudioModule>;
7
- }
@@ -1,25 +0,0 @@
1
- import type { ComponentRef } from '@angular/core';
2
- import { ViewContainerRef } from '@angular/core';
3
- import type { _FrameworkComponentWrapper, _WrappableInterface } from 'ag-studio';
4
- import { _BaseComponentWrapper } from 'ag-studio';
5
- import type { AngularFrameworkOverrides } from './angularFrameworkOverrides';
6
- import * as i0 from "@angular/core";
7
- export declare class AgComponentContainer {
8
- vcr: ViewContainerRef;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<AgComponentContainer, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<AgComponentContainer, "ag-component-container", never, {}, {}, never, never, false, never>;
11
- }
12
- export declare class AngularFrameworkComponentWrapper extends _BaseComponentWrapper<_WrappableInterface> implements _FrameworkComponentWrapper {
13
- private viewContainerRef;
14
- private frameworkOverrides;
15
- private compShards;
16
- setViewContainerRef(viewContainerRef: ViewContainerRef, angularFrameworkOverrides: AngularFrameworkOverrides): void;
17
- protected createWrapper(OriginalConstructor: {
18
- new (): any;
19
- }): _WrappableInterface;
20
- createComponent<T>(componentType: {
21
- new (...args: any[]): T;
22
- }): ComponentRef<T>;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<AngularFrameworkComponentWrapper, never>;
24
- static ɵprov: i0.ɵɵInjectableDeclaration<AngularFrameworkComponentWrapper>;
25
- }
@@ -1,29 +0,0 @@
1
- import { NgZone } from '@angular/core';
2
- import { _VanillaFrameworkOverrides } from 'ag-studio';
3
- import type { FrameworkOverridesIncomingSource } from 'ag-grid-enterprise';
4
- import * as i0 from "@angular/core";
5
- export declare class AngularFrameworkOverrides extends _VanillaFrameworkOverrides {
6
- private readonly _ngZone;
7
- readonly batchFrameworkComps: boolean;
8
- private readonly isRunningWithinTestZone;
9
- private readonly runOutside;
10
- constructor(_ngZone: NgZone);
11
- wrapIncoming: <T>(callback: () => T, source?: FrameworkOverridesIncomingSource) => T;
12
- /**
13
- * The shouldWrapOutgoing property is used to determine if events should be run outside of Angular or not.
14
- * If an event handler is registered outside of Angular then we should not wrap the event handler
15
- * with runInsideAngular() as the user may not have wanted this.
16
- * This is also used to not wrap internal event listeners that are registered with RowNodes and Columns.
17
- */
18
- get shouldWrapOutgoing(): boolean;
19
- /**
20
- * Make sure that any code that is executed outside of AG Studio is running within the Angular zone.
21
- * This means users can update templates and use binding without having to do anything extra.
22
- */
23
- wrapOutgoing: <T>(callback: () => T) => T;
24
- isFrameworkComponent(comp: any): boolean;
25
- runInsideAngular<T>(callback: () => T): T;
26
- runOutsideAngular<T>(callback: () => T, source?: FrameworkOverridesIncomingSource): T;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<AngularFrameworkOverrides, never>;
28
- static ɵprov: i0.ɵɵInjectableDeclaration<AngularFrameworkOverrides>;
29
- }
@@ -1,31 +0,0 @@
1
- import type { Type } from '@angular/core';
2
- import type { AgBaseRegistry, AgBaseWidgetDefinition, AgDefaultWidgetType, AgMaybePromise, AgTypeScriptComponent, AgWidgetData, AgWidgetDataFormat, AgWidgetParams, AgWidgetRegistry } from 'ag-studio';
3
- export interface AgCustomComponent<TParams, TReturn = void> {
4
- /** Called once on initialisation with params for rendering this component. */
5
- agInit(params: TParams): AgMaybePromise<TReturn>;
6
- /** Called for every subsequent params update. */
7
- refresh?(params: TParams): AgMaybePromise<TReturn>;
8
- }
9
- export interface AgWidgetDefinition<TWidgetType extends string = string, TIn extends AgWidgetData<unknown, AgWidgetDataFormat<unknown>> = any, TOut extends AgWidgetData<unknown, AgWidgetDataFormat<unknown>> = TIn, TOptions = unknown> extends AgBaseWidgetDefinition<TWidgetType, TIn, TOut, TOptions> {
10
- /**
11
- * Custom component. Either:
12
- * - A `string` that matches a custom component in the studio `components` property
13
- * - A custom Angular component class
14
- * - A custom TypeScript component (no Angular; working directly with the DOM)
15
- */
16
- comp: string | Type<AgCustomComponent<AgWidgetParams<TOut>>> | (new () => AgTypeScriptComponent<AgWidgetParams<TOut>>);
17
- }
18
- type StringCompWidgetType<TDef extends AgBaseWidgetDefinition> = TDef['comp'] extends string ? TDef : never;
19
- type ExtractStateFromDef<TDef> = TDef extends AgWidgetDefinition<any, any, infer TState> ? TState : never;
20
- type MatchingDef<TDef, TWidgetType> = TDef extends {
21
- id: TWidgetType;
22
- } ? TDef : never;
23
- type WidgetCustomComp<TParams extends AgWidgetParams> = Type<AgCustomComponent<TParams>> | (new () => AgTypeScriptComponent<TParams>);
24
- export type AgCustomComponentDefs<TRegistry extends AgBaseRegistry> = {
25
- [K in Exclude<StringCompWidgetType<AgWidgetRegistry<TRegistry>>['comp'], AgDefaultWidgetType>]?: WidgetCustomComp<AgWidgetParams<ExtractStateFromDef<MatchingDef<AgWidgetRegistry<TRegistry>, K>>>>;
26
- };
27
- export interface AgRegistry extends AgBaseRegistry {
28
- widgets: readonly AgWidgetDefinition[];
29
- components: AgCustomComponentDefs<this>;
30
- }
31
- export {};
package/public-api.d.ts DELETED
@@ -1,5 +0,0 @@
1
- export * from './lib/ag-studio.component';
2
- export * from './lib/ag-studio.module';
3
- export * from './lib/angularFrameworkOverrides';
4
- export * from './lib/angularFrameworkComponentWrapper';
5
- export * from './lib/interfaces';