atr-components 3.0.23 → 3.0.25
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/index.d.ts
CHANGED
|
@@ -149,6 +149,7 @@ declare const atr_static_datas: {
|
|
|
149
149
|
login_router: string;
|
|
150
150
|
SERVER_URL: string;
|
|
151
151
|
AUTH_URL: string;
|
|
152
|
+
APIKEY_EDITOR: string;
|
|
152
153
|
needNormalHeade: boolean;
|
|
153
154
|
getNormalHeader: (_headers: HttpHeaders) => HttpHeaders;
|
|
154
155
|
getDefaultHeader: (_headers: HttpHeaders) => HttpHeaders;
|
|
@@ -1392,7 +1393,7 @@ declare class EditorComponent implements ControlValueAccessor, AfterViewInit, On
|
|
|
1392
1393
|
onEditorChange(content: any): void;
|
|
1393
1394
|
ngOnDestroy(): void;
|
|
1394
1395
|
static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
|
|
1395
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "app-editor", never, { "
|
|
1396
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "app-editor", never, { "value": { "alias": "value"; "required": false; }; "editorConfig": { "alias": "editorConfig"; "required": false; }; "imgDir": { "alias": "imgDir"; "required": false; }; }, {}, never, never, false, never>;
|
|
1396
1397
|
}
|
|
1397
1398
|
|
|
1398
1399
|
declare class AtrSharedModule {
|