@indigina/kendo 1.2.50 → 1.2.51

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.
Files changed (36) hide show
  1. package/esm2022/lib/angular/indigina.module.mjs +4 -15
  2. package/esm2022/lib/components/account-menu/account-menu.component.mjs +9 -9
  3. package/esm2022/lib/components/account-menu/account-menu.module.mjs +40 -0
  4. package/esm2022/lib/components/account-menu/index.mjs +3 -0
  5. package/esm2022/lib/components/language-selector/index.mjs +3 -0
  6. package/esm2022/lib/components/language-selector/language-selector.component.mjs +4 -4
  7. package/esm2022/lib/components/language-selector/language-selector.module.mjs +32 -0
  8. package/esm2022/lib/kendo.module.mjs +35 -31
  9. package/esm2022/lib/widgets/entity-edit/field-multiselect/field-multiselect.component.mjs +9 -9
  10. package/esm2022/lib/widgets/entity-edit/field-multiselect/field-multiselect.module.mjs +36 -0
  11. package/esm2022/lib/widgets/entity-edit/field-multiselect/index.mjs +3 -0
  12. package/esm2022/lib/widgets/footer-bar/footer-bar.component.mjs +4 -4
  13. package/esm2022/lib/widgets/footer-bar/footer-bar.module.mjs +20 -0
  14. package/esm2022/lib/widgets/footer-bar/index.mjs +3 -0
  15. package/esm2022/lib/widgets/top-bar/index.mjs +3 -0
  16. package/esm2022/lib/widgets/top-bar/top-bar.component.mjs +4 -4
  17. package/esm2022/lib/widgets/top-bar/top-bar.module.mjs +32 -0
  18. package/esm2022/public-api.mjs +6 -6
  19. package/fesm2022/indigina-kendo.mjs +270 -147
  20. package/fesm2022/indigina-kendo.mjs.map +1 -1
  21. package/lib/angular/indigina.module.d.ts +12 -14
  22. package/lib/components/account-menu/account-menu.component.d.ts +1 -1
  23. package/lib/components/account-menu/account-menu.module.d.ts +12 -0
  24. package/lib/components/account-menu/index.d.ts +2 -0
  25. package/lib/components/language-selector/index.d.ts +2 -0
  26. package/lib/components/language-selector/language-selector.module.d.ts +10 -0
  27. package/lib/kendo.module.d.ts +35 -35
  28. package/lib/widgets/entity-edit/field-multiselect/field-multiselect.component.d.ts +2 -2
  29. package/lib/widgets/entity-edit/field-multiselect/field-multiselect.module.d.ts +11 -0
  30. package/lib/widgets/entity-edit/field-multiselect/index.d.ts +2 -0
  31. package/lib/widgets/footer-bar/footer-bar.module.d.ts +7 -0
  32. package/lib/widgets/footer-bar/index.d.ts +2 -0
  33. package/lib/widgets/top-bar/index.d.ts +2 -0
  34. package/lib/widgets/top-bar/top-bar.module.d.ts +10 -0
  35. package/package.json +1 -1
  36. package/public-api.d.ts +5 -5
@@ -8,23 +8,21 @@ import * as i1 from "./widgets/side-menu/side-menu.component";
8
8
  import * as i2 from "./widgets/side-menu/menu-item-group/menu-item-group.component";
9
9
  import * as i3 from "./widgets/tree-view/tree-view.component";
10
10
  import * as i4 from "./widgets/tree-view/tree-view-node/tree-view-node.component";
