@po-ui/ng-components 5.22.3 → 6.2.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 (1805) hide show
  1. package/README.md +36 -36
  2. package/esm2020/lib/components/components.module.mjs +270 -0
  3. package/esm2020/lib/components/index.mjs +38 -0
  4. package/esm2020/lib/components/po-accordion/index.mjs +4 -0
  5. package/esm2020/lib/components/po-accordion/po-accordion-base.component.mjs +29 -0
  6. package/esm2020/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.mjs +78 -0
  7. package/esm2020/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.mjs +44 -0
  8. package/esm2020/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.mjs +41 -0
  9. package/esm2020/lib/components/po-accordion/po-accordion.component.mjs +106 -0
  10. package/esm2020/lib/components/po-accordion/po-accordion.module.mjs +61 -0
  11. package/esm2020/lib/components/po-accordion/services/po-accordion.service.mjs +30 -0
  12. package/esm2020/lib/components/po-avatar/index.mjs +3 -0
  13. package/esm2020/lib/components/po-avatar/po-avatar-base.component.mjs +77 -0
  14. package/esm2020/lib/components/po-avatar/po-avatar.component.mjs +73 -0
  15. package/esm2020/lib/components/po-avatar/po-avatar.module.mjs +24 -0
  16. package/esm2020/lib/components/po-badge/po-badge-base.component.mjs +94 -0
  17. package/esm2020/lib/components/po-badge/po-badge.component.mjs +27 -0
  18. package/esm2020/lib/components/po-badge/po-badge.module.mjs +24 -0
  19. package/esm2020/lib/components/po-breadcrumb/index.mjs +5 -0
  20. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-base.component.mjs +55 -0
  21. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.mjs +40 -0
  22. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.mjs +113 -0
  23. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.mjs +49 -0
  24. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.mjs +109 -0
  25. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-item.interface.mjs +2 -0
  26. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb.component.mjs +219 -0
  27. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb.interface.mjs +2 -0
  28. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb.module.mjs +37 -0
  29. package/esm2020/lib/components/po-button/index.mjs +3 -0
  30. package/esm2020/lib/components/po-button/po-button-base.component.mjs +144 -0
  31. package/esm2020/lib/components/po-button/po-button.component.mjs +114 -0
  32. package/esm2020/lib/components/po-button/po-button.module.mjs +26 -0
  33. package/esm2020/lib/components/po-button-group/index.mjs +5 -0
  34. package/esm2020/lib/components/po-button-group/po-button-group-base.component.mjs +102 -0
  35. package/esm2020/lib/components/po-button-group/po-button-group-item.interface.mjs +2 -0
  36. package/esm2020/lib/components/po-button-group/po-button-group-toggle.enum.mjs +17 -0
  37. package/esm2020/lib/components/po-button-group/po-button-group.component.mjs +62 -0
  38. package/esm2020/lib/components/po-button-group/po-button-group.module.mjs +26 -0
  39. package/esm2020/lib/components/po-calendar/index.mjs +4 -0
  40. package/esm2020/lib/components/po-calendar/po-calendar-base.component.mjs +183 -0
  41. package/esm2020/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.mjs +57 -0
  42. package/esm2020/lib/components/po-calendar/po-calendar-mode.enum.mjs +13 -0
  43. package/esm2020/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.mjs +469 -0
  44. package/esm2020/lib/components/po-calendar/po-calendar.component.mjs +257 -0
  45. package/esm2020/lib/components/po-calendar/po-calendar.module.mjs +25 -0
  46. package/esm2020/lib/components/po-calendar/services/po-calendar.lang.service.mjs +189 -0
  47. package/esm2020/lib/components/po-calendar/services/po-calendar.service.mjs +47 -0
  48. package/esm2020/lib/components/po-chart/directives/po-resize-observer.directive.mjs +46 -0
  49. package/esm2020/lib/components/po-chart/enums/po-chart-type.enum.mjs +38 -0
  50. package/esm2020/lib/components/po-chart/helpers/po-chart-default-values.constant.mjs +18 -0
  51. package/esm2020/lib/components/po-chart/index.mjs +7 -0
  52. package/esm2020/lib/components/po-chart/interfaces/po-chart-axis-options.interface.mjs +2 -0
  53. package/esm2020/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.mjs +2 -0
  54. package/esm2020/lib/components/po-chart/interfaces/po-chart-container-size.interface.mjs +11 -0
  55. package/esm2020/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.mjs +2 -0
  56. package/esm2020/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.mjs +2 -0
  57. package/esm2020/lib/components/po-chart/interfaces/po-chart-options.interface.mjs +2 -0
  58. package/esm2020/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.mjs +2 -0
  59. package/esm2020/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.mjs +2 -0
  60. package/esm2020/lib/components/po-chart/interfaces/po-chart-serie.interface.mjs +2 -0
  61. package/esm2020/lib/components/po-chart/po-chart-base.component.mjs +258 -0
  62. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.mjs +68 -0
  63. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.mjs +50 -0
  64. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.mjs +310 -0
  65. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.mjs +103 -0
  66. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.mjs +61 -0
  67. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.mjs +84 -0
  68. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.mjs +85 -0
  69. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.mjs +47 -0
  70. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.mjs +56 -0
  71. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.mjs +84 -0
  72. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.mjs +161 -0
  73. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.mjs +165 -0
  74. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.mjs +107 -0
  75. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-container.component.mjs +243 -0
  76. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.mjs +106 -0
  77. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.mjs +172 -0
  78. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.mjs +70 -0
  79. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.mjs +87 -0
  80. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.mjs +128 -0
  81. package/esm2020/lib/components/po-chart/po-chart-legend/po-chart-legend.component.mjs +48 -0
  82. package/esm2020/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.mjs +52 -0
  83. package/esm2020/lib/components/po-chart/po-chart.component.mjs +254 -0
  84. package/esm2020/lib/components/po-chart/po-chart.module.mjs +81 -0
  85. package/esm2020/lib/components/po-chart/services/po-chart-maths.service.mjs +136 -0
  86. package/esm2020/lib/components/po-chart/services/po-chart-svg-container.service.mjs +58 -0
  87. package/esm2020/lib/components/po-container/index.mjs +3 -0
  88. package/esm2020/lib/components/po-container/po-container-base.component.mjs +97 -0
  89. package/esm2020/lib/components/po-container/po-container.component.mjs +42 -0
  90. package/esm2020/lib/components/po-container/po-container.module.mjs +24 -0
  91. package/esm2020/lib/components/po-disclaimer/index.mjs +4 -0
  92. package/esm2020/lib/components/po-disclaimer/po-disclaimer-base.component.mjs +90 -0
  93. package/esm2020/lib/components/po-disclaimer/po-disclaimer.component.mjs +60 -0
  94. package/esm2020/lib/components/po-disclaimer/po-disclaimer.interface.mjs +2 -0
  95. package/esm2020/lib/components/po-disclaimer/po-disclaimer.module.mjs +23 -0
  96. package/esm2020/lib/components/po-disclaimer-group/index.mjs +5 -0
  97. package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.mjs +206 -0
  98. package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group-remove-action.interface.mjs +2 -0
  99. package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.component.mjs +80 -0
  100. package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.interface.mjs +2 -0
  101. package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.module.mjs +26 -0
  102. package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.mjs +40 -0
  103. package/esm2020/lib/components/po-divider/index.mjs +3 -0
  104. package/esm2020/lib/components/po-divider/po-divider-base.component.mjs +19 -0
  105. package/esm2020/lib/components/po-divider/po-divider.component.mjs +49 -0
  106. package/esm2020/lib/components/po-divider/po-divider.module.mjs +24 -0
  107. package/esm2020/lib/components/po-dropdown/index.mjs +4 -0
  108. package/esm2020/lib/components/po-dropdown/po-dropdown-action.interface.mjs +2 -0
  109. package/esm2020/lib/components/po-dropdown/po-dropdown-base.component.mjs +78 -0
  110. package/esm2020/lib/components/po-dropdown/po-dropdown.component.mjs +130 -0
  111. package/esm2020/lib/components/po-dropdown/po-dropdown.module.mjs +24 -0
  112. package/esm2020/lib/components/po-dynamic/index.mjs +11 -0
  113. package/esm2020/lib/components/po-dynamic/po-dynamic-field-type.enum.mjs +25 -0
  114. package/esm2020/lib/components/po-dynamic/po-dynamic-field.interface.mjs +2 -0
  115. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.mjs +121 -0
  116. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-field.interface.mjs +2 -0
  117. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-field-internal.interface.mjs +2 -0
  118. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.mjs +221 -0
  119. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.mjs +350 -0
  120. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.interface.mjs +2 -0
  121. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.mjs +32 -0
  122. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.mjs +20 -0
  123. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-response.interface.mjs +2 -0
  124. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-changed.interface.mjs +2 -0
  125. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-validation.interface.mjs +2 -0
  126. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.interface.mjs +2 -0
  127. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.mjs +39 -0
  128. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.mjs +203 -0
  129. package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.mjs +169 -0
  130. package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-field.interface.mjs +2 -0
  131. package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.mjs +141 -0
  132. package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.mjs +17 -0
  133. package/esm2020/lib/components/po-dynamic/po-dynamic.module.mjs +53 -0
  134. package/esm2020/lib/components/po-dynamic/po-dynamic.util.mjs +18 -0
  135. package/esm2020/lib/components/po-field/index.mjs +53 -0
  136. package/esm2020/lib/components/po-field/po-checkbox/po-checkbox-base.component.mjs +109 -0
  137. package/esm2020/lib/components/po-field/po-checkbox/po-checkbox.component.mjs +118 -0
  138. package/esm2020/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option-view.interface.mjs +2 -0
  139. package/esm2020/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option.interface.mjs +2 -0
  140. package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.mjs +322 -0
  141. package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.mjs +150 -0
  142. package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.mjs +26 -0
  143. package/esm2020/lib/components/po-field/po-clean/index.mjs +2 -0
  144. package/esm2020/lib/components/po-field/po-clean/po-clean-base.component.mjs +49 -0
  145. package/esm2020/lib/components/po-field/po-clean/po-clean.component.mjs +45 -0
  146. package/esm2020/lib/components/po-field/po-clean/po-clean.module.mjs +24 -0
  147. package/esm2020/lib/components/po-field/po-combo/interfaces/po-combo-filter.interface.mjs +2 -0
  148. package/esm2020/lib/components/po-field/po-combo/interfaces/po-combo-group.interface.mjs +2 -0
  149. package/esm2020/lib/components/po-field/po-combo/interfaces/po-combo-literals.interface.mjs +2 -0
  150. package/esm2020/lib/components/po-field/po-combo/interfaces/po-combo-option-group.interface.mjs +2 -0
  151. package/esm2020/lib/components/po-field/po-combo/interfaces/po-combo-option.interface.mjs +2 -0
  152. package/esm2020/lib/components/po-field/po-combo/interfaces/po-response.interface.mjs +2 -0
  153. package/esm2020/lib/components/po-field/po-combo/po-combo-base.component.mjs +803 -0
  154. package/esm2020/lib/components/po-field/po-combo/po-combo-filter-mode.enum.mjs +17 -0
  155. package/esm2020/lib/components/po-field/po-combo/po-combo-filter.service.mjs +79 -0
  156. package/esm2020/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.mjs +82 -0
  157. package/esm2020/lib/components/po-field/po-combo/po-combo.component.mjs +746 -0
  158. package/esm2020/lib/components/po-field/po-datepicker/enums/po-datepicker-iso-format.enum.mjs +17 -0
  159. package/esm2020/lib/components/po-field/po-datepicker/po-datepicker-base.component.mjs +428 -0
  160. package/esm2020/lib/components/po-field/po-datepicker/po-datepicker.component.mjs +439 -0
  161. package/esm2020/lib/components/po-field/po-datepicker/po-datepicker.module.mjs +28 -0
  162. package/esm2020/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range-literals.interface.mjs +2 -0
  163. package/esm2020/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range.interface.mjs +2 -0
  164. package/esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.mjs +506 -0
  165. package/esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.mjs +528 -0
  166. package/esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range.literals.mjs +27 -0
  167. package/esm2020/lib/components/po-field/po-decimal/po-decimal.component.mjs +667 -0
  168. package/esm2020/lib/components/po-field/po-email/po-email.component.mjs +150 -0
  169. package/esm2020/lib/components/po-field/po-field-container/index.mjs +4 -0
  170. package/esm2020/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.mjs +47 -0
  171. package/esm2020/lib/components/po-field/po-field-container/po-field-container-literals.mjs +15 -0
  172. package/esm2020/lib/components/po-field/po-field-container/po-field-container.component.mjs +81 -0
  173. package/esm2020/lib/components/po-field/po-field-container/po-field-container.module.mjs +25 -0
  174. package/esm2020/lib/components/po-field/po-field-validate.model.mjs +74 -0
  175. package/esm2020/lib/components/po-field/po-field.model.mjs +90 -0
  176. package/esm2020/lib/components/po-field/po-field.module.mjs +268 -0
  177. package/esm2020/lib/components/po-field/po-input/po-input-base.component.mjs +397 -0
  178. package/esm2020/lib/components/po-field/po-input/po-input.component.mjs +111 -0
  179. package/esm2020/lib/components/po-field/po-input/po-mask.mjs +460 -0
  180. package/esm2020/lib/components/po-field/po-input-generic/po-input-generic.mjs +197 -0
  181. package/esm2020/lib/components/po-field/po-login/po-login.component.mjs +100 -0
  182. package/esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-advanced-filter.interface.mjs +2 -0
  183. package/esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.mjs +2 -0
  184. package/esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-filter.interface.mjs +2 -0
  185. package/esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-filtered-items-params.interface.mjs +2 -0
  186. package/esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-literals.interface.mjs +2 -0
  187. package/esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-response-api.interface.mjs +2 -0
  188. package/esm2020/lib/components/po-field/po-lookup/po-lookup-base.component.mjs +499 -0
  189. package/esm2020/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.mjs +394 -0
  190. package/esm2020/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.mjs +225 -0
  191. package/esm2020/lib/components/po-field/po-lookup/po-lookup.component.mjs +437 -0
  192. package/esm2020/lib/components/po-field/po-lookup/services/po-lookup-filter.service.mjs +59 -0
  193. package/esm2020/lib/components/po-field/po-lookup/services/po-lookup-modal.service.mjs +62 -0
  194. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-base.component.mjs +620 -0
  195. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.mjs +261 -0
  196. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter-mode.enum.mjs +17 -0
  197. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter.interface.mjs +2 -0
  198. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter.service.mjs +50 -0
  199. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.mjs +54 -0
  200. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.mjs +2 -0
  201. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-option.interface.mjs +2 -0
  202. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.mjs +84 -0
  203. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect.component.mjs +428 -0
  204. package/esm2020/lib/components/po-field/po-number/po-number-base.component.mjs +113 -0
  205. package/esm2020/lib/components/po-field/po-number/po-number.component.mjs +178 -0
  206. package/esm2020/lib/components/po-field/po-password/po-password.component.mjs +151 -0
  207. package/esm2020/lib/components/po-field/po-radio-group/po-radio-group-base.component.mjs +201 -0
  208. package/esm2020/lib/components/po-field/po-radio-group/po-radio-group-option.interface.mjs +2 -0
  209. package/esm2020/lib/components/po-field/po-radio-group/po-radio-group.component.mjs +184 -0
  210. package/esm2020/lib/components/po-field/po-rich-text/interfaces/po-rich-text-toolbar-button-group-item.interface.mjs +2 -0
  211. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-base.component.mjs +203 -0
  212. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.mjs +342 -0
  213. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.mjs +135 -0
  214. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.mjs +177 -0
  215. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-literals.mjs +83 -0
  216. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.mjs +254 -0
  217. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text.component.mjs +173 -0
  218. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text.service.mjs +20 -0
  219. package/esm2020/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.mjs +60 -0
  220. package/esm2020/lib/components/po-field/po-select/po-select-option.interface.mjs +2 -0
  221. package/esm2020/lib/components/po-field/po-select/po-select.component.mjs +513 -0
  222. package/esm2020/lib/components/po-field/po-switch/po-switch-label-position.enum.mjs +15 -0
  223. package/esm2020/lib/components/po-field/po-switch/po-switch.component.mjs +236 -0
  224. package/esm2020/lib/components/po-field/po-textarea/po-textarea-base.component.mjs +299 -0
  225. package/esm2020/lib/components/po-field/po-textarea/po-textarea.component.mjs +159 -0
  226. package/esm2020/lib/components/po-field/po-upload/interfaces/po-upload-file-restriction.interface.mjs +2 -0
  227. package/esm2020/lib/components/po-field/po-upload/interfaces/po-upload-literals.interface.mjs +2 -0
  228. package/esm2020/lib/components/po-field/po-upload/po-upload-base.component.mjs +634 -0
  229. package/esm2020/lib/components/po-field/po-upload/po-upload-base.service.mjs +89 -0
  230. package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.mjs +95 -0
  231. package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.mjs +61 -0
  232. package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.mjs +101 -0
  233. package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.mjs +179 -0
  234. package/esm2020/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.mjs +151 -0
  235. package/esm2020/lib/components/po-field/po-upload/po-upload-file.mjs +39 -0
  236. package/esm2020/lib/components/po-field/po-upload/po-upload-status.enum.mjs +13 -0
  237. package/esm2020/lib/components/po-field/po-upload/po-upload.component.mjs +450 -0
  238. package/esm2020/lib/components/po-field/po-upload/po-upload.service.mjs +11 -0
  239. package/esm2020/lib/components/po-field/po-url/po-url.component.mjs +141 -0
  240. package/esm2020/lib/components/po-field/validators.mjs +41 -0
  241. package/esm2020/lib/components/po-gauge/index.mjs +4 -0
  242. package/esm2020/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.mjs +2 -0
  243. package/esm2020/lib/components/po-gauge/interfaces/po-gauge-ranges.interface.mjs +2 -0
  244. package/esm2020/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.mjs +2 -0
  245. package/esm2020/lib/components/po-gauge/po-gauge-base.component.mjs +154 -0
  246. package/esm2020/lib/components/po-gauge/po-gauge-default-values.constant.mjs +11 -0
  247. package/esm2020/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.mjs +110 -0
  248. package/esm2020/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.mjs +70 -0
  249. package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.mjs +43 -0
  250. package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.mjs +66 -0
  251. package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.mjs +236 -0
  252. package/esm2020/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.mjs +28 -0
  253. package/esm2020/lib/components/po-gauge/po-gauge.component.mjs +109 -0
  254. package/esm2020/lib/components/po-gauge/po-gauge.module.mjs +44 -0
  255. package/esm2020/lib/components/po-grid/index.mjs +4 -0
  256. package/esm2020/lib/components/po-grid/po-grid-cell/po-grid-cell.component.mjs +179 -0
  257. package/esm2020/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.mjs +40 -0
  258. package/esm2020/lib/components/po-grid/po-grid-head/po-grid-head.component.mjs +56 -0
  259. package/esm2020/lib/components/po-grid/po-grid-row-actions.interface.mjs +2 -0
  260. package/esm2020/lib/components/po-grid/po-grid.component.mjs +573 -0
  261. package/esm2020/lib/components/po-grid/po-grid.module.mjs +29 -0
  262. package/esm2020/lib/components/po-icon/index.mjs +3 -0
  263. package/esm2020/lib/components/po-icon/po-icon.component.mjs +77 -0
  264. package/esm2020/lib/components/po-icon/po-icon.module.mjs +24 -0
  265. package/esm2020/lib/components/po-info/index.mjs +4 -0
  266. package/esm2020/lib/components/po-info/po-info-base.component.mjs +73 -0
  267. package/esm2020/lib/components/po-info/po-info-orietation.enum.mjs +15 -0
  268. package/esm2020/lib/components/po-info/po-info.component.mjs +110 -0
  269. package/esm2020/lib/components/po-info/po-info.module.mjs +27 -0
  270. package/esm2020/lib/components/po-list-view/index.mjs +7 -0
  271. package/esm2020/lib/components/po-list-view/interfaces/po-list-view-action.interface.mjs +2 -0
  272. package/esm2020/lib/components/po-list-view/interfaces/po-list-view-literals.interface.mjs +2 -0
  273. package/esm2020/lib/components/po-list-view/po-list-view-base.component.mjs +298 -0
  274. package/esm2020/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.mjs +102 -0
  275. package/esm2020/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.mjs +65 -0
  276. package/esm2020/lib/components/po-list-view/po-list-view.component.mjs +385 -0
  277. package/esm2020/lib/components/po-list-view/po-list-view.module.mjs +57 -0
  278. package/esm2020/lib/components/po-loading/index.mjs +5 -0
  279. package/esm2020/lib/components/po-loading/po-loading-base.component.mjs +27 -0
  280. package/esm2020/lib/components/po-loading/po-loading-icon/po-loading-icon.component.mjs +51 -0
  281. package/esm2020/lib/components/po-loading/po-loading-overlay/interfaces/po-loading-overlay-literals.interface.mjs +2 -0
  282. package/esm2020/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.mjs +93 -0
  283. package/esm2020/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.mjs +47 -0
  284. package/esm2020/lib/components/po-loading/po-loading.component.mjs +36 -0
  285. package/esm2020/lib/components/po-loading/po-loading.module.mjs +28 -0
  286. package/esm2020/lib/components/po-menu/index.mjs +9 -0
  287. package/esm2020/lib/components/po-menu/po-menu-base.component.mjs +312 -0
  288. package/esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter-literals.interface.mjs +2 -0
  289. package/esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter.component.mjs +85 -0
  290. package/esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter.interface.mjs +2 -0
  291. package/esm2020/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.mjs +52 -0
  292. package/esm2020/lib/components/po-menu/po-menu-item/po-menu-item-badge.interface.mjs +2 -0
  293. package/esm2020/lib/components/po-menu/po-menu-item/po-menu-item-filtered.interface.mjs +2 -0
  294. package/esm2020/lib/components/po-menu/po-menu-item/po-menu-item.component.mjs +362 -0
  295. package/esm2020/lib/components/po-menu/po-menu-item.interface.mjs +2 -0
  296. package/esm2020/lib/components/po-menu/po-menu.component.mjs +611 -0
  297. package/esm2020/lib/components/po-menu/po-menu.module.mjs +32 -0
  298. package/esm2020/lib/components/po-menu/services/po-menu-global.service.mjs +34 -0
  299. package/esm2020/lib/components/po-menu/services/po-menu-items.service.mjs +38 -0
  300. package/esm2020/lib/components/po-menu/services/po-menu.service.mjs +38 -0
  301. package/esm2020/lib/components/po-menu-panel/index.mjs +4 -0
  302. package/esm2020/lib/components/po-menu-panel/po-menu-panel-base.component.mjs +81 -0
  303. package/esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item-internal.interface.mjs +2 -0
  304. package/esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.mjs +120 -0
  305. package/esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.interface.mjs +2 -0
  306. package/esm2020/lib/components/po-menu-panel/po-menu-panel.component.mjs +171 -0
  307. package/esm2020/lib/components/po-menu-panel/po-menu-panel.module.mjs +30 -0
  308. package/esm2020/lib/components/po-menu-panel/services/po-menu-panel-items.service.mjs +38 -0
  309. package/esm2020/lib/components/po-modal/index.mjs +5 -0
  310. package/esm2020/lib/components/po-modal/po-modal-action.interface.mjs +2 -0
  311. package/esm2020/lib/components/po-modal/po-modal-base.component.mjs +133 -0
  312. package/esm2020/lib/components/po-modal/po-modal-footer/po-modal-footer.component.mjs +52 -0
  313. package/esm2020/lib/components/po-modal/po-modal.component.mjs +207 -0
  314. package/esm2020/lib/components/po-modal/po-modal.literals.mjs +15 -0
  315. package/esm2020/lib/components/po-modal/po-modal.module.mjs +25 -0
  316. package/esm2020/lib/components/po-navbar/index.mjs +5 -0
  317. package/esm2020/lib/components/po-navbar/interfaces/po-navbar-icon-action.interface.mjs +2 -0
  318. package/esm2020/lib/components/po-navbar/interfaces/po-navbar-item.interface.mjs +2 -0
  319. package/esm2020/lib/components/po-navbar/interfaces/po-navbar-literals.interface.mjs +2 -0
  320. package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.mjs +56 -0
  321. package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.mjs +33 -0
  322. package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.mjs +36 -0
  323. package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.mjs +24 -0
  324. package/esm2020/lib/components/po-navbar/po-navbar-base.component.mjs +158 -0
  325. package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.mjs +34 -0
  326. package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.mjs +35 -0
  327. package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.mjs +21 -0
  328. package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.mjs +78 -0
  329. package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.mjs +86 -0
  330. package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.mjs +21 -0
  331. package/esm2020/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.mjs +28 -0
  332. package/esm2020/lib/components/po-navbar/po-navbar.component.mjs +262 -0
  333. package/esm2020/lib/components/po-navbar/po-navbar.module.mjs +75 -0
  334. package/esm2020/lib/components/po-page/index.mjs +15 -0
  335. package/esm2020/lib/components/po-page/po-page-action.interface.mjs +2 -0
  336. package/esm2020/lib/components/po-page/po-page-base.component.mjs +23 -0
  337. package/esm2020/lib/components/po-page/po-page-content/po-page-content-base.component.mjs +10 -0
  338. package/esm2020/lib/components/po-page/po-page-content/po-page-content.component.mjs +60 -0
  339. package/esm2020/lib/components/po-page/po-page-default/po-page-default-base.component.mjs +128 -0
  340. package/esm2020/lib/components/po-page/po-page-default/po-page-default-literals.interface.mjs +2 -0
  341. package/esm2020/lib/components/po-page/po-page-default/po-page-default.component.mjs +165 -0
  342. package/esm2020/lib/components/po-page/po-page-default/po-page-default.interface.mjs +2 -0
  343. package/esm2020/lib/components/po-page/po-page-detail/po-page-detail-base.component.mjs +162 -0
  344. package/esm2020/lib/components/po-page/po-page-detail/po-page-detail-literals.interface.mjs +2 -0
  345. package/esm2020/lib/components/po-page/po-page-detail/po-page-detail.component.mjs +132 -0
  346. package/esm2020/lib/components/po-page/po-page-edit/po-page-edit-base.component.mjs +169 -0
  347. package/esm2020/lib/components/po-page/po-page-edit/po-page-edit-literals.interface.mjs +2 -0
  348. package/esm2020/lib/components/po-page/po-page-edit/po-page-edit.component.mjs +135 -0
  349. package/esm2020/lib/components/po-page/po-page-filter.interface.mjs +2 -0
  350. package/esm2020/lib/components/po-page/po-page-header/po-page-header-base.component.mjs +31 -0
  351. package/esm2020/lib/components/po-page/po-page-header/po-page-header.component.mjs +51 -0
  352. package/esm2020/lib/components/po-page/po-page-list/po-page-list-base.component.mjs +158 -0
  353. package/esm2020/lib/components/po-page/po-page-list/po-page-list-literals.interface.mjs +2 -0
  354. package/esm2020/lib/components/po-page/po-page-list/po-page-list.component.mjs +323 -0
  355. package/esm2020/lib/components/po-page/po-page-slide/po-page-slide-base.component.mjs +146 -0
  356. package/esm2020/lib/components/po-page/po-page-slide/po-page-slide.component.mjs +197 -0
  357. package/esm2020/lib/components/po-page/po-page.component.mjs +23 -0
  358. package/esm2020/lib/components/po-page/po-page.interface.mjs +2 -0
  359. package/esm2020/lib/components/po-page/po-page.module.mjs +97 -0
  360. package/esm2020/lib/components/po-popover/index.mjs +3 -0
  361. package/esm2020/lib/components/po-popover/po-popover-base.component.mjs +126 -0
  362. package/esm2020/lib/components/po-popover/po-popover.component.mjs +173 -0
  363. package/esm2020/lib/components/po-popover/po-popover.module.mjs +23 -0
  364. package/esm2020/lib/components/po-popup/index.mjs +4 -0
  365. package/esm2020/lib/components/po-popup/po-popup-action.interface.mjs +2 -0
  366. package/esm2020/lib/components/po-popup/po-popup-base.component.mjs +199 -0
  367. package/esm2020/lib/components/po-popup/po-popup.component.mjs +232 -0
  368. package/esm2020/lib/components/po-popup/po-popup.module.mjs +27 -0
  369. package/esm2020/lib/components/po-progress/enums/po-progress-status.enum.mjs +17 -0
  370. package/esm2020/lib/components/po-progress/index.mjs +4 -0
  371. package/esm2020/lib/components/po-progress/po-progress-bar/po-progress-bar.component.mjs +29 -0
  372. package/esm2020/lib/components/po-progress/po-progress-base.component.mjs +124 -0
  373. package/esm2020/lib/components/po-progress/po-progress.component.mjs +140 -0
  374. package/esm2020/lib/components/po-progress/po-progress.module.mjs +25 -0
  375. package/esm2020/lib/components/po-slide/directives/po-slide-content-template.directive.mjs +60 -0
  376. package/esm2020/lib/components/po-slide/index.mjs +5 -0
  377. package/esm2020/lib/components/po-slide/interfaces/po-slide-item.interface.mjs +2 -0
  378. package/esm2020/lib/components/po-slide/po-slide-base.component.mjs +113 -0
  379. package/esm2020/lib/components/po-slide/po-slide-circles/po-slide-circles.component.mjs +52 -0
  380. package/esm2020/lib/components/po-slide/po-slide-control/po-slide-control.component.mjs +39 -0
  381. package/esm2020/lib/components/po-slide/po-slide-item/po-slide-item.component.mjs +152 -0
  382. package/esm2020/lib/components/po-slide/po-slide.component.mjs +330 -0
  383. package/esm2020/lib/components/po-slide/po-slide.module.mjs +68 -0
  384. package/esm2020/lib/components/po-stepper/enums/po-stepper-orientation.enum.mjs +18 -0
  385. package/esm2020/lib/components/po-stepper/enums/po-stepper-status.enum.mjs +23 -0
  386. package/esm2020/lib/components/po-stepper/index.mjs +7 -0
  387. package/esm2020/lib/components/po-stepper/po-step/po-step.component.mjs +84 -0
  388. package/esm2020/lib/components/po-stepper/po-stepper-base.component.mjs +159 -0
  389. package/esm2020/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.mjs +80 -0
  390. package/esm2020/lib/components/po-stepper/po-stepper-item.interface.mjs +2 -0
  391. package/esm2020/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.mjs +28 -0
  392. package/esm2020/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.mjs +165 -0
  393. package/esm2020/lib/components/po-stepper/po-stepper.component.mjs +256 -0
  394. package/esm2020/lib/components/po-stepper/po-stepper.module.mjs +37 -0
  395. package/esm2020/lib/components/po-table/enums/po-table-column-sort-type.enum.mjs +14 -0
  396. package/esm2020/lib/components/po-table/enums/po-table-row-template-arrow-direction.enum.mjs +14 -0
  397. package/esm2020/lib/components/po-table/index.mjs +18 -0
  398. package/esm2020/lib/components/po-table/interfaces/po-table-action.interface.mjs +2 -0
  399. package/esm2020/lib/components/po-table/interfaces/po-table-boolean.interface.mjs +2 -0
  400. package/esm2020/lib/components/po-table/interfaces/po-table-column-sort.interface.mjs +2 -0
  401. package/esm2020/lib/components/po-table/interfaces/po-table-column.interface.mjs +2 -0
  402. package/esm2020/lib/components/po-table/interfaces/po-table-filter.interface.mjs +2 -0
  403. package/esm2020/lib/components/po-table/interfaces/po-table-filtered-items-params.interface.mjs +2 -0
  404. package/esm2020/lib/components/po-table/interfaces/po-table-literals.interface.mjs +2 -0
  405. package/esm2020/lib/components/po-table/interfaces/po-table-response-api.interface.mjs +2 -0
  406. package/esm2020/lib/components/po-table/po-table-base.component.mjs +937 -0
  407. package/esm2020/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.mjs +83 -0
  408. package/esm2020/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.mjs +92 -0
  409. package/esm2020/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.mjs +2 -0
  410. package/esm2020/lib/components/po-table/po-table-column-label/po-table-column-label.component.mjs +43 -0
  411. package/esm2020/lib/components/po-table/po-table-column-label/po-table-column-label.interface.mjs +2 -0
  412. package/esm2020/lib/components/po-table/po-table-column-link/po-table-column-link.component.mjs +105 -0
  413. package/esm2020/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.mjs +317 -0
  414. package/esm2020/lib/components/po-table/po-table-column-template/po-table-column-template.directive.mjs +91 -0
  415. package/esm2020/lib/components/po-table/po-table-detail/po-table-detail-column.interface.mjs +2 -0
  416. package/esm2020/lib/components/po-table/po-table-detail/po-table-detail.component.mjs +274 -0
  417. package/esm2020/lib/components/po-table/po-table-detail/po-table-detail.interface.mjs +2 -0
  418. package/esm2020/lib/components/po-table/po-table-icon/po-table-icon.component.mjs +67 -0
  419. package/esm2020/lib/components/po-table/po-table-row-template/po-table-row-template.directive.mjs +131 -0
  420. package/esm2020/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.mjs +61 -0
  421. package/esm2020/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.mjs +49 -0
  422. package/esm2020/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.mjs +2 -0
  423. package/esm2020/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.mjs +102 -0
  424. package/esm2020/lib/components/po-table/po-table.component.mjs +1437 -0
  425. package/esm2020/lib/components/po-table/po-table.module.mjs +122 -0
  426. package/esm2020/lib/components/po-table/services/po-table.service.mjs +37 -0
  427. package/esm2020/lib/components/po-tabs/index.mjs +5 -0
  428. package/esm2020/lib/components/po-tabs/po-tab/po-tab-base.component.mjs +93 -0
  429. package/esm2020/lib/components/po-tabs/po-tab/po-tab.component.mjs +29 -0
  430. package/esm2020/lib/components/po-tabs/po-tab/po-tab.interface.mjs +2 -0
  431. package/esm2020/lib/components/po-tabs/po-tab-button/po-tab-button.component.mjs +101 -0
  432. package/esm2020/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.mjs +109 -0
  433. package/esm2020/lib/components/po-tabs/po-tabs-base.component.mjs +52 -0
  434. package/esm2020/lib/components/po-tabs/po-tabs.component.mjs +188 -0
  435. package/esm2020/lib/components/po-tabs/po-tabs.module.mjs +27 -0
  436. package/esm2020/lib/components/po-tag/enums/po-tag-icon.enum.mjs +19 -0
  437. package/esm2020/lib/components/po-tag/enums/po-tag-orientation.enum.mjs +15 -0
  438. package/esm2020/lib/components/po-tag/enums/po-tag-type.enum.mjs +19 -0
  439. package/esm2020/lib/components/po-tag/index.mjs +5 -0
  440. package/esm2020/lib/components/po-tag/interfaces/po-tag-item.interface.mjs +2 -0
  441. package/esm2020/lib/components/po-tag/po-tag-base.component.mjs +192 -0
  442. package/esm2020/lib/components/po-tag/po-tag.component.mjs +114 -0
  443. package/esm2020/lib/components/po-tag/po-tag.module.mjs +27 -0
  444. package/esm2020/lib/components/po-toolbar/index.mjs +5 -0
  445. package/esm2020/lib/components/po-toolbar/po-toolbar-action.interface.mjs +2 -0
  446. package/esm2020/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.mjs +55 -0
  447. package/esm2020/lib/components/po-toolbar/po-toolbar-base.component.mjs +60 -0
  448. package/esm2020/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.mjs +66 -0
  449. package/esm2020/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.mjs +78 -0
  450. package/esm2020/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.interface.mjs +2 -0
  451. package/esm2020/lib/components/po-toolbar/po-toolbar.component.mjs +85 -0
  452. package/esm2020/lib/components/po-toolbar/po-toolbar.module.mjs +41 -0
  453. package/esm2020/lib/components/po-tree-view/index.mjs +4 -0
  454. package/esm2020/lib/components/po-tree-view/po-tree-view-base.component.mjs +209 -0
  455. package/esm2020/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.mjs +106 -0
  456. package/esm2020/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.interface.mjs +2 -0
  457. package/esm2020/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.mjs +91 -0
  458. package/esm2020/lib/components/po-tree-view/po-tree-view.component.mjs +82 -0
  459. package/esm2020/lib/components/po-tree-view/po-tree-view.module.mjs +55 -0
  460. package/esm2020/lib/components/po-tree-view/services/po-tree-view.service.mjs +27 -0
  461. package/esm2020/lib/components/po-widget/index.mjs +3 -0
  462. package/esm2020/lib/components/po-widget/po-widget-base.component.mjs +247 -0
  463. package/esm2020/lib/components/po-widget/po-widget.component.mjs +245 -0
  464. package/esm2020/lib/components/po-widget/po-widget.module.mjs +25 -0
  465. package/esm2020/lib/decorators/index.mjs +3 -0
  466. package/esm2020/lib/decorators/input-boolean/input-boolean.decorator.mjs +18 -0
  467. package/esm2020/lib/decorators/input-required/input-required.decorator.mjs +34 -0
  468. package/esm2020/lib/decorators/property-decorator.interface.mjs +2 -0
  469. package/esm2020/lib/decorators/utils-decorators.mjs +64 -0
  470. package/esm2020/lib/directives/directives.module.mjs +20 -0
  471. package/esm2020/lib/directives/index.mjs +3 -0
  472. package/esm2020/lib/directives/po-tooltip/index.mjs +3 -0
  473. package/esm2020/lib/directives/po-tooltip/po-tooltip-base.directive.mjs +115 -0
  474. package/esm2020/lib/directives/po-tooltip/po-tooltip-control-position.service.mjs +11 -0
  475. package/esm2020/lib/directives/po-tooltip/po-tooltip.directive.mjs +151 -0
  476. package/esm2020/lib/directives/po-tooltip/po-tooltip.module.mjs +24 -0
  477. package/esm2020/lib/enums/po-color-palette.enum.mjs +35 -0
  478. package/esm2020/lib/enums/po-key-code.enum.mjs +31 -0
  479. package/esm2020/lib/guards/guards.module.mjs +18 -0
  480. package/esm2020/lib/guards/index.mjs +2 -0
  481. package/esm2020/lib/index.mjs +10 -0
  482. package/esm2020/lib/interceptors/index.mjs +4 -0
  483. package/esm2020/lib/interceptors/interceptors.module.mjs +21 -0
  484. package/esm2020/lib/interceptors/po-http-interceptor/index.mjs +3 -0
  485. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.mjs +252 -0
  486. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail-literals.interface.mjs +39 -0
  487. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.mjs +172 -0
  488. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.interface.mjs +2 -0
  489. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-literals.mjs +23 -0
  490. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor.module.mjs +42 -0
  491. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor.service.mjs +26 -0
  492. package/esm2020/lib/interceptors/po-http-request/index.mjs +3 -0
  493. package/esm2020/lib/interceptors/po-http-request/po-http-request-control-service.mjs +26 -0
  494. package/esm2020/lib/interceptors/po-http-request/po-http-request-interceptor.service.mjs +165 -0
  495. package/esm2020/lib/interceptors/po-http-request/po-http-request.module.mjs +39 -0
  496. package/esm2020/lib/interfaces/index.mjs +2 -0
  497. package/esm2020/lib/interfaces/po-http/po-response-api.interface.mjs +2 -0
  498. package/esm2020/lib/pipes/index.mjs +3 -0
  499. package/esm2020/lib/pipes/pipes.module.mjs +20 -0
  500. package/esm2020/lib/pipes/po-time/index.mjs +3 -0
  501. package/esm2020/lib/pipes/po-time/po-time.module.mjs +25 -0
  502. package/esm2020/lib/pipes/po-time/po-time.pipe.mjs +59 -0
  503. package/esm2020/lib/po.module.mjs +62 -0
  504. package/esm2020/lib/services/index.mjs +11 -0
  505. package/esm2020/lib/services/po-active-overlay/index.mjs +3 -0
  506. package/esm2020/lib/services/po-active-overlay/po-active-overlay.module.mjs +21 -0
  507. package/esm2020/lib/services/po-active-overlay/po-active-overlay.service.mjs +16 -0
  508. package/esm2020/lib/services/po-color/po-color.service.mjs +62 -0
  509. package/esm2020/lib/services/po-color/po-colors.constant.mjs +43 -0
  510. package/esm2020/lib/services/po-color-palette/index.mjs +3 -0
  511. package/esm2020/lib/services/po-color-palette/po-color-palette.module.mjs +21 -0
  512. package/esm2020/lib/services/po-color-palette/po-color-palette.service.mjs +28 -0
  513. package/esm2020/lib/services/po-component-injector/index.mjs +3 -0
  514. package/esm2020/lib/services/po-component-injector/po-component-injector.module.mjs +19 -0
  515. package/esm2020/lib/services/po-component-injector/po-component-injector.service.mjs +31 -0
  516. package/esm2020/lib/services/po-control-position/index.mjs +3 -0
  517. package/esm2020/lib/services/po-control-position/po-control-position.constants.mjs +16 -0
  518. package/esm2020/lib/services/po-control-position/po-control-position.module.mjs +20 -0
  519. package/esm2020/lib/services/po-control-position/po-control-position.service.mjs +364 -0
  520. package/esm2020/lib/services/po-date/index.mjs +3 -0
  521. package/esm2020/lib/services/po-date/po-date.module.mjs +21 -0
  522. package/esm2020/lib/services/po-date/po-date.service.mjs +203 -0
  523. package/esm2020/lib/services/po-dialog/index.mjs +8 -0
  524. package/esm2020/lib/services/po-dialog/interfaces/po-dialog-alert-literals.interface.mjs +2 -0
  525. package/esm2020/lib/services/po-dialog/interfaces/po-dialog-confirm-literals.interface.mjs +2 -0
  526. package/esm2020/lib/services/po-dialog/interfaces/po-dialog.interface.mjs +2 -0
  527. package/esm2020/lib/services/po-dialog/po-dialog-base.service.mjs +18 -0
  528. package/esm2020/lib/services/po-dialog/po-dialog.component.mjs +132 -0
  529. package/esm2020/lib/services/po-dialog/po-dialog.enum.mjs +16 -0
  530. package/esm2020/lib/services/po-dialog/po-dialog.module.mjs +21 -0
  531. package/esm2020/lib/services/po-dialog/po-dialog.service.mjs +42 -0
  532. package/esm2020/lib/services/po-i18n/index.mjs +8 -0
  533. package/esm2020/lib/services/po-i18n/interfaces/po-i18n-config-default.interface.mjs +2 -0
  534. package/esm2020/lib/services/po-i18n/interfaces/po-i18n-config.interface.mjs +2 -0
  535. package/esm2020/lib/services/po-i18n/interfaces/po-i18n-literals.interface.mjs +2 -0
  536. package/esm2020/lib/services/po-i18n/po-i18n-base.pipe.mjs +40 -0
  537. package/esm2020/lib/services/po-i18n/po-i18n-base.service.mjs +439 -0
  538. package/esm2020/lib/services/po-i18n/po-i18n-config-injection-token.mjs +3 -0
  539. package/esm2020/lib/services/po-i18n/po-i18n.module.mjs +194 -0
  540. package/esm2020/lib/services/po-i18n/po-i18n.pipe.mjs +25 -0
  541. package/esm2020/lib/services/po-i18n/po-i18n.service.mjs +19 -0
  542. package/esm2020/lib/services/po-language/index.mjs +5 -0
  543. package/esm2020/lib/services/po-language/po-language.constant.mjs +73 -0
  544. package/esm2020/lib/services/po-language/po-language.interface.mjs +2 -0
  545. package/esm2020/lib/services/po-language/po-language.module.mjs +20 -0
  546. package/esm2020/lib/services/po-language/po-language.service.mjs +136 -0
  547. package/esm2020/lib/services/po-notification/index.mjs +6 -0
  548. package/esm2020/lib/services/po-notification/po-notification-base.service.mjs +111 -0
  549. package/esm2020/lib/services/po-notification/po-notification.interface.mjs +2 -0
  550. package/esm2020/lib/services/po-notification/po-notification.module.mjs +21 -0
  551. package/esm2020/lib/services/po-notification/po-notification.service.mjs +90 -0
  552. package/esm2020/lib/services/po-notification/po-toaster/po-toaster-base.component.mjs +15 -0
  553. package/esm2020/lib/services/po-notification/po-toaster/po-toaster-orientation.enum.mjs +13 -0
  554. package/esm2020/lib/services/po-notification/po-toaster/po-toaster-type.enum.mjs +17 -0
  555. package/esm2020/lib/services/po-notification/po-toaster/po-toaster.component.mjs +168 -0
  556. package/esm2020/lib/services/po-notification/po-toaster/po-toaster.interface.mjs +2 -0
  557. package/esm2020/lib/services/services.module.mjs +75 -0
  558. package/esm2020/lib/utils/util.mjs +511 -0
  559. package/esm2020/po-ui-ng-components.mjs +5 -0
  560. package/esm2020/public-api.mjs +2 -0
  561. package/fesm2015/po-ui-ng-components.mjs +47803 -0
  562. package/fesm2015/po-ui-ng-components.mjs.map +1 -0
  563. package/fesm2020/po-ui-ng-components.mjs +45113 -0
  564. package/fesm2020/po-ui-ng-components.mjs.map +1 -0
  565. package/lib/components/components.module.d.ts +42 -2
  566. package/lib/components/index.d.ts +37 -37
  567. package/lib/components/po-accordion/index.d.ts +3 -3
  568. package/lib/components/po-accordion/po-accordion-base.component.d.ts +28 -28
  569. package/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.d.ts +52 -49
  570. package/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.d.ts +6 -3
  571. package/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.d.ts +10 -7
  572. package/lib/components/po-accordion/po-accordion.component.d.ts +40 -37
  573. package/lib/components/po-accordion/po-accordion.module.d.ts +42 -33
  574. package/lib/components/po-accordion/services/po-accordion.service.d.ts +16 -13
  575. package/lib/components/po-avatar/index.d.ts +2 -2
  576. package/lib/components/po-avatar/po-avatar-base.component.d.ts +56 -53
  577. package/lib/components/po-avatar/po-avatar.component.d.ts +31 -28
  578. package/lib/components/po-avatar/po-avatar.module.d.ts +13 -7
  579. package/lib/components/po-badge/po-badge-base.component.d.ts +58 -55
  580. package/lib/components/po-badge/po-badge.component.d.ts +11 -8
  581. package/lib/components/po-badge/po-badge.module.d.ts +13 -7
  582. package/lib/components/po-breadcrumb/index.d.ts +4 -4
  583. package/lib/components/po-breadcrumb/po-breadcrumb-base.component.d.ts +107 -104
  584. package/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.d.ts +14 -11
  585. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.d.ts +32 -29
  586. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.d.ts +30 -27
  587. package/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.d.ts +16 -13
  588. package/lib/components/po-breadcrumb/po-breadcrumb-item.interface.d.ts +31 -31
  589. package/lib/components/po-breadcrumb/po-breadcrumb.component.d.ts +56 -53
  590. package/lib/components/po-breadcrumb/po-breadcrumb.interface.d.ts +42 -42
  591. package/lib/components/po-breadcrumb/po-breadcrumb.module.d.ts +18 -8
  592. package/lib/components/po-button/index.d.ts +2 -2
  593. package/lib/components/po-button/po-button-base.component.d.ts +123 -120
  594. package/lib/components/po-button/po-button.component.d.ts +52 -49
  595. package/lib/components/po-button/po-button.module.d.ts +15 -7
  596. package/lib/components/po-button-group/index.d.ts +4 -4
  597. package/lib/components/po-button-group/po-button-group-base.component.d.ts +56 -53
  598. package/lib/components/po-button-group/po-button-group-item.interface.d.ts +64 -64
  599. package/lib/components/po-button-group/po-button-group-toggle.enum.d.ts +15 -15
  600. package/lib/components/po-button-group/po-button-group.component.d.ts +34 -31
  601. package/lib/components/po-button-group/po-button-group.module.d.ts +15 -7
  602. package/lib/components/po-calendar/index.d.ts +3 -3
  603. package/lib/components/po-calendar/po-calendar-base.component.d.ts +132 -129
  604. package/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.d.ts +11 -8
  605. package/lib/components/po-calendar/po-calendar-mode.enum.d.ts +11 -11
  606. package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +80 -77
  607. package/lib/components/po-calendar/po-calendar.component.d.ts +56 -53
  608. package/lib/components/po-calendar/po-calendar.module.d.ts +14 -6
  609. package/lib/components/po-calendar/services/po-calendar.lang.service.d.ts +19 -16
  610. package/lib/components/po-calendar/services/po-calendar.service.d.ts +8 -5
  611. package/lib/components/po-chart/directives/po-resize-observer.directive.d.ts +15 -12
  612. package/lib/components/po-chart/enums/po-chart-type.enum.d.ts +36 -49
  613. package/lib/components/po-chart/helpers/po-chart-default-values.constant.d.ts +8 -8
  614. package/lib/components/po-chart/index.d.ts +6 -7
  615. package/lib/components/po-chart/interfaces/po-chart-axis-options.interface.d.ts +37 -37
  616. package/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.d.ts +23 -23
  617. package/lib/components/po-chart/interfaces/po-chart-container-size.interface.d.ts +23 -23
  618. package/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.d.ts +19 -19
  619. package/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.d.ts +19 -19
  620. package/lib/components/po-chart/interfaces/po-chart-options.interface.d.ts +20 -20
  621. package/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.d.ts +23 -23
  622. package/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.d.ts +26 -26
  623. package/lib/components/po-chart/interfaces/po-chart-serie.interface.d.ts +77 -101
  624. package/lib/components/po-chart/po-chart-base.component.d.ts +154 -152
  625. package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.d.ts +13 -10
  626. package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.d.ts +10 -7
  627. package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.d.ts +63 -60
  628. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.d.ts +34 -31
  629. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.d.ts +16 -13
  630. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.d.ts +16 -13
  631. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.d.ts +16 -13
  632. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.d.ts +14 -11
  633. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.d.ts +16 -13
  634. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.d.ts +23 -20
  635. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.d.ts +45 -42
  636. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.d.ts +19 -16
  637. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.d.ts +11 -8
  638. package/lib/components/po-chart/po-chart-container/po-chart-container.component.d.ts +46 -43
  639. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.d.ts +23 -20
  640. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.d.ts +49 -46
  641. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.d.ts +16 -13
  642. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.d.ts +22 -19
  643. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.d.ts +33 -30
  644. package/lib/components/po-chart/po-chart-legend/po-chart-legend.component.d.ts +10 -7
  645. package/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.d.ts +37 -36
  646. package/lib/components/po-chart/po-chart.component.d.ts +69 -67
  647. package/lib/components/po-chart/po-chart.module.d.ts +32 -7
  648. package/lib/components/po-chart/services/po-chart-maths.service.d.ts +66 -63
  649. package/lib/components/po-chart/services/po-chart-svg-container.service.d.ts +24 -21
  650. package/lib/components/po-container/index.d.ts +2 -2
  651. package/lib/components/po-container/po-container-base.component.d.ts +62 -59
  652. package/lib/components/po-container/po-container.component.d.ts +27 -24
  653. package/lib/components/po-container/po-container.module.d.ts +13 -7
  654. package/lib/components/po-disclaimer/index.d.ts +3 -3
  655. package/lib/components/po-disclaimer/po-disclaimer-base.component.d.ts +59 -56
  656. package/lib/components/po-disclaimer/po-disclaimer.component.d.ts +19 -16
  657. package/lib/components/po-disclaimer/po-disclaimer.interface.d.ts +17 -17
  658. package/lib/components/po-disclaimer/po-disclaimer.module.d.ts +12 -6
  659. package/lib/components/po-disclaimer-group/index.d.ts +4 -4
  660. package/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.d.ts +117 -114
  661. package/lib/components/po-disclaimer-group/po-disclaimer-group-remove-action.interface.d.ts +18 -18
  662. package/lib/components/po-disclaimer-group/po-disclaimer-group.component.d.ts +31 -28
  663. package/lib/components/po-disclaimer-group/po-disclaimer-group.interface.d.ts +78 -78
  664. package/lib/components/po-disclaimer-group/po-disclaimer-group.module.d.ts +15 -7
  665. package/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.d.ts +19 -16
  666. package/lib/components/po-divider/index.d.ts +2 -2
  667. package/lib/components/po-divider/po-divider-base.component.d.ts +13 -10
  668. package/lib/components/po-divider/po-divider.component.d.ts +26 -23
  669. package/lib/components/po-divider/po-divider.module.d.ts +13 -7
  670. package/lib/components/po-dropdown/index.d.ts +3 -3
  671. package/lib/components/po-dropdown/po-dropdown-action.interface.d.ts +11 -11
  672. package/lib/components/po-dropdown/po-dropdown-base.component.d.ts +57 -54
  673. package/lib/components/po-dropdown/po-dropdown.component.d.ts +44 -41
  674. package/lib/components/po-dropdown/po-dropdown.module.d.ts +13 -6
  675. package/lib/components/po-dynamic/index.d.ts +10 -10
  676. package/lib/components/po-dynamic/po-dynamic-field-type.enum.d.ts +23 -23
  677. package/lib/components/po-dynamic/po-dynamic-field.interface.d.ts +130 -130
  678. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.d.ts +218 -215
  679. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-field.interface.d.ts +249 -249
  680. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-field-internal.interface.d.ts +14 -14
  681. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +47 -44
  682. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.d.ts +39 -36
  683. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.interface.d.ts +20 -20
  684. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.d.ts +11 -8
  685. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.d.ts +10 -10
  686. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-response.interface.d.ts +29 -29
  687. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-changed.interface.d.ts +13 -13
  688. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-validation.interface.d.ts +21 -21
  689. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.interface.d.ts +20 -20
  690. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.d.ts +15 -12
  691. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +86 -83
  692. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.d.ts +137 -134
  693. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-field.interface.d.ts +104 -104
  694. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.d.ts +39 -36
  695. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.d.ts +13 -10
  696. package/lib/components/po-dynamic/po-dynamic.module.d.ts +16 -2
  697. package/lib/components/po-dynamic/po-dynamic.util.d.ts +4 -4
  698. package/lib/components/po-field/index.d.ts +52 -50
  699. package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +65 -62
  700. package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +54 -51
  701. package/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option-view.interface.d.ts +14 -14
  702. package/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option.interface.d.ts +24 -24
  703. package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +187 -184
  704. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +53 -50
  705. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.d.ts +15 -7
  706. package/lib/components/po-field/po-clean/index.d.ts +1 -0
  707. package/lib/components/po-field/po-clean/po-clean-base.component.d.ts +33 -30
  708. package/lib/components/po-field/po-clean/po-clean.component.d.ts +20 -17
  709. package/lib/components/po-field/po-clean/po-clean.module.d.ts +13 -7
  710. package/lib/components/po-field/po-combo/interfaces/po-combo-filter.interface.d.ts +27 -27
  711. package/lib/components/po-field/po-combo/interfaces/po-combo-group.interface.d.ts +11 -11
  712. package/lib/components/po-field/po-combo/interfaces/po-combo-literals.interface.d.ts +11 -11
  713. package/lib/components/po-field/po-combo/interfaces/po-combo-option-group.interface.d.ts +14 -14
  714. package/lib/components/po-field/po-combo/interfaces/po-combo-option.interface.d.ts +21 -21
  715. package/lib/components/po-field/po-combo/interfaces/po-response.interface.d.ts +11 -11
  716. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +412 -409
  717. package/lib/components/po-field/po-combo/po-combo-filter-mode.enum.d.ts +15 -15
  718. package/lib/components/po-field/po-combo/po-combo-filter.service.d.ts +31 -28
  719. package/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.d.ts +73 -70
  720. package/lib/components/po-field/po-combo/po-combo.component.d.ts +142 -139
  721. package/lib/components/po-field/po-datepicker/enums/po-datepicker-iso-format.enum.d.ts +15 -15
  722. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +226 -223
  723. package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +104 -101
  724. package/lib/components/po-field/po-datepicker/po-datepicker.module.d.ts +17 -7
  725. package/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range-literals.interface.d.ts +17 -17
  726. package/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range.interface.d.ts +16 -16
  727. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +272 -269
  728. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +128 -125
  729. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.literals.d.ts +7 -7
  730. package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +183 -180
  731. package/lib/components/po-field/po-email/po-email.component.d.ts +45 -42
  732. package/lib/components/po-field/po-field-container/index.d.ts +3 -0
  733. package/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.d.ts +18 -15
  734. package/lib/components/po-field/po-field-container/po-field-container-literals.d.ts +14 -14
  735. package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +21 -18
  736. package/lib/components/po-field/po-field-container/po-field-container.module.d.ts +14 -7
  737. package/lib/components/po-field/po-field-validate.model.d.ts +41 -38
  738. package/lib/components/po-field/po-field.model.d.ts +54 -51
  739. package/lib/components/po-field/po-field.module.d.ts +69 -12
  740. package/lib/components/po-field/po-input/po-input-base.component.d.ts +268 -265
  741. package/lib/components/po-field/po-input/po-input.component.d.ts +32 -29
  742. package/lib/components/po-field/po-input/po-mask.d.ts +49 -49
  743. package/lib/components/po-field/po-input-generic/po-input-generic.d.ts +38 -35
  744. package/lib/components/po-field/po-login/po-login.component.d.ts +37 -34
  745. package/lib/components/po-field/po-lookup/interfaces/po-lookup-advanced-filter.interface.d.ts +8 -8
  746. package/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.d.ts +44 -44
  747. package/lib/components/po-field/po-lookup/interfaces/po-lookup-filter.interface.d.ts +29 -29
  748. package/lib/components/po-field/po-lookup/interfaces/po-lookup-filtered-items-params.interface.d.ts +40 -40
  749. package/lib/components/po-field/po-lookup/interfaces/po-lookup-literals.interface.d.ts +40 -40
  750. package/lib/components/po-field/po-lookup/interfaces/po-lookup-response-api.interface.d.ts +8 -8
  751. package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +390 -387
  752. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.d.ts +122 -119
  753. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.d.ts +44 -41
  754. package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +117 -113
  755. package/lib/components/po-field/po-lookup/services/po-lookup-filter.service.d.ts +28 -25
  756. package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +47 -44
  757. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +348 -345
  758. package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +62 -57
  759. package/lib/components/po-field/po-multiselect/po-multiselect-filter-mode.enum.d.ts +15 -15
  760. package/lib/components/po-field/po-multiselect/po-multiselect-filter.interface.d.ts +28 -28
  761. package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +21 -18
  762. package/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.d.ts +20 -17
  763. package/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.d.ts +15 -15
  764. package/lib/components/po-field/po-multiselect/po-multiselect-option.interface.d.ts +13 -13
  765. package/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.d.ts +39 -34
  766. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +110 -107
  767. package/lib/components/po-field/po-number/po-number-base.component.d.ts +21 -18
  768. package/lib/components/po-field/po-number/po-number.component.d.ts +62 -59
  769. package/lib/components/po-field/po-password/po-password.component.d.ts +51 -48
  770. package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +122 -119
  771. package/lib/components/po-field/po-radio-group/po-radio-group-option.interface.d.ts +15 -15
  772. package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +68 -64
  773. package/lib/components/po-field/po-rich-text/interfaces/po-rich-text-toolbar-button-group-item.interface.d.ts +4 -4
  774. package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +147 -144
  775. package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +55 -52
  776. package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +37 -34
  777. package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +48 -45
  778. package/lib/components/po-field/po-rich-text/po-rich-text-literals.d.ts +82 -82
  779. package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +48 -45
  780. package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +63 -60
  781. package/lib/components/po-field/po-rich-text/po-rich-text.service.d.ts +8 -5
  782. package/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.d.ts +51 -48
  783. package/lib/components/po-field/po-select/po-select-option.interface.d.ts +13 -13
  784. package/lib/components/po-field/po-select/po-select.component.d.ts +161 -158
  785. package/lib/components/po-field/po-switch/po-switch-label-position.enum.d.ts +13 -13
  786. package/lib/components/po-field/po-switch/po-switch.component.d.ts +105 -102
  787. package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +181 -178
  788. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +62 -59
  789. package/lib/components/po-field/po-upload/interfaces/po-upload-file-restriction.interface.d.ts +37 -37
  790. package/lib/components/po-field/po-upload/interfaces/po-upload-literals.interface.d.ts +45 -45
  791. package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +336 -333
  792. package/lib/components/po-field/po-upload/po-upload-base.service.d.ts +35 -32
  793. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.d.ts +17 -14
  794. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.d.ts +17 -14
  795. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.d.ts +27 -24
  796. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.d.ts +35 -32
  797. package/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.d.ts +24 -21
  798. package/lib/components/po-field/po-upload/po-upload-file.d.ts +15 -15
  799. package/lib/components/po-field/po-upload/po-upload-status.enum.d.ts +6 -6
  800. package/lib/components/po-field/po-upload/po-upload.component.d.ts +110 -106
  801. package/lib/components/po-field/po-upload/po-upload.service.d.ts +6 -3
  802. package/lib/components/po-field/po-url/po-url.component.d.ts +44 -41
  803. package/lib/components/po-field/validators.d.ts +7 -7
  804. package/lib/components/po-gauge/index.d.ts +3 -3
  805. package/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.d.ts +19 -19
  806. package/lib/components/po-gauge/interfaces/po-gauge-ranges.interface.d.ts +44 -44
  807. package/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.d.ts +15 -15
  808. package/lib/components/po-gauge/po-gauge-base.component.d.ts +101 -98
  809. package/lib/components/po-gauge/po-gauge-default-values.constant.d.ts +5 -5
  810. package/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.d.ts +14 -11
  811. package/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.d.ts +12 -9
  812. package/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.d.ts +12 -9
  813. package/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.d.ts +18 -15
  814. package/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.d.ts +35 -32
  815. package/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.d.ts +6 -3
  816. package/lib/components/po-gauge/po-gauge.component.d.ts +40 -37
  817. package/lib/components/po-gauge/po-gauge.module.d.ts +19 -6
  818. package/lib/components/po-grid/index.d.ts +3 -3
  819. package/lib/components/po-grid/po-grid-cell/po-grid-cell.component.d.ts +30 -27
  820. package/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.d.ts +9 -6
  821. package/lib/components/po-grid/po-grid-head/po-grid-head.component.d.ts +13 -10
  822. package/lib/components/po-grid/po-grid-row-actions.interface.d.ts +86 -86
  823. package/lib/components/po-grid/po-grid.component.d.ts +83 -80
  824. package/lib/components/po-grid/po-grid.module.d.ts +18 -7
  825. package/lib/components/po-icon/index.d.ts +2 -2
  826. package/lib/components/po-icon/po-icon.component.d.ts +42 -39
  827. package/lib/components/po-icon/po-icon.module.d.ts +13 -7
  828. package/lib/components/po-info/index.d.ts +3 -3
  829. package/lib/components/po-info/po-info-base.component.d.ts +49 -46
  830. package/lib/components/po-info/po-info-orietation.enum.d.ts +13 -13
  831. package/lib/components/po-info/po-info.component.d.ts +27 -24
  832. package/lib/components/po-info/po-info.module.d.ts +14 -7
  833. package/lib/components/po-list-view/index.d.ts +6 -6
  834. package/lib/components/po-list-view/interfaces/po-list-view-action.interface.d.ts +15 -15
  835. package/lib/components/po-list-view/interfaces/po-list-view-literals.interface.d.ts +19 -19
  836. package/lib/components/po-list-view/po-list-view-base.component.d.ts +168 -165
  837. package/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.d.ts +100 -97
  838. package/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.d.ts +63 -60
  839. package/lib/components/po-list-view/po-list-view.component.d.ts +56 -53
  840. package/lib/components/po-list-view/po-list-view.module.d.ts +44 -33
  841. package/lib/components/po-loading/index.d.ts +4 -4
  842. package/lib/components/po-loading/po-loading-base.component.d.ts +17 -14
  843. package/lib/components/po-loading/po-loading-icon/po-loading-icon.component.d.ts +25 -22
  844. package/lib/components/po-loading/po-loading-overlay/interfaces/po-loading-overlay-literals.interface.d.ts +13 -13
  845. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.d.ts +62 -59
  846. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +31 -28
  847. package/lib/components/po-loading/po-loading.component.d.ts +11 -8
  848. package/lib/components/po-loading/po-loading.module.d.ts +17 -8
  849. package/lib/components/po-menu/index.d.ts +8 -8
  850. package/lib/components/po-menu/po-menu-base.component.d.ts +185 -182
  851. package/lib/components/po-menu/po-menu-filter/po-menu-filter-literals.interface.d.ts +14 -14
  852. package/lib/components/po-menu/po-menu-filter/po-menu-filter.component.d.ts +28 -25
  853. package/lib/components/po-menu/po-menu-filter/po-menu-filter.interface.d.ts +19 -19
  854. package/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.d.ts +43 -40
  855. package/lib/components/po-menu/po-menu-item/po-menu-item-badge.interface.d.ts +49 -49
  856. package/lib/components/po-menu/po-menu-item/po-menu-item-filtered.interface.d.ts +13 -13
  857. package/lib/components/po-menu/po-menu-item/po-menu-item.component.d.ts +57 -54
  858. package/lib/components/po-menu/po-menu-item.interface.d.ts +78 -78
  859. package/lib/components/po-menu/po-menu.component.d.ts +181 -178
  860. package/lib/components/po-menu/po-menu.module.d.ts +21 -7
  861. package/lib/components/po-menu/services/po-menu-global.service.d.ts +17 -14
  862. package/lib/components/po-menu/services/po-menu-items.service.d.ts +19 -16
  863. package/lib/components/po-menu/services/po-menu.service.d.ts +23 -20
  864. package/lib/components/po-menu-panel/index.d.ts +3 -3
  865. package/lib/components/po-menu-panel/po-menu-panel-base.component.d.ts +36 -33
  866. package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item-internal.interface.d.ts +16 -16
  867. package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.d.ts +26 -23
  868. package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.interface.d.ts +18 -18
  869. package/lib/components/po-menu-panel/po-menu-panel.component.d.ts +94 -91
  870. package/lib/components/po-menu-panel/po-menu-panel.module.d.ts +17 -7
  871. package/lib/components/po-menu-panel/services/po-menu-panel-items.service.d.ts +19 -16
  872. package/lib/components/po-modal/index.d.ts +4 -4
  873. package/lib/components/po-modal/po-modal-action.interface.d.ts +23 -23
  874. package/lib/components/po-modal/po-modal-base.component.d.ts +82 -79
  875. package/lib/components/po-modal/po-modal-footer/po-modal-footer.component.d.ts +33 -30
  876. package/lib/components/po-modal/po-modal.component.d.ts +49 -46
  877. package/lib/components/po-modal/po-modal.literals.d.ts +14 -14
  878. package/lib/components/po-modal/po-modal.module.d.ts +14 -6
  879. package/lib/components/po-navbar/index.d.ts +4 -4
  880. package/lib/components/po-navbar/interfaces/po-navbar-icon-action.interface.d.ts +55 -55
  881. package/lib/components/po-navbar/interfaces/po-navbar-item.interface.d.ts +21 -21
  882. package/lib/components/po-navbar/interfaces/po-navbar-literals.interface.d.ts +11 -11
  883. package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts +16 -13
  884. package/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.d.ts +8 -5
  885. package/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.d.ts +9 -6
  886. package/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.d.ts +13 -2
  887. package/lib/components/po-navbar/po-navbar-base.component.d.ts +102 -129
  888. package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.d.ts +9 -6
  889. package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.d.ts +9 -6
  890. package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.d.ts +10 -2
  891. package/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.d.ts +14 -11
  892. package/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.d.ts +20 -17
  893. package/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.d.ts +10 -2
  894. package/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.d.ts +6 -3
  895. package/lib/components/po-navbar/po-navbar.component.d.ts +60 -57
  896. package/lib/components/po-navbar/po-navbar.module.d.ts +45 -33
  897. package/lib/components/po-page/index.d.ts +14 -14
  898. package/lib/components/po-page/po-page-action.interface.d.ts +16 -16
  899. package/lib/components/po-page/po-page-base.component.d.ts +22 -22
  900. package/lib/components/po-page/po-page-content/po-page-content-base.component.d.ts +10 -10
  901. package/lib/components/po-page/po-page-content/po-page-content.component.d.ts +23 -20
  902. package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +78 -75
  903. package/lib/components/po-page/po-page-default/po-page-default-literals.interface.d.ts +11 -11
  904. package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +48 -45
  905. package/lib/components/po-page/po-page-default/po-page-default.interface.d.ts +13 -13
  906. package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +103 -100
  907. package/lib/components/po-page/po-page-detail/po-page-detail-literals.interface.d.ts +15 -15
  908. package/lib/components/po-page/po-page-detail/po-page-detail.component.d.ts +31 -28
  909. package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +109 -106
  910. package/lib/components/po-page/po-page-edit/po-page-edit-literals.interface.d.ts +15 -15
  911. package/lib/components/po-page/po-page-edit/po-page-edit.component.d.ts +32 -29
  912. package/lib/components/po-page/po-page-filter.interface.d.ts +26 -26
  913. package/lib/components/po-page/po-page-header/po-page-header-base.component.d.ts +20 -17
  914. package/lib/components/po-page/po-page-header/po-page-header.component.d.ts +10 -7
  915. package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +111 -108
  916. package/lib/components/po-page/po-page-list/po-page-list-literals.interface.d.ts +11 -11
  917. package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +74 -71
  918. package/lib/components/po-page/po-page-slide/po-page-slide-base.component.d.ts +114 -111
  919. package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +45 -42
  920. package/lib/components/po-page/po-page.component.d.ts +11 -8
  921. package/lib/components/po-page/po-page.interface.d.ts +14 -14
  922. package/lib/components/po-page/po-page.module.d.ts +29 -7
  923. package/lib/components/po-popover/index.d.ts +2 -2
  924. package/lib/components/po-popover/po-popover-base.component.d.ts +134 -131
  925. package/lib/components/po-popover/po-popover.component.d.ts +50 -47
  926. package/lib/components/po-popover/po-popover.module.d.ts +12 -6
  927. package/lib/components/po-popup/index.d.ts +3 -3
  928. package/lib/components/po-popup/po-popup-action.interface.d.ts +91 -91
  929. package/lib/components/po-popup/po-popup-base.component.d.ts +154 -151
  930. package/lib/components/po-popup/po-popup.component.d.ts +72 -69
  931. package/lib/components/po-popup/po-popup.module.d.ts +14 -7
  932. package/lib/components/po-progress/enums/po-progress-status.enum.d.ts +15 -15
  933. package/lib/components/po-progress/index.d.ts +3 -3
  934. package/lib/components/po-progress/po-progress-bar/po-progress-bar.component.d.ts +8 -5
  935. package/lib/components/po-progress/po-progress-base.component.d.ts +106 -103
  936. package/lib/components/po-progress/po-progress.component.d.ts +31 -28
  937. package/lib/components/po-progress/po-progress.module.d.ts +14 -7
  938. package/lib/components/po-slide/directives/po-slide-content-template.directive.d.ts +51 -48
  939. package/lib/components/po-slide/index.d.ts +4 -4
  940. package/lib/components/po-slide/interfaces/po-slide-item.interface.d.ts +17 -17
  941. package/lib/components/po-slide/po-slide-base.component.d.ts +78 -75
  942. package/lib/components/po-slide/po-slide-circles/po-slide-circles.component.d.ts +19 -16
  943. package/lib/components/po-slide/po-slide-control/po-slide-control.component.d.ts +17 -14
  944. package/lib/components/po-slide/po-slide-item/po-slide-item.component.d.ts +31 -28
  945. package/lib/components/po-slide/po-slide.component.d.ts +113 -110
  946. package/lib/components/po-slide/po-slide.module.d.ts +45 -33
  947. package/lib/components/po-stepper/enums/po-stepper-orientation.enum.d.ts +16 -16
  948. package/lib/components/po-stepper/enums/po-stepper-status.enum.d.ts +21 -21
  949. package/lib/components/po-stepper/index.d.ts +6 -6
  950. package/lib/components/po-stepper/po-step/po-step.component.d.ts +79 -76
  951. package/lib/components/po-stepper/po-stepper-base.component.d.ts +135 -132
  952. package/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.d.ts +23 -20
  953. package/lib/components/po-stepper/po-stepper-item.interface.d.ts +14 -14
  954. package/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.d.ts +13 -10
  955. package/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.d.ts +40 -37
  956. package/lib/components/po-stepper/po-stepper.component.d.ts +83 -80
  957. package/lib/components/po-stepper/po-stepper.module.d.ts +16 -6
  958. package/lib/components/po-table/enums/po-table-column-sort-type.enum.d.ts +12 -12
  959. package/lib/components/po-table/enums/po-table-row-template-arrow-direction.enum.d.ts +12 -12
  960. package/lib/components/po-table/index.d.ts +17 -17
  961. package/lib/components/po-table/interfaces/po-table-action.interface.d.ts +8 -8
  962. package/lib/components/po-table/interfaces/po-table-boolean.interface.d.ts +13 -13
  963. package/lib/components/po-table/interfaces/po-table-column-sort.interface.d.ts +15 -15
  964. package/lib/components/po-table/interfaces/po-table-column.interface.d.ts +247 -242
  965. package/lib/components/po-table/interfaces/po-table-filter.interface.d.ts +16 -16
  966. package/lib/components/po-table/interfaces/po-table-filtered-items-params.interface.d.ts +33 -33
  967. package/lib/components/po-table/interfaces/po-table-literals.interface.d.ts +25 -25
  968. package/lib/components/po-table/interfaces/po-table-response-api.interface.d.ts +7 -7
  969. package/lib/components/po-table/po-table-base.component.d.ts +514 -501
  970. package/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.d.ts +74 -71
  971. package/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.d.ts +29 -26
  972. package/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.d.ts +80 -80
  973. package/lib/components/po-table/po-table-column-label/po-table-column-label.component.d.ts +20 -17
  974. package/lib/components/po-table/po-table-column-label/po-table-column-label.interface.d.ts +42 -42
  975. package/lib/components/po-table/po-table-column-link/po-table-column-link.component.d.ts +18 -15
  976. package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +77 -74
  977. package/lib/components/po-table/po-table-column-template/po-table-column-template.directive.d.ts +89 -86
  978. package/lib/components/po-table/po-table-detail/po-table-detail-column.interface.d.ts +61 -61
  979. package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +47 -44
  980. package/lib/components/po-table/po-table-detail/po-table-detail.interface.d.ts +36 -36
  981. package/lib/components/po-table/po-table-icon/po-table-icon.component.d.ts +30 -27
  982. package/lib/components/po-table/po-table-row-template/po-table-row-template.directive.d.ts +123 -120
  983. package/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.d.ts +17 -14
  984. package/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.d.ts +22 -19
  985. package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.d.ts +39 -39
  986. package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.d.ts +34 -31
  987. package/lib/components/po-table/po-table.component.d.ts +233 -229
  988. package/lib/components/po-table/po-table.module.d.ts +36 -6
  989. package/lib/components/po-table/services/po-table.service.d.ts +17 -14
  990. package/lib/components/po-tabs/index.d.ts +4 -4
  991. package/lib/components/po-tabs/po-tab/po-tab-base.component.d.ts +60 -57
  992. package/lib/components/po-tabs/po-tab/po-tab.component.d.ts +14 -11
  993. package/lib/components/po-tabs/po-tab/po-tab.interface.d.ts +45 -45
  994. package/lib/components/po-tabs/po-tab-button/po-tab-button.component.d.ts +32 -29
  995. package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +26 -23
  996. package/lib/components/po-tabs/po-tabs-base.component.d.ts +37 -34
  997. package/lib/components/po-tabs/po-tabs.component.d.ts +53 -50
  998. package/lib/components/po-tabs/po-tabs.module.d.ts +16 -6
  999. package/lib/components/po-tag/enums/po-tag-icon.enum.d.ts +17 -17
  1000. package/lib/components/po-tag/enums/po-tag-orientation.enum.d.ts +13 -13
  1001. package/lib/components/po-tag/enums/po-tag-type.enum.d.ts +17 -17
  1002. package/lib/components/po-tag/index.d.ts +4 -4
  1003. package/lib/components/po-tag/interfaces/po-tag-item.interface.d.ts +13 -13
  1004. package/lib/components/po-tag/po-tag-base.component.d.ts +147 -144
  1005. package/lib/components/po-tag/po-tag.component.d.ts +35 -32
  1006. package/lib/components/po-tag/po-tag.module.d.ts +14 -7
  1007. package/lib/components/po-toolbar/index.d.ts +4 -4
  1008. package/lib/components/po-toolbar/po-toolbar-action.interface.d.ts +8 -8
  1009. package/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.d.ts +22 -19
  1010. package/lib/components/po-toolbar/po-toolbar-base.component.d.ts +78 -75
  1011. package/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.d.ts +25 -22
  1012. package/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.d.ts +21 -18
  1013. package/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.interface.d.ts +15 -15
  1014. package/lib/components/po-toolbar/po-toolbar.component.d.ts +32 -29
  1015. package/lib/components/po-toolbar/po-toolbar.module.d.ts +20 -8
  1016. package/lib/components/po-tree-view/index.d.ts +3 -3
  1017. package/lib/components/po-tree-view/po-tree-view-base.component.d.ts +89 -86
  1018. package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +15 -12
  1019. package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.interface.d.ts +24 -24
  1020. package/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.d.ts +13 -10
  1021. package/lib/components/po-tree-view/po-tree-view.component.d.ts +38 -35
  1022. package/lib/components/po-tree-view/po-tree-view.module.d.ts +44 -33
  1023. package/lib/components/po-tree-view/services/po-tree-view.service.d.ts +12 -9
  1024. package/lib/components/po-widget/index.d.ts +2 -2
  1025. package/lib/components/po-widget/po-widget-base.component.d.ts +165 -162
  1026. package/lib/components/po-widget/po-widget.component.d.ts +44 -41
  1027. package/lib/components/po-widget/po-widget.module.d.ts +14 -7
  1028. package/lib/decorators/index.d.ts +2 -2
  1029. package/lib/decorators/input-boolean/input-boolean.decorator.d.ts +10 -10
  1030. package/lib/decorators/input-required/input-required.decorator.d.ts +22 -22
  1031. package/lib/decorators/property-decorator.interface.d.ts +13 -13
  1032. package/lib/decorators/utils-decorators.d.ts +27 -27
  1033. package/lib/directives/directives.module.d.ts +7 -2
  1034. package/lib/directives/index.d.ts +2 -2
  1035. package/lib/directives/po-tooltip/index.d.ts +2 -2
  1036. package/lib/directives/po-tooltip/po-tooltip-base.directive.d.ts +70 -67
  1037. package/lib/directives/po-tooltip/po-tooltip-control-position.service.d.ts +6 -3
  1038. package/lib/directives/po-tooltip/po-tooltip.directive.d.ts +55 -52
  1039. package/lib/directives/po-tooltip/po-tooltip.module.d.ts +13 -7
  1040. package/lib/enums/po-color-palette.enum.d.ts +33 -33
  1041. package/lib/enums/po-key-code.enum.d.ts +29 -29
  1042. package/lib/guards/guards.module.d.ts +6 -2
  1043. package/lib/guards/index.d.ts +1 -1
  1044. package/lib/index.d.ts +9 -9
  1045. package/lib/interceptors/index.d.ts +3 -3
  1046. package/lib/interceptors/interceptors.module.d.ts +8 -2
  1047. package/lib/interceptors/po-http-interceptor/index.d.ts +2 -2
  1048. package/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.d.ts +154 -154
  1049. package/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail-literals.interface.d.ts +6 -6
  1050. package/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.d.ts +42 -39
  1051. package/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.interface.d.ts +23 -23
  1052. package/lib/interceptors/po-http-interceptor/po-http-interceptor-literals.d.ts +6 -6
  1053. package/lib/interceptors/po-http-interceptor/po-http-interceptor.module.d.ts +12 -2
  1054. package/lib/interceptors/po-http-interceptor/po-http-interceptor.service.d.ts +19 -16
  1055. package/lib/interceptors/po-http-request/index.d.ts +2 -2
  1056. package/lib/interceptors/po-http-request/po-http-request-control-service.d.ts +15 -12
  1057. package/lib/interceptors/po-http-request/po-http-request-interceptor.service.d.ts +105 -102
  1058. package/lib/interceptors/po-http-request/po-http-request.module.d.ts +7 -2
  1059. package/lib/interfaces/index.d.ts +1 -1
  1060. package/lib/interfaces/po-http/po-response-api.interface.d.ts +13 -13
  1061. package/lib/pipes/index.d.ts +2 -2
  1062. package/lib/pipes/pipes.module.d.ts +7 -2
  1063. package/lib/pipes/po-time/index.d.ts +2 -2
  1064. package/lib/pipes/po-time/po-time.module.d.ts +12 -7
  1065. package/lib/pipes/po-time/po-time.pipe.d.ts +17 -14
  1066. package/lib/po.module.d.ts +12 -2
  1067. package/lib/services/index.d.ts +10 -10
  1068. package/lib/services/po-active-overlay/index.d.ts +2 -2
  1069. package/lib/services/po-active-overlay/po-active-overlay.module.d.ts +11 -7
  1070. package/lib/services/po-active-overlay/po-active-overlay.service.d.ts +6 -3
  1071. package/lib/services/po-color/po-color.service.d.ts +19 -16
  1072. package/lib/services/po-color/po-colors.constant.d.ts +2 -2
  1073. package/lib/services/po-color-palette/index.d.ts +2 -2
  1074. package/lib/services/po-color-palette/po-color-palette.module.d.ts +11 -7
  1075. package/lib/services/po-color-palette/po-color-palette.service.d.ts +10 -7
  1076. package/lib/services/po-component-injector/index.d.ts +2 -2
  1077. package/lib/services/po-component-injector/po-component-injector.module.d.ts +6 -2
  1078. package/lib/services/po-component-injector/po-component-injector.service.d.ts +12 -9
  1079. package/lib/services/po-control-position/index.d.ts +2 -2
  1080. package/lib/services/po-control-position/po-control-position.constants.d.ts +1 -1
  1081. package/lib/services/po-control-position/po-control-position.module.d.ts +11 -7
  1082. package/lib/services/po-control-position/po-control-position.service.d.ts +59 -56
  1083. package/lib/services/po-date/index.d.ts +2 -2
  1084. package/lib/services/po-date/po-date.module.d.ts +11 -7
  1085. package/lib/services/po-date/po-date.service.d.ts +97 -94
  1086. package/lib/services/po-dialog/index.d.ts +7 -7
  1087. package/lib/services/po-dialog/interfaces/po-dialog-alert-literals.interface.d.ts +11 -11
  1088. package/lib/services/po-dialog/interfaces/po-dialog-confirm-literals.interface.d.ts +13 -13
  1089. package/lib/services/po-dialog/interfaces/po-dialog.interface.d.ts +82 -82
  1090. package/lib/services/po-dialog/po-dialog-base.service.d.ts +15 -15
  1091. package/lib/services/po-dialog/po-dialog.component.d.ts +51 -48
  1092. package/lib/services/po-dialog/po-dialog.enum.d.ts +12 -12
  1093. package/lib/services/po-dialog/po-dialog.module.d.ts +8 -2
  1094. package/lib/services/po-dialog/po-dialog.service.d.ts +32 -29
  1095. package/lib/services/po-i18n/index.d.ts +7 -7
  1096. package/lib/services/po-i18n/interfaces/po-i18n-config-default.interface.d.ts +35 -35
  1097. package/lib/services/po-i18n/interfaces/po-i18n-config.interface.d.ts +78 -78
  1098. package/lib/services/po-i18n/interfaces/po-i18n-literals.interface.d.ts +15 -15
  1099. package/lib/services/po-i18n/po-i18n-base.pipe.d.ts +29 -29
  1100. package/lib/services/po-i18n/po-i18n-base.service.d.ts +212 -212
  1101. package/lib/services/po-i18n/po-i18n-config-injection-token.d.ts +3 -3
  1102. package/lib/services/po-i18n/po-i18n.module.d.ts +156 -150
  1103. package/lib/services/po-i18n/po-i18n.pipe.d.ts +18 -15
  1104. package/lib/services/po-i18n/po-i18n.service.d.ts +13 -10
  1105. package/lib/services/po-language/index.d.ts +4 -4
  1106. package/lib/services/po-language/po-language.constant.d.ts +58 -58
  1107. package/lib/services/po-language/po-language.interface.d.ts +43 -43
  1108. package/lib/services/po-language/po-language.module.d.ts +11 -7
  1109. package/lib/services/po-language/po-language.service.d.ts +98 -95
  1110. package/lib/services/po-notification/index.d.ts +5 -5
  1111. package/lib/services/po-notification/po-notification-base.service.d.ts +84 -84
  1112. package/lib/services/po-notification/po-notification.interface.d.ts +33 -33
  1113. package/lib/services/po-notification/po-notification.module.d.ts +8 -2
  1114. package/lib/services/po-notification/po-notification.service.d.ts +34 -31
  1115. package/lib/services/po-notification/po-toaster/po-toaster-base.component.d.ts +41 -41
  1116. package/lib/services/po-notification/po-toaster/po-toaster-orientation.enum.d.ts +11 -11
  1117. package/lib/services/po-notification/po-toaster/po-toaster-type.enum.d.ts +15 -15
  1118. package/lib/services/po-notification/po-toaster/po-toaster.component.d.ts +36 -33
  1119. package/lib/services/po-notification/po-toaster/po-toaster.interface.d.ts +15 -15
  1120. package/lib/services/services.module.d.ts +15 -2
  1121. package/lib/utils/util.d.ts +217 -217
  1122. package/package.json +37 -22
  1123. package/po-ui-ng-components-6.2.0.tgz +0 -0
  1124. package/po-ui-ng-components.d.ts +5 -205
  1125. package/public-api.d.ts +1 -1
  1126. package/schematics/README.md +74 -74
  1127. package/schematics/collection.json +40 -40
  1128. package/schematics/migrations.json +30 -25
  1129. package/schematics/ng-add/index.d.ts +8 -8
  1130. package/schematics/ng-add/index.js +25 -25
  1131. package/schematics/ng-add/index.js.map +1 -1
  1132. package/schematics/ng-add/index.spec.d.ts +1 -1
  1133. package/schematics/ng-add/index.spec.js +90 -91
  1134. package/schematics/ng-add/index.spec.js.map +1 -1
  1135. package/schematics/ng-add/schema.json +16 -16
  1136. package/schematics/ng-add/setup-project.d.ts +8 -8
  1137. package/schematics/ng-add/setup-project.js +55 -55
  1138. package/schematics/ng-add/setup-project.js.map +1 -1
  1139. package/schematics/ng-generate/po-page-default/files/__path__/__name@dasherize__/__name@dasherize__-routing.module.ts.template +14 -14
  1140. package/schematics/ng-generate/po-page-default/files/__path__/__name@dasherize__/__name@dasherize__.component.html.template +3 -3
  1141. package/schematics/ng-generate/po-page-default/files/__path__/__name@dasherize__/__name@dasherize__.component.spec.ts.template +32 -32
  1142. package/schematics/ng-generate/po-page-default/files/__path__/__name@dasherize__/__name@dasherize__.component.ts.template +18 -18
  1143. package/schematics/ng-generate/po-page-default/files/__path__/__name@dasherize__/__name@dasherize__.module.ts.template +19 -19
  1144. package/schematics/ng-generate/po-page-default/index.d.ts +4 -4
  1145. package/schematics/ng-generate/po-page-default/index.js +12 -12
  1146. package/schematics/ng-generate/po-page-default/index.js.map +1 -1
  1147. package/schematics/ng-generate/po-page-default/index.spec.d.ts +1 -1
  1148. package/schematics/ng-generate/po-page-default/index.spec.js +120 -120
  1149. package/schematics/ng-generate/po-page-default/index.spec.js.map +1 -1
  1150. package/schematics/ng-generate/po-page-default/schema.d.ts +3 -3
  1151. package/schematics/ng-generate/po-page-default/schema.js +2 -2
  1152. package/schematics/ng-generate/po-page-default/schema.json +67 -67
  1153. package/schematics/ng-generate/po-page-detail/files/__path__/__name@dasherize__/__name@dasherize__-routing.module.ts.template +14 -14
  1154. package/schematics/ng-generate/po-page-detail/files/__path__/__name@dasherize__/__name@dasherize__.component.html.template +8 -8
  1155. package/schematics/ng-generate/po-page-detail/files/__path__/__name@dasherize__/__name@dasherize__.component.spec.ts.template +32 -32
  1156. package/schematics/ng-generate/po-page-detail/files/__path__/__name@dasherize__/__name@dasherize__.component.ts.template +26 -26
  1157. package/schematics/ng-generate/po-page-detail/files/__path__/__name@dasherize__/__name@dasherize__.module.ts.template +19 -19
  1158. package/schematics/ng-generate/po-page-detail/index.d.ts +4 -4
  1159. package/schematics/ng-generate/po-page-detail/index.js +12 -12
  1160. package/schematics/ng-generate/po-page-detail/index.js.map +1 -1
  1161. package/schematics/ng-generate/po-page-detail/index.spec.d.ts +1 -1
  1162. package/schematics/ng-generate/po-page-detail/index.spec.js +120 -120
  1163. package/schematics/ng-generate/po-page-detail/index.spec.js.map +1 -1
  1164. package/schematics/ng-generate/po-page-detail/schema.d.ts +3 -3
  1165. package/schematics/ng-generate/po-page-detail/schema.js +2 -2
  1166. package/schematics/ng-generate/po-page-detail/schema.json +67 -67
  1167. package/schematics/ng-generate/po-page-edit/files/__path__/__name@dasherize__/__name@dasherize__-routing.module.ts.template +14 -14
  1168. package/schematics/ng-generate/po-page-edit/files/__path__/__name@dasherize__/__name@dasherize__.component.html.template +8 -8
  1169. package/schematics/ng-generate/po-page-edit/files/__path__/__name@dasherize__/__name@dasherize__.component.spec.ts.template +32 -32
  1170. package/schematics/ng-generate/po-page-edit/files/__path__/__name@dasherize__/__name@dasherize__.component.ts.template +26 -26
  1171. package/schematics/ng-generate/po-page-edit/files/__path__/__name@dasherize__/__name@dasherize__.module.ts.template +19 -19
  1172. package/schematics/ng-generate/po-page-edit/index.d.ts +4 -4
  1173. package/schematics/ng-generate/po-page-edit/index.js +12 -12
  1174. package/schematics/ng-generate/po-page-edit/index.js.map +1 -1
  1175. package/schematics/ng-generate/po-page-edit/index.spec.d.ts +1 -1
  1176. package/schematics/ng-generate/po-page-edit/index.spec.js +120 -120
  1177. package/schematics/ng-generate/po-page-edit/index.spec.js.map +1 -1
  1178. package/schematics/ng-generate/po-page-edit/schema.d.ts +3 -3
  1179. package/schematics/ng-generate/po-page-edit/schema.js +2 -2
  1180. package/schematics/ng-generate/po-page-edit/schema.json +67 -67
  1181. package/schematics/ng-generate/po-page-list/files/__path__/__name@dasherize__/__name@dasherize__-routing.module.ts.template +14 -14
  1182. package/schematics/ng-generate/po-page-list/files/__path__/__name@dasherize__/__name@dasherize__.component.html.template +28 -28
  1183. package/schematics/ng-generate/po-page-list/files/__path__/__name@dasherize__/__name@dasherize__.component.spec.ts.template +35 -35
  1184. package/schematics/ng-generate/po-page-list/files/__path__/__name@dasherize__/__name@dasherize__.component.ts.template +33 -33
  1185. package/schematics/ng-generate/po-page-list/files/__path__/__name@dasherize__/__name@dasherize__.module.ts.template +19 -19
  1186. package/schematics/ng-generate/po-page-list/index.d.ts +7 -7
  1187. package/schematics/ng-generate/po-page-list/index.js +15 -15
  1188. package/schematics/ng-generate/po-page-list/index.js.map +1 -1
  1189. package/schematics/ng-generate/po-page-list/index.spec.d.ts +1 -1
  1190. package/schematics/ng-generate/po-page-list/index.spec.js +120 -120
  1191. package/schematics/ng-generate/po-page-list/index.spec.js.map +1 -1
  1192. package/schematics/ng-generate/po-page-list/schema.d.ts +5 -5
  1193. package/schematics/ng-generate/po-page-list/schema.js +2 -2
  1194. package/schematics/ng-generate/po-page-list/schema.json +78 -78
  1195. package/schematics/ng-generate/sidemenu/files/app.component.html.template +9 -9
  1196. package/schematics/ng-generate/sidemenu/files/app.component.spec.ts.template +30 -30
  1197. package/schematics/ng-generate/sidemenu/files/app.component.ts.template +20 -20
  1198. package/schematics/ng-generate/sidemenu/index.d.ts +8 -8
  1199. package/schematics/ng-generate/sidemenu/index.js +51 -51
  1200. package/schematics/ng-generate/sidemenu/index.js.map +1 -1
  1201. package/schematics/ng-generate/sidemenu/index.spec.d.ts +1 -1
  1202. package/schematics/ng-generate/sidemenu/index.spec.js +62 -62
  1203. package/schematics/ng-generate/sidemenu/index.spec.js.map +1 -1
  1204. package/schematics/ng-generate/sidemenu/schema.d.ts +13 -13
  1205. package/schematics/ng-generate/sidemenu/schema.js +2 -2
  1206. package/schematics/ng-generate/sidemenu/schema.json +32 -32
  1207. package/schematics/ng-update/v2/changes.d.ts +19 -19
  1208. package/schematics/ng-update/v2/changes.js +58 -58
  1209. package/schematics/ng-update/v2/index.d.ts +1 -1
  1210. package/schematics/ng-update/v2/index.js +145 -145
  1211. package/schematics/ng-update/v2/index.js.map +1 -1
  1212. package/schematics/ng-update/v3/changes.d.ts +4 -4
  1213. package/schematics/ng-update/v3/changes.js +20 -20
  1214. package/schematics/ng-update/v3/index.d.ts +1 -1
  1215. package/schematics/ng-update/v3/index.js +66 -66
  1216. package/schematics/ng-update/v3/index.js.map +1 -1
  1217. package/schematics/ng-update/v4/changes.d.ts +4 -4
  1218. package/schematics/ng-update/v4/changes.js +20 -20
  1219. package/schematics/ng-update/v4/index.d.ts +1 -1
  1220. package/schematics/ng-update/v4/index.js +65 -65
  1221. package/schematics/ng-update/v4/index.js.map +1 -1
  1222. package/schematics/ng-update/v5/changes.d.ts +4 -4
  1223. package/schematics/ng-update/v5/changes.js +25 -25
  1224. package/schematics/ng-update/v5/index.d.ts +1 -1
  1225. package/schematics/ng-update/v5/index.js +65 -65
  1226. package/schematics/ng-update/v5/index.js.map +1 -1
  1227. package/schematics/ng-update/v6/changes.d.ts +2 -0
  1228. package/schematics/ng-update/v6/changes.js +14 -0
  1229. package/schematics/ng-update/v6/changes.js.map +1 -0
  1230. package/schematics/ng-update/v6/index.d.ts +1 -0
  1231. package/schematics/ng-update/v6/index.js +16 -0
  1232. package/schematics/ng-update/v6/index.js.map +1 -0
  1233. package/bundles/po-ui-ng-components.umd.js +0 -39421
  1234. package/bundles/po-ui-ng-components.umd.js.map +0 -1
  1235. package/esm2015/lib/components/components.module.js +0 -122
  1236. package/esm2015/lib/components/index.js +0 -38
  1237. package/esm2015/lib/components/po-accordion/index.js +0 -4
  1238. package/esm2015/lib/components/po-accordion/po-accordion-base.component.js +0 -29
  1239. package/esm2015/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.js +0 -66
  1240. package/esm2015/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.js +0 -23
  1241. package/esm2015/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.js +0 -24
  1242. package/esm2015/lib/components/po-accordion/po-accordion.component.js +0 -70
  1243. package/esm2015/lib/components/po-accordion/po-accordion.module.js +0 -52
  1244. package/esm2015/lib/components/po-accordion/services/po-accordion.service.js +0 -27
  1245. package/esm2015/lib/components/po-avatar/index.js +0 -3
  1246. package/esm2015/lib/components/po-avatar/po-avatar-base.component.js +0 -68
  1247. package/esm2015/lib/components/po-avatar/po-avatar.component.js +0 -42
  1248. package/esm2015/lib/components/po-avatar/po-avatar.module.js +0 -18
  1249. package/esm2015/lib/components/po-badge/po-badge-base.component.js +0 -89
  1250. package/esm2015/lib/components/po-badge/po-badge.component.js +0 -16
  1251. package/esm2015/lib/components/po-badge/po-badge.module.js +0 -18
  1252. package/esm2015/lib/components/po-breadcrumb/index.js +0 -5
  1253. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-base.component.js +0 -48
  1254. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.js +0 -20
  1255. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.js +0 -77
  1256. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.js +0 -49
  1257. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.js +0 -27
  1258. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-item.interface.js +0 -2
  1259. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb.component.js +0 -159
  1260. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb.interface.js +0 -2
  1261. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb.module.js +0 -28
  1262. package/esm2015/lib/components/po-button/index.js +0 -3
  1263. package/esm2015/lib/components/po-button/po-button-base.component.js +0 -127
  1264. package/esm2015/lib/components/po-button/po-button.component.js +0 -69
  1265. package/esm2015/lib/components/po-button/po-button.module.js +0 -20
  1266. package/esm2015/lib/components/po-button-group/index.js +0 -5
  1267. package/esm2015/lib/components/po-button-group/po-button-group-base.component.js +0 -95
  1268. package/esm2015/lib/components/po-button-group/po-button-group-item.interface.js +0 -2
  1269. package/esm2015/lib/components/po-button-group/po-button-group-toggle.enum.js +0 -17
  1270. package/esm2015/lib/components/po-button-group/po-button-group.component.js +0 -43
  1271. package/esm2015/lib/components/po-button-group/po-button-group.module.js +0 -20
  1272. package/esm2015/lib/components/po-calendar/index.js +0 -4
  1273. package/esm2015/lib/components/po-calendar/po-calendar-base.component.js +0 -176
  1274. package/esm2015/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.js +0 -24
  1275. package/esm2015/lib/components/po-calendar/po-calendar-mode.enum.js +0 -13
  1276. package/esm2015/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.js +0 -251
  1277. package/esm2015/lib/components/po-calendar/po-calendar.component.js +0 -199
  1278. package/esm2015/lib/components/po-calendar/po-calendar.module.js +0 -19
  1279. package/esm2015/lib/components/po-calendar/services/po-calendar.lang.service.js +0 -187
  1280. package/esm2015/lib/components/po-calendar/services/po-calendar.service.js +0 -44
  1281. package/esm2015/lib/components/po-chart/directives/po-resize-observer.directive.js +0 -44
  1282. package/esm2015/lib/components/po-chart/enums/po-chart-type.enum.js +0 -51
  1283. package/esm2015/lib/components/po-chart/helpers/po-chart-default-values.constant.js +0 -18
  1284. package/esm2015/lib/components/po-chart/index.js +0 -8
  1285. package/esm2015/lib/components/po-chart/interfaces/po-chart-axis-options.interface.js +0 -2
  1286. package/esm2015/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.js +0 -2
  1287. package/esm2015/lib/components/po-chart/interfaces/po-chart-container-size.interface.js +0 -11
  1288. package/esm2015/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.js +0 -2
  1289. package/esm2015/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.js +0 -2
  1290. package/esm2015/lib/components/po-chart/interfaces/po-chart-options.interface.js +0 -2
  1291. package/esm2015/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.js +0 -2
  1292. package/esm2015/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.js +0 -2
  1293. package/esm2015/lib/components/po-chart/interfaces/po-chart-serie.interface.js +0 -2
  1294. package/esm2015/lib/components/po-chart/po-chart-base.component.js +0 -244
  1295. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.js +0 -23
  1296. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.js +0 -19
  1297. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.js +0 -287
  1298. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.js +0 -94
  1299. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.js +0 -33
  1300. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.js +0 -58
  1301. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.js +0 -59
  1302. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.js +0 -29
  1303. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.js +0 -35
  1304. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.js +0 -76
  1305. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.js +0 -142
  1306. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.js +0 -115
  1307. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.js +0 -57
  1308. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-container.component.js +0 -119
  1309. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.js +0 -77
  1310. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.js +0 -151
  1311. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.js +0 -41
  1312. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.js +0 -65
  1313. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.js +0 -95
  1314. package/esm2015/lib/components/po-chart/po-chart-legend/po-chart-legend.component.js +0 -21
  1315. package/esm2015/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.constant.js +0 -11
  1316. package/esm2015/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.js +0 -374
  1317. package/esm2015/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.js +0 -45
  1318. package/esm2015/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-series.interface.js +0 -2
  1319. package/esm2015/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-text-content/po-chart-gauge-text-content.component.js +0 -75
  1320. package/esm2015/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge.component.js +0 -85
  1321. package/esm2015/lib/components/po-chart/po-chart.component.js +0 -203
  1322. package/esm2015/lib/components/po-chart/po-chart.module.js +0 -61
  1323. package/esm2015/lib/components/po-chart/services/po-chart-maths.service.js +0 -135
  1324. package/esm2015/lib/components/po-chart/services/po-chart-svg-container.service.js +0 -57
  1325. package/esm2015/lib/components/po-container/index.js +0 -3
  1326. package/esm2015/lib/components/po-container/po-container-base.component.js +0 -88
  1327. package/esm2015/lib/components/po-container/po-container.component.js +0 -32
  1328. package/esm2015/lib/components/po-container/po-container.module.js +0 -18
  1329. package/esm2015/lib/components/po-disclaimer/index.js +0 -4
  1330. package/esm2015/lib/components/po-disclaimer/po-disclaimer-base.component.js +0 -77
  1331. package/esm2015/lib/components/po-disclaimer/po-disclaimer.component.js +0 -29
  1332. package/esm2015/lib/components/po-disclaimer/po-disclaimer.interface.js +0 -2
  1333. package/esm2015/lib/components/po-disclaimer/po-disclaimer.module.js +0 -17
  1334. package/esm2015/lib/components/po-disclaimer-group/index.js +0 -5
  1335. package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.js +0 -194
  1336. package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group-remove-action.interface.js +0 -2
  1337. package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.component.js +0 -41
  1338. package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.interface.js +0 -2
  1339. package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.module.js +0 -20
  1340. package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.js +0 -30
  1341. package/esm2015/lib/components/po-divider/index.js +0 -3
  1342. package/esm2015/lib/components/po-divider/po-divider-base.component.js +0 -16
  1343. package/esm2015/lib/components/po-divider/po-divider.component.js +0 -32
  1344. package/esm2015/lib/components/po-divider/po-divider.module.js +0 -18
  1345. package/esm2015/lib/components/po-dropdown/index.js +0 -4
  1346. package/esm2015/lib/components/po-dropdown/po-dropdown-action.interface.js +0 -2
  1347. package/esm2015/lib/components/po-dropdown/po-dropdown-base.component.js +0 -71
  1348. package/esm2015/lib/components/po-dropdown/po-dropdown.component.js +0 -97
  1349. package/esm2015/lib/components/po-dropdown/po-dropdown.module.js +0 -18
  1350. package/esm2015/lib/components/po-dynamic/index.js +0 -11
  1351. package/esm2015/lib/components/po-dynamic/po-dynamic-field-type.enum.js +0 -25
  1352. package/esm2015/lib/components/po-dynamic/po-dynamic-field.interface.js +0 -2
  1353. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.js +0 -104
  1354. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-field.interface.js +0 -2
  1355. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-field-internal.interface.js +0 -2
  1356. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.js +0 -200
  1357. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.js +0 -129
  1358. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.interface.js +0 -2
  1359. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.js +0 -32
  1360. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.js +0 -20
  1361. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-response.interface.js +0 -2
  1362. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-changed.interface.js +0 -2
  1363. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-validation.interface.js +0 -2
  1364. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.interface.js +0 -2
  1365. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.js +0 -39
  1366. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.js +0 -167
  1367. package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.js +0 -163
  1368. package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-field.interface.js +0 -2
  1369. package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.js +0 -101
  1370. package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.js +0 -17
  1371. package/esm2015/lib/components/po-dynamic/po-dynamic.module.js +0 -35
  1372. package/esm2015/lib/components/po-dynamic/po-dynamic.util.js +0 -18
  1373. package/esm2015/lib/components/po-field/index.js +0 -51
  1374. package/esm2015/lib/components/po-field/po-checkbox/po-checkbox-base.component.js +0 -98
  1375. package/esm2015/lib/components/po-field/po-checkbox/po-checkbox.component.js +0 -94
  1376. package/esm2015/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option-view.interface.js +0 -2
  1377. package/esm2015/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option.interface.js +0 -2
  1378. package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.js +0 -297
  1379. package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.js +0 -98
  1380. package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.js +0 -20
  1381. package/esm2015/lib/components/po-field/po-clean/po-clean-base.component.js +0 -42
  1382. package/esm2015/lib/components/po-field/po-clean/po-clean.component.js +0 -33
  1383. package/esm2015/lib/components/po-field/po-clean/po-clean.module.js +0 -18
  1384. package/esm2015/lib/components/po-field/po-combo/interfaces/po-combo-filter.interface.js +0 -2
  1385. package/esm2015/lib/components/po-field/po-combo/interfaces/po-combo-group.interface.js +0 -2
  1386. package/esm2015/lib/components/po-field/po-combo/interfaces/po-combo-literals.interface.js +0 -2
  1387. package/esm2015/lib/components/po-field/po-combo/interfaces/po-combo-option-group.interface.js +0 -2
  1388. package/esm2015/lib/components/po-field/po-combo/interfaces/po-combo-option.interface.js +0 -2
  1389. package/esm2015/lib/components/po-field/po-combo/interfaces/po-response.interface.js +0 -2
  1390. package/esm2015/lib/components/po-field/po-combo/po-combo-base.component.js +0 -749
  1391. package/esm2015/lib/components/po-field/po-combo/po-combo-filter-mode.enum.js +0 -17
  1392. package/esm2015/lib/components/po-field/po-combo/po-combo-filter.service.js +0 -78
  1393. package/esm2015/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.js +0 -81
  1394. package/esm2015/lib/components/po-field/po-combo/po-combo.component.js +0 -525
  1395. package/esm2015/lib/components/po-field/po-datepicker/enums/po-datepicker-iso-format.enum.js +0 -17
  1396. package/esm2015/lib/components/po-field/po-datepicker/po-datepicker-base.component.js +0 -396
  1397. package/esm2015/lib/components/po-field/po-datepicker/po-datepicker.component.js +0 -345
  1398. package/esm2015/lib/components/po-field/po-datepicker/po-datepicker.module.js +0 -22
  1399. package/esm2015/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range-literals.interface.js +0 -2
  1400. package/esm2015/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range.interface.js +0 -2
  1401. package/esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.js +0 -475
  1402. package/esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.js +0 -443
  1403. package/esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range.literals.js +0 -27
  1404. package/esm2015/lib/components/po-field/po-decimal/po-decimal.component.js +0 -598
  1405. package/esm2015/lib/components/po-field/po-email/po-email.component.js +0 -106
  1406. package/esm2015/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.js +0 -29
  1407. package/esm2015/lib/components/po-field/po-field-container/po-field-container-literals.js +0 -15
  1408. package/esm2015/lib/components/po-field/po-field-container/po-field-container.component.js +0 -39
  1409. package/esm2015/lib/components/po-field/po-field-container/po-field-container.module.js +0 -19
  1410. package/esm2015/lib/components/po-field/po-field-validate.model.js +0 -69
  1411. package/esm2015/lib/components/po-field/po-field.model.js +0 -78
  1412. package/esm2015/lib/components/po-field/po-field.module.js +0 -156
  1413. package/esm2015/lib/components/po-field/po-input/po-input-base.component.js +0 -357
  1414. package/esm2015/lib/components/po-field/po-input/po-input.component.js +0 -56
  1415. package/esm2015/lib/components/po-field/po-input/po-mask.js +0 -460
  1416. package/esm2015/lib/components/po-field/po-input-generic/po-input-generic.js +0 -187
  1417. package/esm2015/lib/components/po-field/po-login/po-login.component.js +0 -65
  1418. package/esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-advanced-filter.interface.js +0 -2
  1419. package/esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.js +0 -2
  1420. package/esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-filter.interface.js +0 -2
  1421. package/esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-filtered-items-params.interface.js +0 -2
  1422. package/esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-literals.interface.js +0 -2
  1423. package/esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-response-api.interface.js +0 -2
  1424. package/esm2015/lib/components/po-field/po-lookup/po-lookup-base.component.js +0 -451
  1425. package/esm2015/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.js +0 -357
  1426. package/esm2015/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.js +0 -130
  1427. package/esm2015/lib/components/po-field/po-lookup/po-lookup.component.js +0 -337
  1428. package/esm2015/lib/components/po-field/po-lookup/services/po-lookup-filter.service.js +0 -59
  1429. package/esm2015/lib/components/po-field/po-lookup/services/po-lookup-modal.service.js +0 -62
  1430. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-base.component.js +0 -576
  1431. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.js +0 -139
  1432. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter-mode.enum.js +0 -17
  1433. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter.interface.js +0 -2
  1434. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter.service.js +0 -50
  1435. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.js +0 -33
  1436. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.js +0 -2
  1437. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-option.interface.js +0 -2
  1438. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.js +0 -57
  1439. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect.component.js +0 -359
  1440. package/esm2015/lib/components/po-field/po-number/po-number-base.component.js +0 -114
  1441. package/esm2015/lib/components/po-field/po-number/po-number.component.js +0 -119
  1442. package/esm2015/lib/components/po-field/po-password/po-password.component.js +0 -92
  1443. package/esm2015/lib/components/po-field/po-radio-group/po-radio-group-base.component.js +0 -184
  1444. package/esm2015/lib/components/po-field/po-radio-group/po-radio-group-option.interface.js +0 -2
  1445. package/esm2015/lib/components/po-field/po-radio-group/po-radio-group.component.js +0 -119
  1446. package/esm2015/lib/components/po-field/po-rich-text/interfaces/po-rich-text-toolbar-button-group-item.interface.js +0 -2
  1447. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-base.component.js +0 -181
  1448. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.js +0 -312
  1449. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.js +0 -96
  1450. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.js +0 -140
  1451. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-literals.js +0 -83
  1452. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.js +0 -166
  1453. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text.component.js +0 -147
  1454. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text.service.js +0 -17
  1455. package/esm2015/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.js +0 -59
  1456. package/esm2015/lib/components/po-field/po-select/po-select-option.interface.js +0 -2
  1457. package/esm2015/lib/components/po-field/po-select/po-select.component.js +0 -366
  1458. package/esm2015/lib/components/po-field/po-switch/po-switch-label-position.enum.js +0 -15
  1459. package/esm2015/lib/components/po-field/po-switch/po-switch.component.js +0 -190
  1460. package/esm2015/lib/components/po-field/po-textarea/po-textarea-base.component.js +0 -269
  1461. package/esm2015/lib/components/po-field/po-textarea/po-textarea.component.js +0 -130
  1462. package/esm2015/lib/components/po-field/po-upload/interfaces/po-upload-file-restriction.interface.js +0 -2
  1463. package/esm2015/lib/components/po-field/po-upload/interfaces/po-upload-literals.interface.js +0 -2
  1464. package/esm2015/lib/components/po-field/po-upload/po-upload-base.component.js +0 -581
  1465. package/esm2015/lib/components/po-field/po-upload/po-upload-base.service.js +0 -88
  1466. package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.js +0 -30
  1467. package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.js +0 -40
  1468. package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.js +0 -60
  1469. package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.js +0 -165
  1470. package/esm2015/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.js +0 -63
  1471. package/esm2015/lib/components/po-field/po-upload/po-upload-file.js +0 -39
  1472. package/esm2015/lib/components/po-field/po-upload/po-upload-status.enum.js +0 -13
  1473. package/esm2015/lib/components/po-field/po-upload/po-upload.component.js +0 -326
  1474. package/esm2015/lib/components/po-field/po-upload/po-upload.service.js +0 -8
  1475. package/esm2015/lib/components/po-field/po-url/po-url.component.js +0 -86
  1476. package/esm2015/lib/components/po-field/validators.js +0 -41
  1477. package/esm2015/lib/components/po-gauge/index.js +0 -4
  1478. package/esm2015/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.js +0 -2
  1479. package/esm2015/lib/components/po-gauge/interfaces/po-gauge-ranges.interface.js +0 -2
  1480. package/esm2015/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.js +0 -2
  1481. package/esm2015/lib/components/po-gauge/po-gauge-base.component.js +0 -146
  1482. package/esm2015/lib/components/po-gauge/po-gauge-default-values.constant.js +0 -11
  1483. package/esm2015/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.js +0 -27
  1484. package/esm2015/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.js +0 -27
  1485. package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.js +0 -20
  1486. package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.js +0 -50
  1487. package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.js +0 -204
  1488. package/esm2015/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.js +0 -13
  1489. package/esm2015/lib/components/po-gauge/po-gauge.component.js +0 -72
  1490. package/esm2015/lib/components/po-gauge/po-gauge.module.js +0 -32
  1491. package/esm2015/lib/components/po-grid/index.js +0 -4
  1492. package/esm2015/lib/components/po-grid/po-grid-cell/po-grid-cell.component.js +0 -111
  1493. package/esm2015/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.js +0 -24
  1494. package/esm2015/lib/components/po-grid/po-grid-head/po-grid-head.component.js +0 -30
  1495. package/esm2015/lib/components/po-grid/po-grid-row-actions.interface.js +0 -2
  1496. package/esm2015/lib/components/po-grid/po-grid.component.js +0 -314
  1497. package/esm2015/lib/components/po-grid/po-grid.module.js +0 -23
  1498. package/esm2015/lib/components/po-icon/index.js +0 -3
  1499. package/esm2015/lib/components/po-icon/po-icon.component.js +0 -62
  1500. package/esm2015/lib/components/po-icon/po-icon.module.js +0 -18
  1501. package/esm2015/lib/components/po-info/index.js +0 -4
  1502. package/esm2015/lib/components/po-info/po-info-base.component.js +0 -62
  1503. package/esm2015/lib/components/po-info/po-info-orietation.enum.js +0 -15
  1504. package/esm2015/lib/components/po-info/po-info.component.js +0 -36
  1505. package/esm2015/lib/components/po-info/po-info.module.js +0 -21
  1506. package/esm2015/lib/components/po-list-view/index.js +0 -7
  1507. package/esm2015/lib/components/po-list-view/interfaces/po-list-view-action.interface.js +0 -2
  1508. package/esm2015/lib/components/po-list-view/interfaces/po-list-view-literals.interface.js +0 -2
  1509. package/esm2015/lib/components/po-list-view/po-list-view-base.component.js +0 -274
  1510. package/esm2015/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.js +0 -101
  1511. package/esm2015/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.js +0 -64
  1512. package/esm2015/lib/components/po-list-view/po-list-view.component.js +0 -128
  1513. package/esm2015/lib/components/po-list-view/po-list-view.module.js +0 -51
  1514. package/esm2015/lib/components/po-loading/index.js +0 -5
  1515. package/esm2015/lib/components/po-loading/po-loading-base.component.js +0 -24
  1516. package/esm2015/lib/components/po-loading/po-loading-icon/po-loading-icon.component.js +0 -37
  1517. package/esm2015/lib/components/po-loading/po-loading-overlay/interfaces/po-loading-overlay-literals.interface.js +0 -2
  1518. package/esm2015/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.js +0 -91
  1519. package/esm2015/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.js +0 -41
  1520. package/esm2015/lib/components/po-loading/po-loading.component.js +0 -16
  1521. package/esm2015/lib/components/po-loading/po-loading.module.js +0 -22
  1522. package/esm2015/lib/components/po-menu/index.js +0 -9
  1523. package/esm2015/lib/components/po-menu/po-menu-base.component.js +0 -299
  1524. package/esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter-literals.interface.js +0 -2
  1525. package/esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter.component.js +0 -40
  1526. package/esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter.interface.js +0 -2
  1527. package/esm2015/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.js +0 -51
  1528. package/esm2015/lib/components/po-menu/po-menu-item/po-menu-item-badge.interface.js +0 -2
  1529. package/esm2015/lib/components/po-menu/po-menu-item/po-menu-item-filtered.interface.js +0 -2
  1530. package/esm2015/lib/components/po-menu/po-menu-item/po-menu-item.component.js +0 -173
  1531. package/esm2015/lib/components/po-menu/po-menu-item.interface.js +0 -2
  1532. package/esm2015/lib/components/po-menu/po-menu.component.js +0 -497
  1533. package/esm2015/lib/components/po-menu/po-menu.module.js +0 -26
  1534. package/esm2015/lib/components/po-menu/services/po-menu-global.service.js +0 -32
  1535. package/esm2015/lib/components/po-menu/services/po-menu-items.service.js +0 -35
  1536. package/esm2015/lib/components/po-menu/services/po-menu.service.js +0 -35
  1537. package/esm2015/lib/components/po-menu-panel/index.js +0 -4
  1538. package/esm2015/lib/components/po-menu-panel/po-menu-panel-base.component.js +0 -76
  1539. package/esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item-internal.interface.js +0 -2
  1540. package/esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.js +0 -54
  1541. package/esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.interface.js +0 -2
  1542. package/esm2015/lib/components/po-menu-panel/po-menu-panel.component.js +0 -145
  1543. package/esm2015/lib/components/po-menu-panel/po-menu-panel.module.js +0 -24
  1544. package/esm2015/lib/components/po-menu-panel/services/po-menu-panel-items.service.js +0 -35
  1545. package/esm2015/lib/components/po-modal/index.js +0 -5
  1546. package/esm2015/lib/components/po-modal/po-modal-action.interface.js +0 -2
  1547. package/esm2015/lib/components/po-modal/po-modal-base.component.js +0 -121
  1548. package/esm2015/lib/components/po-modal/po-modal-footer/po-modal-footer.component.js +0 -43
  1549. package/esm2015/lib/components/po-modal/po-modal.component.js +0 -114
  1550. package/esm2015/lib/components/po-modal/po-modal.literals.js +0 -15
  1551. package/esm2015/lib/components/po-modal/po-modal.module.js +0 -19
  1552. package/esm2015/lib/components/po-navbar/index.js +0 -5
  1553. package/esm2015/lib/components/po-navbar/interfaces/po-navbar-icon-action.interface.js +0 -2
  1554. package/esm2015/lib/components/po-navbar/interfaces/po-navbar-item.interface.js +0 -2
  1555. package/esm2015/lib/components/po-navbar/interfaces/po-navbar-literals.interface.js +0 -2
  1556. package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.js +0 -43
  1557. package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.js +0 -18
  1558. package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.js +0 -19
  1559. package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.js +0 -18
  1560. package/esm2015/lib/components/po-navbar/po-navbar-base.component.js +0 -147
  1561. package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.js +0 -18
  1562. package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.js +0 -18
  1563. package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.js +0 -15
  1564. package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.js +0 -30
  1565. package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.js +0 -53
  1566. package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.js +0 -15
  1567. package/esm2015/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.js +0 -13
  1568. package/esm2015/lib/components/po-navbar/po-navbar.component.js +0 -213
  1569. package/esm2015/lib/components/po-navbar/po-navbar.module.js +0 -57
  1570. package/esm2015/lib/components/po-page/index.js +0 -15
  1571. package/esm2015/lib/components/po-page/po-page-action.interface.js +0 -2
  1572. package/esm2015/lib/components/po-page/po-page-base.component.js +0 -23
  1573. package/esm2015/lib/components/po-page/po-page-content/po-page-content-base.component.js +0 -10
  1574. package/esm2015/lib/components/po-page/po-page-content/po-page-content.component.js +0 -54
  1575. package/esm2015/lib/components/po-page/po-page-default/po-page-default-base.component.js +0 -111
  1576. package/esm2015/lib/components/po-page/po-page-default/po-page-default-literals.interface.js +0 -2
  1577. package/esm2015/lib/components/po-page/po-page-default/po-page-default.component.js +0 -98
  1578. package/esm2015/lib/components/po-page/po-page-default/po-page-default.interface.js +0 -2
  1579. package/esm2015/lib/components/po-page/po-page-detail/po-page-detail-base.component.js +0 -141
  1580. package/esm2015/lib/components/po-page/po-page-detail/po-page-detail-literals.interface.js +0 -2
  1581. package/esm2015/lib/components/po-page/po-page-detail/po-page-detail.component.js +0 -62
  1582. package/esm2015/lib/components/po-page/po-page-edit/po-page-edit-base.component.js +0 -146
  1583. package/esm2015/lib/components/po-page/po-page-edit/po-page-edit-literals.interface.js +0 -2
  1584. package/esm2015/lib/components/po-page/po-page-edit/po-page-edit.component.js +0 -65
  1585. package/esm2015/lib/components/po-page/po-page-filter.interface.js +0 -2
  1586. package/esm2015/lib/components/po-page/po-page-header/po-page-header-base.component.js +0 -26
  1587. package/esm2015/lib/components/po-page/po-page-header/po-page-header.component.js +0 -15
  1588. package/esm2015/lib/components/po-page/po-page-list/po-page-list-base.component.js +0 -137
  1589. package/esm2015/lib/components/po-page/po-page-list/po-page-list-literals.interface.js +0 -2
  1590. package/esm2015/lib/components/po-page/po-page-list/po-page-list.component.js +0 -188
  1591. package/esm2015/lib/components/po-page/po-page-slide/po-page-slide-base.component.js +0 -135
  1592. package/esm2015/lib/components/po-page/po-page-slide/po-page-slide.component.js +0 -121
  1593. package/esm2015/lib/components/po-page/po-page.component.js +0 -16
  1594. package/esm2015/lib/components/po-page/po-page.interface.js +0 -2
  1595. package/esm2015/lib/components/po-page/po-page.module.js +0 -60
  1596. package/esm2015/lib/components/po-popover/index.js +0 -3
  1597. package/esm2015/lib/components/po-popover/po-popover-base.component.js +0 -113
  1598. package/esm2015/lib/components/po-popover/po-popover.component.js +0 -138
  1599. package/esm2015/lib/components/po-popover/po-popover.module.js +0 -17
  1600. package/esm2015/lib/components/po-popup/index.js +0 -4
  1601. package/esm2015/lib/components/po-popup/po-popup-action.interface.js +0 -2
  1602. package/esm2015/lib/components/po-popup/po-popup-base.component.js +0 -186
  1603. package/esm2015/lib/components/po-popup/po-popup.component.js +0 -169
  1604. package/esm2015/lib/components/po-popup/po-popup.module.js +0 -21
  1605. package/esm2015/lib/components/po-progress/enums/po-progress-status.enum.js +0 -17
  1606. package/esm2015/lib/components/po-progress/index.js +0 -4
  1607. package/esm2015/lib/components/po-progress/po-progress-bar/po-progress-bar.component.js +0 -18
  1608. package/esm2015/lib/components/po-progress/po-progress-base.component.js +0 -107
  1609. package/esm2015/lib/components/po-progress/po-progress.component.js +0 -56
  1610. package/esm2015/lib/components/po-progress/po-progress.module.js +0 -19
  1611. package/esm2015/lib/components/po-slide/directives/po-slide-content-template.directive.js +0 -59
  1612. package/esm2015/lib/components/po-slide/index.js +0 -5
  1613. package/esm2015/lib/components/po-slide/interfaces/po-slide-item.interface.js +0 -2
  1614. package/esm2015/lib/components/po-slide/po-slide-base.component.js +0 -104
  1615. package/esm2015/lib/components/po-slide/po-slide-circles/po-slide-circles.component.js +0 -26
  1616. package/esm2015/lib/components/po-slide/po-slide-control/po-slide-control.component.js +0 -25
  1617. package/esm2015/lib/components/po-slide/po-slide-item/po-slide-item.component.js +0 -37
  1618. package/esm2015/lib/components/po-slide/po-slide.component.js +0 -256
  1619. package/esm2015/lib/components/po-slide/po-slide.module.js +0 -58
  1620. package/esm2015/lib/components/po-stepper/enums/po-stepper-orientation.enum.js +0 -18
  1621. package/esm2015/lib/components/po-stepper/enums/po-stepper-status.enum.js +0 -23
  1622. package/esm2015/lib/components/po-stepper/index.js +0 -7
  1623. package/esm2015/lib/components/po-stepper/po-step/po-step.component.js +0 -78
  1624. package/esm2015/lib/components/po-stepper/po-stepper-base.component.js +0 -144
  1625. package/esm2015/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.js +0 -47
  1626. package/esm2015/lib/components/po-stepper/po-stepper-item.interface.js +0 -2
  1627. package/esm2015/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.js +0 -20
  1628. package/esm2015/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.js +0 -116
  1629. package/esm2015/lib/components/po-stepper/po-stepper.component.js +0 -219
  1630. package/esm2015/lib/components/po-stepper/po-stepper.module.js +0 -27
  1631. package/esm2015/lib/components/po-table/enums/po-table-column-sort-type.enum.js +0 -14
  1632. package/esm2015/lib/components/po-table/enums/po-table-row-template-arrow-direction.enum.js +0 -14
  1633. package/esm2015/lib/components/po-table/index.js +0 -18
  1634. package/esm2015/lib/components/po-table/interfaces/po-table-action.interface.js +0 -2
  1635. package/esm2015/lib/components/po-table/interfaces/po-table-boolean.interface.js +0 -2
  1636. package/esm2015/lib/components/po-table/interfaces/po-table-column-sort.interface.js +0 -2
  1637. package/esm2015/lib/components/po-table/interfaces/po-table-column.interface.js +0 -2
  1638. package/esm2015/lib/components/po-table/interfaces/po-table-filter.interface.js +0 -2
  1639. package/esm2015/lib/components/po-table/interfaces/po-table-filtered-items-params.interface.js +0 -2
  1640. package/esm2015/lib/components/po-table/interfaces/po-table-literals.interface.js +0 -2
  1641. package/esm2015/lib/components/po-table/interfaces/po-table-response-api.interface.js +0 -2
  1642. package/esm2015/lib/components/po-table/po-table-base.component.js +0 -860
  1643. package/esm2015/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.js +0 -82
  1644. package/esm2015/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.js +0 -72
  1645. package/esm2015/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.js +0 -2
  1646. package/esm2015/lib/components/po-table/po-table-column-label/po-table-column-label.component.js +0 -38
  1647. package/esm2015/lib/components/po-table/po-table-column-label/po-table-column-label.interface.js +0 -2
  1648. package/esm2015/lib/components/po-table/po-table-column-link/po-table-column-link.component.js +0 -38
  1649. package/esm2015/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.js +0 -250
  1650. package/esm2015/lib/components/po-table/po-table-column-template/po-table-column-template.directive.js +0 -90
  1651. package/esm2015/lib/components/po-table/po-table-detail/po-table-detail-column.interface.js +0 -2
  1652. package/esm2015/lib/components/po-table/po-table-detail/po-table-detail.component.js +0 -88
  1653. package/esm2015/lib/components/po-table/po-table-detail/po-table-detail.interface.js +0 -2
  1654. package/esm2015/lib/components/po-table/po-table-icon/po-table-icon.component.js +0 -46
  1655. package/esm2015/lib/components/po-table/po-table-row-template/po-table-row-template.directive.js +0 -128
  1656. package/esm2015/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.js +0 -21
  1657. package/esm2015/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.js +0 -41
  1658. package/esm2015/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.js +0 -2
  1659. package/esm2015/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.js +0 -70
  1660. package/esm2015/lib/components/po-table/po-table.component.js +0 -542
  1661. package/esm2015/lib/components/po-table/po-table.module.js +0 -75
  1662. package/esm2015/lib/components/po-table/services/po-table.service.js +0 -38
  1663. package/esm2015/lib/components/po-tabs/index.js +0 -5
  1664. package/esm2015/lib/components/po-tabs/po-tab/po-tab-base.component.js +0 -82
  1665. package/esm2015/lib/components/po-tabs/po-tab/po-tab.component.js +0 -27
  1666. package/esm2015/lib/components/po-tabs/po-tab/po-tab.interface.js +0 -2
  1667. package/esm2015/lib/components/po-tabs/po-tab-button/po-tab-button.component.js +0 -75
  1668. package/esm2015/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.js +0 -44
  1669. package/esm2015/lib/components/po-tabs/po-tabs-base.component.js +0 -49
  1670. package/esm2015/lib/components/po-tabs/po-tabs.component.js +0 -126
  1671. package/esm2015/lib/components/po-tabs/po-tabs.module.js +0 -21
  1672. package/esm2015/lib/components/po-tag/enums/po-tag-icon.enum.js +0 -19
  1673. package/esm2015/lib/components/po-tag/enums/po-tag-orientation.enum.js +0 -15
  1674. package/esm2015/lib/components/po-tag/enums/po-tag-type.enum.js +0 -19
  1675. package/esm2015/lib/components/po-tag/index.js +0 -5
  1676. package/esm2015/lib/components/po-tag/interfaces/po-tag-item.interface.js +0 -2
  1677. package/esm2015/lib/components/po-tag/po-tag-base.component.js +0 -175
  1678. package/esm2015/lib/components/po-tag/po-tag.component.js +0 -71
  1679. package/esm2015/lib/components/po-tag/po-tag.module.js +0 -21
  1680. package/esm2015/lib/components/po-toolbar/index.js +0 -5
  1681. package/esm2015/lib/components/po-toolbar/po-toolbar-action.interface.js +0 -2
  1682. package/esm2015/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.js +0 -35
  1683. package/esm2015/lib/components/po-toolbar/po-toolbar-base.component.js +0 -43
  1684. package/esm2015/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.js +0 -39
  1685. package/esm2015/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.js +0 -28
  1686. package/esm2015/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.interface.js +0 -2
  1687. package/esm2015/lib/components/po-toolbar/po-toolbar.component.js +0 -46
  1688. package/esm2015/lib/components/po-toolbar/po-toolbar.module.js +0 -32
  1689. package/esm2015/lib/components/po-tree-view/index.js +0 -4
  1690. package/esm2015/lib/components/po-tree-view/po-tree-view-base.component.js +0 -197
  1691. package/esm2015/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.js +0 -58
  1692. package/esm2015/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.interface.js +0 -2
  1693. package/esm2015/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.js +0 -26
  1694. package/esm2015/lib/components/po-tree-view/po-tree-view.component.js +0 -60
  1695. package/esm2015/lib/components/po-tree-view/po-tree-view.module.js +0 -49
  1696. package/esm2015/lib/components/po-tree-view/services/po-tree-view.service.js +0 -24
  1697. package/esm2015/lib/components/po-widget/index.js +0 -3
  1698. package/esm2015/lib/components/po-widget/po-widget-base.component.js +0 -216
  1699. package/esm2015/lib/components/po-widget/po-widget.component.js +0 -114
  1700. package/esm2015/lib/components/po-widget/po-widget.module.js +0 -19
  1701. package/esm2015/lib/decorators/index.js +0 -3
  1702. package/esm2015/lib/decorators/input-boolean/input-boolean.decorator.js +0 -18
  1703. package/esm2015/lib/decorators/input-required/input-required.decorator.js +0 -34
  1704. package/esm2015/lib/decorators/property-decorator.interface.js +0 -2
  1705. package/esm2015/lib/decorators/utils-decorators.js +0 -64
  1706. package/esm2015/lib/directives/directives.module.js +0 -14
  1707. package/esm2015/lib/directives/index.js +0 -3
  1708. package/esm2015/lib/directives/po-tooltip/index.js +0 -3
  1709. package/esm2015/lib/directives/po-tooltip/po-tooltip-base.directive.js +0 -106
  1710. package/esm2015/lib/directives/po-tooltip/po-tooltip-control-position.service.js +0 -8
  1711. package/esm2015/lib/directives/po-tooltip/po-tooltip.directive.js +0 -147
  1712. package/esm2015/lib/directives/po-tooltip/po-tooltip.module.js +0 -18
  1713. package/esm2015/lib/enums/po-color-palette.enum.js +0 -35
  1714. package/esm2015/lib/enums/po-key-code.enum.js +0 -31
  1715. package/esm2015/lib/guards/guards.module.js +0 -13
  1716. package/esm2015/lib/guards/index.js +0 -2
  1717. package/esm2015/lib/index.js +0 -10
  1718. package/esm2015/lib/interceptors/index.js +0 -4
  1719. package/esm2015/lib/interceptors/interceptors.module.js +0 -15
  1720. package/esm2015/lib/interceptors/po-http-interceptor/index.js +0 -3
  1721. package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.js +0 -249
  1722. package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail-literals.interface.js +0 -39
  1723. package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.js +0 -83
  1724. package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.interface.js +0 -2
  1725. package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-literals.js +0 -23
  1726. package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor.module.js +0 -28
  1727. package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor.service.js +0 -28
  1728. package/esm2015/lib/interceptors/po-http-request/index.js +0 -3
  1729. package/esm2015/lib/interceptors/po-http-request/po-http-request-control-service.js +0 -23
  1730. package/esm2015/lib/interceptors/po-http-request/po-http-request-interceptor.service.js +0 -169
  1731. package/esm2015/lib/interceptors/po-http-request/po-http-request.module.js +0 -24
  1732. package/esm2015/lib/interfaces/index.js +0 -2
  1733. package/esm2015/lib/interfaces/po-http/po-response-api.interface.js +0 -2
  1734. package/esm2015/lib/pipes/index.js +0 -3
  1735. package/esm2015/lib/pipes/pipes.module.js +0 -14
  1736. package/esm2015/lib/pipes/po-time/index.js +0 -3
  1737. package/esm2015/lib/pipes/po-time/po-time.module.js +0 -19
  1738. package/esm2015/lib/pipes/po-time/po-time.pipe.js +0 -55
  1739. package/esm2015/lib/po.module.js +0 -34
  1740. package/esm2015/lib/services/index.js +0 -11
  1741. package/esm2015/lib/services/po-active-overlay/index.js +0 -3
  1742. package/esm2015/lib/services/po-active-overlay/po-active-overlay.module.js +0 -16
  1743. package/esm2015/lib/services/po-active-overlay/po-active-overlay.service.js +0 -14
  1744. package/esm2015/lib/services/po-color/po-color.service.js +0 -60
  1745. package/esm2015/lib/services/po-color/po-colors.constant.js +0 -43
  1746. package/esm2015/lib/services/po-color-palette/index.js +0 -3
  1747. package/esm2015/lib/services/po-color-palette/po-color-palette.module.js +0 -16
  1748. package/esm2015/lib/services/po-color-palette/po-color-palette.service.js +0 -25
  1749. package/esm2015/lib/services/po-component-injector/index.js +0 -3
  1750. package/esm2015/lib/services/po-component-injector/po-component-injector.module.js +0 -14
  1751. package/esm2015/lib/services/po-component-injector/po-component-injector.service.js +0 -34
  1752. package/esm2015/lib/services/po-control-position/index.js +0 -3
  1753. package/esm2015/lib/services/po-control-position/po-control-position.constants.js +0 -16
  1754. package/esm2015/lib/services/po-control-position/po-control-position.module.js +0 -15
  1755. package/esm2015/lib/services/po-control-position/po-control-position.service.js +0 -361
  1756. package/esm2015/lib/services/po-date/index.js +0 -3
  1757. package/esm2015/lib/services/po-date/po-date.module.js +0 -16
  1758. package/esm2015/lib/services/po-date/po-date.service.js +0 -201
  1759. package/esm2015/lib/services/po-dialog/index.js +0 -8
  1760. package/esm2015/lib/services/po-dialog/interfaces/po-dialog-alert-literals.interface.js +0 -2
  1761. package/esm2015/lib/services/po-dialog/interfaces/po-dialog-confirm-literals.interface.js +0 -2
  1762. package/esm2015/lib/services/po-dialog/interfaces/po-dialog.interface.js +0 -2
  1763. package/esm2015/lib/services/po-dialog/po-dialog-base.service.js +0 -18
  1764. package/esm2015/lib/services/po-dialog/po-dialog.component.js +0 -115
  1765. package/esm2015/lib/services/po-dialog/po-dialog.enum.js +0 -16
  1766. package/esm2015/lib/services/po-dialog/po-dialog.module.js +0 -15
  1767. package/esm2015/lib/services/po-dialog/po-dialog.service.js +0 -42
  1768. package/esm2015/lib/services/po-i18n/index.js +0 -8
  1769. package/esm2015/lib/services/po-i18n/interfaces/po-i18n-config-default.interface.js +0 -2
  1770. package/esm2015/lib/services/po-i18n/interfaces/po-i18n-config.interface.js +0 -2
  1771. package/esm2015/lib/services/po-i18n/interfaces/po-i18n-literals.interface.js +0 -2
  1772. package/esm2015/lib/services/po-i18n/po-i18n-base.pipe.js +0 -40
  1773. package/esm2015/lib/services/po-i18n/po-i18n-base.service.js +0 -439
  1774. package/esm2015/lib/services/po-i18n/po-i18n-config-injection-token.js +0 -3
  1775. package/esm2015/lib/services/po-i18n/po-i18n.module.js +0 -188
  1776. package/esm2015/lib/services/po-i18n/po-i18n.pipe.js +0 -21
  1777. package/esm2015/lib/services/po-i18n/po-i18n.service.js +0 -20
  1778. package/esm2015/lib/services/po-language/index.js +0 -5
  1779. package/esm2015/lib/services/po-language/po-language.constant.js +0 -75
  1780. package/esm2015/lib/services/po-language/po-language.interface.js +0 -2
  1781. package/esm2015/lib/services/po-language/po-language.module.js +0 -15
  1782. package/esm2015/lib/services/po-language/po-language.service.js +0 -136
  1783. package/esm2015/lib/services/po-notification/index.js +0 -6
  1784. package/esm2015/lib/services/po-notification/po-notification-base.service.js +0 -111
  1785. package/esm2015/lib/services/po-notification/po-notification.interface.js +0 -2
  1786. package/esm2015/lib/services/po-notification/po-notification.module.js +0 -15
  1787. package/esm2015/lib/services/po-notification/po-notification.service.js +0 -92
  1788. package/esm2015/lib/services/po-notification/po-toaster/po-toaster-base.component.js +0 -15
  1789. package/esm2015/lib/services/po-notification/po-toaster/po-toaster-orientation.enum.js +0 -13
  1790. package/esm2015/lib/services/po-notification/po-toaster/po-toaster-type.enum.js +0 -17
  1791. package/esm2015/lib/services/po-notification/po-toaster/po-toaster.component.js +0 -132
  1792. package/esm2015/lib/services/po-notification/po-toaster/po-toaster.interface.js +0 -2
  1793. package/esm2015/lib/services/services.module.js +0 -40
  1794. package/esm2015/lib/utils/util.js +0 -508
  1795. package/esm2015/po-ui-ng-components.js +0 -206
  1796. package/esm2015/public-api.js +0 -2
  1797. package/fesm2015/po-ui-ng-components.js +0 -35544
  1798. package/fesm2015/po-ui-ng-components.js.map +0 -1
  1799. package/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.constant.d.ts +0 -7
  1800. package/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.d.ts +0 -55
  1801. package/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-series.interface.d.ts +0 -39
  1802. package/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-text-content/po-chart-gauge-text-content.component.d.ts +0 -24
  1803. package/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge.component.d.ts +0 -20
  1804. package/po-ui-ng-components-5.22.3.tgz +0 -0
  1805. package/po-ui-ng-components.metadata.json +0 -1
