aril 2.0.1-dev.4 → 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 (189) hide show
  1. package/boot/config/apps/src/interfaces.d.ts +7 -1
  2. package/boot/config/apps/src/route-close.service.d.ts +8 -3
  3. package/boot/config/apps/src/route-permissions.d.ts +2 -2
  4. package/esm2022/boot/config/api/src/interfaces.mjs +3 -2
  5. package/esm2022/boot/config/apps/src/apps.service.mjs +2 -2
  6. package/esm2022/boot/config/apps/src/custom-route-reuse-strategy.class.mjs +4 -4
  7. package/esm2022/boot/config/apps/src/interfaces.mjs +2 -1
  8. package/esm2022/boot/config/apps/src/route-close.service.mjs +11 -4
  9. package/esm2022/boot/config/apps/src/route-permissions.mjs +24 -6
  10. package/esm2022/boot/config/plugins/src/plugins.service.mjs +7 -5
  11. package/esm2022/boot/host/src/bootstrap.mjs +5 -3
  12. package/esm2022/boot/mfe/src/bootstrap.mjs +11 -3
  13. package/esm2022/http/index.mjs +1 -2
  14. package/esm2022/http/src/serviceBase.mjs +4 -4
  15. package/esm2022/http/src/serviceStateMethods.mjs +9 -1
  16. package/esm2022/keycloak/src/auth.interceptor.mjs +5 -2
  17. package/esm2022/selection/aril-selection.mjs +5 -0
  18. package/esm2022/selection/index.mjs +2 -0
  19. package/esm2022/selection/src/interfaces.mjs +2 -0
  20. package/esm2022/selection/src/selection-group.service.mjs +195 -0
  21. package/esm2022/theme/layout/app/profileSidebar/modals/edit-profile-modal/edit-profile-modal.component.mjs +2 -2
  22. package/esm2022/theme/layout/index.mjs +4 -2
  23. package/esm2022/ui/button/index.mjs +1 -2
  24. package/esm2022/ui/button/src/button.component.mjs +5 -2
  25. package/esm2022/ui/charts/index.mjs +1 -11
  26. package/esm2022/ui/lib/index.mjs +1 -4
  27. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +9 -5
  28. package/esm2022/ui/multiSelect/src/multi-select.component.mjs +25 -25
  29. package/esm2022/ui/relativeDateSelector/src/relative-date-selector.component.mjs +2 -2
  30. package/esm2022/ui/selectBox/src/select-box.component.mjs +11 -34
  31. package/esm2022/ui/table/src/table.component.mjs +10 -5
  32. package/esm2022/ui/value/src/value.component.mjs +3 -2
  33. package/esm2022/ui-business/enumPicker/src/enum-picker.component.mjs +14 -6
  34. package/esm2022/util/activity/aril-util-activity.mjs +5 -0
  35. package/esm2022/util/activity/index.mjs +4 -0
  36. package/esm2022/util/activity/src/activity.constants.mjs +4 -0
  37. package/esm2022/util/activity/src/activity.service.mjs +218 -0
  38. package/esm2022/util/activity/src/activity.types.mjs +2 -0
  39. package/esm2022/util/block/src/block.mjs +9 -25
  40. package/esm2022/util/pub-sub/src/pub-sub.service.mjs +10 -5
  41. package/fesm2022/{aril-app.component-s14ruALV.mjs → aril-app.component-MjG_tPEe.mjs} +2 -1
  42. package/fesm2022/{aril-app.component-s14ruALV.mjs.map → aril-app.component-MjG_tPEe.mjs.map} +1 -1
  43. package/fesm2022/aril-boot-config-api.mjs +2 -1
  44. package/fesm2022/aril-boot-config-api.mjs.map +1 -1
  45. package/fesm2022/aril-boot-config-apps.mjs +36 -12
  46. package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
  47. package/fesm2022/aril-boot-config-plugins.mjs +6 -4
  48. package/fesm2022/aril-boot-config-plugins.mjs.map +1 -1
  49. package/fesm2022/aril-boot-host.mjs +4 -2
  50. package/fesm2022/aril-boot-host.mjs.map +1 -1
  51. package/fesm2022/{aril-boot-mfe-app.component-oxzMhRXe.mjs → aril-boot-mfe-app.component-DtspQ3J8.mjs} +3 -2
  52. package/fesm2022/{aril-boot-mfe-app.component-oxzMhRXe.mjs.map → aril-boot-mfe-app.component-DtspQ3J8.mjs.map} +1 -1
  53. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-CKOM61xb.mjs → aril-boot-mfe-aril-boot-mfe-lovoFcgw.mjs} +12 -4
  54. package/fesm2022/aril-boot-mfe-aril-boot-mfe-lovoFcgw.mjs.map +1 -0
  55. package/fesm2022/aril-boot-mfe.mjs +2 -1
  56. package/fesm2022/aril-boot-mfe.mjs.map +1 -1
  57. package/fesm2022/aril-http.mjs +11 -7
  58. package/fesm2022/aril-http.mjs.map +1 -1
  59. package/fesm2022/aril-keycloak.mjs +4 -1
  60. package/fesm2022/aril-keycloak.mjs.map +1 -1
  61. package/fesm2022/aril-selection.mjs +202 -0
  62. package/fesm2022/aril-selection.mjs.map +1 -0
  63. package/fesm2022/aril-theme-layout.mjs +4 -193
  64. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  65. package/fesm2022/aril-ui-business-enumPicker.mjs +14 -6
  66. package/fesm2022/aril-ui-business-enumPicker.mjs.map +1 -1
  67. package/fesm2022/aril-ui-button.mjs +5 -17
  68. package/fesm2022/aril-ui-button.mjs.map +1 -1
  69. package/fesm2022/aril-ui-charts.mjs +4 -1302
  70. package/fesm2022/aril-ui-charts.mjs.map +1 -1
  71. package/fesm2022/aril-ui-lib.mjs +10 -98
  72. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  73. package/fesm2022/aril-ui-multiSelect.mjs +24 -24
  74. package/fesm2022/aril-ui-multiSelect.mjs.map +1 -1
  75. package/fesm2022/aril-ui-relativeDateSelector.mjs +1 -1
  76. package/fesm2022/aril-ui-relativeDateSelector.mjs.map +1 -1
  77. package/fesm2022/aril-ui-selectBox.mjs +10 -33
  78. package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
  79. package/fesm2022/aril-ui-table.mjs +9 -4
  80. package/fesm2022/aril-ui-table.mjs.map +1 -1
  81. package/fesm2022/aril-ui-value.mjs +2 -1
  82. package/fesm2022/aril-ui-value.mjs.map +1 -1
  83. package/fesm2022/aril-util-activity.mjs +228 -0
  84. package/fesm2022/aril-util-activity.mjs.map +1 -0
  85. package/fesm2022/aril-util-block.mjs +9 -25
  86. package/fesm2022/aril-util-block.mjs.map +1 -1
  87. package/fesm2022/aril-util-pub-sub.mjs +9 -4
  88. package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
  89. package/fesm2022/aril.mjs +14 -5
  90. package/fesm2022/aril.mjs.map +1 -1
  91. package/http/index.d.ts +0 -1
  92. package/http/src/serviceStateMethods.d.ts +1 -0
  93. package/package.json +215 -239
  94. package/selection/index.d.ts +1 -0
  95. package/selection/src/interfaces.d.ts +8 -0
  96. package/{theme/layout/service → selection/src}/selection-group.service.d.ts +1 -1
  97. package/theme/layout/index.d.ts +1 -1
  98. package/theme/layout/index.ts +3 -1
  99. package/ui/button/index.d.ts +0 -1
  100. package/ui/button/src/button.component.d.ts +2 -0
  101. package/ui/charts/index.d.ts +0 -10
  102. package/ui/lib/index.d.ts +0 -3
  103. package/ui/lib/src/form/form-error-message.directive.d.ts +4 -3
  104. package/ui/multiSelect/src/multi-select.component.d.ts +4 -5
  105. package/ui/selectBox/src/select-box.component.d.ts +2 -7
  106. package/ui/table/src/table.component.d.ts +3 -2
  107. package/util/activity/index.d.ts +3 -0
  108. package/util/activity/src/activity.constants.d.ts +3 -0
  109. package/util/activity/src/activity.service.d.ts +35 -0
  110. package/util/activity/src/activity.types.d.ts +13 -0
  111. package/util/block/src/block.d.ts +4 -10
  112. package/util/pub-sub/src/pub-sub.service.d.ts +2 -2
  113. package/esm2022/http/src/serviceMockBase.mjs +0 -4
  114. package/esm2022/theme/layout/service/selection-group.service.mjs +0 -195
  115. package/esm2022/ui/button/src/split-button.component.mjs +0 -18
  116. package/esm2022/ui/charts/src/amCharts/column/column-chart.component.mjs +0 -124
  117. package/esm2022/ui/charts/src/amCharts/line/line-chart.component.mjs +0 -164
  118. package/esm2022/ui/charts/src/amCharts/pie/pie-chart.component.mjs +0 -116
  119. package/esm2022/ui/charts/src/highCharts/area/area-chart.component.mjs +0 -114
  120. package/esm2022/ui/charts/src/highCharts/bar/bar-chart.component.mjs +0 -100
  121. package/esm2022/ui/charts/src/highCharts/column/column-chart.component.mjs +0 -117
  122. package/esm2022/ui/charts/src/highCharts/heatmap/heatMap-chart.component.mjs +0 -252
  123. package/esm2022/ui/charts/src/highCharts/line/line-chart-series.component.mjs +0 -89
  124. package/esm2022/ui/charts/src/highCharts/line/line-chart.component.mjs +0 -82
  125. package/esm2022/ui/charts/src/highCharts/pie/pie-chart.component.mjs +0 -137
  126. package/esm2022/ui/charts/src/theme/theme.mjs +0 -54
  127. package/esm2022/ui/dxEditor/aril-ui-dxEditor.mjs +0 -5
  128. package/esm2022/ui/dxEditor/index.mjs +0 -2
  129. package/esm2022/ui/dxEditor/src/dx-editor.component.mjs +0 -26
  130. package/esm2022/ui/lib/src/form/form-field-builder.mjs +0 -23
  131. package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +0 -49
  132. package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +0 -25
  133. package/esm2022/ui/overlayPanel/aril-ui-overlayPanel.mjs +0 -5
  134. package/esm2022/ui/overlayPanel/index.mjs +0 -2
  135. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +0 -20
  136. package/esm2022/ui/tooltip/aril-ui-tooltip.mjs +0 -5
  137. package/esm2022/ui/tooltip/index.mjs +0 -2
  138. package/esm2022/ui/tooltip/src/tooltip-component.mjs +0 -23
  139. package/esm2022/ui/treeTable/aril-ui-treeTable.mjs +0 -5
  140. package/esm2022/ui/treeTable/index.mjs +0 -2
  141. package/esm2022/ui/treeTable/src/tree-table.component.mjs +0 -55
  142. package/esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs +0 -5
  143. package/esm2022/ui-business/operation-types-dialog/index.mjs +0 -2
  144. package/esm2022/ui-business/operation-types-dialog/src/operation-types-dialog.component.mjs +0 -76
  145. package/esm2022/util/unwrap/aril-util-unwrap.mjs +0 -5
  146. package/esm2022/util/unwrap/index.mjs +0 -2
  147. package/esm2022/util/unwrap/src/unwrap-tag.directive.mjs +0 -24
  148. package/fesm2022/aril-boot-mfe-aril-boot-mfe-CKOM61xb.mjs.map +0 -1
  149. package/fesm2022/aril-ui-business-operation-types-dialog.mjs +0 -83
  150. package/fesm2022/aril-ui-business-operation-types-dialog.mjs.map +0 -1
  151. package/fesm2022/aril-ui-dxEditor.mjs +0 -33
  152. package/fesm2022/aril-ui-dxEditor.mjs.map +0 -1
  153. package/fesm2022/aril-ui-overlayPanel.mjs +0 -27
  154. package/fesm2022/aril-ui-overlayPanel.mjs.map +0 -1
  155. package/fesm2022/aril-ui-tooltip.mjs +0 -30
  156. package/fesm2022/aril-ui-tooltip.mjs.map +0 -1
  157. package/fesm2022/aril-ui-treeTable.mjs +0 -62
  158. package/fesm2022/aril-ui-treeTable.mjs.map +0 -1
  159. package/fesm2022/aril-util-unwrap.mjs +0 -31
  160. package/fesm2022/aril-util-unwrap.mjs.map +0 -1
  161. package/http/src/serviceMockBase.d.ts +0 -6
  162. package/theme/layout/service/selection-group.service.ts +0 -209
  163. package/ui/button/src/split-button.component.d.ts +0 -8
  164. package/ui/charts/src/amCharts/column/column-chart.component.d.ts +0 -25
  165. package/ui/charts/src/amCharts/line/line-chart.component.d.ts +0 -26
  166. package/ui/charts/src/amCharts/pie/pie-chart.component.d.ts +0 -24
  167. package/ui/charts/src/highCharts/area/area-chart.component.d.ts +0 -20
  168. package/ui/charts/src/highCharts/bar/bar-chart.component.d.ts +0 -26
  169. package/ui/charts/src/highCharts/column/column-chart.component.d.ts +0 -28
  170. package/ui/charts/src/highCharts/heatmap/heatMap-chart.component.d.ts +0 -32
  171. package/ui/charts/src/highCharts/line/line-chart-series.component.d.ts +0 -21
  172. package/ui/charts/src/highCharts/line/line-chart.component.d.ts +0 -21
  173. package/ui/charts/src/highCharts/pie/pie-chart.component.d.ts +0 -27
  174. package/ui/charts/src/theme/theme.d.ts +0 -5
  175. package/ui/dxEditor/index.d.ts +0 -1
  176. package/ui/dxEditor/src/dx-editor.component.d.ts +0 -11
  177. package/ui/lib/src/form/form-field-builder.d.ts +0 -8
  178. package/ui/lib/src/input/common-input-validators.service.d.ts +0 -20
  179. package/ui/lib/src/input/input-disabled.directive.d.ts +0 -9
  180. package/ui/overlayPanel/index.d.ts +0 -1
  181. package/ui/overlayPanel/src/overlay-panel.component.d.ts +0 -8
  182. package/ui/tooltip/index.d.ts +0 -1
  183. package/ui/tooltip/src/tooltip-component.d.ts +0 -14
  184. package/ui/treeTable/index.d.ts +0 -1
  185. package/ui/treeTable/src/tree-table.component.d.ts +0 -21
  186. package/ui-business/operation-types-dialog/index.d.ts +0 -1
  187. package/ui-business/operation-types-dialog/src/operation-types-dialog.component.d.ts +0 -28
  188. package/util/unwrap/index.d.ts +0 -1
  189. package/util/unwrap/src/unwrap-tag.directive.d.ts +0 -9
