@po-ui/ng-components 21.16.0 → 21.17.0-beta.1

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 (64) hide show
  1. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-C4GP9pZp.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-C4GP9pZp.mjs.map → po-ui-ng-components-po-chart-modal-table.component-ZnSFYVDt.mjs.map} +1 -1
  3. package/fesm2022/po-ui-ng-components.mjs +18186 -14839
  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-helper/interfaces/po-helper.interface.d.ts +10 -5
  18. package/lib/components/po-helper/po-helper.component.d.ts +2 -0
  19. package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +35 -1
  20. package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +11 -1
  21. package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +11 -1
  22. package/lib/components/po-page/po-page-header/po-page-header-base.component.d.ts +10 -2
  23. package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +11 -1
  24. package/lib/components/po-popover/po-popover.component.d.ts +1 -0
  25. package/lib/components/po-table/po-table.component.d.ts +35 -4
  26. package/lib/components/po-timer/po-timer.component.d.ts +2 -2
  27. package/lib/services/index.d.ts +1 -0
  28. package/lib/services/po-theme/helpers/types/po-theme-dark-defaults-AA.constant.d.ts +1 -0
  29. package/lib/services/po-theme/helpers/types/po-theme-dark-defaults.constant.d.ts +1 -0
  30. package/lib/services/po-user-guide/enums/index.d.ts +2 -0
  31. package/lib/services/po-user-guide/enums/po-user-guide-alignment.enum.d.ts +18 -0
  32. package/lib/services/po-user-guide/enums/po-user-guide-position.enum.d.ts +24 -0
  33. package/lib/services/po-user-guide/index.d.ts +6 -0
  34. package/lib/services/po-user-guide/interfaces/index.d.ts +6 -0
  35. package/lib/services/po-user-guide/interfaces/po-user-guide-end-event.interface.d.ts +46 -0
  36. package/lib/services/po-user-guide/interfaces/po-user-guide-literals.interface.d.ts +19 -0
  37. package/lib/services/po-user-guide/interfaces/po-user-guide-options.interface.d.ts +195 -0
  38. package/lib/services/po-user-guide/interfaces/po-user-guide-start-event.interface.d.ts +39 -0
  39. package/lib/services/po-user-guide/interfaces/po-user-guide-step-change-event.interface.d.ts +54 -0
  40. package/lib/services/po-user-guide/interfaces/po-user-guide-step.interface.d.ts +169 -0
  41. package/lib/services/po-user-guide/po-user-guide-base.service.d.ts +365 -0
  42. package/lib/services/po-user-guide/po-user-guide-scroll-lock.d.ts +55 -0
  43. package/lib/services/po-user-guide/po-user-guide.literals.d.ts +7 -0
  44. package/lib/services/po-user-guide/po-user-guide.module.d.ts +2 -0
  45. package/lib/services/po-user-guide/po-user-guide.service.d.ts +174 -0
  46. package/lib/utils/safe-text-parser.d.ts +23 -0
  47. package/package.json +5 -4
  48. package/po-ui-ng-components-21.17.0-beta.1.tgz +0 -0
  49. package/schematics/ng-add/index.js +1 -1
  50. package/schematics/ng-update/v14/index.js +1 -1
  51. package/schematics/ng-update/v15/index.js +1 -1
  52. package/schematics/ng-update/v16/index.js +1 -1
  53. package/schematics/ng-update/v17/index.js +1 -1
  54. package/schematics/ng-update/v18/index.js +2 -2
  55. package/schematics/ng-update/v19/index.js +2 -2
  56. package/schematics/ng-update/v2/index.js +1 -1
  57. package/schematics/ng-update/v20/index.js +2 -2
  58. package/schematics/ng-update/v21/index.js +1 -1
  59. package/schematics/ng-update/v3/index.js +1 -1
  60. package/schematics/ng-update/v4/index.js +1 -1
  61. package/schematics/ng-update/v5/index.js +1 -1
  62. package/schematics/ng-update/v6/index.js +1 -1
  63. package/types/po-ui-ng-components.d.ts +17325 -15403
  64. package/po-ui-ng-components-21.16.0.tgz +0 -0
Binary file