@@ -0,0 +1,364 @@
1
+ import { ElementRef, Injectable } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * @docsPrivate
5
+ * @description
6
+ *
7
+ * Serviço responsável por gerenciar as posições de um elemento em relação a um elemento alvo. Ele pode receber as
8
+ * seguintes posições:
9
+ *
10
+ * - `right`: Posiciona o elemento no lado direito do componente alvo.
11
+ * - `right-bottom`: Posiciona o elemento no lado direito inferior do componente alvo.
12
+ * - `right-top`: Posiciona o elemento no lado direito superior do componente alvo.
13
+ * - `bottom`: Posiciona o elemento abaixo do componente alvo.
14
+ * - `bottom-left`: Posiciona o elemento abaixo e à esquerda do componente alvo.
15
+ * - `bottom-right`: Posiciona o elemento abaixo e à direita do componente alvo.
16
+ * - `left`: Posiciona o elemento no lado esquerdo do componente alvo.
17
+ * - `left-top`: Posiciona o elemento no lado esquerdo superior do componente alvo.
18
+ * - `left-bottom`: Posiciona o elemento no lado esquerdo inferior do componente alvo.
19
+ * - `top`: Posiciona o elemento acima do componente alvo.
20
+ * - `top-right`: Posiciona o elemento acima e à direita do componente alvo.
21
+ * - `top-left`: Posiciona o elemento acima e à esquerda do componente alvo.
22
+ *
23
+ * Caso o elemento não caiba na tela na posição indicada ele será rotacionado automaticamente para se adequar,
24
+ * inicialmente no lado definido como padrão e em seguida seguindo o sentido horário.
25
+ */
26
+ const poControlPositionSidesDefault = [
27
+ 'bottom',
28
+ 'bottom-left',
29
+ 'bottom-right',
30
+ 'left',
31
+ 'left-top',
32
+ 'left-bottom',
33
+ 'top',
34
+ 'top-right',
35
+ 'top-left',
36
+ 'right',
37
+ 'right-bottom',
38
+ 'right-top'
39
+ ];
40
+ export class PoControlPositionService {
41
+ constructor() {
42
+ this.differenceDiagonalToWidthArrow = 3;
43
+ this.isSetElementWidth = false;
44
+ // offset da seta em relação ao canto do componente
45
+ this.offsetArrow = 12;
46
+ }
47
+ /**
48
+ * @description Ajusta a posição do elemento, caso não couber em tela irá para próxima posição.
49
+ *
50
+ * @param value posição para exibição do elemento
51
+ */
52
+ adjustPosition(value) {
53
+ const position = value || 'bottom';
54
+ this.elementPosition(position);
55
+ this.customPositions && this.customPositions.length
56
+ ? this.adjustCustomPosition(position)
57
+ : this.adjustDefaultPosition(position);
58
+ }
59
+ /**
60
+ * @description Retorna a direção da seta, conforme a posição do elemento.
61
+ */
62
+ getArrowDirection() {
63
+ return this.arrowDirection;
64
+ }
65
+ /**
66
+ * @description Método responsável por definir as propriedades utilizadas para exibir o elemento na posição correta.
67
+ *
68
+ * @param element elemento que será exibido
69
+ * @param elementOffset offSet do elemento
70
+ * @param targetElement elemento de onde deve partir a exibição
71
+ * @param customPositions posições que sobrescreve as posições padrões
72
+ * @param isSetElementWidth indica se deve definir o tamanho do elemento a ser exibido, caso for verdadeiro será igual do targetElement
73
+ * @param isCornerAligned indica se o elemento filho será alinhado nos cantos do elemneto pai.
74
+ */
75
+ setElements(element, elementOffset, targetElement, customPositions, isSetElementWidth = false, isCornerAligned = false) {
76
+ this.element = element instanceof ElementRef ? element.nativeElement : element;
77
+ this.targetElement = targetElement instanceof ElementRef ? targetElement.nativeElement : targetElement;
78
+ this.elementOffset = elementOffset;
79
+ this.customPositions = customPositions;
80
+ this.isSetElementWidth = isSetElementWidth;
81
+ this.isCornerAligned = isCornerAligned;
82
+ }
83
+ adjustCustomPosition(position) {
84
+ const positionLength = this.customPositions.length;
85
+ let sidesCount = 0;
86
+ while (sidesCount++ < positionLength) {
87
+ if (this.overflowAllSides(position)) {
88
+ position = this.nextPosition(position, this.customPositions);
89
+ this.elementPosition(position);
90
+ }
91
+ }
92
+ }
93
+ adjustDefaultPosition(position) {
94
+ const mainPositions = this.getMainPositions();
95
+ const mainPositionLength = mainPositions.length;
96
+ let mainSidesCount = 0;
97
+ while (mainSidesCount++ < mainPositionLength) {
98
+ const mainPosition = this.getMainPosition(position);
99
+ this.elementPosition(position);
100
+ if (this.overflowMain(mainPosition)) {
101
+ position = this.nextPosition(mainPosition, mainPositions);
102
+ continue;
103
+ }
104
+ else if (this.overflowAllSides(position)) {
105
+ this.verifySubPositions(position);
106
+ return;
107
+ }
108
+ return;
109
+ }
110
+ }
111
+ elementPosition(position) {
112
+ this.isCornerAligned ? this.setAlignedElementPosition(position) : this.setElementPosition(position);
113
+ }
114
+ getMainPosition(position) {
115
+ return position.indexOf('-') > -1 ? position.substring(0, position.indexOf('-')) : position;
116
+ }
117
+ getMainPositions() {
118
+ const defaultMainPositions = ['top', 'right', 'bottom', 'left'];
119
+ return this.customPositions && this.customPositions.length
120
+ ? this.getMainPositionsByCustomPositions(this.customPositions)
121
+ : defaultMainPositions;
122
+ }
123
+ getMainPositionsByCustomPositions(customPositions) {
124
+ const mainPositions = [];
125
+ const customPositionsLength = customPositions.length;
126
+ for (let i = 0; i < customPositionsLength; i++) {
127
+ const position = customPositions[i];
128
+ const mainPosition = this.getMainPosition(position);
129
+ if (!mainPositions.includes(mainPosition)) {
130
+ mainPositions.push(mainPosition);
131
+ }
132
+ }
133
+ return mainPositions;
134
+ }
135
+ getOverflows() {
136
+ const sizesAndPositions = this.getSizesAndPositions();
137
+ return {
138
+ right: sizesAndPositions.element.right > sizesAndPositions.window.innerWidth,
139
+ top: sizesAndPositions.element.top <= 0,
140
+ left: sizesAndPositions.element.left <= 0,
141
+ bottom: sizesAndPositions.element.bottom > sizesAndPositions.window.innerHeight
142
+ };
143
+ }
144
+ getSizesAndPositions() {
145
+ return {
146
+ window: {
147
+ scrollY: window.scrollY,
148
+ scrollX: window.scrollX,
149
+ innerWidth: window.innerWidth,
150
+ innerHeight: window.innerHeight
151
+ },
152
+ element: this.element.getBoundingClientRect(),
153
+ target: this.targetElement ? this.targetElement.getBoundingClientRect() : { top: 0, bottom: 0, right: 0, left: 0 }
154
+ };
155
+ }
156
+ nextPosition(position, positions = []) {
157
+ const index = positions.indexOf(position);
158
+ const nextIndex = index + 1;
159
+ if (index > -1 && nextIndex < positions.length) {
160
+ return positions[nextIndex];
161
+ }
162
+ else {
163
+ return positions[0];
164
+ }
165
+ }
166
+ overflowAllSides(position) {
167
+ const overflows = this.getOverflows();
168
+ switch (position) {
169
+ case 'top':
170
+ return overflows.top || overflows.right || overflows.left;
171
+ case 'top-right':
172
+ return overflows.top || overflows.right || overflows.left;
173
+ case 'top-left':
174
+ return overflows.top || overflows.left || overflows.right;
175
+ case 'right':
176
+ return overflows.right || overflows.top || overflows.bottom;
177
+ case 'right-top':
178
+ return overflows.right || overflows.top;
179
+ case 'right-bottom':
180
+ return overflows.right || overflows.bottom;
181
+ case 'bottom':
182
+ return overflows.bottom || overflows.right || overflows.left;
183
+ case 'bottom-right':
184
+ return overflows.bottom || overflows.right || overflows.left;
185
+ case 'bottom-left':
186
+ return overflows.bottom || overflows.left || overflows.right;
187
+ case 'left':
188
+ return overflows.left || overflows.top || overflows.bottom;
189
+ case 'left-top':
190
+ return overflows.left || overflows.top;
191
+ case 'left-bottom':
192
+ return overflows.left || overflows.bottom;
193
+ }
194
+ }
195
+ overflowMain(position) {
196
+ const overflows = this.getOverflows();
197
+ switch (position) {
198
+ case 'top':
199
+ return overflows.top;
200
+ case 'right':
201
+ return overflows.right;
202
+ case 'bottom':
203
+ return overflows.bottom;
204
+ case 'left':
205
+ return overflows.left;
206
+ }
207
+ }
208
+ setAlignedArrowDirection(elementPosition) {
209
+ switch (elementPosition) {
210
+ case 'top-left':
211
+ return 'bottom-left';
212
+ case 'top-right':
213
+ return 'bottom-right';
214
+ case 'bottom-right':
215
+ return 'top-right';
216
+ case 'bottom-left':
217
+ return 'top-left';
218
+ }
219
+ }
220
+ setAlignedBottomPositions(displacement, sizesAndPositions) {
221
+ this.element.style.top = sizesAndPositions.target.bottom + this.elementOffset + 'px';
222
+ this.element.style.left = sizesAndPositions.target.left - displacement + 'px';
223
+ }
224
+ setAlignedElementPosition(position) {
225
+ this.setElementWidth();
226
+ const sizesAndPositions = this.getSizesAndPositions();
227
+ switch (position) {
228
+ case 'bottom-left':
229
+ this.setAlignedBottomPositions(0, sizesAndPositions);
230
+ break;
231
+ case 'bottom-right':
232
+ this.setAlignedBottomPositions(sizesAndPositions.element.width - sizesAndPositions.target.width, sizesAndPositions);
233
+ break;
234
+ case 'top-left':
235
+ this.setAlignedTopPositions(0, sizesAndPositions);
236
+ break;
237
+ case 'top-right':
238
+ this.setAlignedTopPositions(sizesAndPositions.element.width - sizesAndPositions.target.width, sizesAndPositions);
239
+ break;
240
+ }
241
+ this.arrowDirection = this.setAlignedArrowDirection(position);
242
+ }
243
+ setAlignedTopPositions(displacement, sizesAndPositions) {
244
+ this.element.style.top =
245
+ sizesAndPositions.target.top - sizesAndPositions.element.height - this.elementOffset + 'px';
246
+ this.element.style.left = sizesAndPositions.target.left - displacement + 'px';
247
+ }
248
+ setArrowDirection(elementPosition) {
249
+ switch (elementPosition) {
250
+ case 'top':
251
+ return 'bottom';
252
+ case 'top-left':
253
+ return 'bottom-right';
254
+ case 'top-right':
255
+ return 'bottom-left';
256
+ case 'right':
257
+ return 'left';
258
+ case 'right-top':
259
+ return 'left-bottom';
260
+ case 'right-bottom':
261
+ return 'left-top';
262
+ case 'bottom':
263
+ return 'top';
264
+ case 'bottom-right':
265
+ return 'top-left';
266
+ case 'bottom-left':
267
+ return 'top-right';
268
+ case 'left':
269
+ return 'right';
270
+ case 'left-bottom':
271
+ return 'right-top';
272
+ case 'left-top':
273
+ return 'right-bottom';
274
+ }
275
+ }
276
+ setBottomPositions(displacement, sizesAndPositions) {
277
+ this.element.style.top = sizesAndPositions.target.bottom + this.elementOffset + 'px';
278
+ this.element.style.left = sizesAndPositions.target.left + sizesAndPositions.target.width / 2 - displacement + 'px';
279
+ }
280
+ setElementPosition(position) {
281
+ this.setElementWidth();
282
+ const sizesAndPositions = this.getSizesAndPositions();
283
+ switch (position) {
284
+ case 'top':
285
+ this.setTopPositions(sizesAndPositions.element.width / 2, sizesAndPositions);
286
+ break;
287
+ case 'top-left':
288
+ this.setTopPositions(sizesAndPositions.element.width - this.offsetArrow - this.differenceDiagonalToWidthArrow, sizesAndPositions);
289
+ break;
290
+ case 'top-right':
291
+ this.setTopPositions(this.offsetArrow + this.differenceDiagonalToWidthArrow, sizesAndPositions);
292
+ break;
293
+ case 'right':
294
+ this.setRightPositions(sizesAndPositions.element.height / 2, sizesAndPositions);
295
+ break;
296
+ case 'right-top':
297
+ this.setRightPositions(sizesAndPositions.element.height - this.offsetArrow - this.differenceDiagonalToWidthArrow, sizesAndPositions);
298
+ break;
299
+ case 'right-bottom':
300
+ this.setRightPositions(this.offsetArrow, sizesAndPositions);
301
+ break;
302
+ case 'bottom':
303
+ this.setBottomPositions(sizesAndPositions.element.width / 2, sizesAndPositions);
304
+ break;
305
+ case 'bottom-right':
306
+ this.setBottomPositions(this.offsetArrow + this.differenceDiagonalToWidthArrow, sizesAndPositions);
307
+ break;
308
+ case 'bottom-left':
309
+ this.setBottomPositions(sizesAndPositions.element.width - this.offsetArrow - this.differenceDiagonalToWidthArrow, sizesAndPositions);
310
+ break;
311
+ case 'left':
312
+ this.setLeftPositions(sizesAndPositions.element.height / 2, sizesAndPositions);
313
+ break;
314
+ case 'left-bottom':
315
+ this.setLeftPositions(this.offsetArrow, sizesAndPositions);
316
+ break;
317
+ case 'left-top':
318
+ this.setLeftPositions(sizesAndPositions.element.height - this.offsetArrow, sizesAndPositions);
319
+ break;
320
+ }
321
+ this.arrowDirection = this.setArrowDirection(position);
322
+ }
323
+ setElementWidth() {
324
+ if (this.isSetElementWidth && this.targetElement) {
325
+ this.element.style.width = `${this.targetElement.clientWidth}px`;
326
+ }
327
+ }
328
+ setLeftPositions(displacement, sizesAndPositions) {
329
+ this.element.style.top = sizesAndPositions.target.top - displacement + sizesAndPositions.target.height / 2 + 'px';
330
+ this.element.style.left =
331
+ sizesAndPositions.target.left - sizesAndPositions.element.width - this.elementOffset + 'px';
332
+ }
333
+ setRightPositions(displacement, sizesAndPositions) {
334
+ this.element.style.top = sizesAndPositions.target.top - displacement + sizesAndPositions.target.height / 2 + 'px';
335
+ this.element.style.left = sizesAndPositions.target.right + this.elementOffset + 'px';
336
+ }
337
+ setTopPositions(displacement, sizesAndPositions) {
338
+ this.element.style.top =
339
+ sizesAndPositions.target.top - sizesAndPositions.element.height - this.elementOffset + 'px';
340
+ this.element.style.left = sizesAndPositions.target.left + sizesAndPositions.target.width / 2 - displacement + 'px';
341
+ }
342
+ verifySubPositions(position) {
343
+ if (position.indexOf('-') > -1) {
344
+ position = position.substring(0, position.indexOf('-'));
345
+ this.elementPosition(position);
346
+ }
347
+ let align = 0;
348
+ while (align++ < 3) {
349
+ if (this.overflowAllSides(position)) {
350
+ position = this.nextPosition(position, poControlPositionSidesDefault);
351
+ this.elementPosition(position);
352
+ }
353
+ else {
354
+ return null;
355
+ }
356
+ }
357
+ }
358
+ }
359
+ PoControlPositionService.ɵfac = function PoControlPositionService_Factory(t) { return new (t || PoControlPositionService)(); };
360
+ PoControlPositionService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PoControlPositionService, factory: PoControlPositionService.ɵfac });
361
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoControlPositionService, [{
362
+ type: Injectable
363
+ }], null, null); })();
364
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tY29udHJvbC1wb3NpdGlvbi5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9zZXJ2aWNlcy9wby1jb250cm9sLXBvc2l0aW9uL3BvLWNvbnRyb2wtcG9zaXRpb24uc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFdkQ7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FzQkc7QUFFSCxNQUFNLDZCQUE2QixHQUFrQjtJQUNuRCxRQUFRO0lBQ1IsYUFBYTtJQUNiLGNBQWM7SUFDZCxNQUFNO0lBQ04sVUFBVTtJQUNWLGFBQWE7SUFDYixLQUFLO0lBQ0wsV0FBVztJQUNYLFVBQVU7SUFDVixPQUFPO0lBQ1AsY0FBYztJQUNkLFdBQVc7Q0FDWixDQUFDO0FBR0YsTUFBTSxPQUFPLHdCQUF3QjtJQURyQztRQUlVLG1DQUE4QixHQUFXLENBQUMsQ0FBQztRQUkzQyxzQkFBaUIsR0FBWSxLQUFLLENBQUM7UUFDM0MsbURBQW1EO1FBQzNDLGdCQUFXLEdBQVcsRUFBRSxDQUFDO0tBOFhsQztJQTNYQzs7OztPQUlHO0lBQ0gsY0FBYyxDQUFDLEtBQWE7UUFDMUIsTUFBTSxRQUFRLEdBQUcsS0FBSyxJQUFJLFFBQVEsQ0FBQztRQUNuQyxJQUFJLENBQUMsZUFBZSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQy9CLElBQUksQ0FBQyxlQUFlLElBQUksSUFBSSxDQUFDLGVBQWUsQ0FBQyxNQUFNO1lBQ2pELENBQUMsQ0FBQyxJQUFJLENBQUMsb0JBQW9CLENBQUMsUUFBUSxDQUFDO1lBQ3JDLENBQUMsQ0FBQyxJQUFJLENBQUMscUJBQXFCLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDM0MsQ0FBQztJQUVEOztPQUVHO0lBQ0gsaUJBQWlCO1FBQ2YsT0FBTyxJQUFJLENBQUMsY0FBYyxD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USxDQUFDLENBQUM7U0FDaEM7UUFFRCxJQUFJLEtBQUssR0FBRyxDQUFDLENBQUM7UUFDZCxPQUFPLEtBQUssRUFBRSxHQUFHLENBQUMsRUFBRTtZQUNsQixJQUFJLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLENBQUMsRUFBRTtnQkFDbkMsUUFBUSxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxFQUFFLDZCQUE2QixDQUFDLENBQUM7Z0JBQ3RFLElBQUksQ0FBQyxlQUFlLENBQUMsUUFBUSxDQUFDLENBQUM7YUFDaEM7aUJBQU07Z0JBQ0wsT0FBTyxJQUFJLENBQUM7YUFDYjtTQUNGO0lBQ0gsQ0FBQzs7Z0dBdFlVLHdCQUF3Qjs4RUFBeEIsd0JBQXdCLFdBQXhCLHdCQUF3Qjt1RkFBeEIsd0JBQXdCO2NBRHBDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFbGVtZW50UmVmLCBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICogQGRvY3NQcml2YXRlXG4gKiBAZGVzY3JpcHRpb25cbiAqXG4gKiBTZXJ2acOnbyByZXNwb25zw6F2ZWwgcG9yIGdlcmVuY2lhciBhcyBwb3Npw6fDtWVzIGRlIHVtIGVsZW1lbnRvIGVtIHJlbGHDp8OjbyBhIHVtIGVsZW1lbnRvIGFsdm8uIEVsZSBwb2RlIHJlY2ViZXIgYXNcbiAqIHNlZ3VpbnRlcyBwb3Npw6fDtWVzOlxuICpcbiAqIC0gYHJpZ2h0YDogUG9zaWNpb25hIG8gZWxlbWVudG8gbm8gbGFkbyBkaXJlaXRvIGRvIGNvbXBvbmVudGUgYWx2by5cbiAqIC0gYHJpZ2h0LWJvdHRvbWA6IFBvc2ljaW9uYSBvIGVsZW1lbnRvIG5vIGxhZG8gZGlyZWl0byBpbmZlcmlvciBkbyBjb21wb25lbnRlIGFsdm8uXG4gKiAtIGByaWdodC10b3BgOiBQb3NpY2lvbmEgbyBlbGVtZW50byBubyBsYWRvIGRpcmVpdG8gc3VwZXJpb3IgZG8gY29tcG9uZW50ZSBhbHZvLlxuICogLSBgYm90dG9tYDogUG9zaWNpb25hIG8gZWxlbWVudG8gYWJhaXhvIGRvIGNvbXBvbmVudGUgYWx2by5cbiAqIC0gYGJvdHRvbS1sZWZ0YDogUG9zaWNpb25hIG8gZWxlbWVudG8gYWJhaXhvIGUgw6AgZXNxdWVyZGEgZG8gY29tcG9uZW50ZSBhbHZvLlxuICogLSBgYm90dG9tLXJpZ2h0YDogUG9zaWNpb25hIG8gZWxlbWVudG8gYWJhaXhvIGUgw6AgZGlyZWl0YSBkbyBjb21wb25lbnRlIGFsdm8uXG4gKiAtIGBsZWZ0YDogUG9zaWNpb25hIG8gZWxlbWVudG8gbm8gbGFkbyBlc3F1ZXJkbyBkbyBjb21wb25lbnRlIGFsdm8uXG4gKiAtIGBsZWZ0LXRvcGA6IFBvc2ljaW9uYSBvIGVsZW1lbnRvIG5vIGxhZG8gZXNxdWVyZG8gc3VwZXJpb3IgZG8gY29tcG9uZW50ZSBhbHZvLlxuICogLSBgbGVmdC1ib3R0b21gOiBQb3NpY2lvbmEgbyBlbGVtZW50byBubyBsYWRvIGVzcXVlcmRvIGluZmVyaW9yIGRvIGNvbXBvbmVudGUgYWx2by5cbiAqIC0gYHRvcGA6IFBvc2ljaW9uYSBvIGVsZW1lbnRvIGFjaW1hIGRvIGNvbXBvbmVudGUgYWx2by5cbiAqIC0gYHRvcC1yaWdodGA6IFBvc2ljaW9uYSBvIGVsZW1lbnRvIGFjaW1hIGUgw6AgZGlyZWl0YSBkbyBjb21wb25lbnRlIGFsdm8uXG4gKiAtIGB0b3AtbGVmdGA6IFBvc2ljaW9uYSBvIGVsZW1lbnRvIGFjaW1hIGUgw6AgZXNxdWVyZGEgZG8gY29tcG9uZW50ZSBhbHZvLlxuICpcbiAqIENhc28gbyBlbGVtZW50byBuw6NvIGNhaWJhIG5hIHRlbGEgbmEgcG9zacOnw6NvIGluZGljYWRhIGVsZSBzZXLDoSByb3RhY2lvbmFkbyBhdXRvbWF0aWNhbWVudGUgcGFyYSBzZSBhZGVxdWFyLFxuICogaW5pY2lhbG1lbnRlIG5vIGxhZG8gZGVmaW5pZG8gY29tbyBwYWRyw6NvIGUgZW0gc2VndWlkYSBzZWd1aW5kbyBvIHNlbnRpZG8gaG9yw6FyaW8uXG4gKi9cblxuY29uc3QgcG9Db250cm9sUG9zaXRpb25TaWRlc0RlZmF1bHQ6IEFycmF5PHN0cmluZz4gPSBbXG4gICdib3R0b20nLFxuICAnYm90dG9tLWxlZnQnLFxuICAnYm90dG9tLXJpZ2h0JyxcbiAgJ2xlZnQnLFxuICAnbGVmdC10b3AnLFxuICAnbGVmdC1ib3R0b20nLFxuICAndG9wJyxcbiAgJ3RvcC1yaWdodCcsXG4gICd0b3AtbGVmdCcsXG4gICdyaWdodCcsXG4gICdyaWdodC1ib3R0b20nLFxuICAncmlnaHQtdG9wJ1xuXTtcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIFBvQ29udHJvbFBvc2l0aW9uU2VydmljZSB7XG4gIHByaXZhdGUgYXJyb3dEaXJlY3Rpb246IHN0cmluZztcbiAgcHJpdmF0ZSBjdXN0b21Qb3NpdGlvbnM6IEFycmF5PHN0cmluZz47XG4gIHByaXZhdGUgZGlmZmVyZW5jZURpYWdvbmFsVG9XaWR0aEFycm93OiBudW1iZXIgPSAzO1xuICBwcml2YXRlIGVsZW1lbnQ6IEhUTUxFbGVtZW50O1xuICBwcml2YXRlIGVsZW1lbnRPZmZzZXQ6IG51bWJlcjtcbiAgcHJpdmF0ZSBpc0Nvcm5lckFsaWduZWQ6IGJvb2xlYW47XG4gIHByaXZhdGUgaXNTZXRFbGVtZW50V2lkdGg6IGJvb2xlYW4gPSBmYWxzZTtcbiAgLy8gb2Zmc2V0IGRhIHNldGEgZW0gcmVsYcOnw6NvIGFvIGNhbnRvIGRvIGNvbXBvbmVudGVcbiAgcHJpdmF0ZSBvZmZzZXRBcnJvdzogbnVtYmVyID0gMTI7XG4gIHByaXZhdGUgdGFyZ2V0RWxlbWVudDogSFRNTEVsZW1lbnQ7XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvbiBBanVzdGEgYSBwb3Npw6fDo28gZG8gZWxlbWVudG8sIGNhc28gbsOjbyBjb3ViZXIgZW0gdGVsYSBpcsOhIHBhcmEgcHLDs3hpbWEgcG9zacOnw6NvLlxuICAgKlxuICAgKiBAcGFyYW0gdmFsdWUgcG9zacOnw6NvIHBhcmEgZXhpYmnDp8OjbyBkbyBlbGVtZW50b1xuICAgKi9cbiAgYWRqdXN0UG9zaXRpb24odmFsdWU6IHN0cmluZykge1xuICAgIGNvbnN0IHBvc2l0aW9uID0gdmFsdWUgfHwgJ2JvdHRvbSc7XG4gICAgdGhpcy5lbGVtZW50UG9zaXRpb24ocG9zaXRpb24pO1xuICAgIHRoaXMuY3VzdG9tUG9zaXRpb25zICYmIHRoaXMuY3VzdG9tUG9zaXRpb25zLmxlbmd0aFxuICAgICAgPyB0aGlzLmFkanVzdEN1c3RvbVBvc2l0aW9uKHBvc2l0aW9uKVxuICAgICAgOiB0aGlzLmFkanVzdERlZmF1bHRQb3NpdGlvbihwb3NpdGlvbik7XG4gIH1cblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uIFJldG9ybmEgYSBkaXJlw6fDo28gZGEgc2V0YSwgY29uZm9ybWUgYSBwb3Npw6fDo28gZG8gZWxlbWVudG8uXG4gICAqL1xuICBnZXRBcnJvd0RpcmVjdGlvbigpIHtcbiAgICByZXR1cm4gdGhpcy5hcnJvd0RpcmVjdGlvbjtcbiAgfVxuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb24gTcOpdG9kbyByZXNwb25zw6F2ZWwgcG9yIGRlZmluaXIgYXMgcHJvcHJpZWRhZGVzIHV0aWxpemFkYXMgcGFyYSBleGliaXIgbyBlbGVtZW50byBuYSBwb3Npw6fDo28gY29ycmV0YS5cbiAgICpcbiAgICogQHBhcmFtIGVsZW1lbnQgZWxlbWVudG8gcXVlIHNlcsOhIGV4aWJpZG9cbiAgICogQHBhcmFtIGVsZW1lbnRPZmZzZXQgb2ZmU2V0IGRvIGVsZW1lbnRvXG4gICAqIEBwYXJhbSB0YXJnZXRFbGVtZW50IGVsZW1lbnRvIGRlIG9uZGUgZGV2ZSBwYXJ0aXIgYSBleGliacOnw6NvXG4gICAqIEBwYXJhbSBjdXN0b21Qb3NpdGlvbnMgcG9zacOnw7VlcyBxdWUgc29icmVzY3JldmUgYXMgcG9zacOnw7VlcyBwYWRyw7Vlc1xuICAgKiBAcGFyYW0gaXNTZXRFbGVtZW50V2lkdGggaW5kaWNhIHNlIGRldmUgZGVmaW5pciBvIHRhbWFuaG8gZG8gZWxlbWVudG8gYSBzZXIgZXhpYmlkbywgY2FzbyBmb3IgdmVyZGFkZWlybyBzZXLDoSBpZ3VhbCBkbyB0YXJnZXRFbGVtZW50XG4gICAqIEBwYXJhbSBpc0Nvcm5lckFsaWduZWQgaW5kaWNhIHNlIG8gZWxlbWVudG8gZmlsaG8gc2Vyw6EgYWxpbmhhZG8gbm9zIGNhbnRvcyBkbyBlbGVtbmV0byBwYWkuXG4gICAqL1xuICBzZXRFbGVtZW50cyhcbiAgICBlbGVtZW50OiBFbGVtZW50UmVmIHwgSFRNTEVsZW1lbnQsXG4gICAgZWxlbWVudE9mZnNldDogbnVtYmVyLFxuICAgIHRhcmdldEVsZW1lbnQ6IEVsZW1lbnRSZWYgfCBIVE1MRWxlbWVudCxcbiAgICBjdXN0b21Qb3NpdGlvbnM/OiBBcnJheTxzdHJpbmc+LFxuICAgIGlzU2V0RWxlbWVudFdpZHRoOiBib29sZWFuID0gZmFsc2UsXG4gICAgaXNDb3JuZXJBbGlnbmVkOiBib29sZWFuID0gZmFsc2VcbiAgKSB7XG4gICAgdGhpcy5lbGVtZW50ID0gZWxlbWVudCBpbnN0YW5jZW9mIEVsZW1lbnRSZWYgPyBlbGVtZW50Lm5hdGl2ZUVsZW1lbnQgOiBlbGVtZW50O1xuICAgIHRoaXMudGFyZ2V0RWxlbWVudCA9IHRhcmdldEVsZW1lbnQgaW5zdGFuY2VvZiBFbGVtZW50UmVmID8gdGFyZ2V0RWxlbWVudC5uYXRpdmVFbGVtZW50IDogdGFyZ2V0RWxlbWVudDtcblxuICAgIHRoaXMuZWxlbWVudE9mZnNldCA9IGVsZW1lbnRPZmZzZXQ7XG5cbiAgICB0aGlzLmN1c3RvbVBvc2l0aW9ucyA9IGN1c3RvbVBvc2l0aW9ucztcbiAgICB0aGlzLmlzU2V0RWxlbWVudFdpZHRoID0gaXNTZXRFbGVtZW50V2lkdGg7XG4gICAgdGhpcy5pc0Nvcm5lckFsaWduZWQgPSBpc0Nvcm5lckFsaWduZWQ7XG4gIH1cblxuICBwcml2YXRlIGFkanVzdEN1c3RvbVBvc2l0aW9uKHBvc2l0aW9uOiBzdHJpbmcpIHtcbiAgICBjb25zdCBwb3NpdGlvbkxlbmd0aCA9IHRoaXMuY3VzdG9tUG9zaXRpb25zLmxlbmd0aDtcblxuICAgIGxldCBzaWRlc0NvdW50ID0gMDtcblxuICAgIHdoaWxlIChzaWRlc0NvdW50KysgPCBwb3NpdGlvbkxlbmd0aCkge1xuICAgICAgaWYgKHRoaXMub3ZlcmZsb3dBbGxTaWRlcyhwb3NpdGlvbikpIHtcbiAgICAgICAgcG9zaXRpb24gPSB0aGlzLm5leHRQb3NpdGlvbihwb3NpdGlvbiwgdGhpcy5jdXN0b21Qb3NpdGlvbnMpO1xuICAgICAgICB0aGlzLmVsZW1lbnRQb3NpdGlvbihwb3NpdGlvbik7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBhZGp1c3REZWZhdWx0UG9zaXRpb24ocG9zaXRpb246IHN0cmluZykge1xuICAgIGNvbnN0IG1haW5Qb3NpdGlvbnMgPSB0aGlzLmdldE1haW5Qb3NpdGlvbnMoKTtcbiAgICBjb25zdCBtYWluUG9zaXRpb25MZW5ndGggPSBtYWluUG9zaXRpb25zLmxlbmd0aDtcblxuICAgIGxldCBtYWluU2lkZXNDb3VudCA9IDA7XG5cbiAgICB3aGlsZSAobWFpblNpZGVzQ291bnQrKyA8IG1haW5Qb3NpdGlvbkxlbmd0aCkge1xuICAgICAgY29uc3QgbWFpblBvc2l0aW9uID0gdGhpcy5nZXRNYWluUG9zaXRpb24ocG9zaXRpb24pO1xuICAgICAgdGhpcy5lbGVtZW50UG9zaXRpb24ocG9zaXRpb24pO1xuXG4gICAgICBpZiAodGhpcy5vdmVyZmxvd01haW4obWFpblBvc2l0aW9uKSkge1xuICAgICAgICBwb3NpdGlvbiA9IHRoaXMubmV4dFBvc2l0aW9uKG1haW5Qb3NpdGlvbiwgbWFpblBvc2l0aW9ucyk7XG4gICAgICAgIGNvbnRpbnVlO1xuICAgICAgfSBlbHNlIGlmICh0aGlzLm92ZXJmbG93QWxsU2lkZXMocG9zaXRpb24pKSB7XG4gICAgICAgIHRoaXMudmVyaWZ5U3ViUG9zaXRpb25zKHBvc2l0aW9uKTtcbiAgICAgICAgcmV0dXJuO1xuICAgICAgfVxuXG4gICAgICByZXR1cm47XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBlbGVtZW50UG9zaXRpb24ocG9zaXRpb246IHN0cmluZykge1xuICAgIHRoaXMuaXNDb3JuZXJBbGlnbmVkID8gdGhpcy5zZXRBbGlnbmVkRWxlbWVudFBvc2l0aW9uKHBvc2l0aW9uKSA6IHRoaXMuc2V0RWxlbWVudFBvc2l0aW9uKHBvc2l0aW9uKTtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0TWFpblBvc2l0aW9uKHBvc2l0aW9uOiBzdHJpbmcpIHtcbiAgICByZXR1cm4gcG9zaXRpb24uaW5kZXhPZignLScpID4gLTEgPyBwb3NpdGlvbi5zdWJzdHJpbmcoMCwgcG9zaXRpb24uaW5kZXhPZignLScpKSA6IHBvc2l0aW9uO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXRNYWluUG9zaXRpb25zKCkge1xuICAgIGNvbnN0IGRlZmF1bHRNYWluUG9zaXRpb25zID0gWyd0b3AnLCAncmlnaHQnLCAnYm90dG9tJywgJ2xlZnQnXTtcblxuICAgIHJldHVybiB0aGlzLmN1c3RvbVBvc2l0aW9ucyAmJiB0aGlzLmN1c3RvbVBvc2l0aW9ucy5sZW5ndGhcbiAgICAgID8gdGhpcy5nZXRNYWluUG9zaXRpb25zQnlDdXN0b21Qb3NpdGlvbnModGhpcy5jdXN0b21Qb3NpdGlvbnMpXG4gICAgICA6IGRlZmF1bHRNYWluUG9zaXRpb25zO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXRNYWluUG9zaXRpb25zQnlDdXN0b21Qb3NpdGlvbnMoY3VzdG9tUG9zaXRpb25zOiBBcnJheTxzdHJpbmc+KSB7XG4gICAgY29uc3QgbWFpblBvc2l0aW9ucyA9IFtdO1xuICAgIGNvbnN0IGN1c3RvbVBvc2l0aW9uc0xlbmd0aCA9IGN1c3RvbVBvc2l0aW9ucy5sZW5ndGg7XG5cbiAgICBmb3IgKGxldCBpID0gMDsgaSA8IGN1c3RvbVBvc2l0aW9uc0xlbmd0aDsgaSsrKSB7XG4gICAgICBjb25zdCBwb3NpdGlvbiA9IGN1c3RvbVBvc2l0aW9uc1tpXTtcblxuICAgICAgY29uc3QgbWFpblBvc2l0aW9uID0gdGhpcy5nZXRNYWluUG9zaXRpb24ocG9zaXRpb24pO1xuXG4gICAgICBpZiAoIW1haW5Qb3NpdGlvbnMuaW5jbHVkZXMobWFpblBvc2l0aW9uKSkge1xuICAgICAgICBtYWluUG9zaXRpb25zLnB1c2gobWFpblBvc2l0aW9uKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4gbWFpblBvc2l0aW9ucztcbiAgfVxuXG4gIHByaXZhdGUgZ2V0T3ZlcmZsb3dzKCkge1xuICAgIGNvbnN0IHNpemVzQW5kUG9zaXRpb25zID0gdGhpcy5nZXRTaXplc0FuZFBvc2l0aW9ucygpO1xuXG4gICAgcmV0dXJuIHtcbiAgICAgIHJpZ2h0OiBzaXplc0FuZFBvc2l0aW9ucy5lbGVtZW50LnJpZ2h0ID4gc2l6ZXNBbmRQb3NpdGlvbnMud2luZG93LmlubmVyV2lkdGgsXG4gICAgICB0b3A6IHNpemVzQW5kUG9zaXRpb25zLmVsZW1lbnQudG9wIDw9IDAsXG4gICAgICBsZWZ0OiBzaXplc0FuZFBvc2l0aW9ucy5lbGVtZW50LmxlZnQgPD0gMCxcbiAgICAgIGJvdHRvbTogc2l6ZXNBbmRQb3NpdGlvbnMuZWxlbWVudC5ib3R0b20gPiBzaXplc0FuZFBvc2l0aW9ucy53aW5kb3cuaW5uZXJIZWlnaHRcbiAgICB9O1xuICB9XG5cbiAgcHJpdmF0ZSBnZXRTaXplc0FuZFBvc2l0aW9ucygpIHtcbiAgICByZXR1cm4ge1xuICAgICAgd2luZG93OiB7XG4gICAgICAgIHNjcm9sbFk6IHdpbmRvdy5zY3JvbGxZLFxuICAgICAgICBzY3JvbGxYOiB3aW5kb3cuc2Nyb2xsWCxcbiAgICAgICAgaW5uZXJXaWR0aDogd2luZG93LmlubmVyV2lkdGgsXG4gICAgICAgIGlubmVySGVpZ2h0OiB3aW5kb3cuaW5uZXJIZWlnaHRcbiAgICAgIH0sXG4gICAgICBlbGVtZW50OiB0aGlzLmVsZW1lbnQuZ2V0Qm91bmRpbmdDbGllbnRSZWN0KCksXG4gICAgICB0YXJnZXQ6IHRoaXMudGFyZ2V0RWxlbWVudCA/IHRoaXMudGFyZ2V0RWxlbWVudC5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKSA6IHsgdG9wOiAwLCBib3R0b206IDAsIHJpZ2h0OiAwLCBsZWZ0OiAwIH1cbiAgICB9O1xuICB9XG5cbiAgcHJpdmF0ZSBuZXh0UG9zaXRpb24ocG9zaXRpb246IHN0cmluZywgcG9zaXRpb25zOiBBcnJheTxzdHJpbmc+ID0gW10pOiBzdHJpbmcge1xuICAgIGNvbnN0IGluZGV4ID0gcG9zaXRpb25zLmluZGV4T2YocG9zaXRpb24pO1xuICAgIGNvbnN0IG5leHRJbmRleCA9IGluZGV4ICsgMTtcblxuICAgIGlmIChpbmRleCA+IC0xICYmIG5leHRJbmRleCA8IHBvc2l0aW9ucy5sZW5ndGgpIHtcbiAgICAgIHJldHVybiBwb3NpdGlvbnNbbmV4dEluZGV4XTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIHBvc2l0aW9uc1swXTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIG92ZXJmbG93QWxsU2lkZXMocG9zaXRpb246IHN0cmluZykge1xuICAgIGNvbnN0IG92ZXJmbG93cyA9IHRoaXMuZ2V0T3ZlcmZsb3dzKCk7XG5cbiAgICBzd2l0Y2ggKHBvc2l0aW9uKSB7XG4gICAgICBjYXNlICd0b3AnOlxuICAgICAgICByZXR1cm4gb3ZlcmZsb3dzLnRvcCB8fCBvdmVyZmxvd3MucmlnaHQgfHwgb3ZlcmZsb3dzLmxlZnQ7XG4gICAgICBjYXNlICd0b3AtcmlnaHQnOlxuICAgICAgICByZXR1cm4gb3ZlcmZsb3dzLnRvcCB8fCBvdmVyZmxvd3MucmlnaHQgfHwgb3ZlcmZsb3dzLmxlZnQ7XG4gICAgICBjYXNlICd0b3AtbGVmdCc6XG4gICAgICAgIHJldHVybiBvdmVyZmxvd3MudG9wIHx8IG92ZXJmbG93cy5sZWZ0IHx8IG92ZXJmbG93cy5yaWdodDtcbiAgICAgIGNhc2UgJ3JpZ2h0JzpcbiAgICAgICAgcmV0dXJuIG92ZXJmbG93cy5yaWdodCB8fCBvdmVyZmxvd3MudG9wIHx8IG92ZXJmbG93cy5ib3R0b207XG4gICAgICBjYXNlICdyaWdodC10b3AnOlxuICAgICAgICByZXR1cm4gb3ZlcmZsb3dzLnJpZ2h0IHx8IG92ZXJmbG93cy50b3A7XG4gICAgICBjYXNlICdyaWdodC1ib3R0b20nOlxuICAgICAgICByZXR1cm4gb3ZlcmZsb3dzLnJpZ2h0IHx8IG92ZXJmbG93cy5ib3R0b207XG4gICAgICBjYXNlICdib3R0b20nOlxuICAgICAgICByZXR1cm4gb3ZlcmZsb3dzLmJvdHRvbSB8fCBvdmVyZmxvd3MucmlnaHQgfHwgb3ZlcmZsb3dzLmxlZnQ7XG4gICAgICBjYXNlICdib3R0b20tcmlnaHQnOlxuICAgICAgICByZXR1cm4gb3ZlcmZsb3dzLmJvdHRvbSB8fCBvdmVyZmxvd3MucmlnaHQgfHwgb3ZlcmZsb3dzLmxlZnQ7XG4gICAgICBjYXNlICdib3R0b20tbGVmdCc6XG4gICAgICAgIHJldHVybiBvdmVyZmxvd3MuYm90dG9tIHx8IG92ZXJmbG93cy5sZWZ0IHx8IG92ZXJmbG93cy5yaWdodDtcbiAgICAgIGNhc2UgJ2xlZnQnOlxuICAgICAgICByZXR1cm4gb3ZlcmZsb3dzLmxlZnQgfHwgb3ZlcmZsb3dzLnRvcCB8fCBvdmVyZmxvd3MuYm90dG9tO1xuICAgICAgY2FzZSAnbGVmdC10b3AnOlxuICAgICAgICByZXR1cm4gb3ZlcmZsb3dzLmxlZnQgfHwgb3ZlcmZsb3dzLnRvcDtcbiAgICAgIGNhc2UgJ2xlZnQtYm90dG9tJzpcbiAgICAgICAgcmV0dXJuIG92ZXJmbG93cy5sZWZ0IHx8IG92ZXJmbG93cy5ib3R0b207XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBvdmVyZmxvd01haW4ocG9zaXRpb246IHN0cmluZykge1xuICAgIGNvbnN0IG92ZXJmbG93cyA9IHRoaXMuZ2V0T3ZlcmZsb3dzKCk7XG5cbiAgICBzd2l0Y2ggKHBvc2l0aW9uKSB7XG4gICAgICBjYXNlICd0b3AnOlxuICAgICAgICByZXR1cm4gb3ZlcmZsb3dzLnRvcDtcbiAgICAgIGNhc2UgJ3JpZ2h0JzpcbiAgICAgICAgcmV0dXJuIG92ZXJmbG93cy5yaWdodDtcbiAgICAgIGNhc2UgJ2JvdHRvbSc6XG4gICAgICAgIHJldHVybiBvdmVyZmxvd3MuYm90dG9tO1xuICAgICAgY2FzZSAnbGVmdCc6XG4gICAgICAgIHJldHVybiBvdmVyZmxvd3MubGVmdDtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIHNldEFsaWduZWRBcnJvd0RpcmVjdGlvbihlbGVtZW50UG9zaXRpb246IHN0cmluZykge1xuICAgIHN3aXRjaCAoZWxlbWVudFBvc2l0aW9uKSB7XG4gICAgICBjYXNlICd0b3AtbGVmdCc6XG4gICAgICAgIHJldHVybiAnYm90dG9tLWxlZnQnO1xuICAgICAgY2FzZSAndG9wLXJpZ2h0JzpcbiAgICAgICAgcmV0dXJuICdib3R0b20tcmlnaHQnO1xuICAgICAgY2FzZSAnYm90dG9tLXJpZ2h0JzpcbiAgICAgICAgcmV0dXJuICd0b3AtcmlnaHQnO1xuICAgICAgY2FzZSAnYm90dG9tLWxlZnQnOlxuICAgICAgICByZXR1cm4gJ3RvcC1sZWZ0JztcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIHNldEFsaWduZWRCb3R0b21Qb3NpdGlvbnMoZGlzcGxhY2VtZW50OiBudW1iZXIsIHNpemVzQW5kUG9zaXRpb25zKSB7XG4gICAgdGhpcy5lbGVtZW50LnN0eWxlLnRvcCA9IHNpemVzQW5kUG9zaXRpb25zLnRhcmdldC5ib3R0b20gKyB0aGlzLmVsZW1lbnRPZmZzZXQgKyAncHgnO1xuICAgIHRoaXMuZWxlbWVudC5zdHlsZS5sZWZ0ID0gc2l6ZXNBbmRQb3NpdGlvbnMudGFyZ2V0LmxlZnQgLSBkaXNwbGFjZW1lbnQgKyAncHgnO1xuICB9XG5cbiAgcHJpdmF0ZSBzZXRBbGlnbmVkRWxlbWVudFBvc2l0aW9uKHBvc2l0aW9uOiBzdHJpbmcpIHtcbiAgICB0aGlzLnNldEVsZW1lbnRXaWR0aCgpO1xuXG4gICAgY29uc3Qgc2l6ZXNBbmRQb3NpdGlvbnM6IGFueSA9IHRoaXMuZ2V0U2l6ZXNBbmRQb3NpdGlvbnMoKTtcblxuICAgIHN3aXRjaCAocG9zaXRpb24pIHtcbiAgICAgIGNhc2UgJ2JvdHRvbS1sZWZ0JzpcbiAgICAgICAgdGhpcy5zZXRBbGlnbmVkQm90dG9tUG9zaXRpb25zKDAsIHNpemVzQW5kUG9zaXRpb25zKTtcbiAgICAgICAgYnJlYWs7XG4gICAgICBjYXNlICdib3R0b20tcmlnaHQnOlxuICAgICAgICB0aGlzLnNldEFsaWduZWRCb3R0b21Qb3NpdGlvbnMoXG4gICAgICAgICAgc2l6ZXNBbmRQb3NpdGlvbnMuZWxlbWVudC53aWR0aCAtIHNpemVzQW5kUG9zaXRpb25zLnRhcmdldC53aWR0aCxcbiAgICAgICAgICBzaXplc0FuZFBvc2l0aW9uc1xuICAgICAgICApO1xuICAgICAgICBicmVhaztcbiAgICAgIGNhc2UgJ3RvcC1sZWZ0JzpcbiAgICAgICAgdGhpcy5zZXRBbGlnbmVkVG9wUG9zaXRpb25zKDAsIHNpemVzQW5kUG9zaXRpb25zKTtcbiAgICAgICAgYnJlYWs7XG4gICAgICBjYXNlICd0b3AtcmlnaHQnOlxuICAgICAgICB0aGlzLnNldEFsaWduZWRUb3BQb3NpdGlvbnMoXG4gICAgICAgICAgc2l6ZXNBbmRQb3NpdGlvbnMuZWxlbWVudC53aWR0aCAtIHNpemVzQW5kUG9zaXRpb25zLnRhcmdldC53aWR0aCxcbiAgICAgICAgICBzaXplc0FuZFBvc2l0aW9uc1xuICAgICAgICApO1xuICAgICAgICBicmVhaztcbiAgICB9XG5cbiAgICB0aGlzLmFycm93RGlyZWN0aW9uID0gdGhpcy5zZXRBbGlnbmVkQXJyb3dEaXJlY3Rpb24ocG9zaXRpb24pO1xuICB9XG5cbiAgcHJpdmF0ZSBzZXRBbGlnbmVkVG9wUG9zaXRpb25zKGRpc3BsYWNlbWVudDogbnVtYmVyLCBzaXplc0FuZFBvc2l0aW9ucykge1xuICAgIHRoaXMuZWxlbWVudC5zdHlsZS50b3AgPVxuICAgICAgc2l6ZXNBbmRQb3NpdGlvbnMudGFyZ2V0LnRvcCAtIHNpemVzQW5kUG9zaXRpb25zLmVsZW1lbnQuaGVpZ2h0IC0gdGhpcy5lbGVtZW50T2Zmc2V0ICsgJ3B4JztcbiAgICB0aGlzLmVsZW1lbnQuc3R5bGUubGVmdCA9IHNpemVzQW5kUG9zaXRpb25zLnRhcmdldC5sZWZ0IC0gZGlzcGxhY2VtZW50ICsgJ3B4JztcbiAgfVxuXG4gIHByaXZhdGUgc2V0QXJyb3dEaXJlY3Rpb24oZWxlbWVudFBvc2l0aW9uOiBzdHJpbmcpIHtcbiAgICBzd2l0Y2ggKGVsZW1lbnRQb3NpdGlvbikge1xuICAgICAgY2FzZSAndG9wJzpcbiAgICAgICAgcmV0dXJuICdib3R0b20nO1xuICAgICAgY2FzZSAndG9wLWxlZnQnOlxuICAgICAgICByZXR1cm4gJ2JvdHRvbS1yaWdodCc7XG4gICAgICBjYXNlICd0b3AtcmlnaHQnOlxuICAgICAgICByZXR1cm4gJ2JvdHRvbS1sZWZ0JztcbiAgICAgIGNhc2UgJ3JpZ2h0JzpcbiAgICAgICAgcmV0dXJuICdsZWZ0JztcbiAgICAgIGNhc2UgJ3JpZ2h0LXRvcCc6XG4gICAgICAgIHJldHVybiAnbGVmdC1ib3R0b20nO1xuICAgICAgY2FzZSAncmlnaHQtYm90dG9tJzpcbiAgICAgICAgcmV0dXJuICdsZWZ0LXRvcCc7XG4gICAgICBjYXNlICdib3R0b20nOlxuICAgICAgICByZXR1cm4gJ3RvcCc7XG4gICAgICBjYXNlICdib3R0b20tcmlnaHQnOlxuICAgICAgICByZXR1cm4gJ3RvcC1sZWZ0JztcbiAgICAgIGNhc2UgJ2JvdHRvbS1sZWZ0JzpcbiAgICAgICAgcmV0dXJuICd0b3AtcmlnaHQnO1xuICAgICAgY2FzZSAnbGVmdCc6XG4gICAgICAgIHJldHVybiAncmlnaHQnO1xuICAgICAgY2FzZSAnbGVmdC1ib3R0b20nOlxuICAgICAgICByZXR1cm4gJ3JpZ2h0LXRvcCc7XG4gICAgICBjYXNlICdsZWZ0LXRvcCc6XG4gICAgICAgIHJldHVybiAncmlnaHQtYm90dG9tJztcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIHNldEJvdHRvbVBvc2l0aW9ucyhkaXNwbGFjZW1lbnQ6IG51bWJlciwgc2l6ZXNBbmRQb3NpdGlvbnMpIHtcbiAgICB0aGlzLmVsZW1lbnQuc3R5bGUudG9wID0gc2l6ZXNBbmRQb3NpdGlvbnMudGFyZ2V0LmJvdHRvbSArIHRoaXMuZWxlbWVudE9mZnNldCArICdweCc7XG4gICAgdGhpcy5lbGVtZW50LnN0eWxlLmxlZnQgPSBzaXplc0FuZFBvc2l0aW9ucy50YXJnZXQubGVmdCArIHNpemVzQW5kUG9zaXRpb25zLnRhcmdldC53aWR0aCAvIDIgLSBkaXNwbGFjZW1lbnQgKyAncHgnO1xuICB9XG5cbiAgcHJpdmF0ZSBzZXRFbGVtZW50UG9zaXRpb24ocG9zaXRpb246IHN0cmluZykge1xuICAgIHRoaXMuc2V0RWxlbWVudFdpZHRoKCk7XG5cbiAgICBjb25zdCBzaXplc0FuZFBvc2l0aW9ucyA9IHRoaXMuZ2V0U2l6ZXNBbmRQb3NpdGlvbnMoKTtcblxuICAgIHN3aXRjaCAocG9zaXRpb24pIHtcbiAgICAgIGNhc2UgJ3RvcCc6XG4gICAgICAgIHRoaXMuc2V0VG9wUG9zaXRpb25zKHNpemVzQW5kUG9zaXRpb25zLmVsZW1lbnQud2lkdGggLyAyLCBzaXplc0FuZFBvc2l0aW9ucyk7XG4gICAgICAgIGJyZWFrO1xuICAgICAgY2FzZSAndG9wLWxlZnQnOlxuICAgICAgICB0aGlzLnNldFRvcFBvc2l0aW9ucyhcbiAgICAgICAgICBzaXplc0FuZFBvc2l0aW9ucy5lbGVtZW50LndpZHRoIC0gdGhpcy5vZmZzZXRBcnJvdyAtIHRoaXMuZGlmZmVyZW5jZURpYWdvbmFsVG9XaWR0aEFycm93LFxuICAgICAgICAgIHNpemVzQW5kUG9zaXRpb25zXG4gICAgICAgICk7XG4gICAgICAgIGJyZWFrO1xuICAgICAgY2FzZSAndG9wLXJpZ2h0JzpcbiAgICAgICAgdGhpcy5zZXRUb3BQb3NpdGlvbnModGhpcy5vZmZzZXRBcnJvdyArIHRoaXMuZGlmZmVyZW5jZURpYWdvbmFsVG9XaWR0aEFycm93LCBzaXplc0FuZFBvc2l0aW9ucyk7XG4gICAgICAgIGJyZWFrO1xuICAgICAgY2FzZSAncmlnaHQnOlxuICAgICAgICB0aGlzLnNldFJpZ2h0UG9zaXRpb25zKHNpemVzQW5kUG9zaXRpb25zLmVsZW1lbnQuaGVpZ2h0IC8gMiwgc2l6ZXNBbmRQb3NpdGlvbnMpO1xuICAgICAgICBicmVhaztcbiAgICAgIGNhc2UgJ3JpZ2h0LXRvcCc6XG4gICAgICAgIHRoaXMuc2V0UmlnaHRQb3NpdGlvbnMoXG4gICAgICAgICAgc2l6ZXNBbmRQb3NpdGlvbnMuZWxlbWVudC5oZWlnaHQgLSB0aGlzLm9mZnNldEFycm93IC0gdGhpcy5kaWZmZXJlbmNlRGlhZ29uYWxUb1dpZHRoQXJyb3csXG4gICAgICAgICAgc2l6ZXNBbmRQb3NpdGlvbnNcbiAgICAgICAgKTtcbiAgICAgICAgYnJlYWs7XG4gICAgICBjYXNlICdyaWdodC1ib3R0b20nOlxuICAgICAgICB0aGlzLnNldFJpZ2h0UG9zaXRpb25zKHRoaXMub2Zmc2V0QXJyb3csIHNpemVzQW5kUG9zaXRpb25zKTtcbiAgICAgICAgYnJlYWs7XG4gICAgICBjYXNlICdib3R0b20nOlxuICAgICAgICB0aGlzLnNldEJvdHRvbVBvc2l0aW9ucyhzaXplc0FuZFBvc2l0aW9ucy5lbGVtZW50LndpZHRoIC8gMiwgc2l6ZXNBbmRQb3NpdGlvbnMpO1xuICAgICAgICBicmVhaztcbiAgICAgIGNhc2UgJ2JvdHRvbS1yaWdodCc6XG4gICAgICAgIHRoaXMuc2V0Qm90dG9tUG9zaXRpb25zKHRoaXMub2Zmc2V0QXJyb3cgKyB0aGlzLmRpZmZlcmVuY2VEaWFnb25hbFRvV2lkdGhBcnJvdywgc2l6ZXNBbmRQb3NpdGlvbnMpO1xuICAgICAgICBicmVhaztcbiAgICAgIGNhc2UgJ2JvdHRvbS1sZWZ0JzpcbiAgICAgICAgdGhpcy5zZXRCb3R0b21Qb3NpdGlvbnMoXG4gICAgICAgICAgc2l6ZXNBbmRQb3NpdGlvbnMuZWxlbWVudC53aWR0aCAtIHRoaXMub2Zmc2V0QXJyb3cgLSB0aGlzLmRpZmZlcmVuY2VEaWFnb25hbFRvV2lkdGhBcnJvdyxcbiAgICAgICAgICBzaXplc0FuZFBvc2l0aW9uc1xuICAgICAgICApO1xuICAgICAgICBicmVhaztcbiAgICAgIGNhc2UgJ2xlZnQnOlxuICAgICAgICB0aGlzLnNldExlZnRQb3NpdGlvbnMoc2l6ZXNBbmRQb3NpdGlvbnMuZWxlbWVudC5oZWlnaHQgLyAyLCBzaXplc0FuZFBvc2l0aW9ucyk7XG4gICAgICAgIGJyZWFrO1xuICAgICAgY2FzZSAnbGVmdC1ib3R0b20nOlxuICAgICAgICB0aGlzLnNldExlZnRQb3NpdGlvbnModGhpcy5vZmZzZXRBcnJvdywgc2l6ZXNBbmRQb3NpdGlvbnMpO1xuICAgICAgICBicmVhaztcbiAgICAgIGNhc2UgJ2xlZnQtdG9wJzpcbiAgICAgICAgdGhpcy5zZXRMZWZ0UG9zaXRpb25zKHNpemVzQW5kUG9zaXRpb25zLmVsZW1lbnQuaGVpZ2h0IC0gdGhpcy5vZmZzZXRBcnJvdywgc2l6ZXNBbmRQb3NpdGlvbnMpO1xuICAgICAgICBicmVhaztcbiAgICB9XG5cbiAgICB0aGlzLmFycm93RGlyZWN0aW9uID0gdGhpcy5zZXRBcnJvd0RpcmVjdGlvbihwb3NpdGlvbik7XG4gIH1cblxuICBwcml2YXRlIHNldEVsZW1lbnRXaWR0aCgpIHtcbiAgICBpZiAodGhpcy5pc1NldEVsZW1lbnRXaWR0aCAmJiB0aGlzLnRhcmdldEVsZW1lbnQpIHtcbiAgICAgIHRoaXMuZWxlbWVudC5zdHlsZS53aWR0aCA9IGAke3RoaXMudGFyZ2V0RWxlbWVudC5jbGllbnRXaWR0aH1weGA7XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBzZXRMZWZ0UG9zaXRpb25zKGRpc3BsYWNlbWVudDogbnVtYmVyLCBzaXplc0FuZFBvc2l0aW9ucykge1xuICAgIHRoaXMuZWxlbWVudC5zdHlsZS50b3AgPSBzaXplc0FuZFBvc2l0aW9ucy50YXJnZXQudG9wIC0gZGlzcGxhY2VtZW50ICsgc2l6ZXNBbmRQb3NpdGlvbnMudGFyZ2V0LmhlaWdodCAvIDIgKyAncHgnO1xuICAgIHRoaXMuZWxlbWVudC5zdHlsZS5sZWZ0ID1cbiAgICAgIHNpemVzQW5kUG9zaXRpb25zLnRhcmdldC5sZWZ0IC0gc2l6ZXNBbmRQb3NpdGlvbnMuZWxlbWVudC53aWR0aCAtIHRoaXMuZWxlbWVudE9mZnNldCArICdweCc7XG4gIH1cblxuICBwcml2YXRlIHNldFJpZ2h0UG9zaXRpb25zKGRpc3BsYWNlbWVudDogbnVtYmVyLCBzaXplc0FuZFBvc2l0aW9ucykge1xuICAgIHRoaXMuZWxlbWVudC5zdHlsZS50b3AgPSBzaXplc0FuZFBvc2l0aW9ucy50YXJnZXQudG9wIC0gZGlzcGxhY2VtZW50ICsgc2l6ZXNBbmRQb3NpdGlvbnMudGFyZ2V0LmhlaWdodCAvIDIgKyAncHgnO1xuICAgIHRoaXMuZWxlbWVudC5zdHlsZS5sZWZ0ID0gc2l6ZXNBbmRQb3NpdGlvbnMudGFyZ2V0LnJpZ2h0ICsgdGhpcy5lbGVtZW50T2Zmc2V0ICsgJ3B4JztcbiAgfVxuXG4gIHByaXZhdGUgc2V0VG9wUG9zaXRpb25zKGRpc3BsYWNlbWVudDogbnVtYmVyLCBzaXplc0FuZFBvc2l0aW9ucykge1xuICAgIHRoaXMuZWxlbWVudC5zdHlsZS50b3AgPVxuICAgICAgc2l6ZXNBbmRQb3NpdGlvbnMudGFyZ2V0LnRvcCAtIHNpemVzQW5kUG9zaXRpb25zLmVsZW1lbnQuaGVpZ2h0IC0gdGhpcy5lbGVtZW50T2Zmc2V0ICsgJ3B4JztcbiAgICB0aGlzLmVsZW1lbnQuc3R5bGUubGVmdCA9IHNpemVzQW5kUG9zaXRpb25zLnRhcmdldC5sZWZ0ICsgc2l6ZXNBbmRQb3NpdGlvbnMudGFyZ2V0LndpZHRoIC8gMiAtIGRpc3BsYWNlbWVudCArICdweCc7XG4gIH1cblxuICBwcml2YXRlIHZlcmlmeVN1YlBvc2l0aW9ucyhwb3NpdGlvbjogc3RyaW5nKSB7XG4gICAgaWYgKHBvc2l0aW9uLmluZGV4T2YoJy0nKSA+IC0xKSB7XG4gICAgICBwb3NpdGlvbiA9IHBvc2l0aW9uLnN1YnN0cmluZygwLCBwb3NpdGlvbi5pbmRleE9mKCctJykpO1xuICAgICAgdGhpcy5lbGVtZW50UG9zaXRpb24ocG9zaXRpb24pO1xuICAgIH1cblxuICAgIGxldCBhbGlnbiA9IDA7XG4gICAgd2hpbGUgKGFsaWduKysgPCAzKSB7XG4gICAgICBpZiAodGhpcy5vdmVyZmxvd0FsbFNpZGVzKHBvc2l0aW9uKSkge1xuICAgICAgICBwb3NpdGlvbiA9IHRoaXMubmV4dFBvc2l0aW9uKHBvc2l0aW9uLCBwb0NvbnRyb2xQb3NpdGlvblNpZGVzRGVmYXVsdCk7XG4gICAgICAgIHRoaXMuZWxlbWVudFBvc2l0aW9uKHBvc2l0aW9uKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHJldHVybiBudWxsO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIl19
@@ -0,0 +1,3 @@
1
+ export * from './po-date.module';
2
+ export * from './po-date.service';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS9zcmMvbGliL3NlcnZpY2VzL3BvLWRhdGUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLG1CQUFtQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wby1kYXRlLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL3BvLWRhdGUuc2VydmljZSc7XG4iXX0=
@@ -0,0 +1,21 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { PoDateService } from './po-date.service';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * @description
6
+ *
7
+ * Módulo do serviço `po-date`.
8
+ */
9
+ export class PoDateTimeModule {
10
+ }
11
+ PoDateTimeModule.ɵfac = function PoDateTimeModule_Factory(t) { return new (t || PoDateTimeModule)(); };
12
+ PoDateTimeModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PoDateTimeModule });
13
+ PoDateTimeModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [PoDateService] });
14
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoDateTimeModule, [{
15
+ type: NgModule,
16
+ args: [{
17
+ providers: [PoDateService],
18
+ bootstrap: []
19
+ }]
20
+ }], null, null); })();
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tZGF0ZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS9zcmMvbGliL3NlcnZpY2VzL3BvLWRhdGUvcG8tZGF0ZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBRWxEOzs7O0dBSUc7QUFLSCxNQUFNLE9BQU8sZ0JBQWdCOztnRkFBaEIsZ0JBQWdCO2tFQUFoQixnQkFBZ0I7dUVBSGhCLENBQUMsYUFBYSxDQUFDO3VGQUdmLGdCQUFnQjtjQUo1QixRQUFRO2VBQUM7Z0JBQ1IsU0FBUyxFQUFFLENBQUMsYUFBYSxDQUFDO2dCQUMxQixTQUFTLEVBQUUsRUFBRTthQUNkIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgUG9EYXRlU2VydmljZSB9IGZyb20gJy4vcG8tZGF0ZS5zZXJ2aWNlJztcblxuLyoqXG4gKiBAZGVzY3JpcHRpb25cbiAqXG4gKiBNw7NkdWxvIGRvIHNlcnZpw6dvIGBwby1kYXRlYC5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgcHJvdmlkZXJzOiBbUG9EYXRlU2VydmljZV0sXG4gIGJvb3RzdHJhcDogW11cbn0pXG5leHBvcnQgY2xhc3MgUG9EYXRlVGltZU1vZHVsZSB7fVxuIl19