@indigina/kendo 2.0.9 → 2.0.11

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 (178) hide show
  1. package/fesm2022/indigina-kendo.mjs +320 -318
  2. package/fesm2022/indigina-kendo.mjs.map +1 -1
  3. package/index.d.ts +1394 -5
  4. package/package.json +27 -27
  5. package/lib/angular/extensions/ISubscriptionControl.d.ts +0 -5
  6. package/lib/angular/extensions/ReEntrySubscription.d.ts +0 -11
  7. package/lib/angular/forms/directives/debounce/debounce.directive.d.ts +0 -13
  8. package/lib/angular/forms/directives/debounce/debounce.module.d.ts +0 -8
  9. package/lib/angular/forms/directives/debounce/index.d.ts +0 -2
  10. package/lib/angular/forms/extensions/FormGroupWithErrors.d.ts +0 -10
  11. package/lib/angular/forms/widgets/checkbox/field-checkbox-input.component.d.ts +0 -20
  12. package/lib/angular/forms/widgets/checkbox/field-checkbox-input.module.d.ts +0 -12
  13. package/lib/angular/forms/widgets/field/field-input/field-input.component.d.ts +0 -15
  14. package/lib/angular/forms/widgets/field/field-input/field-input.module.d.ts +0 -12
  15. package/lib/angular/forms/widgets/field/field-input/number-input.component.d.ts +0 -16
  16. package/lib/angular/forms/widgets/field/field.component.d.ts +0 -20
  17. package/lib/angular/forms/widgets/file/file-select/field-file-select.component.d.ts +0 -22
  18. package/lib/angular/forms/widgets/file/file-select/field-file-select.module.d.ts +0 -13
  19. package/lib/angular/forms/widgets/file/file-upload/field-file-upload.component.d.ts +0 -23
  20. package/lib/angular/forms/widgets/file/file-upload/field-file-upload.module.d.ts +0 -15
  21. package/lib/angular/forms/widgets/general-errors/general-errors.component.d.ts +0 -10
  22. package/lib/angular/forms/widgets/general-errors/general-errors.module.d.ts +0 -9
  23. package/lib/angular/forms/widgets/general-errors/index.d.ts +0 -2
  24. package/lib/angular/forms/widgets/numerictextbox/field-numerictextbox-input.component.d.ts +0 -25
  25. package/lib/angular/forms/widgets/numerictextbox/field-numerictextbox-input.module.d.ts +0 -12
  26. package/lib/angular/forms/widgets/textarea/field-textarea.component.d.ts +0 -17
  27. package/lib/angular/forms/widgets/textarea/field-textarea.module.d.ts +0 -11
  28. package/lib/angular/models/AppSettings.d.ts +0 -12
  29. package/lib/angular/models/CustomHttpErrorResponse.d.ts +0 -4
  30. package/lib/angular/models/HttpCodes.d.ts +0 -8
  31. package/lib/angular/models/HttpMethods.d.ts +0 -2
  32. package/lib/angular/models/IdentifiedModel.d.ts +0 -3
  33. package/lib/angular/models/IndiginaConfiguration.d.ts +0 -9
  34. package/lib/angular/models/Language.d.ts +0 -4
  35. package/lib/angular/models/NamedModel.d.ts +0 -4
  36. package/lib/angular/models/removable.interface.d.ts +0 -3
  37. package/lib/angular/services/http-request-options.model.d.ts +0 -3
  38. package/lib/angular/services/http.service.d.ts +0 -27
  39. package/lib/angular/services/locale-settings.service.d.ts +0 -15
  40. package/lib/angular/services/settings.service.d.ts +0 -15
  41. package/lib/angular/services/toastr.service.d.ts +0 -13
  42. package/lib/angular/widgets/live-updates-control/index.d.ts +0 -2
  43. package/lib/angular/widgets/live-updates-control/live-updates-control.component.d.ts +0 -10
  44. package/lib/angular/widgets/live-updates-control/live-updates-control.module.d.ts +0 -9
  45. package/lib/angular/widgets/side-menu/MenuItem.d.ts +0 -8
  46. package/lib/angular/widgets/side-menu/index.d.ts +0 -3
  47. package/lib/angular/widgets/side-menu/menu-item-group/menu-item-group.component.d.ts +0 -18
  48. package/lib/angular/widgets/side-menu/side-menu.component.d.ts +0 -12
  49. package/lib/angular/widgets/side-menu/side-menu.module.d.ts +0 -13
  50. package/lib/angular/widgets/tree-view/ContentResolver/AbstractContentResolver.d.ts +0 -7
  51. package/lib/angular/widgets/tree-view/ContentResolver/ContentResolver.d.ts +0 -6
  52. package/lib/angular/widgets/tree-view/ContentResolver/Converters/EnumTypeGetter.d.ts +0 -2
  53. package/lib/angular/widgets/tree-view/ContentResolver/Converters/JsonConverter.d.ts +0 -7
  54. package/lib/angular/widgets/tree-view/ContentResolver/Converters/TextConverter.d.ts +0 -4
  55. package/lib/angular/widgets/tree-view/ContentResolver/Converters/XmlConverter.d.ts +0 -6
  56. package/lib/angular/widgets/tree-view/ContentResolver/IContentResolver.d.ts +0 -4
  57. package/lib/angular/widgets/tree-view/ContentResolver/Resolvers/JsonResolver.d.ts +0 -5
  58. package/lib/angular/widgets/tree-view/ContentResolver/Resolvers/TextResolver.d.ts +0 -5
  59. package/lib/angular/widgets/tree-view/ContentResolver/Resolvers/XmlResolver.d.ts +0 -6
  60. package/lib/angular/widgets/tree-view/Prettifiers/IPrettifier.d.ts +0 -3
  61. package/lib/angular/widgets/tree-view/Prettifiers/JsonPrettifier.d.ts +0 -4
  62. package/lib/angular/widgets/tree-view/Prettifiers/PrettifierFactory.d.ts +0 -5
  63. package/lib/angular/widgets/tree-view/Prettifiers/TextPrettifier.d.ts +0 -4
  64. package/lib/angular/widgets/tree-view/Prettifiers/XMLPrettifier.d.ts +0 -4
  65. package/lib/angular/widgets/tree-view/index.d.ts +0 -4
  66. package/lib/angular/widgets/tree-view/indigina-tree-view.module.d.ts +0 -11
  67. package/lib/angular/widgets/tree-view/models/Brackets.d.ts +0 -4
  68. package/lib/angular/widgets/tree-view/models/ContentTypesFormat.d.ts +0 -5
  69. package/lib/angular/widgets/tree-view/models/ResolverResult.d.ts +0 -6
  70. package/lib/angular/widgets/tree-view/models/TreeViewCustomButton.d.ts +0 -9
  71. package/lib/angular/widgets/tree-view/models/TreeViewNode.d.ts +0 -15
  72. package/lib/angular/widgets/tree-view/models/TreeViewNodeTypes.d.ts +0 -7
  73. package/lib/angular/widgets/tree-view/tree-view-node/tree-view-node.component.d.ts +0 -15
  74. package/lib/angular/widgets/tree-view/tree-view.component.d.ts +0 -42
  75. package/lib/app.core.module.d.ts +0 -18
  76. package/lib/components/account-menu/AccountMenuItem.d.ts +0 -6
  77. package/lib/components/account-menu/account-menu.component.d.ts +0 -25
  78. package/lib/components/account-menu/account-menu.module.d.ts +0 -12
  79. package/lib/components/account-menu/index.d.ts +0 -2
  80. package/lib/components/azure-login-callback/azure-login-callback.component.d.ts +0 -14
  81. package/lib/components/forbidden/forbidden.component.d.ts +0 -9
  82. package/lib/components/language-selector/index.d.ts +0 -2
  83. package/lib/components/language-selector/language-selector.component.d.ts +0 -18
  84. package/lib/components/language-selector/language-selector.module.d.ts +0 -10
  85. package/lib/config/msal-instance.factory.d.ts +0 -3
  86. package/lib/directives/requirePermission/index.d.ts +0 -2
  87. package/lib/directives/requirePermission/requirePermission.directive.d.ts +0 -21
  88. package/lib/directives/requirePermission/requirePermission.module.d.ts +0 -7
  89. package/lib/interceptors/auth-headers.interceptor.d.ts +0 -11
  90. package/lib/models/ActivityFilter.d.ts +0 -13
  91. package/lib/models/AzureB2CSettings.d.ts +0 -7
  92. package/lib/models/CustomFilter.d.ts +0 -9
  93. package/lib/models/CustomFilterElement.d.ts +0 -12
  94. package/lib/models/FieldTypes.d.ts +0 -6
  95. package/lib/models/FilterTargets.d.ts +0 -4
  96. package/lib/models/Member.d.ts +0 -6
  97. package/lib/models/MemberBase.d.ts +0 -9
  98. package/lib/models/MemberTypes.d.ts +0 -4
  99. package/lib/models/Operators.d.ts +0 -16
  100. package/lib/models/Page.d.ts +0 -4
  101. package/lib/models/PermissionTypes.d.ts +0 -7
  102. package/lib/models/Permissions.d.ts +0 -2
  103. package/lib/models/SystemInfo.d.ts +0 -3
  104. package/lib/models/User.d.ts +0 -5
  105. package/lib/services/IActivityEndpoints.d.ts +0 -6
  106. package/lib/services/IEntityEndpoints.d.ts +0 -6
  107. package/lib/services/IEntityService.d.ts +0 -8
  108. package/lib/services/account.service.d.ts +0 -14
  109. package/lib/services/activity.filter.service.config.d.ts +0 -5
  110. package/lib/services/activity.filter.service.d.ts +0 -33
  111. package/lib/services/auth-provider.resolver.d.ts +0 -13
  112. package/lib/services/auth.providers/AuthProvider.d.ts +0 -8
  113. package/lib/services/auth.providers/azureb2c.provider.d.ts +0 -16
  114. package/lib/services/base.account.service.d.ts +0 -19
  115. package/lib/services/endpoints.d.ts +0 -48
  116. package/lib/services/entity.service.d.ts +0 -17
  117. package/lib/services/filter-utils.d.ts +0 -2
  118. package/lib/services/get-page.service.interface.d.ts +0 -7
  119. package/lib/services/partner.service.d.ts +0 -9
  120. package/lib/services/permissions.service.d.ts +0 -20
  121. package/lib/services/signalr/EventNames.d.ts +0 -4
  122. package/lib/services/signalr/signalr.service.d.ts +0 -17
  123. package/lib/services/url-params.model.d.ts +0 -1
  124. package/lib/widgets/activity-filter/FilterConverter.d.ts +0 -5
  125. package/lib/widgets/activity-filter/activity-filter.component.d.ts +0 -33
  126. package/lib/widgets/activity-filter/activity-filter.module.d.ts +0 -15
  127. package/lib/widgets/activity-filter/index.d.ts +0 -2
  128. package/lib/widgets/confirm-dialog/confirm-dialog.component.d.ts +0 -15
  129. package/lib/widgets/confirm-dialog/confirm-dialog.module.d.ts +0 -9
  130. package/lib/widgets/confirm-dialog/index.d.ts +0 -2
  131. package/lib/widgets/current-timezone/current-timezone.component.d.ts +0 -8
  132. package/lib/widgets/current-timezone/current-timezone.module.d.ts +0 -8
  133. package/lib/widgets/current-timezone/index.d.ts +0 -2
  134. package/lib/widgets/entity-edit/IFormAdapter.d.ts +0 -11
  135. package/lib/widgets/entity-edit/buttons-bar/buttons-bar.component.d.ts +0 -11
  136. package/lib/widgets/entity-edit/buttons-bar/buttons-bar.module.d.ts +0 -10
  137. package/lib/widgets/entity-edit/buttons-bar/index.d.ts +0 -2
  138. package/lib/widgets/entity-edit/create-new/create-new.component.d.ts +0 -11
  139. package/lib/widgets/entity-edit/create-new/create-new.module.d.ts +0 -10
  140. package/lib/widgets/entity-edit/create-new/index.d.ts +0 -2
  141. package/lib/widgets/entity-edit/dropdowns/field-dropdown/field-dropdown.component.d.ts +0 -46
  142. package/lib/widgets/entity-edit/dropdowns/field-dropdown/field-dropdown.module.d.ts +0 -11
  143. package/lib/widgets/entity-edit/dropdowns/object-dropdown/object-dropdown.component.d.ts +0 -34
  144. package/lib/widgets/entity-edit/dropdowns/object-dropdown/object-dropdown.module.d.ts +0 -11
  145. package/lib/widgets/entity-edit/dropdowns/simple-object.model.d.ts +0 -5
  146. package/lib/widgets/entity-edit/entity-edit-form.component.d.ts +0 -25
  147. package/lib/widgets/entity-edit/entity-edit-form.module.d.ts +0 -12
  148. package/lib/widgets/entity-edit/entity-edit.component.d.ts +0 -18
  149. package/lib/widgets/entity-edit/field-multiselect/field-multiselect.component.d.ts +0 -35
  150. package/lib/widgets/entity-edit/field-multiselect/field-multiselect.module.d.ts +0 -11
  151. package/lib/widgets/entity-edit/field-multiselect/index.d.ts +0 -2
  152. package/lib/widgets/entity-edit/index.d.ts +0 -4
  153. package/lib/widgets/entity-list/Command.d.ts +0 -7
  154. package/lib/widgets/entity-list/Field.d.ts +0 -6
  155. package/lib/widgets/entity-list/UrlSerializer.d.ts +0 -2
  156. package/lib/widgets/entity-list/entity-list.component.d.ts +0 -61
  157. package/lib/widgets/entity-list/entity-list.module.d.ts +0 -20
  158. package/lib/widgets/entity-list/field-dropdownlist/field-dropdownlist.component.d.ts +0 -25
  159. package/lib/widgets/entity-list/field-dropdownlist/field-dropdownlist.module.d.ts +0 -8
  160. package/lib/widgets/entity-list/field-dropdownlist/index.d.ts +0 -2
  161. package/lib/widgets/entity-list/index.d.ts +0 -3
  162. package/lib/widgets/entity-list/user-list-admin.component.d.ts +0 -16
  163. package/lib/widgets/excel-export-button/excel-export-button.component.d.ts +0 -5
  164. package/lib/widgets/excel-export-button/excel-export-button.module.d.ts +0 -9
  165. package/lib/widgets/excel-export-button/index.d.ts +0 -2
  166. package/lib/widgets/footer-bar/footer-bar.component.d.ts +0 -5
  167. package/lib/widgets/footer-bar/footer-bar.module.d.ts +0 -7
  168. package/lib/widgets/footer-bar/index.d.ts +0 -2
  169. package/lib/widgets/modal-window/index.d.ts +0 -2
  170. package/lib/widgets/modal-window/modal-window.component.d.ts +0 -13
  171. package/lib/widgets/modal-window/modal-window.module.d.ts +0 -11
  172. package/lib/widgets/multicheck-filter/index.d.ts +0 -2
  173. package/lib/widgets/multicheck-filter/multicheck-filter.component.d.ts +0 -26
  174. package/lib/widgets/multicheck-filter/multicheck-filter.module.d.ts +0 -8
  175. package/lib/widgets/top-bar/index.d.ts +0 -2
  176. package/lib/widgets/top-bar/top-bar.component.d.ts +0 -10
  177. package/lib/widgets/top-bar/top-bar.module.d.ts +0 -10
  178. package/public-api.d.ts +0 -101
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@indigina/kendo",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "peerDependencies": {
5
- "@angular/compiler": "^19.1.4",
6
- "@angular/core": "^19.1.4",
5
+ "@angular/compiler": "^20.1.6",
6
+ "@angular/core": "^20.1.6",
7
7
  "ngx-toastr": "^19.0.0",
