mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
remove unused blank page component (#11533)
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
/*!
|
|
||||||
* @license
|
|
||||||
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { Component } from '@angular/core';
|
|
||||||
|
|
||||||
@Component({
|
|
||||||
selector: 'adf-blank-page',
|
|
||||||
template: ``
|
|
||||||
})
|
|
||||||
export class BlankPageComponent {}
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
/*!
|
|
||||||
* @license
|
|
||||||
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { NgModule } from '@angular/core';
|
|
||||||
|
|
||||||
import { BlankPageComponent } from './blank-page.component';
|
|
||||||
|
|
||||||
/** @deprecated import standalone `BlankPageComponent` instead */
|
|
||||||
@NgModule({
|
|
||||||
imports: [BlankPageComponent],
|
|
||||||
exports: [BlankPageComponent]
|
|
||||||
})
|
|
||||||
export class BlankPageModule {}
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
/*!
|
|
||||||
* @license
|
|
||||||
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
||||||
*
|
|
||||||
* 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';
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
/*!
|
|
||||||
* @license
|
|
||||||
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
||||||
*
|
|
||||||
* 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 './blank-page.component';
|
|
||||||
export * from './blank-page.module';
|
|
||||||
@@ -34,7 +34,6 @@ import { CommentListComponent } from './comments/comment-list/comment-list.compo
|
|||||||
import { TEMPLATE_DIRECTIVES } from './templates/template.module';
|
import { TEMPLATE_DIRECTIVES } from './templates/template.module';
|
||||||
import { CLIPBOARD_DIRECTIVES } from './clipboard/clipboard.module';
|
import { CLIPBOARD_DIRECTIVES } from './clipboard/clipboard.module';
|
||||||
import { NOTIFICATION_HISTORY_DIRECTIVES } from './notifications/notification-history.module';
|
import { NOTIFICATION_HISTORY_DIRECTIVES } from './notifications/notification-history.module';
|
||||||
import { BlankPageComponent } from './blank-page/blank-page.component';
|
|
||||||
import { CORE_DIRECTIVES } from './directives/directive.module';
|
import { CORE_DIRECTIVES } from './directives/directive.module';
|
||||||
import { CORE_PIPES } from './pipes/pipe.module';
|
import { CORE_PIPES } from './pipes/pipe.module';
|
||||||
import { TranslateLoaderService } from './translation/translate-loader.service';
|
import { TranslateLoaderService } from './translation/translate-loader.service';
|
||||||
@@ -86,7 +85,6 @@ import { provideAppConfig } from './app-config/provide-app-config';
|
|||||||
SortingPickerComponent,
|
SortingPickerComponent,
|
||||||
...NOTIFICATION_HISTORY_DIRECTIVES,
|
...NOTIFICATION_HISTORY_DIRECTIVES,
|
||||||
...SEARCH_TEXT_INPUT_DIRECTIVES,
|
...SEARCH_TEXT_INPUT_DIRECTIVES,
|
||||||
BlankPageComponent,
|
|
||||||
UnsavedChangesDialogComponent,
|
UnsavedChangesDialogComponent,
|
||||||
DynamicChipListComponent,
|
DynamicChipListComponent,
|
||||||
MaterialModule
|
MaterialModule
|
||||||
@@ -117,7 +115,6 @@ import { provideAppConfig } from './app-config/provide-app-config';
|
|||||||
IconComponent,
|
IconComponent,
|
||||||
...NOTIFICATION_HISTORY_DIRECTIVES,
|
...NOTIFICATION_HISTORY_DIRECTIVES,
|
||||||
...SEARCH_TEXT_INPUT_DIRECTIVES,
|
...SEARCH_TEXT_INPUT_DIRECTIVES,
|
||||||
BlankPageComponent,
|
|
||||||
UnsavedChangesDialogComponent,
|
UnsavedChangesDialogComponent,
|
||||||
DynamicChipListComponent,
|
DynamicChipListComponent,
|
||||||
MaterialModule
|
MaterialModule
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ export * from './lib/clipboard/index';
|
|||||||
export * from './lib/dialogs/index';
|
export * from './lib/dialogs/index';
|
||||||
export * from './lib/icon/index';
|
export * from './lib/icon/index';
|
||||||
export * from './lib/notifications/index';
|
export * from './lib/notifications/index';
|
||||||
export * from './lib/blank-page/index';
|
|
||||||
export * from './lib/search-text/index';
|
export * from './lib/search-text/index';
|
||||||
export * from './lib/snackbar-content/index';
|
export * from './lib/snackbar-content/index';
|
||||||
export * from './lib/translation/index';
|
export * from './lib/translation/index';
|
||||||
|
|||||||
Reference in New Issue
Block a user