@po-ui/ng-components 19.14.0 → 19.16.0
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/fesm2022/po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs +45 -0
- package/fesm2022/po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs.map +1 -0
- package/fesm2022/po-ui-ng-components.mjs +19547 -32220
- package/fesm2022/po-ui-ng-components.mjs.map +1 -1
- package/lib/components/components.module.d.ts +41 -42
- package/lib/components/index.d.ts +0 -1
- package/lib/components/po-chart/enums/po-chart-type.enum.d.ts +7 -1
- package/lib/components/po-chart/index.d.ts +6 -4
- package/lib/components/po-chart/interfaces/po-chart-axis-options.interface.d.ts +65 -3
- package/lib/components/po-chart/interfaces/po-chart-header-options.interface.d.ts +0 -2
- package/lib/components/po-chart/interfaces/po-chart-literals.interface.d.ts +32 -2
- package/lib/components/po-chart/interfaces/po-chart-options.interface.d.ts +175 -0
- package/lib/components/po-chart/interfaces/po-chart-serie.interface.d.ts +12 -0
- package/lib/components/po-chart/po-chart-base.component.d.ts +149 -89
- package/lib/components/po-chart/po-chart-gauge-utils.d.ts +22 -0
- package/lib/components/{po-chart-new → po-chart}/po-chart-grid-utils.d.ts +2 -2
- package/lib/components/po-chart/po-chart-modal-table/po-chart-modal-table.component.d.ts +11 -0
- package/lib/components/po-chart/po-chart.component.d.ts +95 -43
- package/lib/components/po-chart/po-chart.module.d.ts +6 -23
- package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.d.ts +7 -8
- package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +3 -4
- package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +1 -1
- package/lib/components/po-gauge/index.d.ts +1 -0
- package/lib/components/po-gauge/interfaces/po-gauge-options.interface.d.ts +69 -0
- package/lib/components/po-gauge/po-gauge-base.component.d.ts +45 -10
- package/lib/components/po-gauge/po-gauge.component.d.ts +10 -17
- package/lib/components/po-gauge/po-gauge.module.d.ts +3 -9
- package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +1 -1
- package/lib/services/po-theme/helpers/types/po-theme-dark-defaults-AA.constant.d.ts +101 -0
- package/lib/services/po-theme/helpers/types/po-theme-dark-defaults.constant.d.ts +0 -7
- package/lib/services/po-theme/helpers/types/po-theme-light-defaults-AA.constant.d.ts +28 -0
- package/lib/services/po-theme/helpers/types/po-theme-light-defaults.constant.d.ts +18 -1
- package/lib/services/po-theme/index.d.ts +2 -0
- package/package.json +4 -7
- package/po-ui-ng-components-19.16.0.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-update/v14/index.js +1 -1
- package/schematics/ng-update/v15/index.js +1 -1
- package/schematics/ng-update/v16/index.js +1 -1
- package/schematics/ng-update/v17/index.js +1 -1
- package/schematics/ng-update/v18/index.js +2 -2
- package/schematics/ng-update/v19/index.js +2 -2
- package/schematics/ng-update/v2/index.js +1 -1
- package/schematics/ng-update/v3/index.js +1 -1
- package/schematics/ng-update/v4/index.js +1 -1
- package/schematics/ng-update/v5/index.js +1 -1
- package/schematics/ng-update/v6/index.js +1 -1
- package/lib/components/po-chart/directives/po-resize-observer.directive.d.ts +0 -15
- package/lib/components/po-chart/helpers/po-chart-default-values.constant.d.ts +0 -8
- package/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.d.ts +0 -23
- package/lib/components/po-chart/interfaces/po-chart-container-size.interface.d.ts +0 -23
- package/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.d.ts +0 -19
- package/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.d.ts +0 -19
- package/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.d.ts +0 -27
- package/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.d.ts +0 -28
- package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.d.ts +0 -19
- package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.d.ts +0 -10
- package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.d.ts +0 -63
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.d.ts +0 -34
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.d.ts +0 -16
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.d.ts +0 -16
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.d.ts +0 -16
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.d.ts +0 -14
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.d.ts +0 -16
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.d.ts +0 -23
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.d.ts +0 -45
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.d.ts +0 -19
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.d.ts +0 -11
- package/lib/components/po-chart/po-chart-container/po-chart-container.component.d.ts +0 -52
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.d.ts +0 -23
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.d.ts +0 -52
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.d.ts +0 -19
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.d.ts +0 -24
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.d.ts +0 -40
- package/lib/components/po-chart/po-chart-legend/po-chart-legend.component.d.ts +0 -10
- package/lib/components/po-chart/po-chart-switch.component.d.ts +0 -22
- package/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.d.ts +0 -37
- package/lib/components/po-chart/services/po-chart-maths.service.d.ts +0 -66
- package/lib/components/po-chart/services/po-chart-svg-container.service.d.ts +0 -24
- package/lib/components/po-chart-new/index.d.ts +0 -2
- package/lib/components/po-chart-new/po-chart-new-base.component.d.ts +0 -210
- package/lib/components/po-chart-new/po-chart-new.component.d.ts +0 -86
- package/lib/components/po-chart-new/po-chart-new.module.d.ts +0 -18
- package/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.d.ts +0 -19
- package/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.d.ts +0 -15
- package/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.d.ts +0 -14
- package/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.d.ts +0 -12
- package/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.d.ts +0 -10
- package/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.d.ts +0 -18
- package/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.d.ts +0 -35
- package/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.d.ts +0 -6
- package/po-ui-ng-components-19.14.0.tgz +0 -0
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { PoGaugeCoordinates } from '../interfaces/po-gauge-coordinates.interface';
|
|
3
|
-
import { PoGaugeRanges } from '../interfaces/po-gauge-ranges.interface';
|
|
4
|
-
import { PoGaugeSvgContainer } from '../interfaces/po-gauge-svg-container.interface';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare const poGaugeStartAngle: number;
|
|
7
|
-
export declare class PoGaugeSvgComponent implements OnChanges {
|
|
8
|
-
container: PoGaugeSvgContainer;
|
|
9
|
-
ranges: Array<PoGaugeRanges>;
|
|
10
|
-
value: number;
|
|
11
|
-
addSvgElement: boolean;
|
|
12
|
-
baseCoordinates: PoGaugeCoordinates;
|
|
13
|
-
coordinates: Array<PoGaugeCoordinates>;
|
|
14
|
-
pointerCoordinates: PoGaugeCoordinates;
|
|
15
|
-
viewBox: string;
|
|
16
|
-
get hasRanges(): boolean;
|
|
17
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
18
|
-
private setCoordinates;
|
|
19
|
-
private setBaseCoordinates;
|
|
20
|
-
private setRangesCoordinates;
|
|
21
|
-
private setSingleRangeCoordinates;
|
|
22
|
-
private setPointerCoordinates;
|
|
23
|
-
private pointerRotation;
|
|
24
|
-
private calculatePointerInitialCoordinates;
|
|
25
|
-
private calculateCoordinates;
|
|
26
|
-
private calculateAngleRadius;
|
|
27
|
-
private convertValueToPercentage;
|
|
28
|
-
private setViewBox;
|
|
29
|
-
private calculateDiameter;
|
|
30
|
-
private calculateMinAndMaxValues;
|
|
31
|
-
private verifyIfFloatOrInteger;
|
|
32
|
-
private getDomain;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PoGaugeSvgComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PoGaugeSvgComponent, "po-gauge-svg", never, { "container": { "alias": "p-container"; "required": false; }; "ranges": { "alias": "p-ranges"; "required": false; }; "value": { "alias": "p-value"; "required": false; }; }, {}, never, never, false, never>;
|
|
35
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PoGaugeTitleComponent {
|
|
3
|
-
title?: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PoGaugeTitleComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PoGaugeTitleComponent, "po-gauge-title", never, { "title": { "alias": "p-title"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
Binary file
|