11
- import * as i5 from "@angular/platform-browser";
12
- import * as i6 from "@angular/common/http";
13
- import * as i7 from "@ngx-translate/core";
14
- import * as i8 from "@ngx-loading-bar/http-client";
15
- import * as i9 from "@angular/common";
16
- import * as i10 from "@angular/router";
17
- import * as i11 from "@angular/forms";
18
- import * as i12 from "ngx-toastr";
19
- import * as i13 from "@angular/platform-browser/animations";
20
- import * as i14 from "./forms/widgets/field/field-input/field-input.module";
21
- import * as i15 from "./forms/widgets/general-errors/general-errors.module";
22
- import * as i16 from "./forms/directives/debounce/debounce.module";
23
- import * as i17 from "ngx-clipboard";
11
+ import * as i5 from "@angular/common/http";
12
+ import * as i6 from "@ngx-translate/core";
13
+ import * as i7 from "@ngx-loading-bar/http-client";
14
+ import * as i8 from "@angular/common";
15
+ import * as i9 from "@angular/router";
16
+ import * as i10 from "@angular/forms";
17
+ import * as i11 from "ngx-toastr";
18
+ import * as i12 from "./forms/widgets/field/field-input/field-input.module";
19
+ import * as i13 from "./forms/widgets/general-errors/general-errors.module";
20
+ import * as i14 from "./forms/directives/debounce/debounce.module";
21
+ import * as i15 from "ngx-clipboard";
24
22
  export declare class IndiginaModule {
25
23
  static forRoot(configuration: IndiginaConfiguration): ModuleWithProviders<IndiginaModule>;
26
24
  static ɵfac: i0.ɵɵFactoryDeclaration<IndiginaModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<IndiginaModule, [typeof i1.SideMenuComponent, typeof i2.MenuItemGroupComponent, typeof i3.TreeViewComponent, typeof i4.TreeViewNodeComponent], [typeof i5.BrowserModule, typeof i6.HttpClientModule, typeof i7.TranslateModule, typeof i8.LoadingBarHttpClientModule, typeof i9.CommonModule, typeof i10.RouterModule, typeof i11.ReactiveFormsModule, typeof i12.ToastrModule, typeof i13.BrowserAnimationsModule, typeof i14.FieldInputModule, typeof i15.GeneralErrorsModule, typeof i16.DebounceModule], [typeof i1.SideMenuComponent, typeof i3.TreeViewComponent, typeof i16.DebounceModule, typeof i15.GeneralErrorsModule, typeof i7.TranslateModule, typeof i17.ClipboardModule, typeof i8.LoadingBarHttpClientModule, typeof i12.ToastrModule, typeof i13.BrowserAnimationsModule, typeof i14.FieldInputModule]>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IndiginaModule, [typeof i1.SideMenuComponent, typeof i2.MenuItemGroupComponent, typeof i3.TreeViewComponent, typeof i4.TreeViewNodeComponent], [typeof i5.HttpClientModule, typeof i6.TranslateModule, typeof i7.LoadingBarHttpClientModule, typeof i8.CommonModule, typeof i9.RouterModule, typeof i10.ReactiveFormsModule, typeof i11.ToastrModule, typeof i12.FieldInputModule, typeof i13.GeneralErrorsModule, typeof i14.DebounceModule], [typeof i1.SideMenuComponent, typeof i3.TreeViewComponent, typeof i14.DebounceModule, typeof i13.GeneralErrorsModule, typeof i6.TranslateModule, typeof i15.ClipboardModule, typeof i7.LoadingBarHttpClientModule, typeof i11.ToastrModule, typeof i12.FieldInputModule]>;
28
26
  static ɵinj: i0.ɵɵInjectorDeclaration<IndiginaModule>;
29
27
  }
30
28
  export declare function LocaleServiceSettingsFactory(localeService: LocaleSettingsService): () => void;
