@po-ui/ng-components 21.17.0 → 21.18.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 (55) hide show
  1. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-BkH0bb8j.mjs → po-ui-ng-components-po-chart-modal-table.component-ZnSFYVDt.mjs} +4 -4
  2. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-BkH0bb8j.mjs.map → po-ui-ng-components-po-chart-modal-table.component-ZnSFYVDt.mjs.map} +1 -1
  3. package/fesm2022/po-ui-ng-components.mjs +18094 -14914
  4. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  5. package/lib/components/po-calendar/po-calendar-base.component.d.ts +54 -44
  6. package/lib/components/po-calendar/po-calendar-mode.enum.d.ts +2 -1
  7. package/lib/components/po-calendar/po-calendar.component.d.ts +7 -2
  8. package/lib/components/po-calendar/services/po-calendar.service.d.ts +1 -0
  9. package/lib/components/po-dynamic/po-dynamic-form/interfaces/po-dynamic-form-field.interface.d.ts +28 -8
  10. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +7 -0
  11. package/lib/components/po-field/index.d.ts +2 -0
  12. package/lib/components/po-field/po-datetimepicker/po-datetimepicker-base.component.d.ts +509 -0
  13. package/lib/components/po-field/po-datetimepicker/po-datetimepicker.component.d.ts +130 -0
  14. package/lib/components/po-field/po-datetimepicker/po-datetimepicker.literals.d.ts +42 -0
  15. package/lib/components/po-field/po-datetimepicker/po-datetimepicker.module.d.ts +7 -0
  16. package/lib/components/po-field/po-field.module.d.ts +1 -1
  17. package/lib/components/po-table/po-table.component.d.ts +35 -4
  18. package/lib/components/po-timer/po-timer.component.d.ts +2 -2
  19. package/lib/services/index.d.ts +1 -0
  20. package/lib/services/po-theme/helpers/types/po-theme-dark-defaults-AA.constant.d.ts +1 -0
  21. package/lib/services/po-theme/helpers/types/po-theme-dark-defaults.constant.d.ts +1 -0
  22. package/lib/services/po-user-guide/enums/index.d.ts +2 -0
  23. package/lib/services/po-user-guide/enums/po-user-guide-alignment.enum.d.ts +18 -0
  24. package/lib/services/po-user-guide/enums/po-user-guide-position.enum.d.ts +24 -0
  25. package/lib/services/po-user-guide/index.d.ts +6 -0
  26. package/lib/services/po-user-guide/interfaces/index.d.ts +6 -0
  27. package/lib/services/po-user-guide/interfaces/po-user-guide-end-event.interface.d.ts +46 -0
  28. package/lib/services/po-user-guide/interfaces/po-user-guide-literals.interface.d.ts +19 -0
  29. package/lib/services/po-user-guide/interfaces/po-user-guide-options.interface.d.ts +195 -0
  30. package/lib/services/po-user-guide/interfaces/po-user-guide-start-event.interface.d.ts +39 -0
  31. package/lib/services/po-user-guide/interfaces/po-user-guide-step-change-event.interface.d.ts +54 -0
  32. package/lib/services/po-user-guide/interfaces/po-user-guide-step.interface.d.ts +173 -0
  33. package/lib/services/po-user-guide/po-user-guide-base.service.d.ts +365 -0
  34. package/lib/services/po-user-guide/po-user-guide-scroll-lock.d.ts +55 -0
  35. package/lib/services/po-user-guide/po-user-guide.literals.d.ts +7 -0
  36. package/lib/services/po-user-guide/po-user-guide.module.d.ts +2 -0
  37. package/lib/services/po-user-guide/po-user-guide.service.d.ts +174 -0
  38. package/package.json +5 -4
  39. package/po-ui-ng-components-21.18.0.tgz +0 -0
  40. package/schematics/ng-add/index.js +1 -1
  41. package/schematics/ng-update/v14/index.js +1 -1
  42. package/schematics/ng-update/v15/index.js +1 -1
  43. package/schematics/ng-update/v16/index.js +1 -1
  44. package/schematics/ng-update/v17/index.js +1 -1
  45. package/schematics/ng-update/v18/index.js +2 -2
  46. package/schematics/ng-update/v19/index.js +2 -2
  47. package/schematics/ng-update/v2/index.js +1 -1
  48. package/schematics/ng-update/v20/index.js +2 -2
  49. package/schematics/ng-update/v21/index.js +1 -1
  50. package/schematics/ng-update/v3/index.js +1 -1
  51. package/schematics/ng-update/v4/index.js +1 -1
  52. package/schematics/ng-update/v5/index.js +1 -1
  53. package/schematics/ng-update/v6/index.js +1 -1
  54. package/types/po-ui-ng-components.d.ts +17342 -15504
  55. package/po-ui-ng-components-21.17.0.tgz +0 -0
Binary file