[ADF-4859] Make sure the ng build insight works (#5141)

* Make sure the ng build insight works

* Fix styles
This commit is contained in:
Maurizio Vitale
2019-10-10 09:57:20 +01:00
committed by Denys Vuika
parent 93419ffa7b
commit 6860ab73ab
262 changed files with 26 additions and 66 deletions

View File

@@ -1,18 +0,0 @@
/*!
* @license
* Copyright 2019 Alfresco Software, Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from './public-api';

View File

@@ -15,7 +15,4 @@
* limitations under the License.
*/
export * from './analytics-process/index';
export * from './diagram/index';
export * from './insights.module';
export * from './src/public-api';

View File

@@ -1,18 +0,0 @@
/*!
* @license
* Copyright 2019 Alfresco Software, Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from './public-api';

View File

@@ -1,12 +1,9 @@
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"workingDirectory" : "./ng_work",
"src": "../insights/",
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../dist/insights/",
"lib": {
"languageLevel": [ "dom", "es2016" ],
"comments" : "none",
"entryFile": "./public-api.ts",
"languageLevel": [ "dom", "es2017" ],
"entryFile": "src/public-api.ts",
"flatModuleFile": "adf-insights",
"umdModuleIds": {
"@alfresco/js-api": "@alfresco/js-api",

View File

@@ -28,7 +28,6 @@
"@alfresco/js-api": "3.5.0",
"rxjs": ">=6.2.2",
"@alfresco/adf-core": "3.5.0",
"@alfresco/adf-content-services": "3.5.0",
"@ngx-translate/core": ">=11.0.0",
"chart.js": ">=2.5.0",
"core-js": ">=2.5.4",

View File

@@ -47,7 +47,7 @@ import { FlexLayoutModule } from '@angular/flex-layout';
DiagramsModule,
MaterialModule,
FlexLayoutModule,
CoreModule.forChild()
CoreModule
],
declarations: [
AnalyticsComponent,

Some files were not shown because too many files have changed in this diff Show More