@@ -1,21 +0,0 @@
1
- import { ElementRef, OnInit } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- type TimeSeriesDataPoint = [number, number];
4
- interface SeriesData {
5
- name: string;
6
- data: TimeSeriesDataPoint[];
7
- color?: string;
8
- }
9
- export declare class LineSeriesChartComponent implements OnInit {
10
- chartContainer: ElementRef;
11
- seriesData: import("@angular/core").InputSignal<SeriesData[], SeriesData[]>;
12
- title: import("@angular/core").InputSignal<string, string>;
13
- yAxisTitle: import("@angular/core").InputSignal<string, string>;
14
- xAxisTitle: import("@angular/core").InputSignal<string, string>;
15
- private chart;
16
- ngOnInit(): void;
17
- private initChart;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<LineSeriesChartComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<LineSeriesChartComponent, "aril-lineseries-chart", never, { "seriesData": { "alias": "seriesData"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "yAxisTitle": { "alias": "yAxisTitle"; "required": false; "isSignal": true; }; "xAxisTitle": { "alias": "xAxisTitle"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
20
- }
21
- export {};
@@ -1,21 +0,0 @@
1
- import { ElementRef, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- type DataPoint = [number, number];
4
- interface SeriesData {
5
- name: string;
6
- data: DataPoint[];
7
- color?: string;
8
- }
9
- export declare class LineChartComponent implements OnInit {
10
- chartContainer: ElementRef;
11
- seriesData: import("@angular/core").InputSignal<SeriesData[], SeriesData[]>;
12
- title: import("@angular/core").InputSignal<string, string>;
13
- yAxisTitle: import("@angular/core").InputSignal<string, string>;
14
- xAxisTitle: import("@angular/core").InputSignal<string, string>;
15
- private chart;
16
- ngOnInit(): void;
17
- private initChart;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<LineChartComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<LineChartComponent, "aril-line-chart", never, { "seriesData": { "alias": "seriesData"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "yAxisTitle": { "alias": "yAxisTitle"; "required": false; "isSignal": true; }; "xAxisTitle": { "alias": "xAxisTitle"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
20
- }
21
- export {};
@@ -1,27 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as Highcharts from 'highcharts';
3
- import * as i0 from "@angular/core";
4
- interface dataItems {
5
- name: string;
6
- y: number;
7
- color?: string;
8
- tooltip?: string;
9
- selected?: boolean;
10
- }
11
- export declare class PieHighChartComponent {
12
- constructor();
13
- data: import("@angular/core").InputSignal<dataItems[], dataItems[]>;
14
- title: import("@angular/core").InputSignal<string, string>;
15
- size: import("@angular/core").InputSignal<string, string>;
16
- width: import("@angular/core").InputSignal<string, string>;
17
- height: import("@angular/core").InputSignal<string, string>;
18
- showLegend: import("@angular/core").InputSignal<boolean, boolean>;
19
- dataLabelsFormat: import("@angular/core").InputSignal<string, string>;
20
- selected: EventEmitter<unknown>;
21
- Highcharts: typeof Highcharts;
22
- chartOptions: Highcharts.Options;
23
- setChartOptions(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<PieHighChartComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<PieHighChartComponent, "aril-pie-highchart", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "showLegend": { "alias": "showLegend"; "required": false; "isSignal": true; }; "dataLabelsFormat": { "alias": "dataLabelsFormat"; "required": false; "isSignal": true; }; }, { "selected": "selected"; }, never, never, true, never>;
26
- }
27
- export {};
@@ -1,5 +0,0 @@
1
- export declare class ChartThemes {
2
- static getThorAppColors(): string[];
3
- static getYeapAppColors(): string[];
4
- static getLenaAppColors(): string[];
5
- }
@@ -1 +0,0 @@
1
- export * from './src/dx-editor.component';
@@ -1,11 +0,0 @@
1
- import { BaseInputComponent } from 'aril/ui/lib';
2
- import * as i0 from "@angular/core";
3
- export declare class DxEditorComponent extends BaseInputComponent {
4
- height: import("@angular/core").InputSignal<string, string>;
5
- isMultiline: import("@angular/core").InputSignal<boolean, boolean>;
6
- valueContent: import("@angular/core").InputSignal<string, string>;
7
- disabled: import("@angular/core").InputSignal<boolean, boolean>;
8
- isShowToolBar: import("@angular/core").InputSignal<boolean, boolean>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DxEditorComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<DxEditorComponent, "aril-dx-editor[ngModel],aril-dx-editor[formControl], aril-dx-editor[formControlName]", never, { "height": { "alias": "height"; "required": false; "isSignal": true; }; "isMultiline": { "alias": "isMultiline"; "required": false; "isSignal": true; }; "valueContent": { "alias": "valueContent"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "isShowToolBar": { "alias": "isShowToolBar"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
11
- }
@@ -1,8 +0,0 @@
1
- import { FormGroup, ValidatorFn } from '@angular/forms';
2
- export declare const addControlsWithValidation: (form: FormGroup, controls: {
3
- name: string;
4
- validator?: ValidatorFn;
5
- disabled?: boolean;
6
- }[]) => void;
7
- export declare const removeControls: (form: FormGroup, controlNames: string[]) => void;
8
- export declare const updateValueAndValidities: (form: FormGroup, controlNames: string[]) => void;
@@ -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
- }