@@ -16,7 +16,7 @@ export declare class AccountMenuComponent {
16
16
  constructor(eref: ElementRef, accountService: AccountService, appSettings: AppSettings);
17
17
  get fullName(): string;
18
18
  get accountUrl(): string;
19
- toogle(): void;
19
+ toggle(): void;
20
20
  logout(): void;
21
21
  openLanguageSelector(event: MouseEvent): void;
22
22
  clickedOutside(event: any): void;
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./account-menu.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@progress/kendo-angular-popup";
5
+ import * as i4 from "@ngx-translate/core";
6
+ import * as i5 from "@angular/router";
7
+ import * as i6 from "../language-selector/language-selector.module";
8
+ export declare class AccountMenuModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccountMenuModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AccountMenuModule, [typeof i1.AccountMenuComponent], [typeof i2.CommonModule, typeof i3.PopupModule, typeof i4.TranslateModule, typeof i5.RouterModule, typeof i6.LanguageSelectorModule], [typeof i1.AccountMenuComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<AccountMenuModule>;
12
+ }
@@ -0,0 +1,2 @@
1
+ export * from './account-menu.module';
2
+ export * from './account-menu.component';
@@ -0,0 +1,2 @@
1
+ export * from './language-selector.module';
2
+ export * from './language-selector.component';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./language-selector.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@progress/kendo-angular-dialog";
5
+ import * as i4 from "@ngx-translate/core";
6
+ export declare class LanguageSelectorModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<LanguageSelectorModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LanguageSelectorModule, [typeof i1.LanguageSelectorComponent], [typeof i2.CommonModule, typeof i3.WindowModule, typeof i4.TranslateModule], [typeof i1.LanguageSelectorComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<LanguageSelectorModule>;
10
+ }
@@ -2,43 +2,43 @@ import { ModuleWithProviders } from '@angular/core';
2
2
  import { IndiginaConfiguration } from './angular/models/IndiginaConfiguration';
3
3
  import { ServicesConfiguration } from './services/services.config';
4
4
  import * as i0 from "@angular/core";
5
- import * as i1 from "./widgets/top-bar/top-bar.component";
6
- import * as i2 from "./widgets/footer-bar/footer-bar.component";
7
- import * as i3 from "./components/account-menu/account-menu.component";
8
- import * as i4 from "./components/language-selector/language-selector.component";
9
- import * as i5 from "./widgets/entity-edit/field-multiselect/field-multiselect.component";
10
- import * as i6 from "./widgets/multicheck-filter/multicheck-filter.component";
11
- import * as i7 from "./widgets/activity-filter/activity-filter.component";
12
- import * as i8 from "./widgets/modal-window/modal-window.component";
13
- import * as i9 from "./angular/widgets/live-updates-control/live-updates-control.component";
14
- import * as i10 from "./components/azure-login-callback/azure-login-callback.component";
15
- import * as i11 from "./widgets/entity-list/user-list-admin.component";
16
- import * as i12 from "./components/forbidden/forbidden.component";
17
- import * as i13 from "@angular/common";
18
- import * as i14 from "@angular/router";
19
- import * as i15 from "./angular/indigina.module";
20
- import * as i16 from "@progress/kendo-angular-popup";
21
- import * as i17 from "@progress/kendo-angular-grid";
22
- import * as i18 from "@progress/kendo-angular-inputs";
23
- import * as i19 from "@progress/kendo-angular-buttons";
24
- import * as i20 from "@progress/kendo-angular-dialog";
25
- import * as i21 from "@angular/forms";
26
- import * as i22 from "@progress/kendo-angular-dropdowns";
27
- import * as i23 from "@progress/kendo-angular-tooltip";
28
- import * as i24 from "@progress/kendo-angular-dateinputs";
29
- import * as i25 from "@azure/msal-angular";
30
- import * as i26 from "./widgets/entity-edit/dropdowns/field-dropdown/field-dropdown.module";
31
- import * as i27 from "./widgets/current-timezone/current-timezone.module";
32
- import * as i28 from "./widgets/confirm-dialog/confirm-dialog.module";
33
- import * as i29 from "./directives/requirePermission/requirePermission.module";
34
- import * as i30 from "./widgets/entity-list/entity-list.module";
35
- import * as i31 from "./widgets/excel-export-button/excel-export-button.module";
36
- import * as i32 from "./widgets/entity-edit/entity-edit-form.module";
37
- import * as i33 from "./widgets/entity-edit/buttons-bar/buttons-bar.module";
38
- import * as i34 from "./widgets/entity-list/field-dropdownlist/field-dropdownlist.module";
5
+ import * as i1 from "./widgets/multicheck-filter/multicheck-filter.component";
6
+ import * as i2 from "./widgets/activity-filter/activity-filter.component";
7
+ import * as i3 from "./widgets/modal-window/modal-window.component";
8
+ import * as i4 from "./angular/widgets/live-updates-control/live-updates-control.component";
9
+ import * as i5 from "./components/azure-login-callback/azure-login-callback.component";
10
+ import * as i6 from "./widgets/entity-list/user-list-admin.component";
11
+ import * as i7 from "./components/forbidden/forbidden.component";
12
+ import * as i8 from "@angular/common";
13
+ import * as i9 from "@angular/router";
14
+ import * as i10 from "./angular/indigina.module";
15
+ import * as i11 from "@progress/kendo-angular-popup";
16
+ import * as i12 from "@progress/kendo-angular-grid";
17
+ import * as i13 from "@progress/kendo-angular-inputs";
18
+ import * as i14 from "@progress/kendo-angular-buttons";
19
+ import * as i15 from "@progress/kendo-angular-dialog";
20
+ import * as i16 from "@angular/forms";
21
+ import * as i17 from "@progress/kendo-angular-dropdowns";
22
+ import * as i18 from "@progress/kendo-angular-tooltip";
23
+ import * as i19 from "@progress/kendo-angular-dateinputs";
24
+ import * as i20 from "@azure/msal-angular";
25
+ import * as i21 from "./widgets/entity-edit/dropdowns/field-dropdown/field-dropdown.module";
26
+ import * as i22 from "./widgets/current-timezone/current-timezone.module";
27
+ import * as i23 from "./widgets/confirm-dialog/confirm-dialog.module";
28
+ import * as i24 from "./directives/requirePermission/requirePermission.module";
29
+ import * as i25 from "./widgets/entity-list/entity-list.module";
30
+ import * as i26 from "./widgets/excel-export-button/excel-export-button.module";
31
+ import * as i27 from "./widgets/entity-edit/entity-edit-form.module";
32
+ import * as i28 from "./widgets/entity-edit/buttons-bar/buttons-bar.module";
33
+ import * as i29 from "./widgets/entity-list/field-dropdownlist/field-dropdownlist.module";
34
+ import * as i30 from "./widgets/entity-edit/field-multiselect/field-multiselect.module";
35
+ import * as i31 from "./widgets/footer-bar/footer-bar.module";
36
+ import * as i32 from "./widgets/top-bar/top-bar.module";
37
+ import * as i33 from "./components/account-menu/account-menu.module";
38
+ import * as i34 from "./components/language-selector/language-selector.module";
39
39
  export declare class KendoModule {
40
40
  static forRoot(config: IndiginaConfiguration, servicesConfig?: ServicesConfiguration): ModuleWithProviders<KendoModule>;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<KendoModule, never>;
42
- static ɵmod: i0.ɵɵNgModuleDeclaration<KendoModule, [typeof i1.TopMenuComponent, typeof i2.FooterBarComponent, typeof i3.AccountMenuComponent, typeof i4.LanguageSelectorComponent, typeof i5.FieldMultiSelectComponent, typeof i6.MulticheckFilterComponent, typeof i7.ActivityFilterComponent, typeof i8.ModalWindowComponent, typeof i9.LiveUpdatesControlComponent, typeof i10.AzureLoginCallbackComponent, typeof i11.UserListAdminComponent, typeof i12.ForbiddenComponent], [typeof i13.CommonModule, typeof i14.RouterModule, typeof i15.IndiginaModule, typeof i16.PopupModule, typeof i17.GridModule, typeof i17.ExcelModule, typeof i18.InputsModule, typeof i19.ButtonsModule, typeof i20.DialogsModule, typeof i13.CommonModule, typeof i21.FormsModule, typeof i20.WindowModule, typeof i20.DialogsModule, typeof i21.ReactiveFormsModule, typeof i22.DropDownsModule, typeof i23.TooltipModule, typeof i24.DateInputsModule, typeof i25.MsalModule, typeof i26.FieldDropdownModule, typeof i27.CurrentTimeZoneModule, typeof i28.ConfirmDialogModule, typeof i29.RequirePermissionModule, typeof i30.EntityListModule, typeof i31.ExcelExportButtonModule, typeof i32.EntityEditFormModule, typeof i33.EntityEditButtonsBarModule, typeof i34.FieldDropdownlistModule], [typeof i1.TopMenuComponent, typeof i2.FooterBarComponent, typeof i3.AccountMenuComponent, typeof i4.LanguageSelectorComponent, typeof i15.IndiginaModule, typeof i16.PopupModule, typeof i22.DropDownsModule, typeof i23.TooltipModule, typeof i24.DateInputsModule, typeof i20.WindowModule, typeof i20.DialogsModule, typeof i17.GridModule, typeof i17.ExcelModule, typeof i18.InputsModule, typeof i19.ButtonsModule, typeof i33.EntityEditButtonsBarModule, typeof i32.EntityEditFormModule, typeof i30.EntityListModule, typeof i5.FieldMultiSelectComponent, typeof i34.FieldDropdownlistModule, typeof i28.ConfirmDialogModule, typeof i31.ExcelExportButtonModule, typeof i6.MulticheckFilterComponent, typeof i29.RequirePermissionModule, typeof i7.ActivityFilterComponent, typeof i27.CurrentTimeZoneModule, typeof i8.ModalWindowComponent, typeof i9.LiveUpdatesControlComponent, typeof i25.MsalModule, typeof i10.AzureLoginCallbackComponent, typeof i11.UserListAdminComponent, typeof i26.FieldDropdownModule, typeof i12.ForbiddenComponent]>;
42
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KendoModule, [typeof i1.MulticheckFilterComponent, typeof i2.ActivityFilterComponent, typeof i3.ModalWindowComponent, typeof i4.LiveUpdatesControlComponent, typeof i5.AzureLoginCallbackComponent, typeof i6.UserListAdminComponent, typeof i7.ForbiddenComponent], [typeof i8.CommonModule, typeof i9.RouterModule, typeof i10.IndiginaModule, typeof i11.PopupModule, typeof i12.GridModule, typeof i12.ExcelModule, typeof i13.InputsModule, typeof i14.ButtonsModule, typeof i15.DialogsModule, typeof i8.CommonModule, typeof i16.FormsModule, typeof i15.WindowModule, typeof i15.DialogsModule, typeof i16.ReactiveFormsModule, typeof i17.DropDownsModule, typeof i18.TooltipModule, typeof i19.DateInputsModule, typeof i20.MsalModule, typeof i21.FieldDropdownModule, typeof i22.CurrentTimeZoneModule, typeof i23.ConfirmDialogModule, typeof i24.RequirePermissionModule, typeof i25.EntityListModule, typeof i26.ExcelExportButtonModule, typeof i27.EntityEditFormModule, typeof i28.EntityEditButtonsBarModule, typeof i29.FieldDropdownlistModule, typeof i30.FieldMultiselectModule, typeof i31.FooterBarModule, typeof i32.TopBarModule, typeof i33.AccountMenuModule, typeof i34.LanguageSelectorModule], [typeof i10.IndiginaModule, typeof i11.PopupModule, typeof i17.DropDownsModule, typeof i18.TooltipModule, typeof i19.DateInputsModule, typeof i15.WindowModule, typeof i15.DialogsModule, typeof i12.GridModule, typeof i12.ExcelModule, typeof i13.InputsModule, typeof i14.ButtonsModule, typeof i28.EntityEditButtonsBarModule, typeof i27.EntityEditFormModule, typeof i25.EntityListModule, typeof i29.FieldDropdownlistModule, typeof i23.ConfirmDialogModule, typeof i26.ExcelExportButtonModule, typeof i1.MulticheckFilterComponent, typeof i24.RequirePermissionModule, typeof i2.ActivityFilterComponent, typeof i22.CurrentTimeZoneModule, typeof i3.ModalWindowComponent, typeof i4.LiveUpdatesControlComponent, typeof i20.MsalModule, typeof i5.AzureLoginCallbackComponent, typeof i6.UserListAdminComponent, typeof i21.FieldDropdownModule, typeof i7.ForbiddenComponent, typeof i30.FieldMultiselectModule, typeof i33.AccountMenuModule, typeof i34.LanguageSelectorModule]>;
43
43
  static ɵinj: i0.ɵɵInjectorDeclaration<KendoModule>;
44
44
  }
@@ -1,5 +1,5 @@
1
- import { ElementRef, OnChanges, EventEmitter } from '@angular/core';
2
- import { FormGroupDirective, AbstractControl } from '@angular/forms';
1
+ import { ElementRef, EventEmitter, OnChanges } from '@angular/core';
2
+ import { AbstractControl, FormGroupDirective } from '@angular/forms';
3
3
  import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
4
4
  import { FieldComponent } from '../../../angular/forms/widgets/field/field.component';
5
5
  import { IdentifiedModel } from '../../../angular/models/IdentifiedModel';
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./field-multiselect.component";
3
+ import * as i2 from "@angular/forms";
4
+ import * as i3 from "@progress/kendo-angular-dropdowns";
5
+ import * as i4 from "@ngx-translate/core";
6
+ import * as i5 from "@angular/common";
7
+ export declare class FieldMultiselectModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<FieldMultiselectModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FieldMultiselectModule, [typeof i1.FieldMultiSelectComponent], [typeof i2.ReactiveFormsModule, typeof i3.MultiSelectModule, typeof i4.TranslateModule, typeof i5.CommonModule], [typeof i1.FieldMultiSelectComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<FieldMultiselectModule>;
11
+ }
@@ -0,0 +1,2 @@
1
+ export * from './field-multiselect.module';
2
+ export * from './field-multiselect.component';
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./footer-bar.component";
3
+ export declare class FooterBarModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<FooterBarModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FooterBarModule, [typeof i1.FooterBarComponent], never, [typeof i1.FooterBarComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<FooterBarModule>;
7
+ }
@@ -0,0 +1,2 @@
1
+ export * from './footer-bar.component';
2
+ export * from './footer-bar.module';
@@ -0,0 +1,2 @@
1
+ export * from './top-bar.module';
2
+ export * from './top-bar.component';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./top-bar.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/router";
5
+ import * as i4 from "../../components/account-menu/account-menu.module";
6
+ export declare class TopBarModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<TopBarModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TopBarModule, [typeof i1.TopMenuComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.AccountMenuModule], [typeof i1.TopMenuComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<TopBarModule>;
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/kendo",
3
- "version": "1.2.50",
3
+ "version": "1.2.51",
4
4
  "peerDependencies": {
5
5
  "@angular/compiler": "^17.1.0",
6
6
  "@angular/core": "^17.1.0"
package/public-api.d.ts CHANGED
@@ -41,9 +41,9 @@ export { MenuItem } from './lib/angular/widgets/side-menu/MenuItem';
41
41
  export { AccountMenuItem } from './lib/components/account-menu/AccountMenuItem';
42
42
  export { SideMenuComponent } from './lib/angular/widgets/side-menu/side-menu.component';
43
43
  export { TreeViewComponent } from './lib/angular/widgets/tree-view/tree-view.component';
44
- export { AccountMenuComponent } from './lib/components/account-menu/account-menu.component';
44
+ export * from './lib/components/account-menu';
45
45
  export { AzureLoginCallbackComponent } from './lib/components/azure-login-callback/azure-login-callback.component';
46
- export { LanguageSelectorComponent } from './lib/components/language-selector/language-selector.component';
46
+ export * from './lib/components/language-selector';
47
47
  export { MSALInstanceFactory } from './lib/config/msal-instance.factory';
48
48
  export * from './lib/directives/requirePermission';
49
49
  export { KendoModule } from './lib/kendo.module';
@@ -84,7 +84,7 @@ export * from './lib/widgets/entity-edit';
84
84
  export { FieldDropdownComponent } from './lib/widgets/entity-edit/dropdowns/field-dropdown/field-dropdown.component';
85
85
  export { ObjectDropdownComponent } from './lib/widgets/entity-edit/dropdowns/object-dropdown/object-dropdown.component';
86
86
  export { SimpleObject } from './lib/widgets/entity-edit/dropdowns/SimpleObject';
87
- export { FieldMultiSelectComponent } from './lib/widgets/entity-edit/field-multiselect/field-multiselect.component';
87
+ export * from './lib/widgets/entity-edit/field-multiselect';
88
88
  export { UserListAdminComponent } from './lib/widgets/entity-list/user-list-admin.component';
89
89
  export { Command } from './lib/widgets/entity-list/Command';
90
90
  export * from './lib/widgets/entity-list';
@@ -92,10 +92,10 @@ export { Field } from './lib/widgets/entity-list/Field';
92
92
  export * from './lib/widgets/entity-list/field-dropdownlist';
93
93
  export { urlDeserialize, urlSerialize, } from './lib/widgets/entity-list/UrlSerializer';
94
94
  export * from './lib/widgets/excel-export-button';
95
- export { FooterBarComponent } from './lib/widgets/footer-bar/footer-bar.component';
95
+ export * from './lib/widgets/footer-bar';
96
96
  export { ModalWindowComponent } from './lib/widgets/modal-window/modal-window.component';
97
97
  export { MulticheckFilterComponent } from './lib/widgets/multicheck-filter/multicheck-filter.component';
98
- export { TopMenuComponent } from './lib/widgets/top-bar/top-bar.component';
98
+ export * from './lib/widgets/top-bar';
99
99
  export { PrettifierFactory } from './lib/angular/widgets/tree-view/Prettifiers/PrettifierFactory';
100
100
  export { IPrettifier } from './lib/angular/widgets/tree-view/Prettifiers/IPrettifier';
101
101
  export { ContentTypesFormat } from './lib/angular/widgets/tree-view/models/ContentTypesFormat';