atr-components 3.0.23 → 3.0.26
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/atr-components.mjs +17 -7
- package/fesm2022/atr-components.mjs.map +1 -1
- package/index.d.ts +3 -1
- package/package.json +1 -1
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;
|
|
@@ -517,6 +518,7 @@ declare class HttpService {
|
|
|
517
518
|
private parseObj;
|
|
518
519
|
getOss: (url: string, params?: {}, responseType?: any, noError?: boolean) => Observable<any>;
|
|
519
520
|
downloadXls(url: string, params?: any): void;
|
|
521
|
+
downloadXls2(url: string, params?: any): void;
|
|
520
522
|
static ɵfac: i0.ɵɵFactoryDeclaration<HttpService, never>;
|
|
521
523
|
static ɵprov: i0.ɵɵInjectableDeclaration<HttpService>;
|
|
522
524
|
}
|
|
@@ -1392,7 +1394,7 @@ declare class EditorComponent implements ControlValueAccessor, AfterViewInit, On
|
|
|
1392
1394
|
onEditorChange(content: any): void;
|
|
1393
1395
|
ngOnDestroy(): void;
|
|
1394
1396
|
static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
|
|
1395
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "app-editor", never, { "
|
|
1397
|
+
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
1398
|
}
|
|
1397
1399
|
|
|
1398
1400
|
declare class AtrSharedModule {
|