@po-ui/ng-components 19.6.0 → 19.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 (174) hide show
  1. package/fesm2022/po-ui-ng-components.mjs +25435 -24062
  2. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  3. package/lib/components/po-button/enums/po-button-kind.enum.d.ts +15 -0
  4. package/lib/components/po-button/enums/po-button-size.enum.d.ts +13 -0
  5. package/lib/components/po-button/index.d.ts +3 -1
  6. package/lib/components/po-button/po-button-base.component.d.ts +26 -24
  7. package/lib/components/po-button/po-button.component.d.ts +4 -0
  8. package/lib/components/po-button-group/{po-button-group-toggle.enum.d.ts → enums/po-button-group-toggle.enum.d.ts} +1 -1
  9. package/lib/components/po-button-group/index.d.ts +1 -1
  10. package/lib/components/po-button-group/po-button-group-base.component.d.ts +25 -4
  11. package/lib/components/po-button-group/po-button-group.component.d.ts +3 -1
  12. package/lib/components/po-dropdown/po-dropdown-base.component.d.ts +21 -1
  13. package/lib/components/po-dropdown/po-dropdown.component.d.ts +3 -1
  14. package/lib/components/po-dynamic/index.d.ts +6 -6
  15. package/lib/components/po-dynamic/po-dynamic-field.interface.d.ts +1 -1
  16. package/lib/components/po-dynamic/po-dynamic-form/{po-dynamic-form-field.interface.d.ts → interfaces/po-dynamic-form-field.interface.d.ts} +19 -8
  17. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.d.ts +22 -2
  18. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-field-internal.interface.d.ts +1 -1
  19. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +9 -4
  20. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.d.ts +4 -2
  21. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.interface.d.ts +2 -2
  22. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.d.ts +1 -1
  23. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-validation.interface.d.ts +1 -1
  24. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.interface.d.ts +2 -2
  25. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.d.ts +1 -1
  26. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +4 -2
  27. package/lib/components/po-dynamic/shared/po-dynamic-shared-base.d.ts +1 -1
  28. package/lib/components/po-field/index.d.ts +6 -6
  29. package/lib/components/po-field/po-checkbox/enums/po-checkbox-size.enum.d.ts +13 -0
  30. package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +10 -5
  31. package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +4 -2
  32. package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +22 -1
  33. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +3 -1
  34. package/lib/components/po-field/po-clean/po-clean-base.component.d.ts +4 -2
  35. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +22 -3
  36. package/lib/components/po-field/po-combo/po-combo.component.d.ts +6 -4
  37. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +21 -2
  38. package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +3 -1
  39. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +21 -2
  40. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +6 -4
  41. package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +3 -2
  42. package/lib/components/po-field/po-email/po-email.component.d.ts +3 -1
  43. package/lib/components/po-field/po-input/po-input-base.component.d.ts +21 -2
  44. package/lib/components/po-field/po-input/po-input.component.d.ts +3 -1
  45. package/lib/components/po-field/po-input-generic/po-input-generic.d.ts +4 -3
  46. package/lib/components/po-field/po-login/po-login.component.d.ts +3 -1
  47. package/lib/components/po-field/po-lookup/interfaces/po-lookup-advanced-filter.interface.d.ts +1 -1
  48. package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +23 -4
  49. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.d.ts +3 -1
  50. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.d.ts +1 -1
  51. package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +3 -1
  52. package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +3 -2
  53. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +25 -6
  54. package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +4 -2
  55. package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +2 -2
  56. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +4 -2
  57. package/lib/components/po-field/po-number/po-number-base.component.d.ts +3 -1
  58. package/lib/components/po-field/po-number/po-number.component.d.ts +4 -2
  59. package/lib/components/po-field/po-password/po-password.component.d.ts +3 -1
  60. package/lib/components/po-field/po-radio/enums/po-radio-size.enum.d.ts +13 -0
  61. package/lib/components/po-field/po-radio/po-radio.component.d.ts +7 -13
  62. package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +14 -2
  63. package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +3 -1
  64. package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +21 -2
  65. package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +4 -2
  66. package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +3 -2
  67. package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +2 -1
  68. package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +2 -1
  69. package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +3 -1
  70. package/lib/components/po-field/po-select/po-select.component.d.ts +22 -3
  71. package/lib/components/po-field/po-switch/po-switch.component.d.ts +23 -3
  72. package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +37 -2
  73. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +3 -1
  74. package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +22 -3
  75. package/lib/components/po-field/po-upload/po-upload.component.d.ts +3 -1
  76. package/lib/components/po-field/po-url/po-url.component.d.ts +3 -1
  77. package/lib/components/po-info/po-info.module.d.ts +2 -1
  78. package/lib/components/po-list-view/po-list-view-base.component.d.ts +21 -2
  79. package/lib/components/po-list-view/po-list-view.component.d.ts +3 -1
  80. package/lib/components/po-listbox/po-item-list/po-item-list-base.component.d.ts +4 -2
  81. package/lib/components/po-listbox/po-listbox-base.component.d.ts +7 -2
  82. package/lib/components/po-listbox/po-listbox.component.d.ts +3 -1
  83. package/lib/components/po-listbox/po-search-list/po-search-list.component.d.ts +3 -1
  84. package/lib/components/po-loading/po-loading-base.component.d.ts +4 -4
  85. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.d.ts +4 -4
  86. package/lib/components/po-menu/po-menu-base.component.d.ts +21 -2
  87. package/lib/components/po-menu/po-menu-filter/po-menu-filter.component.d.ts +2 -1
  88. package/lib/components/po-menu/po-menu.component.d.ts +3 -1
  89. package/lib/components/po-modal/po-modal-base.component.d.ts +21 -2
  90. package/lib/components/po-modal/po-modal.component.d.ts +3 -1
  91. package/lib/components/po-page/index.d.ts +3 -3
  92. package/lib/components/po-page/{po-page-action.interface.d.ts → interfaces/po-page-action.interface.d.ts} +1 -1
  93. package/lib/components/po-page/{po-page.interface.d.ts → interfaces/po-page.interface.d.ts} +1 -1
  94. package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +22 -3
  95. package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +4 -2
  96. package/lib/components/po-page/po-page-default/po-page-default.interface.d.ts +2 -2
  97. package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +21 -2
  98. package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +21 -2
  99. package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +23 -4
  100. package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +6 -4
  101. package/lib/components/po-page/po-page-slide/po-page-slide-base.component.d.ts +21 -1
  102. package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +5 -3
  103. package/lib/components/po-popup/po-popup-base.component.d.ts +21 -1
  104. package/lib/components/po-popup/po-popup.component.d.ts +4 -2
  105. package/lib/components/po-progress/enums/po-progress-size.enum.d.ts +3 -1
  106. package/lib/components/po-progress/po-progress-base.component.d.ts +24 -4
  107. package/lib/components/po-progress/po-progress.component.d.ts +3 -0
  108. package/lib/components/po-search/index.d.ts +1 -1
  109. package/lib/components/po-search/po-search-base.component.d.ts +23 -4
  110. package/lib/components/po-search/po-search.component.d.ts +3 -1
  111. package/lib/components/po-table/interfaces/po-table-column.interface.d.ts +1 -1
  112. package/lib/components/po-table/interfaces/po-table-filtered-items-params.interface.d.ts +2 -0
  113. package/lib/components/po-table/po-table-base.component.d.ts +22 -3
  114. package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +21 -2
  115. package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +23 -4
  116. package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +22 -3
  117. package/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.d.ts +3 -1
  118. package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.d.ts +3 -1
  119. package/lib/components/po-table/po-table.component.d.ts +4 -2
  120. package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +3 -2
  121. package/lib/components/po-tabs/po-tabs-base.component.d.ts +25 -3
  122. package/lib/components/po-tabs/po-tabs.component.d.ts +3 -1
  123. package/lib/components/po-toaster/po-toaster-base.component.d.ts +23 -3
  124. package/lib/components/po-toaster/po-toaster.component.d.ts +5 -3
  125. package/lib/components/po-tree-view/po-tree-view-base.component.d.ts +21 -1
  126. package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +3 -2
  127. package/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.d.ts +2 -1
  128. package/lib/components/po-tree-view/po-tree-view.component.d.ts +3 -1
  129. package/lib/enums/po-field-size.enum.d.ts +13 -0
  130. package/lib/services/po-dialog/index.d.ts +1 -1
  131. package/lib/services/po-dialog/interfaces/po-dialog.interface.d.ts +11 -0
  132. package/lib/services/po-dialog/po-dialog-base.service.d.ts +1 -1
  133. package/lib/services/po-dialog/po-dialog.component.d.ts +11 -6
  134. package/lib/services/po-dialog/po-dialog.service.d.ts +1 -1
  135. package/lib/services/po-notification/po-notification-base.service.d.ts +4 -1
  136. package/lib/services/po-notification/po-notification.interface.d.ts +11 -0
  137. package/lib/services/po-notification/po-notification.service.d.ts +4 -2
  138. package/lib/services/po-theme/enum/po-theme-a11y.enum.d.ts +14 -10
  139. package/lib/services/po-theme/enum/po-theme-type.enum.d.ts +5 -8
  140. package/lib/services/po-theme/interfaces/po-theme.interface.d.ts +19 -10
  141. package/lib/services/po-theme/po-theme.service.d.ts +33 -7
  142. package/lib/utils/util.d.ts +9 -0
  143. package/package.json +4 -4
  144. package/po-ui-ng-components-19.8.0.tgz +0 -0
  145. package/schematics/ng-add/index.js +1 -1
  146. package/schematics/ng-update/v14/index.js +1 -1
  147. package/schematics/ng-update/v15/index.js +1 -1
  148. package/schematics/ng-update/v16/index.js +1 -1
  149. package/schematics/ng-update/v17/index.js +1 -1
  150. package/schematics/ng-update/v18/index.js +2 -2
  151. package/schematics/ng-update/v19/index.js +2 -2
  152. package/schematics/ng-update/v2/index.js +1 -1
  153. package/schematics/ng-update/v3/index.js +1 -1
  154. package/schematics/ng-update/v4/index.js +1 -1
  155. package/schematics/ng-update/v5/index.js +1 -1
  156. package/schematics/ng-update/v6/index.js +1 -1
  157. package/lib/components/po-button/po-button-kind.enum.d.ts +0 -5
  158. package/lib/components/po-button/po-button-size.enum.d.ts +0 -4
  159. package/lib/components/po-field/po-checkbox/po-checkbox-size.enum.d.ts +0 -13
  160. package/lib/components/po-field/po-radio/po-radio-size.enum.d.ts +0 -11
  161. package/po-ui-ng-components-19.6.0.tgz +0 -0
  162. /package/lib/components/po-button/{po-button-type.enum.d.ts → enums/po-button-type.enum.d.ts} +0 -0
  163. /package/lib/components/po-dynamic/{po-dynamic-field-force-component.enum.d.ts → enums/po-dynamic-field-force-component.enum.d.ts} +0 -0
  164. /package/lib/components/po-dynamic/{po-dynamic-field-type.enum.d.ts → enums/po-dynamic-field-type.enum.d.ts} +0 -0
  165. /package/lib/components/po-dynamic/po-dynamic-form/{po-dynamic-form-response.interface.d.ts → interfaces/po-dynamic-form-response.interface.d.ts} +0 -0
  166. /package/lib/components/po-field/po-combo/{po-combo-filter-mode.enum.d.ts → enums/po-combo-filter-mode.enum.d.ts} +0 -0
  167. /package/lib/components/po-field/po-multiselect/{po-multiselect-filter-mode.enum.d.ts → enums/po-multiselect-filter-mode.enum.d.ts} +0 -0
  168. /package/lib/components/po-field/po-multiselect/{po-multiselect-filter.interface.d.ts → interfaces/po-multiselect-filter.interface.d.ts} +0 -0
  169. /package/lib/components/po-field/po-multiselect/{po-multiselect-literals.interface.d.ts → interfaces/po-multiselect-literals.interface.d.ts} +0 -0
  170. /package/lib/components/po-field/po-multiselect/{po-multiselect-option.interface.d.ts → interfaces/po-multiselect-option.interface.d.ts} +0 -0
  171. /package/lib/components/po-loading/{po-loading-icon → enums}/po-loading-icon-size-enum.d.ts +0 -0
  172. /package/lib/components/po-page/{po-page-filter.interface.d.ts → interfaces/po-page-filter.interface.d.ts} +0 -0
  173. /package/lib/components/po-search/{enum → enums}/po-search-filter-mode.enum.d.ts +0 -0
  174. /package/lib/services/po-dialog/{po-dialog.enum.d.ts → enums/po-dialog.enum.d.ts} +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.