@po-ui/ng-components 19.15.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.
Files changed (89) hide show
  1. package/fesm2022/po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs +45 -0
  2. package/fesm2022/po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs.map +1 -0
  3. package/fesm2022/po-ui-ng-components.mjs +10154 -12666
  4. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  5. package/lib/components/components.module.d.ts +41 -42
  6. package/lib/components/index.d.ts +0 -1
  7. package/lib/components/po-chart/enums/po-chart-type.enum.d.ts +7 -1
  8. package/lib/components/po-chart/index.d.ts +6 -4
  9. package/lib/components/po-chart/interfaces/po-chart-axis-options.interface.d.ts +65 -3
  10. package/lib/components/po-chart/interfaces/po-chart-header-options.interface.d.ts +0 -2
  11. package/lib/components/po-chart/interfaces/po-chart-literals.interface.d.ts +32 -2
  12. package/lib/components/po-chart/interfaces/po-chart-options.interface.d.ts +175 -0
  13. package/lib/components/po-chart/interfaces/po-chart-serie.interface.d.ts +12 -0
  14. package/lib/components/po-chart/po-chart-base.component.d.ts +149 -89
  15. package/lib/components/po-chart/po-chart-gauge-utils.d.ts +22 -0
  16. package/lib/components/{po-chart-new → po-chart}/po-chart-grid-utils.d.ts +2 -2
  17. package/lib/components/po-chart/po-chart-modal-table/po-chart-modal-table.component.d.ts +11 -0
  18. package/lib/components/po-chart/po-chart.component.d.ts +95 -43
  19. package/lib/components/po-chart/po-chart.module.d.ts +6 -23
  20. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +0 -2
  21. package/lib/components/po-gauge/index.d.ts +1 -0
  22. package/lib/components/po-gauge/interfaces/po-gauge-options.interface.d.ts +69 -0
  23. package/lib/components/po-gauge/po-gauge-base.component.d.ts +45 -10
  24. package/lib/components/po-gauge/po-gauge.component.d.ts +10 -17
  25. package/lib/components/po-gauge/po-gauge.module.d.ts +3 -9
  26. package/lib/services/po-theme/helpers/types/po-theme-dark-defaults-AA.constant.d.ts +101 -0
  27. package/lib/services/po-theme/helpers/types/po-theme-dark-defaults.constant.d.ts +0 -7
  28. package/lib/services/po-theme/helpers/types/po-theme-light-defaults-AA.constant.d.ts +28 -0
  29. package/lib/services/po-theme/helpers/types/po-theme-light-defaults.constant.d.ts +18 -1
  30. package/lib/services/po-theme/index.d.ts +2 -0
  31. package/package.json +4 -4
  32. package/po-ui-ng-components-19.16.0.tgz +0 -0
  33. package/schematics/ng-add/index.js +1 -1
  34. package/schematics/ng-update/v14/index.js +1 -1
  35. package/schematics/ng-update/v15/index.js +1 -1
  36. package/schematics/ng-update/v16/index.js +1 -1
  37. package/schematics/ng-update/v17/index.js +1 -1
  38. package/schematics/ng-update/v18/index.js +2 -2
  39. package/schematics/ng-update/v19/index.js +2 -2
  40. package/schematics/ng-update/v2/index.js +1 -1
  41. package/schematics/ng-update/v3/index.js +1 -1
  42. package/schematics/ng-update/v4/index.js +1 -1
  43. package/schematics/ng-update/v5/index.js +1 -1
  44. package/schematics/ng-update/v6/index.js +1 -1
  45. package/lib/components/po-chart/directives/po-resize-observer.directive.d.ts +0 -15
  46. package/lib/components/po-chart/helpers/po-chart-default-values.constant.d.ts +0 -8
  47. package/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.d.ts +0 -23
  48. package/lib/components/po-chart/interfaces/po-chart-container-size.interface.d.ts +0 -23
  49. package/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.d.ts +0 -19
  50. package/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.d.ts +0 -19
  51. package/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.d.ts +0 -27
  52. package/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.d.ts +0 -28
  53. package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.d.ts +0 -19
  54. package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.d.ts +0 -10
  55. package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.d.ts +0 -63
  56. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.d.ts +0 -34
  57. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.d.ts +0 -16
  58. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.d.ts +0 -16
  59. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.d.ts +0 -16
  60. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.d.ts +0 -14
  61. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.d.ts +0 -16
  62. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.d.ts +0 -23
  63. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.d.ts +0 -45
  64. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.d.ts +0 -19
  65. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.d.ts +0 -11
  66. package/lib/components/po-chart/po-chart-container/po-chart-container.component.d.ts +0 -52
  67. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.d.ts +0 -23
  68. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.d.ts +0 -52
  69. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.d.ts +0 -19
  70. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.d.ts +0 -24
  71. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.d.ts +0 -40
  72. package/lib/components/po-chart/po-chart-legend/po-chart-legend.component.d.ts +0 -10
  73. package/lib/components/po-chart/po-chart-switch.component.d.ts +0 -22
  74. package/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.d.ts +0 -37
  75. package/lib/components/po-chart/services/po-chart-maths.service.d.ts +0 -66
  76. package/lib/components/po-chart/services/po-chart-svg-container.service.d.ts +0 -24
  77. package/lib/components/po-chart-new/index.d.ts +0 -2
  78. package/lib/components/po-chart-new/po-chart-new-base.component.d.ts +0 -210
  79. package/lib/components/po-chart-new/po-chart-new.component.d.ts +0 -86
  80. package/lib/components/po-chart-new/po-chart-new.module.d.ts +0 -18
  81. package/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.d.ts +0 -19
  82. package/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.d.ts +0 -15
  83. package/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.d.ts +0 -14
  84. package/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.d.ts +0 -12
  85. package/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.d.ts +0 -10
  86. package/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.d.ts +0 -18
  87. package/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.d.ts +0 -35
  88. package/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.d.ts +0 -6
  89. package/po-ui-ng-components-19.15.0.tgz +0 -0
