@po-ui/ng-components 5.22.1 → 6.1.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 (1313) hide show
  1. package/esm2020/lib/components/components.module.mjs +270 -0
  2. package/{esm2015/lib/components/index.js → esm2020/lib/components/index.mjs} +0 -0
  3. package/{esm2015/lib/components/po-accordion/index.js → esm2020/lib/components/po-accordion/index.mjs} +0 -0
  4. package/{esm2015/lib/components/po-accordion/po-accordion-base.component.js → esm2020/lib/components/po-accordion/po-accordion-base.component.mjs} +0 -0
  5. package/esm2020/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.mjs +78 -0
  6. package/esm2020/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.mjs +44 -0
  7. package/esm2020/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.mjs +41 -0
  8. package/esm2020/lib/components/po-accordion/po-accordion.component.mjs +106 -0
  9. package/esm2020/lib/components/po-accordion/po-accordion.module.mjs +61 -0
  10. package/esm2020/lib/components/po-accordion/services/po-accordion.service.mjs +30 -0
  11. package/{esm2015/lib/components/po-avatar/index.js → esm2020/lib/components/po-avatar/index.mjs} +0 -0
  12. package/esm2020/lib/components/po-avatar/po-avatar-base.component.mjs +77 -0
  13. package/esm2020/lib/components/po-avatar/po-avatar.component.mjs +73 -0
  14. package/esm2020/lib/components/po-avatar/po-avatar.module.mjs +24 -0
  15. package/esm2020/lib/components/po-badge/po-badge-base.component.mjs +94 -0
  16. package/esm2020/lib/components/po-badge/po-badge.component.mjs +27 -0
  17. package/esm2020/lib/components/po-badge/po-badge.module.mjs +24 -0
  18. package/{esm2015/lib/components/po-breadcrumb/index.js → esm2020/lib/components/po-breadcrumb/index.mjs} +0 -0
  19. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-base.component.mjs +55 -0
  20. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.mjs +40 -0
  21. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.mjs +113 -0
  22. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.mjs +49 -0
  23. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.mjs +109 -0
  24. package/{esm2015/lib/components/po-breadcrumb/po-breadcrumb-item.interface.js → esm2020/lib/components/po-breadcrumb/po-breadcrumb-item.interface.mjs} +0 -0
  25. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb.component.mjs +219 -0
  26. package/{esm2015/lib/components/po-breadcrumb/po-breadcrumb.interface.js → esm2020/lib/components/po-breadcrumb/po-breadcrumb.interface.mjs} +0 -0
  27. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb.module.mjs +37 -0
  28. package/{esm2015/lib/components/po-button/index.js → esm2020/lib/components/po-button/index.mjs} +0 -0
  29. package/esm2020/lib/components/po-button/po-button-base.component.mjs +144 -0
  30. package/esm2020/lib/components/po-button/po-button.component.mjs +114 -0
  31. package/esm2020/lib/components/po-button/po-button.module.mjs +26 -0
  32. package/{esm2015/lib/components/po-button-group/index.js → esm2020/lib/components/po-button-group/index.mjs} +0 -0
  33. package/esm2020/lib/components/po-button-group/po-button-group-base.component.mjs +102 -0
  34. package/{esm2015/lib/components/po-button-group/po-button-group-item.interface.js → esm2020/lib/components/po-button-group/po-button-group-item.interface.mjs} +0 -0
  35. package/{esm2015/lib/components/po-button-group/po-button-group-toggle.enum.js → esm2020/lib/components/po-button-group/po-button-group-toggle.enum.mjs} +0 -0
  36. package/esm2020/lib/components/po-button-group/po-button-group.component.mjs +62 -0
  37. package/esm2020/lib/components/po-button-group/po-button-group.module.mjs +26 -0
  38. package/{esm2015/lib/components/po-calendar/index.js → esm2020/lib/components/po-calendar/index.mjs} +0 -0
  39. package/esm2020/lib/components/po-calendar/po-calendar-base.component.mjs +183 -0
  40. package/esm2020/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.mjs +57 -0
  41. package/{esm2015/lib/components/po-calendar/po-calendar-mode.enum.js → esm2020/lib/components/po-calendar/po-calendar-mode.enum.mjs} +0 -0
  42. package/esm2020/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.mjs +469 -0
  43. package/esm2020/lib/components/po-calendar/po-calendar.component.mjs +257 -0
  44. package/esm2020/lib/components/po-calendar/po-calendar.module.mjs +25 -0
  45. package/esm2020/lib/components/po-calendar/services/po-calendar.lang.service.mjs +189 -0
  46. package/esm2020/lib/components/po-calendar/services/po-calendar.service.mjs +47 -0
  47. package/esm2020/lib/components/po-chart/directives/po-resize-observer.directive.mjs +46 -0
  48. package/esm2020/lib/components/po-chart/enums/po-chart-type.enum.mjs +38 -0
  49. package/{esm2015/lib/components/po-chart/helpers/po-chart-default-values.constant.js → esm2020/lib/components/po-chart/helpers/po-chart-default-values.constant.mjs} +0 -0
  50. package/esm2020/lib/components/po-chart/index.mjs +7 -0
  51. package/{esm2015/lib/components/po-chart/interfaces/po-chart-axis-options.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-axis-options.interface.mjs} +0 -0
  52. package/{esm2015/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.mjs} +0 -0
  53. package/{esm2015/lib/components/po-chart/interfaces/po-chart-container-size.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-container-size.interface.mjs} +0 -0
  54. package/{esm2015/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.mjs} +0 -0
  55. package/{esm2015/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.mjs} +0 -0
  56. package/{esm2015/lib/components/po-chart/interfaces/po-chart-options.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-options.interface.mjs} +0 -0
  57. package/{esm2015/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.mjs} +0 -0
  58. package/{esm2015/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.mjs} +0 -0
  59. package/esm2020/lib/components/po-chart/interfaces/po-chart-serie.interface.mjs +2 -0
  60. package/esm2020/lib/components/po-chart/po-chart-base.component.mjs +258 -0
  61. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.mjs +68 -0
  62. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.mjs +50 -0
  63. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.mjs +310 -0
  64. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.mjs +103 -0
  65. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.mjs +61 -0
  66. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.mjs +84 -0
  67. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.mjs +85 -0
  68. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.mjs +47 -0
  69. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.mjs +56 -0
  70. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.mjs +84 -0
  71. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.mjs +161 -0
  72. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.mjs +165 -0
  73. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.mjs +107 -0
  74. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-container.component.mjs +243 -0
  75. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.mjs +106 -0
  76. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.mjs +172 -0
  77. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.mjs +70 -0
  78. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.mjs +87 -0
  79. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.mjs +128 -0
  80. package/esm2020/lib/components/po-chart/po-chart-legend/po-chart-legend.component.mjs +48 -0
  81. package/esm2020/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.mjs +52 -0
  82. package/esm2020/lib/components/po-chart/po-chart.component.mjs +254 -0
  83. package/esm2020/lib/components/po-chart/po-chart.module.mjs +81 -0
  84. package/esm2020/lib/components/po-chart/services/po-chart-maths.service.mjs +136 -0
  85. package/esm2020/lib/components/po-chart/services/po-chart-svg-container.service.mjs +58 -0
  86. package/{esm2015/lib/components/po-container/index.js → esm2020/lib/components/po-container/index.mjs} +0 -0
  87. package/esm2020/lib/components/po-container/po-container-base.component.mjs +97 -0
  88. package/esm2020/lib/components/po-container/po-container.component.mjs +42 -0
  89. package/esm2020/lib/components/po-container/po-container.module.mjs +24 -0
  90. package/{esm2015/lib/components/po-disclaimer/index.js → esm2020/lib/components/po-disclaimer/index.mjs} +0 -0
  91. package/esm2020/lib/components/po-disclaimer/po-disclaimer-base.component.mjs +90 -0
  92. package/esm2020/lib/components/po-disclaimer/po-disclaimer.component.mjs +60 -0
  93. package/{esm2015/lib/components/po-disclaimer/po-disclaimer.interface.js → esm2020/lib/components/po-disclaimer/po-disclaimer.interface.mjs} +0 -0
  94. package/esm2020/lib/components/po-disclaimer/po-disclaimer.module.mjs +23 -0
  95. package/{esm2015/lib/components/po-disclaimer-group/index.js → esm2020/lib/components/po-disclaimer-group/index.mjs} +0 -0
  96. package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.mjs +206 -0
  97. package/{esm2015/lib/components/po-disclaimer-group/po-disclaimer-group-remove-action.interface.js → esm2020/lib/components/po-disclaimer-group/po-disclaimer-group-remove-action.interface.mjs} +0 -0
  98. package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.component.mjs +80 -0
  99. package/{esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.interface.js → esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.interface.mjs} +0 -0
  100. package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.module.mjs +26 -0
  101. package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.mjs +40 -0
  102. package/{esm2015/lib/components/po-divider/index.js → esm2020/lib/components/po-divider/index.mjs} +0 -0
  103. package/esm2020/lib/components/po-divider/po-divider-base.component.mjs +19 -0
  104. package/esm2020/lib/components/po-divider/po-divider.component.mjs +49 -0
  105. package/esm2020/lib/components/po-divider/po-divider.module.mjs +24 -0
  106. package/{esm2015/lib/components/po-dropdown/index.js → esm2020/lib/components/po-dropdown/index.mjs} +0 -0
  107. package/{esm2015/lib/components/po-dropdown/po-dropdown-action.interface.js → esm2020/lib/components/po-dropdown/po-dropdown-action.interface.mjs} +0 -0
  108. package/esm2020/lib/components/po-dropdown/po-dropdown-base.component.mjs +78 -0
  109. package/esm2020/lib/components/po-dropdown/po-dropdown.component.mjs +130 -0
  110. package/esm2020/lib/components/po-dropdown/po-dropdown.module.mjs +24 -0
  111. package/{esm2015/lib/components/po-dynamic/index.js → esm2020/lib/components/po-dynamic/index.mjs} +0 -0
  112. package/{esm2015/lib/components/po-dynamic/po-dynamic-field-type.enum.js → esm2020/lib/components/po-dynamic/po-dynamic-field-type.enum.mjs} +0 -0
  113. package/{esm2015/lib/components/po-dynamic/po-dynamic-field.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-field.interface.mjs} +0 -0
  114. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.mjs +121 -0
  115. package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-field.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-field.interface.mjs} +0 -0
  116. package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-field-internal.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-field-internal.interface.mjs} +0 -0
  117. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.mjs +221 -0
  118. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.mjs +350 -0
  119. package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.interface.mjs} +0 -0
  120. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.mjs +32 -0
  121. package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.mjs} +0 -0
  122. package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-response.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-response.interface.mjs} +0 -0
  123. package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-changed.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-changed.interface.mjs} +0 -0
  124. package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-validation.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-validation.interface.mjs} +0 -0
  125. package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.interface.mjs} +0 -0
  126. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.mjs +39 -0
  127. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.mjs +203 -0
  128. package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.mjs +169 -0
  129. package/{esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-field.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-field.interface.mjs} +0 -0
  130. package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.mjs +141 -0
  131. package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.mjs +17 -0
  132. package/esm2020/lib/components/po-dynamic/po-dynamic.module.mjs +53 -0
  133. package/esm2020/lib/components/po-dynamic/po-dynamic.util.mjs +18 -0
  134. package/esm2020/lib/components/po-field/index.mjs +53 -0
  135. package/esm2020/lib/components/po-field/po-checkbox/po-checkbox-base.component.mjs +109 -0
  136. package/esm2020/lib/components/po-field/po-checkbox/po-checkbox.component.mjs +118 -0
  137. package/{esm2015/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option-view.interface.js → esm2020/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option-view.interface.mjs} +0 -0
  138. package/{esm2015/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option.interface.js → esm2020/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option.interface.mjs} +0 -0
  139. package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.mjs +322 -0
  140. package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.mjs +150 -0
  141. package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.mjs +26 -0
  142. package/esm2020/lib/components/po-field/po-clean/index.mjs +2 -0
  143. package/esm2020/lib/components/po-field/po-clean/po-clean-base.component.mjs +49 -0
  144. package/esm2020/lib/components/po-field/po-clean/po-clean.component.mjs +45 -0
  145. package/esm2020/lib/components/po-field/po-clean/po-clean.module.mjs +24 -0
  146. package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-filter.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-filter.interface.mjs} +0 -0
  147. package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-group.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-group.interface.mjs} +0 -0
  148. package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-literals.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-literals.interface.mjs} +0 -0
  149. package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-option-group.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-option-group.interface.mjs} +0 -0
  150. package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-option.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-option.interface.mjs} +0 -0
  151. package/{esm2015/lib/components/po-field/po-combo/interfaces/po-response.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-response.interface.mjs} +0 -0
  152. package/esm2020/lib/components/po-field/po-combo/po-combo-base.component.mjs +803 -0
  153. package/{esm2015/lib/components/po-field/po-combo/po-combo-filter-mode.enum.js → esm2020/lib/components/po-field/po-combo/po-combo-filter-mode.enum.mjs} +0 -0
  154. package/esm2020/lib/components/po-field/po-combo/po-combo-filter.service.mjs +79 -0
  155. package/esm2020/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.mjs +82 -0
  156. package/esm2020/lib/components/po-field/po-combo/po-combo.component.mjs +746 -0
  157. package/{esm2015/lib/components/po-field/po-datepicker/enums/po-datepicker-iso-format.enum.js → esm2020/lib/components/po-field/po-datepicker/enums/po-datepicker-iso-format.enum.mjs} +0 -0
  158. package/esm2020/lib/components/po-field/po-datepicker/po-datepicker-base.component.mjs +428 -0
  159. package/esm2020/lib/components/po-field/po-datepicker/po-datepicker.component.mjs +439 -0
  160. package/esm2020/lib/components/po-field/po-datepicker/po-datepicker.module.mjs +28 -0
  161. package/{esm2015/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range-literals.interface.js → esm2020/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range-literals.interface.mjs} +0 -0
  162. package/{esm2015/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range.interface.js → esm2020/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range.interface.mjs} +0 -0
  163. package/esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.mjs +506 -0
  164. package/esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.mjs +528 -0
  165. package/{esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range.literals.js → esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range.literals.mjs} +0 -0
  166. package/esm2020/lib/components/po-field/po-decimal/po-decimal.component.mjs +667 -0
  167. package/esm2020/lib/components/po-field/po-email/po-email.component.mjs +150 -0
  168. package/esm2020/lib/components/po-field/po-field-container/index.mjs +4 -0
  169. package/esm2020/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.mjs +47 -0
  170. package/{esm2015/lib/components/po-field/po-field-container/po-field-container-literals.js → esm2020/lib/components/po-field/po-field-container/po-field-container-literals.mjs} +0 -0
  171. package/esm2020/lib/components/po-field/po-field-container/po-field-container.component.mjs +81 -0
  172. package/esm2020/lib/components/po-field/po-field-container/po-field-container.module.mjs +25 -0
  173. package/esm2020/lib/components/po-field/po-field-validate.model.mjs +74 -0
  174. package/esm2020/lib/components/po-field/po-field.model.mjs +90 -0
  175. package/esm2020/lib/components/po-field/po-field.module.mjs +268 -0
  176. package/esm2020/lib/components/po-field/po-input/po-input-base.component.mjs +397 -0
  177. package/esm2020/lib/components/po-field/po-input/po-input.component.mjs +111 -0
  178. package/{esm2015/lib/components/po-field/po-input/po-mask.js → esm2020/lib/components/po-field/po-input/po-mask.mjs} +0 -0
  179. package/esm2020/lib/components/po-field/po-input-generic/po-input-generic.mjs +197 -0
  180. package/esm2020/lib/components/po-field/po-login/po-login.component.mjs +100 -0
  181. package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-advanced-filter.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-advanced-filter.interface.mjs} +0 -0
  182. package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.mjs} +0 -0
  183. package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-filter.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-filter.interface.mjs} +0 -0
  184. package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-filtered-items-params.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-filtered-items-params.interface.mjs} +0 -0
  185. package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-literals.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-literals.interface.mjs} +0 -0
  186. package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-response-api.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-response-api.interface.mjs} +0 -0
  187. package/esm2020/lib/components/po-field/po-lookup/po-lookup-base.component.mjs +499 -0
  188. package/esm2020/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.mjs +394 -0
  189. package/esm2020/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.mjs +225 -0
  190. package/esm2020/lib/components/po-field/po-lookup/po-lookup.component.mjs +437 -0
  191. package/esm2020/lib/components/po-field/po-lookup/services/po-lookup-filter.service.mjs +59 -0
  192. package/esm2020/lib/components/po-field/po-lookup/services/po-lookup-modal.service.mjs +62 -0
  193. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-base.component.mjs +620 -0
  194. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.mjs +258 -0
  195. package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter-mode.enum.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter-mode.enum.mjs} +0 -0
  196. package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter.interface.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter.interface.mjs} +0 -0
  197. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter.service.mjs +50 -0
  198. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.mjs +54 -0
  199. package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.mjs} +0 -0
  200. package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-option.interface.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-option.interface.mjs} +0 -0
  201. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.mjs +82 -0
  202. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect.component.mjs +424 -0
  203. package/esm2020/lib/components/po-field/po-number/po-number-base.component.mjs +113 -0
  204. package/esm2020/lib/components/po-field/po-number/po-number.component.mjs +178 -0
  205. package/esm2020/lib/components/po-field/po-password/po-password.component.mjs +151 -0
  206. package/esm2020/lib/components/po-field/po-radio-group/po-radio-group-base.component.mjs +201 -0
  207. package/{esm2015/lib/components/po-field/po-radio-group/po-radio-group-option.interface.js → esm2020/lib/components/po-field/po-radio-group/po-radio-group-option.interface.mjs} +0 -0
  208. package/esm2020/lib/components/po-field/po-radio-group/po-radio-group.component.mjs +184 -0
  209. package/{esm2015/lib/components/po-field/po-rich-text/interfaces/po-rich-text-toolbar-button-group-item.interface.js → esm2020/lib/components/po-field/po-rich-text/interfaces/po-rich-text-toolbar-button-group-item.interface.mjs} +0 -0
  210. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-base.component.mjs +203 -0
  211. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.mjs +342 -0
  212. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.mjs +135 -0
  213. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.mjs +177 -0
  214. package/{esm2015/lib/components/po-field/po-rich-text/po-rich-text-literals.js → esm2020/lib/components/po-field/po-rich-text/po-rich-text-literals.mjs} +0 -0
  215. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.mjs +254 -0
  216. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text.component.mjs +173 -0
  217. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text.service.mjs +20 -0
  218. package/esm2020/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.mjs +60 -0
  219. package/{esm2015/lib/components/po-field/po-select/po-select-option.interface.js → esm2020/lib/components/po-field/po-select/po-select-option.interface.mjs} +0 -0
  220. package/esm2020/lib/components/po-field/po-select/po-select.component.mjs +513 -0
  221. package/{esm2015/lib/components/po-field/po-switch/po-switch-label-position.enum.js → esm2020/lib/components/po-field/po-switch/po-switch-label-position.enum.mjs} +0 -0
  222. package/esm2020/lib/components/po-field/po-switch/po-switch.component.mjs +236 -0
  223. package/esm2020/lib/components/po-field/po-textarea/po-textarea-base.component.mjs +299 -0
  224. package/esm2020/lib/components/po-field/po-textarea/po-textarea.component.mjs +159 -0
  225. package/{esm2015/lib/components/po-field/po-upload/interfaces/po-upload-file-restriction.interface.js → esm2020/lib/components/po-field/po-upload/interfaces/po-upload-file-restriction.interface.mjs} +0 -0
  226. package/{esm2015/lib/components/po-field/po-upload/interfaces/po-upload-literals.interface.js → esm2020/lib/components/po-field/po-upload/interfaces/po-upload-literals.interface.mjs} +0 -0
  227. package/esm2020/lib/components/po-field/po-upload/po-upload-base.component.mjs +634 -0
  228. package/esm2020/lib/components/po-field/po-upload/po-upload-base.service.mjs +89 -0
  229. 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
  230. 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
  231. package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.mjs +101 -0
  232. package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.mjs +179 -0
  233. package/esm2020/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.mjs +151 -0
  234. package/{esm2015/lib/components/po-field/po-upload/po-upload-file.js → esm2020/lib/components/po-field/po-upload/po-upload-file.mjs} +0 -0
  235. package/{esm2015/lib/components/po-field/po-upload/po-upload-status.enum.js → esm2020/lib/components/po-field/po-upload/po-upload-status.enum.mjs} +0 -0
  236. package/esm2020/lib/components/po-field/po-upload/po-upload.component.mjs +450 -0
  237. package/esm2020/lib/components/po-field/po-upload/po-upload.service.mjs +11 -0
  238. package/esm2020/lib/components/po-field/po-url/po-url.component.mjs +141 -0
  239. package/{esm2015/lib/components/po-field/validators.js → esm2020/lib/components/po-field/validators.mjs} +0 -0
  240. package/{esm2015/lib/components/po-gauge/index.js → esm2020/lib/components/po-gauge/index.mjs} +0 -0
  241. package/{esm2015/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.js → esm2020/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.mjs} +0 -0
  242. package/{esm2015/lib/components/po-gauge/interfaces/po-gauge-ranges.interface.js → esm2020/lib/components/po-gauge/interfaces/po-gauge-ranges.interface.mjs} +0 -0
  243. package/{esm2015/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.js → esm2020/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.mjs} +0 -0
  244. package/esm2020/lib/components/po-gauge/po-gauge-base.component.mjs +154 -0
  245. package/{esm2015/lib/components/po-gauge/po-gauge-default-values.constant.js → esm2020/lib/components/po-gauge/po-gauge-default-values.constant.mjs} +0 -0
  246. package/esm2020/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.mjs +110 -0
  247. package/esm2020/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.mjs +70 -0
  248. package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.mjs +43 -0
  249. package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.mjs +66 -0
  250. package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.mjs +236 -0
  251. package/esm2020/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.mjs +28 -0
  252. package/esm2020/lib/components/po-gauge/po-gauge.component.mjs +109 -0
  253. package/esm2020/lib/components/po-gauge/po-gauge.module.mjs +44 -0
  254. package/{esm2015/lib/components/po-grid/index.js → esm2020/lib/components/po-grid/index.mjs} +0 -0
  255. package/esm2020/lib/components/po-grid/po-grid-cell/po-grid-cell.component.mjs +179 -0
  256. package/esm2020/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.mjs +40 -0
  257. package/esm2020/lib/components/po-grid/po-grid-head/po-grid-head.component.mjs +56 -0
  258. package/{esm2015/lib/components/po-grid/po-grid-row-actions.interface.js → esm2020/lib/components/po-grid/po-grid-row-actions.interface.mjs} +0 -0
  259. package/esm2020/lib/components/po-grid/po-grid.component.mjs +573 -0
  260. package/esm2020/lib/components/po-grid/po-grid.module.mjs +29 -0
  261. package/{esm2015/lib/components/po-icon/index.js → esm2020/lib/components/po-icon/index.mjs} +0 -0
  262. package/esm2020/lib/components/po-icon/po-icon.component.mjs +77 -0
  263. package/esm2020/lib/components/po-icon/po-icon.module.mjs +24 -0
  264. package/{esm2015/lib/components/po-info/index.js → esm2020/lib/components/po-info/index.mjs} +0 -0
  265. package/esm2020/lib/components/po-info/po-info-base.component.mjs +73 -0
  266. package/{esm2015/lib/components/po-info/po-info-orietation.enum.js → esm2020/lib/components/po-info/po-info-orietation.enum.mjs} +0 -0
  267. package/esm2020/lib/components/po-info/po-info.component.mjs +110 -0
  268. package/esm2020/lib/components/po-info/po-info.module.mjs +27 -0
  269. package/{esm2015/lib/components/po-list-view/index.js → esm2020/lib/components/po-list-view/index.mjs} +0 -0
  270. package/{esm2015/lib/components/po-list-view/interfaces/po-list-view-action.interface.js → esm2020/lib/components/po-list-view/interfaces/po-list-view-action.interface.mjs} +0 -0
  271. package/{esm2015/lib/components/po-list-view/interfaces/po-list-view-literals.interface.js → esm2020/lib/components/po-list-view/interfaces/po-list-view-literals.interface.mjs} +0 -0
  272. package/esm2020/lib/components/po-list-view/po-list-view-base.component.mjs +298 -0
  273. package/esm2020/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.mjs +102 -0
  274. package/esm2020/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.mjs +65 -0
  275. package/esm2020/lib/components/po-list-view/po-list-view.component.mjs +385 -0
  276. package/esm2020/lib/components/po-list-view/po-list-view.module.mjs +57 -0
  277. package/{esm2015/lib/components/po-loading/index.js → esm2020/lib/components/po-loading/index.mjs} +0 -0
  278. package/esm2020/lib/components/po-loading/po-loading-base.component.mjs +27 -0
  279. package/esm2020/lib/components/po-loading/po-loading-icon/po-loading-icon.component.mjs +51 -0
  280. package/{esm2015/lib/components/po-loading/po-loading-overlay/interfaces/po-loading-overlay-literals.interface.js → esm2020/lib/components/po-loading/po-loading-overlay/interfaces/po-loading-overlay-literals.interface.mjs} +0 -0
  281. package/esm2020/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.mjs +93 -0
  282. package/esm2020/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.mjs +47 -0
  283. package/esm2020/lib/components/po-loading/po-loading.component.mjs +36 -0
  284. package/esm2020/lib/components/po-loading/po-loading.module.mjs +28 -0
  285. package/{esm2015/lib/components/po-menu/index.js → esm2020/lib/components/po-menu/index.mjs} +0 -0
  286. package/esm2020/lib/components/po-menu/po-menu-base.component.mjs +312 -0
  287. package/{esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter-literals.interface.js → esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter-literals.interface.mjs} +0 -0
  288. package/esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter.component.mjs +85 -0
  289. package/{esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter.interface.js → esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter.interface.mjs} +0 -0
  290. package/esm2020/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.mjs +52 -0
  291. package/{esm2015/lib/components/po-menu/po-menu-item/po-menu-item-badge.interface.js → esm2020/lib/components/po-menu/po-menu-item/po-menu-item-badge.interface.mjs} +0 -0
  292. package/{esm2015/lib/components/po-menu/po-menu-item/po-menu-item-filtered.interface.js → esm2020/lib/components/po-menu/po-menu-item/po-menu-item-filtered.interface.mjs} +0 -0
  293. package/esm2020/lib/components/po-menu/po-menu-item/po-menu-item.component.mjs +362 -0
  294. package/{esm2015/lib/components/po-menu/po-menu-item.interface.js → esm2020/lib/components/po-menu/po-menu-item.interface.mjs} +0 -0
  295. package/esm2020/lib/components/po-menu/po-menu.component.mjs +611 -0
  296. package/esm2020/lib/components/po-menu/po-menu.module.mjs +32 -0
  297. package/esm2020/lib/components/po-menu/services/po-menu-global.service.mjs +34 -0
  298. package/esm2020/lib/components/po-menu/services/po-menu-items.service.mjs +38 -0
  299. package/esm2020/lib/components/po-menu/services/po-menu.service.mjs +38 -0
  300. package/{esm2015/lib/components/po-menu-panel/index.js → esm2020/lib/components/po-menu-panel/index.mjs} +0 -0
  301. package/esm2020/lib/components/po-menu-panel/po-menu-panel-base.component.mjs +81 -0
  302. package/{esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item-internal.interface.js → esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item-internal.interface.mjs} +0 -0
  303. package/esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.mjs +120 -0
  304. package/{esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.interface.js → esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.interface.mjs} +0 -0
  305. package/esm2020/lib/components/po-menu-panel/po-menu-panel.component.mjs +171 -0
  306. package/esm2020/lib/components/po-menu-panel/po-menu-panel.module.mjs +30 -0
  307. package/esm2020/lib/components/po-menu-panel/services/po-menu-panel-items.service.mjs +38 -0
  308. package/{esm2015/lib/components/po-modal/index.js → esm2020/lib/components/po-modal/index.mjs} +0 -0
  309. package/{esm2015/lib/components/po-modal/po-modal-action.interface.js → esm2020/lib/components/po-modal/po-modal-action.interface.mjs} +0 -0
  310. package/esm2020/lib/components/po-modal/po-modal-base.component.mjs +133 -0
  311. package/esm2020/lib/components/po-modal/po-modal-footer/po-modal-footer.component.mjs +52 -0
  312. package/esm2020/lib/components/po-modal/po-modal.component.mjs +207 -0
  313. package/{esm2015/lib/components/po-modal/po-modal.literals.js → esm2020/lib/components/po-modal/po-modal.literals.mjs} +0 -0
  314. package/esm2020/lib/components/po-modal/po-modal.module.mjs +25 -0
  315. package/{esm2015/lib/components/po-navbar/index.js → esm2020/lib/components/po-navbar/index.mjs} +0 -0
  316. package/{esm2015/lib/components/po-navbar/interfaces/po-navbar-icon-action.interface.js → esm2020/lib/components/po-navbar/interfaces/po-navbar-icon-action.interface.mjs} +0 -0
  317. package/{esm2015/lib/components/po-navbar/interfaces/po-navbar-item.interface.js → esm2020/lib/components/po-navbar/interfaces/po-navbar-item.interface.mjs} +0 -0
  318. package/{esm2015/lib/components/po-navbar/interfaces/po-navbar-literals.interface.js → esm2020/lib/components/po-navbar/interfaces/po-navbar-literals.interface.mjs} +0 -0
  319. package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.mjs +56 -0
  320. package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.mjs +33 -0
  321. package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.mjs +36 -0
  322. package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.mjs +24 -0
  323. package/esm2020/lib/components/po-navbar/po-navbar-base.component.mjs +158 -0
  324. package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.mjs +34 -0
  325. package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.mjs +35 -0
  326. package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.mjs +21 -0
  327. package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.mjs +78 -0
  328. package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.mjs +86 -0
  329. package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.mjs +21 -0
  330. package/esm2020/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.mjs +28 -0
  331. package/esm2020/lib/components/po-navbar/po-navbar.component.mjs +262 -0
  332. package/esm2020/lib/components/po-navbar/po-navbar.module.mjs +75 -0
  333. package/{esm2015/lib/components/po-page/index.js → esm2020/lib/components/po-page/index.mjs} +0 -0
  334. package/{esm2015/lib/components/po-page/po-page-action.interface.js → esm2020/lib/components/po-page/po-page-action.interface.mjs} +0 -0
  335. package/{esm2015/lib/components/po-page/po-page-base.component.js → esm2020/lib/components/po-page/po-page-base.component.mjs} +0 -0
  336. package/{esm2015/lib/components/po-page/po-page-content/po-page-content-base.component.js → esm2020/lib/components/po-page/po-page-content/po-page-content-base.component.mjs} +0 -0
  337. package/esm2020/lib/components/po-page/po-page-content/po-page-content.component.mjs +60 -0
  338. package/esm2020/lib/components/po-page/po-page-default/po-page-default-base.component.mjs +128 -0
  339. package/{esm2015/lib/components/po-page/po-page-default/po-page-default-literals.interface.js → esm2020/lib/components/po-page/po-page-default/po-page-default-literals.interface.mjs} +0 -0
  340. package/esm2020/lib/components/po-page/po-page-default/po-page-default.component.mjs +165 -0
  341. package/{esm2015/lib/components/po-page/po-page-default/po-page-default.interface.js → esm2020/lib/components/po-page/po-page-default/po-page-default.interface.mjs} +0 -0
  342. package/esm2020/lib/components/po-page/po-page-detail/po-page-detail-base.component.mjs +162 -0
  343. package/{esm2015/lib/components/po-page/po-page-detail/po-page-detail-literals.interface.js → esm2020/lib/components/po-page/po-page-detail/po-page-detail-literals.interface.mjs} +0 -0
  344. package/esm2020/lib/components/po-page/po-page-detail/po-page-detail.component.mjs +132 -0
  345. package/esm2020/lib/components/po-page/po-page-edit/po-page-edit-base.component.mjs +169 -0
  346. package/{esm2015/lib/components/po-page/po-page-edit/po-page-edit-literals.interface.js → esm2020/lib/components/po-page/po-page-edit/po-page-edit-literals.interface.mjs} +0 -0
  347. package/esm2020/lib/components/po-page/po-page-edit/po-page-edit.component.mjs +135 -0
  348. package/{esm2015/lib/components/po-page/po-page-filter.interface.js → esm2020/lib/components/po-page/po-page-filter.interface.mjs} +0 -0
  349. package/esm2020/lib/components/po-page/po-page-header/po-page-header-base.component.mjs +31 -0
  350. package/esm2020/lib/components/po-page/po-page-header/po-page-header.component.mjs +51 -0
  351. package/esm2020/lib/components/po-page/po-page-list/po-page-list-base.component.mjs +158 -0
  352. package/{esm2015/lib/components/po-page/po-page-list/po-page-list-literals.interface.js → esm2020/lib/components/po-page/po-page-list/po-page-list-literals.interface.mjs} +0 -0
  353. package/esm2020/lib/components/po-page/po-page-list/po-page-list.component.mjs +323 -0
  354. package/esm2020/lib/components/po-page/po-page-slide/po-page-slide-base.component.mjs +146 -0
  355. package/esm2020/lib/components/po-page/po-page-slide/po-page-slide.component.mjs +197 -0
  356. package/esm2020/lib/components/po-page/po-page.component.mjs +23 -0
  357. package/{esm2015/lib/components/po-page/po-page.interface.js → esm2020/lib/components/po-page/po-page.interface.mjs} +0 -0
  358. package/esm2020/lib/components/po-page/po-page.module.mjs +97 -0
  359. package/{esm2015/lib/components/po-popover/index.js → esm2020/lib/components/po-popover/index.mjs} +0 -0
  360. package/esm2020/lib/components/po-popover/po-popover-base.component.mjs +126 -0
  361. package/esm2020/lib/components/po-popover/po-popover.component.mjs +173 -0
  362. package/esm2020/lib/components/po-popover/po-popover.module.mjs +23 -0
  363. package/{esm2015/lib/components/po-popup/index.js → esm2020/lib/components/po-popup/index.mjs} +0 -0
  364. package/{esm2015/lib/components/po-popup/po-popup-action.interface.js → esm2020/lib/components/po-popup/po-popup-action.interface.mjs} +0 -0
  365. package/esm2020/lib/components/po-popup/po-popup-base.component.mjs +199 -0
  366. package/esm2020/lib/components/po-popup/po-popup.component.mjs +232 -0
  367. package/esm2020/lib/components/po-popup/po-popup.module.mjs +27 -0
  368. package/{esm2015/lib/components/po-progress/enums/po-progress-status.enum.js → esm2020/lib/components/po-progress/enums/po-progress-status.enum.mjs} +0 -0
  369. package/{esm2015/lib/components/po-progress/index.js → esm2020/lib/components/po-progress/index.mjs} +0 -0
  370. package/esm2020/lib/components/po-progress/po-progress-bar/po-progress-bar.component.mjs +29 -0
  371. package/esm2020/lib/components/po-progress/po-progress-base.component.mjs +124 -0
  372. package/esm2020/lib/components/po-progress/po-progress.component.mjs +140 -0
  373. package/esm2020/lib/components/po-progress/po-progress.module.mjs +25 -0
  374. package/esm2020/lib/components/po-slide/directives/po-slide-content-template.directive.mjs +60 -0
  375. package/{esm2015/lib/components/po-slide/index.js → esm2020/lib/components/po-slide/index.mjs} +0 -0
  376. package/{esm2015/lib/components/po-slide/interfaces/po-slide-item.interface.js → esm2020/lib/components/po-slide/interfaces/po-slide-item.interface.mjs} +0 -0
  377. package/esm2020/lib/components/po-slide/po-slide-base.component.mjs +113 -0
  378. package/esm2020/lib/components/po-slide/po-slide-circles/po-slide-circles.component.mjs +52 -0
  379. package/esm2020/lib/components/po-slide/po-slide-control/po-slide-control.component.mjs +39 -0
  380. package/esm2020/lib/components/po-slide/po-slide-item/po-slide-item.component.mjs +152 -0
  381. package/esm2020/lib/components/po-slide/po-slide.component.mjs +330 -0
  382. package/esm2020/lib/components/po-slide/po-slide.module.mjs +68 -0
  383. package/{esm2015/lib/components/po-stepper/enums/po-stepper-orientation.enum.js → esm2020/lib/components/po-stepper/enums/po-stepper-orientation.enum.mjs} +0 -0
  384. package/{esm2015/lib/components/po-stepper/enums/po-stepper-status.enum.js → esm2020/lib/components/po-stepper/enums/po-stepper-status.enum.mjs} +0 -0
  385. package/{esm2015/lib/components/po-stepper/index.js → esm2020/lib/components/po-stepper/index.mjs} +0 -0
  386. package/esm2020/lib/components/po-stepper/po-step/po-step.component.mjs +84 -0
  387. package/esm2020/lib/components/po-stepper/po-stepper-base.component.mjs +159 -0
  388. package/esm2020/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.mjs +80 -0
  389. package/{esm2015/lib/components/po-stepper/po-stepper-item.interface.js → esm2020/lib/components/po-stepper/po-stepper-item.interface.mjs} +0 -0
  390. package/esm2020/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.mjs +28 -0
  391. package/esm2020/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.mjs +165 -0
  392. package/esm2020/lib/components/po-stepper/po-stepper.component.mjs +256 -0
  393. package/esm2020/lib/components/po-stepper/po-stepper.module.mjs +37 -0
  394. package/{esm2015/lib/components/po-table/enums/po-table-column-sort-type.enum.js → esm2020/lib/components/po-table/enums/po-table-column-sort-type.enum.mjs} +0 -0
  395. package/{esm2015/lib/components/po-table/enums/po-table-row-template-arrow-direction.enum.js → esm2020/lib/components/po-table/enums/po-table-row-template-arrow-direction.enum.mjs} +0 -0
  396. package/{esm2015/lib/components/po-table/index.js → esm2020/lib/components/po-table/index.mjs} +0 -0
  397. package/{esm2015/lib/components/po-table/interfaces/po-table-action.interface.js → esm2020/lib/components/po-table/interfaces/po-table-action.interface.mjs} +0 -0
  398. package/{esm2015/lib/components/po-table/interfaces/po-table-boolean.interface.js → esm2020/lib/components/po-table/interfaces/po-table-boolean.interface.mjs} +0 -0
  399. package/{esm2015/lib/components/po-table/interfaces/po-table-column-sort.interface.js → esm2020/lib/components/po-table/interfaces/po-table-column-sort.interface.mjs} +0 -0
  400. package/esm2020/lib/components/po-table/interfaces/po-table-column.interface.mjs +2 -0
  401. package/{esm2015/lib/components/po-table/interfaces/po-table-filter.interface.js → esm2020/lib/components/po-table/interfaces/po-table-filter.interface.mjs} +0 -0
  402. package/{esm2015/lib/components/po-table/interfaces/po-table-filtered-items-params.interface.js → esm2020/lib/components/po-table/interfaces/po-table-filtered-items-params.interface.mjs} +0 -0
  403. package/{esm2015/lib/components/po-table/interfaces/po-table-literals.interface.js → esm2020/lib/components/po-table/interfaces/po-table-literals.interface.mjs} +0 -0
  404. package/{esm2015/lib/components/po-table/interfaces/po-table-response-api.interface.js → esm2020/lib/components/po-table/interfaces/po-table-response-api.interface.mjs} +0 -0
  405. package/esm2020/lib/components/po-table/po-table-base.component.mjs +937 -0
  406. package/esm2020/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.mjs +83 -0
  407. package/esm2020/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.mjs +92 -0
  408. package/{esm2015/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.js → esm2020/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.mjs} +0 -0
  409. package/esm2020/lib/components/po-table/po-table-column-label/po-table-column-label.component.mjs +43 -0
  410. package/{esm2015/lib/components/po-table/po-table-column-label/po-table-column-label.interface.js → esm2020/lib/components/po-table/po-table-column-label/po-table-column-label.interface.mjs} +0 -0
  411. package/esm2020/lib/components/po-table/po-table-column-link/po-table-column-link.component.mjs +105 -0
  412. package/esm2020/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.mjs +317 -0
  413. package/esm2020/lib/components/po-table/po-table-column-template/po-table-column-template.directive.mjs +91 -0
  414. package/{esm2015/lib/components/po-table/po-table-detail/po-table-detail-column.interface.js → esm2020/lib/components/po-table/po-table-detail/po-table-detail-column.interface.mjs} +0 -0
  415. package/esm2020/lib/components/po-table/po-table-detail/po-table-detail.component.mjs +274 -0
  416. package/{esm2015/lib/components/po-table/po-table-detail/po-table-detail.interface.js → esm2020/lib/components/po-table/po-table-detail/po-table-detail.interface.mjs} +0 -0
  417. package/esm2020/lib/components/po-table/po-table-icon/po-table-icon.component.mjs +67 -0
  418. package/esm2020/lib/components/po-table/po-table-row-template/po-table-row-template.directive.mjs +131 -0
  419. package/esm2020/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.mjs +61 -0
  420. package/esm2020/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.mjs +49 -0
  421. package/{esm2015/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.js → esm2020/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.mjs} +0 -0
  422. package/esm2020/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.mjs +102 -0
  423. package/esm2020/lib/components/po-table/po-table.component.mjs +1437 -0
  424. package/esm2020/lib/components/po-table/po-table.module.mjs +122 -0
  425. package/esm2020/lib/components/po-table/services/po-table.service.mjs +37 -0
  426. package/{esm2015/lib/components/po-tabs/index.js → esm2020/lib/components/po-tabs/index.mjs} +0 -0
  427. package/esm2020/lib/components/po-tabs/po-tab/po-tab-base.component.mjs +93 -0
  428. package/esm2020/lib/components/po-tabs/po-tab/po-tab.component.mjs +29 -0
  429. package/{esm2015/lib/components/po-tabs/po-tab/po-tab.interface.js → esm2020/lib/components/po-tabs/po-tab/po-tab.interface.mjs} +0 -0
  430. package/esm2020/lib/components/po-tabs/po-tab-button/po-tab-button.component.mjs +101 -0
  431. package/esm2020/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.mjs +109 -0
  432. package/esm2020/lib/components/po-tabs/po-tabs-base.component.mjs +52 -0
  433. package/esm2020/lib/components/po-tabs/po-tabs.component.mjs +188 -0
  434. package/esm2020/lib/components/po-tabs/po-tabs.module.mjs +27 -0
  435. package/{esm2015/lib/components/po-tag/enums/po-tag-icon.enum.js → esm2020/lib/components/po-tag/enums/po-tag-icon.enum.mjs} +0 -0
  436. package/{esm2015/lib/components/po-tag/enums/po-tag-orientation.enum.js → esm2020/lib/components/po-tag/enums/po-tag-orientation.enum.mjs} +0 -0
  437. package/{esm2015/lib/components/po-tag/enums/po-tag-type.enum.js → esm2020/lib/components/po-tag/enums/po-tag-type.enum.mjs} +0 -0
  438. package/{esm2015/lib/components/po-tag/index.js → esm2020/lib/components/po-tag/index.mjs} +0 -0
  439. package/{esm2015/lib/components/po-tag/interfaces/po-tag-item.interface.js → esm2020/lib/components/po-tag/interfaces/po-tag-item.interface.mjs} +0 -0
  440. package/esm2020/lib/components/po-tag/po-tag-base.component.mjs +192 -0
  441. package/esm2020/lib/components/po-tag/po-tag.component.mjs +114 -0
  442. package/esm2020/lib/components/po-tag/po-tag.module.mjs +27 -0
  443. package/{esm2015/lib/components/po-toolbar/index.js → esm2020/lib/components/po-toolbar/index.mjs} +0 -0
  444. package/{esm2015/lib/components/po-toolbar/po-toolbar-action.interface.js → esm2020/lib/components/po-toolbar/po-toolbar-action.interface.mjs} +0 -0
  445. package/esm2020/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.mjs +55 -0
  446. package/esm2020/lib/components/po-toolbar/po-toolbar-base.component.mjs +60 -0
  447. package/esm2020/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.mjs +66 -0
  448. package/esm2020/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.mjs +78 -0
  449. package/{esm2015/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.interface.js → esm2020/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.interface.mjs} +0 -0
  450. package/esm2020/lib/components/po-toolbar/po-toolbar.component.mjs +85 -0
  451. package/esm2020/lib/components/po-toolbar/po-toolbar.module.mjs +41 -0
  452. package/{esm2015/lib/components/po-tree-view/index.js → esm2020/lib/components/po-tree-view/index.mjs} +0 -0
  453. package/esm2020/lib/components/po-tree-view/po-tree-view-base.component.mjs +209 -0
  454. package/esm2020/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.mjs +106 -0
  455. package/{esm2015/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.interface.js → esm2020/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.interface.mjs} +0 -0
  456. package/esm2020/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.mjs +91 -0
  457. package/esm2020/lib/components/po-tree-view/po-tree-view.component.mjs +82 -0
  458. package/esm2020/lib/components/po-tree-view/po-tree-view.module.mjs +55 -0
  459. package/esm2020/lib/components/po-tree-view/services/po-tree-view.service.mjs +27 -0
  460. package/{esm2015/lib/components/po-widget/index.js → esm2020/lib/components/po-widget/index.mjs} +0 -0
  461. package/esm2020/lib/components/po-widget/po-widget-base.component.mjs +247 -0
  462. package/esm2020/lib/components/po-widget/po-widget.component.mjs +245 -0
  463. package/esm2020/lib/components/po-widget/po-widget.module.mjs +25 -0
  464. package/{esm2015/lib/decorators/index.js → esm2020/lib/decorators/index.mjs} +0 -0
  465. package/{esm2015/lib/decorators/input-boolean/input-boolean.decorator.js → esm2020/lib/decorators/input-boolean/input-boolean.decorator.mjs} +0 -0
  466. package/{esm2015/lib/decorators/input-required/input-required.decorator.js → esm2020/lib/decorators/input-required/input-required.decorator.mjs} +0 -0
  467. package/{esm2015/lib/decorators/property-decorator.interface.js → esm2020/lib/decorators/property-decorator.interface.mjs} +0 -0
  468. package/{esm2015/lib/decorators/utils-decorators.js → esm2020/lib/decorators/utils-decorators.mjs} +0 -0
  469. package/esm2020/lib/directives/directives.module.mjs +20 -0
  470. package/{esm2015/lib/directives/index.js → esm2020/lib/directives/index.mjs} +0 -0
  471. package/{esm2015/lib/directives/po-tooltip/index.js → esm2020/lib/directives/po-tooltip/index.mjs} +0 -0
  472. package/esm2020/lib/directives/po-tooltip/po-tooltip-base.directive.mjs +115 -0
  473. package/esm2020/lib/directives/po-tooltip/po-tooltip-control-position.service.mjs +11 -0
  474. package/esm2020/lib/directives/po-tooltip/po-tooltip.directive.mjs +151 -0
  475. package/esm2020/lib/directives/po-tooltip/po-tooltip.module.mjs +24 -0
  476. package/{esm2015/lib/enums/po-color-palette.enum.js → esm2020/lib/enums/po-color-palette.enum.mjs} +0 -0
  477. package/{esm2015/lib/enums/po-key-code.enum.js → esm2020/lib/enums/po-key-code.enum.mjs} +0 -0
  478. package/esm2020/lib/guards/guards.module.mjs +18 -0
  479. package/{esm2015/lib/guards/index.js → esm2020/lib/guards/index.mjs} +0 -0
  480. package/{esm2015/lib/index.js → esm2020/lib/index.mjs} +0 -0
  481. package/{esm2015/lib/interceptors/index.js → esm2020/lib/interceptors/index.mjs} +0 -0
  482. package/esm2020/lib/interceptors/interceptors.module.mjs +21 -0
  483. package/{esm2015/lib/interceptors/po-http-interceptor/index.js → esm2020/lib/interceptors/po-http-interceptor/index.mjs} +0 -0
  484. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.mjs +252 -0
  485. package/{esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail-literals.interface.js → esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail-literals.interface.mjs} +0 -0
  486. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.mjs +172 -0
  487. package/{esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.interface.js → esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.interface.mjs} +0 -0
  488. package/{esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-literals.js → esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-literals.mjs} +0 -0
  489. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor.module.mjs +42 -0
  490. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor.service.mjs +26 -0
  491. package/{esm2015/lib/interceptors/po-http-request/index.js → esm2020/lib/interceptors/po-http-request/index.mjs} +0 -0
  492. package/esm2020/lib/interceptors/po-http-request/po-http-request-control-service.mjs +26 -0
  493. package/esm2020/lib/interceptors/po-http-request/po-http-request-interceptor.service.mjs +165 -0
  494. package/esm2020/lib/interceptors/po-http-request/po-http-request.module.mjs +39 -0
  495. package/{esm2015/lib/interfaces/index.js → esm2020/lib/interfaces/index.mjs} +0 -0
  496. package/{esm2015/lib/interfaces/po-http/po-response-api.interface.js → esm2020/lib/interfaces/po-http/po-response-api.interface.mjs} +0 -0
  497. package/{esm2015/lib/pipes/index.js → esm2020/lib/pipes/index.mjs} +0 -0
  498. package/esm2020/lib/pipes/pipes.module.mjs +20 -0
  499. package/{esm2015/lib/pipes/po-time/index.js → esm2020/lib/pipes/po-time/index.mjs} +0 -0
  500. package/esm2020/lib/pipes/po-time/po-time.module.mjs +25 -0
  501. package/esm2020/lib/pipes/po-time/po-time.pipe.mjs +59 -0
  502. package/esm2020/lib/po.module.mjs +62 -0
  503. package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +0 -0
  504. package/{esm2015/lib/services/po-active-overlay/index.js → esm2020/lib/services/po-active-overlay/index.mjs} +0 -0
  505. package/esm2020/lib/services/po-active-overlay/po-active-overlay.module.mjs +21 -0
  506. package/esm2020/lib/services/po-active-overlay/po-active-overlay.service.mjs +16 -0
  507. package/esm2020/lib/services/po-color/po-color.service.mjs +62 -0
  508. package/{esm2015/lib/services/po-color/po-colors.constant.js → esm2020/lib/services/po-color/po-colors.constant.mjs} +0 -0
  509. package/{esm2015/lib/services/po-color-palette/index.js → esm2020/lib/services/po-color-palette/index.mjs} +0 -0
  510. package/esm2020/lib/services/po-color-palette/po-color-palette.module.mjs +21 -0
  511. package/esm2020/lib/services/po-color-palette/po-color-palette.service.mjs +28 -0
  512. package/{esm2015/lib/services/po-component-injector/index.js → esm2020/lib/services/po-component-injector/index.mjs} +0 -0
  513. package/esm2020/lib/services/po-component-injector/po-component-injector.module.mjs +19 -0
  514. package/esm2020/lib/services/po-component-injector/po-component-injector.service.mjs +31 -0
  515. package/{esm2015/lib/services/po-control-position/index.js → esm2020/lib/services/po-control-position/index.mjs} +0 -0
  516. package/{esm2015/lib/services/po-control-position/po-control-position.constants.js → esm2020/lib/services/po-control-position/po-control-position.constants.mjs} +0 -0
  517. package/esm2020/lib/services/po-control-position/po-control-position.module.mjs +20 -0
  518. package/esm2020/lib/services/po-control-position/po-control-position.service.mjs +364 -0
  519. package/{esm2015/lib/services/po-date/index.js → esm2020/lib/services/po-date/index.mjs} +0 -0
  520. package/esm2020/lib/services/po-date/po-date.module.mjs +21 -0
  521. package/esm2020/lib/services/po-date/po-date.service.mjs +203 -0
  522. package/{esm2015/lib/services/po-dialog/index.js → esm2020/lib/services/po-dialog/index.mjs} +0 -0
  523. package/{esm2015/lib/services/po-dialog/interfaces/po-dialog-alert-literals.interface.js → esm2020/lib/services/po-dialog/interfaces/po-dialog-alert-literals.interface.mjs} +0 -0
  524. package/{esm2015/lib/services/po-dialog/interfaces/po-dialog-confirm-literals.interface.js → esm2020/lib/services/po-dialog/interfaces/po-dialog-confirm-literals.interface.mjs} +0 -0
  525. package/{esm2015/lib/services/po-dialog/interfaces/po-dialog.interface.js → esm2020/lib/services/po-dialog/interfaces/po-dialog.interface.mjs} +0 -0
  526. package/{esm2015/lib/services/po-dialog/po-dialog-base.service.js → esm2020/lib/services/po-dialog/po-dialog-base.service.mjs} +0 -0
  527. package/esm2020/lib/services/po-dialog/po-dialog.component.mjs +132 -0
  528. package/{esm2015/lib/services/po-dialog/po-dialog.enum.js → esm2020/lib/services/po-dialog/po-dialog.enum.mjs} +0 -0
  529. package/esm2020/lib/services/po-dialog/po-dialog.module.mjs +21 -0
  530. package/esm2020/lib/services/po-dialog/po-dialog.service.mjs +42 -0
  531. package/{esm2015/lib/services/po-i18n/index.js → esm2020/lib/services/po-i18n/index.mjs} +0 -0
  532. package/{esm2015/lib/services/po-i18n/interfaces/po-i18n-config-default.interface.js → esm2020/lib/services/po-i18n/interfaces/po-i18n-config-default.interface.mjs} +0 -0
  533. package/{esm2015/lib/services/po-i18n/interfaces/po-i18n-config.interface.js → esm2020/lib/services/po-i18n/interfaces/po-i18n-config.interface.mjs} +0 -0
  534. package/{esm2015/lib/services/po-i18n/interfaces/po-i18n-literals.interface.js → esm2020/lib/services/po-i18n/interfaces/po-i18n-literals.interface.mjs} +0 -0
  535. package/{esm2015/lib/services/po-i18n/po-i18n-base.pipe.js → esm2020/lib/services/po-i18n/po-i18n-base.pipe.mjs} +0 -0
  536. package/esm2020/lib/services/po-i18n/po-i18n-base.service.mjs +439 -0
  537. package/{esm2015/lib/services/po-i18n/po-i18n-config-injection-token.js → esm2020/lib/services/po-i18n/po-i18n-config-injection-token.mjs} +0 -0
  538. package/esm2020/lib/services/po-i18n/po-i18n.module.mjs +194 -0
  539. package/esm2020/lib/services/po-i18n/po-i18n.pipe.mjs +25 -0
  540. package/esm2020/lib/services/po-i18n/po-i18n.service.mjs +19 -0
  541. package/{esm2015/lib/services/po-language/index.js → esm2020/lib/services/po-language/index.mjs} +0 -0
  542. package/esm2020/lib/services/po-language/po-language.constant.mjs +73 -0
  543. package/{esm2015/lib/services/po-language/po-language.interface.js → esm2020/lib/services/po-language/po-language.interface.mjs} +0 -0
  544. package/esm2020/lib/services/po-language/po-language.module.mjs +20 -0
  545. package/esm2020/lib/services/po-language/po-language.service.mjs +136 -0
  546. package/{esm2015/lib/services/po-notification/index.js → esm2020/lib/services/po-notification/index.mjs} +0 -0
  547. package/{esm2015/lib/services/po-notification/po-notification-base.service.js → esm2020/lib/services/po-notification/po-notification-base.service.mjs} +0 -0
  548. package/{esm2015/lib/services/po-notification/po-notification.interface.js → esm2020/lib/services/po-notification/po-notification.interface.mjs} +0 -0
  549. package/esm2020/lib/services/po-notification/po-notification.module.mjs +21 -0
  550. package/esm2020/lib/services/po-notification/po-notification.service.mjs +90 -0
  551. package/{esm2015/lib/services/po-notification/po-toaster/po-toaster-base.component.js → esm2020/lib/services/po-notification/po-toaster/po-toaster-base.component.mjs} +0 -0
  552. package/{esm2015/lib/services/po-notification/po-toaster/po-toaster-orientation.enum.js → esm2020/lib/services/po-notification/po-toaster/po-toaster-orientation.enum.mjs} +0 -0
  553. package/{esm2015/lib/services/po-notification/po-toaster/po-toaster-type.enum.js → esm2020/lib/services/po-notification/po-toaster/po-toaster-type.enum.mjs} +0 -0
  554. package/esm2020/lib/services/po-notification/po-toaster/po-toaster.component.mjs +168 -0
  555. package/{esm2015/lib/services/po-notification/po-toaster/po-toaster.interface.js → esm2020/lib/services/po-notification/po-toaster/po-toaster.interface.mjs} +0 -0
  556. package/esm2020/lib/services/services.module.mjs +75 -0
  557. package/esm2020/lib/utils/util.mjs +511 -0
  558. package/esm2020/po-ui-ng-components.mjs +5 -0
  559. package/{esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
  560. package/fesm2015/po-ui-ng-components.mjs +47794 -0
  561. package/fesm2015/po-ui-ng-components.mjs.map +1 -0
  562. package/fesm2020/po-ui-ng-components.mjs +45104 -0
  563. package/fesm2020/po-ui-ng-components.mjs.map +1 -0
  564. package/lib/components/components.module.d.ts +40 -0
  565. package/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.d.ts +3 -0
  566. package/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.d.ts +3 -0
  567. package/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.d.ts +3 -0
  568. package/lib/components/po-accordion/po-accordion.component.d.ts +3 -0
  569. package/lib/components/po-accordion/po-accordion.module.d.ts +9 -0
  570. package/lib/components/po-accordion/services/po-accordion.service.d.ts +3 -0
  571. package/lib/components/po-avatar/po-avatar-base.component.d.ts +3 -0
  572. package/lib/components/po-avatar/po-avatar.component.d.ts +3 -0
  573. package/lib/components/po-avatar/po-avatar.module.d.ts +6 -0
  574. package/lib/components/po-badge/po-badge-base.component.d.ts +3 -0
  575. package/lib/components/po-badge/po-badge.component.d.ts +3 -0
  576. package/lib/components/po-badge/po-badge.module.d.ts +6 -0
  577. package/lib/components/po-breadcrumb/po-breadcrumb-base.component.d.ts +3 -0
  578. package/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.d.ts +3 -0
  579. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.d.ts +3 -0
  580. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.d.ts +3 -0
  581. package/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.d.ts +3 -0
  582. package/lib/components/po-breadcrumb/po-breadcrumb.component.d.ts +3 -0
  583. package/lib/components/po-breadcrumb/po-breadcrumb.module.d.ts +10 -0
  584. package/lib/components/po-button/po-button-base.component.d.ts +3 -0
  585. package/lib/components/po-button/po-button.component.d.ts +3 -0
  586. package/lib/components/po-button/po-button.module.d.ts +8 -0
  587. package/lib/components/po-button-group/po-button-group-base.component.d.ts +3 -0
  588. package/lib/components/po-button-group/po-button-group.component.d.ts +3 -0
  589. package/lib/components/po-button-group/po-button-group.module.d.ts +8 -0
  590. package/lib/components/po-calendar/po-calendar-base.component.d.ts +3 -0
  591. package/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.d.ts +3 -0
  592. package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +3 -0
  593. package/lib/components/po-calendar/po-calendar.component.d.ts +3 -0
  594. package/lib/components/po-calendar/po-calendar.module.d.ts +8 -0
  595. package/lib/components/po-calendar/services/po-calendar.lang.service.d.ts +3 -0
  596. package/lib/components/po-calendar/services/po-calendar.service.d.ts +3 -0
  597. package/lib/components/po-chart/directives/po-resize-observer.directive.d.ts +3 -0
  598. package/lib/components/po-chart/enums/po-chart-type.enum.d.ts +0 -13
  599. package/lib/components/po-chart/index.d.ts +0 -1
  600. package/lib/components/po-chart/interfaces/po-chart-serie.interface.d.ts +0 -24
  601. package/lib/components/po-chart/po-chart-base.component.d.ts +8 -6
  602. package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.d.ts +3 -0
  603. package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.d.ts +3 -0
  604. package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.d.ts +3 -0
  605. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.d.ts +3 -0
  606. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.d.ts +3 -0
  607. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.d.ts +3 -0
  608. package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.d.ts +3 -0
  609. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.d.ts +3 -0
  610. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.d.ts +3 -0
  611. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.d.ts +3 -0
  612. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.d.ts +3 -0
  613. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.d.ts +3 -0
  614. package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.d.ts +3 -0
  615. package/lib/components/po-chart/po-chart-container/po-chart-container.component.d.ts +3 -0
  616. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.d.ts +3 -0
  617. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.d.ts +3 -0
  618. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.d.ts +3 -0
  619. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.d.ts +3 -0
  620. package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.d.ts +3 -0
  621. package/lib/components/po-chart/po-chart-legend/po-chart-legend.component.d.ts +3 -0
  622. package/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.d.ts +6 -5
  623. package/lib/components/po-chart/po-chart.component.d.ts +3 -1
  624. package/lib/components/po-chart/po-chart.module.d.ts +25 -0
  625. package/lib/components/po-chart/services/po-chart-maths.service.d.ts +3 -0
  626. package/lib/components/po-chart/services/po-chart-svg-container.service.d.ts +3 -0
  627. package/lib/components/po-container/po-container-base.component.d.ts +3 -0
  628. package/lib/components/po-container/po-container.component.d.ts +3 -0
  629. package/lib/components/po-container/po-container.module.d.ts +6 -0
  630. package/lib/components/po-disclaimer/po-disclaimer-base.component.d.ts +3 -0
  631. package/lib/components/po-disclaimer/po-disclaimer.component.d.ts +3 -0
  632. package/lib/components/po-disclaimer/po-disclaimer.module.d.ts +6 -0
  633. package/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.d.ts +3 -0
  634. package/lib/components/po-disclaimer-group/po-disclaimer-group.component.d.ts +3 -0
  635. package/lib/components/po-disclaimer-group/po-disclaimer-group.module.d.ts +8 -0
  636. package/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.d.ts +3 -0
  637. package/lib/components/po-divider/po-divider-base.component.d.ts +3 -0
  638. package/lib/components/po-divider/po-divider.component.d.ts +3 -0
  639. package/lib/components/po-divider/po-divider.module.d.ts +6 -0
  640. package/lib/components/po-dropdown/po-dropdown-base.component.d.ts +3 -0
  641. package/lib/components/po-dropdown/po-dropdown.component.d.ts +3 -0
  642. package/lib/components/po-dropdown/po-dropdown.module.d.ts +7 -0
  643. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.d.ts +3 -0
  644. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +3 -0
  645. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.d.ts +3 -0
  646. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.d.ts +4 -1
  647. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.d.ts +3 -0
  648. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +3 -0
  649. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.d.ts +3 -0
  650. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.d.ts +3 -0
  651. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.d.ts +3 -0
  652. package/lib/components/po-dynamic/po-dynamic.module.d.ts +14 -0
  653. package/lib/components/po-field/index.d.ts +2 -0
  654. package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +3 -0
  655. package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +3 -0
  656. package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +11 -0
  657. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +3 -0
  658. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.d.ts +8 -0
  659. package/lib/components/po-field/po-clean/index.d.ts +1 -0
  660. package/lib/components/po-field/po-clean/po-clean-base.component.d.ts +3 -0
  661. package/lib/components/po-field/po-clean/po-clean.component.d.ts +3 -0
  662. package/lib/components/po-field/po-clean/po-clean.module.d.ts +6 -0
  663. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +11 -0
  664. package/lib/components/po-field/po-combo/po-combo-filter.service.d.ts +3 -0
  665. package/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.d.ts +3 -0
  666. package/lib/components/po-field/po-combo/po-combo.component.d.ts +3 -0
  667. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +3 -0
  668. package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +3 -0
  669. package/lib/components/po-field/po-datepicker/po-datepicker.module.d.ts +10 -0
  670. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +3 -0
  671. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +3 -0
  672. package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +3 -0
  673. package/lib/components/po-field/po-email/po-email.component.d.ts +3 -0
  674. package/lib/components/po-field/po-field-container/index.d.ts +3 -0
  675. package/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.d.ts +3 -0
  676. package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +3 -0
  677. package/lib/components/po-field/po-field-container/po-field-container.module.d.ts +7 -0
  678. package/lib/components/po-field/po-field-validate.model.d.ts +3 -0
  679. package/lib/components/po-field/po-field.model.d.ts +3 -0
  680. package/lib/components/po-field/po-field.module.d.ts +57 -0
  681. package/lib/components/po-field/po-input/po-input-base.component.d.ts +3 -0
  682. package/lib/components/po-field/po-input/po-input.component.d.ts +3 -0
  683. package/lib/components/po-field/po-input-generic/po-input-generic.d.ts +3 -0
  684. package/lib/components/po-field/po-login/po-login.component.d.ts +3 -0
  685. package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +3 -0
  686. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.d.ts +3 -0
  687. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.d.ts +3 -0
  688. package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +6 -2
  689. package/lib/components/po-field/po-lookup/services/po-lookup-filter.service.d.ts +3 -0
  690. package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +3 -0
  691. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +3 -0
  692. package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +3 -0
  693. package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +3 -0
  694. package/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.d.ts +3 -0
  695. package/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.d.ts +3 -0
  696. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +3 -0
  697. package/lib/components/po-field/po-number/po-number-base.component.d.ts +3 -0
  698. package/lib/components/po-field/po-number/po-number.component.d.ts +3 -0
  699. package/lib/components/po-field/po-password/po-password.component.d.ts +3 -0
  700. package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +3 -0
  701. package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +6 -2
  702. package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +3 -0
  703. package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +3 -0
  704. package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +3 -0
  705. package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +3 -0
  706. package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +3 -0
  707. package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +3 -0
  708. package/lib/components/po-field/po-rich-text/po-rich-text.service.d.ts +3 -0
  709. package/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.d.ts +3 -0
  710. package/lib/components/po-field/po-select/po-select.component.d.ts +10 -0
  711. package/lib/components/po-field/po-switch/po-switch.component.d.ts +3 -0
  712. package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +3 -0
  713. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +3 -0
  714. package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +11 -0
  715. package/lib/components/po-field/po-upload/po-upload-base.service.d.ts +3 -0
  716. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.d.ts +3 -0
  717. 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 +3 -0
  718. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.d.ts +3 -0
  719. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.d.ts +3 -0
  720. package/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.d.ts +3 -0
  721. package/lib/components/po-field/po-upload/po-upload.component.d.ts +6 -2
  722. package/lib/components/po-field/po-upload/po-upload.service.d.ts +3 -0
  723. package/lib/components/po-field/po-url/po-url.component.d.ts +3 -0
  724. package/lib/components/po-gauge/po-gauge-base.component.d.ts +3 -0
  725. package/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.d.ts +3 -0
  726. package/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.d.ts +3 -0
  727. package/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.d.ts +3 -0
  728. package/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.d.ts +3 -0
  729. package/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.d.ts +3 -0
  730. package/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.d.ts +3 -0
  731. package/lib/components/po-gauge/po-gauge.component.d.ts +3 -0
  732. package/lib/components/po-gauge/po-gauge.module.d.ts +13 -0
  733. package/lib/components/po-grid/po-grid-cell/po-grid-cell.component.d.ts +3 -0
  734. package/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.d.ts +3 -0
  735. package/lib/components/po-grid/po-grid-head/po-grid-head.component.d.ts +3 -0
  736. package/lib/components/po-grid/po-grid.component.d.ts +3 -0
  737. package/lib/components/po-grid/po-grid.module.d.ts +11 -0
  738. package/lib/components/po-icon/po-icon.component.d.ts +3 -0
  739. package/lib/components/po-icon/po-icon.module.d.ts +6 -0
  740. package/lib/components/po-info/po-info-base.component.d.ts +3 -0
  741. package/lib/components/po-info/po-info.component.d.ts +3 -0
  742. package/lib/components/po-info/po-info.module.d.ts +7 -0
  743. package/lib/components/po-list-view/po-list-view-base.component.d.ts +3 -0
  744. package/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.d.ts +3 -0
  745. package/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.d.ts +3 -0
  746. package/lib/components/po-list-view/po-list-view.component.d.ts +3 -0
  747. package/lib/components/po-list-view/po-list-view.module.d.ts +11 -0
  748. package/lib/components/po-loading/po-loading-base.component.d.ts +3 -0
  749. package/lib/components/po-loading/po-loading-icon/po-loading-icon.component.d.ts +3 -0
  750. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.d.ts +3 -0
  751. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +3 -0
  752. package/lib/components/po-loading/po-loading.component.d.ts +3 -0
  753. package/lib/components/po-loading/po-loading.module.d.ts +9 -0
  754. package/lib/components/po-menu/po-menu-base.component.d.ts +3 -0
  755. package/lib/components/po-menu/po-menu-filter/po-menu-filter.component.d.ts +3 -0
  756. package/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.d.ts +3 -0
  757. package/lib/components/po-menu/po-menu-item/po-menu-item.component.d.ts +3 -0
  758. package/lib/components/po-menu/po-menu.component.d.ts +3 -0
  759. package/lib/components/po-menu/po-menu.module.d.ts +14 -0
  760. package/lib/components/po-menu/services/po-menu-global.service.d.ts +3 -0
  761. package/lib/components/po-menu/services/po-menu-items.service.d.ts +3 -0
  762. package/lib/components/po-menu/services/po-menu.service.d.ts +3 -0
  763. package/lib/components/po-menu-panel/po-menu-panel-base.component.d.ts +3 -0
  764. package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.d.ts +3 -0
  765. package/lib/components/po-menu-panel/po-menu-panel.component.d.ts +3 -0
  766. package/lib/components/po-menu-panel/po-menu-panel.module.d.ts +10 -0
  767. package/lib/components/po-menu-panel/services/po-menu-panel-items.service.d.ts +3 -0
  768. package/lib/components/po-modal/po-modal-base.component.d.ts +3 -0
  769. package/lib/components/po-modal/po-modal-footer/po-modal-footer.component.d.ts +3 -0
  770. package/lib/components/po-modal/po-modal.component.d.ts +3 -0
  771. package/lib/components/po-modal/po-modal.module.d.ts +8 -0
  772. package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts +3 -0
  773. package/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.d.ts +3 -0
  774. package/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.d.ts +3 -0
  775. package/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.d.ts +11 -0
  776. package/lib/components/po-navbar/po-navbar-base.component.d.ts +3 -30
  777. package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.d.ts +3 -0
  778. package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.d.ts +3 -0
  779. package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.d.ts +8 -0
  780. package/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.d.ts +3 -0
  781. package/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.d.ts +3 -0
  782. package/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.d.ts +8 -0
  783. package/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.d.ts +3 -0
  784. package/lib/components/po-navbar/po-navbar.component.d.ts +3 -0
  785. package/lib/components/po-navbar/po-navbar.module.d.ts +12 -0
  786. package/lib/components/po-page/po-page-content/po-page-content.component.d.ts +3 -0
  787. package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +3 -0
  788. package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +3 -0
  789. package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +3 -0
  790. package/lib/components/po-page/po-page-detail/po-page-detail.component.d.ts +3 -0
  791. package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +3 -0
  792. package/lib/components/po-page/po-page-edit/po-page-edit.component.d.ts +3 -0
  793. package/lib/components/po-page/po-page-header/po-page-header-base.component.d.ts +3 -0
  794. package/lib/components/po-page/po-page-header/po-page-header.component.d.ts +3 -0
  795. package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +3 -0
  796. package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +3 -0
  797. package/lib/components/po-page/po-page-slide/po-page-slide-base.component.d.ts +3 -0
  798. package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +3 -0
  799. package/lib/components/po-page/po-page.component.d.ts +3 -0
  800. package/lib/components/po-page/po-page.module.d.ts +22 -0
  801. package/lib/components/po-popover/po-popover-base.component.d.ts +3 -0
  802. package/lib/components/po-popover/po-popover.component.d.ts +3 -0
  803. package/lib/components/po-popover/po-popover.module.d.ts +6 -0
  804. package/lib/components/po-popup/po-popup-base.component.d.ts +3 -0
  805. package/lib/components/po-popup/po-popup.component.d.ts +3 -0
  806. package/lib/components/po-popup/po-popup.module.d.ts +7 -0
  807. package/lib/components/po-progress/po-progress-bar/po-progress-bar.component.d.ts +3 -0
  808. package/lib/components/po-progress/po-progress-base.component.d.ts +3 -0
  809. package/lib/components/po-progress/po-progress.component.d.ts +3 -0
  810. package/lib/components/po-progress/po-progress.module.d.ts +7 -0
  811. package/lib/components/po-slide/directives/po-slide-content-template.directive.d.ts +3 -0
  812. package/lib/components/po-slide/po-slide-base.component.d.ts +3 -0
  813. package/lib/components/po-slide/po-slide-circles/po-slide-circles.component.d.ts +3 -0
  814. package/lib/components/po-slide/po-slide-control/po-slide-control.component.d.ts +3 -0
  815. package/lib/components/po-slide/po-slide-item/po-slide-item.component.d.ts +3 -0
  816. package/lib/components/po-slide/po-slide.component.d.ts +3 -0
  817. package/lib/components/po-slide/po-slide.module.d.ts +12 -0
  818. package/lib/components/po-stepper/po-step/po-step.component.d.ts +3 -0
  819. package/lib/components/po-stepper/po-stepper-base.component.d.ts +3 -0
  820. package/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.d.ts +3 -0
  821. package/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.d.ts +3 -0
  822. package/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.d.ts +3 -0
  823. package/lib/components/po-stepper/po-stepper.component.d.ts +3 -0
  824. package/lib/components/po-stepper/po-stepper.module.d.ts +10 -0
  825. package/lib/components/po-table/interfaces/po-table-column.interface.d.ts +6 -1
  826. package/lib/components/po-table/po-table-base.component.d.ts +13 -0
  827. package/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.d.ts +3 -0
  828. package/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.d.ts +3 -0
  829. package/lib/components/po-table/po-table-column-label/po-table-column-label.component.d.ts +3 -0
  830. package/lib/components/po-table/po-table-column-link/po-table-column-link.component.d.ts +3 -0
  831. package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +3 -0
  832. package/lib/components/po-table/po-table-column-template/po-table-column-template.directive.d.ts +3 -0
  833. package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +3 -0
  834. package/lib/components/po-table/po-table-icon/po-table-icon.component.d.ts +3 -0
  835. package/lib/components/po-table/po-table-row-template/po-table-row-template.directive.d.ts +3 -0
  836. package/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.d.ts +3 -0
  837. package/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.d.ts +3 -0
  838. package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.d.ts +3 -0
  839. package/lib/components/po-table/po-table.component.d.ts +4 -0
  840. package/lib/components/po-table/po-table.module.d.ts +30 -0
  841. package/lib/components/po-table/services/po-table.service.d.ts +3 -0
  842. package/lib/components/po-tabs/po-tab/po-tab-base.component.d.ts +3 -0
  843. package/lib/components/po-tabs/po-tab/po-tab.component.d.ts +3 -0
  844. package/lib/components/po-tabs/po-tab-button/po-tab-button.component.d.ts +3 -0
  845. package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +3 -0
  846. package/lib/components/po-tabs/po-tabs-base.component.d.ts +3 -0
  847. package/lib/components/po-tabs/po-tabs.component.d.ts +3 -0
  848. package/lib/components/po-tabs/po-tabs.module.d.ts +10 -0
  849. package/lib/components/po-tag/po-tag-base.component.d.ts +3 -0
  850. package/lib/components/po-tag/po-tag.component.d.ts +3 -0
  851. package/lib/components/po-tag/po-tag.module.d.ts +7 -0
  852. package/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.d.ts +3 -0
  853. package/lib/components/po-toolbar/po-toolbar-base.component.d.ts +3 -0
  854. package/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.d.ts +3 -0
  855. package/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.d.ts +3 -0
  856. package/lib/components/po-toolbar/po-toolbar.component.d.ts +3 -0
  857. package/lib/components/po-toolbar/po-toolbar.module.d.ts +12 -0
  858. package/lib/components/po-tree-view/po-tree-view-base.component.d.ts +3 -0
  859. package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +3 -0
  860. package/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.d.ts +3 -0
  861. package/lib/components/po-tree-view/po-tree-view.component.d.ts +3 -0
  862. package/lib/components/po-tree-view/po-tree-view.module.d.ts +11 -0
  863. package/lib/components/po-tree-view/services/po-tree-view.service.d.ts +3 -0
  864. package/lib/components/po-widget/po-widget-base.component.d.ts +3 -0
  865. package/lib/components/po-widget/po-widget.component.d.ts +3 -0
  866. package/lib/components/po-widget/po-widget.module.d.ts +7 -0
  867. package/lib/directives/directives.module.d.ts +5 -0
  868. package/lib/directives/po-tooltip/po-tooltip-base.directive.d.ts +3 -0
  869. package/lib/directives/po-tooltip/po-tooltip-control-position.service.d.ts +3 -0
  870. package/lib/directives/po-tooltip/po-tooltip.directive.d.ts +3 -0
  871. package/lib/directives/po-tooltip/po-tooltip.module.d.ts +6 -0
  872. package/lib/guards/guards.module.d.ts +4 -0
  873. package/lib/interceptors/interceptors.module.d.ts +6 -0
  874. package/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.d.ts +3 -0
  875. package/lib/interceptors/po-http-interceptor/po-http-interceptor.module.d.ts +10 -0
  876. package/lib/interceptors/po-http-interceptor/po-http-interceptor.service.d.ts +3 -0
  877. package/lib/interceptors/po-http-request/po-http-request-control-service.d.ts +3 -0
  878. package/lib/interceptors/po-http-request/po-http-request-interceptor.service.d.ts +3 -0
  879. package/lib/interceptors/po-http-request/po-http-request.module.d.ts +5 -0
  880. package/lib/pipes/pipes.module.d.ts +5 -0
  881. package/lib/pipes/po-time/po-time.module.d.ts +5 -0
  882. package/lib/pipes/po-time/po-time.pipe.d.ts +3 -0
  883. package/lib/po.module.d.ts +10 -0
  884. package/lib/services/po-active-overlay/po-active-overlay.module.d.ts +4 -0
  885. package/lib/services/po-active-overlay/po-active-overlay.service.d.ts +3 -0
  886. package/lib/services/po-color/po-color.service.d.ts +3 -0
  887. package/lib/services/po-color-palette/po-color-palette.module.d.ts +4 -0
  888. package/lib/services/po-color-palette/po-color-palette.service.d.ts +3 -0
  889. package/lib/services/po-component-injector/po-component-injector.module.d.ts +4 -0
  890. package/lib/services/po-component-injector/po-component-injector.service.d.ts +3 -0
  891. package/lib/services/po-control-position/po-control-position.module.d.ts +4 -0
  892. package/lib/services/po-control-position/po-control-position.service.d.ts +3 -0
  893. package/lib/services/po-date/po-date.module.d.ts +4 -0
  894. package/lib/services/po-date/po-date.service.d.ts +3 -0
  895. package/lib/services/po-dialog/po-dialog.component.d.ts +3 -0
  896. package/lib/services/po-dialog/po-dialog.module.d.ts +6 -0
  897. package/lib/services/po-dialog/po-dialog.service.d.ts +3 -0
  898. package/lib/services/po-i18n/po-i18n.module.d.ts +6 -0
  899. package/lib/services/po-i18n/po-i18n.pipe.d.ts +3 -0
  900. package/lib/services/po-i18n/po-i18n.service.d.ts +3 -0
  901. package/lib/services/po-language/po-language.module.d.ts +4 -0
  902. package/lib/services/po-language/po-language.service.d.ts +3 -0
  903. package/lib/services/po-notification/po-notification.module.d.ts +6 -0
  904. package/lib/services/po-notification/po-notification.service.d.ts +3 -0
  905. package/lib/services/po-notification/po-toaster/po-toaster.component.d.ts +3 -0
  906. package/lib/services/services.module.d.ts +13 -0
  907. package/package.json +36 -21
  908. package/po-ui-ng-components-6.1.0.tgz +0 -0
  909. package/po-ui-ng-components.d.ts +1 -201
  910. package/schematics/migrations.json +5 -0
  911. package/schematics/ng-add/index.js +3 -3
  912. package/schematics/ng-add/index.js.map +1 -1
  913. package/schematics/ng-add/index.spec.js +15 -16
  914. package/schematics/ng-add/index.spec.js.map +1 -1
  915. package/schematics/ng-add/setup-project.js +6 -6
  916. package/schematics/ng-add/setup-project.js.map +1 -1
  917. package/schematics/ng-generate/po-page-default/index.js +2 -2
  918. package/schematics/ng-generate/po-page-default/index.js.map +1 -1
  919. package/schematics/ng-generate/po-page-default/index.spec.js +13 -13
  920. package/schematics/ng-generate/po-page-default/index.spec.js.map +1 -1
  921. package/schematics/ng-generate/po-page-detail/index.js +2 -2
  922. package/schematics/ng-generate/po-page-detail/index.js.map +1 -1
  923. package/schematics/ng-generate/po-page-detail/index.spec.js +13 -13
  924. package/schematics/ng-generate/po-page-detail/index.spec.js.map +1 -1
  925. package/schematics/ng-generate/po-page-edit/index.js +2 -2
  926. package/schematics/ng-generate/po-page-edit/index.js.map +1 -1
  927. package/schematics/ng-generate/po-page-edit/index.spec.js +13 -13
  928. package/schematics/ng-generate/po-page-edit/index.spec.js.map +1 -1
  929. package/schematics/ng-generate/po-page-list/index.js +2 -2
  930. package/schematics/ng-generate/po-page-list/index.js.map +1 -1
  931. package/schematics/ng-generate/po-page-list/index.spec.js +13 -13
  932. package/schematics/ng-generate/po-page-list/index.spec.js.map +1 -1
  933. package/schematics/ng-generate/sidemenu/index.js +11 -11
  934. package/schematics/ng-generate/sidemenu/index.js.map +1 -1
  935. package/schematics/ng-generate/sidemenu/index.spec.js +5 -5
  936. package/schematics/ng-generate/sidemenu/index.spec.js.map +1 -1
  937. package/schematics/ng-update/v2/index.js +7 -7
  938. package/schematics/ng-update/v2/index.js.map +1 -1
  939. package/schematics/ng-update/v3/index.js +2 -2
  940. package/schematics/ng-update/v3/index.js.map +1 -1
  941. package/schematics/ng-update/v4/index.js +2 -2
  942. package/schematics/ng-update/v4/index.js.map +1 -1
  943. package/schematics/ng-update/v5/index.js +2 -2
  944. package/schematics/ng-update/v5/index.js.map +1 -1
  945. package/schematics/ng-update/v6/changes.d.ts +2 -0
  946. package/schematics/ng-update/v6/changes.js +14 -0
  947. package/schematics/ng-update/v6/changes.js.map +1 -0
  948. package/schematics/ng-update/v6/index.d.ts +1 -0
  949. package/schematics/ng-update/v6/index.js +16 -0
  950. package/schematics/ng-update/v6/index.js.map +1 -0
  951. package/bundles/po-ui-ng-components.umd.js +0 -39380
  952. package/bundles/po-ui-ng-components.umd.js.map +0 -1
  953. package/esm2015/lib/components/components.module.js +0 -122
  954. package/esm2015/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.js +0 -66
  955. package/esm2015/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.js +0 -23
  956. package/esm2015/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.js +0 -24
  957. package/esm2015/lib/components/po-accordion/po-accordion.component.js +0 -70
  958. package/esm2015/lib/components/po-accordion/po-accordion.module.js +0 -52
  959. package/esm2015/lib/components/po-accordion/services/po-accordion.service.js +0 -27
  960. package/esm2015/lib/components/po-avatar/po-avatar-base.component.js +0 -68
  961. package/esm2015/lib/components/po-avatar/po-avatar.component.js +0 -42
  962. package/esm2015/lib/components/po-avatar/po-avatar.module.js +0 -18
  963. package/esm2015/lib/components/po-badge/po-badge-base.component.js +0 -89
  964. package/esm2015/lib/components/po-badge/po-badge.component.js +0 -16
  965. package/esm2015/lib/components/po-badge/po-badge.module.js +0 -18
  966. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-base.component.js +0 -48
  967. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.js +0 -20
  968. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.js +0 -77
  969. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.js +0 -49
  970. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.js +0 -27
  971. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb.component.js +0 -159
  972. package/esm2015/lib/components/po-breadcrumb/po-breadcrumb.module.js +0 -28
  973. package/esm2015/lib/components/po-button/po-button-base.component.js +0 -127
  974. package/esm2015/lib/components/po-button/po-button.component.js +0 -69
  975. package/esm2015/lib/components/po-button/po-button.module.js +0 -20
  976. package/esm2015/lib/components/po-button-group/po-button-group-base.component.js +0 -95
  977. package/esm2015/lib/components/po-button-group/po-button-group.component.js +0 -43
  978. package/esm2015/lib/components/po-button-group/po-button-group.module.js +0 -20
  979. package/esm2015/lib/components/po-calendar/po-calendar-base.component.js +0 -176
  980. package/esm2015/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.js +0 -24
  981. package/esm2015/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.js +0 -251
  982. package/esm2015/lib/components/po-calendar/po-calendar.component.js +0 -199
  983. package/esm2015/lib/components/po-calendar/po-calendar.module.js +0 -19
  984. package/esm2015/lib/components/po-calendar/services/po-calendar.lang.service.js +0 -187
  985. package/esm2015/lib/components/po-calendar/services/po-calendar.service.js +0 -44
  986. package/esm2015/lib/components/po-chart/directives/po-resize-observer.directive.js +0 -44
  987. package/esm2015/lib/components/po-chart/enums/po-chart-type.enum.js +0 -51
  988. package/esm2015/lib/components/po-chart/index.js +0 -8
  989. package/esm2015/lib/components/po-chart/interfaces/po-chart-serie.interface.js +0 -2
  990. package/esm2015/lib/components/po-chart/po-chart-base.component.js +0 -244
  991. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.js +0 -23
  992. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.js +0 -19
  993. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.js +0 -287
  994. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.js +0 -94
  995. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.js +0 -33
  996. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.js +0 -58
  997. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.js +0 -59
  998. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.js +0 -29
  999. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.js +0 -35
  1000. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.js +0 -76
  1001. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.js +0 -142
  1002. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.js +0 -115
  1003. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.js +0 -57
  1004. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-container.component.js +0 -119
  1005. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.js +0 -77
  1006. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.js +0 -151
  1007. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.js +0 -41
  1008. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.js +0 -65
  1009. package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.js +0 -95
  1010. package/esm2015/lib/components/po-chart/po-chart-legend/po-chart-legend.component.js +0 -21
  1011. package/esm2015/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.constant.js +0 -11
  1012. package/esm2015/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.js +0 -374
  1013. package/esm2015/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.js +0 -45
  1014. package/esm2015/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-series.interface.js +0 -2
  1015. 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
  1016. package/esm2015/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge.component.js +0 -85
  1017. package/esm2015/lib/components/po-chart/po-chart.component.js +0 -203
  1018. package/esm2015/lib/components/po-chart/po-chart.module.js +0 -61
  1019. package/esm2015/lib/components/po-chart/services/po-chart-maths.service.js +0 -135
  1020. package/esm2015/lib/components/po-chart/services/po-chart-svg-container.service.js +0 -57
  1021. package/esm2015/lib/components/po-container/po-container-base.component.js +0 -88
  1022. package/esm2015/lib/components/po-container/po-container.component.js +0 -32
  1023. package/esm2015/lib/components/po-container/po-container.module.js +0 -18
  1024. package/esm2015/lib/components/po-disclaimer/po-disclaimer-base.component.js +0 -77
  1025. package/esm2015/lib/components/po-disclaimer/po-disclaimer.component.js +0 -29
  1026. package/esm2015/lib/components/po-disclaimer/po-disclaimer.module.js +0 -17
  1027. package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.js +0 -194
  1028. package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.component.js +0 -41
  1029. package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.module.js +0 -20
  1030. package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.js +0 -30
  1031. package/esm2015/lib/components/po-divider/po-divider-base.component.js +0 -16
  1032. package/esm2015/lib/components/po-divider/po-divider.component.js +0 -32
  1033. package/esm2015/lib/components/po-divider/po-divider.module.js +0 -18
  1034. package/esm2015/lib/components/po-dropdown/po-dropdown-base.component.js +0 -71
  1035. package/esm2015/lib/components/po-dropdown/po-dropdown.component.js +0 -97
  1036. package/esm2015/lib/components/po-dropdown/po-dropdown.module.js +0 -18
  1037. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.js +0 -104
  1038. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.js +0 -200
  1039. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.js +0 -129
  1040. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.js +0 -32
  1041. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.js +0 -39
  1042. package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.js +0 -167
  1043. package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.js +0 -163
  1044. package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.js +0 -101
  1045. package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.js +0 -17
  1046. package/esm2015/lib/components/po-dynamic/po-dynamic.module.js +0 -35
  1047. package/esm2015/lib/components/po-dynamic/po-dynamic.util.js +0 -18
  1048. package/esm2015/lib/components/po-field/index.js +0 -51
  1049. package/esm2015/lib/components/po-field/po-checkbox/po-checkbox-base.component.js +0 -98
  1050. package/esm2015/lib/components/po-field/po-checkbox/po-checkbox.component.js +0 -94
  1051. package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.js +0 -289
  1052. package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.js +0 -98
  1053. package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.js +0 -20
  1054. package/esm2015/lib/components/po-field/po-clean/po-clean-base.component.js +0 -42
  1055. package/esm2015/lib/components/po-field/po-clean/po-clean.component.js +0 -33
  1056. package/esm2015/lib/components/po-field/po-clean/po-clean.module.js +0 -18
  1057. package/esm2015/lib/components/po-field/po-combo/po-combo-base.component.js +0 -741
  1058. package/esm2015/lib/components/po-field/po-combo/po-combo-filter.service.js +0 -78
  1059. package/esm2015/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.js +0 -81
  1060. package/esm2015/lib/components/po-field/po-combo/po-combo.component.js +0 -525
  1061. package/esm2015/lib/components/po-field/po-datepicker/po-datepicker-base.component.js +0 -396
  1062. package/esm2015/lib/components/po-field/po-datepicker/po-datepicker.component.js +0 -345
  1063. package/esm2015/lib/components/po-field/po-datepicker/po-datepicker.module.js +0 -22
  1064. package/esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.js +0 -475
  1065. package/esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.js +0 -443
  1066. package/esm2015/lib/components/po-field/po-decimal/po-decimal.component.js +0 -598
  1067. package/esm2015/lib/components/po-field/po-email/po-email.component.js +0 -106
  1068. package/esm2015/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.js +0 -29
  1069. package/esm2015/lib/components/po-field/po-field-container/po-field-container.component.js +0 -39
  1070. package/esm2015/lib/components/po-field/po-field-container/po-field-container.module.js +0 -19
  1071. package/esm2015/lib/components/po-field/po-field-validate.model.js +0 -69
  1072. package/esm2015/lib/components/po-field/po-field.model.js +0 -78
  1073. package/esm2015/lib/components/po-field/po-field.module.js +0 -156
  1074. package/esm2015/lib/components/po-field/po-input/po-input-base.component.js +0 -357
  1075. package/esm2015/lib/components/po-field/po-input/po-input.component.js +0 -56
  1076. package/esm2015/lib/components/po-field/po-input-generic/po-input-generic.js +0 -187
  1077. package/esm2015/lib/components/po-field/po-login/po-login.component.js +0 -65
  1078. package/esm2015/lib/components/po-field/po-lookup/po-lookup-base.component.js +0 -451
  1079. package/esm2015/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.js +0 -347
  1080. package/esm2015/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.js +0 -130
  1081. package/esm2015/lib/components/po-field/po-lookup/po-lookup.component.js +0 -337
  1082. package/esm2015/lib/components/po-field/po-lookup/services/po-lookup-filter.service.js +0 -59
  1083. package/esm2015/lib/components/po-field/po-lookup/services/po-lookup-modal.service.js +0 -62
  1084. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-base.component.js +0 -576
  1085. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.js +0 -139
  1086. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter.service.js +0 -50
  1087. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.js +0 -33
  1088. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.js +0 -57
  1089. package/esm2015/lib/components/po-field/po-multiselect/po-multiselect.component.js +0 -359
  1090. package/esm2015/lib/components/po-field/po-number/po-number-base.component.js +0 -114
  1091. package/esm2015/lib/components/po-field/po-number/po-number.component.js +0 -119
  1092. package/esm2015/lib/components/po-field/po-password/po-password.component.js +0 -92
  1093. package/esm2015/lib/components/po-field/po-radio-group/po-radio-group-base.component.js +0 -184
  1094. package/esm2015/lib/components/po-field/po-radio-group/po-radio-group.component.js +0 -119
  1095. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-base.component.js +0 -181
  1096. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.js +0 -312
  1097. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.js +0 -96
  1098. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.js +0 -140
  1099. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.js +0 -166
  1100. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text.component.js +0 -147
  1101. package/esm2015/lib/components/po-field/po-rich-text/po-rich-text.service.js +0 -17
  1102. package/esm2015/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.js +0 -59
  1103. package/esm2015/lib/components/po-field/po-select/po-select.component.js +0 -359
  1104. package/esm2015/lib/components/po-field/po-switch/po-switch.component.js +0 -190
  1105. package/esm2015/lib/components/po-field/po-textarea/po-textarea-base.component.js +0 -269
  1106. package/esm2015/lib/components/po-field/po-textarea/po-textarea.component.js +0 -130
  1107. package/esm2015/lib/components/po-field/po-upload/po-upload-base.component.js +0 -573
  1108. package/esm2015/lib/components/po-field/po-upload/po-upload-base.service.js +0 -88
  1109. 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
  1110. 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
  1111. package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.js +0 -60
  1112. package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.js +0 -165
  1113. package/esm2015/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.js +0 -63
  1114. package/esm2015/lib/components/po-field/po-upload/po-upload.component.js +0 -326
  1115. package/esm2015/lib/components/po-field/po-upload/po-upload.service.js +0 -8
  1116. package/esm2015/lib/components/po-field/po-url/po-url.component.js +0 -86
  1117. package/esm2015/lib/components/po-gauge/po-gauge-base.component.js +0 -146
  1118. package/esm2015/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.js +0 -27
  1119. package/esm2015/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.js +0 -27
  1120. package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.js +0 -20
  1121. package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.js +0 -50
  1122. package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.js +0 -204
  1123. package/esm2015/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.js +0 -13
  1124. package/esm2015/lib/components/po-gauge/po-gauge.component.js +0 -72
  1125. package/esm2015/lib/components/po-gauge/po-gauge.module.js +0 -32
  1126. package/esm2015/lib/components/po-grid/po-grid-cell/po-grid-cell.component.js +0 -111
  1127. package/esm2015/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.js +0 -24
  1128. package/esm2015/lib/components/po-grid/po-grid-head/po-grid-head.component.js +0 -30
  1129. package/esm2015/lib/components/po-grid/po-grid.component.js +0 -314
  1130. package/esm2015/lib/components/po-grid/po-grid.module.js +0 -23
  1131. package/esm2015/lib/components/po-icon/po-icon.component.js +0 -62
  1132. package/esm2015/lib/components/po-icon/po-icon.module.js +0 -18
  1133. package/esm2015/lib/components/po-info/po-info-base.component.js +0 -62
  1134. package/esm2015/lib/components/po-info/po-info.component.js +0 -36
  1135. package/esm2015/lib/components/po-info/po-info.module.js +0 -21
  1136. package/esm2015/lib/components/po-list-view/po-list-view-base.component.js +0 -274
  1137. package/esm2015/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.js +0 -101
  1138. package/esm2015/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.js +0 -64
  1139. package/esm2015/lib/components/po-list-view/po-list-view.component.js +0 -128
  1140. package/esm2015/lib/components/po-list-view/po-list-view.module.js +0 -51
  1141. package/esm2015/lib/components/po-loading/po-loading-base.component.js +0 -24
  1142. package/esm2015/lib/components/po-loading/po-loading-icon/po-loading-icon.component.js +0 -37
  1143. package/esm2015/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.js +0 -91
  1144. package/esm2015/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.js +0 -41
  1145. package/esm2015/lib/components/po-loading/po-loading.component.js +0 -16
  1146. package/esm2015/lib/components/po-loading/po-loading.module.js +0 -22
  1147. package/esm2015/lib/components/po-menu/po-menu-base.component.js +0 -299
  1148. package/esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter.component.js +0 -40
  1149. package/esm2015/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.js +0 -51
  1150. package/esm2015/lib/components/po-menu/po-menu-item/po-menu-item.component.js +0 -173
  1151. package/esm2015/lib/components/po-menu/po-menu.component.js +0 -497
  1152. package/esm2015/lib/components/po-menu/po-menu.module.js +0 -26
  1153. package/esm2015/lib/components/po-menu/services/po-menu-global.service.js +0 -32
  1154. package/esm2015/lib/components/po-menu/services/po-menu-items.service.js +0 -35
  1155. package/esm2015/lib/components/po-menu/services/po-menu.service.js +0 -35
  1156. package/esm2015/lib/components/po-menu-panel/po-menu-panel-base.component.js +0 -76
  1157. package/esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.js +0 -54
  1158. package/esm2015/lib/components/po-menu-panel/po-menu-panel.component.js +0 -145
  1159. package/esm2015/lib/components/po-menu-panel/po-menu-panel.module.js +0 -24
  1160. package/esm2015/lib/components/po-menu-panel/services/po-menu-panel-items.service.js +0 -35
  1161. package/esm2015/lib/components/po-modal/po-modal-base.component.js +0 -121
  1162. package/esm2015/lib/components/po-modal/po-modal-footer/po-modal-footer.component.js +0 -43
  1163. package/esm2015/lib/components/po-modal/po-modal.component.js +0 -114
  1164. package/esm2015/lib/components/po-modal/po-modal.module.js +0 -19
  1165. package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.js +0 -43
  1166. package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.js +0 -18
  1167. package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.js +0 -19
  1168. package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.js +0 -18
  1169. package/esm2015/lib/components/po-navbar/po-navbar-base.component.js +0 -147
  1170. package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.js +0 -18
  1171. package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.js +0 -18
  1172. package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.js +0 -15
  1173. package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.js +0 -30
  1174. package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.js +0 -53
  1175. package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.js +0 -15
  1176. package/esm2015/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.js +0 -13
  1177. package/esm2015/lib/components/po-navbar/po-navbar.component.js +0 -213
  1178. package/esm2015/lib/components/po-navbar/po-navbar.module.js +0 -57
  1179. package/esm2015/lib/components/po-page/po-page-content/po-page-content.component.js +0 -54
  1180. package/esm2015/lib/components/po-page/po-page-default/po-page-default-base.component.js +0 -111
  1181. package/esm2015/lib/components/po-page/po-page-default/po-page-default.component.js +0 -98
  1182. package/esm2015/lib/components/po-page/po-page-detail/po-page-detail-base.component.js +0 -141
  1183. package/esm2015/lib/components/po-page/po-page-detail/po-page-detail.component.js +0 -62
  1184. package/esm2015/lib/components/po-page/po-page-edit/po-page-edit-base.component.js +0 -146
  1185. package/esm2015/lib/components/po-page/po-page-edit/po-page-edit.component.js +0 -65
  1186. package/esm2015/lib/components/po-page/po-page-header/po-page-header-base.component.js +0 -26
  1187. package/esm2015/lib/components/po-page/po-page-header/po-page-header.component.js +0 -15
  1188. package/esm2015/lib/components/po-page/po-page-list/po-page-list-base.component.js +0 -137
  1189. package/esm2015/lib/components/po-page/po-page-list/po-page-list.component.js +0 -188
  1190. package/esm2015/lib/components/po-page/po-page-slide/po-page-slide-base.component.js +0 -135
  1191. package/esm2015/lib/components/po-page/po-page-slide/po-page-slide.component.js +0 -121
  1192. package/esm2015/lib/components/po-page/po-page.component.js +0 -16
  1193. package/esm2015/lib/components/po-page/po-page.module.js +0 -60
  1194. package/esm2015/lib/components/po-popover/po-popover-base.component.js +0 -113
  1195. package/esm2015/lib/components/po-popover/po-popover.component.js +0 -138
  1196. package/esm2015/lib/components/po-popover/po-popover.module.js +0 -17
  1197. package/esm2015/lib/components/po-popup/po-popup-base.component.js +0 -186
  1198. package/esm2015/lib/components/po-popup/po-popup.component.js +0 -169
  1199. package/esm2015/lib/components/po-popup/po-popup.module.js +0 -21
  1200. package/esm2015/lib/components/po-progress/po-progress-bar/po-progress-bar.component.js +0 -18
  1201. package/esm2015/lib/components/po-progress/po-progress-base.component.js +0 -107
  1202. package/esm2015/lib/components/po-progress/po-progress.component.js +0 -56
  1203. package/esm2015/lib/components/po-progress/po-progress.module.js +0 -19
  1204. package/esm2015/lib/components/po-slide/directives/po-slide-content-template.directive.js +0 -59
  1205. package/esm2015/lib/components/po-slide/po-slide-base.component.js +0 -104
  1206. package/esm2015/lib/components/po-slide/po-slide-circles/po-slide-circles.component.js +0 -26
  1207. package/esm2015/lib/components/po-slide/po-slide-control/po-slide-control.component.js +0 -25
  1208. package/esm2015/lib/components/po-slide/po-slide-item/po-slide-item.component.js +0 -37
  1209. package/esm2015/lib/components/po-slide/po-slide.component.js +0 -256
  1210. package/esm2015/lib/components/po-slide/po-slide.module.js +0 -58
  1211. package/esm2015/lib/components/po-stepper/po-step/po-step.component.js +0 -78
  1212. package/esm2015/lib/components/po-stepper/po-stepper-base.component.js +0 -144
  1213. package/esm2015/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.js +0 -47
  1214. package/esm2015/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.js +0 -20
  1215. package/esm2015/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.js +0 -116
  1216. package/esm2015/lib/components/po-stepper/po-stepper.component.js +0 -219
  1217. package/esm2015/lib/components/po-stepper/po-stepper.module.js +0 -27
  1218. package/esm2015/lib/components/po-table/interfaces/po-table-column.interface.js +0 -2
  1219. package/esm2015/lib/components/po-table/po-table-base.component.js +0 -860
  1220. package/esm2015/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.js +0 -82
  1221. package/esm2015/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.js +0 -72
  1222. package/esm2015/lib/components/po-table/po-table-column-label/po-table-column-label.component.js +0 -38
  1223. package/esm2015/lib/components/po-table/po-table-column-link/po-table-column-link.component.js +0 -38
  1224. package/esm2015/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.js +0 -250
  1225. package/esm2015/lib/components/po-table/po-table-column-template/po-table-column-template.directive.js +0 -90
  1226. package/esm2015/lib/components/po-table/po-table-detail/po-table-detail.component.js +0 -88
  1227. package/esm2015/lib/components/po-table/po-table-icon/po-table-icon.component.js +0 -46
  1228. package/esm2015/lib/components/po-table/po-table-row-template/po-table-row-template.directive.js +0 -128
  1229. package/esm2015/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.js +0 -21
  1230. package/esm2015/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.js +0 -41
  1231. package/esm2015/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.js +0 -70
  1232. package/esm2015/lib/components/po-table/po-table.component.js +0 -542
  1233. package/esm2015/lib/components/po-table/po-table.module.js +0 -75
  1234. package/esm2015/lib/components/po-table/services/po-table.service.js +0 -38
  1235. package/esm2015/lib/components/po-tabs/po-tab/po-tab-base.component.js +0 -82
  1236. package/esm2015/lib/components/po-tabs/po-tab/po-tab.component.js +0 -27
  1237. package/esm2015/lib/components/po-tabs/po-tab-button/po-tab-button.component.js +0 -75
  1238. package/esm2015/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.js +0 -44
  1239. package/esm2015/lib/components/po-tabs/po-tabs-base.component.js +0 -49
  1240. package/esm2015/lib/components/po-tabs/po-tabs.component.js +0 -126
  1241. package/esm2015/lib/components/po-tabs/po-tabs.module.js +0 -21
  1242. package/esm2015/lib/components/po-tag/po-tag-base.component.js +0 -175
  1243. package/esm2015/lib/components/po-tag/po-tag.component.js +0 -71
  1244. package/esm2015/lib/components/po-tag/po-tag.module.js +0 -21
  1245. package/esm2015/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.js +0 -35
  1246. package/esm2015/lib/components/po-toolbar/po-toolbar-base.component.js +0 -43
  1247. package/esm2015/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.js +0 -39
  1248. package/esm2015/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.js +0 -28
  1249. package/esm2015/lib/components/po-toolbar/po-toolbar.component.js +0 -46
  1250. package/esm2015/lib/components/po-toolbar/po-toolbar.module.js +0 -32
  1251. package/esm2015/lib/components/po-tree-view/po-tree-view-base.component.js +0 -197
  1252. package/esm2015/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.js +0 -58
  1253. package/esm2015/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.js +0 -26
  1254. package/esm2015/lib/components/po-tree-view/po-tree-view.component.js +0 -60
  1255. package/esm2015/lib/components/po-tree-view/po-tree-view.module.js +0 -49
  1256. package/esm2015/lib/components/po-tree-view/services/po-tree-view.service.js +0 -24
  1257. package/esm2015/lib/components/po-widget/po-widget-base.component.js +0 -216
  1258. package/esm2015/lib/components/po-widget/po-widget.component.js +0 -114
  1259. package/esm2015/lib/components/po-widget/po-widget.module.js +0 -19
  1260. package/esm2015/lib/directives/directives.module.js +0 -14
  1261. package/esm2015/lib/directives/po-tooltip/po-tooltip-base.directive.js +0 -106
  1262. package/esm2015/lib/directives/po-tooltip/po-tooltip-control-position.service.js +0 -8
  1263. package/esm2015/lib/directives/po-tooltip/po-tooltip.directive.js +0 -147
  1264. package/esm2015/lib/directives/po-tooltip/po-tooltip.module.js +0 -18
  1265. package/esm2015/lib/guards/guards.module.js +0 -13
  1266. package/esm2015/lib/interceptors/interceptors.module.js +0 -15
  1267. package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.js +0 -249
  1268. package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.js +0 -83
  1269. package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor.module.js +0 -28
  1270. package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor.service.js +0 -28
  1271. package/esm2015/lib/interceptors/po-http-request/po-http-request-control-service.js +0 -23
  1272. package/esm2015/lib/interceptors/po-http-request/po-http-request-interceptor.service.js +0 -169
  1273. package/esm2015/lib/interceptors/po-http-request/po-http-request.module.js +0 -24
  1274. package/esm2015/lib/pipes/pipes.module.js +0 -14
  1275. package/esm2015/lib/pipes/po-time/po-time.module.js +0 -19
  1276. package/esm2015/lib/pipes/po-time/po-time.pipe.js +0 -55
  1277. package/esm2015/lib/po.module.js +0 -34
  1278. package/esm2015/lib/services/po-active-overlay/po-active-overlay.module.js +0 -16
  1279. package/esm2015/lib/services/po-active-overlay/po-active-overlay.service.js +0 -14
  1280. package/esm2015/lib/services/po-color/po-color.service.js +0 -60
  1281. package/esm2015/lib/services/po-color-palette/po-color-palette.module.js +0 -16
  1282. package/esm2015/lib/services/po-color-palette/po-color-palette.service.js +0 -25
  1283. package/esm2015/lib/services/po-component-injector/po-component-injector.module.js +0 -14
  1284. package/esm2015/lib/services/po-component-injector/po-component-injector.service.js +0 -34
  1285. package/esm2015/lib/services/po-control-position/po-control-position.module.js +0 -15
  1286. package/esm2015/lib/services/po-control-position/po-control-position.service.js +0 -361
  1287. package/esm2015/lib/services/po-date/po-date.module.js +0 -16
  1288. package/esm2015/lib/services/po-date/po-date.service.js +0 -201
  1289. package/esm2015/lib/services/po-dialog/po-dialog.component.js +0 -115
  1290. package/esm2015/lib/services/po-dialog/po-dialog.module.js +0 -15
  1291. package/esm2015/lib/services/po-dialog/po-dialog.service.js +0 -42
  1292. package/esm2015/lib/services/po-i18n/po-i18n-base.service.js +0 -439
  1293. package/esm2015/lib/services/po-i18n/po-i18n.module.js +0 -188
  1294. package/esm2015/lib/services/po-i18n/po-i18n.pipe.js +0 -21
  1295. package/esm2015/lib/services/po-i18n/po-i18n.service.js +0 -20
  1296. package/esm2015/lib/services/po-language/po-language.constant.js +0 -75
  1297. package/esm2015/lib/services/po-language/po-language.module.js +0 -15
  1298. package/esm2015/lib/services/po-language/po-language.service.js +0 -136
  1299. package/esm2015/lib/services/po-notification/po-notification.module.js +0 -15
  1300. package/esm2015/lib/services/po-notification/po-notification.service.js +0 -92
  1301. package/esm2015/lib/services/po-notification/po-toaster/po-toaster.component.js +0 -132
  1302. package/esm2015/lib/services/services.module.js +0 -40
  1303. package/esm2015/lib/utils/util.js +0 -508
  1304. package/esm2015/po-ui-ng-components.js +0 -206
  1305. package/fesm2015/po-ui-ng-components.js +0 -35503
  1306. package/fesm2015/po-ui-ng-components.js.map +0 -1
  1307. package/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.constant.d.ts +0 -7
  1308. package/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.d.ts +0 -55
  1309. package/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-series.interface.d.ts +0 -39
  1310. 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
  1311. package/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge.component.d.ts +0 -20
  1312. package/po-ui-ng-components-5.22.1.tgz +0 -0
  1313. package/po-ui-ng-components.metadata.json +0 -1
@@ -0,0 +1,342 @@
1
+ import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
2
+ import { isFirefox, isIE, isIEOrEdge, openExternalLink } from './../../../../utils/util';
3
+ import { PoKeyCodeEnum } from './../../../../enums/po-key-code.enum';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "../po-rich-text.service";
6
+ const _c0 = ["bodyElement"];
7
+ const poRichTextBodyCommands = [
8
+ 'bold',
9
+ 'italic',
10
+ 'underline',
11
+ 'justifyleft',
12
+ 'justifycenter',
13
+ 'justifyright',
14
+ 'justifyfull',
15
+ 'insertUnorderedList',
16
+ 'Createlink'
17
+ ];
18
+ export class PoRichTextBodyComponent {
19
+ constructor(richTextService) {
20
+ this.richTextService = richTextService;
21
+ this.change = new EventEmitter();
22
+ this.commands = new EventEmitter();
23
+ this.selectedLink = new EventEmitter();
24
+ this.shortcutCommand = new EventEmitter();
25
+ this.value = new EventEmitter();
26
+ this.blur = new EventEmitter();
27
+ this.onAnchorClick = event => {
28
+ const { target, ctrlKey, metaKey } = event;
29
+ let url;
30
+ let elementLink;
31
+ if (ctrlKey || metaKey) {
32
+ if (event.path) {
33
+ event.path.forEach(element => {
34
+ if (element.nodeName === 'A') {
35
+ url = element.href;
36
+ elementLink = element;
37
+ }
38
+ });
39
+ }
40
+ else {
41
+ url = target.attributes.href.value;
42
+ elementLink = target;
43
+ }
44
+ openExternalLink(url);
45
+ elementLink.classList.remove('po-clickable');
46
+ }
47
+ };
48
+ }
49
+ ngOnInit() {
50
+ this.bodyElement.nativeElement.designMode = 'on';
51
+ this.modelSubscription = this.richTextService.getModel().subscribe(modelValue => {
52
+ this.modelValue = modelValue;
53
+ this.bodyElement.nativeElement.innerHTML = '';
54
+ this.updateValueWithModelValue();
55
+ this.addClickListenerOnAnchorElements();
56
+ });
57
+ }
58
+ ngOnDestroy() {
59
+ this.modelSubscription?.unsubscribe();
60
+ }
61
+ executeCommand(command) {
62
+ this.bodyElement.nativeElement.focus();
63
+ if (typeof command === 'object') {
64
+ if (command.command === 'InsertHTML') {
65
+ const { command: linkCommand, value: { urlLink }, value: { urlLinkText } } = command;
66
+ this.handleCommandLink(linkCommand, urlLink, urlLinkText);
67
+ }
68
+ else {
69
+ document.execCommand(command.command, false, command.value);
70
+ }
71
+ }
72
+ else {
73
+ document.execCommand(command, false, null);
74
+ }
75
+ this.updateModel();
76
+ this.value.emit(this.modelValue);
77
+ }
78
+ linkEditing(event) {
79
+ this.isLinkEditing = !!event;
80
+ }
81
+ onBlur() {
82
+ this.blur.emit();
83
+ if (this.modelValue !== this.valueBeforeChange) {
84
+ clearTimeout(this.timeoutChange);
85
+ this.timeoutChange = setTimeout(() => {
86
+ this.change.emit(this.modelValue);
87
+ }, 200);
88
+ }
89
+ }
90
+ focus() {
91
+ this.bodyElement.nativeElement.focus();
92
+ }
93
+ onClick() {
94
+ this.emitSelectionCommands();
95
+ }
96
+ onFocus() {
97
+ this.valueBeforeChange = this.modelValue;
98
+ }
99
+ onKeyDown(event) {
100
+ const keyK = event.keyCode === PoKeyCodeEnum.keyK;
101
+ const isLinkShortcut = (keyK && event.ctrlKey) || (keyK && event.metaKey);
102
+ if (isLinkShortcut) {
103
+ event.preventDefault();
104
+ this.shortcutCommand.emit();
105
+ }
106
+ this.toggleCursorOnLink(event, 'add');
107
+ }
108
+ onKeyUp(event) {
109
+ this.toggleCursorOnLink(event, 'remove');
110
+ this.removeBrElement();
111
+ this.updateModel();
112
+ this.emitSelectionCommands();
113
+ }
114
+ onPaste() {
115
+ this.update();
116
+ setTimeout(() => this.addClickListenerOnAnchorElements());
117
+ }
118
+ update() {
119
+ setTimeout(() => this.updateModel());
120
+ setTimeout(() => {
121
+ this.removeBrElement();
122
+ this.updateModel();
123
+ this.emitSelectionCommands();
124
+ });
125
+ }
126
+ addClickListenerOnAnchorElements() {
127
+ this.bodyElement.nativeElement.querySelectorAll('a').forEach(element => {
128
+ element.addEventListener('click', this.onAnchorClick);
129
+ });
130
+ }
131
+ emitSelectionCommands() {
132
+ const commands = poRichTextBodyCommands.filter(command => document.queryCommandState(command));
133
+ const rgbColor = document.queryCommandValue('ForeColor');
134
+ let hexColor;
135
+ if (!isIE()) {
136
+ hexColor = this.rgbToHex(rgbColor);
137
+ }
138
+ if (this.isCursorPositionedInALink()) {
139
+ commands.push('Createlink');
140
+ }
141
+ this.selectedLink.emit(this.linkElement); // importante ficar fora do if para emitir mesmo undefined.
142
+ this.commands.emit({ commands, hexColor });
143
+ }
144
+ getTextSelection() {
145
+ const textSelection = document.getSelection();
146
+ if (!textSelection) {
147
+ return;
148
+ }
149
+ const focusNode = textSelection.focusNode ? textSelection.focusNode.parentElement : undefined;
150
+ const anchorNode = textSelection.anchorNode ? textSelection.anchorNode.parentNode : undefined;
151
+ const node = focusNode || anchorNode;
152
+ let tagName;
153
+ if (node) {
154
+ tagName = node['tagName'] || node['nodeName'];
155
+ return {
156
+ node,
157
+ tagName
158
+ };
159
+ }
160
+ }
161
+ handleCommandLink(linkCommand, urlLink, urlLinkText) {
162
+ if (isIE()) {
163
+ this.insertHtmlLinkElement(urlLink, urlLinkText);
164
+ }
165
+ else {
166
+ // ' ' necessário para o cursor não ficar preso dentro do link no Firefox.
167
+ const linkValue = isFirefox() && !this.isLinkEditing
168
+ ? ` ${this.makeLinkTag(urlLink, urlLinkText)} `
169
+ : this.makeLinkTag(urlLink, urlLinkText);
170
+ document.execCommand(linkCommand, false, linkValue);
171
+ }
172
+ this.addClickListenerOnAnchorElements();
173
+ }
174
+ // tratamento específico para IE pois não suporta o comando 'insertHTML'.
175
+ insertHtmlLinkElement(urlLink, urlLinkText) {
176
+ const selection = document.getSelection();
177
+ const selectionRange = selection.getRangeAt(0);
178
+ const elementLink = document.createElement('a');
179
+ const elementlinkText = document.createTextNode(urlLinkText);
180
+ elementLink.appendChild(elementlinkText);
181
+ elementLink.href = urlLink;
182
+ elementLink.setAttribute('target', '_blank');
183
+ elementLink.classList.add('po-rich-text-link');
184
+ selectionRange.deleteContents();
185
+ selectionRange.insertNode(elementLink);
186
+ }
187
+ isCursorPositionedInALink() {
188
+ const textSelection = this.getTextSelection();
189
+ this.linkElement = undefined;
190
+ let isLink = false;
191
+ if (textSelection && textSelection.node && textSelection.tagName === 'A') {
192
+ this.linkElement = textSelection.node;
193
+ isLink = true;
194
+ }
195
+ else if ((isFirefox() || isIEOrEdge()) && this.verifyCursorPositionInFirefoxIEEdge()) {
196
+ isLink = true;
197
+ }
198
+ else {
199
+ isLink = textSelection ? this.isParentNodeAnchor(textSelection) : false;
200
+ }
201
+ return isLink;
202
+ }
203
+ isParentNodeAnchor(textSelection) {
204
+ let element = textSelection.node;
205
+ let isLink = false;
206
+ while (element && (element.tagName !== null || element.nodeName !== null)) {
207
+ if (element.tagName === 'A' || element.nodeName === 'A') {
208
+ this.linkElement = element;
209
+ isLink = true;
210
+ return isLink;
211
+ }
212
+ element = element.parentElement || element.parentNode;
213
+ }
214
+ this.linkElement = undefined;
215
+ return isLink;
216
+ }
217
+ makeLinkTag(urlLink, urlLinkText) {
218
+ return `<a class="po-rich-text-link" href="${urlLink}" target="_blank">${urlLinkText || urlLink}</a>`;
219
+ }
220
+ // Tratamento necessário para eliminar a tag <br> criada no firefox quando o body for limpo.
221
+ removeBrElement() {
222
+ const bodyElement = this.bodyElement.nativeElement;
223
+ if (!bodyElement.innerText.trim() && bodyElement.childNodes.length === 1 && bodyElement.querySelector('br')) {
224
+ bodyElement.querySelector('br').remove();
225
+ }
226
+ }
227
+ rgbToHex(rgb) {
228
+ // Tratamento necessário para converter o código rgb para hexadecimal.
229
+ const sep = rgb.indexOf(',') > -1 ? ',' : ' ';
230
+ rgb = rgb.substr(4).split(')')[0].split(sep);
231
+ let r = (+rgb[0]).toString(16);
232
+ let g = (+rgb[1]).toString(16);
233
+ let b = (+rgb[2]).toString(16);
234
+ if (r.length === 1) {
235
+ r = '0' + r;
236
+ }
237
+ if (g.length === 1) {
238
+ g = '0' + g;
239
+ }
240
+ if (b.length === 1) {
241
+ b = '0' + b;
242
+ }
243
+ return '#' + r + g + b;
244
+ }
245
+ toggleCursorOnLink(event, action) {
246
+ const selection = document.getSelection();
247
+ const element = selection.focusNode ? selection.focusNode.parentNode : undefined;
248
+ const isCtrl = event.key === 'Control';
249
+ const isCommand = event.key === 'Meta';
250
+ const isOnCtrlLink = this.isCursorPositionedInALink() && (isCtrl || isCommand);
251
+ if (element) {
252
+ if (isOnCtrlLink) {
253
+ element['classList'][action]('po-clickable');
254
+ }
255
+ else {
256
+ const isClickable = element['classList'] && element['classList'].contains('po-clickable');
257
+ if (isClickable) {
258
+ element['classList'].remove('po-clickable');
259
+ }
260
+ }
261
+ this.updateModel();
262
+ }
263
+ }
264
+ updateModel() {
265
+ this.modelValue = this.bodyElement.nativeElement.innerHTML;
266
+ this.value.emit(this.modelValue);
267
+ }
268
+ updateValueWithModelValue() {
269
+ if (this.modelValue) {
270
+ this.bodyElement.nativeElement.insertAdjacentHTML('afterbegin', this.modelValue);
271
+ }
272
+ }
273
+ verifyCursorPositionInFirefoxIEEdge() {
274
+ const textSelection = document.getSelection();
275
+ const nodeLink = textSelection.focusNode;
276
+ let isLink = false;
277
+ if (nodeLink && nodeLink.nodeName === 'A') {
278
+ this.linkElement = nodeLink;
279
+ isLink = true;
280
+ }
281
+ else {
282
+ const range = textSelection.getRangeAt(0);
283
+ const fragmentDocument = range.cloneContents();
284
+ const element = fragmentDocument.childNodes[0] || fragmentDocument.firstElementChild;
285
+ this.linkElement = element && element.nodeName === 'A' ? element : undefined;
286
+ isLink = !!this.linkElement;
287
+ }
288
+ return isLink;
289
+ }
290
+ }
291
+ PoRichTextBodyComponent.ɵfac = function PoRichTextBodyComponent_Factory(t) { return new (t || PoRichTextBodyComponent)(i0.ɵɵdirectiveInject(i1.PoRichTextService)); };
292
+ PoRichTextBodyComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoRichTextBodyComponent, selectors: [["po-rich-text-body"]], viewQuery: function PoRichTextBodyComponent_Query(rf, ctx) { if (rf & 1) {
293
+ i0.ɵɵviewQuery(_c0, 7);
294
+ } if (rf & 2) {
295
+ let _t;
296
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.bodyElement = _t.first);
297
+ } }, inputs: { height: ["p-height", "height"], modelValue: ["p-model-value", "modelValue"], placeholder: ["p-placeholder", "placeholder"], readonly: ["p-readonly", "readonly"] }, outputs: { change: "p-change", commands: "p-commands", selectedLink: "p-selected-link", shortcutCommand: "p-shortcut-command", value: "p-value", blur: "p-blur" }, decls: 2, vars: 4, consts: [["tabindex", "0", 1, "po-rich-text-body", 3, "blur", "click", "cut", "focus", "keydown", "keyup", "paste"], ["bodyElement", ""]], template: function PoRichTextBodyComponent_Template(rf, ctx) { if (rf & 1) {
298
+ i0.ɵɵelementStart(0, "div", 0, 1);
299
+ i0.ɵɵlistener("blur", function PoRichTextBodyComponent_Template_div_blur_0_listener() { return ctx.onBlur(); })("click", function PoRichTextBodyComponent_Template_div_click_0_listener() { return ctx.onClick(); })("cut", function PoRichTextBodyComponent_Template_div_cut_0_listener() { return ctx.update(); })("focus", function PoRichTextBodyComponent_Template_div_focus_0_listener() { return ctx.onFocus(); })("keydown", function PoRichTextBodyComponent_Template_div_keydown_0_listener($event) { return ctx.onKeyDown($event); })("keyup", function PoRichTextBodyComponent_Template_div_keyup_0_listener($event) { return ctx.onKeyUp($event); })("paste", function PoRichTextBodyComponent_Template_div_paste_0_listener() { return ctx.onPaste(); });
300
+ i0.ɵɵelementEnd();
301
+ } if (rf & 2) {
302
+ i0.ɵɵstyleProp("height", ctx.height, "px");
303
+ i0.ɵɵattribute("contenteditable", !ctx.readonly)("data-placeholder", ctx.placeholder);
304
+ } }, encapsulation: 2 });
305
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoRichTextBodyComponent, [{
306
+ type: Component,
307
+ args: [{ selector: 'po-rich-text-body', template: "<div\n #bodyElement\n class=\"po-rich-text-body\"\n tabindex=\"0\"\n [attr.contenteditable]=\"!readonly\"\n [attr.data-placeholder]=\"placeholder\"\n [style.height.px]=\"height\"\n (blur)=\"onBlur()\"\n (click)=\"onClick()\"\n (cut)=\"update()\"\n (focus)=\"onFocus()\"\n (keydown)=\"onKeyDown($event)\"\n (keyup)=\"onKeyUp($event)\"\n (paste)=\"onPaste()\"\n></div>\n" }]
308
+ }], function () { return [{ type: i1.PoRichTextService }]; }, { bodyElement: [{
309
+ type: ViewChild,
310
+ args: ['bodyElement', { static: true }]
311
+ }], height: [{
312
+ type: Input,
313
+ args: ['p-height']
314
+ }], modelValue: [{
315
+ type: Input,
316
+ args: ['p-model-value']
317
+ }], placeholder: [{
318
+ type: Input,
319
+ args: ['p-placeholder']
320
+ }], readonly: [{
321
+ type: Input,
322
+ args: ['p-readonly']
323
+ }], change: [{
324
+ type: Output,
325
+ args: ['p-change']
326
+ }], commands: [{
327
+ type: Output,
328
+ args: ['p-commands']
329
+ }], selectedLink: [{
330
+ type: Output,
331
+ args: ['p-selected-link']
332
+ }], shortcutCommand: [{
333
+ type: Output,
334
+ args: ['p-shortcut-command']
335
+ }], value: [{
336
+ type: Output,
337
+ args: ['p-value']
338
+ }], blur: [{
339
+ type: Output,
340
+ args: ['p-blur']
341
+ }] }); })();
342
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tcmljaC10ZXh0LWJvZHkuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLWZpZWxkL3BvLXJpY2gtdGV4dC9wby1yaWNoLXRleHQtYm9keS9wby1yaWNoLXRleHQtYm9keS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS9zcmMvbGliL2NvbXBvbmVudHMvcG8tZmllbGQvcG8tcmljaC10ZXh0L3BvLXJpY2gtdGV4dC1ib2R5L3BvLXJpY2gtdGV4dC1ib2R5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWMsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsU0FBUyxFQUFhLE1BQU0sZUFBZSxDQUFDO0FBSWpILE9BQU8sRUFBRSxTQUFTLEVBQUUsSUFBSSxFQUFFLFVBQVUsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3pGLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQzs7OztBQUdyRSxNQUFNLHNCQUFzQixHQUFHO0lBQzdCLE1BQU07SUFDTixRQUFRO0lBQ1IsV0FBVztJQUNYLGFBQWE7SUFDYixlQUFlO0lBQ2YsY0FBYztJQUNkLGFBQWE7SUFDYixxQkFBcUI7SUFDckIsWUFBWTtDQUNiLENBQUM7QUFNRixNQUFNLE9BQU8sdUJBQXVCO0lBNkJsQyxZQUFvQixlQUFrQztRQUFsQyxvQkFBZSxHQUFmLGVBQWUsQ0FBbUI7UUFsQmxDLFdBQU0sR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBRS9CLGFBQVEsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBRTlCLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUVwQyxvQkFBZSxHQUFHLElBQUksWUFBWSxFQUFP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QyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzdFLE1BQU0sR0FBRyxDQUFDLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQztTQUM3QjtRQUVELE9BQU8sTUFBTSxDQUFDO0lBQ2hCLENBQUM7OzhGQTFWVSx1QkFBdUI7MEVBQXZCLHVCQUF1Qjs7Ozs7O1FDeEJwQyxpQ0FjQztRQVBDLCtGQUFRLFlBQVEsSUFBQyxvRkFDUixhQUFTLElBREQsZ0ZBRVYsWUFBUSxJQUZFLG9GQUdSLGFBQVMsSUFIRCw4RkFJTixxQkFBaUIsSUFKWCwwRkFLUixtQkFBZSxJQUxQLG9GQU1SLGFBQVMsSUFORDtRQU9sQixpQkFBTTs7UUFSTCwwQ0FBMEI7UUFGMUIsZ0RBQWtDLHFDQUFBOzt1RkRvQnZCLHVCQUF1QjtjQUpuQyxTQUFTOzJCQUNFLG1CQUFtQjtvRUFJZSxXQUFXO2tCQUF0RCxTQUFTO21CQUFDLGFBQWEsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUU7WUFFdkIsTUFBTTtrQkFBeEIsS0FBSzttQkFBQyxVQUFVO1lBRU8sVUFBVTtrQkFBakMsS0FBSzttQkFBQyxlQUFlO1lBRUUsV0FBVztrQkFBbEMsS0FBSzttQkFBQyxlQUFlO1lBRUQsUUFBUTtrQkFBNUIsS0FBSzttQkFBQyxZQUFZO1lBRUMsTUFBTTtrQkFBekIsTUFBTTttQkFBQyxVQUFVO1lBRUksUUFBUTtrQkFBN0IsTUFBTTttQkFBQyxZQUFZO1lBRU8sWUFBWTtrQkFBdEMsTUFBTTttQkFBQyxpQkFBaUI7WUFFSyxlQUFlO2tCQUE1QyxNQUFNO21CQUFDLG9CQUFvQjtZQUVULEtBQUs7a0JBQXZCLE1BQU07bUJBQUMsU0FBUztZQUVDLElBQUk7a0JBQXJCLE1BQU07bUJBQUMsUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQsIFZpZXdDaGlsZCwgT25EZXN0cm95IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xuXG5pbXBvcnQgeyBpc0ZpcmVmb3gsIGlzSUUsIGlzSUVPckVkZ2UsIG9wZW5FeHRlcm5hbExpbmsgfSBmcm9tICcuLy4uLy4uLy4uLy4uL3V0aWxzL3V0aWwnO1xuaW1wb3J0IHsgUG9LZXlDb2RlRW51bSB9IGZyb20gJy4vLi4vLi4vLi4vLi4vZW51bXMvcG8ta2V5LWNvZGUuZW51bSc7XG5pbXBvcnQgeyBQb1JpY2hUZXh0U2VydmljZSB9IGZyb20gJy4uL3BvLXJpY2gtdGV4dC5zZXJ2aWNlJztcblxuY29uc3QgcG9SaWNoVGV4dEJvZHlDb21tYW5kcyA9IFtcbiAgJ2JvbGQnLFxuICAnaXRhbGljJyxcbiAgJ3VuZGVybGluZScsXG4gICdqdXN0aWZ5bGVmdCcsXG4gICdqdXN0aWZ5Y2VudGVyJyxcbiAgJ2p1c3RpZnlyaWdodCcsXG4gICdqdXN0aWZ5ZnVsbCcsXG4gICdpbnNlcnRVbm9yZGVyZWRMaXN0JyxcbiAgJ0NyZWF0ZWxpbmsnXG5dO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdwby1yaWNoLXRleHQtYm9keScsXG4gIHRlbXBsYXRlVXJsOiAnLi9wby1yaWNoLXRleHQtYm9keS5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgUG9SaWNoVGV4dEJvZHlDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XG4gIEBWaWV3Q2hpbGQoJ2JvZHlFbGVtZW50JywgeyBzdGF0aWM6IHRydWUgfSkgYm9keUVsZW1lbnQ6IEVsZW1lbnRSZWY7XG5cbiAgQElucHV0KCdwLWhlaWdodCcpIGhlaWdodD86IHN0cmluZztcblxuICBASW5wdXQoJ3AtbW9kZWwtdmFsdWUnKSBtb2RlbFZhbHVlPzogc3RyaW5nO1xuXG4gIEBJbnB1dCgncC1wbGFjZWhvbGRlcicpIHBsYWNlaG9sZGVyPzogc3RyaW5nO1xuXG4gIEBJbnB1dCgncC1yZWFkb25seScpIHJlYWRvbmx5Pzogc3RyaW5nO1xuXG4gIEBPdXRwdXQoJ3AtY2hhbmdlJykgY2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cbiAgQE91dHB1dCgncC1jb21tYW5kcycpIGNvbW1hbmRzID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cbiAgQE91dHB1dCgncC1zZWxlY3RlZC1saW5rJykgc2VsZWN0ZWRMaW5rID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cbiAgQE91dHB1dCgncC1zaG9ydGN1dC1jb21tYW5kJykgc2hvcnRjdXRDb21tYW5kID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cbiAgQE91dHB1dCgncC12YWx1ZScpIHZhbHVlID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cbiAgQE91dHB1dCgncC1ibHVyJykgYmx1ciA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG4gIHByaXZhdGUgaXNMaW5rRWRpdGluZzogYm9vbGVhbjtcbiAgcHJpdmF0ZSBsaW5rRWxlbWVudDogYW55O1xuICBwcml2YXRlIHRpbWVvdXRDaGFuZ2U6IGFueTtcbiAgcHJpdmF0ZSB2YWx1ZUJlZm9yZUNoYW5nZTogYW55O1xuICBwcml2YXRlIG1vZGVsU3Vic2NyaXB0aW9uOiBTdWJzY3JpcHRpb247XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByaWNoVGV4dFNlcnZpY2U6IFBvUmljaFRleHRTZXJ2aWNlKSB7fVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuYm9keUVsZW1lbnQubmF0aXZlRWxlbWVudC5kZXNpZ25Nb2RlID0gJ29uJztcblxuICAgIHRoaXMubW9kZWxTdWJzY3JpcHRpb24gPSB0aGlzLnJpY2hUZXh0U2VydmljZS5nZXRNb2RlbCgpLnN1YnNjcmliZShtb2RlbFZhbHVlID0+IHtcbiAgICAgIHRoaXMubW9kZWxWYWx1ZSA9IG1vZGVsVmFsdWU7XG4gICAgICB0aGlzLmJvZHlFbGVtZW50Lm5hdGl2ZUVsZW1lbnQuaW5uZXJIVE1MID0gJyc7XG4gICAgICB0aGlzLnVwZGF0ZVZhbHVlV2l0aE1vZGVsVmFsdWUoKTtcbiAgICAgIHRoaXMuYWRkQ2xpY2tMaXN0ZW5lck9uQW5jaG9yRWxlbWVudHMoKTtcbiAgICB9KTtcbiAgfVxuXG4gIG5nT25EZXN0cm95KCkge1xuICAgIHRoaXMubW9kZWxTdWJzY3JpcHRpb24/LnVuc3Vic2NyaWJlKCk7XG4gIH1cblxuICBleGVjdXRlQ29tbWFuZChjb21tYW5kOiBzdHJpbmcgfCB7IGNvbW1hbmQ6IGFueTsgdmFsdWU6IHN0cmluZyB8IGFueSB9KSB7XG4gICAgdGhpcy5ib2R5RWxlbWVudC5uYXRpdmVFbGVtZW50LmZvY3VzKCk7XG5cbiAgICBpZiAodHlwZW9mIGNvbW1hbmQgPT09ICdvYmplY3QnKSB7XG4gICAgICBpZiAoY29tbWFuZC5jb21tYW5kID09PSAnSW5zZXJ0SFRNTCcpIHtcbiAgICAgICAgY29uc3Qge1xuICAgICAgICAgIGNvbW1hbmQ6IGxpbmtDb21tYW5kLFxuICAgICAgICAgIHZhbHVlOiB7IHVybExpbmsgfSxcbiAgICAgICAgICB2YWx1ZTogeyB1cmxMaW5rVGV4dCB9XG4gICAgICAgIH0gPSBjb21tYW5kO1xuXG4gICAgICAgIHRoaXMuaGFuZGxlQ29tbWFuZExpbmsobGlua0NvbW1hbmQsIHVybExpbmssIHVybExpbmtUZXh0KTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGRvY3VtZW50LmV4ZWNDb21tYW5kKGNvbW1hbmQuY29tbWFuZCwgZmFsc2UsIGNvbW1hbmQudmFsdWUpO1xuICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICBkb2N1bWVudC5leGVjQ29tbWFuZChjb21tYW5kLCBmYWxzZSwgbnVsbCk7XG4gICAgfVxuXG4gICAgdGhpcy51cGRhdGVNb2RlbCgpO1xuICAgIHRoaXMudmFsdWUuZW1pdCh0aGlzLm1vZGVsVmFsdWUpO1xuICB9XG5cbiAgbGlua0VkaXRpbmcoZXZlbnQpIHtcbiAgICB0aGlzLmlzTGlua0VkaXRpbmcgPSAhIWV2ZW50O1xuICB9XG5cbiAgb25CbHVyKCkge1xuICAgIHRoaXMuYmx1ci5lbWl0KCk7XG4gICAgaWYgKHRoaXMubW9kZWxWYWx1ZSAhPT0gdGhpcy52YWx1ZUJlZm9yZUNoYW5nZSkge1xuICAgICAgY2xlYXJUaW1lb3V0KHRoaXMudGltZW91dENoYW5nZSk7XG4gICAgICB0aGlzLnRpbWVvdXRDaGFuZ2UgPSBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgdGhpcy5jaGFuZ2UuZW1pdCh0aGlzLm1vZGVsVmFsdWUpO1xuICAgICAgfSwgMjAwKTtcbiAgICB9XG4gIH1cblxuICBmb2N1cygpOiB2b2lkIHtcbiAgICB0aGlzLmJvZHlFbGVtZW50Lm5hdGl2ZUVsZW1lbnQuZm9jdXMoKTtcbiAgfVxuXG4gIG9uQ2xpY2soKSB7XG4gICAgdGhpcy5lbWl0U2VsZWN0aW9uQ29tbWFuZHMoKTtcbiAgfVxuXG4gIG9uRm9jdXMoKSB7XG4gICAgdGhpcy52YWx1ZUJlZm9yZUNoYW5nZSA9IHRoaXMubW9kZWxWYWx1ZTtcbiAgfVxuXG4gIG9uS2V5RG93bihldmVudCkge1xuICAgIGNvbnN0IGtleUsgPSBldmVudC5rZXlDb2RlID09PSBQb0tleUNvZGVFbnVtLmtleUs7XG4gICAgY29uc3QgaXNMaW5rU2hvcnRjdXQgPSAoa2V5SyAmJiBldmVudC5jdHJsS2V5KSB8fCAoa2V5SyAmJiBldmVudC5tZXRhS2V5KTtcblxuICAgIGlmIChpc0xpbmtTaG9ydGN1dCkge1xuICAgICAgZXZlbnQucHJldmVudERlZmF1bHQoKTtcbiAgICAgIHRoaXMuc2hvcnRjdXRDb21tYW5kLmVtaXQoKTtcbiAgICB9XG5cbiAgICB0aGlzLnRvZ2dsZUN1cnNvck9uTGluayhldmVudCwgJ2FkZCcpO1xuICB9XG5cbiAgb25LZXlVcChldmVudDogYW55KSB7XG4gICAgdGhpcy50b2dnbGVDdXJzb3JPbkxpbmsoZXZlbnQsICdyZW1vdmUnKTtcblxuICAgIHRoaXMucmVtb3ZlQnJFbGVtZW50KCk7XG4gICAgdGhpcy51cGRhdGVNb2RlbCgpO1xuICAgIHRoaXMuZW1pdFNlbGVjdGlvbkNvbW1hbmRzKCk7XG4gIH1cblxuICBvblBhc3RlKCkge1xuICAgIHRoaXMudXBkYXRlKCk7XG4gICAgc2V0VGltZW91dCgoKSA9PiB0aGlzLmFkZENsaWNrTGlzdGVuZXJPbkFuY2hvckVsZW1lbnRzKCkpO1xuICB9XG5cbiAgdXBkYXRlKCkge1xuICAgIHNldFRpbWVvdXQoKCkgPT4gdGhpcy51cGRhdGVNb2RlbCgpKTtcblxuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgdGhpcy5yZW1vdmVCckVsZW1lbnQoKTtcbiAgICAgIHRoaXMudXBkYXRlTW9kZWwoKTtcbiAgICAgIHRoaXMuZW1pdFNlbGVjdGlvbkNvbW1hbmRzKCk7XG4gICAgfSk7XG4gIH1cblxuICBwcml2YXRlIGFkZENsaWNrTGlzdGVuZXJPbkFuY2hvckVsZW1lbnRzKCkge1xuICAgIHRoaXMuYm9keUVsZW1lbnQubmF0aXZlRWxlbWVudC5xdWVyeVNlbGVjdG9yQWxsKCdhJykuZm9yRWFjaChlbGVtZW50ID0+IHtcbiAgICAgIGVsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcignY2xpY2snLCB0aGlzLm9uQW5jaG9yQ2xpY2spO1xuICAgIH0pO1xuICB9XG5cbiAgcHJpdmF0ZSBlbWl0U2VsZWN0aW9uQ29tbWFuZHMoKSB7XG4gICAgY29uc3QgY29tbWFuZHMgPSBwb1JpY2hUZXh0Qm9keUNvbW1hbmRzLmZpbHRlcihjb21tYW5kID0+IGRvY3VtZW50LnF1ZXJ5Q29tbWFuZFN0YXRlKGNvbW1hbmQpKTtcbiAgICBjb25zdCByZ2JDb2xvciA9IGRvY3VtZW50LnF1ZXJ5Q29tbWFuZFZhbHVlKCdGb3JlQ29sb3InKTtcblxuICAgIGxldCBoZXhDb2xvcjtcbiAgICBpZiAoIWlzSUUoKSkge1xuICAgICAgaGV4Q29sb3IgPSB0aGlzLnJnYlRvSGV4KHJnYkNvbG9yKTtcbiAgICB9XG5cbiAgICBpZiAodGhpcy5pc0N1cnNvclBvc2l0aW9uZWRJbkFMaW5rKCkpIHtcbiAgICAgIGNvbW1hbmRzLnB1c2goJ0NyZWF0ZWxpbmsnKTtcbiAgICB9XG5cbiAgICB0aGlzLnNlbGVjdGVkTGluay5lbWl0KHRoaXMubGlua0VsZW1lbnQpOyAvLyBpbXBvcnRhbnRlIGZpY2FyIGZvcmEgZG8gaWYgcGFyYSBlbWl0aXIgbWVzbW8gdW5kZWZpbmVkLlxuICAgIHRoaXMuY29tbWFuZHMuZW1pdCh7IGNvbW1hbmRzLCBoZXhDb2xvciB9KTtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0VGV4dFNlbGVjdGlvbigpIHtcbiAgICBjb25zdCB0ZXh0U2VsZWN0aW9uID0gZG9jdW1lbnQuZ2V0U2VsZWN0aW9uKCk7XG4gICAgaWYgKCF0ZXh0U2VsZWN0aW9uKSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGNvbnN0IGZvY3VzTm9kZSA9IHRleHRTZWxlY3Rpb24uZm9jdXNOb2RlID8gdGV4dFNlbGVjdGlvbi5mb2N1c05vZGUucGFyZW50RWxlbWVudCA6IHVuZGVmaW5lZDtcbiAgICBjb25zdCBhbmNob3JOb2RlID0gdGV4dFNlbGVjdGlvbi5hbmNob3JOb2RlID8gdGV4dFNlbGVjdGlvbi5hbmNob3JOb2RlLnBhcmVudE5vZGUgOiB1bmRlZmluZWQ7XG4gICAgY29uc3Qgbm9kZSA9IGZvY3VzTm9kZSB8fCBhbmNob3JOb2RlO1xuICAgIGxldCB0YWdOYW1lO1xuXG4gICAgaWYgKG5vZGUpIHtcbiAgICAgIHRhZ05hbWUgPSBub2RlWyd0YWdOYW1lJ10gfHwgbm9kZVsnbm9kZU5hbWUnXTtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIG5vZGUsXG4gICAgICAgIHRhZ05hbWVcbiAgICAgIH07XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBoYW5kbGVDb21tYW5kTGluayhsaW5rQ29tbWFuZDogc3RyaW5nLCB1cmxMaW5rOiBzdHJpbmcsIHVybExpbmtUZXh0OiBzdHJpbmcpIHtcbiAgICBpZiAoaXNJRSgpKSB7XG4gICAgICB0aGlzLmluc2VydEh0bWxMaW5rRWxlbWVudCh1cmxMaW5rLCB1cmxMaW5rVGV4dCk7XG4gICAgfSBlbHNlIHtcbiAgICAgIC8vICcmbmJzcDsnIG5lY2Vzc8OhcmlvIHBhcmEgbyBjdXJzb3IgbsOjbyBmaWNhciBwcmVzbyBkZW50cm8gZG8gbGluayBubyBGaXJlZm94LlxuICAgICAgY29uc3QgbGlua1ZhbHVlID1cbiAgICAgICAgaXNGaXJlZm94KCkgJiYgIXRoaXMuaXNMaW5rRWRpdGluZ1xuICAgICAgICAgID8gYCZuYnNwOyR7dGhpcy5tYWtlTGlua1RhZyh1cmxMaW5rLCB1cmxMaW5rVGV4dCl9Jm5ic3A7YFxuICAgICAgICAgIDogdGhpcy5tYWtlTGlua1RhZyh1cmxMaW5rLCB1cmxMaW5rVGV4dCk7XG5cbiAgICAgIGRvY3VtZW50LmV4ZWNDb21tYW5kKGxpbmtDb21tYW5kLCBmYWxzZSwgbGlua1ZhbHVlKTtcbiAgICB9XG5cbiAgICB0aGlzLmFkZENsaWNrTGlzdGVuZXJPbkFuY2hvckVsZW1lbnRzKCk7XG4gIH1cblxuICAvLyB0cmF0YW1lbnRvIGVzcGVjw61maWNvIHBhcmEgSUUgcG9pcyBuw6NvIHN1cG9ydGEgbyBjb21hbmRvICdpbnNlcnRIVE1MJy5cbiAgcHJpdmF0ZSBpbnNlcnRIdG1sTGlua0VsZW1lbnQodXJsTGluazogc3RyaW5nLCB1cmxMaW5rVGV4dDogc3RyaW5nKSB7XG4gICAgY29uc3Qgc2VsZWN0aW9uID0gZG9jdW1lbnQuZ2V0U2VsZWN0aW9uKCk7XG4gICAgY29uc3Qgc2VsZWN0aW9uUmFuZ2UgPSBzZWxlY3Rpb24uZ2V0UmFuZ2VBdCgwKTtcbiAgICBjb25zdCBlbGVtZW50TGluayA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ2EnKTtcbiAgICBjb25zdCBlbGVtZW50bGlua1RleHQgPSBkb2N1bWVudC5jcmVhdGVUZXh0Tm9kZSh1cmxMaW5rVGV4dCk7XG5cbiAgICBlbGVtZW50TGluay5hcHBlbmRDaGlsZChlbGVtZW50bGlua1RleHQpO1xuICAgIGVsZW1lbnRMaW5rLmhyZWYgPSB1cmxMaW5rO1xuICAgIGVsZW1lbnRMaW5rLnNldEF0dHJpYnV0ZSgndGFyZ2V0JywgJ19ibGFuaycpO1xuICAgIGVsZW1lbnRMaW5rLmNsYXNzTGlzdC5hZGQoJ3BvLXJpY2gtdGV4dC1saW5rJyk7XG5cbiAgICBzZWxlY3Rpb25SYW5nZS5kZWxldGVDb250ZW50cygpO1xuICAgIHNlbGVjdGlvblJhbmdlLmluc2VydE5vZGUoZWxlbWVudExpbmspO1xuICB9XG5cbiAgcHJpdmF0ZSBpc0N1cnNvclBvc2l0aW9uZWRJbkFMaW5rKCk6IGJvb2xlYW4ge1xuICAgIGNvbnN0IHRleHRTZWxlY3Rpb24gPSB0aGlzLmdldFRleHRTZWxlY3Rpb24oKTtcbiAgICB0aGlzLmxpbmtFbGVtZW50ID0gdW5kZWZpbmVkO1xuXG4gICAgbGV0IGlzTGluayA9IGZhbHNlO1xuXG4gICAgaWYgKHRleHRTZWxlY3Rpb24gJiYgdGV4dFNlbGVjdGlvbi5ub2RlICYmIHRleHRTZWxlY3Rpb24udGFnTmFtZSA9PT0gJ0EnKSB7XG4gICAgICB0aGlzLmxpbmtFbGVtZW50ID0gdGV4dFNlbGVjdGlvbi5ub2RlO1xuICAgICAgaXNMaW5rID0gdHJ1ZTtcbiAgICB9IGVsc2UgaWYgKChpc0ZpcmVmb3goKSB8fCBpc0lFT3JFZGdlKCkpICYmIHRoaXMudmVyaWZ5Q3Vyc29yUG9zaXRpb25JbkZpcmVmb3hJRUVkZ2UoKSkge1xuICAgICAgaXNMaW5rID0gdHJ1ZTtcbiAgICB9IGVsc2Uge1xuICAgICAgaXNMaW5rID0gdGV4dFNlbGVjdGlvbiA/IHRoaXMuaXNQYXJlbnROb2RlQW5jaG9yKHRleHRTZWxlY3Rpb24pIDogZmFsc2U7XG4gICAgfVxuICAgIHJldHVybiBpc0xpbms7XG4gIH1cblxuICBwcml2YXRlIGlzUGFyZW50Tm9kZUFuY2hvcih0ZXh0U2VsZWN0aW9uKTogYm9vbGVhbiB7XG4gICAgbGV0IGVsZW1lbnQgPSB0ZXh0U2VsZWN0aW9uLm5vZGU7XG4gICAgbGV0IGlzTGluayA9IGZhbHNlO1xuXG4gICAgd2hpbGUgKGVsZW1lbnQgJiYgKGVsZW1lbnQudGFnTmFtZSAhPT0gbnVsbCB8fCBlbGVtZW50Lm5vZGVOYW1lICE9PSBudWxsKSkge1xuICAgICAgaWYgKGVsZW1lbnQudGFnTmFtZSA9PT0gJ0EnIHx8IGVsZW1lbnQubm9kZU5hbWUgPT09ICdBJykge1xuICAgICAgICB0aGlzLmxpbmtFbGVtZW50ID0gZWxlbWVudDtcbiAgICAgICAgaXNMaW5rID0gdHJ1ZTtcbiAgICAgICAgcmV0dXJuIGlzTGluaztcbiAgICAgIH1cbiAgICAgIGVsZW1lbnQgPSBlbGVtZW50LnBhcmVudEVsZW1lbnQgfHwgZWxlbWVudC5wYXJlbnROb2RlO1xuICAgIH1cblxuICAgIHRoaXMubGlua0VsZW1lbnQgPSB1bmRlZmluZWQ7XG4gICAgcmV0dXJuIGlzTGluaztcbiAgfVxuXG4gIHByaXZhdGUgbWFrZUxpbmtUYWcodXJsTGluazogc3RyaW5nLCB1cmxMaW5rVGV4dDogc3RyaW5nKSB7XG4gICAgcmV0dXJuIGA8YSBjbGFzcz1cInBvLXJpY2gtdGV4dC1saW5rXCIgaHJlZj1cIiR7dXJsTGlua31cIiB0YXJnZXQ9XCJfYmxhbmtcIj4ke3VybExpbmtUZXh0IHx8IHVybExpbmt9PC9hPmA7XG4gIH1cblxuICBwcml2YXRlIG9uQW5jaG9yQ2xpY2sgPSBldmVudCA9PiB7XG4gICAgY29uc3QgeyB0YXJnZXQsIGN0cmxLZXksIG1ldGFLZXkgfSA9IGV2ZW50O1xuICAgIGxldCB1cmw7XG4gICAgbGV0IGVsZW1lbnRMaW5rO1xuXG4gICAgaWYgKGN0cmxLZXkgfHwgbWV0YUtleSkge1xuICAgICAgaWYgKGV2ZW50LnBhdGgpIHtcbiAgICAgICAgZXZlbnQucGF0aC5mb3JFYWNoKGVsZW1lbnQgPT4ge1xuICAgICAgICAgIGlmIChlbGVtZW50Lm5vZGVOYW1lID09PSAnQScpIHtcbiAgICAgICAgICAgIHVybCA9IGVsZW1lbnQuaHJlZjtcbiAgICAgICAgICAgIGVsZW1lbnRMaW5rID0gZWxlbWVudDtcbiAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdXJsID0gdGFyZ2V0LmF0dHJpYnV0ZXMuaHJlZi52YWx1ZTtcbiAgICAgICAgZWxlbWVudExpbmsgPSB0YXJnZXQ7XG4gICAgICB9XG4gICAgICBvcGVuRXh0ZXJuYWxMaW5rKHVybCk7XG4gICAgICBlbGVtZW50TGluay5jbGFzc0xpc3QucmVtb3ZlKCdwby1jbGlja2FibGUnKTtcbiAgICB9XG4gIH07XG5cbiAgLy8gVHJhdGFtZW50byBuZWNlc3PDoXJpbyBwYXJhIGVsaW1pbmFyIGEgdGFnIDxicj4gY3JpYWRhIG5vIGZpcmVmb3ggcXVhbmRvIG8gYm9keSBmb3IgbGltcG8uXG4gIHByaXZhdGUgcmVtb3ZlQnJFbGVtZW50KCkge1xuICAgIGNvbnN0IGJvZHlFbGVtZW50ID0gdGhpcy5ib2R5RWxlbWVudC5uYXRpdmVFbGVtZW50O1xuXG4gICAgaWYgKCFib2R5RWxlbWVudC5pbm5lclRleHQudHJpbSgpICYmIGJvZHlFbGVtZW50LmNoaWxkTm9kZXMubGVuZ3RoID09PSAxICYmIGJvZHlFbGVtZW50LnF1ZXJ5U2VsZWN0b3IoJ2JyJykpIHtcbiAgICAgIGJvZHlFbGVtZW50LnF1ZXJ5U2VsZWN0b3IoJ2JyJykucmVtb3ZlKCk7XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSByZ2JUb0hleChyZ2IpIHtcbiAgICAvLyBUcmF0YW1lbnRvIG5lY2Vzc8OhcmlvIHBhcmEgY29udmVydGVyIG8gY8OzZGlnbyByZ2IgcGFyYSBoZXhhZGVjaW1hbC5cbiAgICBjb25zdCBzZXAgPSByZ2IuaW5kZXhPZignLCcpID4gLTEgPyAnLCcgOiAnICc7XG4gICAgcmdiID0gcmdiLnN1YnN0cig0KS5zcGxpdCgnKScpWzBdLnNwbGl0KHNlcCk7XG5cbiAgICBsZXQgciA9ICgrcmdiWzBdKS50b1N0cmluZygxNik7XG4gICAgbGV0IGcgPSAoK3JnYlsxXSkudG9TdHJpbmcoMTYpO1xuICAgIGxldCBiID0gKCtyZ2JbMl0pLnRvU3RyaW5nKDE2KTtcblxuICAgIGlmIChyLmxlbmd0aCA9PT0gMSkge1xuICAgICAgciA9ICcwJyArIHI7XG4gICAgfVxuICAgIGlmIChnLmxlbmd0aCA9PT0gMSkge1xuICAgICAgZyA9ICcwJyArIGc7XG4gICAgfVxuICAgIGlmIChiLmxlbmd0aCA9PT0gMSkge1xuICAgICAgYiA9ICcwJyArIGI7XG4gICAgfVxuXG4gICAgcmV0dXJuICcjJyArIHIgKyBnICsgYjtcbiAgfVxuXG4gIHByaXZhdGUgdG9nZ2xlQ3Vyc29yT25MaW5rKGV2ZW50OiBhbnksIGFjdGlvbjogJ2FkZCcgfCAncmVtb3ZlJykge1xuICAgIGNvbnN0IHNlbGVjdGlvbiA9IGRvY3VtZW50LmdldFNlbGVjdGlvbigpO1xuICAgIGNvbnN0IGVsZW1lbnQgPSBzZWxlY3Rpb24uZm9jdXNOb2RlID8gc2VsZWN0aW9uLmZvY3VzTm9kZS5wYXJlbnROb2RlIDogdW5kZWZpbmVkO1xuICAgIGNvbnN0IGlzQ3RybCA9IGV2ZW50LmtleSA9PT0gJ0NvbnRyb2wnO1xuICAgIGNvbnN0IGlzQ29tbWFuZCA9IGV2ZW50LmtleSA9PT0gJ01ldGEnO1xuICAgIGNvbnN0IGlzT25DdHJsTGluayA9IHRoaXMuaXNDdXJzb3JQb3NpdGlvbmVkSW5BTGluaygpICYmIChpc0N0cmwgfHwgaXNDb21tYW5kKTtcblxuICAgIGlmIChlbGVtZW50KSB7XG4gICAgICBpZiAoaXNPbkN0cmxMaW5rKSB7XG4gICAgICAgIGVsZW1lbnRbJ2NsYXNzTGlzdCddW2FjdGlvbl0oJ3BvLWNsaWNrYWJsZScpO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgY29uc3QgaXNDbGlja2FibGUgPSBlbGVtZW50WydjbGFzc0xpc3QnXSAmJiBlbGVtZW50WydjbGFzc0xpc3QnXS5jb250YWlucygncG8tY2xpY2thYmxlJyk7XG5cbiAgICAgICAgaWYgKGlzQ2xpY2thYmxlKSB7XG4gICAgICAgICAgZWxlbWVudFsnY2xhc3NMaXN0J10ucmVtb3ZlKCdwby1jbGlja2FibGUnKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgdGhpcy51cGRhdGVNb2RlbCgpO1xuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgdXBkYXRlTW9kZWwoKSB7XG4gICAgdGhpcy5tb2RlbFZhbHVlID0gdGhpcy5ib2R5RWxlbWVudC5uYXRpdmVFbGVtZW50LmlubmVySFRNTDtcblxuICAgIHRoaXMudmFsdWUuZW1pdCh0aGlzLm1vZGVsVmFsdWUpO1xuICB9XG5cbiAgcHJpdmF0ZSB1cGRhdGVWYWx1ZVdpdGhNb2RlbFZhbHVlKCkge1xuICAgIGlmICh0aGlzLm1vZGVsVmFsdWUpIHtcbiAgICAgIHRoaXMuYm9keUVsZW1lbnQubmF0aXZlRWxlbWVudC5pbnNlcnRBZGphY2VudEhUTUwoJ2FmdGVyYmVnaW4nLCB0aGlzLm1vZGVsVmFsdWUpO1xuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgdmVyaWZ5Q3Vyc29yUG9zaXRpb25JbkZpcmVmb3hJRUVkZ2UoKTogYm9vbGVhbiB7XG4gICAgY29uc3QgdGV4dFNlbGVjdGlvbiA9IGRvY3VtZW50LmdldFNlbGVjdGlvbigpO1xuICAgIGNvbnN0IG5vZGVMaW5rID0gdGV4dFNlbGVjdGlvbi5mb2N1c05vZGU7XG4gICAgbGV0IGlzTGluayA9IGZhbHNlO1xuXG4gICAgaWYgKG5vZGVMaW5rICYmIG5vZGVMaW5rLm5vZGVOYW1lID09PSAnQScpIHtcbiAgICAgIHRoaXMubGlua0VsZW1lbnQgPSBub2RlTGluaztcbiAgICAgIGlzTGluayA9IHRydWU7XG4gICAgfSBlbHNlIHtcbiAgICAgIGNvbnN0IHJhbmdlID0gdGV4dFNlbGVjdGlvbi5nZXRSYW5nZUF0KDApO1xuICAgICAgY29uc3QgZnJhZ21lbnREb2N1bWVudCA9IHJhbmdlLmNsb25lQ29udGVudHMoKTtcbiAgICAgIGNvbnN0IGVsZW1lbnQgPSBmcmFnbWVudERvY3VtZW50LmNoaWxkTm9kZXNbMF0gfHwgZnJhZ21lbnREb2N1bWVudC5maXJzdEVsZW1lbnRDaGlsZDtcblxuICAgICAgdGhpcy5saW5rRWxlbWVudCA9IGVsZW1lbnQgJiYgZWxlbWVudC5ub2RlTmFtZSA9PT0gJ0EnID8gZWxlbWVudCA6IHVuZGVmaW5lZDtcbiAgICAgIGlzTGluayA9ICEhdGhpcy5saW5rRWxlbWVudDtcbiAgICB9XG5cbiAgICByZXR1cm4gaXNMaW5rO1xuICB9XG59XG4iLCI8ZGl2XG4gICNib2R5RWxlbWVudFxuICBjbGFzcz1cInBvLXJpY2gtdGV4dC1ib2R5XCJcbiAgdGFiaW5kZXg9XCIwXCJcbiAgW2F0dHIuY29udGVudGVkaXRhYmxlXT1cIiFyZWFkb25seVwiXG4gIFthdHRyLmRhdGEtcGxhY2Vob2xkZXJdPVwicGxhY2Vob2xkZXJcIlxuICBbc3R5bGUuaGVpZ2h0LnB4XT1cImhlaWdodFwiXG4gIChibHVyKT1cIm9uQmx1cigpXCJcbiAgKGNsaWNrKT1cIm9uQ2xpY2soKVwiXG4gIChjdXQpPVwidXBkYXRlKClcIlxuICAoZm9jdXMpPVwib25Gb2N1cygpXCJcbiAgKGtleWRvd24pPVwib25LZXlEb3duKCRldmVudClcIlxuICAoa2V5dXApPVwib25LZXlVcCgkZXZlbnQpXCJcbiAgKHBhc3RlKT1cIm9uUGFzdGUoKVwiXG4+PC9kaXY+XG4iXX0=
@@ -0,0 +1,135 @@
1
+ import { Component, EventEmitter, Output, ViewChild } from '@angular/core';
2
+ import { convertImageToBase64 } from '../../../../utils/util';
3
+ import { poRichTextLiteralsDefault } from '../po-rich-text-literals';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "./../../../../services/po-language/po-language.service";
6
+ import * as i2 from "../../../po-modal/po-modal.component";
7
+ import * as i3 from "@angular/forms";
8
+ import * as i4 from "../../po-upload/po-upload.component";
9
+ import * as i5 from "../../po-url/po-url.component";
10
+ const _c0 = ["modal"];
11
+ const _c1 = ["modalImageForm"];
12
+ const _c2 = ["upload"];
13
+ const uploadRestrictions = ['.apng', '.bmp', '.gif', '.ico', '.jpeg', '.jpg', '.png', '.svg'];
14
+ export class PoRichTextImageModalComponent {
15
+ constructor(languageService) {
16
+ this.languageService = languageService;
17
+ this.command = new EventEmitter();
18
+ this.selection = document.getSelection();
19
+ this.uploadRestrictions = {
20
+ allowedExtensions: uploadRestrictions
21
+ };
22
+ this.literals = {
23
+ ...poRichTextLiteralsDefault[this.languageService.getShortLanguage()]
24
+ };
25
+ this.modalCancelAction = {
26
+ label: this.literals.cancel,
27
+ action: () => {
28
+ this.modal.close();
29
+ this.command.emit();
30
+ this.retrieveCursorPosition();
31
+ this.cleanUpFields();
32
+ }
33
+ };
34
+ this.modalConfirmAction = {
35
+ label: this.literals.insert,
36
+ disabled: false,
37
+ action: () => this.insertElementRef()
38
+ };
39
+ }
40
+ get isUploadValid() {
41
+ return !!(this.uploadModel && this.uploadModel.length);
42
+ }
43
+ get isUrlValid() {
44
+ return !!this.urlImage && this.modalImageForm && this.modalImageForm.valid;
45
+ }
46
+ openModal() {
47
+ this.saveCursorPosition();
48
+ this.modal.open();
49
+ }
50
+ cleanUpFields() {
51
+ this.urlImage = undefined;
52
+ this.uploadModel = undefined;
53
+ }
54
+ async convertToBase64() {
55
+ if (this.isUploadValid) {
56
+ const uploadImage = this.uploadModel[0].rawFile;
57
+ return await convertImageToBase64(uploadImage);
58
+ }
59
+ }
60
+ emitCommand(value) {
61
+ let command;
62
+ if (value) {
63
+ command = 'insertImage';
64
+ this.command.emit({ command, value });
65
+ }
66
+ }
67
+ async insertElementRef() {
68
+ let uploadImage;
69
+ if (!this.urlImage) {
70
+ uploadImage = await this.convertToBase64();
71
+ }
72
+ this.retrieveCursorPosition();
73
+ this.modal.close();
74
+ if (this.isUrlValid || this.isUploadValid) {
75
+ this.emitCommand(this.urlImage || uploadImage);
76
+ }
77
+ this.cleanUpFields();
78
+ }
79
+ retrieveCursorPosition() {
80
+ this.selection.collapse(this.savedCursorPosition[0], this.savedCursorPosition[1]);
81
+ }
82
+ saveCursorPosition() {
83
+ this.savedCursorPosition = [this.selection.focusNode, this.selection.focusOffset];
84
+ }
85
+ }
86
+ PoRichTextImageModalComponent.ɵfac = function PoRichTextImageModalComponent_Factory(t) { return new (t || PoRichTextImageModalComponent)(i0.ɵɵdirectiveInject(i1.PoLanguageService)); };
87
+ PoRichTextImageModalComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoRichTextImageModalComponent, selectors: [["po-rich-text-image-modal"]], viewQuery: function PoRichTextImageModalComponent_Query(rf, ctx) { if (rf & 1) {
88
+ i0.ɵɵviewQuery(_c0, 7);
89
+ i0.ɵɵviewQuery(_c1, 5);
90
+ i0.ɵɵviewQuery(_c2, 7);
91
+ } if (rf & 2) {
92
+ let _t;
93
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modal = _t.first);
94
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalImageForm = _t.first);
95
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.upload = _t.first);
96
+ } }, outputs: { command: "p-command" }, decls: 9, vars: 10, consts: [["p-hide-close", "", 3, "p-primary-action", "p-secondary-action", "p-title"], ["modal", ""], ["modalImageForm", "ngForm"], [1, "po-row"], ["name", "upload", "p-drag-drop-height", "160", "p-hide-restrictions-info", "", "p-hide-send-button", "", "p-url", "x", 1, "po-md-12", 3, "ngModel", "p-drag-drop", "p-disabled", "p-restrictions", "ngModelChange"], ["upload", ""], ["name", "url", 1, "po-md-12", "po-mt-3", 3, "ngModel", "p-label", "p-disabled", "ngModelChange"]], template: function PoRichTextImageModalComponent_Template(rf, ctx) { if (rf & 1) {
97
+ i0.ɵɵelementStart(0, "po-modal", 0, 1);
98
+ i0.ɵɵelementStart(2, "form", null, 2);
99
+ i0.ɵɵelementStart(4, "div", 3);
100
+ i0.ɵɵelementStart(5, "po-upload", 4, 5);
101
+ i0.ɵɵlistener("ngModelChange", function PoRichTextImageModalComponent_Template_po_upload_ngModelChange_5_listener($event) { return ctx.uploadModel = $event; });
102
+ i0.ɵɵelementEnd();
103
+ i0.ɵɵelementEnd();
104
+ i0.ɵɵelementStart(7, "div", 3);
105
+ i0.ɵɵelementStart(8, "po-url", 6);
106
+ i0.ɵɵlistener("ngModelChange", function PoRichTextImageModalComponent_Template_po_url_ngModelChange_8_listener($event) { return ctx.urlImage = $event; });
107
+ i0.ɵɵelementEnd();
108
+ i0.ɵɵelementEnd();
109
+ i0.ɵɵelementEnd();
110
+ i0.ɵɵelementEnd();
111
+ } if (rf & 2) {
112
+ const _r0 = i0.ɵɵreference(1);
113
+ i0.ɵɵproperty("p-primary-action", ctx.modalConfirmAction)("p-secondary-action", ctx.modalCancelAction)("p-title", ctx.literals.insertImage);
114
+ i0.ɵɵadvance(5);
115
+ i0.ɵɵproperty("ngModel", ctx.uploadModel)("p-drag-drop", !_r0.isHidden)("p-disabled", ctx.isUrlValid)("p-restrictions", ctx.uploadRestrictions);
116
+ i0.ɵɵadvance(3);
117
+ i0.ɵɵproperty("ngModel", ctx.urlImage)("p-label", ctx.literals.urlImage)("p-disabled", ctx.isUploadValid);
118
+ } }, directives: [i2.PoModalComponent, i3.ɵNgNoValidate, i3.NgControlStatusGroup, i3.NgForm, i4.PoUploadComponent, i3.NgControlStatus, i3.NgModel, i5.PoUrlComponent], encapsulation: 2 });
119
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoRichTextImageModalComponent, [{
120
+ type: Component,
121
+ args: [{ selector: 'po-rich-text-image-modal', template: "<po-modal\n #modal\n p-hide-close\n [p-primary-action]=\"modalConfirmAction\"\n [p-secondary-action]=\"modalCancelAction\"\n [p-title]=\"literals.insertImage\"\n>\n <form #modalImageForm=\"ngForm\">\n <div class=\"po-row\">\n <!-- po-upload desabilita o drag drop caso n\u00E3o tenha valor atribuido para a propriedade p-url -->\n <po-upload\n #upload\n class=\"po-md-12\"\n name=\"upload\"\n [(ngModel)]=\"uploadModel\"\n p-drag-drop-height=\"160\"\n p-hide-restrictions-info\n p-hide-send-button\n p-url=\"x\"\n [p-drag-drop]=\"!modal.isHidden\"\n [p-disabled]=\"isUrlValid\"\n [p-restrictions]=\"uploadRestrictions\"\n >\n </po-upload>\n </div>\n\n <div class=\"po-row\">\n <po-url\n class=\"po-md-12 po-mt-3\"\n name=\"url\"\n [(ngModel)]=\"urlImage\"\n [p-label]=\"literals.urlImage\"\n [p-disabled]=\"isUploadValid\"\n >\n </po-url>\n </div>\n </form>\n</po-modal>\n" }]
122
+ }], function () { return [{ type: i1.PoLanguageService }]; }, { modal: [{
123
+ type: ViewChild,
124
+ args: ['modal', { static: true }]
125
+ }], modalImageForm: [{
126
+ type: ViewChild,
127
+ args: ['modalImageForm']
128
+ }], upload: [{
129
+ type: ViewChild,
130
+ args: ['upload', { static: true }]
131
+ }], command: [{
132
+ type: Output,
133
+ args: ['p-command']
134
+ }] }); })();
135
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tcmljaC10ZXh0LWltYWdlLW1vZGFsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpL3NyYy9saWIvY29tcG9uZW50cy9wby1maWVsZC9wby1yaWNoLXRleHQvcG8tcmljaC10ZXh0LWltYWdlLW1vZGFsL3BvLXJpY2gtdGV4dC1pbWFnZS1tb2RhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS9zcmMvbGliL2NvbXBvbmVudHMvcG8tZmllbGQvcG8tcmljaC10ZXh0L3BvLXJpY2gtdGV4dC1pbWFnZS1tb2RhbC9wby1yaWNoLXRleHQtaW1hZ2UtbW9kYWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQVUsTUFBTSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUduRixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUk5RCxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7Ozs7Ozs7OztBQUlyRSxNQUFNLGtCQUFrQixHQUFHLENBQUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLE1BQU0sQ0FBQyxDQUFDO0FBTTlGLE1BQU0sT0FBTyw2QkFBNkI7SUE2Q3hDLFlBQW9CLGVBQWtDO1FBQWxDLG9CQUFlLEdBQWYsZUFBZSxDQUFtQjtRQXRDakMsWUFBTyxHQUFHLElBQUksWUFBWSxFQUFxRCxDQUFDO1FBR3JHLGNBQVMsR0FBRyxRQUFRLENBQUMsWUFBWSxFQUFFLENBQUM7UUFFcEMsdUJBQWtCLEdBQTZCO1lBQzdDLGlCQUFpQixFQUFFLGtCQUFrQjtTQUN0QyxDQUFDO1FBR08sYUFBUSxHQUFHO1lB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Q0FBQyxTQUFTLEVBQUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxXQUFXLENBQUMsQ0FBQztJQUNwRixDQUFDOzswR0E5RlUsNkJBQTZCO2dGQUE3Qiw2QkFBNkI7Ozs7Ozs7Ozs7UUNqQjFDLHNDQU1DO1FBQ0MscUNBQStCO1FBQzdCLDhCQUFvQjtRQUVsQix1Q0FZQztRQVJDLCtKQUF5QjtRQVMzQixpQkFBWTtRQUNkLGlCQUFNO1FBRU4sOEJBQW9CO1FBQ2xCLGlDQU1DO1FBSEMseUpBQXNCO1FBSXhCLGlCQUFTO1FBQ1gsaUJBQU07UUFDUixpQkFBTztRQUNULGlCQUFXOzs7UUFsQ1QseURBQXVDLDZDQUFBLHFDQUFBO1FBV2pDLGVBQXlCO1FBQXpCLHlDQUF5Qiw4QkFBQSw4QkFBQSwwQ0FBQTtRQWdCekIsZUFBc0I7UUFBdEIsc0NBQXNCLGtDQUFBLGlDQUFBOzt1RkRiakIsNkJBQTZCO2NBSnpDLFNBQVM7MkJBQ0UsMEJBQTBCO29FQUlFLEtBQUs7a0JBQTFDLFNBQVM7bUJBQUMsT0FBTyxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRTtZQUVQLGNBQWM7a0JBQTFDLFNBQVM7bUJBQUMsZ0JBQWdCO1lBRVksTUFBTTtrQkFBNUMsU0FBUzttQkFBQyxRQUFRLEVBQUUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFO1lBRWhCLE9BQU87a0JBQTNCLE1BQU07bUJBQUMsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBPbkluaXQsIE91dHB1dCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBYnN0cmFjdENvbnRyb2wsIE5nRm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHsgY29udmVydEltYWdlVG9CYXNlNjQgfSBmcm9tICcuLi8uLi8uLi8uLi91dGlscy91dGlsJztcbmltcG9ydCB7IFBvTGFuZ3VhZ2VTZXJ2aWNlIH0gZnJvbSAnLi8uLi8uLi8uLi8uLi9zZXJ2aWNlcy9wby1sYW5ndWFnZS9wby1sYW5ndWFnZS5zZXJ2aWNlJztcblxuaW1wb3J0IHsgUG9Nb2RhbEFjdGlvbiwgUG9Nb2RhbENvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uL3BvLW1vZGFsJztcbmltcG9ydCB7IHBvUmljaFRleHRMaXRlcmFsc0RlZmF1bHQgfSBmcm9tICcuLi9wby1yaWNoLXRleHQtbGl0ZXJhbHMnO1xuaW1wb3J0IHsgUG9VcGxvYWRDb21wb25lbnQgfSBmcm9tICcuLi8uLi9wby11cGxvYWQvcG8tdXBsb2FkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBQb1VwbG9hZEZpbGVSZXN0cmljdGlvbnMgfSBmcm9tICcuLi8uLi9wby11cGxvYWQvaW50ZXJmYWNlcy9wby11cGxvYWQtZmlsZS1yZXN0cmljdGlvbi5pbnRlcmZhY2UnO1xuXG5jb25zdCB1cGxvYWRSZXN0cmljdGlvbnMgPSBbJy5hcG5nJywgJy5ibXAnLCAnLmdpZicsICcuaWNvJywgJy5qcGVnJywgJy5qcGcnLCAnLnBuZycsICcuc3ZnJ107XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3BvLXJpY2gtdGV4dC1pbWFnZS1tb2RhbCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9wby1yaWNoLXRleHQtaW1hZ2UtbW9kYWwuY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIFBvUmljaFRleHRJbWFnZU1vZGFsQ29tcG9uZW50IHtcbiAgQFZpZXdDaGlsZCgnbW9kYWwnLCB7IHN0YXRpYzogdHJ1ZSB9KSBtb2RhbDogUG9Nb2RhbENvbXBvbmVudDtcblxuICBAVmlld0NoaWxkKCdtb2RhbEltYWdlRm9ybScpIG1vZGFsSW1hZ2VGb3JtOiBOZ0Zvcm07XG5cbiAgQFZpZXdDaGlsZCgndXBsb2FkJywgeyBzdGF0aWM6IHRydWUgfSkgdXBsb2FkOiBQb1VwbG9hZENvbXBvbmVudDtcblxuICBAT3V0cHV0KCdwLWNvbW1hbmQnKSBjb21tYW5kID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmcgfCB7IGNvbW1hbmQ6IHN0cmluZzsgdmFsdWU6IHN0cmluZyB8IGFueSB9PigpO1xuXG4gIHNhdmVkQ3Vyc29yUG9zaXRpb247XG4gIHNlbGVjdGlvbiA9IGRvY3VtZW50LmdldFNlbGVjdGlvbigpO1xuICB1cGxvYWRNb2RlbDogQXJyYXk8YW55PjtcbiAgdXBsb2FkUmVzdHJpY3Rpb25zOiBQb1VwbG9hZEZpbGVSZXN0cmljdGlvbnMgPSB7XG4gICAgYWxsb3dlZEV4dGVuc2lvbnM6IHVwbG9hZFJlc3RyaWN0aW9uc1xuICB9O1xuICB1cmxJbWFnZTogc3RyaW5nO1xuXG4gIHJlYWRvbmx5IGxpdGVyYWxzID0ge1xuICAgIC4uLnBvUmljaFRleHRMaXRlcmFsc0RlZmF1bHRbdGhpcy5sYW5ndWFnZVNlcnZpY2UuZ2V0U2hvcnRMYW5ndWFnZSgpXVxuICB9O1xuXG4gIG1vZGFsQ2FuY2VsQWN0aW9uOiBQb01vZGFsQWN0aW9uID0ge1xuICAgIGxhYmVsOiB0aGlzLmxpdGVyYWxzLmNhbmNlbCxcbiAgICBhY3Rpb246ICgpID0+IHtcbiAgICAgIHRoaXMubW9kYWwuY2xvc2UoKTtcbiAgICAgIHRoaXMuY29tbWFuZC5lbWl0KCk7XG4gICAgICB0aGlzLnJldHJpZXZlQ3Vyc29yUG9zaXRpb24oKTtcbiAgICAgIHRoaXMuY2xlYW5VcEZpZWxkcygpO1xuICAgIH1cbiAgfTtcblxuICBtb2RhbENvbmZpcm1BY3Rpb246IFBvTW9kYWxBY3Rpb24gPSB7XG4gICAgbGFiZWw6IHRoaXMubGl0ZXJhbHMuaW5zZXJ0LFxuICAgIGRpc2FibGVkOiBmYWxzZSxcbiAgICBhY3Rpb246ICgpID0+IHRoaXMuaW5zZXJ0RWxlbWVudFJlZigpXG4gIH07XG5cbiAgZ2V0IGlzVXBsb2FkVmFsaWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICEhKHRoaXMudXBsb2FkTW9kZWwgJiYgdGhpcy51cGxvYWRNb2RlbC5sZW5ndGgpO1xuICB9XG5cbiAgZ2V0IGlzVXJsVmFsaWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICEhdGhpcy51cmxJbWFnZSAmJiB0aGlzLm1vZGFsSW1hZ2VGb3JtICYmIHRoaXMubW9kYWxJbWFnZUZvcm0udmFsaWQ7XG4gIH1cblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGxhbmd1YWdlU2VydmljZTogUG9MYW5ndWFnZVNlcnZpY2UpIHt9XG5cbiAgb3Blbk1vZGFsKCkge1xuICAgIHRoaXMuc2F2ZUN1cnNvclBvc2l0aW9uKCk7XG4gICAgdGhpcy5tb2RhbC5vcGVuKCk7XG4gIH1cblxuICBwcml2YXRlIGNsZWFuVXBGaWVsZHMoKSB7XG4gICAgdGhpcy51cmxJbWFnZSA9IHVuZGVmaW5lZDtcbiAgICB0aGlzLnVwbG9hZE1vZGVsID0gdW5kZWZpbmVkO1xuICB9XG5cbiAgcHJpdmF0ZSBhc3luYyBjb252ZXJ0VG9CYXNlNjQoKSB7XG4gICAgaWYgKHRoaXMuaXNVcGxvYWRWYWxpZCkge1xuICAgICAgY29uc3QgdXBsb2FkSW1hZ2UgPSB0aGlzLnVwbG9hZE1vZGVsWzBdLnJhd0ZpbGU7XG4gICAgICByZXR1cm4gYXdhaXQgY29udmVydEltYWdlVG9CYXNlNjQodXBsb2FkSW1hZ2UpO1xuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgZW1pdENvbW1hbmQodmFsdWUpIHtcbiAgICBsZXQgY29tbWFuZDogc3RyaW5nO1xuICAgIGlmICh2YWx1ZSkge1xuICAgICAgY29tbWFuZCA9ICdpbnNlcnRJbWFnZSc7XG4gICAgICB0aGlzLmNvbW1hbmQuZW1pdCh7IGNvbW1hbmQsIHZhbHVlIH0pO1xuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgYXN5bmMgaW5zZXJ0RWxlbWVudFJlZigpIHtcbiAgICBsZXQgdXBsb2FkSW1hZ2U6IHN0cmluZztcblxuICAgIGlmICghdGhpcy51cmxJbWFnZSkge1xuICAgICAgdXBsb2FkSW1hZ2UgPSBhd2FpdCB0aGlzLmNvbnZlcnRUb0Jhc2U2NCgpO1xuICAgIH1cblxuICAgIHRoaXMucmV0cmlldmVDdXJzb3JQb3NpdGlvbigpO1xuICAgIHRoaXMubW9kYWwuY2xvc2UoKTtcblxuICAgIGlmICh0aGlzLmlzVXJsVmFsaWQgfHwgdGhpcy5pc1VwbG9hZFZhbGlkKSB7XG4gICAgICB0aGlzLmVtaXRDb21tYW5kKHRoaXMudXJsSW1hZ2UgfHwgdXBsb2FkSW1hZ2UpO1xuICAgIH1cbiAgICB0aGlzLmNsZWFuVXBGaWVsZHMoKTtcbiAgfVxuXG4gIHByaXZhdGUgcmV0cmlldmVDdXJzb3JQb3NpdGlvbigpIHtcbiAgICB0aGlzLnNlbGVjdGlvbi5jb2xsYXBzZSh0aGlzLnNhdmVkQ3Vyc29yUG9zaXRpb25bMF0sIHRoaXMuc2F2ZWRDdXJzb3JQb3NpdGlvblsxXSk7XG4gIH1cblxuICBwcml2YXRlIHNhdmVDdXJzb3JQb3NpdGlvbigpIHtcbiAgICB0aGlzLnNhdmVkQ3Vyc29yUG9zaXRpb24gPSBbdGhpcy5zZWxlY3Rpb24uZm9jdXNOb2RlLCB0aGlzLnNlbGVjdGlvbi5mb2N1c09mZnNldF07XG4gIH1cbn1cbiIsIjxwby1tb2RhbFxuICAjbW9kYWxcbiAgcC1oaWRlLWNsb3NlXG4gIFtwLXByaW1hcnktYWN0aW9uXT1cIm1vZGFsQ29uZmlybUFjdGlvblwiXG4gIFtwLXNlY29uZGFyeS1hY3Rpb25dPVwibW9kYWxDYW5jZWxBY3Rpb25cIlxuICBbcC10aXRsZV09XCJsaXRlcmFscy5pbnNlcnRJbWFnZVwiXG4+XG4gIDxmb3JtICNtb2RhbEltYWdlRm9ybT1cIm5nRm9ybVwiPlxuICAgIDxkaXYgY2xhc3M9XCJwby1yb3dcIj5cbiAgICAgIDwhLS0gcG8tdXBsb2FkIGRlc2FiaWxpdGEgbyBkcmFnIGRyb3AgY2FzbyBuw6NvIHRlbmhhIHZhbG9yIGF0cmlidWlkbyBwYXJhIGEgcHJvcHJpZWRhZGUgcC11cmwgLS0+XG4gICAgICA8cG8tdXBsb2FkXG4gICAgICAgICN1cGxvYWRcbiAgICAgICAgY2xhc3M9XCJwby1tZC0xMlwiXG4gICAgICAgIG5hbWU9XCJ1cGxvYWRcIlxuICAgICAgICBbKG5nTW9kZWwpXT1cInVwbG9hZE1vZGVsXCJcbiAgICAgICAgcC1kcmFnLWRyb3AtaGVpZ2h0PVwiMTYwXCJcbiAgICAgICAgcC1oaWRlLXJlc3RyaWN0aW9ucy1pbmZvXG4gICAgICAgIHAtaGlkZS1zZW5kLWJ1dHRvblxuICAgICAgICBwLXVybD1cInhcIlxuICAgICAgICBbcC1kcmFnLWRyb3BdPVwiIW1vZGFsLmlzSGlkZGVuXCJcbiAgICAgICAgW3AtZGlzYWJsZWRdPVwiaXNVcmxWYWxpZFwiXG4gICAgICAgIFtwLXJlc3RyaWN0aW9uc109XCJ1cGxvYWRSZXN0cmljdGlvbnNcIlxuICAgICAgPlxuICAgICAgPC9wby11cGxvYWQ+XG4gICAgPC9kaXY+XG5cbiAgICA8ZGl2IGNsYXNzPVwicG8tcm93XCI+XG4gICAgICA8cG8tdXJsXG4gICAgICAgIGNsYXNzPVwicG8tbWQtMTIgcG8tbXQtM1wiXG4gICAgICAgIG5hbWU9XCJ1cmxcIlxuICAgICAgICBbKG5nTW9kZWwpXT1cInVybEltYWdlXCJcbiAgICAgICAgW3AtbGFiZWxdPVwibGl0ZXJhbHMudXJsSW1hZ2VcIlxuICAgICAgICBbcC1kaXNhYmxlZF09XCJpc1VwbG9hZFZhbGlkXCJcbiAgICAgID5cbiAgICAgIDwvcG8tdXJsPlxuICAgIDwvZGl2PlxuICA8L2Zvcm0+XG48L3BvLW1vZGFsPlxuIl19