8
8
  "ngx-clipboard": "^16.0.0",
9
- "@ngx-translate/core": "^16.0.4",
9
+ "@ngx-translate/core": "^17.0.0",
10
10
  "@ngx-loading-bar/core": "^7.0.0",
11
11
  "@ngx-loading-bar/http-client": "^7.0.0",
12
12
  "@microsoft/signalr": "^7.0.14",
13
13
  "@azure/msal-angular": "^4.0.4",
14
14
  "@azure/msal-browser": "^4.2.0",
15
15
  "moment": "^2.30.1",
16
- "moment-timezone": "^0.5.45"
16
+ "moment-timezone": "^0.6.0"
17
17
  },
18
18
  "peerDependenciesMeta": {
19
19
  "@ngx-translate/core": {
@@ -48,28 +48,28 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "@progress/kendo-angular-buttons": "^18.0.0",
52
- "@progress/kendo-angular-common": "^18.0.0",
53
- "@progress/kendo-angular-dateinputs": "^18.0.0",
54
- "@progress/kendo-angular-dialog": "^18.0.0",
55
- "@progress/kendo-angular-dropdowns": "^18.0.0",
56
- "@progress/kendo-angular-excel-export": "^18.0.0",
57
- "@progress/kendo-angular-grid": "^18.0.0",
58
- "@progress/kendo-angular-inputs": "^18.0.0",
59
- "@progress/kendo-angular-intl": "^18.0.0",
60
- "@progress/kendo-angular-l10n": "^18.0.0",
61
- "@progress/kendo-angular-label": "^18.0.0",
62
- "@progress/kendo-angular-pdf-export": "^18.0.0",
63
- "@progress/kendo-angular-popup": "^18.0.0",
64
- "@progress/kendo-angular-tooltip": "^18.0.0",
65
- "@progress/kendo-angular-treeview": "^18.0.0",
66
- "@progress/kendo-angular-upload": "^18.0.0",
67
- "@progress/kendo-data-query": "^1.7.0",
68
- "@progress/kendo-angular-pager": "^18.0.0",
69
- "@progress/kendo-drawing": "^1.20.4",
70
- "@progress/kendo-licensing": ">=1.3.5",
71
- "@progress/kendo-theme-default": "^10.1.0",
72
- "async-mutex": "^0.4.1",
51
+ "@progress/kendo-angular-buttons": "^20.0.3",
52
+ "@progress/kendo-angular-common": "^20.0.3",
53
+ "@progress/kendo-angular-dateinputs": "^20.0.3",
54
+ "@progress/kendo-angular-dialog": "^20.0.3",
55
+ "@progress/kendo-angular-dropdowns": "^20.0.3",
56
+ "@progress/kendo-angular-excel-export": "^20.0.3",
57
+ "@progress/kendo-angular-grid": "^20.0.3",
58
+ "@progress/kendo-angular-inputs": "^20.0.3",
59
+ "@progress/kendo-angular-intl": "^20.0.3",
60
+ "@progress/kendo-angular-l10n": "^20.0.3",
61
+ "@progress/kendo-angular-label": "^20.0.3",
62
+ "@progress/kendo-angular-pdf-export": "^20.0.3",
63
+ "@progress/kendo-angular-popup": "^20.0.3",
64
+ "@progress/kendo-angular-tooltip": "^20.0.3",
65
+ "@progress/kendo-angular-treeview": "^20.0.3",
66
+ "@progress/kendo-angular-upload": "^20.0.3",
67
+ "@progress/kendo-data-query": "^1.7.1",
68
+ "@progress/kendo-angular-pager": "^20.0.3",
69
+ "@progress/kendo-drawing": "^1.21.2",
70
+ "@progress/kendo-licensing": "^1.7.0",
71
+ "@progress/kendo-theme-default": "^11.3.2",
72
+ "async-mutex": "^0.5.0",
73
73
  "bootstrap": "^3.4.1",
74
74
  "font-awesome": "^4.7.0",
75
75
  "xml-beautify": "^1.2.3",
@@ -1,5 +0,0 @@
1
- export interface ISubscriptionControl {
2
- connected: boolean;
3
- resume(): void;
4
- pause(): void;
5
- }
@@ -1,11 +0,0 @@
1
- import { ISubscriptionControl } from './ISubscriptionControl';
2
- import { Observable } from 'rxjs';
3
- export declare class ReEntrySubscription<T> implements ISubscriptionControl {
4
- private observable;
5
- private action;
6
- private subscription;
7
- constructor(observable: Observable<T>, action: (event: T) => void);
8
- get connected(): boolean;
9
- resume(): void;
10
- pause(): void;
11
- }
@@ -1,13 +0,0 @@
1
- import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class DebounceDirective implements OnInit, OnDestroy {
4
- debounceTime: number;
5
- debounceKeyup: EventEmitter<any>;
6
- private keyUp;
7
- private subscription;
8
- ngOnInit(): void;
9
- ngOnDestroy(): void;
10
- keyUpEvent(event: any): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<DebounceDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<DebounceDirective, "[appDebounce]", never, { "debounceTime": { "alias": "debounceTime"; "required": false; }; }, { "debounceKeyup": "debounceKeyup"; }, never, never, false, never>;
13
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./debounce.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class DebounceModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<DebounceModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<DebounceModule, [typeof i1.DebounceDirective], [typeof i2.CommonModule], [typeof i1.DebounceDirective]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<DebounceModule>;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './debounce.directive';
2
- export * from './debounce.module';
@@ -1,10 +0,0 @@
1
- import { AbstractControl, AbstractControlOptions, AsyncValidatorFn, UntypedFormGroup, ValidatorFn } from '@angular/forms';
2
- export declare class FormGroupWithErrors extends UntypedFormGroup {
3
- generalErrors: string[];
4
- constructor(controls: Record<string, AbstractControl>, validatorOrOpts?: ValidatorFn | ValidatorFn[] | AbstractControlOptions | null, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[] | null);
5
- getControl(name: string): AbstractControl;
6
- applyServerErrors(error: {
7
- title?: string;
8
- errors: Record<string, string[]>;
9
- }, form?: FormGroupWithErrors): void;
10
- }
@@ -1,20 +0,0 @@
1
- import { ElementRef, EventEmitter } from '@angular/core';
2
- import { AbstractControl, FormGroupDirective } from '@angular/forms';
3
- import { FieldComponent } from '../field/field.component';
4
- import * as i0 from "@angular/core";
5
- export declare class FieldCheckBoxInputComponent extends FieldComponent<boolean> {
6
- parent: FormGroupDirective;
7
- eref: ElementRef;
8
- selectedValue: boolean;
9
- selectedChange: EventEmitter<boolean>;
10
- get control(): AbstractControl | null;
11
- constructor(parent: FormGroupDirective, eref: ElementRef);
12
- ngOnInit(): void;
13
- ngOnChanges(): void;
14
- onValueChange(event: boolean): void;
15
- setControlValue(value: boolean | string): void;
16
- initializeControlValue(): void;
17
- private emitSelectedEntity;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldCheckBoxInputComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<FieldCheckBoxInputComponent, "field-checkbox-input", never, { "selectedValue": { "alias": "selectedValue"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, ["*"], false, never>;
20
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./field-checkbox-input.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@ngx-translate/core";
6
- import * as i5 from "@progress/kendo-angular-inputs";
7
- import * as i6 from "@progress/kendo-angular-label";
8
- export declare class FieldCheckBoxInputModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldCheckBoxInputModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<FieldCheckBoxInputModule, [typeof i1.FieldCheckBoxInputComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.TranslateModule, typeof i5.InputsModule, typeof i6.LabelModule], [typeof i1.FieldCheckBoxInputComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<FieldCheckBoxInputModule>;
12
- }
@@ -1,15 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import { FormGroupDirective, ValidatorFn } from '@angular/forms';
3
- import { FieldComponent } from '../field.component';
4
- import * as i0 from "@angular/core";
5
- export declare class FieldInputComponent extends FieldComponent<string> {
6
- parent: FormGroupDirective;
7
- eref: ElementRef;
8
- labelKey: string;
9
- fieldName: string;
10
- type: string;
11
- constructor(parent: FormGroupDirective, eref: ElementRef);
12
- protected setAttribute(name: string, value: string): ValidatorFn;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldInputComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<FieldInputComponent, "field-input", never, { "labelKey": { "alias": "labelKey"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; }, {}, never, ["*"], false, never>;
15
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./field-input.component";
3
- import * as i2 from "./number-input.component";
4
- import * as i3 from "@progress/kendo-angular-buttons";
5
- import * as i4 from "@angular/forms";
6
- import * as i5 from "@ngx-translate/core";
7
- import * as i6 from "@angular/common";
8
- export declare class FieldInputModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldInputModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<FieldInputModule, [typeof i1.FieldInputComponent, typeof i2.NumberInputComponent], [typeof i3.ButtonsModule, typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof i5.TranslateModule, typeof i6.CommonModule], [typeof i1.FieldInputComponent, typeof i2.NumberInputComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<FieldInputModule>;
12
- }
@@ -1,16 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import { FormGroupDirective } from '@angular/forms';
3
- import { FieldInputComponent } from './field-input.component';
4
- import * as i0 from "@angular/core";
5
- export declare class NumberInputComponent extends FieldInputComponent {
6
- parent: FormGroupDirective;
7
- eref: ElementRef;
8
- constructor(parent: FormGroupDirective, eref: ElementRef);
9
- isPositive: boolean;
10
- private cachedValue;
11
- ngAfterContentInit(): void;
12
- private presetDefaultValue;
13
- private isNaNValidator;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "number-input", never, { "isPositive": { "alias": "isPositive"; "required": false; }; }, {}, never, ["*"], false, never>;
16
- }
@@ -1,20 +0,0 @@
1
- import { OnInit, ElementRef, OnChanges } from '@angular/core';
2
- import { FormGroupDirective, ValidatorFn } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare abstract class FieldComponent<T> implements OnInit, OnChanges {
5
- parent: FormGroupDirective;
6
- eref: ElementRef;
7
- private defaultValue;
8
- labelKey: string;
9
- fieldName: string;
10
- disabled: boolean;
11
- id: string;
12
- constructor(parent: FormGroupDirective, eref: ElementRef, defaultValue: T);
13
- ngOnInit(): void;
14
- ngOnChanges(): void;
15
- protected setUp(): void;
16
- protected setAttribute(name: string, value: string): ValidatorFn;
17
- updateState(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldComponent<any>, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<FieldComponent<any>, never, never, { "labelKey": { "alias": "labelKey"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
20
- }
@@ -1,22 +0,0 @@
1
- import { FileRestrictions, SelectEvent } from '@progress/kendo-angular-upload';
2
- import { FieldComponent } from '../../field/field.component';
3
- import { FormGroupDirective } from '@angular/forms';
4
- import { EventEmitter, ElementRef } from '@angular/core';
5
- import * as i0 from "@angular/core";
6
- export declare class FieldFileSelectComponent extends FieldComponent<File> {
7
- parent: FormGroupDirective;
8
- eref: ElementRef;
9
- private defaultFileRestrictions;
10
- labelKey: string;
11
- placeholderKey: string;
12
- fieldName: string;
13
- multiple: boolean;
14
- showFileList: boolean;
15
- disabled: boolean;
16
- restrictions: FileRestrictions;
17
- filesSelected: EventEmitter<File[]>;
18
- onFilesSelected(event: SelectEvent): void;
19
- constructor(parent: FormGroupDirective, eref: ElementRef);
20
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldFileSelectComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<FieldFileSelectComponent, "field-file-select", never, { "labelKey": { "alias": "labelKey"; "required": false; }; "placeholderKey": { "alias": "placeholderKey"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showFileList": { "alias": "showFileList"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "restrictions": { "alias": "restrictions"; "required": false; }; }, { "filesSelected": "filesSelected"; }, never, ["*"], false, never>;
22
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./field-file-select.component";
3
- import * as i2 from "@angular/forms";
4
- import * as i3 from "@ngx-translate/core";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "../../field/field-input/field-input.module";
7
- import * as i6 from "@angular/common/http";
8
- import * as i7 from "@progress/kendo-angular-upload";
9
- export declare class FieldFileSelectModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldFileSelectModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<FieldFileSelectModule, [typeof i1.FieldFileSelectComponent], [typeof i2.ReactiveFormsModule, typeof i2.FormsModule, typeof i3.TranslateModule, typeof i4.CommonModule, typeof i5.FieldInputModule, typeof i6.HttpClientModule, typeof i7.UploadsModule], [typeof i1.FieldFileSelectComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<FieldFileSelectModule>;
13
- }
@@ -1,23 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import { FormGroupDirective } from '@angular/forms';
3
- import { FieldComponent } from '../../field/field.component';
4
- import { FileRestrictions } from '@progress/kendo-angular-upload';
5
- import * as i0 from "@angular/core";
6
- export declare class FieldFileUploadComponent extends FieldComponent<File> {
7
- parent: FormGroupDirective;
8
- eref: ElementRef;
9
- private defaultFileRestrictions;
10
- labelKey: string;
11
- placeholderKey: string;
12
- fieldName: string;
13
- multiple: boolean;
14
- showFileList: boolean;
15
- autoUpload: boolean;
16
- disabled: boolean;
17
- saveUrl: string;
18
- removeUrl: string;
19
- restrictions: FileRestrictions;
20
- constructor(parent: FormGroupDirective, eref: ElementRef);
21
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldFileUploadComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<FieldFileUploadComponent, "field-file-upload", never, { "labelKey": { "alias": "labelKey"; "required": false; }; "placeholderKey": { "alias": "placeholderKey"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showFileList": { "alias": "showFileList"; "required": false; }; "autoUpload": { "alias": "autoUpload"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "saveUrl": { "alias": "saveUrl"; "required": false; }; "removeUrl": { "alias": "removeUrl"; "required": false; }; "restrictions": { "alias": "restrictions"; "required": false; }; }, {}, never, ["*"], false, never>;
23
- }
@@ -1,15 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./field-file-upload.component";
3
- import * as i2 from "@angular/forms";
4
- import * as i3 from "@ngx-translate/core";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "../../field/field-input/field-input.module";
7
- import * as i6 from "@angular/common/http";
8
- import * as i7 from "@progress/kendo-angular-upload";
9
- import * as i8 from "@progress/kendo-angular-inputs";
10
- import * as i9 from "@progress/kendo-angular-buttons";
11
- export declare class FieldFileUploadModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldFileUploadModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<FieldFileUploadModule, [typeof i1.FieldFileUploadComponent], [typeof i2.ReactiveFormsModule, typeof i2.FormsModule, typeof i3.TranslateModule, typeof i4.CommonModule, typeof i5.FieldInputModule, typeof i6.HttpClientModule, typeof i7.UploadsModule, typeof i8.InputsModule, typeof i9.ButtonsModule], [typeof i1.FieldFileUploadComponent]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<FieldFileUploadModule>;
15
- }
@@ -1,10 +0,0 @@
1
- import { OnChanges } from '@angular/core';
2
- import { UntypedFormGroup } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class GeneralErrorsComponent implements OnChanges {
5
- form: UntypedFormGroup;
6
- errors: string[];
7
- ngOnChanges(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<GeneralErrorsComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<GeneralErrorsComponent, "app-general-errors", never, { "form": { "alias": "form"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; }, {}, never, never, false, never>;
10
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./general-errors.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- export declare class GeneralErrorsModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<GeneralErrorsModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneralErrorsModule, [typeof i1.GeneralErrorsComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i3.FormsModule], [typeof i1.GeneralErrorsComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<GeneralErrorsModule>;
9
- }
@@ -1,2 +0,0 @@
1
- export * from './general-errors.component';
2
- export * from './general-errors.module';
@@ -1,25 +0,0 @@
1
- import { ElementRef, EventEmitter } from '@angular/core';
2
- import { AbstractControl, FormGroupDirective } from '@angular/forms';
3
- import { FieldComponent } from '../field/field.component';
4
- import * as i0 from "@angular/core";
5
- export declare class FieldNumericTextBoxInputComponent extends FieldComponent<number> {
6
- parent: FormGroupDirective;
7
- eref: ElementRef;
8
- min: number;
9
- max: number;
10
- step: number;
11
- format: string;
12
- selectedValue: number;
13
- placeholder: string;
14
- selectedChange: EventEmitter<number>;
15
- get control(): AbstractControl | null;
16
- constructor(parent: FormGroupDirective, eref: ElementRef);
17
- ngOnInit(): void;
18
- ngOnChanges(): void;
19
- onValueChange(event: number): void;
20
- private emitSelectedEntity;
21
- initializeControlValue(): void;
22
- setControlValue(value: number | string): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldNumericTextBoxInputComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FieldNumericTextBoxInputComponent, "field-numerictextbox-input", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "format": { "alias": "format"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, ["*"], false, never>;
25
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./field-numerictextbox-input.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@ngx-translate/core";
6
- import * as i5 from "@progress/kendo-angular-inputs";
7
- import * as i6 from "@progress/kendo-angular-label";
8
- export declare class FieldNumericTextBoxInputModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldNumericTextBoxInputModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<FieldNumericTextBoxInputModule, [typeof i1.FieldNumericTextBoxInputComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.TranslateModule, typeof i5.InputsModule, typeof i6.LabelModule], [typeof i1.FieldNumericTextBoxInputComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<FieldNumericTextBoxInputModule>;
12
- }
@@ -1,17 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import { FormGroupDirective } from '@angular/forms';
3
- import { FieldComponent } from '../field/field.component';
4
- import * as i0 from "@angular/core";
5
- export declare class FieldTextAreaComponent extends FieldComponent<string> {
6
- parent: FormGroupDirective;
7
- eref: ElementRef;
8
- labelKey: string;
9
- placeholderKey: string;
10
- fieldName: string;
11
- readonly: boolean;
12
- height: number;
13
- rebind: string;
14
- constructor(parent: FormGroupDirective, eref: ElementRef);
15
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldTextAreaComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<FieldTextAreaComponent, "field-textarea", never, { "labelKey": { "alias": "labelKey"; "required": false; }; "placeholderKey": { "alias": "placeholderKey"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rebind": { "alias": "rebind"; "required": false; }; }, {}, never, ["*"], false, never>;
17
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./field-textarea.component";
3
- import * as i2 from "@angular/forms";
4
- import * as i3 from "@ngx-translate/core";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@angular/common/http";
7
- export declare class FieldTextAreaModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldTextAreaModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<FieldTextAreaModule, [typeof i1.FieldTextAreaComponent], [typeof i2.ReactiveFormsModule, typeof i2.FormsModule, typeof i3.TranslateModule, typeof i4.CommonModule, typeof i5.HttpClientModule], [typeof i1.FieldTextAreaComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<FieldTextAreaModule>;
11
- }
@@ -1,12 +0,0 @@
1
- import { LogLevel } from '@microsoft/signalr';
2
- import { AzureB2CSettings } from '../../models/AzureB2CSettings';
3
- import * as i0 from "@angular/core";
4
- export declare abstract class AppSettings {
5
- apiUrl: string;
6
- accountUrl: string;
7
- toastrTimeOut: number;
8
- signalRLogLevel?: LogLevel;
9
- azureB2C: AzureB2CSettings;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<AppSettings, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<AppSettings>;
12
- }
@@ -1,4 +0,0 @@
1
- import type { HttpErrorResponse } from '@angular/common/http';
2
- export declare class CustomHttpErrorResponse extends HttpErrorResponse {
3
- title: string;
4
- }
@@ -1,8 +0,0 @@
1
- export declare enum HttpCodes {
2
- BadRequest = 400,
3
- Forbidden = 403,
4
- InternalServerError = 500,
5
- NotFound = 404,
6
- OK = 200,
7
- Unauthorized = 401
8
- }
@@ -1,2 +0,0 @@
1
- import { NamedModel } from './NamedModel';
2
- export declare const HttpMethods: NamedModel[];
@@ -1,3 +0,0 @@
1
- export interface IdentifiedModel {
2
- id: string;
3
- }
@@ -1,9 +0,0 @@
1
- import { TranslateLoader } from '@ngx-translate/core';
2
- import { AppSettings } from './AppSettings';
3
- import * as i0 from "@angular/core";
4
- export declare abstract class IndiginaConfiguration {
5
- langs?: TranslateLoader;
6
- appSettings?: AppSettings;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<IndiginaConfiguration, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<IndiginaConfiguration>;
9
- }
@@ -1,4 +0,0 @@
1
- export interface Language {
2
- name: string;
3
- code: string;
4
- }
@@ -1,4 +0,0 @@
1
- import { IdentifiedModel } from './IdentifiedModel';
2
- export interface NamedModel extends IdentifiedModel {
3
- name: string;
4
- }
@@ -1,3 +0,0 @@
1
- export interface Removable {
2
- suppressDeletion?: boolean;
3
- }
@@ -1,3 +0,0 @@
1
- export interface HttpRequestOptions {
2
- muteNotFoundError?: boolean;
3
- }
@@ -1,27 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { Router } from '@angular/router';
3
- import { TranslateService } from '@ngx-translate/core';
4
- import { Observable } from 'rxjs';
5
- import { AppSettings } from '../models/AppSettings';
6
- import { SettingsService } from './settings.service';
7
- import { AppToastrService } from './toastr.service';
8
- import { HttpRequestOptions } from './http-request-options.model';
9
- import * as i0 from "@angular/core";
10
- export declare class HttpService {
11
- private appToastrService;
12
- private httpClient;
13
- private appSettings;
14
- private translate;
15
- private router;
16
- private settingsService;
17
- constructor(appToastrService: AppToastrService, httpClient: HttpClient, appSettings: AppSettings, translate: TranslateService, router: Router, settingsService: SettingsService);
18
- get<T>(path: string, options?: HttpRequestOptions): Observable<T>;
19
- delete(path: string): Observable<object>;
20
- post<T>(path: string, data: T | FormData, successTranslateMessage?: string): Observable<T>;
21
- put<T>(path: string, data: T | FormData, successTranslateMessage?: string): Observable<T>;
22
- createUrl(path: string): string;
23
- private handleServerError;
24
- private showSuccessMessage;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<HttpService, never>;
26
- static ɵprov: i0.ɵɵInjectableDeclaration<HttpService>;
27
- }
@@ -1,15 +0,0 @@
1
- import { Language } from '../models/Language';
2
- import { TranslateService } from '@ngx-translate/core';
3
- import * as i0 from "@angular/core";
4
- export declare class LocaleSettingsService {
5
- private translate;
6
- private languages;
7
- private localeId;
8
- constructor(translate: TranslateService);
9
- init(): void;
10
- getLocales(): Language[];
11
- getLocale(): string;
12
- setLocale(locale: string): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<LocaleSettingsService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<LocaleSettingsService>;
15
- }
@@ -1,15 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SettingsService {
3
- putCurrentCallbackPath(): void;
4
- putCallbackPath(pathUri: string): void;
5
- getCallbackPath(): string;
6
- clearCallbackPath(): void;
7
- setLoginAsUser(id: string): void;
8
- getLoginAsUser(): string;
9
- clearLoginAsUser(): void;
10
- clearToken(): void;
11
- setToken(token: string): void;
12
- getToken(): string;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<SettingsService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<SettingsService>;
15
- }
@@ -1,13 +0,0 @@
1
- import { ToastrService } from 'ngx-toastr';
2
- import { AppSettings } from '../models/AppSettings';
3
- import * as i0 from "@angular/core";
4
- export declare class AppToastrService {
5
- private toastr;
6
- private appSettings;
7
- constructor(toastr: ToastrService, appSettings: AppSettings);
8
- private timeout;
9
- showError(message: string, title?: string): void;
10
- showSuccess(message: string, title?: string): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AppToastrService, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<AppToastrService>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './live-updates-control.module';
2
- export * from './live-updates-control.component';
@@ -1,10 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { ISubscriptionControl } from '../../extensions/ISubscriptionControl';
3
- import * as i0 from "@angular/core";
4
- export declare class LiveUpdatesControlComponent implements OnInit {
5
- subscription: ISubscriptionControl;
6
- ngOnInit(): void;
7
- toggle(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<LiveUpdatesControlComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<LiveUpdatesControlComponent, "live-updates-control", never, { "subscription": { "alias": "subscription"; "required": false; }; }, {}, never, never, false, never>;
10
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./live-updates-control.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@ngx-translate/core";
5
- export declare class LiveUpdatesControlModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<LiveUpdatesControlModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<LiveUpdatesControlModule, [typeof i1.LiveUpdatesControlComponent], [typeof i2.CommonModule, typeof i3.TranslateModule], [typeof i1.LiveUpdatesControlComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<LiveUpdatesControlModule>;
9
- }
@@ -1,8 +0,0 @@
1
- export interface MenuItem {
2
- text: string;
3
- url?: string;
4
- link?: string;
5
- iconClass?: string;
6
- expanded?: boolean;
7
- items?: MenuItem[];
8
- }
@@ -1,3 +0,0 @@
1
- export * from './side-menu.module';
2
- export * from './side-menu.component';
3
- export * from './menu-item-group/menu-item-group.component';