@po-ui/ng-components 20.6.0 → 20.8.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 (95) hide show
  1. package/fesm2022/po-ui-ng-components.mjs +3523 -2688
  2. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  3. package/index.d.ts +636 -452
  4. package/lib/components/po-breadcrumb/po-breadcrumb-base.component.d.ts +15 -0
  5. package/lib/components/po-chart/interfaces/po-chart-serie.interface.d.ts +3 -2
  6. package/lib/components/po-dropdown/po-dropdown-action.interface.d.ts +10 -0
  7. package/lib/components/po-dropdown/po-dropdown.component.d.ts +5 -0
  8. package/lib/components/po-dynamic/po-dynamic-form/interfaces/po-dynamic-form-field.interface.d.ts +10 -5
  9. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +2 -2
  10. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.d.ts +15 -0
  11. package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +6 -8
  12. package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +3 -12
  13. package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +6 -8
  14. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +7 -12
  15. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +6 -8
  16. package/lib/components/po-field/po-combo/po-combo.component.d.ts +5 -12
  17. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +5 -7
  18. package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +7 -14
  19. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +5 -7
  20. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +4 -12
  21. package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +3 -4
  22. package/lib/components/po-field/po-email/po-email.component.d.ts +3 -3
  23. package/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.d.ts +2 -0
  24. package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +2 -0
  25. package/lib/components/po-field/po-field.model.d.ts +7 -16
  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 +9 -0
  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-rich-text/po-rich-text-base.component.d.ts +6 -8
  41. package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +1 -2
  42. package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +4 -10
  43. package/lib/components/po-field/po-select/po-select.component.d.ts +7 -14
  44. package/lib/components/po-field/po-switch/po-switch.component.d.ts +33 -6
  45. package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +6 -8
  46. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +7 -12
  47. package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +6 -8
  48. package/lib/components/po-field/po-upload/po-upload.component.d.ts +5 -11
  49. package/lib/components/po-field/po-url/po-url.component.d.ts +3 -2
  50. package/lib/components/po-helper/po-helper-base.component.d.ts +11 -0
  51. package/lib/components/po-helper/po-helper.component.d.ts +1 -0
  52. package/lib/components/po-info/po-info-base.component.d.ts +15 -0
  53. package/lib/components/po-listbox/interfaces/po-listbox-literals.interface.d.ts +2 -0
  54. package/lib/components/po-listbox/po-item-list/po-item-list-base.component.d.ts +1 -0
  55. package/lib/components/po-listbox/po-listbox-base.component.d.ts +8 -7
  56. package/lib/components/po-listbox/po-listbox.component.d.ts +14 -3
  57. package/lib/components/po-loading/po-loading-base.component.d.ts +7 -4
  58. package/lib/components/po-page/interfaces/po-page-action.interface.d.ts +6 -5
  59. package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +9 -8
  60. package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +14 -0
  61. package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +14 -0
  62. package/lib/components/po-page/po-page-header/po-page-header-base.component.d.ts +2 -0
  63. package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +14 -0
  64. package/lib/components/po-popover/po-popover-base.component.d.ts +12 -0
  65. package/lib/components/po-popover/po-popover.component.d.ts +11 -0
  66. package/lib/components/po-popup/po-popup-action.interface.d.ts +36 -4
  67. package/lib/components/po-popup/po-popup-base.component.d.ts +1 -0
  68. package/lib/components/po-search/po-search-base.component.d.ts +16 -0
  69. package/lib/components/po-search/po-search.component.d.ts +1 -1
  70. package/lib/components/po-table/enums/po-table-spacing.enum.d.ts +1 -1
  71. package/lib/components/po-tag/po-tag-base.component.d.ts +1 -0
  72. package/lib/enums/po-density-mode.enum.d.ts +14 -0
  73. package/lib/enums/po-field-size.enum.d.ts +5 -3
  74. package/lib/services/po-theme/helpers/accessibilities/po-theme-density.constant.d.ts +12 -0
  75. package/lib/services/po-theme/helpers/types/po-theme-dark-defaults-AA.constant.d.ts +4 -0
  76. package/lib/services/po-theme/helpers/types/po-theme-dark-defaults.constant.d.ts +5 -0
  77. package/lib/services/po-theme/po-theme.module.d.ts +1 -1
  78. package/lib/services/po-theme/po-theme.service.d.ts +39 -11
  79. package/lib/utils/util.d.ts +9 -2
  80. package/package.json +4 -4
  81. package/po-ui-ng-components-20.8.0.tgz +0 -0
  82. package/schematics/ng-add/index.js +1 -1
  83. package/schematics/ng-update/v14/index.js +1 -1
  84. package/schematics/ng-update/v15/index.js +1 -1
  85. package/schematics/ng-update/v16/index.js +1 -1
  86. package/schematics/ng-update/v17/index.js +1 -1
  87. package/schematics/ng-update/v18/index.js +2 -2
  88. package/schematics/ng-update/v19/index.js +2 -2
  89. package/schematics/ng-update/v2/index.js +1 -1
  90. package/schematics/ng-update/v20/index.js +2 -2
  91. package/schematics/ng-update/v3/index.js +1 -1
  92. package/schematics/ng-update/v4/index.js +1 -1
  93. package/schematics/ng-update/v5/index.js +1 -1
  94. package/schematics/ng-update/v6/index.js +1 -1
  95. package/po-ui-ng-components-20.6.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.