Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove deprecated localization editor #3781

Merged
merged 2 commits into from
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions apps/docs/src/app/core/api-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,6 @@ export const API_FILES = {
'ListFooterDirective',
'ListMessageDirective'
],
localizationEditor: [
'LocalizationEditorComponent',
'LocalizationEditorItemComponent',
'LocalizationEditorMainComponent',
'LocalizationEditorInputDirective',
'LocalizationEditorTextareaDirective',
'LocalizationEditorLabel'
],
megaMenu: [
'MegaMenuComponent',
'MegaMenuGroupComponent',
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions apps/docs/src/app/core/core-documentation.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,6 @@ export const ROUTES: Routes = [
path: 'list-byline',
loadChildren: () => import('./component-docs/list-byline/list-byline-docs.module').then((m) => m.ListDocsModule)
},
{
path: 'localizationEditor',
loadChildren: () =>
import('./component-docs/localization-editor/localization-editor-docs.module').then(
(m) => m.LocalizationEditorDocsModule
)
},
{
path: 'mega-menu',
loadChildren: () =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class CoreDocumentationComponent extends DocumentationBaseComponent {
{ url: 'core/list-byline', name: 'List with Byline' }
]
},
{ url: 'core/localizationEditor', name: 'Localization Editor' },
{ url: 'core/mega-menu', name: 'Mega Menu' },
{ url: 'core/menu', name: 'Menu' },
{ url: 'core/message-strip', name: 'Message Strip' },
Expand Down
1 change: 0 additions & 1 deletion libs/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export * from './lib/link/public_api';
export * from './lib/list/public_api';
export * from './lib/layout-grid/public_api';
export * from './lib/layout-panel/public_api';
export * from './lib/localizator-editor/public_api';
export * from './lib/menu/public_api';
export * from './lib/mega-menu/public_api';
export * from './lib/dialog/public_api';
Expand Down
4 changes: 1 addition & 3 deletions libs/core/src/lib/fundamental-ngx-core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import { TimePickerModule } from './time-picker/time-picker.module';
import { SegmentedButtonModule } from './segmented-button/public_api';
import { SwitchModule } from './switch/switch.module';
import { TokenModule } from './token/token.module';
import { LocalizationEditorModule } from './localizator-editor/localization-editor.module';
import { MegaMenuModule } from './mega-menu/mega-menu.module';
import { LayoutGridModule } from './layout-grid/layout-grid.module';
import { DragAndDropModule } from './utils/drag-and-drop/drag-and-drop.module';
Expand Down Expand Up @@ -111,7 +110,6 @@ import { DynamicSideContentModule } from './dynamic-side-content/dynamic-side-co
LayoutPanelModule,
LinkModule,
ListModule,
LocalizationEditorModule,
MenuModule,
MegaMenuModule,
DialogModule,
Expand Down Expand Up @@ -150,4 +148,4 @@ import { DynamicSideContentModule } from './dynamic-side-content/dynamic-side-co
],
providers: [AlertService, DialogService, NotificationService, MessageToastService]
})
export class FundamentalNgxCoreModule {}
export class FundamentalNgxCoreModule { }
1 change: 0 additions & 1 deletion libs/core/src/lib/localizator-editor/index.ts

This file was deleted.

Loading