aril 2.0.1-dev.3 → 2.0.1-dev.5

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 (199) hide show
  1. package/boot/bridge/src/mfe-bridge.d.ts +33 -0
  2. package/boot/config/apps/src/interfaces.d.ts +7 -1
  3. package/boot/config/apps/src/route-close.service.d.ts +8 -3
  4. package/boot/config/apps/src/route-permissions.d.ts +2 -2
  5. package/esm2022/boot/bridge/src/mfe-bridge.mjs +18 -1
  6. package/esm2022/boot/config/api/src/interfaces.mjs +3 -2
  7. package/esm2022/boot/config/apps/src/apps.service.mjs +2 -2
  8. package/esm2022/boot/config/apps/src/custom-route-reuse-strategy.class.mjs +4 -4
  9. package/esm2022/boot/config/apps/src/interfaces.mjs +2 -1
  10. package/esm2022/boot/config/apps/src/route-close.service.mjs +11 -4
  11. package/esm2022/boot/config/apps/src/route-permissions.mjs +24 -6
  12. package/esm2022/boot/config/plugins/src/plugins.service.mjs +7 -5
  13. package/esm2022/boot/host/src/bootstrap.mjs +5 -3
  14. package/esm2022/boot/mfe/src/bootstrap.mjs +15 -3
  15. package/esm2022/http/index.mjs +1 -2
  16. package/esm2022/http/src/serviceBase.mjs +4 -4
  17. package/esm2022/http/src/serviceStateMethods.mjs +9 -1
  18. package/esm2022/keycloak/src/auth.interceptor.mjs +5 -2
  19. package/esm2022/selection/aril-selection.mjs +5 -0
  20. package/esm2022/selection/index.mjs +2 -0
  21. package/esm2022/selection/src/interfaces.mjs +2 -0
  22. package/esm2022/selection/src/selection-group.service.mjs +195 -0
  23. package/esm2022/theme/layout/app/profileSidebar/modals/edit-profile-modal/edit-profile-modal.component.mjs +2 -2
  24. package/esm2022/theme/layout/index.mjs +4 -2
  25. package/esm2022/theme/layout/service/breadcrumb-publisher.service.mjs +12 -4
  26. package/esm2022/theme/layout/service/interfaces/interfaces.mjs +1 -1
  27. package/esm2022/ui/button/index.mjs +1 -2
  28. package/esm2022/ui/button/src/button.component.mjs +5 -2
  29. package/esm2022/ui/charts/index.mjs +1 -11
  30. package/esm2022/ui/lib/index.mjs +1 -4
  31. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +9 -5
  32. package/esm2022/ui/multiSelect/src/multi-select.component.mjs +25 -25
  33. package/esm2022/ui/relativeDateSelector/src/relative-date-selector.component.mjs +2 -2
  34. package/esm2022/ui/selectBox/src/select-box.component.mjs +11 -34
  35. package/esm2022/ui/table/src/table.component.mjs +10 -5
  36. package/esm2022/ui/value/src/value.component.mjs +3 -2
  37. package/esm2022/ui-business/enumPicker/src/enum-picker.component.mjs +14 -6
  38. package/esm2022/util/activity/aril-util-activity.mjs +5 -0
  39. package/esm2022/util/activity/index.mjs +4 -0
  40. package/esm2022/util/activity/src/activity.constants.mjs +4 -0
  41. package/esm2022/util/activity/src/activity.service.mjs +218 -0
  42. package/esm2022/util/activity/src/activity.types.mjs +2 -0
  43. package/esm2022/util/block/src/block.mjs +9 -25
  44. package/esm2022/util/pub-sub/src/pub-sub.service.mjs +10 -5
  45. package/fesm2022/{aril-app.component-s14ruALV.mjs → aril-app.component-MjG_tPEe.mjs} +2 -1
  46. package/fesm2022/{aril-app.component-s14ruALV.mjs.map → aril-app.component-MjG_tPEe.mjs.map} +1 -1
  47. package/fesm2022/aril-boot-bridge.mjs +17 -0
  48. package/fesm2022/aril-boot-bridge.mjs.map +1 -1
  49. package/fesm2022/aril-boot-config-api.mjs +2 -1
  50. package/fesm2022/aril-boot-config-api.mjs.map +1 -1
  51. package/fesm2022/aril-boot-config-apps.mjs +36 -12
  52. package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
  53. package/fesm2022/aril-boot-config-plugins.mjs +6 -4
  54. package/fesm2022/aril-boot-config-plugins.mjs.map +1 -1
  55. package/fesm2022/aril-boot-host.mjs +4 -2
  56. package/fesm2022/aril-boot-host.mjs.map +1 -1
  57. package/fesm2022/{aril-boot-mfe-app.component-AS4MzEo2.mjs → aril-boot-mfe-app.component-DtspQ3J8.mjs} +3 -2
  58. package/fesm2022/{aril-boot-mfe-app.component-AS4MzEo2.mjs.map → aril-boot-mfe-app.component-DtspQ3J8.mjs.map} +1 -1
  59. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-Ui9Cv3UC.mjs → aril-boot-mfe-aril-boot-mfe-lovoFcgw.mjs} +16 -4
  60. package/fesm2022/aril-boot-mfe-aril-boot-mfe-lovoFcgw.mjs.map +1 -0
  61. package/fesm2022/aril-boot-mfe.mjs +2 -1
  62. package/fesm2022/aril-boot-mfe.mjs.map +1 -1
  63. package/fesm2022/aril-http.mjs +11 -7
  64. package/fesm2022/aril-http.mjs.map +1 -1
  65. package/fesm2022/aril-keycloak.mjs +4 -1
  66. package/fesm2022/aril-keycloak.mjs.map +1 -1
  67. package/fesm2022/aril-selection.mjs +202 -0
  68. package/fesm2022/aril-selection.mjs.map +1 -0
  69. package/fesm2022/aril-theme-layout.mjs +14 -66
  70. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  71. package/fesm2022/aril-ui-business-enumPicker.mjs +14 -6
  72. package/fesm2022/aril-ui-business-enumPicker.mjs.map +1 -1
  73. package/fesm2022/aril-ui-button.mjs +5 -17
  74. package/fesm2022/aril-ui-button.mjs.map +1 -1
  75. package/fesm2022/aril-ui-charts.mjs +4 -1302
  76. package/fesm2022/aril-ui-charts.mjs.map +1 -1
  77. package/fesm2022/aril-ui-lib.mjs +10 -98
  78. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  79. package/fesm2022/aril-ui-multiSelect.mjs +24 -24
  80. package/fesm2022/aril-ui-multiSelect.mjs.map +1 -1
  81. package/fesm2022/aril-ui-relativeDateSelector.mjs +1 -1
  82. package/fesm2022/aril-ui-relativeDateSelector.mjs.map +1 -1
  83. package/fesm2022/aril-ui-selectBox.mjs +10 -33
  84. package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
  85. package/fesm2022/aril-ui-table.mjs +9 -4
  86. package/fesm2022/aril-ui-table.mjs.map +1 -1
  87. package/fesm2022/aril-ui-value.mjs +2 -1
  88. package/fesm2022/aril-ui-value.mjs.map +1 -1
  89. package/fesm2022/aril-util-activity.mjs +228 -0
  90. package/fesm2022/aril-util-activity.mjs.map +1 -0
  91. package/fesm2022/aril-util-block.mjs +9 -25
  92. package/fesm2022/aril-util-block.mjs.map +1 -1
  93. package/fesm2022/aril-util-pub-sub.mjs +9 -4
  94. package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
  95. package/fesm2022/aril.mjs +18 -5
  96. package/fesm2022/aril.mjs.map +1 -1
  97. package/http/index.d.ts +0 -1
  98. package/http/src/serviceStateMethods.d.ts +1 -0
  99. package/package.json +210 -234
  100. package/scripts/mf-shared.js +47 -0
  101. package/selection/index.d.ts +1 -0
  102. package/selection/src/interfaces.d.ts +8 -0
  103. package/{theme/layout/service → selection/src}/selection-group.service.d.ts +9 -5
  104. package/theme/layout/index.d.ts +1 -1
  105. package/theme/layout/index.ts +3 -1
  106. package/theme/layout/service/breadcrumb-publisher.service.ts +18 -8
  107. package/theme/layout/service/interfaces/interfaces.d.ts +3 -17
  108. package/theme/layout/service/interfaces/interfaces.ts +6 -18
  109. package/ui/button/index.d.ts +0 -1
  110. package/ui/button/src/button.component.d.ts +2 -0
  111. package/ui/charts/index.d.ts +0 -10
  112. package/ui/lib/index.d.ts +0 -3
  113. package/ui/lib/src/form/form-error-message.directive.d.ts +4 -3
  114. package/ui/multiSelect/src/multi-select.component.d.ts +4 -5
  115. package/ui/selectBox/src/select-box.component.d.ts +2 -7
  116. package/ui/table/src/table.component.d.ts +3 -2
  117. package/util/activity/index.d.ts +3 -0
  118. package/util/activity/src/activity.constants.d.ts +3 -0
  119. package/util/activity/src/activity.service.d.ts +35 -0
  120. package/util/activity/src/activity.types.d.ts +13 -0
  121. package/util/block/src/block.d.ts +4 -10
  122. package/util/pub-sub/src/pub-sub.service.d.ts +2 -2
  123. package/esm2022/http/src/serviceMockBase.mjs +0 -4
  124. package/esm2022/theme/layout/service/selection-group.service.mjs +0 -65
  125. package/esm2022/ui/button/src/split-button.component.mjs +0 -18
  126. package/esm2022/ui/charts/src/amCharts/column/column-chart.component.mjs +0 -124
  127. package/esm2022/ui/charts/src/amCharts/line/line-chart.component.mjs +0 -164
  128. package/esm2022/ui/charts/src/amCharts/pie/pie-chart.component.mjs +0 -116
  129. package/esm2022/ui/charts/src/highCharts/area/area-chart.component.mjs +0 -114
  130. package/esm2022/ui/charts/src/highCharts/bar/bar-chart.component.mjs +0 -100
  131. package/esm2022/ui/charts/src/highCharts/column/column-chart.component.mjs +0 -117
  132. package/esm2022/ui/charts/src/highCharts/heatmap/heatMap-chart.component.mjs +0 -252
  133. package/esm2022/ui/charts/src/highCharts/line/line-chart-series.component.mjs +0 -89
  134. package/esm2022/ui/charts/src/highCharts/line/line-chart.component.mjs +0 -82
  135. package/esm2022/ui/charts/src/highCharts/pie/pie-chart.component.mjs +0 -137
  136. package/esm2022/ui/charts/src/theme/theme.mjs +0 -54
  137. package/esm2022/ui/dxEditor/aril-ui-dxEditor.mjs +0 -5
  138. package/esm2022/ui/dxEditor/index.mjs +0 -2
  139. package/esm2022/ui/dxEditor/src/dx-editor.component.mjs +0 -26
  140. package/esm2022/ui/lib/src/form/form-field-builder.mjs +0 -23
  141. package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +0 -49
  142. package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +0 -25
  143. package/esm2022/ui/overlayPanel/aril-ui-overlayPanel.mjs +0 -5
  144. package/esm2022/ui/overlayPanel/index.mjs +0 -2
  145. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +0 -20
  146. package/esm2022/ui/tooltip/aril-ui-tooltip.mjs +0 -5
  147. package/esm2022/ui/tooltip/index.mjs +0 -2
  148. package/esm2022/ui/tooltip/src/tooltip-component.mjs +0 -23
  149. package/esm2022/ui/treeTable/aril-ui-treeTable.mjs +0 -5
  150. package/esm2022/ui/treeTable/index.mjs +0 -2
  151. package/esm2022/ui/treeTable/src/tree-table.component.mjs +0 -55
  152. package/esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs +0 -5
  153. package/esm2022/ui-business/operation-types-dialog/index.mjs +0 -2
  154. package/esm2022/ui-business/operation-types-dialog/src/operation-types-dialog.component.mjs +0 -76
  155. package/esm2022/util/unwrap/aril-util-unwrap.mjs +0 -5
  156. package/esm2022/util/unwrap/index.mjs +0 -2
  157. package/esm2022/util/unwrap/src/unwrap-tag.directive.mjs +0 -24
  158. package/fesm2022/aril-boot-mfe-aril-boot-mfe-Ui9Cv3UC.mjs.map +0 -1
  159. package/fesm2022/aril-ui-business-operation-types-dialog.mjs +0 -83
  160. package/fesm2022/aril-ui-business-operation-types-dialog.mjs.map +0 -1
  161. package/fesm2022/aril-ui-dxEditor.mjs +0 -33
  162. package/fesm2022/aril-ui-dxEditor.mjs.map +0 -1
  163. package/fesm2022/aril-ui-overlayPanel.mjs +0 -27
  164. package/fesm2022/aril-ui-overlayPanel.mjs.map +0 -1
  165. package/fesm2022/aril-ui-tooltip.mjs +0 -30
  166. package/fesm2022/aril-ui-tooltip.mjs.map +0 -1
  167. package/fesm2022/aril-ui-treeTable.mjs +0 -62
  168. package/fesm2022/aril-ui-treeTable.mjs.map +0 -1
  169. package/fesm2022/aril-util-unwrap.mjs +0 -31
  170. package/fesm2022/aril-util-unwrap.mjs.map +0 -1
  171. package/http/src/serviceMockBase.d.ts +0 -6
  172. package/theme/layout/service/selection-group.service.ts +0 -73
  173. package/ui/button/src/split-button.component.d.ts +0 -8
  174. package/ui/charts/src/amCharts/column/column-chart.component.d.ts +0 -25
  175. package/ui/charts/src/amCharts/line/line-chart.component.d.ts +0 -26
  176. package/ui/charts/src/amCharts/pie/pie-chart.component.d.ts +0 -24
  177. package/ui/charts/src/highCharts/area/area-chart.component.d.ts +0 -20
  178. package/ui/charts/src/highCharts/bar/bar-chart.component.d.ts +0 -26
  179. package/ui/charts/src/highCharts/column/column-chart.component.d.ts +0 -28
  180. package/ui/charts/src/highCharts/heatmap/heatMap-chart.component.d.ts +0 -32
  181. package/ui/charts/src/highCharts/line/line-chart-series.component.d.ts +0 -21
  182. package/ui/charts/src/highCharts/line/line-chart.component.d.ts +0 -21
  183. package/ui/charts/src/highCharts/pie/pie-chart.component.d.ts +0 -27
  184. package/ui/charts/src/theme/theme.d.ts +0 -5
  185. package/ui/dxEditor/index.d.ts +0 -1
  186. package/ui/dxEditor/src/dx-editor.component.d.ts +0 -11
  187. package/ui/lib/src/form/form-field-builder.d.ts +0 -8
  188. package/ui/lib/src/input/common-input-validators.service.d.ts +0 -20
  189. package/ui/lib/src/input/input-disabled.directive.d.ts +0 -9
  190. package/ui/overlayPanel/index.d.ts +0 -1
  191. package/ui/overlayPanel/src/overlay-panel.component.d.ts +0 -8
  192. package/ui/tooltip/index.d.ts +0 -1
  193. package/ui/tooltip/src/tooltip-component.d.ts +0 -14
  194. package/ui/treeTable/index.d.ts +0 -1
  195. package/ui/treeTable/src/tree-table.component.d.ts +0 -21
  196. package/ui-business/operation-types-dialog/index.d.ts +0 -1
  197. package/ui-business/operation-types-dialog/src/operation-types-dialog.component.d.ts +0 -28
  198. package/util/unwrap/index.d.ts +0 -1
  199. package/util/unwrap/src/unwrap-tag.directive.d.ts +0 -9
