@po-ui/ng-components 21.28.0 → 21.30.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 (46) hide show
  1. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-CIfW0N91.mjs → po-ui-ng-components-po-chart-modal-table.component-BEh4YifL.mjs} +4 -4
  2. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-CIfW0N91.mjs.map → po-ui-ng-components-po-chart-modal-table.component-BEh4YifL.mjs.map} +1 -1
  3. package/fesm2022/po-ui-ng-components.mjs +2035 -1278
  4. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  5. package/lib/components/po-dynamic/po-dynamic-form/interfaces/po-dynamic-form-field.interface.d.ts +28 -0
  6. package/lib/components/po-field/index.d.ts +3 -0
  7. package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +16 -0
  8. package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +16 -0
  9. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +16 -0
  10. package/lib/components/po-field/po-combo/po-combo.component.d.ts +1 -0
  11. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +16 -0
  12. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +16 -0
  13. package/lib/components/po-field/po-datetimepicker/po-datetimepicker-base.component.d.ts +16 -0
  14. package/lib/components/po-field/po-decimal/interfaces/po-decimal-format-parsed.interface.d.ts +16 -0
  15. package/lib/components/po-field/po-decimal/interfaces/po-decimal-format-result.interface.d.ts +12 -0
  16. package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +42 -1
  17. package/lib/components/po-field/po-decimal/utils/po-decimal-format.util.d.ts +47 -0
  18. package/lib/components/po-field/po-input/po-input-base.component.d.ts +7 -1
  19. package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +16 -0
  20. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +16 -0
  21. package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +16 -0
  22. package/lib/components/po-field/po-select/po-select.component.d.ts +16 -0
  23. package/lib/components/po-field/po-switch/po-switch.component.d.ts +17 -1
  24. package/lib/components/po-field/po-timepicker/po-timepicker-base.component.d.ts +16 -0
  25. package/lib/pipes/index.d.ts +1 -0
  26. package/lib/pipes/po-decimal/index.d.ts +2 -0
  27. package/lib/pipes/po-decimal/po-decimal.module.d.ts +2 -0
  28. package/lib/pipes/po-decimal/po-decimal.pipe.d.ts +15 -0
  29. package/package.json +4 -4
  30. package/po-ui-ng-components-21.30.0.tgz +0 -0
  31. package/schematics/ng-add/index.js +1 -1
  32. package/schematics/ng-update/v14/index.js +1 -1
  33. package/schematics/ng-update/v15/index.js +1 -1
  34. package/schematics/ng-update/v16/index.js +1 -1
  35. package/schematics/ng-update/v17/index.js +1 -1
  36. package/schematics/ng-update/v18/index.js +2 -2
  37. package/schematics/ng-update/v19/index.js +2 -2
  38. package/schematics/ng-update/v2/index.js +1 -1
  39. package/schematics/ng-update/v20/index.js +2 -2
  40. package/schematics/ng-update/v21/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/types/po-ui-ng-components.d.ts +383 -17
  46. package/po-ui-ng-components-21.28.0.tgz +0 -0
Binary file