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.
- package/boot/config/apps/src/interfaces.d.ts +7 -1
- package/boot/config/apps/src/route-close.service.d.ts +8 -3
- package/boot/config/apps/src/route-permissions.d.ts +2 -2
- package/esm2022/boot/config/api/src/interfaces.mjs +3 -2
- package/esm2022/boot/config/apps/src/apps.service.mjs +2 -2
- package/esm2022/boot/config/apps/src/custom-route-reuse-strategy.class.mjs +4 -4
- package/esm2022/boot/config/apps/src/interfaces.mjs +2 -1
- package/esm2022/boot/config/apps/src/route-close.service.mjs +11 -4
- package/esm2022/boot/config/apps/src/route-permissions.mjs +24 -6
- package/esm2022/boot/config/plugins/src/plugins.service.mjs +7 -5
- package/esm2022/boot/host/src/bootstrap.mjs +5 -3
- package/esm2022/boot/mfe/src/bootstrap.mjs +11 -3
- package/esm2022/http/index.mjs +1 -2
- package/esm2022/http/src/serviceBase.mjs +4 -4
- package/esm2022/http/src/serviceStateMethods.mjs +9 -1
- package/esm2022/keycloak/src/auth.interceptor.mjs +5 -2
- package/esm2022/selection/aril-selection.mjs +5 -0
- package/esm2022/selection/index.mjs +2 -0
- package/esm2022/selection/src/interfaces.mjs +2 -0
- package/esm2022/selection/src/selection-group.service.mjs +195 -0
- package/esm2022/theme/layout/app/profileSidebar/modals/edit-profile-modal/edit-profile-modal.component.mjs +2 -2
- package/esm2022/theme/layout/index.mjs +4 -2
- package/esm2022/ui/button/index.mjs +1 -2
- package/esm2022/ui/button/src/button.component.mjs +5 -2
- package/esm2022/ui/charts/index.mjs +1 -11
- package/esm2022/ui/lib/index.mjs +1 -4
- package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +9 -5
- package/esm2022/ui/multiSelect/src/multi-select.component.mjs +25 -25
- package/esm2022/ui/relativeDateSelector/src/relative-date-selector.component.mjs +2 -2
- package/esm2022/ui/selectBox/src/select-box.component.mjs +11 -34
- package/esm2022/ui/table/src/table.component.mjs +10 -5
- package/esm2022/ui/value/src/value.component.mjs +3 -2
- package/esm2022/ui-business/enumPicker/src/enum-picker.component.mjs +14 -6
- package/esm2022/util/activity/aril-util-activity.mjs +5 -0
- package/esm2022/util/activity/index.mjs +4 -0
- package/esm2022/util/activity/src/activity.constants.mjs +4 -0
- package/esm2022/util/activity/src/activity.service.mjs +218 -0
- package/esm2022/util/activity/src/activity.types.mjs +2 -0
- package/esm2022/util/block/src/block.mjs +9 -25
- package/esm2022/util/pub-sub/src/pub-sub.service.mjs +10 -5
- package/fesm2022/{aril-app.component-s14ruALV.mjs → aril-app.component-MjG_tPEe.mjs} +2 -1
- package/fesm2022/{aril-app.component-s14ruALV.mjs.map → aril-app.component-MjG_tPEe.mjs.map} +1 -1
- package/fesm2022/aril-boot-config-api.mjs +2 -1
- package/fesm2022/aril-boot-config-api.mjs.map +1 -1
- package/fesm2022/aril-boot-config-apps.mjs +36 -12
- package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
- package/fesm2022/aril-boot-config-plugins.mjs +6 -4
- package/fesm2022/aril-boot-config-plugins.mjs.map +1 -1
- package/fesm2022/aril-boot-host.mjs +4 -2
- package/fesm2022/aril-boot-host.mjs.map +1 -1
- package/fesm2022/{aril-boot-mfe-app.component-oxzMhRXe.mjs → aril-boot-mfe-app.component-DtspQ3J8.mjs} +3 -2
- package/fesm2022/{aril-boot-mfe-app.component-oxzMhRXe.mjs.map → aril-boot-mfe-app.component-DtspQ3J8.mjs.map} +1 -1
- package/fesm2022/{aril-boot-mfe-aril-boot-mfe-CKOM61xb.mjs → aril-boot-mfe-aril-boot-mfe-lovoFcgw.mjs} +12 -4
- package/fesm2022/aril-boot-mfe-aril-boot-mfe-lovoFcgw.mjs.map +1 -0
- package/fesm2022/aril-boot-mfe.mjs +2 -1
- package/fesm2022/aril-boot-mfe.mjs.map +1 -1
- package/fesm2022/aril-http.mjs +11 -7
- package/fesm2022/aril-http.mjs.map +1 -1
- package/fesm2022/aril-keycloak.mjs +4 -1
- package/fesm2022/aril-keycloak.mjs.map +1 -1
- package/fesm2022/aril-selection.mjs +202 -0
- package/fesm2022/aril-selection.mjs.map +1 -0
- package/fesm2022/aril-theme-layout.mjs +4 -193
- package/fesm2022/aril-theme-layout.mjs.map +1 -1
- package/fesm2022/aril-ui-business-enumPicker.mjs +14 -6
- package/fesm2022/aril-ui-business-enumPicker.mjs.map +1 -1
- package/fesm2022/aril-ui-button.mjs +5 -17
- package/fesm2022/aril-ui-button.mjs.map +1 -1
- package/fesm2022/aril-ui-charts.mjs +4 -1302
- package/fesm2022/aril-ui-charts.mjs.map +1 -1
- package/fesm2022/aril-ui-lib.mjs +10 -98
- package/fesm2022/aril-ui-lib.mjs.map +1 -1
- package/fesm2022/aril-ui-multiSelect.mjs +24 -24
- package/fesm2022/aril-ui-multiSelect.mjs.map +1 -1
- package/fesm2022/aril-ui-relativeDateSelector.mjs +1 -1
- package/fesm2022/aril-ui-relativeDateSelector.mjs.map +1 -1
- package/fesm2022/aril-ui-selectBox.mjs +10 -33
- package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
- package/fesm2022/aril-ui-table.mjs +9 -4
- package/fesm2022/aril-ui-table.mjs.map +1 -1
- package/fesm2022/aril-ui-value.mjs +2 -1
- package/fesm2022/aril-ui-value.mjs.map +1 -1
- package/fesm2022/aril-util-activity.mjs +228 -0
- package/fesm2022/aril-util-activity.mjs.map +1 -0
- package/fesm2022/aril-util-block.mjs +9 -25
- package/fesm2022/aril-util-block.mjs.map +1 -1
- package/fesm2022/aril-util-pub-sub.mjs +9 -4
- package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
- package/fesm2022/aril.mjs +14 -5
- package/fesm2022/aril.mjs.map +1 -1
- package/http/index.d.ts +0 -1
- package/http/src/serviceStateMethods.d.ts +1 -0
- package/package.json +215 -239
- package/selection/index.d.ts +1 -0
- package/selection/src/interfaces.d.ts +8 -0
- package/{theme/layout/service → selection/src}/selection-group.service.d.ts +1 -1
- package/theme/layout/index.d.ts +1 -1
- package/theme/layout/index.ts +3 -1
- package/ui/button/index.d.ts +0 -1
- package/ui/button/src/button.component.d.ts +2 -0
- package/ui/charts/index.d.ts +0 -10
- package/ui/lib/index.d.ts +0 -3
- package/ui/lib/src/form/form-error-message.directive.d.ts +4 -3
- package/ui/multiSelect/src/multi-select.component.d.ts +4 -5
- package/ui/selectBox/src/select-box.component.d.ts +2 -7
- package/ui/table/src/table.component.d.ts +3 -2
- package/util/activity/index.d.ts +3 -0
- package/util/activity/src/activity.constants.d.ts +3 -0
- package/util/activity/src/activity.service.d.ts +35 -0
- package/util/activity/src/activity.types.d.ts +13 -0
- package/util/block/src/block.d.ts +4 -10
- package/util/pub-sub/src/pub-sub.service.d.ts +2 -2
- package/esm2022/http/src/serviceMockBase.mjs +0 -4
- package/esm2022/theme/layout/service/selection-group.service.mjs +0 -195
- package/esm2022/ui/button/src/split-button.component.mjs +0 -18
- package/esm2022/ui/charts/src/amCharts/column/column-chart.component.mjs +0 -124
- package/esm2022/ui/charts/src/amCharts/line/line-chart.component.mjs +0 -164
- package/esm2022/ui/charts/src/amCharts/pie/pie-chart.component.mjs +0 -116
- package/esm2022/ui/charts/src/highCharts/area/area-chart.component.mjs +0 -114
- package/esm2022/ui/charts/src/highCharts/bar/bar-chart.component.mjs +0 -100
- package/esm2022/ui/charts/src/highCharts/column/column-chart.component.mjs +0 -117
- package/esm2022/ui/charts/src/highCharts/heatmap/heatMap-chart.component.mjs +0 -252
- package/esm2022/ui/charts/src/highCharts/line/line-chart-series.component.mjs +0 -89
- package/esm2022/ui/charts/src/highCharts/line/line-chart.component.mjs +0 -82
- package/esm2022/ui/charts/src/highCharts/pie/pie-chart.component.mjs +0 -137
- package/esm2022/ui/charts/src/theme/theme.mjs +0 -54
- package/esm2022/ui/dxEditor/aril-ui-dxEditor.mjs +0 -5
- package/esm2022/ui/dxEditor/index.mjs +0 -2
- package/esm2022/ui/dxEditor/src/dx-editor.component.mjs +0 -26
- package/esm2022/ui/lib/src/form/form-field-builder.mjs +0 -23
- package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +0 -49
- package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +0 -25
- package/esm2022/ui/overlayPanel/aril-ui-overlayPanel.mjs +0 -5
- package/esm2022/ui/overlayPanel/index.mjs +0 -2
- package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +0 -20
- package/esm2022/ui/tooltip/aril-ui-tooltip.mjs +0 -5
- package/esm2022/ui/tooltip/index.mjs +0 -2
- package/esm2022/ui/tooltip/src/tooltip-component.mjs +0 -23
- package/esm2022/ui/treeTable/aril-ui-treeTable.mjs +0 -5
- package/esm2022/ui/treeTable/index.mjs +0 -2
- package/esm2022/ui/treeTable/src/tree-table.component.mjs +0 -55
- package/esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs +0 -5
- package/esm2022/ui-business/operation-types-dialog/index.mjs +0 -2
- package/esm2022/ui-business/operation-types-dialog/src/operation-types-dialog.component.mjs +0 -76
- package/esm2022/util/unwrap/aril-util-unwrap.mjs +0 -5
- package/esm2022/util/unwrap/index.mjs +0 -2
- package/esm2022/util/unwrap/src/unwrap-tag.directive.mjs +0 -24
- package/fesm2022/aril-boot-mfe-aril-boot-mfe-CKOM61xb.mjs.map +0 -1
- package/fesm2022/aril-ui-business-operation-types-dialog.mjs +0 -83
- package/fesm2022/aril-ui-business-operation-types-dialog.mjs.map +0 -1
- package/fesm2022/aril-ui-dxEditor.mjs +0 -33
- package/fesm2022/aril-ui-dxEditor.mjs.map +0 -1
- package/fesm2022/aril-ui-overlayPanel.mjs +0 -27
- package/fesm2022/aril-ui-overlayPanel.mjs.map +0 -1
- package/fesm2022/aril-ui-tooltip.mjs +0 -30
- package/fesm2022/aril-ui-tooltip.mjs.map +0 -1
- package/fesm2022/aril-ui-treeTable.mjs +0 -62
- package/fesm2022/aril-ui-treeTable.mjs.map +0 -1
- package/fesm2022/aril-util-unwrap.mjs +0 -31
- package/fesm2022/aril-util-unwrap.mjs.map +0 -1
- package/http/src/serviceMockBase.d.ts +0 -6
- package/theme/layout/service/selection-group.service.ts +0 -209
- package/ui/button/src/split-button.component.d.ts +0 -8
- package/ui/charts/src/amCharts/column/column-chart.component.d.ts +0 -25
- package/ui/charts/src/amCharts/line/line-chart.component.d.ts +0 -26
- package/ui/charts/src/amCharts/pie/pie-chart.component.d.ts +0 -24
- package/ui/charts/src/highCharts/area/area-chart.component.d.ts +0 -20
- package/ui/charts/src/highCharts/bar/bar-chart.component.d.ts +0 -26
- package/ui/charts/src/highCharts/column/column-chart.component.d.ts +0 -28
- package/ui/charts/src/highCharts/heatmap/heatMap-chart.component.d.ts +0 -32
- package/ui/charts/src/highCharts/line/line-chart-series.component.d.ts +0 -21
- package/ui/charts/src/highCharts/line/line-chart.component.d.ts +0 -21
- package/ui/charts/src/highCharts/pie/pie-chart.component.d.ts +0 -27
- package/ui/charts/src/theme/theme.d.ts +0 -5
- package/ui/dxEditor/index.d.ts +0 -1
- package/ui/dxEditor/src/dx-editor.component.d.ts +0 -11
- package/ui/lib/src/form/form-field-builder.d.ts +0 -8
- package/ui/lib/src/input/common-input-validators.service.d.ts +0 -20
- package/ui/lib/src/input/input-disabled.directive.d.ts +0 -9
- package/ui/overlayPanel/index.d.ts +0 -1
- package/ui/overlayPanel/src/overlay-panel.component.d.ts +0 -8
- package/ui/tooltip/index.d.ts +0 -1
- package/ui/tooltip/src/tooltip-component.d.ts +0 -14
- package/ui/treeTable/index.d.ts +0 -1
- package/ui/treeTable/src/tree-table.component.d.ts +0 -21
- package/ui-business/operation-types-dialog/index.d.ts +0 -1
- package/ui-business/operation-types-dialog/src/operation-types-dialog.component.d.ts +0 -28
- package/util/unwrap/index.d.ts +0 -1
- 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 {};
|
package/ui/dxEditor/index.d.ts
DELETED
|
@@ -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
|
-
}
|
package/ui/tooltip/index.d.ts
DELETED
|
@@ -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
|
-
}
|
package/ui/treeTable/index.d.ts
DELETED
|
@@ -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
|
-
}
|
package/util/unwrap/index.d.ts
DELETED
|
@@ -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
|
-
}
|