@@ -1,20 +0,0 @@
1
- import { ValidatorFn } from '@angular/forms';
2
- import 'aril/util/primitive-extensions';
3
- import * as i0 from "@angular/core";
4
- type DateRangeFormat = 'minute' | 'hour' | 'day' | 'month' | 'year';
5
- export declare class CommonInputValidatorsService {
6
- /**
7
- * @param sdCtrlName - name of the start date form control
8
- * @param edCtrlName - name of the end date form control
9
- * @param rangeValue - range between start and end date. Default value is 1
10
- * @param rangeFormat - format of the range. Default value is "day"
11
- */
12
- dateRange(sdCtrlName: string, edCtrlName: string, rangeValue?: number, rangeFormat?: DateRangeFormat): ValidatorFn;
13
- /**
14
- * @description - pasword match vs.
15
- */
16
- strictMatch(controlName: string, matchingControlName: string): ValidatorFn;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<CommonInputValidatorsService, never>;
18
- static ɵprov: i0.ɵɵInjectableDeclaration<CommonInputValidatorsService>;
19
- }
20
- export {};
@@ -1,9 +0,0 @@
1
- import { NgControl } from '@angular/forms';
2
- import * as i0 from "@angular/core";
3
- export declare class InputDisabledDirective {
4
- private ngControl;
5
- constructor(ngControl: NgControl);
6
- set arilDisabled(condition: boolean);
7
- static ɵfac: i0.ɵɵFactoryDeclaration<InputDisabledDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<InputDisabledDirective, "[arilDisabled]", never, { "arilDisabled": { "alias": "arilDisabled"; "required": false; }; }, {}, never, never, true, never>;
9
- }
@@ -1 +0,0 @@
1
- export * from './src/overlay-panel.component';
@@ -1,8 +0,0 @@
1
- import { OverlayPanel } from 'primeng/overlaypanel';
2
- import * as i0 from "@angular/core";
3
- export declare class OverlayPanelComponent {
4
- dismissable: import("@angular/core").InputSignal<boolean, boolean>;
5
- ref: OverlayPanel;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<OverlayPanelComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<OverlayPanelComponent, "aril-overlay-panel", never, { "dismissable": { "alias": "dismissable"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
8
- }
@@ -1 +0,0 @@
1
- export * from './src/tooltip-component';
@@ -1,14 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class TooltipComponent {
4
- text: import("@angular/core").InputSignal<string, string>;
5
- template: import("@angular/core").InputSignal<TemplateRef<any> | null | undefined, TemplateRef<any> | null | undefined>;
6
- position: import("@angular/core").InputSignal<string, string>;
7
- showDelay: import("@angular/core").InputSignal<number, number>;
8
- hideDelay: import("@angular/core").InputSignal<number, number>;
9
- tooltipStyle: import("@angular/core").InputSignal<any, any>;
10
- tooltipStyleClass: import("@angular/core").InputSignal<string, string>;
11
- appendTo: import("@angular/core").InputSignal<any, any>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "aril-tooltip", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "template": { "alias": "template"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "showDelay": { "alias": "showDelay"; "required": false; "isSignal": true; }; "hideDelay": { "alias": "hideDelay"; "required": false; "isSignal": true; }; "tooltipStyle": { "alias": "tooltipStyle"; "required": false; "isSignal": true; }; "tooltipStyleClass": { "alias": "tooltipStyleClass"; "required": false; "isSignal": true; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
14
- }
@@ -1 +0,0 @@
1
- export * from './src/tree-table.component';
@@ -1,21 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { TreeNode, TreeTableNode } from 'primeng/api';
3
- import { TableColumns } from 'aril/ui/table';
4
- import * as i0 from "@angular/core";
5
- export declare class TreeTableComponent {
6
- data: import("@angular/core").InputSignal<TreeNode<any>[], TreeNode<any>[]>;
7
- checkboxSelection: import("@angular/core").InputSignal<boolean | undefined, boolean | undefined>;
8
- pageSize: import("@angular/core").InputSignal<number, number>;
9
- scrollable: import("@angular/core").InputSignal<boolean, boolean>;
10
- scrollHeight: import("@angular/core").InputSignal<string | undefined, string | undefined>;
11
- expandEvent: EventEmitter<unknown>;
12
- selectionEvent: EventEmitter<any>;
13
- columns: TableColumns;
14
- filterText: string;
15
- pageOptions: number[];
16
- selectedNodes: TreeTableNode<any> | TreeTableNode<any>[] | null;
17
- excelExport(): void;
18
- saveAsExcelFile(buffer: any, fileName: string): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeTableComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeTableComponent, "aril-tree-table", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "checkboxSelection": { "alias": "checkboxSelection"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "scrollable": { "alias": "scrollable"; "required": false; "isSignal": true; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; "isSignal": true; }; }, { "expandEvent": "expandEvent"; "selectionEvent": "selectionEvent"; }, ["columns"], ["[footer]"], true, never>;
21
- }
@@ -1 +0,0 @@
1
- export * from './src/operation-types-dialog.component';
@@ -1,28 +0,0 @@
1
- import { DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
2
- import { TableComponent } from 'aril/ui/table';
3
- import * as i0 from "@angular/core";
4
- export declare enum OperationType {
5
- ApplyOnlySelected = "APPLY_ONLY_SELECTED",
6
- ApplyExceptSelected = "APPLY_EXCEPT_SELECTED",
7
- ApplyAll = "APPLY_ALL"
8
- }
9
- export type OperationTypeResult = {
10
- searchApplyType: OperationType;
11
- totalElements: number;
12
- };
13
- export declare class OperationTypesComponent {
14
- private ref;
15
- private dialogConfig;
16
- selectedOption: OperationType;
17
- options: {
18
- key: OperationType;
19
- label: string;
20
- }[];
21
- constructor(ref: DynamicDialogRef, dialogConfig: DynamicDialogConfig);
22
- get tableRef(): TableComponent;
23
- get totalRecords(): number;
24
- get selectedRowsLength(): number;
25
- submit(): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<OperationTypesComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<OperationTypesComponent, "ng-component", never, {}, {}, never, never, true, never>;
28
- }
@@ -1 +0,0 @@
1
- export * from './src/unwrap-tag.directive';
@@ -1,9 +0,0 @@
1
- import { AfterViewInit, ElementRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class UnwrapTagDirective implements AfterViewInit {
4
- private el;
5
- constructor(el: ElementRef);
6
- ngAfterViewInit(): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<UnwrapTagDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<UnwrapTagDirective, "[unwraptag]", never, {}, {}, never, never, true, never>;
9
- }