@po-ui/ng-components 19.31.0 → 19.33.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 (88) hide show
  1. package/fesm2022/po-ui-ng-components.mjs +3765 -2740
  2. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  3. package/lib/components/po-breadcrumb/po-breadcrumb-base.component.d.ts +16 -1
  4. package/lib/components/po-chart/interfaces/po-chart-serie.interface.d.ts +3 -2
  5. package/lib/components/po-dynamic/po-dynamic-form/interfaces/po-dynamic-form-field.interface.d.ts +18 -5
  6. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +2 -2
  7. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.d.ts +16 -1
  8. package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +6 -8
  9. package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +3 -12
  10. package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +6 -8
  11. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +7 -12
  12. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.d.ts +2 -1
  13. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +6 -8
  14. package/lib/components/po-field/po-combo/po-combo.component.d.ts +5 -12
  15. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +5 -7
  16. package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +7 -14
  17. package/lib/components/po-field/po-datepicker/po-datepicker.module.d.ts +2 -1
  18. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +5 -7
  19. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +4 -12
  20. package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +3 -4
  21. package/lib/components/po-field/po-email/po-email.component.d.ts +3 -3
  22. package/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.d.ts +3 -1
  23. package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +3 -1
  24. package/lib/components/po-field/po-field.model.d.ts +7 -16
  25. package/lib/components/po-field/po-field.module.d.ts +6 -5
  26. package/lib/components/po-field/po-input/po-input-base.component.d.ts +12 -19
  27. package/lib/components/po-field/po-input/po-input.component.d.ts +3 -3
  28. package/lib/components/po-field/po-input-generic/po-input-generic.d.ts +0 -2
  29. package/lib/components/po-field/po-login/po-login.component.d.ts +3 -1
  30. package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +6 -8
  31. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.d.ts +1 -1
  32. package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +8 -14
  33. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +6 -8
  34. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +4 -12
  35. package/lib/components/po-field/po-number/po-number.component.d.ts +3 -2
  36. package/lib/components/po-field/po-password/po-password.component.d.ts +3 -1
  37. package/lib/components/po-field/po-radio/po-radio.component.d.ts +11 -1
  38. package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +6 -8
  39. package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +7 -12
  40. package/lib/components/po-field/po-radio-group/po-radio-group.module.d.ts +2 -1
  41. package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +6 -8
  42. package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +1 -2
  43. package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +4 -10
  44. package/lib/components/po-field/po-select/po-select.component.d.ts +7 -14
  45. package/lib/components/po-field/po-switch/po-switch.component.d.ts +33 -6
  46. package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +6 -8
  47. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +7 -12
  48. package/lib/components/po-field/po-upload/interfaces/po-upload-literals.interface.d.ts +14 -0
  49. package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +119 -10
  50. package/lib/components/po-field/po-upload/po-upload-file.d.ts +6 -0
  51. package/lib/components/po-field/po-upload/po-upload.component.d.ts +33 -15
  52. package/lib/components/po-field/po-url/po-url.component.d.ts +3 -2
  53. package/lib/components/po-helper/po-helper-base.component.d.ts +12 -1
  54. package/lib/components/po-helper/po-helper.component.d.ts +1 -0
  55. package/lib/components/po-info/po-info-base.component.d.ts +16 -1
  56. package/lib/components/po-loading/po-loading-base.component.d.ts +7 -4
  57. package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +9 -8
  58. package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +14 -0
  59. package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +14 -0
  60. package/lib/components/po-page/po-page-header/po-page-header-base.component.d.ts +3 -1
  61. package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +14 -0
  62. package/lib/components/po-popover/po-popover-base.component.d.ts +13 -1
  63. package/lib/components/po-popover/po-popover.component.d.ts +11 -0
  64. package/lib/components/po-search/po-search-base.component.d.ts +17 -1
  65. package/lib/components/po-search/po-search.component.d.ts +1 -1
  66. package/lib/components/po-table/enums/po-table-spacing.enum.d.ts +1 -1
  67. package/lib/components/po-tag/po-tag-base.component.d.ts +1 -0
  68. package/lib/enums/po-density-mode.enum.d.ts +14 -0
  69. package/lib/enums/po-field-size.enum.d.ts +5 -3
  70. package/lib/services/po-theme/helpers/accessibilities/po-theme-density.constant.d.ts +12 -0
  71. package/lib/services/po-theme/po-theme.module.d.ts +1 -1
  72. package/lib/services/po-theme/po-theme.service.d.ts +39 -11
  73. package/lib/utils/util.d.ts +9 -2
  74. package/package.json +4 -4
  75. package/po-ui-ng-components-19.33.0.tgz +0 -0
  76. package/schematics/ng-add/index.js +1 -1
  77. package/schematics/ng-update/v14/index.js +1 -1
  78. package/schematics/ng-update/v15/index.js +1 -1
  79. package/schematics/ng-update/v16/index.js +1 -1
  80. package/schematics/ng-update/v17/index.js +1 -1
  81. package/schematics/ng-update/v18/index.js +2 -2
  82. package/schematics/ng-update/v19/index.js +2 -2
  83. package/schematics/ng-update/v2/index.js +1 -1
  84. package/schematics/ng-update/v3/index.js +1 -1
  85. package/schematics/ng-update/v4/index.js +1 -1
  86. package/schematics/ng-update/v5/index.js +1 -1
  87. package/schematics/ng-update/v6/index.js +1 -1
  88. package/po-ui-ng-components-19.31.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.