@po-ui/ng-components 21.8.0 → 21.10.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 (73) hide show
  1. package/fesm2022/po-ui-ng-components.mjs +4883 -363
  2. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  3. package/lib/components/index.d.ts +1 -0
  4. package/lib/components/po-avatar/po-avatar.component.d.ts +1 -0
  5. package/lib/components/po-badge/po-badge-base.component.d.ts +15 -0
  6. package/lib/components/po-button/po-button-base.component.d.ts +10 -0
  7. package/lib/components/po-calendar/constants/po-calendar-range-presets.constant.d.ts +2 -0
  8. package/lib/components/po-calendar/index.d.ts +2 -0
  9. package/lib/components/po-calendar/interfaces/po-calendar-range-preset.interface.d.ts +16 -0
  10. package/lib/components/po-calendar/po-calendar-base.component.d.ts +54 -0
  11. package/lib/components/po-calendar/po-calendar-footer/po-calendar-footer.component.d.ts +16 -0
  12. package/lib/components/po-calendar/po-calendar-preset-list/po-calendar-preset-list.component.d.ts +28 -0
  13. package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +9 -3
  14. package/lib/components/po-calendar/po-calendar.component.d.ts +28 -3
  15. package/lib/components/po-calendar/services/po-calendar.lang.service.d.ts +2 -0
  16. package/lib/components/po-container/po-container.component.d.ts +1 -0
  17. package/lib/components/po-dynamic/po-dynamic-form/interfaces/po-dynamic-form-field.interface.d.ts +58 -7
  18. package/lib/components/po-field/index.d.ts +3 -0
  19. package/lib/components/po-field/po-combo/po-combo.component.d.ts +1 -0
  20. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +54 -0
  21. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +18 -0
  22. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +1 -0
  23. package/lib/components/po-field/po-select/po-select.component.d.ts +1 -0
  24. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +2 -1
  25. package/lib/components/po-field/po-timepicker/enums/po-timepicker-iso-format.enum.d.ts +13 -0
  26. package/lib/components/po-field/po-timepicker/index.d.ts +3 -0
  27. package/lib/components/po-field/po-timepicker/po-timepicker-base.component.d.ts +374 -0
  28. package/lib/components/po-field/po-timepicker/po-timepicker.component.d.ts +206 -0
  29. package/lib/components/po-field/po-timepicker/po-timepicker.literals.d.ts +46 -0
  30. package/lib/components/po-field/po-timepicker/po-timepicker.module.d.ts +7 -0
  31. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +2 -0
  32. package/lib/components/po-menu/po-menu.component.d.ts +2 -0
  33. package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +1 -0
  34. package/lib/components/po-popup/po-popup.component.d.ts +2 -0
  35. package/lib/components/po-progress/po-progress.component.d.ts +1 -0
  36. package/lib/components/po-search/po-search.component.d.ts +3 -1
  37. package/lib/components/po-stepper/po-stepper.component.d.ts +1 -0
  38. package/lib/components/po-table/interfaces/po-table-column.interface.d.ts +14 -4
  39. package/lib/components/po-table/po-table-base.component.d.ts +22 -0
  40. package/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.d.ts +10 -0
  41. package/lib/components/po-table/po-table-column-label/po-table-column-label.interface.d.ts +21 -0
  42. package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +1 -0
  43. package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.d.ts +10 -0
  44. package/lib/components/po-table/po-table.component.d.ts +1 -0
  45. package/lib/components/po-tag/po-tag-base.component.d.ts +20 -1
  46. package/lib/components/po-tag/po-tag.component.d.ts +7 -0
  47. package/lib/components/po-timer/enums/po-timer-format.enum.d.ts +13 -0
  48. package/lib/components/po-timer/index.d.ts +4 -0
  49. package/lib/components/po-timer/po-timer-base.component.d.ts +255 -0
  50. package/lib/components/po-timer/po-timer-scroll.helper.d.ts +40 -0
  51. package/lib/components/po-timer/po-timer.component.d.ts +208 -0
  52. package/lib/components/po-timer/po-timer.literals.d.ts +22 -0
  53. package/lib/components/po-timer/po-timer.module.d.ts +6 -0
  54. package/lib/components/po-widget/po-widget.component.d.ts +2 -0
  55. package/lib/enums/po-caption-tag-color.enum.d.ts +43 -0
  56. package/package.json +4 -4
  57. package/po-ui-ng-components-21.10.0.tgz +0 -0
  58. package/schematics/ng-add/index.js +1 -1
  59. package/schematics/ng-update/v14/index.js +1 -1
  60. package/schematics/ng-update/v15/index.js +1 -1
  61. package/schematics/ng-update/v16/index.js +1 -1
  62. package/schematics/ng-update/v17/index.js +1 -1
  63. package/schematics/ng-update/v18/index.js +2 -2
  64. package/schematics/ng-update/v19/index.js +2 -2
  65. package/schematics/ng-update/v2/index.js +1 -1
  66. package/schematics/ng-update/v20/index.js +2 -2
  67. package/schematics/ng-update/v21/index.js +1 -1
  68. package/schematics/ng-update/v3/index.js +1 -1
  69. package/schematics/ng-update/v4/index.js +1 -1
  70. package/schematics/ng-update/v5/index.js +1 -1
  71. package/schematics/ng-update/v6/index.js +1 -1
  72. package/types/po-ui-ng-components.d.ts +1533 -29
  73. package/po-ui-ng-components-21.8.0.tgz +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.