@@ -0,0 +1,45 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Component, ViewChild, Input } from '@angular/core';
3
+ import { CommonModule } from '@angular/common';
4
+ import { PoModalModule, PoModalComponent, PoTableModule, PoTableComponent } from './po-ui-ng-components.mjs';
5
+
6
+ class PoChartModalTableComponent {
7
+ modalComponent;
8
+ title;
9
+ itemsTable;
10
+ columnsTable;
11
+ actionModal;
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: PoChartModalTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.7", type: PoChartModalTableComponent, isStandalone: true, selector: "po-chart-modal-table", inputs: { title: "title", itemsTable: "itemsTable", columnsTable: "columnsTable", actionModal: "actionModal" }, viewQueries: [{ propertyName: "modalComponent", first: true, predicate: ["modalComponent"], descendants: true, static: true }], ngImport: i0, template: `
14
+ <po-modal #modalComponent [p-click-out]="true" [p-title]="title" [p-primary-action]="actionModal">
15
+ <po-table [p-hide-columns-manager]="true" [p-items]="itemsTable" [p-columns]="columnsTable"></po-table>
16
+ </po-modal>
17
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: PoModalModule }, { kind: "component", type: PoModalComponent, selector: "po-modal" }, { kind: "ngmodule", type: PoTableModule }, { kind: "component", type: PoTableComponent, selector: "po-table" }] });
18
+ }
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: PoChartModalTableComponent, decorators: [{
20
+ type: Component,
21
+ args: [{
22
+ standalone: true,
23
+ imports: [CommonModule, PoModalModule, PoTableModule],
24
+ selector: 'po-chart-modal-table',
25
+ template: `
26
+ <po-modal #modalComponent [p-click-out]="true" [p-title]="title" [p-primary-action]="actionModal">
27
+ <po-table [p-hide-columns-manager]="true" [p-items]="itemsTable" [p-columns]="columnsTable"></po-table>
28
+ </po-modal>
29
+ `
30
+ }]
31
+ }], propDecorators: { modalComponent: [{
32
+ type: ViewChild,
33
+ args: ['modalComponent', { static: true }]
34
+ }], title: [{
35
+ type: Input
36
+ }], itemsTable: [{
37
+ type: Input
38
+ }], columnsTable: [{
39
+ type: Input
40
+ }], actionModal: [{
41
+ type: Input
42
+ }] } });
43
+
44
+ export { PoChartModalTableComponent };
45
+ //# sourceMappingURL=po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs","sources":["../../../projects/ui/src/lib/components/po-chart/po-chart-modal-table/po-chart-modal-table.component.ts"],"sourcesContent":["import { Component, Input, ViewChild } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PoModalComponent, PoModalModule } from '../../po-modal';\nimport { PoTableModule } from '../../po-table';\n\n@Component({\n standalone: true,\n imports: [CommonModule, PoModalModule, PoTableModule],\n selector: 'po-chart-modal-table',\n template: `\n <po-modal #modalComponent [p-click-out]=\"true\" [p-title]=\"title\" [p-primary-action]=\"actionModal\">\n <po-table [p-hide-columns-manager]=\"true\" [p-items]=\"itemsTable\" [p-columns]=\"columnsTable\"></po-table>\n </po-modal>\n `\n})\nexport class PoChartModalTableComponent {\n @ViewChild('modalComponent', { static: true }) modalComponent: PoModalComponent;\n\n @Input() title: string;\n @Input() itemsTable: Array<any>;\n @Input() columnsTable: Array<any>;\n @Input() actionModal: any;\n}\n"],"names":["i1.PoModalComponent","i2.PoTableComponent"],"mappings":";;;;;MAea,0BAA0B,CAAA;AACU,IAAA,cAAc;AAEpD,IAAA,KAAK;AACL,IAAA,UAAU;AACV,IAAA,YAAY;AACZ,IAAA,WAAW;uGANT,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA1B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,EAN3B,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,UAAA,EAAA,YAAA,EAAA,YAAA,EAAA,cAAA,EAAA,WAAA,EAAA,aAAA,EAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA;;;;AAIT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EANS,YAAY,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAE,aAAa,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,gBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAE,aAAa,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,gBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,CAAA,EAAA,CAAA;;2FAQzC,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAVtC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,OAAO,EAAE,CAAC,YAAY,EAAE,aAAa,EAAE,aAAa,CAAC;AACrD,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE;;;;AAIT,EAAA;AACF,iBAAA;8BAEgD,cAAc,EAAA,CAAA;sBAA5D,SAAS;AAAC,gBAAA,IAAA,EAAA,CAAA,gBAAgB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;gBAEpC,KAAK,EAAA,CAAA;sBAAb;gBACQ,UAAU,EAAA,CAAA;sBAAlB;gBACQ,YAAY,EAAA,CAAA;sBAApB;gBACQ,WAAW,EAAA,CAAA;sBAAnB;;;;;"}