@po-ui/ng-components 20.13.0 → 21.0.0-rc.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 (48) hide show
  1. package/README.md +1 -1
  2. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-C8jlPZLV.mjs → po-ui-ng-components-po-chart-modal-table.component-DTtf5iYX.mjs} +4 -4
  3. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-C8jlPZLV.mjs.map → po-ui-ng-components-po-chart-modal-table.component-DTtf5iYX.mjs.map} +1 -1
  4. package/fesm2022/po-ui-ng-components.mjs +1417 -1614
  5. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  6. package/lib/components/po-dynamic/po-dynamic.util.d.ts +4 -0
  7. package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +0 -2
  8. package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +1 -1
  9. package/lib/components/po-field/po-select/po-select.component.d.ts +0 -2
  10. package/lib/components/po-field/validators.d.ts +5 -0
  11. package/lib/components/po-icon/po-icon-dictionary.d.ts +0 -7
  12. package/lib/components/po-icon/po-icon.component.d.ts +1 -3
  13. package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +1 -5
  14. package/lib/components/po-table/po-table.component.d.ts +2 -6
  15. package/lib/components/po-tag/po-tag.component.d.ts +1 -0
  16. package/lib/components/po-widget/po-widget-base.component.d.ts +1 -1
  17. package/lib/components/po-widget/po-widget.component.d.ts +1 -1
  18. package/lib/interceptors/po-http-request/po-http-request-interceptor.service.d.ts +1 -1
  19. package/lib/services/po-theme/po-theme.service.d.ts +1 -5
  20. package/lib/utils/util.d.ts +33 -0
  21. package/package.json +18 -18
  22. package/po-ui-ng-components-21.0.0-rc.0.tgz +0 -0
  23. package/schematics/migrations.json +5 -0
  24. package/schematics/ng-add/index.js +1 -1
  25. package/schematics/ng-add/setup-project.js +28 -4
  26. package/schematics/ng-add/setup-project.js.map +1 -1
  27. package/schematics/ng-generate/sidemenu/files/app.spec.ts.template +4 -4
  28. package/schematics/ng-generate/sidemenu/files-standalone/app.spec.ts.template +7 -7
  29. package/schematics/ng-update/v14/index.js +1 -1
  30. package/schematics/ng-update/v15/index.js +1 -1
  31. package/schematics/ng-update/v16/index.js +1 -1
  32. package/schematics/ng-update/v17/index.js +1 -1
  33. package/schematics/ng-update/v18/index.js +2 -2
  34. package/schematics/ng-update/v19/index.js +2 -2
  35. package/schematics/ng-update/v2/index.js +1 -1
  36. package/schematics/ng-update/v20/index.js +2 -2
  37. package/schematics/ng-update/v21/changes.d.ts +12 -0
  38. package/schematics/ng-update/v21/changes.js +200 -0
  39. package/schematics/ng-update/v21/changes.js.map +1 -0
  40. package/schematics/ng-update/v21/index.d.ts +2 -0
  41. package/schematics/ng-update/v21/index.js +93 -0
  42. package/schematics/ng-update/v21/index.js.map +1 -0
  43. package/schematics/ng-update/v3/index.js +1 -1
  44. package/schematics/ng-update/v4/index.js +1 -1
  45. package/schematics/ng-update/v5/index.js +1 -1
  46. package/schematics/ng-update/v6/index.js +1 -1
  47. package/{index.d.ts → types/po-ui-ng-components.d.ts} +17 -40
  48. package/po-ui-ng-components-20.13.0.tgz +0 -0
package/README.md CHANGED
@@ -19,7 +19,7 @@ Utilizando o comando `ng add` do [Angular CLI](https://cli.angular.io/), vamos a
19
19
  Execute o comando abaixo na pasta raiz do seu projeto:
20
20
 
21
21
  ```
22
- ng add @po-ui/ng-components
22
+ ng add @po-ui/ng-components@next
23
23
  ```
24
24
 
25
25
 
@@ -8,14 +8,14 @@ class PoChartModalTableComponent {
8
8
  itemsTable;
9
9
  columnsTable;
10
10
  actionModal;
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: PoChartModalTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.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: `
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: PoChartModalTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.9", 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: `
13
13
  <po-modal #modalComponent [p-click-out]="true" [p-title]="title" [p-primary-action]="actionModal">
14
14
  <po-table [p-hide-columns-manager]="true" [p-items]="itemsTable" [p-columns]="columnsTable"></po-table>
15
15
  </po-modal>
16
16
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: PoModalModule }, { kind: "component", type: PoModalComponent, selector: "po-modal" }, { kind: "ngmodule", type: PoTableModule }, { kind: "component", type: PoTableComponent, selector: "po-table" }] });
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: PoChartModalTableComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: PoChartModalTableComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  standalone: true,
@@ -41,4 +41,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImpor
41
41
  }] } });
42
42
 
43
43
  export { PoChartModalTableComponent };
44
- //# sourceMappingURL=po-ui-ng-components-po-chart-modal-table.component-C8jlPZLV.mjs.map
44
+ //# sourceMappingURL=po-ui-ng-components-po-chart-modal-table.component-DTtf5iYX.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"po-ui-ng-components-po-chart-modal-table.component-C8jlPZLV.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';\n\nimport { PoModalComponent, PoModalModule } from '../../po-modal';\nimport { PoTableModule } from '../../po-table';\n\n@Component({\n standalone: true,\n imports: [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":["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;;;;GAIT,EANS,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,aAAa,mGAAE,aAAa,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,gBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,CAAA,EAAA,CAAA;;2FAQ3B,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAVtC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,OAAO,EAAE,CAAC,aAAa,EAAE,aAAa,CAAC;AACvC,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;;;;;"}
1
+ {"version":3,"file":"po-ui-ng-components-po-chart-modal-table.component-DTtf5iYX.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';\n\nimport { PoModalComponent, PoModalModule } from '../../po-modal';\nimport { PoTableModule } from '../../po-table';\n\n@Component({\n standalone: true,\n imports: [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":["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;;;;GAIT,EANS,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,aAAa,mGAAE,aAAa,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,gBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,CAAA,EAAA,CAAA;;2FAQ3B,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAVtC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,OAAO,EAAE,CAAC,aAAa,EAAE,aAAa,CAAC;AACvC,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE;;;;AAIT,EAAA;AACF,iBAAA;;sBAEE,SAAS;AAAC,gBAAA,IAAA,EAAA,CAAA,gBAAgB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;;sBAE5C;;sBACA;;sBACA;;sBACA;;;;;"}