@po-ui/ng-components 6.2.0 → 6.5.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 (138) hide show
  1. package/esm2020/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.mjs +3 -5
  2. package/esm2020/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.mjs +3 -5
  3. package/esm2020/lib/components/po-accordion/po-accordion.component.mjs +3 -5
  4. package/esm2020/lib/components/po-badge/po-badge.component.mjs +3 -5
  5. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.mjs +5 -9
  6. package/esm2020/lib/components/po-breadcrumb/po-breadcrumb.component.mjs +3 -5
  7. package/esm2020/lib/components/po-button/po-button-base.component.mjs +5 -1
  8. package/esm2020/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.mjs +15 -33
  9. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.mjs +2 -3
  10. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.mjs +3 -5
  11. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.mjs +3 -5
  12. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.mjs +3 -5
  13. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.mjs +3 -5
  14. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.mjs +2 -3
  15. package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.mjs +2 -3
  16. package/esm2020/lib/components/po-chart/po-chart-legend/po-chart-legend.component.mjs +4 -7
  17. package/esm2020/lib/components/po-chart/po-chart.component.mjs +3 -5
  18. package/esm2020/lib/components/po-disclaimer/po-disclaimer.component.mjs +2 -3
  19. package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.component.mjs +2 -3
  20. package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.mjs +3 -5
  21. package/esm2020/lib/components/po-field/po-checkbox/po-checkbox.component.mjs +2 -3
  22. package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.mjs +4 -8
  23. package/esm2020/lib/components/po-field/po-combo/po-combo.component.mjs +5 -12
  24. package/esm2020/lib/components/po-field/po-datepicker/po-datepicker.component.mjs +4 -9
  25. package/esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.mjs +9 -20
  26. package/esm2020/lib/components/po-field/po-decimal/po-decimal.component.mjs +3 -5
  27. package/esm2020/lib/components/po-field/po-email/po-email.component.mjs +3 -5
  28. package/esm2020/lib/components/po-field/po-field-container/po-field-container.component.mjs +2 -4
  29. package/esm2020/lib/components/po-field/po-field.model.mjs +5 -1
  30. package/esm2020/lib/components/po-field/po-input/po-input.component.mjs +3 -5
  31. package/esm2020/lib/components/po-field/po-login/po-login.component.mjs +3 -6
  32. package/esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.mjs +1 -1
  33. package/esm2020/lib/components/po-field/po-lookup/po-lookup-base.component.mjs +8 -4
  34. package/esm2020/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.mjs +10 -3
  35. package/esm2020/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.mjs +13 -24
  36. package/esm2020/lib/components/po-field/po-lookup/po-lookup.component.mjs +6 -13
  37. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.mjs +4 -7
  38. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.mjs +2 -4
  39. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.mjs +3 -5
  40. package/esm2020/lib/components/po-field/po-multiselect/po-multiselect.component.mjs +3 -7
  41. package/esm2020/lib/components/po-field/po-number/po-number.component.mjs +3 -5
  42. package/esm2020/lib/components/po-field/po-password/po-password.component.mjs +3 -6
  43. package/esm2020/lib/components/po-field/po-radio-group/po-radio-group.component.mjs +4 -7
  44. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.mjs +5 -13
  45. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.mjs +3 -9
  46. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.mjs +5 -13
  47. package/esm2020/lib/components/po-field/po-rich-text/po-rich-text.component.mjs +3 -6
  48. package/esm2020/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.mjs +6 -2
  49. package/esm2020/lib/components/po-field/po-select/po-select.component.mjs +9 -12
  50. package/esm2020/lib/components/po-field/po-switch/po-switch.component.mjs +4 -8
  51. package/esm2020/lib/components/po-field/po-textarea/po-textarea.component.mjs +3 -6
  52. package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.mjs +3 -5
  53. package/esm2020/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.mjs +2 -3
  54. package/esm2020/lib/components/po-field/po-upload/po-upload.component.mjs +5 -12
  55. package/esm2020/lib/components/po-field/po-url/po-url.component.mjs +3 -5
  56. package/esm2020/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.mjs +2 -3
  57. package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.mjs +2 -3
  58. package/esm2020/lib/components/po-gauge/po-gauge.component.mjs +2 -5
  59. package/esm2020/lib/components/po-grid/po-grid-cell/po-grid-cell.component.mjs +2 -3
  60. package/esm2020/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.mjs +3 -6
  61. package/esm2020/lib/components/po-grid/po-grid-head/po-grid-head.component.mjs +3 -7
  62. package/esm2020/lib/components/po-grid/po-grid.component.mjs +13 -31
  63. package/esm2020/lib/components/po-info/po-info.component.mjs +4 -8
  64. package/esm2020/lib/components/po-list-view/po-list-view.component.mjs +14 -34
  65. package/esm2020/lib/components/po-loading/po-loading-icon/po-loading-icon.component.mjs +2 -9
  66. package/esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter.component.mjs +4 -8
  67. package/esm2020/lib/components/po-menu/po-menu-item/po-menu-item.component.mjs +2 -3
  68. package/esm2020/lib/components/po-menu/po-menu.component.mjs +33 -47
  69. package/esm2020/lib/components/po-menu-panel/po-menu-panel.component.mjs +5 -11
  70. package/esm2020/lib/components/po-modal/po-modal.component.mjs +5 -14
  71. package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.mjs +3 -5
  72. package/esm2020/lib/components/po-navbar/po-navbar.component.mjs +2 -3
  73. package/esm2020/lib/components/po-page/po-page-default/po-page-default.component.mjs +4 -7
  74. package/esm2020/lib/components/po-page/po-page-detail/po-page-detail.component.mjs +2 -3
  75. package/esm2020/lib/components/po-page/po-page-edit/po-page-edit.component.mjs +2 -3
  76. package/esm2020/lib/components/po-page/po-page-header/po-page-header.component.mjs +2 -3
  77. package/esm2020/lib/components/po-page/po-page-list/po-page-list.component.mjs +8 -18
  78. package/esm2020/lib/components/po-page/po-page-slide/po-page-slide.component.mjs +4 -13
  79. package/esm2020/lib/components/po-popover/po-popover.component.mjs +2 -3
  80. package/esm2020/lib/components/po-popup/po-popup-action.interface.mjs +1 -1
  81. package/esm2020/lib/components/po-popup/po-popup.component.mjs +5 -5
  82. package/esm2020/lib/components/po-progress/po-progress-bar/po-progress-bar.component.mjs +2 -3
  83. package/esm2020/lib/components/po-progress/po-progress.component.mjs +3 -5
  84. package/esm2020/lib/components/po-slide/po-slide-control/po-slide-control.component.mjs +3 -5
  85. package/esm2020/lib/components/po-slide/po-slide.component.mjs +2 -4
  86. package/esm2020/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.mjs +2 -4
  87. package/esm2020/lib/components/po-stepper/po-stepper.component.mjs +2 -3
  88. package/esm2020/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.mjs +8 -17
  89. package/esm2020/lib/components/po-table/po-table-detail/po-table-detail.component.mjs +5 -9
  90. package/esm2020/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.mjs +4 -8
  91. package/esm2020/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.mjs +2 -3
  92. package/esm2020/lib/components/po-table/po-table.component.mjs +23 -55
  93. package/esm2020/lib/components/po-tabs/po-tab-button/po-tab-button.component.mjs +2 -3
  94. package/esm2020/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.mjs +4 -7
  95. package/esm2020/lib/components/po-tabs/po-tabs.component.mjs +3 -5
  96. package/esm2020/lib/components/po-tag/po-tag.component.mjs +5 -11
  97. package/esm2020/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.mjs +2 -3
  98. package/esm2020/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.mjs +3 -5
  99. package/esm2020/lib/components/po-toolbar/po-toolbar.component.mjs +3 -5
  100. package/esm2020/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.mjs +2 -3
  101. package/esm2020/lib/components/po-tree-view/po-tree-view.component.mjs +3 -5
  102. package/esm2020/lib/components/po-widget/po-widget.component.mjs +9 -17
  103. package/esm2020/lib/directives/po-tooltip/po-tooltip-base.directive.mjs +5 -9
  104. package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.mjs +7 -13
  105. package/esm2020/lib/services/po-notification/po-toaster/po-toaster.component.mjs +2 -3
  106. package/fesm2015/po-ui-ng-components.mjs +359 -735
  107. package/fesm2015/po-ui-ng-components.mjs.map +1 -1
  108. package/fesm2020/po-ui-ng-components.mjs +359 -735
  109. package/fesm2020/po-ui-ng-components.mjs.map +1 -1
  110. package/lib/components/po-button/po-button-base.component.d.ts +4 -0
  111. package/lib/components/po-field/po-field.model.d.ts +4 -0
  112. package/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.d.ts +1 -0
  113. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.d.ts +1 -1
  114. package/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.d.ts +5 -1
  115. package/lib/components/po-field/po-select/po-select.component.d.ts +3 -1
  116. package/lib/components/po-popup/po-popup-action.interface.d.ts +8 -1
  117. package/lib/directives/po-tooltip/po-tooltip-base.directive.d.ts +3 -1
  118. package/package.json +4 -4
  119. package/po-ui-ng-components-6.5.0.tgz +0 -0
  120. package/schematics/ng-add/index.js +1 -1
  121. package/schematics/ng-add/index.spec.js +1 -1
  122. package/schematics/ng-add/index.spec.js.map +1 -1
  123. package/schematics/ng-generate/po-page-default/index.spec.js +1 -1
  124. package/schematics/ng-generate/po-page-default/index.spec.js.map +1 -1
  125. package/schematics/ng-generate/po-page-detail/index.spec.js +1 -1
  126. package/schematics/ng-generate/po-page-detail/index.spec.js.map +1 -1
  127. package/schematics/ng-generate/po-page-edit/index.spec.js +1 -1
  128. package/schematics/ng-generate/po-page-edit/index.spec.js.map +1 -1
  129. package/schematics/ng-generate/po-page-list/index.spec.js +1 -1
  130. package/schematics/ng-generate/po-page-list/index.spec.js.map +1 -1
  131. package/schematics/ng-generate/sidemenu/index.spec.js +1 -1
  132. package/schematics/ng-generate/sidemenu/index.spec.js.map +1 -1
  133. package/schematics/ng-update/v2/index.js +1 -1
  134. package/schematics/ng-update/v3/index.js +1 -1
  135. package/schematics/ng-update/v4/index.js +1 -1
  136. package/schematics/ng-update/v5/index.js +1 -1
  137. package/schematics/ng-update/v6/index.js +1 -1
  138. package/po-ui-ng-components-6.2.0.tgz +0 -0
@@ -158,15 +158,13 @@ class PoAccordionItemHeaderComponent {
158
158
  }
159
159
  PoAccordionItemHeaderComponent.ɵfac = function PoAccordionItemHeaderComponent_Factory(t) { return new (t || PoAccordionItemHeaderComponent)(); };
160
160
  PoAccordionItemHeaderComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoAccordionItemHeaderComponent, selectors: [["po-accordion-item-header"]], inputs: { expanded: ["p-expanded", "expanded"], label: ["p-label", "label"] }, outputs: { toggle: "p-toggle" }, decls: 6, vars: 1, consts: [[1, "po-accordion-item-header"], [1, "po-accordion-item-header-button", "po-clickable", 3, "click"], [1, "po-text-ellipsis", "po-accordion-item-header-title"], [1, "po-icon", "po-accordion-item-header-icon", "po-icon-arrow-down"], ["icon", ""]], template: function PoAccordionItemHeaderComponent_Template(rf, ctx) { if (rf & 1) {
161
- i0.ɵɵelementStart(0, "header", 0);
162
- i0.ɵɵelementStart(1, "button", 1);
161
+ i0.ɵɵelementStart(0, "header", 0)(1, "button", 1);
163
162
  i0.ɵɵlistener("click", function PoAccordionItemHeaderComponent_Template_button_click_1_listener() { return ctx.onClick(); });
164
163
  i0.ɵɵelementStart(2, "div", 2);
165
164
  i0.ɵɵtext(3);
166
165
  i0.ɵɵelementEnd();
167
166
  i0.ɵɵelement(4, "span", 3, 4);
168
- i0.ɵɵelementEnd();
169
- i0.ɵɵelementEnd();
167
+ i0.ɵɵelementEnd()();
170
168
  } if (rf & 2) {
171
169
  i0.ɵɵadvance(3);
172
170
  i0.ɵɵtextInterpolate(ctx.label);
@@ -186,11 +184,9 @@ PoAccordionItemHeaderComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ ty
186
184
  }] }); })();
187
185
 
188
186
  function PoAccordionItemBodyComponent_div_0_Template(rf, ctx) { if (rf & 1) {
189
- i0.ɵɵelementStart(0, "div", 1);
190
- i0.ɵɵelementStart(1, "div", 2);
187
+ i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
191
188
  i0.ɵɵprojection(2);
192
- i0.ɵɵelementEnd();
193
- i0.ɵɵelementEnd();
189
+ i0.ɵɵelementEnd()();
194
190
  } if (rf & 2) {
195
191
  i0.ɵɵproperty("@toggleBody", undefined);
196
192
  } }
@@ -230,14 +226,12 @@ function PoAccordionComponent_section_1_ng_container_3_Template(rf, ctx) { if (r
230
226
  } }
231
227
  function PoAccordionComponent_section_1_Template(rf, ctx) { if (rf & 1) {
232
228
  const _r4 = i0.ɵɵgetCurrentView();
233
- i0.ɵɵelementStart(0, "section", 2);
234
- i0.ɵɵelementStart(1, "po-accordion-item-header", 3);
229
+ i0.ɵɵelementStart(0, "section", 2)(1, "po-accordion-item-header", 3);
235
230
  i0.ɵɵlistener("p-toggle", function PoAccordionComponent_section_1_Template_po_accordion_item_header_p_toggle_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r4); const poAccordionItem_r1 = restoredCtx.$implicit; const ctx_r3 = i0.ɵɵnextContext(); return ctx_r3.headerToggle($event, poAccordionItem_r1); });
236
231
  i0.ɵɵelementEnd();
237
232
  i0.ɵɵelementStart(2, "po-accordion-item-body", 4);
238
233
  i0.ɵɵtemplate(3, PoAccordionComponent_section_1_ng_container_3_Template, 1, 0, "ng-container", 5);
239
- i0.ɵɵelementEnd();
240
- i0.ɵɵelementEnd();
234
+ i0.ɵɵelementEnd()();
241
235
  } if (rf & 2) {
242
236
  const poAccordionItem_r1 = ctx.$implicit;
243
237
  i0.ɵɵclassProp("po-accordion-item-active", poAccordionItem_r1.expanded);
@@ -594,8 +588,7 @@ PoBreadcrumbBaseComponent.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: P
594
588
  }] }); })();
595
589
 
596
590
  function PoBreadcrumbItemComponent_li_0_a_1_Template(rf, ctx) { if (rf & 1) {
597
- i0.ɵɵelementStart(0, "a", 5);
598
- i0.ɵɵelementStart(1, "label", 6);
591
+ i0.ɵɵelementStart(0, "a", 5)(1, "label", 6);
599
592
  i0.ɵɵtext(2);
600
593
  i0.ɵɵelementEnd();
601
594
  i0.ɵɵelement(3, "div", 7);
@@ -621,8 +614,7 @@ function PoBreadcrumbItemComponent_li_0_a_2_Template(rf, ctx) { if (rf & 1) {
621
614
  i0.ɵɵtextInterpolate(ctx_r3.label);
622
615
  } }
623
616
  function PoBreadcrumbItemComponent_li_0_a_3_Template(rf, ctx) { if (rf & 1) {
624
- i0.ɵɵelementStart(0, "a");
625
- i0.ɵɵelementStart(1, "label", 6);
617
+ i0.ɵɵelementStart(0, "a")(1, "label", 6);
626
618
  i0.ɵɵtext(2);
627
619
  i0.ɵɵelementEnd();
628
620
  i0.ɵɵelement(3, "div", 7);
@@ -649,11 +641,9 @@ function PoBreadcrumbItemComponent_li_0_Template(rf, ctx) { if (rf & 1) {
649
641
  i0.ɵɵproperty("ngIf", !ctx_r0.link && !ctx_r0.action);
650
642
  } }
651
643
  function PoBreadcrumbItemComponent_li_1_Template(rf, ctx) { if (rf & 1) {
652
- i0.ɵɵelementStart(0, "li", 9);
653
- i0.ɵɵelementStart(1, "label", 6);
644
+ i0.ɵɵelementStart(0, "li", 9)(1, "label", 6);
654
645
  i0.ɵɵtext(2);
655
- i0.ɵɵelementEnd();
656
- i0.ɵɵelementEnd();
646
+ i0.ɵɵelementEnd()();
657
647
  } if (rf & 2) {
658
648
  const ctx_r1 = i0.ɵɵnextContext();
659
649
  i0.ɵɵadvance(2);
@@ -1608,8 +1598,7 @@ function PoBreadcrumbComponent_li_3_Template(rf, ctx) { if (rf & 1) {
1608
1598
  const _r7 = i0.ɵɵgetCurrentView();
1609
1599
  i0.ɵɵelementStart(0, "li", 7, 8);
1610
1600
  i0.ɵɵlistener("click", function PoBreadcrumbComponent_li_3_Template_li_click_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(); return ctx_r6.toggleDropdown(); });
1611
- i0.ɵɵelement(2, "span", 9);
1612
- i0.ɵɵelement(3, "div", 10);
1601
+ i0.ɵɵelement(2, "span", 9)(3, "div", 10);
1613
1602
  i0.ɵɵelementEnd();
1614
1603
  } }
1615
1604
  function PoBreadcrumbComponent_div_4_Template(rf, ctx) { if (rf & 1) {
@@ -1785,8 +1774,7 @@ PoBreadcrumbComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoBre
1785
1774
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.breadcrumbElement = _t.first);
1786
1775
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dropdownIcon = _t.first);
1787
1776
  } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 4, consts: [[1, "po-breadcrumb"], ["breadcrumb", ""], [1, "po-breadcrumb-items"], ["class", "po-breadcrumb-item po-clickable", 3, "click", 4, "ngIf"], [4, "ngFor", "ngForOf"], [3, "p-favorite-service", "p-item-active", "p-params-service", 4, "ngIf"], [3, "p-items", 4, "ngIf"], [1, "po-breadcrumb-item", "po-clickable", 3, "click"], ["dropdownIcon", ""], [1, "po-breadcrumb-icon-more", "po-icon", "po-icon-more"], [1, "po-breadcrumb-arrow"], [3, "p-action", "p-label", "p-link", "p-item-active"], [3, "p-favorite-service", "p-item-active", "p-params-service"], [3, "p-items"]], template: function PoBreadcrumbComponent_Template(rf, ctx) { if (rf & 1) {
1788
- i0.ɵɵelementStart(0, "div", 0, 1);
1789
- i0.ɵɵelementStart(2, "ul", 2);
1777
+ i0.ɵɵelementStart(0, "div", 0, 1)(2, "ul", 2);
1790
1778
  i0.ɵɵtemplate(3, PoBreadcrumbComponent_li_3_Template, 4, 0, "li", 3);
1791
1779
  i0.ɵɵtemplate(4, PoBreadcrumbComponent_div_4_Template, 2, 4, "div", 4);
1792
1780
  i0.ɵɵelementEnd();
@@ -2079,14 +2067,7 @@ class PoLoadingIconComponent {
2079
2067
  PoLoadingIconComponent.ɵfac = function PoLoadingIconComponent_Factory(t) { return new (t || PoLoadingIconComponent)(); };
2080
2068
  PoLoadingIconComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoLoadingIconComponent, selectors: [["po-loading-icon"]], inputs: { neutralColor: ["p-neutral-color", "neutralColor"] }, decls: 9, vars: 2, consts: [[1, "po-loading-icon"], [1, "po-loading-icon-bar", "po-loading-icon-bar-1"], [1, "po-loading-icon-bar", "po-loading-icon-bar-2"], [1, "po-loading-icon-bar", "po-loading-icon-bar-3"], [1, "po-loading-icon-bar", "po-loading-icon-bar-4"], [1, "po-loading-icon-bar", "po-loading-icon-bar-5"], [1, "po-loading-icon-bar", "po-loading-icon-bar-6"], [1, "po-loading-icon-bar", "po-loading-icon-bar-7"], [1, "po-loading-icon-bar", "po-loading-icon-bar-8"]], template: function PoLoadingIconComponent_Template(rf, ctx) { if (rf & 1) {
2081
2069
  i0.ɵɵelementStart(0, "div", 0);
2082
- i0.ɵɵelement(1, "span", 1);
2083
- i0.ɵɵelement(2, "span", 2);
2084
- i0.ɵɵelement(3, "span", 3);
2085
- i0.ɵɵelement(4, "span", 4);
2086
- i0.ɵɵelement(5, "span", 5);
2087
- i0.ɵɵelement(6, "span", 6);
2088
- i0.ɵɵelement(7, "span", 7);
2089
- i0.ɵɵelement(8, "span", 8);
2070
+ i0.ɵɵelement(1, "span", 1)(2, "span", 2)(3, "span", 3)(4, "span", 4)(5, "span", 5)(6, "span", 6)(7, "span", 7)(8, "span", 8);
2090
2071
  i0.ɵɵelementEnd();
2091
2072
  } if (rf & 2) {
2092
2073
  i0.ɵɵclassProp("po-loading-icon-neutral-color", ctx.neutralColor);
@@ -2342,10 +2323,14 @@ const PO_BUTTON_TYPE_DEFAULT = 'default';
2342
2323
  class PoButtonBaseComponent {
2343
2324
  constructor() {
2344
2325
  /**
2326
+ * @deprecated 14.x.x
2327
+ *
2345
2328
  * @optional
2346
2329
  *
2347
2330
  * @description
2348
2331
  *
2332
+ * **Deprecated 14.x.x**.
2333
+ *
2349
2334
  * Aplica foco no elemento ao ser iniciado.
2350
2335
  * > Caso mais de um elemento seja configurado com essa propriedade,
2351
2336
  * o último elemento declarado com ela terá o foco.
@@ -2606,7 +2591,6 @@ const PO_CONTROL_POSITIONS = [
2606
2591
  'bottom-right'
2607
2592
  ];
2608
2593
 
2609
- const CONTENT_MAX_LENGTH = 140;
2610
2594
  const PO_TOOLTIP_POSITION_DEFAULT = 'bottom';
2611
2595
  /**
2612
2596
  * @description
@@ -2640,15 +2624,12 @@ class PoTooltipBaseDirective {
2640
2624
  /**
2641
2625
  * @description
2642
2626
  *
2643
- * Habilita e atribui um texto ao po-tooltip, com limitação de 140 caracteres.
2627
+ * Habilita e atribui um texto ao po-tooltip.
2628
+ *
2629
+ * **Como boa prática, indica-se utilizar um texto com até 140 caracteres.**
2644
2630
  */
2645
2631
  set tooltip(tooltip) {
2646
- if (tooltip && tooltip.length > CONTENT_MAX_LENGTH) {
2647
- this._tooltip = tooltip.substring(0, CONTENT_MAX_LENGTH);
2648
- }
2649
- else {
2650
- this._tooltip = tooltip;
2651
- }
2632
+ this._tooltip = tooltip;
2652
2633
  }
2653
2634
  get tooltip() {
2654
2635
  return this._tooltip;
@@ -4182,16 +4163,13 @@ function PoCalendarWrapperComponent_ng_container_1_Template(rf, ctx) { if (rf &
4182
4163
  i0.ɵɵelementStart(4, "span", 4);
4183
4164
  i0.ɵɵlistener("click", function PoCalendarWrapperComponent_ng_container_1_Template_span_click_4_listener() { i0.ɵɵrestoreView(_r15); const ctx_r18 = i0.ɵɵnextContext(); return ctx_r18.selectDisplayMode("year"); });
4184
4165
  i0.ɵɵtext(5);
4185
- i0.ɵɵelementEnd();
4186
- i0.ɵɵelementEnd();
4187
- i0.ɵɵelementStart(6, "div", 5);
4188
- i0.ɵɵelementStart(7, "div", 6);
4166
+ i0.ɵɵelementEnd()();
4167
+ i0.ɵɵelementStart(6, "div", 5)(7, "div", 6);
4189
4168
  i0.ɵɵtemplate(8, PoCalendarWrapperComponent_ng_container_1_div_8_Template, 2, 1, "div", 7);
4190
4169
  i0.ɵɵelementEnd();
4191
4170
  i0.ɵɵelementStart(9, "div", 8);
4192
4171
  i0.ɵɵtemplate(10, PoCalendarWrapperComponent_ng_container_1_div_10_Template, 2, 2, "div", 9);
4193
- i0.ɵɵelementEnd();
4194
- i0.ɵɵelementEnd();
4172
+ i0.ɵɵelementEnd()();
4195
4173
  i0.ɵɵelementContainerEnd();
4196
4174
  } if (rf & 2) {
4197
4175
  const ctx_r0 = i0.ɵɵnextContext();
@@ -4212,8 +4190,7 @@ function PoCalendarWrapperComponent_ng_container_2_div_9_Template(rf, ctx) { if
4212
4190
  i0.ɵɵlistener("click", function PoCalendarWrapperComponent_ng_container_2_div_9_Template_div_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r23); const i_r21 = restoredCtx.index; const ctx_r22 = i0.ɵɵnextContext(2); return ctx_r22.onSelectMonth(ctx_r22.displayYear, i_r21); });
4213
4191
  i0.ɵɵelementStart(1, "span", 13);
4214
4192
  i0.ɵɵtext(2);
4215
- i0.ɵɵelementEnd();
4216
- i0.ɵɵelementEnd();
4193
+ i0.ɵɵelementEnd()();
4217
4194
  } if (rf & 2) {
4218
4195
  const month_r20 = ctx.$implicit;
4219
4196
  const i_r21 = ctx.index;
@@ -4232,18 +4209,13 @@ function PoCalendarWrapperComponent_ng_container_2_Template(rf, ctx) { if (rf &
4232
4209
  i0.ɵɵelementStart(2, "span", 4);
4233
4210
  i0.ɵɵlistener("click", function PoCalendarWrapperComponent_ng_container_2_Template_span_click_2_listener() { i0.ɵɵrestoreView(_r25); const ctx_r27 = i0.ɵɵnextContext(); return ctx_r27.selectDisplayMode("year"); });
4234
4211
  i0.ɵɵtext(3);
4235
- i0.ɵɵelementEnd();
4236
- i0.ɵɵelementEnd();
4237
- i0.ɵɵelementStart(4, "div", 5);
4238
- i0.ɵɵelementStart(5, "div", 6);
4239
- i0.ɵɵelementStart(6, "div", 10);
4212
+ i0.ɵɵelementEnd()();
4213
+ i0.ɵɵelementStart(4, "div", 5)(5, "div", 6)(6, "div", 10);
4240
4214
  i0.ɵɵtext(7);
4241
- i0.ɵɵelementEnd();
4242
- i0.ɵɵelementEnd();
4215
+ i0.ɵɵelementEnd()();
4243
4216
  i0.ɵɵelementStart(8, "div", 15);
4244
4217
  i0.ɵɵtemplate(9, PoCalendarWrapperComponent_ng_container_2_div_9_Template, 3, 3, "div", 16);
4245
- i0.ɵɵelementEnd();
4246
- i0.ɵɵelementEnd();
4218
+ i0.ɵɵelementEnd()();
4247
4219
  i0.ɵɵelementContainerEnd();
4248
4220
  } if (rf & 2) {
4249
4221
  const ctx_r1 = i0.ɵɵnextContext();
@@ -4260,8 +4232,7 @@ function PoCalendarWrapperComponent_ng_container_3_div_8_Template(rf, ctx) { if
4260
4232
  i0.ɵɵlistener("click", function PoCalendarWrapperComponent_ng_container_3_div_8_Template_div_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r32); const year_r29 = restoredCtx.$implicit; const ctx_r31 = i0.ɵɵnextContext(2); return ctx_r31.onSelectYear(year_r29, ctx_r31.displayMonthNumber); });
4261
4233
  i0.ɵɵelementStart(1, "span", 13);
4262
4234
  i0.ɵɵtext(2);
4263
- i0.ɵɵelementEnd();
4264
- i0.ɵɵelementEnd();
4235
+ i0.ɵɵelementEnd()();
4265
4236
  } if (rf & 2) {
4266
4237
  const year_r29 = ctx.$implicit;
4267
4238
  const ctx_r28 = i0.ɵɵnextContext(2);
@@ -4278,16 +4249,12 @@ function PoCalendarWrapperComponent_ng_container_3_Template(rf, ctx) { if (rf &
4278
4249
  i0.ɵɵlistener("p-previous", function PoCalendarWrapperComponent_ng_container_3_Template_po_calendar_header_p_previous_1_listener() { i0.ɵɵrestoreView(_r34); const ctx_r33 = i0.ɵɵnextContext(); return ctx_r33.updateYear(-10); })("p-next", function PoCalendarWrapperComponent_ng_container_3_Template_po_calendar_header_p_next_1_listener() { i0.ɵɵrestoreView(_r34); const ctx_r35 = i0.ɵɵnextContext(); return ctx_r35.updateYear(10); });
4279
4250
  i0.ɵɵtext(2);
4280
4251
  i0.ɵɵelementEnd();
4281
- i0.ɵɵelementStart(3, "div", 5);
4282
- i0.ɵɵelementStart(4, "div", 6);
4283
- i0.ɵɵelementStart(5, "div", 10);
4252
+ i0.ɵɵelementStart(3, "div", 5)(4, "div", 6)(5, "div", 10);
4284
4253
  i0.ɵɵtext(6);
4285
- i0.ɵɵelementEnd();
4286
- i0.ɵɵelementEnd();
4254
+ i0.ɵɵelementEnd()();
4287
4255
  i0.ɵɵelementStart(7, "div", 18);
4288
4256
  i0.ɵɵtemplate(8, PoCalendarWrapperComponent_ng_container_3_div_8_Template, 3, 3, "div", 19);
4289
- i0.ɵɵelementEnd();
4290
- i0.ɵɵelementEnd();
4257
+ i0.ɵɵelementEnd()();
4291
4258
  i0.ɵɵelementContainerEnd();
4292
4259
  } if (rf & 2) {
4293
4260
  const ctx_r2 = i0.ɵɵnextContext();
@@ -4301,14 +4268,10 @@ function PoCalendarWrapperComponent_ng_container_3_Template(rf, ctx) { if (rf &
4301
4268
  function PoCalendarWrapperComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
4302
4269
  const _r37 = i0.ɵɵgetCurrentView();
4303
4270
  i0.ɵɵelementContainerStart(0);
4304
- i0.ɵɵelementStart(1, "div", 21);
4305
- i0.ɵɵelementStart(2, "div", 22);
4306
- i0.ɵɵelementStart(3, "button", 23);
4271
+ i0.ɵɵelementStart(1, "div", 21)(2, "div", 22)(3, "button", 23);
4307
4272
  i0.ɵɵlistener("click", function PoCalendarWrapperComponent_ng_container_4_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r37); const ctx_r36 = i0.ɵɵnextContext(); return ctx_r36.onSelectDate(ctx_r36.today); });
4308
4273
  i0.ɵɵtext(4);
4309
- i0.ɵɵelementEnd();
4310
- i0.ɵɵelementEnd();
4311
- i0.ɵɵelementEnd();
4274
+ i0.ɵɵelementEnd()()();
4312
4275
  i0.ɵɵelementContainerEnd();
4313
4276
  } if (rf & 2) {
4314
4277
  const ctx_r3 = i0.ɵɵnextContext();
@@ -5429,8 +5392,7 @@ function PoChartAreaComponent__svg_g_2_Template(rf, ctx) { if (rf & 1) {
5429
5392
  i0.ɵɵelement(1, "g", 3);
5430
5393
  i0.ɵɵelementStart(2, "g", 4);
5431
5394
  i0.ɵɵlistener("p-point-click", function PoChartAreaComponent__svg_g_2_Template__svg_g_p_point_click_2_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.onSeriePointClick($event); })("p-point-hover", function PoChartAreaComponent__svg_g_2_Template__svg_g_p_point_hover_2_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r8 = i0.ɵɵnextContext(); return ctx_r8.onSeriePointHover($event); });
5432
- i0.ɵɵelementEnd();
5433
- i0.ɵɵelementEnd();
5395
+ i0.ɵɵelementEnd()();
5434
5396
  } if (rf & 2) {
5435
5397
  const item_r2 = ctx.$implicit;
5436
5398
  const i_r3 = ctx.index;
@@ -5896,8 +5858,7 @@ class PoChartAxisComponent {
5896
5858
  PoChartAxisComponent.ɵfac = function PoChartAxisComponent_Factory(t) { return new (t || PoChartAxisComponent)(i0.ɵɵdirectiveInject(PoChartMathsService)); };
5897
5859
  PoChartAxisComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoChartAxisComponent, selectors: [["", "po-chart-axis", ""]], inputs: { alignByTheCorners: ["p-align-by-the-corners", "alignByTheCorners"], type: ["p-type", "type"], range: ["p-range", "range"], series: ["p-series", "series"], categories: ["p-categories", "categories"], containerSize: ["p-container-size", "containerSize"], axisOptions: ["p-options", "axisOptions"] }, outputs: { categoriesCoordinates: "p-categories-coordinates" }, attrs: _c0$1h, decls: 2, vars: 6, consts: [["po-chart-axis-path", "", 3, "p-axis-x-coordinates", "p-axis-y-coordinates"], ["po-chart-axis-label", "", 3, "p-align-by-the-corners", "p-axis-x-label-coordinates", "p-axis-y-label-coordinates", "p-type"]], template: function PoChartAxisComponent_Template(rf, ctx) { if (rf & 1) {
5898
5860
  i0.ɵɵnamespaceSVG();
5899
- i0.ɵɵelement(0, "g", 0);
5900
- i0.ɵɵelement(1, "g", 1);
5861
+ i0.ɵɵelement(0, "g", 0)(1, "g", 1);
5901
5862
  } if (rf & 2) {
5902
5863
  i0.ɵɵproperty("p-axis-x-coordinates", ctx.axisXCoordinates)("p-axis-y-coordinates", ctx.axisYCoordinates);
5903
5864
  i0.ɵɵadvance(1);
@@ -6093,11 +6054,9 @@ const _c0$1f = ["po-chart-bar", ""];
6093
6054
  function PoChartBarComponent__svg_g_1_Template(rf, ctx) { if (rf & 1) {
6094
6055
  const _r4 = i0.ɵɵgetCurrentView();
6095
6056
  i0.ɵɵnamespaceSVG();
6096
- i0.ɵɵelementStart(0, "g");
6097
- i0.ɵɵelementStart(1, "g", 1);
6057
+ i0.ɵɵelementStart(0, "g")(1, "g", 1);
6098
6058
  i0.ɵɵlistener("p-bar-click", function PoChartBarComponent__svg_g_1_Template__svg_g_p_bar_click_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return ctx_r3.onSerieBarClick($event); })("p-bar-hover", function PoChartBarComponent__svg_g_1_Template__svg_g_p_bar_hover_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.onSerieBarHover($event); });
6099
- i0.ɵɵelementEnd();
6100
- i0.ɵɵelementEnd();
6059
+ i0.ɵɵelementEnd()();
6101
6060
  } if (rf & 2) {
6102
6061
  const item_r1 = ctx.$implicit;
6103
6062
  const i_r2 = ctx.index;
@@ -6170,11 +6129,9 @@ const _c0$1e = ["po-chart-column", ""];
6170
6129
  function PoChartColumnComponent__svg_g_1_Template(rf, ctx) { if (rf & 1) {
6171
6130
  const _r4 = i0.ɵɵgetCurrentView();
6172
6131
  i0.ɵɵnamespaceSVG();
6173
- i0.ɵɵelementStart(0, "g");
6174
- i0.ɵɵelementStart(1, "g", 1);
6132
+ i0.ɵɵelementStart(0, "g")(1, "g", 1);
6175
6133
  i0.ɵɵlistener("p-bar-click", function PoChartColumnComponent__svg_g_1_Template__svg_g_p_bar_click_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return ctx_r3.onSerieBarClick($event); })("p-bar-hover", function PoChartColumnComponent__svg_g_1_Template__svg_g_p_bar_hover_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.onSerieBarHover($event); });
6176
- i0.ɵɵelementEnd();
6177
- i0.ɵɵelementEnd();
6134
+ i0.ɵɵelementEnd()();
6178
6135
  } if (rf & 2) {
6179
6136
  const item_r1 = ctx.$implicit;
6180
6137
  const i_r2 = ctx.index;
@@ -6738,8 +6695,7 @@ function PoChartLineComponent__svg_g_2_Template(rf, ctx) { if (rf & 1) {
6738
6695
  i0.ɵɵelement(1, "g", 3);
6739
6696
  i0.ɵɵelementStart(2, "g", 4);
6740
6697
  i0.ɵɵlistener("p-point-click", function PoChartLineComponent__svg_g_2_Template__svg_g_p_point_click_2_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.onSeriePointClick($event); })("p-point-hover", function PoChartLineComponent__svg_g_2_Template__svg_g_p_point_hover_2_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r8 = i0.ɵɵnextContext(); return ctx_r8.onSeriePointHover($event); });
6741
- i0.ɵɵelementEnd();
6742
- i0.ɵɵelementEnd();
6698
+ i0.ɵɵelementEnd()();
6743
6699
  } if (rf & 2) {
6744
6700
  const item_r2 = ctx.$implicit;
6745
6701
  const i_r3 = ctx.index;
@@ -7134,11 +7090,9 @@ const _c0$19 = ["po-chart-pie", ""];
7134
7090
  function PoChartPieComponent__svg_g_1_Template(rf, ctx) { if (rf & 1) {
7135
7091
  const _r6 = i0.ɵɵgetCurrentView();
7136
7092
  i0.ɵɵnamespaceSVG();
7137
- i0.ɵɵelementStart(0, "g");
7138
- i0.ɵɵelementStart(1, "g", 2, 3);
7093
+ i0.ɵɵelementStart(0, "g")(1, "g", 2, 3);
7139
7094
  i0.ɵɵlistener("p-on-click", function PoChartPieComponent__svg_g_1_Template__svg_g_p_on_click_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.onSerieClick($event); })("p-on-hover", function PoChartPieComponent__svg_g_1_Template__svg_g_p_on_hover_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.onSerieHover($event); });
7140
- i0.ɵɵelementEnd();
7141
- i0.ɵɵelementEnd();
7095
+ i0.ɵɵelementEnd()();
7142
7096
  } if (rf & 2) {
7143
7097
  const item_r2 = ctx.$implicit;
7144
7098
  const i_r3 = ctx.index;
@@ -7235,11 +7189,9 @@ const _c0$18 = ["po-chart-donut", ""];
7235
7189
  function PoChartDonutComponent__svg_g_1_Template(rf, ctx) { if (rf & 1) {
7236
7190
  const _r6 = i0.ɵɵgetCurrentView();
7237
7191
  i0.ɵɵnamespaceSVG();
7238
- i0.ɵɵelementStart(0, "g");
7239
- i0.ɵɵelementStart(1, "g", 2, 3);
7192
+ i0.ɵɵelementStart(0, "g")(1, "g", 2, 3);
7240
7193
  i0.ɵɵlistener("p-on-click", function PoChartDonutComponent__svg_g_1_Template__svg_g_p_on_click_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.onSerieClick($event); })("p-on-hover", function PoChartDonutComponent__svg_g_1_Template__svg_g_p_on_hover_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.onSerieHover($event); });
7241
- i0.ɵɵelementEnd();
7242
- i0.ɵɵelementEnd();
7194
+ i0.ɵɵelementEnd()();
7243
7195
  } if (rf & 2) {
7244
7196
  const item_r2 = ctx.$implicit;
7245
7197
  const i_r3 = ctx.index;
@@ -7623,8 +7575,7 @@ function PoChartLegendComponent_div_2_Template(rf, ctx) { if (rf & 1) {
7623
7575
  i0.ɵɵelement(1, "div", 4);
7624
7576
  i0.ɵɵelementStart(2, "span", 5);
7625
7577
  i0.ɵɵtext(3);
7626
- i0.ɵɵelementEnd();
7627
- i0.ɵɵelementEnd();
7578
+ i0.ɵɵelementEnd()();
7628
7579
  } if (rf & 2) {
7629
7580
  const serie_r1 = ctx.$implicit;
7630
7581
  i0.ɵɵadvance(1);
@@ -7643,11 +7594,9 @@ class PoChartLegendComponent {
7643
7594
  }
7644
7595
  PoChartLegendComponent.ɵfac = function PoChartLegendComponent_Factory(t) { return new (t || PoChartLegendComponent)(); };
7645
7596
  PoChartLegendComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoChartLegendComponent, selectors: [["po-chart-legend"]], inputs: { type: ["p-type", "type"], series: ["p-series", "series"] }, decls: 3, vars: 1, consts: [[1, "po-chart-legend"], [1, "po-chart-legend-container"], ["class", "po-chart-legend-item", 4, "ngFor", "ngForOf"], [1, "po-chart-legend-item"], [1, "po-chart-legend-square"], [1, "po-chart-legend-text"]], template: function PoChartLegendComponent_Template(rf, ctx) { if (rf & 1) {
7646
- i0.ɵɵelementStart(0, "div", 0);
7647
- i0.ɵɵelementStart(1, "div", 1);
7597
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
7648
7598
  i0.ɵɵtemplate(2, PoChartLegendComponent_div_2_Template, 4, 5, "div", 2);
7649
- i0.ɵɵelementEnd();
7650
- i0.ɵɵelementEnd();
7599
+ i0.ɵɵelementEnd()();
7651
7600
  } if (rf & 2) {
7652
7601
  i0.ɵɵadvance(2);
7653
7602
  i0.ɵɵproperty("ngForOf", ctx.series);
@@ -7863,11 +7812,9 @@ PoChartComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoChartCom
7863
7812
  } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 12, vars: 7, consts: [[1, "po-chart-wrapper", 3, "p-resize-observer"], ["chartWrapper", ""], [1, "po-chart-header"], ["chartHeader", ""], [1, "po-chart-title"], [3, "p-options", "p-type", "p-series", "p-categories", "p-container-size", "p-serie-click", "p-serie-hover"], ["chartContainer", ""], [4, "ngIf"], ["chartLegendGroup", ""], [4, "ngTemplateOutlet"], [3, "p-series", "p-type"], ["chartLegend", ""]], template: function PoChartComponent_Template(rf, ctx) { if (rf & 1) {
7864
7813
  i0.ɵɵelementStart(0, "div", 0, 1);
7865
7814
  i0.ɵɵlistener("p-resize-observer", function PoChartComponent_Template_div_p_resize_observer_0_listener() { return ctx.resizeAction(); });
7866
- i0.ɵɵelementStart(2, "div", 2, 3);
7867
- i0.ɵɵelementStart(4, "div", 4);
7815
+ i0.ɵɵelementStart(2, "div", 2, 3)(4, "div", 4);
7868
7816
  i0.ɵɵtext(5);
7869
- i0.ɵɵelementEnd();
7870
- i0.ɵɵelementEnd();
7817
+ i0.ɵɵelementEnd()();
7871
7818
  i0.ɵɵelementStart(6, "po-chart-container", 5);
7872
7819
  i0.ɵɵlistener("p-serie-click", function PoChartComponent_Template_po_chart_container_p_serie_click_6_listener($event) { return ctx.onSeriesClick($event); })("p-serie-hover", function PoChartComponent_Template_po_chart_container_p_serie_hover_6_listener($event) { return ctx.onSeriesHover($event); });
7873
7820
  i0.ɵɵelementEnd();
@@ -8211,8 +8158,7 @@ function PoDisclaimerComponent_div_0_span_3_Template(rf, ctx) { if (rf & 1) {
8211
8158
  i0.ɵɵclassProp("po-disclaimer-remove-danger", ctx_r1.type === "danger");
8212
8159
  } }
8213
8160
  function PoDisclaimerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
8214
- i0.ɵɵelementStart(0, "div", 1);
8215
- i0.ɵɵelementStart(1, "span", 2);
8161
+ i0.ɵɵelementStart(0, "div", 1)(1, "span", 2);
8216
8162
  i0.ɵɵtext(2);
8217
8163
  i0.ɵɵelementEnd();
8218
8164
  i0.ɵɵtemplate(3, PoDisclaimerComponent_div_0_span_3_Template, 1, 2, "span", 3);
@@ -8532,8 +8478,7 @@ function PoDisclaimerGroupComponent_div_0_po_disclaimer_4_Template(rf, ctx) { if
8532
8478
  i0.ɵɵproperty("p-hide-close", disclaimer_r6.hideClose)("p-label", disclaimer_r6.label)("p-property", disclaimer_r6.property)("p-value", disclaimer_r6.value);
8533
8479
  } }
8534
8480
  function PoDisclaimerGroupComponent_div_0_Template(rf, ctx) { if (rf & 1) {
8535
- i0.ɵɵelementStart(0, "div", 1);
8536
- i0.ɵɵelementStart(1, "div", 2);
8481
+ i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
8537
8482
  i0.ɵɵtext(2);
8538
8483
  i0.ɵɵelementEnd();
8539
8484
  i0.ɵɵtemplate(3, PoDisclaimerGroupComponent_div_0_po_disclaimer_remove_3_Template, 1, 1, "po-disclaimer-remove", 3);
@@ -8920,8 +8865,9 @@ function PoPopupComponent_div_0_ng_container_5_Template(rf, ctx) { if (rf & 1) {
8920
8865
  i0.ɵɵelementContainerEnd();
8921
8866
  } if (rf & 2) {
8922
8867
  const action_r4 = ctx.$implicit;
8868
+ const ctx_r3 = i0.ɵɵnextContext(2);
8923
8869
  i0.ɵɵadvance(1);
8924
- i0.ɵɵproperty("ngIf", action_r4.visible !== false);
8870
+ i0.ɵɵproperty("ngIf", ctx_r3.returnBooleanValue(action_r4, "visible") !== false);
8925
8871
  } }
8926
8872
  function PoPopupComponent_div_0_Template(rf, ctx) { if (rf & 1) {
8927
8873
  i0.ɵɵelementStart(0, "div", 1, 2);
@@ -8929,8 +8875,7 @@ function PoPopupComponent_div_0_Template(rf, ctx) { if (rf & 1) {
8929
8875
  i0.ɵɵprojection(3);
8930
8876
  i0.ɵɵelementStart(4, "div", 4);
8931
8877
  i0.ɵɵtemplate(5, PoPopupComponent_div_0_ng_container_5_Template, 2, 1, "ng-container", 5);
8932
- i0.ɵɵelementEnd();
8933
- i0.ɵɵelementEnd();
8878
+ i0.ɵɵelementEnd()();
8934
8879
  } if (rf & 2) {
8935
8880
  const ctx_r0 = i0.ɵɵnextContext();
8936
8881
  i0.ɵɵadvance(2);
@@ -9100,7 +9045,7 @@ PoPopupComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPopupCom
9100
9045
  } }, directives: [i1.NgIf, i1.NgForOf, PoIconComponent], encapsulation: 2 });
9101
9046
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPopupComponent, [{
9102
9047
  type: Component,
9103
- args: [{ selector: 'po-popup', providers: [PoControlPositionService], template: "<div #popupRef class=\"po-popup\" *ngIf=\"showPopup\">\n <div *ngIf=\"!hideArrow\" class=\"po-popup-arrow po-arrow-{{ arrowDirection }}\"></div>\n\n <ng-content select=\"[p-popup-header-template]\"></ng-content>\n\n <div class=\"po-popup-container\">\n <ng-container *ngFor=\"let action of actions; let actionIndex = index\">\n <div\n *ngIf=\"action.visible !== false\"\n [class.po-popup-item-default]=\"action.type !== 'danger'\"\n [class.po-popup-item-danger]=\"action.type === 'danger'\"\n [class.po-popup-item-disabled]=\"returnBooleanValue(action, 'disabled')\"\n [class.po-popup-item-separator]=\"action.separator && actionIndex !== 0\"\n [class.po-popup-item-selected]=\"action.selected\"\n (click)=\"onActionClick(action)\"\n >\n <po-icon *ngIf=\"action.icon\" class=\"po-popup-icon-item po-icon\" [p-icon]=\"action.icon\"></po-icon>\n {{ action.label }}\n </div>\n </ng-container>\n </div>\n</div>\n" }]
9048
+ args: [{ selector: 'po-popup', providers: [PoControlPositionService], template: "<div #popupRef class=\"po-popup\" *ngIf=\"showPopup\">\n <div *ngIf=\"!hideArrow\" class=\"po-popup-arrow po-arrow-{{ arrowDirection }}\"></div>\n\n <ng-content select=\"[p-popup-header-template]\"></ng-content>\n\n <div class=\"po-popup-container\">\n <ng-container *ngFor=\"let action of actions; let actionIndex = index\">\n <div\n *ngIf=\"returnBooleanValue(action, 'visible') !== false\"\n [class.po-popup-item-default]=\"action.type !== 'danger'\"\n [class.po-popup-item-danger]=\"action.type === 'danger'\"\n [class.po-popup-item-disabled]=\"returnBooleanValue(action, 'disabled')\"\n [class.po-popup-item-separator]=\"action.separator && actionIndex !== 0\"\n [class.po-popup-item-selected]=\"action.selected\"\n (click)=\"onActionClick(action)\"\n >\n <po-icon *ngIf=\"action.icon\" class=\"po-popup-icon-item po-icon\" [p-icon]=\"action.icon\"></po-icon>\n {{ action.label }}\n </div>\n </ng-container>\n </div>\n</div>\n" }]
9104
9049
  }], function () { return [{ type: i0.ViewContainerRef }, { type: i0.Renderer2 }, { type: i2.Router }, { type: PoControlPositionService }, { type: i0.ChangeDetectorRef }]; }, { popupRef: [{
9105
9050
  type: ViewChild,
9106
9051
  args: ['popupRef', { read: ElementRef }]
@@ -9448,9 +9393,7 @@ class PoFieldContainerComponent {
9448
9393
  PoFieldContainerComponent.ɵfac = function PoFieldContainerComponent_Factory(t) { return new (t || PoFieldContainerComponent)(i0.ɵɵdirectiveInject(PoLanguageService)); };
9449
9394
  PoFieldContainerComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoFieldContainerComponent, selectors: [["po-field-container"]], inputs: { label: ["p-label", "label"], help: ["p-help", "help"], optional: ["p-optional", "optional"] }, ngContentSelectors: _c0$12, decls: 7, vars: 3, consts: [[1, "po-field-container"], [1, "po-field-container-title"], [1, "po-field-title"], ["class", "po-field-optional", 4, "ngIf"], ["class", "po-field-help", 4, "ngIf"], [1, "po-field-optional"], [1, "po-field-help"]], template: function PoFieldContainerComponent_Template(rf, ctx) { if (rf & 1) {
9450
9395
  i0.ɵɵprojectionDef();
9451
- i0.ɵɵelementStart(0, "div", 0);
9452
- i0.ɵɵelementStart(1, "div", 1);
9453
- i0.ɵɵelementStart(2, "span", 2);
9396
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "span", 2);
9454
9397
  i0.ɵɵtext(3);
9455
9398
  i0.ɵɵelementEnd();
9456
9399
  i0.ɵɵtemplate(4, PoFieldContainerComponent_span_4_Template, 2, 1, "span", 3);
@@ -9865,8 +9808,7 @@ function PoCheckboxGroupComponent_div_3_Template(rf, ctx) { if (rf & 1) {
9865
9808
  i0.ɵɵelementStart(2, "label", 5, 6);
9866
9809
  i0.ɵɵlistener("click", function PoCheckboxGroupComponent_div_3_Template_label_click_2_listener() { const restoredCtx = i0.ɵɵrestoreView(_r4); const option_r1 = restoredCtx.$implicit; const ctx_r3 = i0.ɵɵnextContext(); return ctx_r3.checkOption(option_r1); })("keydown", function PoCheckboxGroupComponent_div_3_Template_label_keydown_2_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r4); const option_r1 = restoredCtx.$implicit; const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.onKeyDown($event, option_r1); });
9867
9810
  i0.ɵɵtext(4);
9868
- i0.ɵɵelementEnd();
9869
- i0.ɵɵelementEnd();
9811
+ i0.ɵɵelementEnd()();
9870
9812
  } if (rf & 2) {
9871
9813
  const option_r1 = ctx.$implicit;
9872
9814
  const ctx_r0 = i0.ɵɵnextContext();
@@ -9968,12 +9910,9 @@ PoCheckboxGroupComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Po
9968
9910
  multi: true
9969
9911
  }
9970
9912
  ]), i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 5, consts: [[3, "p-help", "p-label", "p-optional"], [1, "po-field-container-content", "po-checkbox-group-content"], [1, "po-row", "po-pt-1", "po-pb-1"], [3, "class", "po-checkbox-group-item-disabled", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["type", "checkbox", 1, "po-input", "po-checkbox-group-input", 3, "checked", "disabled", "id", "required", "value"], [1, "po-checkbox-group-label", 3, "for", "tabindex", "click", "keydown"], ["checkboxLabel", ""]], template: function PoCheckboxGroupComponent_Template(rf, ctx) { if (rf & 1) {
9971
- i0.ɵɵelementStart(0, "po-field-container", 0);
9972
- i0.ɵɵelementStart(1, "div", 1);
9973
- i0.ɵɵelementStart(2, "div", 2);
9913
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1)(2, "div", 2);
9974
9914
  i0.ɵɵtemplate(3, PoCheckboxGroupComponent_div_3_Template, 5, 20, "div", 3);
9975
- i0.ɵɵelementEnd();
9976
- i0.ɵɵelementEnd();
9915
+ i0.ɵɵelementEnd()();
9977
9916
  i0.ɵɵelement(4, "po-field-container-bottom");
9978
9917
  i0.ɵɵelementEnd();
9979
9918
  } if (rf & 2) {
@@ -11367,24 +11306,19 @@ PoDatepickerComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoDat
11367
11306
  },
11368
11307
  PoControlPositionService
11369
11308
  ]), i0.ɵɵInheritDefinitionFeature], decls: 14, vars: 25, consts: [[3, "p-help", "p-label", "p-optional"], [1, "po-field-container-content"], ["type", "text", 1, "po-input", "po-datepicker", 3, "ngClass", "autocomplete", "disabled", "placeholder", "readonly", "required", "blur", "click"], ["inp", ""], [1, "po-field-icon-container-right"], [3, "p-element-ref", "p-change-event", 4, "ngIf"], [1, "po-icon", "po-field-icon", "po-icon-calendar", 3, "click"], ["iconDatepicker", ""], ["dialogPicker", ""], ["class", "po-datepicker-calendar-overlay", 4, "ngIf"], [3, "ngModel", "p-max-date", "p-min-date", "p-locale", "ngModelChange", "p-change"], ["calendar", ""], [3, "p-error-pattern"], [3, "p-element-ref", "p-change-event"], [1, "po-datepicker-calendar-overlay"]], template: function PoDatepickerComponent_Template(rf, ctx) { if (rf & 1) {
11370
- i0.ɵɵelementStart(0, "po-field-container", 0);
11371
- i0.ɵɵelementStart(1, "div", 1);
11372
- i0.ɵɵelementStart(2, "input", 2, 3);
11309
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1)(2, "input", 2, 3);
11373
11310
  i0.ɵɵlistener("blur", function PoDatepickerComponent_Template_input_blur_2_listener($event) { return ctx.eventOnBlur($event); })("click", function PoDatepickerComponent_Template_input_click_2_listener($event) { return ctx.eventOnClick($event); });
11374
11311
  i0.ɵɵelementEnd();
11375
11312
  i0.ɵɵelementStart(4, "div", 4);
11376
11313
  i0.ɵɵtemplate(5, PoDatepickerComponent_po_clean_5_Template, 1, 1, "po-clean", 5);
11377
11314
  i0.ɵɵelementStart(6, "span", 6, 7);
11378
11315
  i0.ɵɵlistener("click", function PoDatepickerComponent_Template_span_click_6_listener() { return ctx.togglePicker(); });
11379
- i0.ɵɵelementEnd();
11380
- i0.ɵɵelementEnd();
11381
- i0.ɵɵelementEnd();
11316
+ i0.ɵɵelementEnd()()();
11382
11317
  i0.ɵɵelementStart(8, "div", null, 8);
11383
11318
  i0.ɵɵtemplate(10, PoDatepickerComponent_div_10_Template, 1, 0, "div", 9);
11384
11319
  i0.ɵɵelementStart(11, "po-calendar", 10, 11);
11385
11320
  i0.ɵɵlistener("ngModelChange", function PoDatepickerComponent_Template_po_calendar_ngModelChange_11_listener($event) { return ctx.date = $event; })("p-change", function PoDatepickerComponent_Template_po_calendar_p_change_11_listener() { return ctx.dateSelected(); });
11386
- i0.ɵɵelementEnd();
11387
- i0.ɵɵelementEnd();
11321
+ i0.ɵɵelementEnd()();
11388
11322
  i0.ɵɵelement(13, "po-field-container-bottom", 12);
11389
11323
  i0.ɵɵelementEnd();
11390
11324
  } if (rf & 2) {
@@ -11703,8 +11637,7 @@ function PoModalComponent_div_0_ng_template_13_Template(rf, ctx) { if (rf & 1) {
11703
11637
  i0.ɵɵtemplate(1, PoModalComponent_div_0_ng_template_13_po_button_1_Template, 1, 4, "po-button", 15);
11704
11638
  i0.ɵɵelementStart(2, "po-button", 16);
11705
11639
  i0.ɵɵlistener("p-click", function PoModalComponent_div_0_ng_template_13_Template_po_button_p_click_2_listener() { i0.ɵɵrestoreView(_r12); const ctx_r11 = i0.ɵɵnextContext(2); return ctx_r11.primaryAction.action(); });
11706
- i0.ɵɵelementEnd();
11707
- i0.ɵɵelementEnd();
11640
+ i0.ɵɵelementEnd()();
11708
11641
  } if (rf & 2) {
11709
11642
  const ctx_r5 = i0.ɵɵnextContext(2);
11710
11643
  i0.ɵɵadvance(1);
@@ -11716,13 +11649,9 @@ function PoModalComponent_div_0_Template(rf, ctx) { if (rf & 1) {
11716
11649
  const _r14 = i0.ɵɵgetCurrentView();
11717
11650
  i0.ɵɵelementStart(0, "div", 1);
11718
11651
  i0.ɵɵlistener("keydown.esc", function PoModalComponent_div_0_Template_div_keydown_esc_0_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(); return ctx_r13.closeModalOnEscapeKey($event); });
11719
- i0.ɵɵelementStart(1, "div", 2);
11720
- i0.ɵɵelementStart(2, "div", 3);
11652
+ i0.ɵɵelementStart(1, "div", 2)(2, "div", 3);
11721
11653
  i0.ɵɵlistener("mousedown", function PoModalComponent_div_0_Template_div_mousedown_2_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r15 = i0.ɵɵnextContext(); return ctx_r15.onClickOut($event); });
11722
- i0.ɵɵelementStart(3, "div", 4);
11723
- i0.ɵɵelementStart(4, "div", 5, 6);
11724
- i0.ɵɵelementStart(6, "div", 7);
11725
- i0.ɵɵelementStart(7, "div", 8);
11654
+ i0.ɵɵelementStart(3, "div", 4)(4, "div", 5, 6)(6, "div", 7)(7, "div", 8);
11726
11655
  i0.ɵɵtext(8);
11727
11656
  i0.ɵɵelementEnd();
11728
11657
  i0.ɵɵtemplate(9, PoModalComponent_div_0_a_9_Template, 2, 0, "a", 9);
@@ -11732,11 +11661,7 @@ function PoModalComponent_div_0_Template(rf, ctx) { if (rf & 1) {
11732
11661
  i0.ɵɵelementEnd();
11733
11662
  i0.ɵɵtemplate(12, PoModalComponent_div_0_ng_container_12_Template, 2, 0, "ng-container", 11);
11734
11663
  i0.ɵɵtemplate(13, PoModalComponent_div_0_ng_template_13_Template, 3, 5, "ng-template", null, 12, i0.ɵɵtemplateRefExtractor);
11735
- i0.ɵɵelementEnd();
11736
- i0.ɵɵelementEnd();
11737
- i0.ɵɵelementEnd();
11738
- i0.ɵɵelementEnd();
11739
- i0.ɵɵelementEnd();
11664
+ i0.ɵɵelementEnd()()()()();
11740
11665
  } if (rf & 2) {
11741
11666
  const _r4 = i0.ɵɵreference(14);
11742
11667
  const ctx_r0 = i0.ɵɵnextContext();
@@ -11899,8 +11824,7 @@ class PoProgressBarComponent {
11899
11824
  PoProgressBarComponent.ɵfac = function PoProgressBarComponent_Factory(t) { return new (t || PoProgressBarComponent)(); };
11900
11825
  PoProgressBarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoProgressBarComponent, selectors: [["po-progress-bar"]], inputs: { indeterminate: ["p-indeterminate", "indeterminate"], value: ["p-value", "value"] }, decls: 3, vars: 4, consts: [[1, "po-progress-bar-element", "po-progress-bar-primary"], [1, "po-progress-bar-element", "po-progress-bar-secondary"]], template: function PoProgressBarComponent_Template(rf, ctx) { if (rf & 1) {
11901
11826
  i0.ɵɵelementStart(0, "div");
11902
- i0.ɵɵelement(1, "div", 0);
11903
- i0.ɵɵelement(2, "div", 1);
11827
+ i0.ɵɵelement(1, "div", 0)(2, "div", 1);
11904
11828
  i0.ɵɵelementEnd();
11905
11829
  } if (rf & 2) {
11906
11830
  i0.ɵɵclassProp("po-progress-bar-indeterminate", ctx.indeterminate);
@@ -12065,11 +11989,9 @@ function PoProgressComponent_label_1_Template(rf, ctx) { if (rf & 1) {
12065
11989
  i0.ɵɵtextInterpolate1(" ", ctx_r0.text, " ");
12066
11990
  } }
12067
11991
  function PoProgressComponent_div_3_Template(rf, ctx) { if (rf & 1) {
12068
- i0.ɵɵelementStart(0, "div", 6);
12069
- i0.ɵɵelementStart(1, "label", 7);
11992
+ i0.ɵɵelementStart(0, "div", 6)(1, "label", 7);
12070
11993
  i0.ɵɵtext(2);
12071
- i0.ɵɵelementEnd();
12072
- i0.ɵɵelementEnd();
11994
+ i0.ɵɵelementEnd()();
12073
11995
  } if (rf & 2) {
12074
11996
  const ctx_r1 = i0.ɵɵnextContext();
12075
11997
  i0.ɵɵadvance(2);
@@ -12790,8 +12712,7 @@ PoToasterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoToaste
12790
12712
  i0.ɵɵelementStart(7, "button", 5);
12791
12713
  i0.ɵɵlistener("click", function PoToasterComponent_Template_button_click_7_listener($event) { return ctx.onButtonClose($event); });
12792
12714
  i0.ɵɵelement(8, "span", 6);
12793
- i0.ɵɵelementEnd();
12794
- i0.ɵɵelementEnd();
12715
+ i0.ɵɵelementEnd()();
12795
12716
  } if (rf & 2) {
12796
12717
  i0.ɵɵclassMapInterpolate2("po-toaster ", ctx.getToasterType(), " ", ctx.getToasterPosition(), " po-clickable");
12797
12718
  i0.ɵɵadvance(3);
@@ -13162,8 +13083,7 @@ PoPopoverComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPopove
13162
13083
  i0.ɵɵelementStart(3, "div", 3);
13163
13084
  i0.ɵɵtemplate(4, PoPopoverComponent_span_4_Template, 2, 1, "span", 4);
13164
13085
  i0.ɵɵprojection(5);
13165
- i0.ɵɵelementEnd();
13166
- i0.ɵɵelementEnd();
13086
+ i0.ɵɵelementEnd()();
13167
13087
  } if (rf & 2) {
13168
13088
  i0.ɵɵproperty("hidden", ctx.isHidden);
13169
13089
  i0.ɵɵadvance(2);
@@ -13570,27 +13490,18 @@ function PoTableColumnManagerComponent_po_popover_0_Template(rf, ctx) { if (rf &
13570
13490
  const _r3 = i0.ɵɵgetCurrentView();
13571
13491
  i0.ɵɵelementStart(0, "po-popover", 1, 2);
13572
13492
  i0.ɵɵlistener("p-close", function PoTableColumnManagerComponent_po_popover_0_Template_po_popover_p_close_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return ctx_r2.checkChanges([], true); });
13573
- i0.ɵɵelementStart(2, "div", 3);
13574
- i0.ɵɵelementStart(3, "div", 4);
13493
+ i0.ɵɵelementStart(2, "div", 3)(3, "div", 4);
13575
13494
  i0.ɵɵtext(4);
13576
13495
  i0.ɵɵelementEnd();
13577
- i0.ɵɵelementStart(5, "div", 5);
13578
- i0.ɵɵelementStart(6, "button", 6);
13496
+ i0.ɵɵelementStart(5, "div", 5)(6, "button", 6);
13579
13497
  i0.ɵɵlistener("click", function PoTableColumnManagerComponent_po_popover_0_Template_button_click_6_listener() { i0.ɵɵrestoreView(_r3); const _r1 = i0.ɵɵreference(1); return _r1.close(); });
13580
- i0.ɵɵelementEnd();
13581
- i0.ɵɵelementEnd();
13582
- i0.ɵɵelementEnd();
13583
- i0.ɵɵelementStart(7, "div", 7);
13584
- i0.ɵɵelementStart(8, "po-checkbox-group", 8);
13498
+ i0.ɵɵelementEnd()()();
13499
+ i0.ɵɵelementStart(7, "div", 7)(8, "po-checkbox-group", 8);
13585
13500
  i0.ɵɵlistener("ngModelChange", function PoTableColumnManagerComponent_po_popover_0_Template_po_checkbox_group_ngModelChange_8_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.visibleColumns = $event; })("p-change", function PoTableColumnManagerComponent_po_popover_0_Template_po_checkbox_group_p_change_8_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r6 = i0.ɵɵnextContext(); return ctx_r6.checkChanges($event, false); });
13586
- i0.ɵɵelementEnd();
13587
- i0.ɵɵelementEnd();
13588
- i0.ɵɵelementStart(9, "div", 9);
13589
- i0.ɵɵelementStart(10, "po-button", 10);
13501
+ i0.ɵɵelementEnd()();
13502
+ i0.ɵɵelementStart(9, "div", 9)(10, "po-button", 10);
13590
13503
  i0.ɵɵlistener("p-click", function PoTableColumnManagerComponent_po_popover_0_Template_po_button_p_click_10_listener() { i0.ɵɵrestoreView(_r3); const ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.restore(); });
13591
- i0.ɵɵelementEnd();
13592
- i0.ɵɵelementEnd();
13593
- i0.ɵɵelementEnd();
13504
+ i0.ɵɵelementEnd()()();
13594
13505
  } if (rf & 2) {
13595
13506
  const ctx_r0 = i0.ɵɵnextContext();
13596
13507
  i0.ɵɵproperty("p-target", ctx_r0.target);
@@ -15206,8 +15117,7 @@ function PoTableShowSubtitleComponent_div_6_Template(rf, ctx) { if (rf & 1) {
15206
15117
  i0.ɵɵelement(1, "po-table-subtitle-circle", 7);
15207
15118
  i0.ɵɵelementStart(2, "span", 8);
15208
15119
  i0.ɵɵtext(3);
15209
- i0.ɵɵelementEnd();
15210
- i0.ɵɵelementEnd();
15120
+ i0.ɵɵelementEnd()();
15211
15121
  } if (rf & 2) {
15212
15122
  const subtitle_r2 = ctx.$implicit;
15213
15123
  i0.ɵɵadvance(1);
@@ -15229,12 +15139,9 @@ PoTableShowSubtitleComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type
15229
15139
  const _r3 = i0.ɵɵgetCurrentView();
15230
15140
  i0.ɵɵelementStart(0, "div", 0);
15231
15141
  i0.ɵɵlistener("click", function PoTableShowSubtitleComponent_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r3); const _r0 = i0.ɵɵreference(5); return _r0.open(); });
15232
- i0.ɵɵelementStart(1, "div", 1);
15233
- i0.ɵɵelementStart(2, "span", 2);
15142
+ i0.ɵɵelementStart(1, "div", 1)(2, "span", 2);
15234
15143
  i0.ɵɵtext(3);
15235
- i0.ɵɵelementEnd();
15236
- i0.ɵɵelementEnd();
15237
- i0.ɵɵelementEnd();
15144
+ i0.ɵɵelementEnd()()();
15238
15145
  i0.ɵɵelementStart(4, "po-modal", 3, 4);
15239
15146
  i0.ɵɵtemplate(6, PoTableShowSubtitleComponent_div_6_Template, 4, 2, "div", 5);
15240
15147
  i0.ɵɵelementEnd();
@@ -15262,8 +15169,7 @@ function PoTableSubtitleFooterComponent_div_1_Template(rf, ctx) { if (rf & 1) {
15262
15169
  i0.ɵɵelement(1, "po-table-subtitle-circle", 4);
15263
15170
  i0.ɵɵelementStart(2, "span", 5);
15264
15171
  i0.ɵɵtext(3);
15265
- i0.ɵɵelementEnd();
15266
- i0.ɵɵelementEnd();
15172
+ i0.ɵɵelementEnd()();
15267
15173
  } if (rf & 2) {
15268
15174
  const subtitle_r2 = ctx.$implicit;
15269
15175
  i0.ɵɵadvance(1);
@@ -15368,13 +15274,11 @@ function PoTableDetailComponent_thead_1_th_4_Template(rf, ctx) { if (rf & 1) {
15368
15274
  i0.ɵɵtextInterpolate1(" ", ctx_r3.getColumnTitleLabel(detail_r4), " ");
15369
15275
  } }
15370
15276
  function PoTableDetailComponent_thead_1_Template(rf, ctx) { if (rf & 1) {
15371
- i0.ɵɵelementStart(0, "thead");
15372
- i0.ɵɵelementStart(1, "tr");
15277
+ i0.ɵɵelementStart(0, "thead")(1, "tr");
15373
15278
  i0.ɵɵtemplate(2, PoTableDetailComponent_thead_1_th_2_Template, 1, 0, "th", 3);
15374
15279
  i0.ɵɵelement(3, "th", 4);
15375
15280
  i0.ɵɵtemplate(4, PoTableDetailComponent_thead_1_th_4_Template, 2, 1, "th", 5);
15376
- i0.ɵɵelementEnd();
15377
- i0.ɵɵelementEnd();
15281
+ i0.ɵɵelementEnd()();
15378
15282
  } if (rf & 2) {
15379
15283
  const ctx_r0 = i0.ɵɵnextContext();
15380
15284
  i0.ɵɵadvance(2);
@@ -15390,8 +15294,7 @@ function PoTableDetailComponent_tr_3_ng_container_1_Template(rf, ctx) { if (rf &
15390
15294
  i0.ɵɵelement(3, "input", 14);
15391
15295
  i0.ɵɵelementStart(4, "label", 15);
15392
15296
  i0.ɵɵlistener("click", function PoTableDetailComponent_tr_3_ng_container_1_Template_label_click_4_listener() { i0.ɵɵrestoreView(_r12); const item_r5 = i0.ɵɵnextContext().$implicit; const ctx_r10 = i0.ɵɵnextContext(); return ctx_r10.onSelectRow(item_r5); });
15393
- i0.ɵɵelementEnd();
15394
- i0.ɵɵelementEnd();
15297
+ i0.ɵɵelementEnd()();
15395
15298
  i0.ɵɵelementContainerEnd();
15396
15299
  } if (rf & 2) {
15397
15300
  const item_r5 = i0.ɵɵnextContext().$implicit;
@@ -15598,8 +15501,7 @@ PoTableDetailComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoTa
15598
15501
  i0.ɵɵtemplate(1, PoTableDetailComponent_thead_1_Template, 5, 2, "thead", 1);
15599
15502
  i0.ɵɵelementStart(2, "tbody");
15600
15503
  i0.ɵɵtemplate(3, PoTableDetailComponent_tr_3_Template, 5, 5, "tr", 2);
15601
- i0.ɵɵelementEnd();
15602
- i0.ɵɵelementEnd();
15504
+ i0.ɵɵelementEnd()();
15603
15505
  } if (rf & 2) {
15604
15506
  i0.ɵɵadvance(1);
15605
15507
  i0.ɵɵproperty("ngIf", ctx.typeHeaderTop);
@@ -15663,8 +15565,7 @@ function PoTableComponent_ng_template_1_div_5_Template(rf, ctx) { if (rf & 1) {
15663
15565
  i0.ɵɵelement(1, "div", 26);
15664
15566
  i0.ɵɵelementStart(2, "div", 27, 28);
15665
15567
  i0.ɵɵtemplate(4, PoTableComponent_ng_template_1_div_5_ng_container_4_Template, 1, 0, "ng-container", 15);
15666
- i0.ɵɵelementEnd();
15667
- i0.ɵɵelementEnd();
15568
+ i0.ɵɵelementEnd()();
15668
15569
  } if (rf & 2) {
15669
15570
  const ctx_r25 = i0.ɵɵnextContext(2);
15670
15571
  const _r4 = i0.ɵɵreference(5);
@@ -15707,13 +15608,10 @@ function PoTableComponent_ng_template_1_div_7_Template(rf, ctx) { if (rf & 1) {
15707
15608
  function PoTableComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
15708
15609
  i0.ɵɵelementStart(0, "div");
15709
15610
  i0.ɵɵtemplate(1, PoTableComponent_ng_template_1_div_1_Template, 2, 1, "div", 16);
15710
- i0.ɵɵelementStart(2, "div", 17);
15711
- i0.ɵɵelementStart(3, "div", 18, 19);
15611
+ i0.ɵɵelementStart(2, "div", 17)(3, "div", 18, 19);
15712
15612
  i0.ɵɵtemplate(5, PoTableComponent_ng_template_1_div_5_Template, 5, 3, "div", 20);
15713
15613
  i0.ɵɵtemplate(6, PoTableComponent_ng_template_1_div_6_Template, 2, 1, "div", 21);
15714
- i0.ɵɵelementEnd();
15715
- i0.ɵɵelementEnd();
15716
- i0.ɵɵelementEnd();
15614
+ i0.ɵɵelementEnd()()();
15717
15615
  i0.ɵɵtemplate(7, PoTableComponent_ng_template_1_div_7_Template, 2, 2, "div", 22);
15718
15616
  } if (rf & 2) {
15719
15617
  const ctx_r2 = i0.ɵɵnextContext();
@@ -15732,11 +15630,9 @@ function PoTableComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
15732
15630
  } }
15733
15631
  function PoTableComponent_div_3_Template(rf, ctx) { if (rf & 1) {
15734
15632
  const _r35 = i0.ɵɵgetCurrentView();
15735
- i0.ɵɵelementStart(0, "div", 32, 33);
15736
- i0.ɵɵelementStart(2, "po-button", 34);
15633
+ i0.ɵɵelementStart(0, "div", 32, 33)(2, "po-button", 34);
15737
15634
  i0.ɵɵlistener("p-click", function PoTableComponent_div_3_Template_po_button_p_click_2_listener() { i0.ɵɵrestoreView(_r35); const ctx_r34 = i0.ɵɵnextContext(); return ctx_r34.onShowMore(); });
15738
- i0.ɵɵelementEnd();
15739
- i0.ɵɵelementEnd();
15635
+ i0.ɵɵelementEnd()();
15740
15636
  } if (rf & 2) {
15741
15637
  const ctx_r3 = i0.ɵɵnextContext();
15742
15638
  i0.ɵɵclassProp("po-invisible", ctx_r3.showMore.observers.length === 0 && !ctx_r3.hasService);
@@ -15756,12 +15652,10 @@ function PoTableComponent_ng_template_4_th_3_label_3_Template(rf, ctx) { if (rf
15756
15652
  i0.ɵɵelementEnd();
15757
15653
  } }
15758
15654
  function PoTableComponent_ng_template_4_th_3_Template(rf, ctx) { if (rf & 1) {
15759
- i0.ɵɵelementStart(0, "th", 44);
15760
- i0.ɵɵelementStart(1, "div");
15655
+ i0.ɵɵelementStart(0, "th", 44)(1, "div");
15761
15656
  i0.ɵɵtemplate(2, PoTableComponent_ng_template_4_th_3_input_2_Template, 1, 4, "input", 45);
15762
15657
  i0.ɵɵtemplate(3, PoTableComponent_ng_template_4_th_3_label_3_Template, 1, 0, "label", 46);
15763
- i0.ɵɵelementEnd();
15764
- i0.ɵɵelementEnd();
15658
+ i0.ɵɵelementEnd()();
15765
15659
  } if (rf & 2) {
15766
15660
  const ctx_r36 = i0.ɵɵnextContext(2);
15767
15661
  i0.ɵɵadvance(1);
@@ -15804,8 +15698,7 @@ function PoTableComponent_ng_template_4_th_7_Template(rf, ctx) { if (rf & 1) {
15804
15698
  i0.ɵɵlistener("click", function PoTableComponent_ng_template_4_th_7_Template_th_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r57); const column_r52 = restoredCtx.$implicit; const ctx_r56 = i0.ɵɵnextContext(2); return ctx_r56.sortColumn(column_r52); });
15805
15699
  i0.ɵɵelementStart(2, "div", 55);
15806
15700
  i0.ɵɵtemplate(3, PoTableComponent_ng_template_4_th_7_ng_container_3_Template, 1, 0, "ng-container", 56);
15807
- i0.ɵɵelementEnd();
15808
- i0.ɵɵelementEnd();
15701
+ i0.ɵɵelementEnd()();
15809
15702
  } if (rf & 2) {
15810
15703
  const column_r52 = ctx.$implicit;
15811
15704
  const ctx_r40 = i0.ɵɵnextContext(2);
@@ -15828,13 +15721,9 @@ function PoTableComponent_ng_template_4_th_9_Template(rf, ctx) { if (rf & 1) {
15828
15721
  } }
15829
15722
  function PoTableComponent_ng_template_4_th_10_Template(rf, ctx) { if (rf & 1) {
15830
15723
  const _r61 = i0.ɵɵgetCurrentView();
15831
- i0.ɵɵelementStart(0, "th", null, 57);
15832
- i0.ɵɵelementStart(2, "div");
15833
- i0.ɵɵelementStart(3, "button", 58, 59);
15724
+ i0.ɵɵelementStart(0, "th", null, 57)(2, "div")(3, "button", 58, 59);
15834
15725
  i0.ɵɵlistener("click", function PoTableComponent_ng_template_4_th_10_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r61); const ctx_r60 = i0.ɵɵnextContext(2); return ctx_r60.onOpenColumnManager(); });
15835
- i0.ɵɵelementEnd();
15836
- i0.ɵɵelementEnd();
15837
- i0.ɵɵelementEnd();
15726
+ i0.ɵɵelementEnd()()();
15838
15727
  } if (rf & 2) {
15839
15728
  const _r58 = i0.ɵɵreference(1);
15840
15729
  const ctx_r43 = i0.ɵɵnextContext(2);
@@ -15846,15 +15735,9 @@ function PoTableComponent_ng_template_4_th_10_Template(rf, ctx) { if (rf & 1) {
15846
15735
  i0.ɵɵproperty("p-tooltip", ctx_r43.literals.columnsManager);
15847
15736
  } }
15848
15737
  function PoTableComponent_ng_template_4_tbody_11_Template(rf, ctx) { if (rf & 1) {
15849
- i0.ɵɵelementStart(0, "tbody", 60);
15850
- i0.ɵɵelementStart(1, "tr", 61);
15851
- i0.ɵɵelementStart(2, "td", 62);
15852
- i0.ɵɵelementStart(3, "span");
15738
+ i0.ɵɵelementStart(0, "tbody", 60)(1, "tr", 61)(2, "td", 62)(3, "span");
15853
15739
  i0.ɵɵtext(4);
15854
- i0.ɵɵelementEnd();
15855
- i0.ɵɵelementEnd();
15856
- i0.ɵɵelementEnd();
15857
- i0.ɵɵelementEnd();
15740
+ i0.ɵɵelementEnd()()()();
15858
15741
  } if (rf & 2) {
15859
15742
  const ctx_r44 = i0.ɵɵnextContext(2);
15860
15743
  i0.ɵɵadvance(2);
@@ -16091,8 +15974,7 @@ function PoTableComponent_ng_template_4_ng_container_12_tbody_1_td_6_Template(rf
16091
15974
  i0.ɵɵtemplate(12, PoTableComponent_ng_template_4_ng_container_12_tbody_1_td_6_span_12_Template, 2, 1, "span", 73);
16092
15975
  i0.ɵɵtemplate(13, PoTableComponent_ng_template_4_ng_container_12_tbody_1_td_6_span_13_Template, 2, 1, "span", 73);
16093
15976
  i0.ɵɵtemplate(14, PoTableComponent_ng_template_4_ng_container_12_tbody_1_td_6_span_14_Template, 2, 1, "span", 76);
16094
- i0.ɵɵelementEnd();
16095
- i0.ɵɵelementEnd();
15977
+ i0.ɵɵelementEnd()();
16096
15978
  } if (rf & 2) {
16097
15979
  const column_r90 = ctx.$implicit;
16098
15980
  const row_r63 = i0.ɵɵnextContext().$implicit;
@@ -16166,11 +16048,9 @@ function PoTableComponent_ng_template_4_ng_container_12_tbody_1_td_10_Template(r
16166
16048
  function PoTableComponent_ng_template_4_ng_container_12_tbody_1_tr_11_ng_template_2_Template(rf, ctx) { }
16167
16049
  const _c12 = function (a0, a1) { return { $implicit: a0, rowIndex: a1 }; };
16168
16050
  function PoTableComponent_ng_template_4_ng_container_12_tbody_1_tr_11_Template(rf, ctx) { if (rf & 1) {
16169
- i0.ɵɵelementStart(0, "tr");
16170
- i0.ɵɵelementStart(1, "td", 82);
16051
+ i0.ɵɵelementStart(0, "tr")(1, "td", 82);
16171
16052
  i0.ɵɵtemplate(2, PoTableComponent_ng_template_4_ng_container_12_tbody_1_tr_11_ng_template_2_Template, 0, 0, "ng-template", 70);
16172
- i0.ɵɵelementEnd();
16173
- i0.ɵɵelementEnd();
16053
+ i0.ɵɵelementEnd()();
16174
16054
  } if (rf & 2) {
16175
16055
  const ctx_r152 = i0.ɵɵnextContext();
16176
16056
  const row_r63 = ctx_r152.$implicit;
@@ -16183,13 +16063,9 @@ function PoTableComponent_ng_template_4_ng_container_12_tbody_1_tr_11_Template(r
16183
16063
  } }
16184
16064
  function PoTableComponent_ng_template_4_ng_container_12_tbody_1_tr_12_Template(rf, ctx) { if (rf & 1) {
16185
16065
  const _r154 = i0.ɵɵgetCurrentView();
16186
- i0.ɵɵelementStart(0, "tr");
16187
- i0.ɵɵelementStart(1, "td", 83);
16188
- i0.ɵɵelementStart(2, "po-table-detail", 84);
16066
+ i0.ɵɵelementStart(0, "tr")(1, "td", 83)(2, "po-table-detail", 84);
16189
16067
  i0.ɵɵlistener("p-select-row", function PoTableComponent_ng_template_4_ng_container_12_tbody_1_tr_12_Template_po_table_detail_p_select_row_2_listener($event) { i0.ɵɵrestoreView(_r154); const ctx_r153 = i0.ɵɵnextContext(4); return ctx_r153.selectDetailRow($event); });
16190
- i0.ɵɵelementEnd();
16191
- i0.ɵɵelementEnd();
16192
- i0.ɵɵelementEnd();
16068
+ i0.ɵɵelementEnd()()();
16193
16069
  } if (rf & 2) {
16194
16070
  const row_r63 = i0.ɵɵnextContext().$implicit;
16195
16071
  const ctx_r75 = i0.ɵɵnextContext(3);
@@ -16199,8 +16075,7 @@ function PoTableComponent_ng_template_4_ng_container_12_tbody_1_tr_12_Template(r
16199
16075
  i0.ɵɵproperty("p-selectable", ctx_r75.selectable && !ctx_r75.detailHideSelect)("p-detail", ctx_r75.columnMasterDetail.detail)("p-items", row_r63[ctx_r75.nameColumnDetail]);
16200
16076
  } }
16201
16077
  function PoTableComponent_ng_template_4_ng_container_12_tbody_1_Template(rf, ctx) { if (rf & 1) {
16202
- i0.ɵɵelementStart(0, "tbody", 60);
16203
- i0.ɵɵelementStart(1, "tr", 61);
16078
+ i0.ɵɵelementStart(0, "tbody", 60)(1, "tr", 61);
16204
16079
  i0.ɵɵtemplate(2, PoTableComponent_ng_template_4_ng_container_12_tbody_1_td_2_Template, 2, 4, "td", 64);
16205
16080
  i0.ɵɵtemplate(3, PoTableComponent_ng_template_4_ng_container_12_tbody_1_td_3_Template, 2, 5, "td", 65);
16206
16081
  i0.ɵɵtemplate(4, PoTableComponent_ng_template_4_ng_container_12_tbody_1_4_Template, 1, 5, null, 21);
@@ -16253,9 +16128,7 @@ function PoTableComponent_ng_template_4_ng_container_12_Template(rf, ctx) { if (
16253
16128
  i0.ɵɵproperty("ngForOf", ctx_r45.items)("ngForTrackBy", ctx_r45.trackBy);
16254
16129
  } }
16255
16130
  function PoTableComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
16256
- i0.ɵɵelementStart(0, "table", 35);
16257
- i0.ɵɵelementStart(1, "thead");
16258
- i0.ɵɵelementStart(2, "tr");
16131
+ i0.ɵɵelementStart(0, "table", 35)(1, "thead")(2, "tr");
16259
16132
  i0.ɵɵtemplate(3, PoTableComponent_ng_template_4_th_3_Template, 4, 4, "th", 36);
16260
16133
  i0.ɵɵtemplate(4, PoTableComponent_ng_template_4_th_4_Template, 1, 0, "th", 37);
16261
16134
  i0.ɵɵtemplate(5, PoTableComponent_ng_template_4_th_5_Template, 1, 4, "th", 38);
@@ -16264,8 +16137,7 @@ function PoTableComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
16264
16137
  i0.ɵɵtemplate(8, PoTableComponent_ng_template_4_th_8_Template, 1, 0, "th", 37);
16265
16138
  i0.ɵɵtemplate(9, PoTableComponent_ng_template_4_th_9_Template, 1, 4, "th", 41);
16266
16139
  i0.ɵɵtemplate(10, PoTableComponent_ng_template_4_th_10_Template, 5, 13, "th", 42);
16267
- i0.ɵɵelementEnd();
16268
- i0.ɵɵelementEnd();
16140
+ i0.ɵɵelementEnd()();
16269
16141
  i0.ɵɵtemplate(11, PoTableComponent_ng_template_4_tbody_11_Template, 5, 2, "tbody", 43);
16270
16142
  i0.ɵɵtemplate(12, PoTableComponent_ng_template_4_ng_container_12_Template, 2, 2, "ng-container", 21);
16271
16143
  i0.ɵɵelementEnd();
@@ -16402,11 +16274,9 @@ function PoTableComponent_ng_template_20_td_0_Template(rf, ctx) { if (rf & 1) {
16402
16274
  } }
16403
16275
  function PoTableComponent_ng_template_20_td_1_Template(rf, ctx) { if (rf & 1) {
16404
16276
  const _r186 = i0.ɵɵgetCurrentView();
16405
- i0.ɵɵelementStart(0, "td", 100);
16406
- i0.ɵɵelementStart(1, "span", 101, 102);
16277
+ i0.ɵɵelementStart(0, "td", 100)(1, "span", 101, 102);
16407
16278
  i0.ɵɵlistener("click", function PoTableComponent_ng_template_20_td_1_Template_span_click_1_listener() { i0.ɵɵrestoreView(_r186); const _r183 = i0.ɵɵreference(2); const row_r173 = i0.ɵɵnextContext().row; const ctx_r184 = i0.ɵɵnextContext(); return ctx_r184.togglePopup(row_r173, _r183); });
16408
- i0.ɵɵelementEnd();
16409
- i0.ɵɵelementEnd();
16279
+ i0.ɵɵelementEnd()();
16410
16280
  } }
16411
16281
  function PoTableComponent_ng_template_20_Template(rf, ctx) { if (rf & 1) {
16412
16282
  i0.ɵɵtemplate(0, PoTableComponent_ng_template_20_td_0_Template, 2, 1, "td", 93);
@@ -17348,8 +17218,7 @@ PoCheckboxComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoCheck
17348
17218
  i0.ɵɵelementStart(2, "label", 2, 3);
17349
17219
  i0.ɵɵlistener("blur", function PoCheckboxComponent_Template_label_blur_2_listener() { return ctx.onBlur(); })("click", function PoCheckboxComponent_Template_label_click_2_listener() { return ctx.checkOption(ctx.checkboxValue); })("keydown", function PoCheckboxComponent_Template_label_keydown_2_listener($event) { return ctx.onKeyDown($event, ctx.checkboxValue); });
17350
17220
  i0.ɵɵtext(4);
17351
- i0.ɵɵelementEnd();
17352
- i0.ɵɵelementEnd();
17221
+ i0.ɵɵelementEnd()();
17353
17222
  } if (rf & 2) {
17354
17223
  i0.ɵɵadvance(1);
17355
17224
  i0.ɵɵclassProp("po-checkbox-input-checked", ctx.checkboxValue)("po-checkbox-input-indeterminate", ctx.checkboxValue === null);
@@ -18471,13 +18340,9 @@ function PoComboComponent_ng_template_17_Template(rf, ctx) { if (rf & 1) {
18471
18340
  i0.ɵɵproperty("ngForOf", ctx_r11.visibleOptions);
18472
18341
  } }
18473
18342
  function PoComboComponent_ng_template_19_Template(rf, ctx) { if (rf & 1) {
18474
- i0.ɵɵelementStart(0, "div", 33);
18475
- i0.ɵɵelementStart(1, "div", 34);
18476
- i0.ɵɵelementStart(2, "span");
18343
+ i0.ɵɵelementStart(0, "div", 33)(1, "div", 34)(2, "span");
18477
18344
  i0.ɵɵtext(3);
18478
- i0.ɵɵelementEnd();
18479
- i0.ɵɵelementEnd();
18480
- i0.ɵɵelementEnd();
18345
+ i0.ɵɵelementEnd()()();
18481
18346
  } if (rf & 2) {
18482
18347
  const ctx_r13 = i0.ɵɵnextContext();
18483
18348
  i0.ɵɵadvance(3);
@@ -18987,8 +18852,7 @@ PoComboComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoComboCom
18987
18852
  multi: true
18988
18853
  }
18989
18854
  ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], decls: 21, vars: 23, consts: [[3, "p-label", "p-help", "p-optional"], [1, "po-field-container-content"], ["class", "po-field-icon-container-left", 4, "ngIf"], ["autocomplete", "off", "type", "text", 1, "po-input", "po-combo-input", 3, "ngClass", "disabled", "placeholder", "required", "click", "keyup", "blur", "keyup.enter", "keydown"], ["inp", ""], [1, "po-field-icon-container-right"], [3, "p-element-ref", "p-change-event", 4, "ngIf"], [3, "click"], ["iconArrow", ""], [1, "po-combo-container", 3, "hidden"], ["containerElement", ""], [4, "ngIf", "ngIfThen", "ngIfElse"], ["loadingTemplate", ""], ["optionsTemplate", ""], ["visibleOptionsTemplate", ""], ["noDataTemplate", ""], [1, "po-field-icon-container-left"], [1, "po-field-icon", 3, "p-icon"], [3, "p-element-ref", "p-change-event"], [1, "po-combo-container-loading"], [1, "po-combo-container-content"], ["contentElement", ""], [3, "po-combo-item-selected", "click", 4, "ngFor", "ngForOf"], ["defaultOptionTemplate", ""], ["optionTemplate", ""], ["class", "po-combo-item-title", 4, "ngIf", "ngIfElse"], ["optionLink", ""], [1, "po-combo-item-title"], [1, "po-combo-item"], [3, "innerHTML"], ["optionsGroupTemplate", ""], ["defaultOptionsTemplate", ""], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "po-combo-container-no-data"], [1, "po-combo-no-data", "po-text-center"]], template: function PoComboComponent_Template(rf, ctx) { if (rf & 1) {
18990
- i0.ɵɵelementStart(0, "po-field-container", 0);
18991
- i0.ɵɵelementStart(1, "div", 1);
18855
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1);
18992
18856
  i0.ɵɵtemplate(2, PoComboComponent_div_2_Template, 2, 3, "div", 2);
18993
18857
  i0.ɵɵelementStart(3, "input", 3, 4);
18994
18858
  i0.ɵɵlistener("click", function PoComboComponent_Template_input_click_3_listener() { return ctx.toggleComboVisibility(); })("keyup", function PoComboComponent_Template_input_keyup_3_listener($event) { return ctx.onKeyUp($event); })("blur", function PoComboComponent_Template_input_blur_3_listener() { return ctx.onBlur(); })("keyup.enter", function PoComboComponent_Template_input_keyup_enter_3_listener($event) { return ctx.searchOnEnter($event.target.value); })("keydown", function PoComboComponent_Template_input_keydown_3_listener($event) { return ctx.onKeyDown($event); });
@@ -18997,9 +18861,7 @@ PoComboComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoComboCom
18997
18861
  i0.ɵɵtemplate(6, PoComboComponent_po_clean_6_Template, 1, 1, "po-clean", 6);
18998
18862
  i0.ɵɵelementStart(7, "span", 7, 8);
18999
18863
  i0.ɵɵlistener("click", function PoComboComponent_Template_span_click_7_listener() { return ctx.toggleComboVisibility(); });
19000
- i0.ɵɵelementEnd();
19001
- i0.ɵɵelementEnd();
19002
- i0.ɵɵelementEnd();
18864
+ i0.ɵɵelementEnd()()();
19003
18865
  i0.ɵɵelementStart(9, "div", 9, 10);
19004
18866
  i0.ɵɵtemplate(11, PoComboComponent_ng_container_11_Template, 1, 0, "ng-container", 11);
19005
18867
  i0.ɵɵelementEnd();
@@ -19600,11 +19462,9 @@ function PoDatepickerRangeComponent_po_clean_12_Template(rf, ctx) { if (rf & 1)
19600
19462
  function PoDatepickerRangeComponent_ng_container_17_Template(rf, ctx) { if (rf & 1) {
19601
19463
  const _r10 = i0.ɵɵgetCurrentView();
19602
19464
  i0.ɵɵelementContainerStart(0);
19603
- i0.ɵɵelementStart(1, "div", 16, 17);
19604
- i0.ɵɵelementStart(3, "po-calendar", 18);
19465
+ i0.ɵɵelementStart(1, "div", 16, 17)(3, "po-calendar", 18);
19605
19466
  i0.ɵɵlistener("ngModelChange", function PoDatepickerRangeComponent_ng_container_17_Template_po_calendar_ngModelChange_3_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r9 = i0.ɵɵnextContext(); return ctx_r9.onCalendarChange($event); });
19606
- i0.ɵɵelementEnd();
19607
- i0.ɵɵelementEnd();
19467
+ i0.ɵɵelementEnd()();
19608
19468
  i0.ɵɵelementContainerEnd();
19609
19469
  } if (rf & 2) {
19610
19470
  const ctx_r5 = i0.ɵɵnextContext();
@@ -20035,30 +19895,21 @@ PoDatepickerRangeComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
20035
19895
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.iconCalendar = _t.first);
20036
19896
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.calendarPicker = _t.first);
20037
19897
  } }, features: [i0.ɵɵProvidersFeature(providers$5), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], decls: 18, vars: 20, consts: [[3, "p-help", "p-label", "p-optional"], [1, "po-datepicker-range-field", "po-input"], ["dateRangeField", ""], [1, "po-datepicker-range-start-date"], ["maxlength", "10", "type", "text", 1, "po-datepicker-range-input", 3, "autocomplete", "disabled", "name", "readonly", "blur", "focus", "keydown", "keyup", "click"], ["startDateInput", ""], [1, "po-datepicker-range-separator"], [1, "po-datepicker-range-end-date"], ["endDateInput", ""], [1, "po-datepicker-range-icon"], [3, "p-change-event", 4, "ngIf"], [1, "po-icon", "po-field-icon", "po-icon-calendar", 3, "click"], ["iconCalendar", ""], [3, "p-error-pattern"], [4, "ngIf"], [3, "p-change-event"], [1, "po-calendar-range-picker"], ["calendarPicker", ""], ["p-mode", "range", 3, "ngModel", "p-max-date", "p-min-date", "ngModelChange"]], template: function PoDatepickerRangeComponent_Template(rf, ctx) { if (rf & 1) {
20038
- i0.ɵɵelementStart(0, "po-field-container", 0);
20039
- i0.ɵɵelementStart(1, "div", 1, 2);
20040
- i0.ɵɵelementStart(3, "div", 3);
20041
- i0.ɵɵelementStart(4, "input", 4, 5);
19898
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1, 2)(3, "div", 3)(4, "input", 4, 5);
20042
19899
  i0.ɵɵlistener("blur", function PoDatepickerRangeComponent_Template_input_blur_4_listener($event) { return ctx.onBlur($event); })("focus", function PoDatepickerRangeComponent_Template_input_focus_4_listener($event) { return ctx.onFocus($event); })("keydown", function PoDatepickerRangeComponent_Template_input_keydown_4_listener($event) { return ctx.onKeydown($event); })("keyup", function PoDatepickerRangeComponent_Template_input_keyup_4_listener($event) { return ctx.onKeyup($event); })("click", function PoDatepickerRangeComponent_Template_input_click_4_listener($event) { return ctx.eventOnClick($event); });
20043
- i0.ɵɵelementEnd();
20044
- i0.ɵɵelementEnd();
19900
+ i0.ɵɵelementEnd()();
20045
19901
  i0.ɵɵelementStart(6, "div", 6);
20046
19902
  i0.ɵɵtext(7, "-");
20047
19903
  i0.ɵɵelementEnd();
20048
- i0.ɵɵelementStart(8, "div", 7);
20049
- i0.ɵɵelementStart(9, "input", 4, 8);
19904
+ i0.ɵɵelementStart(8, "div", 7)(9, "input", 4, 8);
20050
19905
  i0.ɵɵlistener("blur", function PoDatepickerRangeComponent_Template_input_blur_9_listener($event) { return ctx.onBlur($event); })("focus", function PoDatepickerRangeComponent_Template_input_focus_9_listener($event) { return ctx.onFocus($event); })("keydown", function PoDatepickerRangeComponent_Template_input_keydown_9_listener($event) { return ctx.onKeydown($event); })("keyup", function PoDatepickerRangeComponent_Template_input_keyup_9_listener($event) { return ctx.onKeyup($event); })("click", function PoDatepickerRangeComponent_Template_input_click_9_listener($event) { return ctx.eventOnClick($event); });
20051
- i0.ɵɵelementEnd();
20052
- i0.ɵɵelementEnd();
19906
+ i0.ɵɵelementEnd()();
20053
19907
  i0.ɵɵelementStart(11, "div", 9);
20054
19908
  i0.ɵɵtemplate(12, PoDatepickerRangeComponent_po_clean_12_Template, 1, 0, "po-clean", 10);
20055
19909
  i0.ɵɵelementEnd();
20056
- i0.ɵɵelementStart(13, "div", 9);
20057
- i0.ɵɵelementStart(14, "span", 11, 12);
19910
+ i0.ɵɵelementStart(13, "div", 9)(14, "span", 11, 12);
20058
19911
  i0.ɵɵlistener("click", function PoDatepickerRangeComponent_Template_span_click_14_listener() { return ctx.toggleCalendar(); });
20059
- i0.ɵɵelementEnd();
20060
- i0.ɵɵelementEnd();
20061
- i0.ɵɵelementEnd();
19912
+ i0.ɵɵelementEnd()()();
20062
19913
  i0.ɵɵelement(16, "po-field-container-bottom", 13);
20063
19914
  i0.ɵɵelementEnd();
20064
19915
  i0.ɵɵtemplate(17, PoDatepickerRangeComponent_ng_container_17_Template, 4, 3, "ng-container", 14);
@@ -21085,16 +20936,14 @@ PoDecimalComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoDecima
21085
20936
  multi: true
21086
20937
  }
21087
20938
  ]), i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 18, consts: [[3, "p-label", "p-help", "p-optional"], [1, "po-field-container-content"], ["class", "po-field-icon-container-left", 4, "ngIf"], ["inputmode", "decimal", "type", "text", 1, "po-input", 3, "autocomplete", "disabled", "placeholder", "readonly", "required", "blur", "focus", "input", "keypress"], ["inp", ""], [1, "po-field-icon-container-right"], [3, "p-element-ref", "p-change-event", 4, "ngIf"], [3, "p-error-pattern"], [1, "po-field-icon-container-left"], [1, "po-field-icon", 3, "p-icon"], [3, "p-element-ref", "p-change-event"]], template: function PoDecimalComponent_Template(rf, ctx) { if (rf & 1) {
21088
- i0.ɵɵelementStart(0, "po-field-container", 0);
21089
- i0.ɵɵelementStart(1, "div", 1);
20939
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1);
21090
20940
  i0.ɵɵtemplate(2, PoDecimalComponent_div_2_Template, 2, 3, "div", 2);
21091
20941
  i0.ɵɵelementStart(3, "input", 3, 4);
21092
20942
  i0.ɵɵlistener("blur", function PoDecimalComponent_Template_input_blur_3_listener($event) { return ctx.onBlur($event); })("focus", function PoDecimalComponent_Template_input_focus_3_listener($event) { return ctx.onFocus($event); })("input", function PoDecimalComponent_Template_input_input_3_listener($event) { return ctx.onInput($event); })("keypress", function PoDecimalComponent_Template_input_keypress_3_listener($event) { return ctx.onKeyPress($event); });
21093
20943
  i0.ɵɵelementEnd();
21094
20944
  i0.ɵɵelementStart(5, "div", 5);
21095
20945
  i0.ɵɵtemplate(6, PoDecimalComponent_po_clean_6_Template, 1, 1, "po-clean", 6);
21096
- i0.ɵɵelementEnd();
21097
- i0.ɵɵelementEnd();
20946
+ i0.ɵɵelementEnd()();
21098
20947
  i0.ɵɵelement(7, "po-field-container-bottom", 7);
21099
20948
  i0.ɵɵelementEnd();
21100
20949
  } if (rf & 2) {
@@ -21449,16 +21298,14 @@ class PoEmailComponent extends PoInputGeneric {
21449
21298
  }
21450
21299
  PoEmailComponent.ɵfac = function PoEmailComponent_Factory(t) { return new (t || PoEmailComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
21451
21300
  PoEmailComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoEmailComponent, selectors: [["po-email"]], features: [i0.ɵɵProvidersFeature(providers$4), i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 17, consts: [[3, "p-help", "p-label", "p-optional"], [1, "po-field-container-content"], ["class", "po-field-icon-container-left", 4, "ngIf"], [1, "po-input", 3, "autocomplete", "disabled", "placeholder", "readonly", "required", "type", "blur", "click", "focus", "input"], ["inp", ""], [1, "po-field-icon-container-right"], [3, "p-element-ref", "p-change-event", 4, "ngIf"], [3, "p-error-pattern"], [1, "po-field-icon-container-left"], [1, "po-field-icon", 3, "p-icon"], [3, "p-element-ref", "p-change-event"]], template: function PoEmailComponent_Template(rf, ctx) { if (rf & 1) {
21452
- i0.ɵɵelementStart(0, "po-field-container", 0);
21453
- i0.ɵɵelementStart(1, "div", 1);
21301
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1);
21454
21302
  i0.ɵɵtemplate(2, PoEmailComponent_div_2_Template, 2, 3, "div", 2);
21455
21303
  i0.ɵɵelementStart(3, "input", 3, 4);
21456
21304
  i0.ɵɵlistener("blur", function PoEmailComponent_Template_input_blur_3_listener($event) { return ctx.eventOnBlur($event); })("click", function PoEmailComponent_Template_input_click_3_listener($event) { return ctx.eventOnClick($event); })("focus", function PoEmailComponent_Template_input_focus_3_listener($event) { return ctx.eventOnFocus($event); })("input", function PoEmailComponent_Template_input_input_3_listener($event) { return ctx.eventOnInput($event); });
21457
21305
  i0.ɵɵelementEnd();
21458
21306
  i0.ɵɵelementStart(5, "div", 5);
21459
21307
  i0.ɵɵtemplate(6, PoEmailComponent_po_clean_6_Template, 1, 1, "po-clean", 6);
21460
- i0.ɵɵelementEnd();
21461
- i0.ɵɵelementEnd();
21308
+ i0.ɵɵelementEnd()();
21462
21309
  i0.ɵɵelement(7, "po-field-container-bottom", 7);
21463
21310
  i0.ɵɵelementEnd();
21464
21311
  } if (rf & 2) {
@@ -21539,9 +21386,7 @@ class PoLoginComponent extends PoInputGeneric {
21539
21386
  }
21540
21387
  PoLoginComponent.ɵfac = function PoLoginComponent_Factory(t) { return new (t || PoLoginComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
21541
21388
  PoLoginComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoLoginComponent, selectors: [["po-login"]], features: [i0.ɵɵProvidersFeature(providers$3), i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 16, consts: [[3, "p-label", "p-help", "p-optional"], [1, "po-field-container-content"], [1, "po-field-icon-container-left"], [1, "po-icon", "po-field-icon", "po-icon-user"], [1, "po-input", "po-input-icon-left", 3, "autocomplete", "disabled", "placeholder", "readonly", "required", "type", "blur", "click", "focus", "input"], ["inp", ""], [1, "po-field-icon-container-right"], [3, "p-element-ref", "p-change-event", 4, "ngIf"], [3, "p-error-pattern"], [3, "p-element-ref", "p-change-event"]], template: function PoLoginComponent_Template(rf, ctx) { if (rf & 1) {
21542
- i0.ɵɵelementStart(0, "po-field-container", 0);
21543
- i0.ɵɵelementStart(1, "div", 1);
21544
- i0.ɵɵelementStart(2, "div", 2);
21389
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1)(2, "div", 2);
21545
21390
  i0.ɵɵelement(3, "span", 3);
21546
21391
  i0.ɵɵelementEnd();
21547
21392
  i0.ɵɵelementStart(4, "input", 4, 5);
@@ -21549,8 +21394,7 @@ PoLoginComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoLoginCom
21549
21394
  i0.ɵɵelementEnd();
21550
21395
  i0.ɵɵelementStart(6, "div", 6);
21551
21396
  i0.ɵɵtemplate(7, PoLoginComponent_po_clean_7_Template, 1, 1, "po-clean", 7);
21552
- i0.ɵɵelementEnd();
21553
- i0.ɵɵelementEnd();
21397
+ i0.ɵɵelementEnd()();
21554
21398
  i0.ɵɵelement(8, "po-field-container-bottom", 8);
21555
21399
  i0.ɵɵelementEnd();
21556
21400
  } if (rf & 2) {
@@ -21888,7 +21732,11 @@ class PoLookupBaseComponent {
21888
21732
  // Seleciona o valor do model.
21889
21733
  selectValue(valueSelected) {
21890
21734
  this.valueToModel = valueSelected;
21891
- this.callOnChange(this.valueToModel);
21735
+ this.multiple
21736
+ ? this.callOnChange(this.valueToModel)
21737
+ : this.valueToModel
21738
+ ? this.callOnChange(this.valueToModel[this.fieldValue])
21739
+ : this.callOnChange(undefined);
21892
21740
  this.selected.emit(valueSelected);
21893
21741
  }
21894
21742
  callOnChange(value) {
@@ -21897,7 +21745,7 @@ class PoLookupBaseComponent {
21897
21745
  this.onChangePropagate(value);
21898
21746
  }
21899
21747
  if (this.oldValueToModel !== this.valueToModel) {
21900
- this.change.emit(this.valueToModel);
21748
+ this.change.emit(value);
21901
21749
  }
21902
21750
  // Armazenar o valor antigo do model
21903
21751
  this.oldValueToModel = this.valueToModel;
@@ -21976,7 +21824,7 @@ class PoLookupBaseComponent {
21976
21824
  selectModel(options) {
21977
21825
  if (options.length) {
21978
21826
  this.selectedOptions = [...options];
21979
- const newModel = this.multiple ? options.map(option => option[this.fieldValue]) : options[0][this.fieldValue];
21827
+ const newModel = this.multiple ? options.map(option => option[this.fieldValue]) : options[0];
21980
21828
  this.selectValue(newModel);
21981
21829
  if (options.length === 1) {
21982
21830
  this.oldValue = options[0][this.fieldLabel];
@@ -22335,12 +22183,19 @@ class PoLookupModalBaseComponent {
22335
22183
  }
22336
22184
  //Método responsável por selecionar as linhas quando abre o modal.
22337
22185
  setSelectedItems() {
22338
- this.selecteds.forEach(selectedItem => this.poTable.selectRowItem(item => item[this.fieldValue] === selectedItem.value));
22186
+ this.selecteds.forEach(selectedItem => {
22187
+ if (this.multiple) {
22188
+ this.poTable.selectRowItem(item => item[this.fieldValue] === selectedItem.value);
22189
+ }
22190
+ else {
22191
+ this.poTable.selectRowItem(item => item[this.fieldValue] === selectedItem[this.fieldValue]);
22192
+ }
22193
+ });
22339
22194
  }
22340
22195
  //Método responsável por criar os disclaimers quando abre o modal.
22341
22196
  setDisclaimersItems() {
22342
22197
  if (this.selectedItems && !Array.isArray(this.selectedItems)) {
22343
- this.selecteds = [{ value: this.selectedItems }];
22198
+ this.multiple ? (this.selecteds = [{ value: this.selectedItems }]) : (this.selecteds = [this.selectedItems]);
22344
22199
  return;
22345
22200
  }
22346
22201
  if (this.selectedItems && this.selectedItems.length) {
@@ -22706,11 +22561,9 @@ function PoDynamicFormComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
22706
22561
  } }
22707
22562
  function PoDynamicFormComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
22708
22563
  const _r9 = i0.ɵɵgetCurrentView();
22709
- i0.ɵɵelementStart(0, "form", null, 5);
22710
- i0.ɵɵelementStart(2, "po-dynamic-form-fields", 6, 4);
22564
+ i0.ɵɵelementStart(0, "form", null, 5)(2, "po-dynamic-form-fields", 6, 4);
22711
22565
  i0.ɵɵlistener("p-fieldsChange", function PoDynamicFormComponent_ng_template_3_Template_po_dynamic_form_fields_p_fieldsChange_2_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(); return ctx_r8.fields = $event; })("p-object-value", function PoDynamicFormComponent_ng_template_3_Template_po_dynamic_form_fields_p_object_value_2_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r10 = i0.ɵɵnextContext(); return ctx_r10.sendObjectValue($event); })("p-form-validate", function PoDynamicFormComponent_ng_template_3_Template_po_dynamic_form_fields_p_form_validate_2_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r11 = i0.ɵɵnextContext(); return ctx_r11.validateForm($event); });
22712
- i0.ɵɵelementEnd();
22713
- i0.ɵɵelementEnd();
22566
+ i0.ɵɵelementEnd()();
22714
22567
  } if (rf & 2) {
22715
22568
  const ctx_r4 = i0.ɵɵnextContext();
22716
22569
  i0.ɵɵadvance(2);
@@ -22894,12 +22747,10 @@ const _c0$P = ["inpsearch"];
22894
22747
  const _c1$l = ["container"];
22895
22748
  function PoLookupModalComponent_div_9_Template(rf, ctx) { if (rf & 1) {
22896
22749
  const _r8 = i0.ɵɵgetCurrentView();
22897
- i0.ɵɵelementStart(0, "div", 16);
22898
- i0.ɵɵelementStart(1, "span", 17);
22750
+ i0.ɵɵelementStart(0, "div", 16)(1, "span", 17);
22899
22751
  i0.ɵɵlistener("click", function PoLookupModalComponent_div_9_Template_span_click_1_listener() { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.onAdvancedFilter(); })("keydown.enter", function PoLookupModalComponent_div_9_Template_span_keydown_enter_1_listener() { i0.ɵɵrestoreView(_r8); const ctx_r9 = i0.ɵɵnextContext(); return ctx_r9.onAdvancedFilter(); });
22900
22752
  i0.ɵɵtext(2);
22901
- i0.ɵɵelementEnd();
22902
- i0.ɵɵelementEnd();
22753
+ i0.ɵɵelementEnd()();
22903
22754
  } if (rf & 2) {
22904
22755
  const ctx_r2 = i0.ɵɵnextContext();
22905
22756
  i0.ɵɵadvance(2);
@@ -23026,6 +22877,7 @@ class PoLookupModalComponent extends PoLookupModalBaseComponent {
23026
22877
  .subscribe(() => {
23027
22878
  this.primaryActionAdvancedFilter.disabled = this.dynamicForm.invalid;
23028
22879
  });
22880
+ this.changeDetector.markForCheck();
23029
22881
  }
23030
22882
  }
23031
22883
  PoLookupModalComponent.ɵfac = function PoLookupModalComponent_Factory(t) { return new (t || PoLookupModalComponent)(i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(PoLanguageService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
@@ -23039,33 +22891,23 @@ PoLookupModalComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoLo
23039
22891
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputSearchEl = _t.first);
23040
22892
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.container = _t.first);
23041
22893
  } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 18, vars: 24, consts: [["p-click-out", "false", "p-hide-close", "false", "p-size", "lg", 3, "p-primary-action", "p-secondary-action", "p-title"], [3, "hidden"], [1, "po-lookup-header", "po-pull-right", 3, "p-optional"], [1, "po-lookup-filter-content"], [1, "po-field-icon-container-right"], [1, "po-icon", "po-field-icon", "po-icon-search", 3, "click"], ["iconLookup", ""], ["name", "contentSearch", "type", "text", 1, "po-input", "po-input-icon-right", 3, "ngModel", "placeholder", "ngModelChange"], ["inpsearch", ""], ["class", "po-lookup-advanced-search", 4, "ngIf"], ["class", "po-md-12", 3, "p-disclaimers", "p-title", "p-change", 4, "ngIf"], [1, "po-row", "po-lookup-container-table"], [1, "po-md-12", 3, "p-selectable", "p-hide-detail", "p-single-select", "p-sort", "p-columns", "p-height", "p-items", "p-literals", "p-loading", "p-show-more-disabled", "p-infinite-scroll", "p-selected", "p-unselected", "p-all-selected", "p-all-unselected", "p-show-more", "p-sort-by"], ["poTable", ""], ["class", "po-md-12", 3, "p-disclaimers", "p-remove", "p-remove-all", 4, "ngIf"], ["container", ""], [1, "po-lookup-advanced-search"], ["tabindex", "0", "tabindex", "0", 1, "po-lookup-advanced-search-link", 3, "click", "keydown.enter"], [1, "po-md-12", 3, "p-disclaimers", "p-title", "p-change"], [1, "po-md-12", 3, "p-disclaimers", "p-remove", "p-remove-all"]], template: function PoLookupModalComponent_Template(rf, ctx) { if (rf & 1) {
23042
- i0.ɵɵelementStart(0, "po-modal", 0);
23043
- i0.ɵɵelementStart(1, "div", 1);
23044
- i0.ɵɵelementStart(2, "po-field-container", 2);
23045
- i0.ɵɵelementStart(3, "div", 3);
23046
- i0.ɵɵelementStart(4, "div", 4);
23047
- i0.ɵɵelementStart(5, "span", 5, 6);
22894
+ i0.ɵɵelementStart(0, "po-modal", 0)(1, "div", 1)(2, "po-field-container", 2)(3, "div", 3)(4, "div", 4)(5, "span", 5, 6);
23048
22895
  i0.ɵɵlistener("click", function PoLookupModalComponent_Template_span_click_5_listener() { return ctx.search(); });
23049
- i0.ɵɵelementEnd();
23050
- i0.ɵɵelementEnd();
22896
+ i0.ɵɵelementEnd()();
23051
22897
  i0.ɵɵelementStart(7, "input", 7, 8);
23052
22898
  i0.ɵɵlistener("ngModelChange", function PoLookupModalComponent_Template_input_ngModelChange_7_listener($event) { return ctx.searchValue = $event; });
23053
- i0.ɵɵelementEnd();
23054
- i0.ɵɵelementEnd();
22899
+ i0.ɵɵelementEnd()();
23055
22900
  i0.ɵɵtemplate(9, PoLookupModalComponent_div_9_Template, 3, 1, "div", 9);
23056
22901
  i0.ɵɵelementEnd();
23057
22902
  i0.ɵɵtemplate(10, PoLookupModalComponent_po_disclaimer_group_10_Template, 1, 2, "po-disclaimer-group", 10);
23058
- i0.ɵɵelementStart(11, "div", 11);
23059
- i0.ɵɵelementStart(12, "po-table", 12, 13);
22903
+ i0.ɵɵelementStart(11, "div", 11)(12, "po-table", 12, 13);
23060
22904
  i0.ɵɵlistener("p-selected", function PoLookupModalComponent_Template_po_table_p_selected_12_listener($event) { return ctx.onSelect($event); })("p-unselected", function PoLookupModalComponent_Template_po_table_p_unselected_12_listener($event) { return ctx.onUnselect($event); })("p-all-selected", function PoLookupModalComponent_Template_po_table_p_all_selected_12_listener($event) { return ctx.onAllSelected($event); })("p-all-unselected", function PoLookupModalComponent_Template_po_table_p_all_unselected_12_listener($event) { return ctx.onAllUnselected($event); })("p-show-more", function PoLookupModalComponent_Template_po_table_p_show_more_12_listener() { return ctx.showMoreEvent(); })("p-sort-by", function PoLookupModalComponent_Template_po_table_p_sort_by_12_listener($event) { return ctx.sortBy($event); });
23061
- i0.ɵɵelementEnd();
23062
- i0.ɵɵelementEnd();
22905
+ i0.ɵɵelementEnd()();
23063
22906
  i0.ɵɵtemplate(14, PoLookupModalComponent_po_disclaimer_group_14_Template, 1, 1, "po-disclaimer-group", 14);
23064
22907
  i0.ɵɵelementEnd();
23065
22908
  i0.ɵɵelementStart(15, "div", 1);
23066
22909
  i0.ɵɵelementContainer(16, null, 15);
23067
- i0.ɵɵelementEnd();
23068
- i0.ɵɵelementEnd();
22910
+ i0.ɵɵelementEnd()();
23069
22911
  } if (rf & 2) {
23070
22912
  i0.ɵɵproperty("p-primary-action", ctx.isAdvancedFilter ? ctx.primaryActionAdvancedFilter : ctx.primaryAction)("p-secondary-action", ctx.isAdvancedFilter ? ctx.secondaryActionAdvancedFilter : ctx.secondaryAction)("p-title", ctx.isAdvancedFilter ? ctx.advancedFilterModalTitle : ctx.title);
23071
22913
  i0.ɵɵadvance(1);
@@ -23086,10 +22928,10 @@ PoLookupModalComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoLo
23086
22928
  i0.ɵɵproperty("ngIf", ctx.multiple);
23087
22929
  i0.ɵɵadvance(1);
23088
22930
  i0.ɵɵproperty("hidden", !ctx.isAdvancedFilter);
23089
- } }, directives: [PoModalComponent, PoFieldContainerComponent, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgModel, i1.NgIf, PoDisclaimerGroupComponent, PoTableComponent], encapsulation: 2 });
22931
+ } }, directives: [PoModalComponent, PoFieldContainerComponent, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgModel, i1.NgIf, PoDisclaimerGroupComponent, PoTableComponent], encapsulation: 2, changeDetection: 0 });
23090
22932
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoLookupModalComponent, [{
23091
22933
  type: Component,
23092
- args: [{ selector: 'po-lookup-modal', template: "<po-modal\n p-click-out=\"false\"\n p-hide-close=\"false\"\n p-size=\"lg\"\n [p-primary-action]=\"isAdvancedFilter ? primaryActionAdvancedFilter : primaryAction\"\n [p-secondary-action]=\"isAdvancedFilter ? secondaryActionAdvancedFilter : secondaryAction\"\n [p-title]=\"isAdvancedFilter ? advancedFilterModalTitle : title\"\n>\n <div [hidden]=\"isAdvancedFilter\">\n <po-field-container class=\"po-lookup-header po-pull-right\" [p-optional]=\"false\">\n <div class=\"po-lookup-filter-content\">\n <div class=\"po-field-icon-container-right\">\n <span #iconLookup class=\"po-icon po-field-icon po-icon-search\" (click)=\"search()\"> </span>\n </div>\n\n <input\n #inpsearch\n class=\"po-input po-input-icon-right\"\n name=\"contentSearch\"\n [(ngModel)]=\"searchValue\"\n [placeholder]=\"literals.modalPlaceholder\"\n type=\"text\"\n />\n </div>\n\n <div *ngIf=\"advancedFilters && advancedFilters.length > 0\" class=\"po-lookup-advanced-search\">\n <span\n class=\"po-lookup-advanced-search-link\"\n tabindex=\"0\"\n (click)=\"onAdvancedFilter()\"\n (keydown.enter)=\"onAdvancedFilter()\"\n tabindex=\"0\"\n >\n {{ literals.modalAdvancedSearch }}\n </span>\n </div>\n </po-field-container>\n\n <!-- DISCLAIMER -->\n <po-disclaimer-group\n *ngIf=\"!!disclaimerGroup\"\n class=\"po-md-12\"\n [p-disclaimers]=\"disclaimerGroup?.disclaimers\"\n [p-title]=\"disclaimerGroup?.title\"\n (p-change)=\"onChangeDisclaimerGroup()\"\n >\n </po-disclaimer-group>\n\n <div class=\"po-row po-lookup-container-table\" [style.height.px]=\"containerHeight\">\n <po-table\n #poTable\n class=\"po-md-12\"\n [p-selectable]=\"true\"\n [p-hide-detail]=\"true\"\n [p-single-select]=\"!multiple\"\n [p-sort]=\"true\"\n [p-columns]=\"columns\"\n [p-height]=\"tableHeight\"\n [p-items]=\"items\"\n [p-literals]=\"tableLiterals\"\n [p-loading]=\"isLoading\"\n [p-show-more-disabled]=\"!hasNext\"\n [p-infinite-scroll]=\"infiniteScroll\"\n (p-selected)=\"onSelect($event)\"\n (p-unselected)=\"onUnselect($event)\"\n (p-all-selected)=\"onAllSelected($event)\"\n (p-all-unselected)=\"onAllUnselected($event)\"\n (p-show-more)=\"showMoreEvent()\"\n (p-sort-by)=\"sortBy($event)\"\n >\n </po-table>\n </div>\n\n <!-- DISCLAIMER -->\n <po-disclaimer-group\n *ngIf=\"multiple\"\n class=\"po-md-12\"\n [p-disclaimers]=\"selecteds\"\n (p-remove)=\"onUnselectFromDisclaimer($event.removedDisclaimer)\"\n (p-remove-all)=\"onAllUnselected($event)\"\n >\n </po-disclaimer-group>\n </div>\n <div [hidden]=\"!isAdvancedFilter\">\n <ng-container #container> </ng-container>\n </div>\n</po-modal>\n" }]
22934
+ args: [{ selector: 'po-lookup-modal', changeDetection: ChangeDetectionStrategy.OnPush, template: "<po-modal\n p-click-out=\"false\"\n p-hide-close=\"false\"\n p-size=\"lg\"\n [p-primary-action]=\"isAdvancedFilter ? primaryActionAdvancedFilter : primaryAction\"\n [p-secondary-action]=\"isAdvancedFilter ? secondaryActionAdvancedFilter : secondaryAction\"\n [p-title]=\"isAdvancedFilter ? advancedFilterModalTitle : title\"\n>\n <div [hidden]=\"isAdvancedFilter\">\n <po-field-container class=\"po-lookup-header po-pull-right\" [p-optional]=\"false\">\n <div class=\"po-lookup-filter-content\">\n <div class=\"po-field-icon-container-right\">\n <span #iconLookup class=\"po-icon po-field-icon po-icon-search\" (click)=\"search()\"> </span>\n </div>\n\n <input\n #inpsearch\n class=\"po-input po-input-icon-right\"\n name=\"contentSearch\"\n [(ngModel)]=\"searchValue\"\n [placeholder]=\"literals.modalPlaceholder\"\n type=\"text\"\n />\n </div>\n\n <div *ngIf=\"advancedFilters && advancedFilters.length > 0\" class=\"po-lookup-advanced-search\">\n <span\n class=\"po-lookup-advanced-search-link\"\n tabindex=\"0\"\n (click)=\"onAdvancedFilter()\"\n (keydown.enter)=\"onAdvancedFilter()\"\n tabindex=\"0\"\n >\n {{ literals.modalAdvancedSearch }}\n </span>\n </div>\n </po-field-container>\n\n <!-- DISCLAIMER -->\n <po-disclaimer-group\n *ngIf=\"!!disclaimerGroup\"\n class=\"po-md-12\"\n [p-disclaimers]=\"disclaimerGroup?.disclaimers\"\n [p-title]=\"disclaimerGroup?.title\"\n (p-change)=\"onChangeDisclaimerGroup()\"\n >\n </po-disclaimer-group>\n\n <div class=\"po-row po-lookup-container-table\" [style.height.px]=\"containerHeight\">\n <po-table\n #poTable\n class=\"po-md-12\"\n [p-selectable]=\"true\"\n [p-hide-detail]=\"true\"\n [p-single-select]=\"!multiple\"\n [p-sort]=\"true\"\n [p-columns]=\"columns\"\n [p-height]=\"tableHeight\"\n [p-items]=\"items\"\n [p-literals]=\"tableLiterals\"\n [p-loading]=\"isLoading\"\n [p-show-more-disabled]=\"!hasNext\"\n [p-infinite-scroll]=\"infiniteScroll\"\n (p-selected)=\"onSelect($event)\"\n (p-unselected)=\"onUnselect($event)\"\n (p-all-selected)=\"onAllSelected($event)\"\n (p-all-unselected)=\"onAllUnselected($event)\"\n (p-show-more)=\"showMoreEvent()\"\n (p-sort-by)=\"sortBy($event)\"\n >\n </po-table>\n </div>\n\n <!-- DISCLAIMER -->\n <po-disclaimer-group\n *ngIf=\"multiple\"\n class=\"po-md-12\"\n [p-disclaimers]=\"selecteds\"\n (p-remove)=\"onUnselectFromDisclaimer($event.removedDisclaimer)\"\n (p-remove-all)=\"onAllUnselected($event)\"\n >\n </po-disclaimer-group>\n </div>\n <div [hidden]=\"!isAdvancedFilter\">\n <ng-container #container> </ng-container>\n </div>\n</po-modal>\n" }]
23093
22935
  }], function () { return [{ type: i0.ComponentFactoryResolver }, { type: PoLanguageService }, { type: i0.ChangeDetectorRef }]; }, { poTable: [{
23094
22936
  type: ViewChild,
23095
22937
  args: [PoTableComponent, { static: true }]
@@ -23171,17 +23013,14 @@ function PoLookupComponent_div_1_po_clean_4_Template(rf, ctx) { if (rf & 1) {
23171
23013
  } }
23172
23014
  function PoLookupComponent_div_1_Template(rf, ctx) { if (rf & 1) {
23173
23015
  const _r9 = i0.ɵɵgetCurrentView();
23174
- i0.ɵɵelementStart(0, "div", 3);
23175
- i0.ɵɵelementStart(1, "input", 4, 5);
23016
+ i0.ɵɵelementStart(0, "div", 3)(1, "input", 4, 5);
23176
23017
  i0.ɵɵlistener("blur", function PoLookupComponent_div_1_Template_input_blur_1_listener() { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(); return ctx_r8.searchEvent(); });
23177
23018
  i0.ɵɵelementEnd();
23178
23019
  i0.ɵɵelementStart(3, "div", 6);
23179
23020
  i0.ɵɵtemplate(4, PoLookupComponent_div_1_po_clean_4_Template, 1, 1, "po-clean", 7);
23180
23021
  i0.ɵɵelementStart(5, "span", 8, 9);
23181
23022
  i0.ɵɵlistener("click", function PoLookupComponent_div_1_Template_span_click_5_listener() { i0.ɵɵrestoreView(_r9); const ctx_r10 = i0.ɵɵnextContext(); return ctx_r10.openLookup(); })("focus", function PoLookupComponent_div_1_Template_span_focus_5_listener() { i0.ɵɵrestoreView(_r9); const _r3 = i0.ɵɵreference(2); return _r3.focus(); });
23182
- i0.ɵɵelementEnd();
23183
- i0.ɵɵelementEnd();
23184
- i0.ɵɵelementEnd();
23023
+ i0.ɵɵelementEnd()()();
23185
23024
  } if (rf & 2) {
23186
23025
  const _r3 = i0.ɵɵreference(2);
23187
23026
  const ctx_r0 = i0.ɵɵnextContext();
@@ -23214,17 +23053,13 @@ function PoLookupComponent_ng_template_3_po_disclaimer_4_Template(rf, ctx) { if
23214
23053
  } }
23215
23054
  function PoLookupComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
23216
23055
  const _r20 = i0.ɵɵgetCurrentView();
23217
- i0.ɵɵelementStart(0, "div", 3);
23218
- i0.ɵɵelementStart(1, "div", 11, 5);
23056
+ i0.ɵɵelementStart(0, "div", 3)(1, "div", 11, 5);
23219
23057
  i0.ɵɵtemplate(3, PoLookupComponent_ng_template_3_span_3_Template, 2, 1, "span", 12);
23220
23058
  i0.ɵɵtemplate(4, PoLookupComponent_ng_template_3_po_disclaimer_4_Template, 1, 5, "po-disclaimer", 13);
23221
23059
  i0.ɵɵelementEnd();
23222
- i0.ɵɵelementStart(5, "div", 6);
23223
- i0.ɵɵelementStart(6, "span", 8, 9);
23060
+ i0.ɵɵelementStart(5, "div", 6)(6, "span", 8, 9);
23224
23061
  i0.ɵɵlistener("click", function PoLookupComponent_ng_template_3_Template_span_click_6_listener() { i0.ɵɵrestoreView(_r20); const ctx_r19 = i0.ɵɵnextContext(); return ctx_r19.openLookup(); })("focus", function PoLookupComponent_ng_template_3_Template_span_focus_6_listener() { i0.ɵɵrestoreView(_r20); const _r12 = i0.ɵɵreference(2); return _r12.focus(); });
23225
- i0.ɵɵelementEnd();
23226
- i0.ɵɵelementEnd();
23227
- i0.ɵɵelementEnd();
23062
+ i0.ɵɵelementEnd()()();
23228
23063
  } if (rf & 2) {
23229
23064
  const ctx_r2 = i0.ɵɵnextContext();
23230
23065
  i0.ɵɵadvance(1);
@@ -23596,11 +23431,9 @@ function PoMultiselectDropdownComponent_po_multiselect_search_2_Template(rf, ctx
23596
23431
  i0.ɵɵproperty("p-literals", ctx_r1.literals)("p-placeholder", ctx_r1.placeholderSearch);
23597
23432
  } }
23598
23433
  function PoMultiselectDropdownComponent_div_5_Template(rf, ctx) { if (rf & 1) {
23599
- i0.ɵɵelementStart(0, "div", 10);
23600
- i0.ɵɵelementStart(1, "span");
23434
+ i0.ɵɵelementStart(0, "div", 10)(1, "span");
23601
23435
  i0.ɵɵtext(2);
23602
- i0.ɵɵelementEnd();
23603
- i0.ɵɵelementEnd();
23436
+ i0.ɵɵelementEnd()();
23604
23437
  } if (rf & 2) {
23605
23438
  const ctx_r3 = i0.ɵɵnextContext();
23606
23439
  i0.ɵɵadvance(2);
@@ -23777,8 +23610,7 @@ PoMultiselectDropdownComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ ty
23777
23610
  i0.ɵɵtemplate(5, PoMultiselectDropdownComponent_div_5_Template, 3, 1, "div", 5);
23778
23611
  i0.ɵɵtemplate(6, PoMultiselectDropdownComponent_div_6_Template, 2, 0, "div", 6);
23779
23612
  i0.ɵɵtemplate(7, PoMultiselectDropdownComponent_ng_container_7_Template, 3, 2, "ng-container", 7);
23780
- i0.ɵɵelementEnd();
23781
- i0.ɵɵelementEnd();
23613
+ i0.ɵɵelementEnd()();
23782
23614
  } if (rf & 2) {
23783
23615
  i0.ɵɵproperty("hidden", !ctx.show);
23784
23616
  i0.ɵɵadvance(2);
@@ -24879,17 +24711,13 @@ PoMultiselectComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoMu
24879
24711
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.iconElement = _t.first);
24880
24712
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputElement = _t.first);
24881
24713
  } }, features: [i0.ɵɵProvidersFeature(providers$1), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], decls: 12, vars: 26, consts: [[3, "p-label", "p-help", "p-optional"], [1, "po-field-container-content"], [1, "po-input", "po-input-icon-right", "po-multiselect-input", "po-clickable", 3, "tabindex", "keyup.enter", "keydown", "click", "blur"], ["inputElement", ""], ["class", "po-multiselect-input-placeholder", 4, "ngIf"], ["class", "po-multiselect-input-disclaimer", 3, "p-label", "p-value", "p-hide-close", "po-clickable", "click", "p-close-action", 4, "ngFor", "ngForOf"], [1, "po-field-icon-container-right"], [3, "ngClass"], ["iconElement", ""], [3, "p-searching", "p-hide-search", "p-hide-select-all", "p-literals", "p-options", "p-visible-options", "p-selected-options", "p-placeholder-search", "p-change", "p-change-search", "p-close-dropdown"], ["dropdownElement", ""], [1, "po-multiselect-input-placeholder"], [1, "po-multiselect-input-disclaimer", 3, "p-label", "p-value", "p-hide-close", "click", "p-close-action"]], template: function PoMultiselectComponent_Template(rf, ctx) { if (rf & 1) {
24882
- i0.ɵɵelementStart(0, "po-field-container", 0);
24883
- i0.ɵɵelementStart(1, "div", 1);
24884
- i0.ɵɵelementStart(2, "div", 2, 3);
24714
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1)(2, "div", 2, 3);
24885
24715
  i0.ɵɵlistener("keyup.enter", function PoMultiselectComponent_Template_div_keyup_enter_2_listener() { return ctx.toggleDropdownVisibility(); })("keydown", function PoMultiselectComponent_Template_div_keydown_2_listener($event) { return ctx.onKeyDown($event); })("click", function PoMultiselectComponent_Template_div_click_2_listener() { return ctx.toggleDropdownVisibility(); })("blur", function PoMultiselectComponent_Template_div_blur_2_listener() { return ctx.onBlur(); });
24886
24716
  i0.ɵɵtemplate(4, PoMultiselectComponent_span_4_Template, 2, 1, "span", 4);
24887
24717
  i0.ɵɵtemplate(5, PoMultiselectComponent_po_disclaimer_5_Template, 1, 5, "po-disclaimer", 5);
24888
24718
  i0.ɵɵelementStart(6, "div", 6);
24889
24719
  i0.ɵɵelement(7, "span", 7, 8);
24890
- i0.ɵɵelementEnd();
24891
- i0.ɵɵelementEnd();
24892
- i0.ɵɵelementEnd();
24720
+ i0.ɵɵelementEnd()()();
24893
24721
  i0.ɵɵelementStart(9, "po-multiselect-dropdown", 9, 10);
24894
24722
  i0.ɵɵlistener("p-change", function PoMultiselectComponent_Template_po_multiselect_dropdown_p_change_9_listener($event) { return ctx.changeItems($event); })("p-change-search", function PoMultiselectComponent_Template_po_multiselect_dropdown_p_change_search_9_listener($event) { return ctx.changeSearch($event); })("p-close-dropdown", function PoMultiselectComponent_Template_po_multiselect_dropdown_p_close_dropdown_9_listener() { return ctx.controlDropdownVisibility(false); });
24895
24723
  i0.ɵɵelementEnd();
@@ -24956,9 +24784,7 @@ PoMultiselectItemComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
24956
24784
  i0.ɵɵelement(2, "input", 2);
24957
24785
  i0.ɵɵelementStart(3, "label", 3);
24958
24786
  i0.ɵɵtext(4);
24959
- i0.ɵɵelementEnd();
24960
- i0.ɵɵelementEnd();
24961
- i0.ɵɵelementEnd();
24787
+ i0.ɵɵelementEnd()()();
24962
24788
  } if (rf & 2) {
24963
24789
  i0.ɵɵclassProp("po-multiselect-item-selected", ctx.selected);
24964
24790
  i0.ɵɵadvance(2);
@@ -25033,14 +24859,12 @@ PoMultiselectSearchComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type
25033
24859
  let _t;
25034
24860
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputElement = _t.first);
25035
24861
  } }, inputs: { literals: ["p-literals", "literals"], placeholder: ["p-placeholder", "placeholder"] }, outputs: { change: "p-change" }, decls: 5, vars: 1, consts: [[1, "po-field-container-content", "po-multiselect-container-search"], [1, "po-field-icon-container-left"], [1, "po-icon", "po-icon-search", "po-field-icon"], ["type", "text", 1, "po-input", "po-input-icon-left", "po-multiselect-search-input", 3, "placeholder", "keyup"], ["inputElement", ""]], template: function PoMultiselectSearchComponent_Template(rf, ctx) { if (rf & 1) {
25036
- i0.ɵɵelementStart(0, "div", 0);
25037
- i0.ɵɵelementStart(1, "div", 1);
24862
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
25038
24863
  i0.ɵɵelement(2, "span", 2);
25039
24864
  i0.ɵɵelementEnd();
25040
24865
  i0.ɵɵelementStart(3, "input", 3, 4);
25041
24866
  i0.ɵɵlistener("keyup", function PoMultiselectSearchComponent_Template_input_keyup_3_listener($event) { return ctx.onChange($event); });
25042
- i0.ɵɵelementEnd();
25043
- i0.ɵɵelementEnd();
24867
+ i0.ɵɵelementEnd()();
25044
24868
  } if (rf & 2) {
25045
24869
  i0.ɵɵadvance(3);
25046
24870
  i0.ɵɵproperty("placeholder", ctx.placeholder);
@@ -26513,11 +26337,9 @@ PoUploadDragDropAreaComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ typ
26513
26337
  let _t;
26514
26338
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.selectFilesLinkElement = _t.first);
26515
26339
  } }, inputs: { directoryCompatible: ["p-directory-compatible", "directoryCompatible"], disabled: ["p-disabled", "disabled"], height: ["p-height", "height"], literals: ["p-literals", "literals"], overlay: ["p-overlay", "overlay"] }, outputs: { selectFiles: "p-select-files" }, decls: 7, vars: 8, consts: [[1, "po-upload-drag-drop-area", 3, "ngClass"], [1, "po-upload-drag-drop-area-container"], [4, "ngIf", "ngIfThen", "ngIfElse"], ["overlayTemplate", ""], ["defaultTemplate", ""], [1, "po-upload-drag-drop-area-overlay-icon", "po-icon", "po-icon-upload-cloud"], [1, "po-upload-drag-drop-area-overlay-label"], [1, "po-upload-drag-drop-area-icon", "po-icon", "po-icon-upload-cloud"], [1, "po-upload-drag-drop-area-label"], [1, "po-upload-drag-drop-area-select-files", 3, "disabled", "ngClass", "click"], ["selectFilesLink", ""]], template: function PoUploadDragDropAreaComponent_Template(rf, ctx) { if (rf & 1) {
26516
- i0.ɵɵelementStart(0, "div", 0);
26517
- i0.ɵɵelementStart(1, "div", 1);
26340
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
26518
26341
  i0.ɵɵtemplate(2, PoUploadDragDropAreaComponent_ng_container_2_Template, 1, 0, "ng-container", 2);
26519
- i0.ɵɵelementEnd();
26520
- i0.ɵɵelementEnd();
26342
+ i0.ɵɵelementEnd()();
26521
26343
  i0.ɵɵtemplate(3, PoUploadDragDropAreaComponent_ng_template_3_Template, 3, 1, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
26522
26344
  i0.ɵɵtemplate(5, PoUploadDragDropAreaComponent_ng_template_5_Template, 6, 6, "ng-template", null, 4, i0.ɵɵtemplateRefExtractor);
26523
26345
  } if (rf & 2) {
@@ -27122,8 +26944,7 @@ function PoUploadFileRestrictionsComponent_p_2_span_5_Template(rf, ctx) { if (rf
27122
26944
  i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(2, 1, ctx_r5.literals == null ? null : ctx_r5.literals.maxFileSizeAllowed, ctx_r5.maxFileSize), " ");
27123
26945
  } }
27124
26946
  function PoUploadFileRestrictionsComponent_p_2_Template(rf, ctx) { if (rf & 1) {
27125
- i0.ɵɵelementStart(0, "p", 1);
27126
- i0.ɵɵelementStart(1, "span");
26947
+ i0.ɵɵelementStart(0, "p", 1)(1, "span");
27127
26948
  i0.ɵɵtext(2);
27128
26949
  i0.ɵɵelementEnd();
27129
26950
  i0.ɵɵtemplate(3, PoUploadFileRestrictionsComponent_p_2_span_3_Template, 3, 7, "span", 2);
@@ -27252,13 +27073,9 @@ function PoUploadComponent_div_7_po_progress_3_Template(rf, ctx) { if (rf & 1) {
27252
27073
  } }
27253
27074
  const _c3$3 = function (a0) { return { "po-upload-progress-container-area po-pt-2 po-pl-1": a0 }; };
27254
27075
  function PoUploadComponent_div_7_Template(rf, ctx) { if (rf & 1) {
27255
- i0.ɵɵelementStart(0, "div", 13);
27256
- i0.ɵɵelementStart(1, "po-container", 14);
27257
- i0.ɵɵelementStart(2, "div", 15);
27076
+ i0.ɵɵelementStart(0, "div", 13)(1, "po-container", 14)(2, "div", 15);
27258
27077
  i0.ɵɵtemplate(3, PoUploadComponent_div_7_po_progress_3_Template, 1, 5, "po-progress", 16);
27259
- i0.ɵɵelementEnd();
27260
- i0.ɵɵelementEnd();
27261
- i0.ɵɵelementEnd();
27078
+ i0.ɵɵelementEnd()()();
27262
27079
  } if (rf & 2) {
27263
27080
  const ctx_r4 = i0.ɵɵnextContext();
27264
27081
  i0.ɵɵadvance(1);
@@ -27587,9 +27404,7 @@ PoUploadComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoUploadC
27587
27404
  multi: true
27588
27405
  }
27589
27406
  ]), i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 13, consts: [[3, "p-label", "p-help", "p-optional"], [1, "po-upload"], ["type", "file", 1, "po-upload-input", 3, "accept", "disabled", "multiple", "required", "change"], ["inputFile", ""], [3, "p-directory-compatible", "p-disabled", "p-drag-drop-height", "p-literals", "p-file-change", "p-select-files", 4, "ngIf"], ["class", "po-upload-button", "for", "file", 3, "p-disabled", "p-label", "p-click", 4, "ngIf"], ["class", "po-upload-file-restrictions", 3, "ngClass", "p-allowed-extensions", "p-max-files", "p-max-file-size", "p-min-file-size", 4, "ngIf"], ["class", "po-upload-progress-container", 4, "ngIf"], ["class", "po-upload-send-button", "p-type", "primary", 3, "po-mt-3", "p-disabled", "p-label", "p-click", 4, "ngIf"], [3, "p-directory-compatible", "p-disabled", "p-drag-drop-height", "p-literals", "p-file-change", "p-select-files"], ["for", "file", 1, "po-upload-button", 3, "p-disabled", "p-label", "p-click"], ["uploadButton", ""], [1, "po-upload-file-restrictions", 3, "ngClass", "p-allowed-extensions", "p-max-files", "p-max-file-size", "p-min-file-size"], [1, "po-upload-progress-container"], ["p-no-shadow", "", 3, "p-height", "p-no-border", "p-no-padding"], [3, "ngClass"], [3, "p-info", "p-info-icon", "p-status", "p-text", "p-value", "p-cancel", "p-retry", 4, "ngFor", "ngForOf", "ngForTrackBy"], [3, "p-info", "p-info-icon", "p-status", "p-text", "p-value", "p-cancel", "p-retry"], ["p-type", "primary", 1, "po-upload-send-button", 3, "p-disabled", "p-label", "p-click"]], template: function PoUploadComponent_Template(rf, ctx) { if (rf & 1) {
27590
- i0.ɵɵelementStart(0, "po-field-container", 0);
27591
- i0.ɵɵelementStart(1, "div", 1);
27592
- i0.ɵɵelementStart(2, "input", 2, 3);
27407
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1)(2, "input", 2, 3);
27593
27408
  i0.ɵɵlistener("change", function PoUploadComponent_Template_input_change_2_listener($event) { return ctx.onFileChange($event); });
27594
27409
  i0.ɵɵelementEnd();
27595
27410
  i0.ɵɵtemplate(4, PoUploadComponent_po_upload_drag_drop_4_Template, 1, 4, "po-upload-drag-drop", 4);
@@ -27597,8 +27412,7 @@ PoUploadComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoUploadC
27597
27412
  i0.ɵɵtemplate(6, PoUploadComponent_po_upload_file_restrictions_6_Template, 1, 7, "po-upload-file-restrictions", 6);
27598
27413
  i0.ɵɵtemplate(7, PoUploadComponent_div_7_Template, 4, 8, "div", 7);
27599
27414
  i0.ɵɵtemplate(8, PoUploadComponent_po_button_8_Template, 1, 4, "po-button", 8);
27600
- i0.ɵɵelementEnd();
27601
- i0.ɵɵelementEnd();
27415
+ i0.ɵɵelementEnd()();
27602
27416
  } if (rf & 2) {
27603
27417
  i0.ɵɵproperty("p-label", ctx.label)("p-help", ctx.help)("p-optional", !ctx.required && ctx.optional);
27604
27418
  i0.ɵɵadvance(2);
@@ -27733,16 +27547,14 @@ PoUrlComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoUrlCompone
27733
27547
  multi: true
27734
27548
  }
27735
27549
  ]), i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 17, consts: [[3, "p-help", "p-label", "p-optional"], [1, "po-field-container-content"], ["class", "po-field-icon-container-left", 4, "ngIf"], [1, "po-input", 3, "autocomplete", "disabled", "placeholder", "readonly", "required", "type", "blur", "click", "focus", "input"], ["inp", ""], [1, "po-field-icon-container-right"], [3, "p-element-ref", "p-change-event", 4, "ngIf"], [3, "p-error-pattern"], [1, "po-field-icon-container-left"], [1, "po-field-icon", 3, "p-icon"], [3, "p-element-ref", "p-change-event"]], template: function PoUrlComponent_Template(rf, ctx) { if (rf & 1) {
27736
- i0.ɵɵelementStart(0, "po-field-container", 0);
27737
- i0.ɵɵelementStart(1, "div", 1);
27550
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1);
27738
27551
  i0.ɵɵtemplate(2, PoUrlComponent_div_2_Template, 2, 3, "div", 2);
27739
27552
  i0.ɵɵelementStart(3, "input", 3, 4);
27740
27553
  i0.ɵɵlistener("blur", function PoUrlComponent_Template_input_blur_3_listener($event) { return ctx.eventOnBlur($event); })("click", function PoUrlComponent_Template_input_click_3_listener($event) { return ctx.eventOnClick($event); })("focus", function PoUrlComponent_Template_input_focus_3_listener($event) { return ctx.eventOnFocus($event); })("input", function PoUrlComponent_Template_input_input_3_listener($event) { return ctx.eventOnInput($event); });
27741
27554
  i0.ɵɵelementEnd();
27742
27555
  i0.ɵɵelementStart(5, "div", 5);
27743
27556
  i0.ɵɵtemplate(6, PoUrlComponent_po_clean_6_Template, 1, 1, "po-clean", 6);
27744
- i0.ɵɵelementEnd();
27745
- i0.ɵɵelementEnd();
27557
+ i0.ɵɵelementEnd()();
27746
27558
  i0.ɵɵelement(7, "po-field-container-bottom", 7);
27747
27559
  i0.ɵɵelementEnd();
27748
27560
  } if (rf & 2) {
@@ -27861,20 +27673,12 @@ PoRichTextImageModalComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ typ
27861
27673
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalImageForm = _t.first);
27862
27674
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.upload = _t.first);
27863
27675
  } }, 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) {
27864
- i0.ɵɵelementStart(0, "po-modal", 0, 1);
27865
- i0.ɵɵelementStart(2, "form", null, 2);
27866
- i0.ɵɵelementStart(4, "div", 3);
27867
- i0.ɵɵelementStart(5, "po-upload", 4, 5);
27676
+ i0.ɵɵelementStart(0, "po-modal", 0, 1)(2, "form", null, 2)(4, "div", 3)(5, "po-upload", 4, 5);
27868
27677
  i0.ɵɵlistener("ngModelChange", function PoRichTextImageModalComponent_Template_po_upload_ngModelChange_5_listener($event) { return ctx.uploadModel = $event; });
27869
- i0.ɵɵelementEnd();
27870
- i0.ɵɵelementEnd();
27871
- i0.ɵɵelementStart(7, "div", 3);
27872
- i0.ɵɵelementStart(8, "po-url", 6);
27678
+ i0.ɵɵelementEnd()();
27679
+ i0.ɵɵelementStart(7, "div", 3)(8, "po-url", 6);
27873
27680
  i0.ɵɵlistener("ngModelChange", function PoRichTextImageModalComponent_Template_po_url_ngModelChange_8_listener($event) { return ctx.urlImage = $event; });
27874
- i0.ɵɵelementEnd();
27875
- i0.ɵɵelementEnd();
27876
- i0.ɵɵelementEnd();
27877
- i0.ɵɵelementEnd();
27681
+ i0.ɵɵelementEnd()()()();
27878
27682
  } if (rf & 2) {
27879
27683
  const _r0 = i0.ɵɵreference(1);
27880
27684
  i0.ɵɵproperty("p-primary-action", ctx.modalConfirmAction)("p-secondary-action", ctx.modalCancelAction)("p-title", ctx.literals.insertImage);
@@ -27961,16 +27765,14 @@ PoInputComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoInputCom
27961
27765
  multi: true
27962
27766
  }
27963
27767
  ]), i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 17, consts: [[3, "p-help", "p-label", "p-optional"], [1, "po-field-container-content"], ["class", "po-field-icon-container-left", 4, "ngIf"], [1, "po-input", 3, "autocomplete", "disabled", "placeholder", "readonly", "required", "type", "blur", "click", "focus", "input"], ["inp", ""], [1, "po-field-icon-container-right"], [3, "p-element-ref", "p-change-event", 4, "ngIf"], [3, "p-error-pattern"], [1, "po-field-icon-container-left"], [1, "po-field-icon", 3, "p-icon"], [3, "p-element-ref", "p-change-event"]], template: function PoInputComponent_Template(rf, ctx) { if (rf & 1) {
27964
- i0.ɵɵelementStart(0, "po-field-container", 0);
27965
- i0.ɵɵelementStart(1, "div", 1);
27768
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1);
27966
27769
  i0.ɵɵtemplate(2, PoInputComponent_div_2_Template, 2, 3, "div", 2);
27967
27770
  i0.ɵɵelementStart(3, "input", 3, 4);
27968
27771
  i0.ɵɵlistener("blur", function PoInputComponent_Template_input_blur_3_listener($event) { return ctx.eventOnBlur($event); })("click", function PoInputComponent_Template_input_click_3_listener($event) { return ctx.eventOnClick($event); })("focus", function PoInputComponent_Template_input_focus_3_listener($event) { return ctx.eventOnFocus($event); })("input", function PoInputComponent_Template_input_input_3_listener($event) { return ctx.eventOnInput($event); });
27969
27772
  i0.ɵɵelementEnd();
27970
27773
  i0.ɵɵelementStart(5, "div", 5);
27971
27774
  i0.ɵɵtemplate(6, PoInputComponent_po_clean_6_Template, 1, 1, "po-clean", 6);
27972
- i0.ɵɵelementEnd();
27973
- i0.ɵɵelementEnd();
27775
+ i0.ɵɵelementEnd()();
27974
27776
  i0.ɵɵelement(7, "po-field-container-bottom", 7);
27975
27777
  i0.ɵɵelementEnd();
27976
27778
  } if (rf & 2) {
@@ -28134,18 +27936,12 @@ PoRichTextLinkModalComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type
28134
27936
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modal = _t.first);
28135
27937
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalLinkForm = _t.first);
28136
27938
  } }, outputs: { command: "p-command", linkEditing: "p-link-editing" }, decls: 7, vars: 9, consts: [["p-hide-close", "", 3, "p-primary-action", "p-secondary-action", "p-title"], ["modal", ""], ["modalLinkForm", "ngForm"], [1, "po-row"], ["name", "urlLinkText", "p-optional", "", 1, "po-md-12", "po-mb-2", 3, "ngModel", "p-label", "p-placeholder", "ngModelChange"], ["name", "urlLink", "p-label", "Link", "p-required", "", 1, "po-md-12", 3, "ngModel", "p-help", "p-placeholder", "ngModelChange", "p-change-model"]], template: function PoRichTextLinkModalComponent_Template(rf, ctx) { if (rf & 1) {
28137
- i0.ɵɵelementStart(0, "po-modal", 0, 1);
28138
- i0.ɵɵelementStart(2, "form", null, 2);
28139
- i0.ɵɵelementStart(4, "div", 3);
28140
- i0.ɵɵelementStart(5, "po-input", 4);
27939
+ i0.ɵɵelementStart(0, "po-modal", 0, 1)(2, "form", null, 2)(4, "div", 3)(5, "po-input", 4);
28141
27940
  i0.ɵɵlistener("ngModelChange", function PoRichTextLinkModalComponent_Template_po_input_ngModelChange_5_listener($event) { return ctx.urlLinkText = $event; });
28142
27941
  i0.ɵɵelementEnd();
28143
27942
  i0.ɵɵelementStart(6, "po-url", 5);
28144
27943
  i0.ɵɵlistener("ngModelChange", function PoRichTextLinkModalComponent_Template_po_url_ngModelChange_6_listener($event) { return ctx.urlLink = $event; })("p-change-model", function PoRichTextLinkModalComponent_Template_po_url_p_change_model_6_listener() { return ctx.formModelValidate(); });
28145
- i0.ɵɵelementEnd();
28146
- i0.ɵɵelementEnd();
28147
- i0.ɵɵelementEnd();
28148
- i0.ɵɵelementEnd();
27944
+ i0.ɵɵelementEnd()()()();
28149
27945
  } if (rf & 2) {
28150
27946
  i0.ɵɵproperty("p-primary-action", ctx.modalConfirmAction)("p-secondary-action", ctx.modalCancelAction)("p-title", ctx.linkConfirmAction());
28151
27947
  i0.ɵɵadvance(5);
@@ -28174,15 +27970,9 @@ const _c0$C = ["colorPickerInput"];
28174
27970
  const _c1$e = ["toolbarElement"];
28175
27971
  function PoRichTextToolbarComponent_div_4_Template(rf, ctx) { if (rf & 1) {
28176
27972
  const _r6 = i0.ɵɵgetCurrentView();
28177
- i0.ɵɵelementStart(0, "div", 2);
28178
- i0.ɵɵelementStart(1, "div", 11);
28179
- i0.ɵɵelementStart(2, "button", 12);
28180
- i0.ɵɵelementStart(3, "input", 13, 14);
27973
+ i0.ɵɵelementStart(0, "div", 2)(1, "div", 11)(2, "button", 12)(3, "input", 13, 14);
28181
27974
  i0.ɵɵlistener("change", function PoRichTextToolbarComponent_div_4_Template_input_change_3_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.changeTextColor($event.target.value); });
28182
- i0.ɵɵelementEnd();
28183
- i0.ɵɵelementEnd();
28184
- i0.ɵɵelementEnd();
28185
- i0.ɵɵelementEnd();
27975
+ i0.ɵɵelementEnd()()()();
28186
27976
  } if (rf & 2) {
28187
27977
  const ctx_r1 = i0.ɵɵnextContext();
28188
27978
  i0.ɵɵadvance(2);
@@ -28345,8 +28135,7 @@ PoRichTextToolbarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
28345
28135
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.richTextImageModal = _t.first);
28346
28136
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.richTextLinkModal = _t.first);
28347
28137
  } }, inputs: { readonly: ["p-readonly", "readonly"] }, outputs: { command: "p-command", modal: "p-modal", linkEditing: "p-link-editing" }, decls: 17, vars: 6, consts: [[1, "po-rich-text-toolbar"], ["toolbarElement", ""], [1, "po-rich-text-toolbar-button-align"], ["p-toggle", "multiple", 3, "p-buttons"], ["class", "po-rich-text-toolbar-button-align", 4, "ngIf"], ["p-toggle", "single", 3, "p-buttons"], [3, "p-buttons"], [3, "p-command"], ["richTextImageModal", ""], [3, "p-command", "p-link-editing"], ["richTextLinkModal", ""], [1, "po-rich-text-toolbar-color-picker-container"], [1, "po-button", "po-text-ellipsis", "po-rich-text-toolbar-color-picker-button", 3, "disabled", "p-tooltip"], ["type", "color", 1, "po-rich-text-toolbar-color-picker-input", 3, "disabled", "change"], ["colorPickerInput", ""]], template: function PoRichTextToolbarComponent_Template(rf, ctx) { if (rf & 1) {
28348
- i0.ɵɵelementStart(0, "div", 0, 1);
28349
- i0.ɵɵelementStart(2, "div", 2);
28138
+ i0.ɵɵelementStart(0, "div", 0, 1)(2, "div", 2);
28350
28139
  i0.ɵɵelement(3, "po-button-group", 3);
28351
28140
  i0.ɵɵelementEnd();
28352
28141
  i0.ɵɵtemplate(4, PoRichTextToolbarComponent_div_4_Template, 5, 3, "div", 4);
@@ -28361,8 +28150,7 @@ PoRichTextToolbarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
28361
28150
  i0.ɵɵelementEnd();
28362
28151
  i0.ɵɵelementStart(11, "div", 2);
28363
28152
  i0.ɵɵelement(12, "po-button-group", 6);
28364
- i0.ɵɵelementEnd();
28365
- i0.ɵɵelementEnd();
28153
+ i0.ɵɵelementEnd()();
28366
28154
  i0.ɵɵelementStart(13, "po-rich-text-image-modal", 7, 8);
28367
28155
  i0.ɵɵlistener("p-command", function PoRichTextToolbarComponent_Template_po_rich_text_image_modal_p_command_13_listener($event) { return ctx.emitCommand($event); });
28368
28156
  i0.ɵɵelementEnd();
@@ -28546,15 +28334,12 @@ PoRichTextComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoRichT
28546
28334
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.bodyElement = _t.first);
28547
28335
  } }, features: [i0.ɵɵProvidersFeature(providers), i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 9, consts: [[3, "p-help", "p-label", "p-optional"], [1, "po-field-container-content"], [3, "p-height", "p-model-value", "p-placeholder", "p-readonly", "p-change", "p-commands", "p-selected-link", "p-shortcut-command", "p-value", "p-blur"], ["richTextBody", ""], [3, "p-readonly", "p-link-editing", "p-command"], ["richTextToolbar", ""], [3, "p-error-pattern"]], template: function PoRichTextComponent_Template(rf, ctx) { if (rf & 1) {
28548
28336
  const _r2 = i0.ɵɵgetCurrentView();
28549
- i0.ɵɵelementStart(0, "po-field-container", 0);
28550
- i0.ɵɵelementStart(1, "div", 1);
28551
- i0.ɵɵelementStart(2, "po-rich-text-body", 2, 3);
28337
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1)(2, "po-rich-text-body", 2, 3);
28552
28338
  i0.ɵɵlistener("p-change", function PoRichTextComponent_Template_po_rich_text_body_p_change_2_listener($event) { return ctx.onChangeValue($event); })("p-commands", function PoRichTextComponent_Template_po_rich_text_body_p_commands_2_listener($event) { i0.ɵɵrestoreView(_r2); const _r1 = i0.ɵɵreference(5); return _r1.setButtonsStates($event); })("p-selected-link", function PoRichTextComponent_Template_po_rich_text_body_p_selected_link_2_listener($event) { i0.ɵɵrestoreView(_r2); const _r1 = i0.ɵɵreference(5); return _r1.selectedLink($event); })("p-shortcut-command", function PoRichTextComponent_Template_po_rich_text_body_p_shortcut_command_2_listener() { i0.ɵɵrestoreView(_r2); const _r1 = i0.ɵɵreference(5); return _r1.shortcutTrigger(); })("p-value", function PoRichTextComponent_Template_po_rich_text_body_p_value_2_listener($event) { return ctx.updateValue($event); })("p-blur", function PoRichTextComponent_Template_po_rich_text_body_p_blur_2_listener() { return ctx.onBlur(); });
28553
28339
  i0.ɵɵelementEnd();
28554
28340
  i0.ɵɵelementStart(4, "po-rich-text-toolbar", 4, 5);
28555
28341
  i0.ɵɵlistener("p-link-editing", function PoRichTextComponent_Template_po_rich_text_toolbar_p_link_editing_4_listener($event) { i0.ɵɵrestoreView(_r2); const _r0 = i0.ɵɵreference(3); return _r0.linkEditing($event); })("p-command", function PoRichTextComponent_Template_po_rich_text_toolbar_p_command_4_listener($event) { i0.ɵɵrestoreView(_r2); const _r0 = i0.ɵɵreference(3); return _r0.executeCommand($event); });
28556
- i0.ɵɵelementEnd();
28557
- i0.ɵɵelementEnd();
28342
+ i0.ɵɵelementEnd()();
28558
28343
  i0.ɵɵelement(6, "po-field-container-bottom", 6);
28559
28344
  i0.ɵɵelementEnd();
28560
28345
  } if (rf & 2) {
@@ -28802,16 +28587,14 @@ PoNumberComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoNumberC
28802
28587
  multi: true
28803
28588
  }
28804
28589
  ]), i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 20, consts: [[3, "p-help", "p-label", "p-optional"], [1, "po-field-container-content"], ["class", "po-field-icon-container-left", 4, "ngIf"], ["type", "number", 1, "po-input", 3, "autocomplete", "disabled", "placeholder", "readonly", "required", "tabindex", "blur", "focus", "input", "keydown"], ["inp", ""], [1, "po-field-icon-container-right"], [3, "p-default-value", "p-element-ref", "p-change-event", 4, "ngIf"], [3, "p-error-pattern"], [1, "po-field-icon-container-left"], [1, "po-field-icon", 3, "p-icon"], [3, "p-default-value", "p-element-ref", "p-change-event"]], template: function PoNumberComponent_Template(rf, ctx) { if (rf & 1) {
28805
- i0.ɵɵelementStart(0, "po-field-container", 0);
28806
- i0.ɵɵelementStart(1, "div", 1);
28590
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1);
28807
28591
  i0.ɵɵtemplate(2, PoNumberComponent_div_2_Template, 2, 3, "div", 2);
28808
28592
  i0.ɵɵelementStart(3, "input", 3, 4);
28809
28593
  i0.ɵɵlistener("blur", function PoNumberComponent_Template_input_blur_3_listener($event) { return ctx.onBlur($event); })("focus", function PoNumberComponent_Template_input_focus_3_listener($event) { return ctx.eventOnFocus($event); })("input", function PoNumberComponent_Template_input_input_3_listener($event) { return ctx.eventOnInput($event); })("keydown", function PoNumberComponent_Template_input_keydown_3_listener($event) { return ctx.onKeyDown($event); });
28810
28594
  i0.ɵɵelementEnd();
28811
28595
  i0.ɵɵelementStart(5, "div", 5);
28812
28596
  i0.ɵɵtemplate(6, PoNumberComponent_po_clean_6_Template, 1, 2, "po-clean", 6);
28813
- i0.ɵɵelementEnd();
28814
- i0.ɵɵelementEnd();
28597
+ i0.ɵɵelementEnd()();
28815
28598
  i0.ɵɵelement(7, "po-field-container-bottom", 7);
28816
28599
  i0.ɵɵelementEnd();
28817
28600
  } if (rf & 2) {
@@ -28944,9 +28727,7 @@ PoPasswordComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPassw
28944
28727
  multi: true
28945
28728
  }
28946
28729
  ]), i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 19, consts: [[3, "p-label", "p-help", "p-optional"], [1, "po-field-container-content"], [1, "po-field-icon-container-left"], [1, "po-icon", "po-field-icon", "po-icon-lock"], [1, "po-input", "po-input-icon-left", 3, "autocomplete", "disabled", "placeholder", "readonly", "required", "type", "blur", "click", "focus", "input"], ["inp", ""], [1, "po-field-icon-container-right"], [3, "p-element-ref", "p-change-event", 4, "ngIf"], ["class", "po-icon po-field-icon", 3, "ngClass", "click", 4, "ngIf"], [3, "p-error-pattern"], [3, "p-element-ref", "p-change-event"], [1, "po-icon", "po-field-icon", 3, "ngClass", "click"]], template: function PoPasswordComponent_Template(rf, ctx) { if (rf & 1) {
28947
- i0.ɵɵelementStart(0, "po-field-container", 0);
28948
- i0.ɵɵelementStart(1, "div", 1);
28949
- i0.ɵɵelementStart(2, "div", 2);
28730
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1)(2, "div", 2);
28950
28731
  i0.ɵɵelement(3, "span", 3);
28951
28732
  i0.ɵɵelementEnd();
28952
28733
  i0.ɵɵelementStart(4, "input", 4, 5);
@@ -28955,8 +28736,7 @@ PoPasswordComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPassw
28955
28736
  i0.ɵɵelementStart(6, "div", 6);
28956
28737
  i0.ɵɵtemplate(7, PoPasswordComponent_po_clean_7_Template, 1, 1, "po-clean", 7);
28957
28738
  i0.ɵɵtemplate(8, PoPasswordComponent_span_8_Template, 1, 1, "span", 8);
28958
- i0.ɵɵelementEnd();
28959
- i0.ɵɵelementEnd();
28739
+ i0.ɵɵelementEnd()();
28960
28740
  i0.ɵɵelement(9, "po-field-container-bottom", 9);
28961
28741
  i0.ɵɵelementEnd();
28962
28742
  } if (rf & 2) {
@@ -29193,15 +28973,13 @@ const _c0$B = ["inp"];
29193
28973
  const _c1$d = ["inputRadio"];
29194
28974
  function PoRadioGroupComponent_div_3_Template(rf, ctx) { if (rf & 1) {
29195
28975
  const _r5 = i0.ɵɵgetCurrentView();
29196
- i0.ɵɵelementStart(0, "div");
29197
- i0.ɵɵelementStart(1, "input", 4, 5);
28976
+ i0.ɵɵelementStart(0, "div")(1, "input", 4, 5);
29198
28977
  i0.ɵɵlistener("keyup", function PoRadioGroupComponent_div_3_Template_input_keyup_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r5); const option_r2 = restoredCtx.$implicit; const ctx_r4 = i0.ɵɵnextContext(); return ctx_r4.onKeyUp($event, option_r2.value); });
29199
28978
  i0.ɵɵelementEnd();
29200
28979
  i0.ɵɵelementStart(3, "label", 6);
29201
28980
  i0.ɵɵlistener("click", function PoRadioGroupComponent_div_3_Template_label_click_3_listener() { const restoredCtx = i0.ɵɵrestoreView(_r5); const option_r2 = restoredCtx.$implicit; const ctx_r6 = i0.ɵɵnextContext(); return ctx_r6.eventClick(option_r2.value, option_r2.disabled === true || ctx_r6.disabled); });
29202
28981
  i0.ɵɵtext(4);
29203
- i0.ɵɵelementEnd();
29204
- i0.ɵɵelementEnd();
28982
+ i0.ɵɵelementEnd()();
29205
28983
  } if (rf & 2) {
29206
28984
  const option_r2 = ctx.$implicit;
29207
28985
  const _r3 = i0.ɵɵreference(2);
@@ -29326,8 +29104,7 @@ PoRadioGroupComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoRad
29326
29104
  multi: true
29327
29105
  }
29328
29106
  ]), i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 4, consts: [[3, "p-help", "p-label", "p-optional"], [1, "po-row", "po-pt-1", "po-pb-1"], ["inp", ""], [3, "class", 4, "ngFor", "ngForOf"], ["type", "radio", 1, "po-radio-group-input", 3, "checked", "disabled", "required", "value", "keyup"], ["inputRadio", ""], [1, "po-radio-group-label", 3, "for", "click"]], template: function PoRadioGroupComponent_Template(rf, ctx) { if (rf & 1) {
29329
- i0.ɵɵelementStart(0, "po-field-container", 0);
29330
- i0.ɵɵelementStart(1, "div", 1, 2);
29107
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1, 2);
29331
29108
  i0.ɵɵtemplate(3, PoRadioGroupComponent_div_3_Template, 5, 15, "div", 3);
29332
29109
  i0.ɵɵelementEnd();
29333
29110
  i0.ɵɵelement(4, "po-field-container-bottom");
@@ -29368,11 +29145,15 @@ PoRadioGroupComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoRad
29368
29145
  /**
29369
29146
  * @usedBy PoSelectComponent
29370
29147
  *
29148
+ * @deprecated 14.x.x
29149
+ *
29371
29150
  * @description
29372
29151
  *
29152
+ * > **Deprecated 14.x.x**. Utilize o `PoComboOptionTemplate` em conjunto com o componente `po-combo`.
29153
+ *
29373
29154
  * Esta diretiva permite personalizar o conteúdo dos itens exibidos na lista suspensa do componente.
29374
29155
  *
29375
- * > Quando utilizada em _mobile_ será exibido o componente nativo.
29156
+ * Quando utilizada em _mobile_ será exibido o componente nativo.
29376
29157
  *
29377
29158
  * Para personalizar o conteúdo de cada item da lista deve-se utilizar a diretiva `p-select-option-template` com `ng-template`
29378
29159
  * dentro da tag `po-select`.
@@ -29426,10 +29207,14 @@ PoSelectOptionTemplateDirective.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ t
29426
29207
  class PoFieldModel {
29427
29208
  constructor() {
29428
29209
  /**
29210
+ * @deprecated 14.x.x
29211
+ *
29429
29212
  * @optional
29430
29213
  *
29431
29214
  * @description
29432
29215
  *
29216
+ * **Deprecated 14.x.x**.
29217
+ *
29433
29218
  * Aplica o foco no elemento ao ser iniciado.
29434
29219
  * > Caso mais de um elemento seja configurado com essa propriedade,
29435
29220
  * o último elemento declarado com ela terá o foco.
@@ -29619,8 +29404,7 @@ function PoSelectComponent_li_15_Template(rf, ctx) { if (rf & 1) {
29619
29404
  i0.ɵɵtemplate(2, PoSelectComponent_li_15_ng_container_2_Template, 1, 0, "ng-container", 18);
29620
29405
  i0.ɵɵtemplate(3, PoSelectComponent_li_15_ng_template_3_Template, 2, 1, "ng-template", null, 19, i0.ɵɵtemplateRefExtractor);
29621
29406
  i0.ɵɵtemplate(5, PoSelectComponent_li_15_ng_template_5_Template, 0, 0, "ng-template", 20, 21, i0.ɵɵtemplateRefExtractor);
29622
- i0.ɵɵelementEnd();
29623
- i0.ɵɵelementEnd();
29407
+ i0.ɵɵelementEnd()();
29624
29408
  } if (rf & 2) {
29625
29409
  const option_r10 = ctx.$implicit;
29626
29410
  const _r12 = i0.ɵɵreference(4);
@@ -29672,7 +29456,9 @@ const poSelectContentPositionDefault = 'bottom';
29672
29456
  * > Ao passar um valor para o _model_ que não está na lista de opções, o mesmo será definido como `undefined`.
29673
29457
  *
29674
29458
  * Também existe a possibilidade de utilizar um _template_ para a exibição dos itens da lista,
29675
- * veja mais em **[p-select-option-template](/documentation/po-select-option-template)**.
29459
+ * veja mais em **[p-combo-option-template](/documentation/po-combo-option-template)**.
29460
+ *
29461
+ * > Obs: o template **[p-select-option-template](/documentation/po-select-option-template)** será depreciado na versão 14.x.x.
29676
29462
  */
29677
29463
  class PoSelectComponent extends PoFieldValidateModel {
29678
29464
  /* istanbul ignore next */
@@ -29982,26 +29768,22 @@ PoSelectComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoSelectC
29982
29768
  },
29983
29769
  PoControlPositionService
29984
29770
  ]), i0.ɵɵInheritDefinitionFeature], decls: 17, vars: 28, consts: [[3, "p-label", "p-help", "p-optional"], [1, "po-select", 3, "disabled", "ngClass", "required", "change", "blur"], ["select", ""], ["disabled", "", "hidden", "", "selected", "", 4, "ngIf"], [3, "disabled", "value", "click", 4, "ngFor", "ngForOf"], [1, "po-select-container"], [1, "po-select-button", 3, "ngClass", "click"], ["selectButton", ""], [1, "po-field-icon-container-right"], [3, "ngClass"], ["icon", ""], [1, "po-select-content", 3, "ngClass"], ["contentList", ""], [3, "po-select-item-selected", "value", "click", 4, "ngFor", "ngForOf"], ["disabled", "", "hidden", "", "selected", ""], [3, "disabled", "value", "click"], [3, "value", "click"], [1, "po-select-item"], [4, "ngIf", "ngIfThen", "ngIfElse"], ["defaultOptionTemplate", ""], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], ["optionTemplate", ""]], template: function PoSelectComponent_Template(rf, ctx) { if (rf & 1) {
29985
- i0.ɵɵelementStart(0, "po-field-container", 0);
29986
- i0.ɵɵelementStart(1, "select", 1, 2);
29771
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "select", 1, 2);
29987
29772
  i0.ɵɵlistener("change", function PoSelectComponent_Template_select_change_1_listener($event) { return ctx.onSelectChange($event.target.value); })("blur", function PoSelectComponent_Template_select_blur_1_listener() { return ctx.onBlur(); });
29988
29773
  i0.ɵɵtemplate(3, PoSelectComponent_option_3_Template, 1, 0, "option", 3);
29989
29774
  i0.ɵɵtemplate(4, PoSelectComponent_option_4_Template, 2, 3, "option", 4);
29990
29775
  i0.ɵɵelementEnd();
29991
- i0.ɵɵelementStart(5, "div", 5);
29992
- i0.ɵɵelementStart(6, "div", 6, 7);
29776
+ i0.ɵɵelementStart(5, "div", 5)(6, "div", 6, 7);
29993
29777
  i0.ɵɵlistener("click", function PoSelectComponent_Template_div_click_6_listener() { return ctx.toggleButton(); });
29994
29778
  i0.ɵɵelementStart(8, "span");
29995
29779
  i0.ɵɵtext(9);
29996
29780
  i0.ɵɵelementEnd();
29997
29781
  i0.ɵɵelementStart(10, "div", 8);
29998
29782
  i0.ɵɵelement(11, "span", 9, 10);
29999
- i0.ɵɵelementEnd();
30000
- i0.ɵɵelementEnd();
29783
+ i0.ɵɵelementEnd()();
30001
29784
  i0.ɵɵelementStart(13, "ul", 11, 12);
30002
29785
  i0.ɵɵtemplate(15, PoSelectComponent_li_15_Template, 7, 10, "li", 13);
30003
- i0.ɵɵelementEnd();
30004
- i0.ɵɵelementEnd();
29786
+ i0.ɵɵelementEnd()();
30005
29787
  i0.ɵɵelement(16, "po-field-container-bottom");
30006
29788
  i0.ɵɵelementEnd();
30007
29789
  } if (rf & 2) {
@@ -30264,19 +30046,15 @@ PoSwitchComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoSwitchC
30264
30046
  multi: true
30265
30047
  }
30266
30048
  ]), i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 25, consts: [[3, "p-label", "p-help"], [1, "po-field-container-content", "po-switch-content"], [1, "po-switch-container", "po-clickable", 3, "tabindex", "click", "keydown", "blur"], ["switchContainer", ""], [1, "po-switch-button"], [3, "click"]], template: function PoSwitchComponent_Template(rf, ctx) { if (rf & 1) {
30267
- i0.ɵɵelementStart(0, "po-field-container", 0);
30268
- i0.ɵɵelementStart(1, "div", 1);
30269
- i0.ɵɵelementStart(2, "div", 2, 3);
30049
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1)(2, "div", 2, 3);
30270
30050
  i0.ɵɵlistener("click", function PoSwitchComponent_Template_div_click_2_listener() { return ctx.eventClick(); })("keydown", function PoSwitchComponent_Template_div_keydown_2_listener($event) { return ctx.onKeyDown($event); })("blur", function PoSwitchComponent_Template_div_blur_2_listener() { return ctx.onBlur(); });
30271
30051
  i0.ɵɵelementStart(4, "div", 4);
30272
30052
  i0.ɵɵelement(5, "span");
30273
- i0.ɵɵelementEnd();
30274
- i0.ɵɵelementEnd();
30053
+ i0.ɵɵelementEnd()();
30275
30054
  i0.ɵɵelementStart(6, "span", 5);
30276
30055
  i0.ɵɵlistener("click", function PoSwitchComponent_Template_span_click_6_listener() { return ctx.eventClick(); });
30277
30056
  i0.ɵɵtext(7);
30278
- i0.ɵɵelementEnd();
30279
- i0.ɵɵelementEnd();
30057
+ i0.ɵɵelementEnd()();
30280
30058
  i0.ɵɵelement(8, "po-field-container-bottom");
30281
30059
  i0.ɵɵelementEnd();
30282
30060
  } if (rf & 2) {
@@ -30730,13 +30508,10 @@ PoTextareaComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoTexta
30730
30508
  multi: true
30731
30509
  }
30732
30510
  ]), i0.ɵɵInheritDefinitionFeature], decls: 6, vars: 9, consts: [[3, "p-help", "p-label", "p-optional"], [1, "po-field-container-content"], [1, "po-textarea", 3, "disabled", "placeholder", "readonly", "required", "rows", "blur", "focus", "input"], ["inp", ""]], template: function PoTextareaComponent_Template(rf, ctx) { if (rf & 1) {
30733
- i0.ɵɵelementStart(0, "po-field-container", 0);
30734
- i0.ɵɵelementStart(1, "div", 1);
30735
- i0.ɵɵelementStart(2, "textarea", 2, 3);
30511
+ i0.ɵɵelementStart(0, "po-field-container", 0)(1, "div", 1)(2, "textarea", 2, 3);
30736
30512
  i0.ɵɵlistener("blur", function PoTextareaComponent_Template_textarea_blur_2_listener() { return ctx.eventOnBlur(); })("focus", function PoTextareaComponent_Template_textarea_focus_2_listener() { return ctx.eventOnFocus(); })("input", function PoTextareaComponent_Template_textarea_input_2_listener($event) { return ctx.eventOnInput($event); });
30737
30513
  i0.ɵɵtext(4, " ");
30738
- i0.ɵɵelementEnd();
30739
- i0.ɵɵelementEnd();
30514
+ i0.ɵɵelementEnd()();
30740
30515
  i0.ɵɵelement(5, "po-field-container-bottom");
30741
30516
  i0.ɵɵelementEnd();
30742
30517
  } if (rf & 2) {
@@ -31127,16 +30902,12 @@ class PoInfoComponent extends PoInfoBaseComponent {
31127
30902
  }
31128
30903
  PoInfoComponent.ɵfac = /*@__PURE__*/ function () { let ɵPoInfoComponent_BaseFactory; return function PoInfoComponent_Factory(t) { return (ɵPoInfoComponent_BaseFactory || (ɵPoInfoComponent_BaseFactory = i0.ɵɵgetInheritedFactory(PoInfoComponent)))(t || PoInfoComponent); }; }();
31129
30904
  PoInfoComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoInfoComponent, selectors: [["po-info"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 14, vars: 16, consts: [[1, "po-info"], [1, "po-info-container-title", 3, "ngClass"], [1, "po-info-label"], [3, "ngClass"], [4, "ngIf", "ngIfThen", "ngIfElse"], ["infoLink", ""], ["infoValue", ""], ["externalLink", ""], ["internalLink", ""], [1, "po-info-value"], ["target", "_blank", 1, "po-info-value", "po-info-link", 3, "href"], [1, "po-info-value", "po-info-link", 3, "routerLink"]], template: function PoInfoComponent_Template(rf, ctx) { if (rf & 1) {
31130
- i0.ɵɵelementStart(0, "div", 0);
31131
- i0.ɵɵelementStart(1, "div", 1);
31132
- i0.ɵɵelementStart(2, "span", 2);
30905
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "span", 2);
31133
30906
  i0.ɵɵtext(3);
31134
- i0.ɵɵelementEnd();
31135
- i0.ɵɵelementEnd();
30907
+ i0.ɵɵelementEnd()();
31136
30908
  i0.ɵɵelementStart(4, "div", 3);
31137
30909
  i0.ɵɵtemplate(5, PoInfoComponent_ng_container_5_Template, 1, 0, "ng-container", 4);
31138
- i0.ɵɵelementEnd();
31139
- i0.ɵɵelementEnd();
30910
+ i0.ɵɵelementEnd()();
31140
30911
  i0.ɵɵtemplate(6, PoInfoComponent_ng_template_6_Template, 1, 3, "ng-template", null, 5, i0.ɵɵtemplateRefExtractor);
31141
30912
  i0.ɵɵtemplate(8, PoInfoComponent_ng_template_8_Template, 2, 1, "ng-template", null, 6, i0.ɵɵtemplateRefExtractor);
31142
30913
  i0.ɵɵtemplate(10, PoInfoComponent_ng_template_10_Template, 2, 2, "ng-template", null, 7, i0.ɵɵtemplateRefExtractor);
@@ -31423,11 +31194,9 @@ var PoTagIcon;
31423
31194
  })(PoTagIcon || (PoTagIcon = {}));
31424
31195
 
31425
31196
  function PoTagComponent_div_1_Template(rf, ctx) { if (rf & 1) {
31426
- i0.ɵɵelementStart(0, "div", 6);
31427
- i0.ɵɵelementStart(1, "span", 7);
31197
+ i0.ɵɵelementStart(0, "div", 6)(1, "span", 7);
31428
31198
  i0.ɵɵtext(2);
31429
- i0.ɵɵelementEnd();
31430
- i0.ɵɵelementEnd();
31199
+ i0.ɵɵelementEnd()();
31431
31200
  } if (rf & 2) {
31432
31201
  const ctx_r0 = i0.ɵɵnextContext();
31433
31202
  i0.ɵɵadvance(2);
@@ -31502,16 +31271,12 @@ PoTagComponent.ɵfac = /*@__PURE__*/ function () { let ɵPoTagComponent_BaseFact
31502
31271
  PoTagComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoTagComponent, selectors: [["po-tag"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 10, consts: [[1, "po-tag-container"], ["class", "po-tag-title po-text-nowrap", 4, "ngIf"], [1, "po-tag-sub-container"], ["tabindex", "0", 1, "po-tag", 3, "ngClass", "click", "keydown.enter", "keydown.space", "keyup.space"], ["class", "po-tag-icon", 3, "p-icon", 4, "ngIf"], [1, "po-tag-value"], [1, "po-tag-title", "po-text-nowrap"], [1, "po-tag-label"], [1, "po-tag-icon", 3, "p-icon"]], template: function PoTagComponent_Template(rf, ctx) { if (rf & 1) {
31503
31272
  i0.ɵɵelementStart(0, "div", 0);
31504
31273
  i0.ɵɵtemplate(1, PoTagComponent_div_1_Template, 3, 1, "div", 1);
31505
- i0.ɵɵelementStart(2, "div", 2);
31506
- i0.ɵɵelementStart(3, "div", 3);
31274
+ i0.ɵɵelementStart(2, "div", 2)(3, "div", 3);
31507
31275
  i0.ɵɵlistener("click", function PoTagComponent_Template_div_click_3_listener() { return ctx.onClick(); })("keydown.enter", function PoTagComponent_Template_div_keydown_enter_3_listener($event) { return ctx.onKeyPressed($event); })("keydown.space", function PoTagComponent_Template_div_keydown_space_3_listener($event) { return $event.preventDefault(); })("keyup.space", function PoTagComponent_Template_div_keyup_space_3_listener($event) { return ctx.onKeyPressed($event); });
31508
31276
  i0.ɵɵtemplate(4, PoTagComponent_po_icon_4_Template, 1, 1, "po-icon", 4);
31509
31277
  i0.ɵɵelementStart(5, "span", 5);
31510
31278
  i0.ɵɵtext(6);
31511
- i0.ɵɵelementEnd();
31512
- i0.ɵɵelementEnd();
31513
- i0.ɵɵelementEnd();
31514
- i0.ɵɵelementEnd();
31279
+ i0.ɵɵelementEnd()()()();
31515
31280
  } if (rf & 2) {
31516
31281
  i0.ɵɵclassProp("po-tag-container-horizontal", ctx.tagOrientation);
31517
31282
  i0.ɵɵadvance(1);
@@ -32854,8 +32619,7 @@ PoGaugePointerComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoG
32854
32619
  } }, inputs: { coordinates: ["p-coordinates", "coordinates"] }, attrs: _c1$b, decls: 4, vars: 4, consts: [[1, "po-gauge-pointer"], ["pointer", ""], [1, "po-gauge-pointer-circle"]], template: function PoGaugePointerComponent_Template(rf, ctx) { if (rf & 1) {
32855
32620
  i0.ɵɵnamespaceSVG();
32856
32621
  i0.ɵɵelementStart(0, "g");
32857
- i0.ɵɵelement(1, "path", 0, 1);
32858
- i0.ɵɵelement(3, "circle", 2);
32622
+ i0.ɵɵelement(1, "path", 0, 1)(3, "circle", 2);
32859
32623
  i0.ɵɵelementEnd();
32860
32624
  } if (rf & 2) {
32861
32625
  i0.ɵɵadvance(1);
@@ -33112,8 +32876,7 @@ function PoGaugeLegendComponent_li_1_Template(rf, ctx) { if (rf & 1) {
33112
32876
  i0.ɵɵtemplate(1, PoGaugeLegendComponent_li_1_ng_container_1_Template, 1, 0, "ng-container", 5);
33113
32877
  i0.ɵɵelementStart(2, "p", 6);
33114
32878
  i0.ɵɵtext(3);
33115
- i0.ɵɵelementEnd();
33116
- i0.ɵɵelementEnd();
32879
+ i0.ɵɵelementEnd()();
33117
32880
  } if (rf & 2) {
33118
32881
  const range_r5 = ctx.$implicit;
33119
32882
  i0.ɵɵnextContext();
@@ -33237,10 +33000,7 @@ PoGaugeComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoGaugeCom
33237
33000
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.svgEl = _t.first);
33238
33001
  } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 11, consts: [[1, "po-gauge-wrapper"], [3, "p-title"], ["titleEl", ""], [3, "p-description", "p-description-width", "p-has-ranges", "p-value"], ["descriptionEl", ""], [3, "p-container", "p-ranges", "p-value"], ["svgEl", ""], [3, "p-ranges"], ["legendEl", ""]], template: function PoGaugeComponent_Template(rf, ctx) { if (rf & 1) {
33239
33002
  i0.ɵɵelementStart(0, "div", 0);
33240
- i0.ɵɵelement(1, "po-gauge-title", 1, 2);
33241
- i0.ɵɵelement(3, "po-gauge-description", 3, 4);
33242
- i0.ɵɵelement(5, "po-gauge-svg", 5, 6);
33243
- i0.ɵɵelement(7, "po-gauge-legend", 7, 8);
33003
+ i0.ɵɵelement(1, "po-gauge-title", 1, 2)(3, "po-gauge-description", 3, 4)(5, "po-gauge-svg", 5, 6)(7, "po-gauge-legend", 7, 8);
33244
33004
  i0.ɵɵelementEnd();
33245
33005
  } if (rf & 2) {
33246
33006
  i0.ɵɵstyleProp("height", ctx.height, "px");
@@ -33316,14 +33076,11 @@ class PoGridCellActionComponent {
33316
33076
  }
33317
33077
  PoGridCellActionComponent.ɵfac = function PoGridCellActionComponent_Factory(t) { return new (t || PoGridCellActionComponent)(); };
33318
33078
  PoGridCellActionComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoGridCellActionComponent, selectors: [["po-grid-cell-action"]], inputs: { position: ["p-position", "position"], value: ["p-value", "value"] }, decls: 5, vars: 2, consts: [["tabindex", "0", 1, "po-grid-cell-action-content", 3, "id", "keydown"], ["contentElement", ""]], template: function PoGridCellActionComponent_Template(rf, ctx) { if (rf & 1) {
33319
- i0.ɵɵelementStart(0, "div");
33320
- i0.ɵɵelementStart(1, "div", 0, 1);
33079
+ i0.ɵɵelementStart(0, "div")(1, "div", 0, 1);
33321
33080
  i0.ɵɵlistener("keydown", function PoGridCellActionComponent_Template_div_keydown_1_listener($event) { return ctx.onKeyDownContent($event); });
33322
33081
  i0.ɵɵelementStart(3, "span");
33323
33082
  i0.ɵɵtext(4);
33324
- i0.ɵɵelementEnd();
33325
- i0.ɵɵelementEnd();
33326
- i0.ɵɵelementEnd();
33083
+ i0.ɵɵelementEnd()()();
33327
33084
  } if (rf & 2) {
33328
33085
  i0.ɵɵadvance(1);
33329
33086
  i0.ɵɵproperty("id", ctx.position);
@@ -33352,8 +33109,7 @@ function PoGridCellComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
33352
33109
  i0.ɵɵlistener("keydown", function PoGridCellComponent_ng_template_2_Template_div_keydown_0_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(); return ctx_r6.onKeyDownContent($event); })("dblclick", function PoGridCellComponent_ng_template_2_Template_div_dblclick_0_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r8 = i0.ɵɵnextContext(); return ctx_r8.dblclick($event); });
33353
33110
  i0.ɵɵelementStart(2, "span");
33354
33111
  i0.ɵɵtext(3);
33355
- i0.ɵɵelementEnd();
33356
- i0.ɵɵelementEnd();
33112
+ i0.ɵɵelementEnd()();
33357
33113
  } if (rf & 2) {
33358
33114
  const ctx_r2 = i0.ɵɵnextContext();
33359
33115
  i0.ɵɵclassMapInterpolate2("po-grid-cell-content po-grid-cell-", ctx_r2.align, " ", !ctx_r2.value && ctx_r2.required ? "po-grid-cell-required" : "", "");
@@ -33532,13 +33288,9 @@ class PoGridHeadComponent {
33532
33288
  }
33533
33289
  PoGridHeadComponent.ɵfac = function PoGridHeadComponent_Factory(t) { return new (t || PoGridHeadComponent)(); };
33534
33290
  PoGridHeadComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoGridHeadComponent, selectors: [["po-grid-head"]], inputs: { align: ["p-align", "align"], boolean: ["p-freeze", "boolean"], position: ["p-position", "position"], tabIndex: ["p-tab-index", "tabIndex"], title: ["p-title", "title"], width: ["p-width", "width"] }, decls: 4, vars: 6, consts: [[3, "id", "tabindex"]], template: function PoGridHeadComponent_Template(rf, ctx) { if (rf & 1) {
33535
- i0.ɵɵelementStart(0, "div");
33536
- i0.ɵɵelementStart(1, "div", 0);
33537
- i0.ɵɵelementStart(2, "span");
33291
+ i0.ɵɵelementStart(0, "div")(1, "div", 0)(2, "span");
33538
33292
  i0.ɵɵtext(3);
33539
- i0.ɵɵelementEnd();
33540
- i0.ɵɵelementEnd();
33541
- i0.ɵɵelementEnd();
33293
+ i0.ɵɵelementEnd()()();
33542
33294
  } if (rf & 2) {
33543
33295
  i0.ɵɵadvance(1);
33544
33296
  i0.ɵɵclassMapInterpolate1("po-grid-head-content po-grid-head-", ctx.align, "");
@@ -33579,8 +33331,7 @@ function PoGridComponent_div_2_Template(rf, ctx) { if (rf & 1) {
33579
33331
  i0.ɵɵtext(3);
33580
33332
  i0.ɵɵelement(4, "br");
33581
33333
  i0.ɵɵtext(5);
33582
- i0.ɵɵelement(6, "br");
33583
- i0.ɵɵelement(7, "hr");
33334
+ i0.ɵɵelement(6, "br")(7, "hr");
33584
33335
  i0.ɵɵtext(8);
33585
33336
  i0.ɵɵpipe(9, "json");
33586
33337
  i0.ɵɵelement(10, "hr");
@@ -33661,16 +33412,12 @@ function PoGridComponent_ng_template_11_div_5_Template(rf, ctx) { if (rf & 1) {
33661
33412
  i0.ɵɵproperty("ngForOf", ctx_r15.freezeColumns);
33662
33413
  } }
33663
33414
  function PoGridComponent_ng_template_11_Template(rf, ctx) { if (rf & 1) {
33664
- i0.ɵɵelementStart(0, "div", 16);
33665
- i0.ɵɵelementStart(1, "div", 17);
33666
- i0.ɵɵelementStart(2, "div", 18);
33415
+ i0.ɵɵelementStart(0, "div", 16)(1, "div", 17)(2, "div", 18);
33667
33416
  i0.ɵɵtemplate(3, PoGridComponent_ng_template_11_po_grid_head_3_Template, 1, 10, "po-grid-head", 19);
33668
- i0.ɵɵelementEnd();
33669
- i0.ɵɵelementEnd();
33417
+ i0.ɵɵelementEnd()();
33670
33418
  i0.ɵɵelementStart(4, "div", 4);
33671
33419
  i0.ɵɵtemplate(5, PoGridComponent_ng_template_11_div_5_Template, 2, 1, "div", 20);
33672
- i0.ɵɵelementEnd();
33673
- i0.ɵɵelementEnd();
33420
+ i0.ɵɵelementEnd()();
33674
33421
  } if (rf & 2) {
33675
33422
  const ctx_r7 = i0.ɵɵnextContext();
33676
33423
  i0.ɵɵadvance(3);
@@ -33716,16 +33463,12 @@ function PoGridComponent_ng_template_13_div_5_Template(rf, ctx) { if (rf & 1) {
33716
33463
  i0.ɵɵproperty("ngForOf", ctx_r31.columns);
33717
33464
  } }
33718
33465
  function PoGridComponent_ng_template_13_Template(rf, ctx) { if (rf & 1) {
33719
- i0.ɵɵelementStart(0, "div", 25);
33720
- i0.ɵɵelementStart(1, "div", 17);
33721
- i0.ɵɵelementStart(2, "div", 18);
33466
+ i0.ɵɵelementStart(0, "div", 25)(1, "div", 17)(2, "div", 18);
33722
33467
  i0.ɵɵtemplate(3, PoGridComponent_ng_template_13_po_grid_head_3_Template, 1, 10, "po-grid-head", 26);
33723
- i0.ɵɵelementEnd();
33724
- i0.ɵɵelementEnd();
33468
+ i0.ɵɵelementEnd()();
33725
33469
  i0.ɵɵelementStart(4, "div", 4);
33726
33470
  i0.ɵɵtemplate(5, PoGridComponent_ng_template_13_div_5_Template, 2, 1, "div", 20);
33727
- i0.ɵɵelementEnd();
33728
- i0.ɵɵelementEnd();
33471
+ i0.ɵɵelementEnd()();
33729
33472
  } if (rf & 2) {
33730
33473
  const ctx_r9 = i0.ɵɵnextContext();
33731
33474
  i0.ɵɵadvance(3);
@@ -33766,16 +33509,12 @@ function PoGridComponent_ng_template_15_div_5_Template(rf, ctx) { if (rf & 1) {
33766
33509
  i0.ɵɵproperty("ngForOf", ctx_r47.actionColumns);
33767
33510
  } }
33768
33511
  function PoGridComponent_ng_template_15_Template(rf, ctx) { if (rf & 1) {
33769
- i0.ɵɵelementStart(0, "div", 30);
33770
- i0.ɵɵelementStart(1, "div", 17);
33771
- i0.ɵɵelementStart(2, "div", 18);
33512
+ i0.ɵɵelementStart(0, "div", 30)(1, "div", 17)(2, "div", 18);
33772
33513
  i0.ɵɵtemplate(3, PoGridComponent_ng_template_15_po_grid_head_3_Template, 1, 3, "po-grid-head", 31);
33773
- i0.ɵɵelementEnd();
33774
- i0.ɵɵelementEnd();
33514
+ i0.ɵɵelementEnd()();
33775
33515
  i0.ɵɵelementStart(4, "div", 4);
33776
33516
  i0.ɵɵtemplate(5, PoGridComponent_ng_template_15_div_5_Template, 2, 1, "div", 20);
33777
- i0.ɵɵelementEnd();
33778
- i0.ɵɵelementEnd();
33517
+ i0.ɵɵelementEnd()();
33779
33518
  } if (rf & 2) {
33780
33519
  const ctx_r11 = i0.ɵɵnextContext();
33781
33520
  i0.ɵɵadvance(3);
@@ -34088,19 +33827,14 @@ PoGridComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoGridCompo
34088
33827
  } }, inputs: { rowActions: ["p-row-actions", "rowActions"], data: ["p-data", "data"], columns: ["p-columns", "columns"] }, decls: 17, vars: 10, consts: [[1, "po-grid-wrapper", "po-grid-row-wrapper"], ["wrapper", ""], [4, "ngIf"], [1, "po-grid"], [1, "po-grid-body"], [1, "po-grid-row", 3, "keydown.arrowup", "keydown.arrowdown", "keydown.arrowleft", "keydown.arrowright", "keydown.tab", "keydown.shift.tab", "click", "contextmenu", "dblclick"], ["table", ""], ["class", "po-grid-cell po-grid-cell-freeze", 4, "ngIf"], [1, "po-grid-cell", "po-grid-cell-normal"], [4, "ngTemplateOutlet"], ["class", "po-grid-cell po-grid-cell-action", 4, "ngIf"], ["divFreezeColumns", ""], ["divColumns", ""], ["divActionColumns", ""], [1, "po-grid-cell", "po-grid-cell-freeze"], [1, "po-grid-cell", "po-grid-cell-action"], [1, "po-grid", "po-grid-freeze"], [1, "po-grid-header-group"], [1, "po-grid-row"], ["class", "po-grid-title", "p-freeze", "true", 3, "width", "max-width", "min-width", "p-position", "p-width", "p-align", "p-title", 4, "ngFor", "ngForOf"], ["class", "po-grid-row", 3, "keydown.control.delete", "keydown.esc", 4, "ngFor", "ngForOf"], ["p-freeze", "true", 1, "po-grid-title", 3, "p-position", "p-width", "p-align", "p-title"], [1, "po-grid-row", 3, "keydown.control.delete", "keydown.esc"], ["class", "po-grid-cell", "p-freeze", "true", 3, "width", "max-width", "min-width", "p-align", "p-readonly", "p-required", "p-position", "p-width", "p-value", "p-valueChange", 4, "ngFor", "ngForOf"], ["p-freeze", "true", 1, "po-grid-cell", 3, "p-align", "p-readonly", "p-required", "p-position", "p-width", "p-value", "p-valueChange"], [1, "po-grid", "po-grid-normal"], ["class", "po-grid-title", 3, "width", "max-width", "min-width", "p-align", "p-position", "p-title", "p-width", 4, "ngFor", "ngForOf"], [1, "po-grid-title", 3, "p-align", "p-position", "p-title", "p-width"], ["class", "po-grid-cell", 3, "width", "max-width", "min-width", "p-align", "p-readonly", "p-required", "p-position", "p-value", "p-width", "p-valueChange", 4, "ngFor", "ngForOf"], [1, "po-grid-cell", 3, "p-align", "p-readonly", "p-required", "p-position", "p-value", "p-width", "p-valueChange"], [1, "po-grid", "po-grid-actions"], ["class", "po-grid-title", 3, "p-position", "p-title", "p-align", 4, "ngFor", "ngForOf"], [1, "po-grid-title", 3, "p-position", "p-title", "p-align"], ["class", "po-grid-cell", 3, "p-position", "p-value", 4, "ngFor", "ngForOf"], [1, "po-grid-cell", 3, "p-position", "p-value"]], template: function PoGridComponent_Template(rf, ctx) { if (rf & 1) {
34089
33828
  i0.ɵɵelementStart(0, "div", 0, 1);
34090
33829
  i0.ɵɵtemplate(2, PoGridComponent_div_2_Template, 11, 9, "div", 2);
34091
- i0.ɵɵelementStart(3, "div", 3);
34092
- i0.ɵɵelementStart(4, "div", 4);
34093
- i0.ɵɵelementStart(5, "div", 5, 6);
33830
+ i0.ɵɵelementStart(3, "div", 3)(4, "div", 4)(5, "div", 5, 6);
34094
33831
  i0.ɵɵlistener("keydown.arrowup", function PoGridComponent_Template_div_keydown_arrowup_5_listener($event) { return ctx.tableKeydown($event, "up"); })("keydown.arrowdown", function PoGridComponent_Template_div_keydown_arrowdown_5_listener($event) { return ctx.tableKeydown($event, "down"); })("keydown.arrowleft", function PoGridComponent_Template_div_keydown_arrowleft_5_listener($event) { return ctx.tableKeydown($event, "left"); })("keydown.arrowright", function PoGridComponent_Template_div_keydown_arrowright_5_listener($event) { return ctx.tableKeydown($event, "right"); })("keydown.tab", function PoGridComponent_Template_div_keydown_tab_5_listener($event) { return ctx.tableKeydown($event, "next"); })("keydown.shift.tab", function PoGridComponent_Template_div_keydown_shift_tab_5_listener($event) { return ctx.tableKeydown($event, "prior"); })("click", function PoGridComponent_Template_div_click_5_listener($event) { return ctx.tableClick($event); })("contextmenu", function PoGridComponent_Template_div_contextmenu_5_listener($event) { return ctx.tableClick($event); })("dblclick", function PoGridComponent_Template_div_dblclick_5_listener($event) { return ctx.tableClick($event); });
34095
33832
  i0.ɵɵtemplate(7, PoGridComponent_div_7_Template, 2, 1, "div", 7);
34096
33833
  i0.ɵɵelementStart(8, "div", 8);
34097
33834
  i0.ɵɵtemplate(9, PoGridComponent_ng_container_9_Template, 1, 0, "ng-container", 9);
34098
33835
  i0.ɵɵelementEnd();
34099
33836
  i0.ɵɵtemplate(10, PoGridComponent_div_10_Template, 2, 1, "div", 10);
34100
- i0.ɵɵelementEnd();
34101
- i0.ɵɵelementEnd();
34102
- i0.ɵɵelementEnd();
34103
- i0.ɵɵelementEnd();
33837
+ i0.ɵɵelementEnd()()()();
34104
33838
  i0.ɵɵtemplate(11, PoGridComponent_ng_template_11_Template, 6, 2, "ng-template", null, 11, i0.ɵɵtemplateRefExtractor);
34105
33839
  i0.ɵɵtemplate(13, PoGridComponent_ng_template_13_Template, 6, 2, "ng-template", null, 12, i0.ɵɵtemplateRefExtractor);
34106
33840
  i0.ɵɵtemplate(15, PoGridComponent_ng_template_15_Template, 6, 2, "ng-template", null, 13, i0.ɵɵtemplateRefExtractor);
@@ -34616,17 +34350,12 @@ PoListViewDetailTemplateDirective.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({
34616
34350
  const _c0$o = ["popup"];
34617
34351
  function PoListViewComponent_div_1_Template(rf, ctx) { if (rf & 1) {
34618
34352
  const _r6 = i0.ɵɵgetCurrentView();
34619
- i0.ɵɵelementStart(0, "div", 7);
34620
- i0.ɵɵelementStart(1, "div", 8);
34621
- i0.ɵɵelementStart(2, "div", 9);
34353
+ i0.ɵɵelementStart(0, "div", 7)(1, "div", 8)(2, "div", 9);
34622
34354
  i0.ɵɵelement(3, "input", 10);
34623
34355
  i0.ɵɵelementStart(4, "label", 11);
34624
34356
  i0.ɵɵlistener("click", function PoListViewComponent_div_1_Template_label_click_4_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.selectAllListItems(); });
34625
34357
  i0.ɵɵtext(5);
34626
- i0.ɵɵelementEnd();
34627
- i0.ɵɵelementEnd();
34628
- i0.ɵɵelementEnd();
34629
- i0.ɵɵelementEnd();
34358
+ i0.ɵɵelementEnd()()()();
34630
34359
  } if (rf & 2) {
34631
34360
  const ctx_r0 = i0.ɵɵnextContext();
34632
34361
  i0.ɵɵadvance(3);
@@ -34635,13 +34364,9 @@ function PoListViewComponent_div_1_Template(rf, ctx) { if (rf & 1) {
34635
34364
  i0.ɵɵtextInterpolate1(" ", ctx_r0.literals.selectAll, " ");
34636
34365
  } }
34637
34366
  function PoListViewComponent_div_3_Template(rf, ctx) { if (rf & 1) {
34638
- i0.ɵɵelementStart(0, "div", 12);
34639
- i0.ɵɵelementStart(1, "div", 13);
34640
- i0.ɵɵelementStart(2, "span");
34367
+ i0.ɵɵelementStart(0, "div", 12)(1, "div", 13)(2, "span");
34641
34368
  i0.ɵɵtext(3);
34642
- i0.ɵɵelementEnd();
34643
- i0.ɵɵelementEnd();
34644
- i0.ɵɵelementEnd();
34369
+ i0.ɵɵelementEnd()()();
34645
34370
  } if (rf & 2) {
34646
34371
  const ctx_r1 = i0.ɵɵnextContext();
34647
34372
  i0.ɵɵadvance(3);
@@ -34653,8 +34378,7 @@ function PoListViewComponent_ng_container_4_div_5_Template(rf, ctx) { if (rf & 1
34653
34378
  i0.ɵɵelement(1, "input", 10);
34654
34379
  i0.ɵɵelementStart(2, "label", 11);
34655
34380
  i0.ɵɵlistener("click", function PoListViewComponent_ng_container_4_div_5_Template_label_click_2_listener() { i0.ɵɵrestoreView(_r20); const item_r7 = i0.ɵɵnextContext().$implicit; const ctx_r18 = i0.ɵɵnextContext(); return ctx_r18.selectListItem(item_r7); });
34656
- i0.ɵɵelementEnd();
34657
- i0.ɵɵelementEnd();
34381
+ i0.ɵɵelementEnd()();
34658
34382
  } if (rf & 2) {
34659
34383
  const item_r7 = i0.ɵɵnextContext().$implicit;
34660
34384
  i0.ɵɵadvance(1);
@@ -34721,11 +34445,9 @@ function PoListViewComponent_ng_container_4_div_9_Template(rf, ctx) { if (rf & 1
34721
34445
  } }
34722
34446
  function PoListViewComponent_ng_container_4_div_10_Template(rf, ctx) { if (rf & 1) {
34723
34447
  const _r43 = i0.ɵɵgetCurrentView();
34724
- i0.ɵɵelementStart(0, "div", 33);
34725
- i0.ɵɵelementStart(1, "span", 34, 35);
34448
+ i0.ɵɵelementStart(0, "div", 33)(1, "span", 34, 35);
34726
34449
  i0.ɵɵlistener("click", function PoListViewComponent_ng_container_4_div_10_Template_span_click_1_listener() { i0.ɵɵrestoreView(_r43); const _r40 = i0.ɵɵreference(2); const item_r7 = i0.ɵɵnextContext().$implicit; const ctx_r41 = i0.ɵɵnextContext(); return ctx_r41.togglePopup(item_r7, _r40); });
34727
- i0.ɵɵelementEnd();
34728
- i0.ɵɵelementEnd();
34450
+ i0.ɵɵelementEnd()();
34729
34451
  } }
34730
34452
  function PoListViewComponent_ng_container_4_div_11_ng_template_1_Template(rf, ctx) { }
34731
34453
  const _c1$7 = function (a0, a1) { return { $implicit: a0, index: a1 }; };
@@ -34757,12 +34479,10 @@ function PoListViewComponent_ng_container_4_div_12_Template(rf, ctx) { if (rf &
34757
34479
  } }
34758
34480
  function PoListViewComponent_ng_container_4_div_13_Template(rf, ctx) { if (rf & 1) {
34759
34481
  const _r50 = i0.ɵɵgetCurrentView();
34760
- i0.ɵɵelementStart(0, "div", 39);
34761
- i0.ɵɵelementStart(1, "span", 40);
34482
+ i0.ɵɵelementStart(0, "div", 39)(1, "span", 40);
34762
34483
  i0.ɵɵlistener("click", function PoListViewComponent_ng_container_4_div_13_Template_span_click_1_listener() { i0.ɵɵrestoreView(_r50); const item_r7 = i0.ɵɵnextContext().$implicit; return item_r7.$showDetail = !item_r7.$showDetail; });
34763
34484
  i0.ɵɵtext(2);
34764
- i0.ɵɵelementEnd();
34765
- i0.ɵɵelementEnd();
34485
+ i0.ɵɵelementEnd()();
34766
34486
  } if (rf & 2) {
34767
34487
  const item_r7 = i0.ɵɵnextContext().$implicit;
34768
34488
  const ctx_r17 = i0.ɵɵnextContext();
@@ -34771,10 +34491,7 @@ function PoListViewComponent_ng_container_4_div_13_Template(rf, ctx) { if (rf &
34771
34491
  } }
34772
34492
  function PoListViewComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
34773
34493
  i0.ɵɵelementContainerStart(0);
34774
- i0.ɵɵelementStart(1, "div", 12);
34775
- i0.ɵɵelementStart(2, "div", 14);
34776
- i0.ɵɵelementStart(3, "div", 15);
34777
- i0.ɵɵelementStart(4, "div", 16);
34494
+ i0.ɵɵelementStart(1, "div", 12)(2, "div", 14)(3, "div", 15)(4, "div", 16);
34778
34495
  i0.ɵɵtemplate(5, PoListViewComponent_ng_container_4_div_5_Template, 3, 2, "div", 17);
34779
34496
  i0.ɵɵtemplate(6, PoListViewComponent_ng_container_4_a_6_Template, 2, 2, "a", 18);
34780
34497
  i0.ɵɵtemplate(7, PoListViewComponent_ng_container_4_a_7_Template, 2, 2, "a", 19);
@@ -34815,11 +34532,9 @@ function PoListViewComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
34815
34532
  } }
34816
34533
  function PoListViewComponent_div_5_Template(rf, ctx) { if (rf & 1) {
34817
34534
  const _r53 = i0.ɵɵgetCurrentView();
34818
- i0.ɵɵelementStart(0, "div", 41);
34819
- i0.ɵɵelementStart(1, "po-button", 42);
34535
+ i0.ɵɵelementStart(0, "div", 41)(1, "po-button", 42);
34820
34536
  i0.ɵɵlistener("p-click", function PoListViewComponent_div_5_Template_po_button_p_click_1_listener() { i0.ɵɵrestoreView(_r53); const ctx_r52 = i0.ɵɵnextContext(); return ctx_r52.onShowMore(); });
34821
- i0.ɵɵelementEnd();
34822
- i0.ɵɵelementEnd();
34537
+ i0.ɵɵelementEnd()();
34823
34538
  } if (rf & 2) {
34824
34539
  const ctx_r3 = i0.ɵɵnextContext();
34825
34540
  i0.ɵɵadvance(1);
@@ -34940,8 +34655,7 @@ PoListViewComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoListV
34940
34655
  i0.ɵɵelementStart(2, "div", 1);
34941
34656
  i0.ɵɵtemplate(3, PoListViewComponent_div_3_Template, 4, 1, "div", 2);
34942
34657
  i0.ɵɵtemplate(4, PoListViewComponent_ng_container_4_Template, 14, 10, "ng-container", 3);
34943
- i0.ɵɵelementEnd();
34944
- i0.ɵɵelementEnd();
34658
+ i0.ɵɵelementEnd()();
34945
34659
  i0.ɵɵtemplate(5, PoListViewComponent_div_5_Template, 2, 2, "div", 4);
34946
34660
  i0.ɵɵelement(6, "po-popup", 5, 6);
34947
34661
  } if (rf & 2) {
@@ -35134,11 +34848,9 @@ class PoBadgeComponent extends PoBadgeBaseComponent {
35134
34848
  }
35135
34849
  PoBadgeComponent.ɵfac = /*@__PURE__*/ function () { let ɵPoBadgeComponent_BaseFactory; return function PoBadgeComponent_Factory(t) { return (ɵPoBadgeComponent_BaseFactory || (ɵPoBadgeComponent_BaseFactory = i0.ɵɵgetInheritedFactory(PoBadgeComponent)))(t || PoBadgeComponent); }; }();
35136
34850
  PoBadgeComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoBadgeComponent, selectors: [["po-badge"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 4, consts: [[1, "po-badge-value"]], template: function PoBadgeComponent_Template(rf, ctx) { if (rf & 1) {
35137
- i0.ɵɵelementStart(0, "div");
35138
- i0.ɵɵelementStart(1, "span", 0);
34851
+ i0.ɵɵelementStart(0, "div")(1, "span", 0);
35139
34852
  i0.ɵɵtext(2);
35140
- i0.ɵɵelementEnd();
35141
- i0.ɵɵelementEnd();
34853
+ i0.ɵɵelementEnd()();
35142
34854
  } if (rf & 2) {
35143
34855
  i0.ɵɵclassMapInterpolate1("po-badge po-", ctx.color, "");
35144
34856
  i0.ɵɵadvance(2);
@@ -35666,20 +35378,16 @@ PoMenuFilterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoMen
35666
35378
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputFilterElement = _t.first);
35667
35379
  } }, inputs: { loading: ["p-loading", "loading"] }, outputs: { filter: "p-filter" }, decls: 8, vars: 4, consts: [[1, "po-menu-filter-container"], ["type", "text", 1, "po-menu-filter", 3, "placeholder", "keyup"], ["inputFilter", ""], [1, "po-menu-filter-search-icon-container"], ["class", "po-icon po-menu-filter-icon po-icon-search", 4, "ngIf"], [4, "ngIf"], [1, "po-menu-filter-close-icon-container"], [3, "p-element-ref", "p-change-event"], [1, "po-icon", "po-menu-filter-icon", "po-icon-search"]], template: function PoMenuFilterComponent_Template(rf, ctx) { if (rf & 1) {
35668
35380
  const _r3 = i0.ɵɵgetCurrentView();
35669
- i0.ɵɵelementStart(0, "div", 0);
35670
- i0.ɵɵelementStart(1, "input", 1, 2);
35381
+ i0.ɵɵelementStart(0, "div", 0)(1, "input", 1, 2);
35671
35382
  i0.ɵɵlistener("keyup", function PoMenuFilterComponent_Template_input_keyup_1_listener() { i0.ɵɵrestoreView(_r3); const _r0 = i0.ɵɵreference(2); return ctx.filterItems(_r0.value); });
35672
35383
  i0.ɵɵelementEnd();
35673
35384
  i0.ɵɵelementStart(3, "div", 3);
35674
35385
  i0.ɵɵtemplate(4, PoMenuFilterComponent_span_4_Template, 1, 0, "span", 4);
35675
35386
  i0.ɵɵtemplate(5, PoMenuFilterComponent_po_loading_icon_5_Template, 1, 0, "po-loading-icon", 5);
35676
35387
  i0.ɵɵelementEnd();
35677
- i0.ɵɵelementStart(6, "div", 6);
35678
- i0.ɵɵelementStart(7, "po-clean", 7);
35388
+ i0.ɵɵelementStart(6, "div", 6)(7, "po-clean", 7);
35679
35389
  i0.ɵɵlistener("p-change-event", function PoMenuFilterComponent_Template_po_clean_p_change_event_7_listener() { i0.ɵɵrestoreView(_r3); const _r0 = i0.ɵɵreference(2); return ctx.filterItems(_r0.value); });
35680
- i0.ɵɵelementEnd();
35681
- i0.ɵɵelementEnd();
35682
- i0.ɵɵelementEnd();
35390
+ i0.ɵɵelementEnd()()();
35683
35391
  } if (rf & 2) {
35684
35392
  i0.ɵɵadvance(1);
35685
35393
  i0.ɵɵproperty("placeholder", ctx.literals.search);
@@ -35763,8 +35471,7 @@ function PoMenuItemComponent_div_3_Template(rf, ctx) { if (rf & 1) {
35763
35471
  i0.ɵɵtemplate(1, PoMenuItemComponent_div_3_ng_container_1_Template, 1, 0, "ng-container", 6);
35764
35472
  i0.ɵɵelementStart(2, "div", 10, 11);
35765
35473
  i0.ɵɵtemplate(4, PoMenuItemComponent_div_3_div_4_Template, 2, 10, "div", 12);
35766
- i0.ɵɵelementEnd();
35767
- i0.ɵɵelementEnd();
35474
+ i0.ɵɵelementEnd()();
35768
35475
  } if (rf & 2) {
35769
35476
  const ctx_r3 = i0.ɵɵnextContext();
35770
35477
  const _r4 = i0.ɵɵreference(5);
@@ -36064,55 +35771,48 @@ function PoMenuComponent_div_0_Template(rf, ctx) { if (rf & 1) {
36064
35771
  i0.ɵɵlistener("click", function PoMenuComponent_div_0_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.toggleMenuMobile(); });
36065
35772
  i0.ɵɵelementEnd();
36066
35773
  } }
36067
- function PoMenuComponent_div_5_Template(rf, ctx) { if (rf & 1) {
36068
- i0.ɵɵelementStart(0, "div", 15);
36069
- i0.ɵɵelementStart(1, "a", 16);
35774
+ function PoMenuComponent_div_6_Template(rf, ctx) { if (rf & 1) {
35775
+ i0.ɵɵelementStart(0, "div", 15)(1, "a", 16);
36070
35776
  i0.ɵɵelement(2, "img", 17);
36071
- i0.ɵɵelementEnd();
36072
- i0.ɵɵelementEnd();
35777
+ i0.ɵɵelementEnd()();
36073
35778
  } if (rf & 2) {
36074
35779
  const ctx_r1 = i0.ɵɵnextContext();
36075
35780
  i0.ɵɵadvance(2);
36076
35781
  i0.ɵɵproperty("ngClass", ctx_r1.enableCollapse ? "po-menu-short-logo" : "po-menu-logo")("src", ctx_r1.enableCollapse ? ctx_r1.shortLogo || ctx_r1.logo : ctx_r1.logo, i0.ɵɵsanitizeUrl);
36077
35782
  } }
36078
- function PoMenuComponent_div_6_ng_container_1_Template(rf, ctx) { if (rf & 1) {
35783
+ function PoMenuComponent_div_7_ng_container_1_Template(rf, ctx) { if (rf & 1) {
36079
35784
  i0.ɵɵelementContainer(0);
36080
35785
  } }
36081
- function PoMenuComponent_div_6_Template(rf, ctx) { if (rf & 1) {
35786
+ function PoMenuComponent_div_7_Template(rf, ctx) { if (rf & 1) {
36082
35787
  i0.ɵɵelementStart(0, "div", 18);
36083
- i0.ɵɵtemplate(1, PoMenuComponent_div_6_ng_container_1_Template, 1, 0, "ng-container", 19);
35788
+ i0.ɵɵtemplate(1, PoMenuComponent_div_7_ng_container_1_Template, 1, 0, "ng-container", 19);
36084
35789
  i0.ɵɵelementEnd();
36085
35790
  } if (rf & 2) {
36086
35791
  const ctx_r2 = i0.ɵɵnextContext();
36087
35792
  i0.ɵɵadvance(1);
36088
35793
  i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.menuHeaderTemplate.templateRef);
36089
35794
  } }
36090
- function PoMenuComponent_po_menu_filter_7_Template(rf, ctx) { if (rf & 1) {
35795
+ function PoMenuComponent_po_menu_filter_8_Template(rf, ctx) { if (rf & 1) {
36091
35796
  const _r11 = i0.ɵɵgetCurrentView();
36092
35797
  i0.ɵɵelementStart(0, "po-menu-filter", 20);
36093
- i0.ɵɵlistener("p-filter", function PoMenuComponent_po_menu_filter_7_Template_po_menu_filter_p_filter_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(); return ctx_r10.debounceFilter($event); });
35798
+ i0.ɵɵlistener("p-filter", function PoMenuComponent_po_menu_filter_8_Template_po_menu_filter_p_filter_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(); return ctx_r10.debounceFilter($event); });
36094
35799
  i0.ɵɵelementEnd();
36095
35800
  } if (rf & 2) {
36096
35801
  const ctx_r3 = i0.ɵɵnextContext();
36097
35802
  i0.ɵɵproperty("p-loading", ctx_r3.filterLoading);
36098
35803
  } }
36099
- function PoMenuComponent_div_11_Template(rf, ctx) { if (rf & 1) {
36100
- i0.ɵɵelementStart(0, "div", 21);
36101
- i0.ɵɵelementStart(1, "div", 22);
36102
- i0.ɵɵelementStart(2, "div", 23);
35804
+ function PoMenuComponent_div_12_Template(rf, ctx) { if (rf & 1) {
35805
+ i0.ɵɵelementStart(0, "div", 21)(1, "div", 22)(2, "div", 23);
36103
35806
  i0.ɵɵelement(3, "po-icon", 24);
36104
35807
  i0.ɵɵelementStart(4, "div", 25);
36105
35808
  i0.ɵɵtext(5);
36106
- i0.ɵɵelementEnd();
36107
- i0.ɵɵelementEnd();
36108
- i0.ɵɵelementEnd();
36109
- i0.ɵɵelementEnd();
35809
+ i0.ɵɵelementEnd()()()();
36110
35810
  } if (rf & 2) {
36111
35811
  const ctx_r4 = i0.ɵɵnextContext();
36112
35812
  i0.ɵɵadvance(5);
36113
35813
  i0.ɵɵtextInterpolate(ctx_r4.literals.itemNotFound);
36114
35814
  } }
36115
- function PoMenuComponent_div_12_Template(rf, ctx) { if (rf & 1) {
35815
+ function PoMenuComponent_div_13_Template(rf, ctx) { if (rf & 1) {
36116
35816
  i0.ɵɵelementStart(0, "div", 21);
36117
35817
  i0.ɵɵelement(1, "po-menu-item", 26);
36118
35818
  i0.ɵɵelementEnd();
@@ -36124,14 +35824,12 @@ function PoMenuComponent_div_12_Template(rf, ctx) { if (rf & 1) {
36124
35824
  i0.ɵɵclassProp("po-menu-item-first", menuIndex_r13 === 0);
36125
35825
  i0.ɵɵproperty("p-action", menu_r12.action)("p-badge-alert", menu_r12.badgeAlert)("p-badge-color", menu_r12.badge ? menu_r12.badge.color : undefined)("p-badge-value", menu_r12.badge ? menu_r12.badge.value : undefined)("p-collapsed-menu", ctx_r5.enableCollapse)("p-icon", ctx_r5.allowIcons ? menu_r12.icon : null)("p-id", menu_r12.id)("p-label", menu_r12.label)("p-level", menu_r12.level)("p-link", menu_r12.link)("p-short-label", menu_r12.shortLabel)("p-sub-items", menu_r12.subItems)("p-type", menu_r12.type);
36126
35826
  } }
36127
- function PoMenuComponent_div_13_Template(rf, ctx) { if (rf & 1) {
35827
+ function PoMenuComponent_div_14_Template(rf, ctx) { if (rf & 1) {
36128
35828
  const _r15 = i0.ɵɵgetCurrentView();
36129
- i0.ɵɵelementStart(0, "div", 27);
36130
- i0.ɵɵelementStart(1, "a", 28);
36131
- i0.ɵɵlistener("click", function PoMenuComponent_div_13_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r15); const ctx_r14 = i0.ɵɵnextContext(); return ctx_r14.toggle(); });
35829
+ i0.ɵɵelementStart(0, "div", 27)(1, "a", 28);
35830
+ i0.ɵɵlistener("click", function PoMenuComponent_div_14_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r15); const ctx_r14 = i0.ɵɵnextContext(); return ctx_r14.toggle(); });
36132
35831
  i0.ɵɵelement(2, "span", 29);
36133
- i0.ɵɵelementEnd();
36134
- i0.ɵɵelementEnd();
35832
+ i0.ɵɵelementEnd()();
36135
35833
  } if (rf & 2) {
36136
35834
  const ctx_r6 = i0.ɵɵnextContext();
36137
35835
  i0.ɵɵadvance(2);
@@ -36604,31 +36302,26 @@ PoMenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoMenuCompo
36604
36302
  } if (rf & 2) {
36605
36303
  let _t;
36606
36304
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.menuHeaderTemplate = _t.first);
36607
- } }, features: [i0.ɵɵProvidersFeature([PoMenuItemsService, PoMenuService]), i0.ɵɵInheritDefinitionFeature], decls: 14, vars: 10, consts: [["class", "po-menu-overlay", 3, "click", 4, "ngIf"], [1, "po-menu-mobile", "po-clickable", 3, "click"], [1, "po-icon", "po-icon-menu"], [1, "po-menu", 3, "ngClass"], [1, "po-menu-header"], ["class", "po-menu-header-container-logo", 4, "ngIf"], ["class", "po-menu-header-template", 4, "ngIf"], [3, "p-loading", "p-filter", 4, "ngIf"], [1, "po-menu-body"], [1, "po-menu-outer"], [1, "po-menu-inner"], ["class", "po-menu-item-wrapper", 4, "ngIf"], ["class", "po-menu-item-wrapper", 4, "ngFor", "ngForOf"], ["class", "po-menu-footer", 4, "ngIf"], [1, "po-menu-overlay", 3, "click"], [1, "po-menu-header-container-logo"], ["href", "./"], [3, "ngClass", "src"], [1, "po-menu-header-template"], [4, "ngTemplateOutlet"], [3, "p-loading", "p-filter"], [1, "po-menu-item-wrapper"], [1, "po-menu-item-first"], [1, "po-menu-icon-container", "po-menu-item-no-data"], [1, "po-icon", "po-icon-info", "po-menu-icon-item", "po-lg-2"], [1, "po-lg-10", "po-menu-icon-label"], [3, "p-action", "p-badge-alert", "p-badge-color", "p-badge-value", "p-collapsed-menu", "p-icon", "p-id", "p-label", "p-level", "p-link", "p-short-label", "p-sub-items", "p-type"], [1, "po-menu-footer"], [1, "po-menu-collapse-button-icon", "po-clickable", 3, "click"], [1, "po-icon"]], template: function PoMenuComponent_Template(rf, ctx) { if (rf & 1) {
36305
+ } }, features: [i0.ɵɵProvidersFeature([PoMenuItemsService, PoMenuService]), i0.ɵɵInheritDefinitionFeature], decls: 15, vars: 10, consts: [["class", "po-menu-overlay", 3, "click", 4, "ngIf"], [1, "po-menu-mobile", "po-clickable", 3, "click"], [1, "po-icon", "po-icon-menu"], [1, "po-menu", 3, "ngClass"], [1, "po-menu-header"], ["class", "po-menu-header-container-logo", 4, "ngIf"], ["class", "po-menu-header-template", 4, "ngIf"], [3, "p-loading", "p-filter", 4, "ngIf"], [1, "po-menu-body"], [1, "po-menu-outer"], [1, "po-menu-inner"], ["class", "po-menu-item-wrapper", 4, "ngIf"], ["class", "po-menu-item-wrapper", 4, "ngFor", "ngForOf"], ["class", "po-menu-footer", 4, "ngIf"], [1, "po-menu-overlay", 3, "click"], [1, "po-menu-header-container-logo"], ["href", "./"], [3, "ngClass", "src"], [1, "po-menu-header-template"], [4, "ngTemplateOutlet"], [3, "p-loading", "p-filter"], [1, "po-menu-item-wrapper"], [1, "po-menu-item-first"], [1, "po-menu-icon-container", "po-menu-item-no-data"], [1, "po-icon", "po-icon-info", "po-menu-icon-item", "po-lg-2"], [1, "po-lg-10", "po-menu-icon-label"], [3, "p-action", "p-badge-alert", "p-badge-color", "p-badge-value", "p-collapsed-menu", "p-icon", "p-id", "p-label", "p-level", "p-link", "p-short-label", "p-sub-items", "p-type"], [1, "po-menu-footer"], [1, "po-menu-collapse-button-icon", "po-clickable", 3, "click"], [1, "po-icon"]], template: function PoMenuComponent_Template(rf, ctx) { if (rf & 1) {
36608
36306
  i0.ɵɵtemplate(0, PoMenuComponent_div_0_Template, 1, 0, "div", 0);
36609
- i0.ɵɵelementStart(1, "div", 1);
36610
- i0.ɵɵlistener("click", function PoMenuComponent_Template_div_click_1_listener() { return ctx.toggleMenuMobile(); });
36611
- i0.ɵɵelement(2, "span", 2);
36612
- i0.ɵɵelementEnd();
36613
- i0.ɵɵelementStart(3, "div", 3);
36614
- i0.ɵɵelementStart(4, "div", 4);
36615
- i0.ɵɵtemplate(5, PoMenuComponent_div_5_Template, 3, 2, "div", 5);
36616
- i0.ɵɵtemplate(6, PoMenuComponent_div_6_Template, 2, 1, "div", 6);
36617
- i0.ɵɵtemplate(7, PoMenuComponent_po_menu_filter_7_Template, 1, 1, "po-menu-filter", 7);
36618
- i0.ɵɵelementEnd();
36619
- i0.ɵɵelementStart(8, "nav", 8);
36620
- i0.ɵɵelementStart(9, "div", 9);
36621
- i0.ɵɵelementStart(10, "div", 10);
36622
- i0.ɵɵtemplate(11, PoMenuComponent_div_11_Template, 6, 1, "div", 11);
36623
- i0.ɵɵtemplate(12, PoMenuComponent_div_12_Template, 2, 15, "div", 12);
36624
- i0.ɵɵelementEnd();
36625
- i0.ɵɵelementEnd();
36626
- i0.ɵɵelementEnd();
36627
- i0.ɵɵtemplate(13, PoMenuComponent_div_13_Template, 3, 4, "div", 13);
36628
- i0.ɵɵelementEnd();
36307
+ i0.ɵɵelementStart(1, "nav")(2, "div", 1);
36308
+ i0.ɵɵlistener("click", function PoMenuComponent_Template_div_click_2_listener() { return ctx.toggleMenuMobile(); });
36309
+ i0.ɵɵelement(3, "span", 2);
36310
+ i0.ɵɵelementEnd();
36311
+ i0.ɵɵelementStart(4, "div", 3)(5, "div", 4);
36312
+ i0.ɵɵtemplate(6, PoMenuComponent_div_6_Template, 3, 2, "div", 5);
36313
+ i0.ɵɵtemplate(7, PoMenuComponent_div_7_Template, 2, 1, "div", 6);
36314
+ i0.ɵɵtemplate(8, PoMenuComponent_po_menu_filter_8_Template, 1, 1, "po-menu-filter", 7);
36315
+ i0.ɵɵelementEnd();
36316
+ i0.ɵɵelementStart(9, "div", 8)(10, "div", 9)(11, "div", 10);
36317
+ i0.ɵɵtemplate(12, PoMenuComponent_div_12_Template, 6, 1, "div", 11);
36318
+ i0.ɵɵtemplate(13, PoMenuComponent_div_13_Template, 2, 15, "div", 12);
36319
+ i0.ɵɵelementEnd()()();
36320
+ i0.ɵɵtemplate(14, PoMenuComponent_div_14_Template, 3, 4, "div", 13);
36321
+ i0.ɵɵelementEnd()();
36629
36322
  } if (rf & 2) {
36630
36323
  i0.ɵɵproperty("ngIf", ctx.mobileOpened);
36631
- i0.ɵɵadvance(3);
36324
+ i0.ɵɵadvance(4);
36632
36325
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$l, ctx.mobileOpened));
36633
36326
  i0.ɵɵadvance(2);
36634
36327
  i0.ɵɵproperty("ngIf", ctx.logo || ctx.shortLogo && ctx.enableCollapse);
@@ -36645,7 +36338,7 @@ PoMenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoMenuCompo
36645
36338
  } }, directives: [i1.NgIf, i1.NgClass, i1.NgTemplateOutlet, PoMenuFilterComponent, PoIconComponent, i1.NgForOf, PoMenuItemComponent], encapsulation: 2 });
36646
36339
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoMenuComponent, [{
36647
36340
  type: Component,
36648
- args: [{ selector: 'po-menu', providers: [PoMenuItemsService, PoMenuService], template: "<div *ngIf=\"mobileOpened\" class=\"po-menu-overlay\" (click)=\"toggleMenuMobile()\"></div>\n<div class=\"po-menu-mobile po-clickable\" (click)=\"toggleMenuMobile()\">\n <span class=\"po-icon po-icon-menu\"></span>\n</div>\n\n<div class=\"po-menu\" [ngClass]=\"{ 'po-menu-animation': mobileOpened }\">\n <div class=\"po-menu-header\">\n <div *ngIf=\"logo || (shortLogo && enableCollapse)\" class=\"po-menu-header-container-logo\">\n <a href=\"./\">\n <img\n [ngClass]=\"enableCollapse ? 'po-menu-short-logo' : 'po-menu-logo'\"\n [src]=\"enableCollapse ? shortLogo || logo : logo\"\n />\n </a>\n </div>\n\n <div *ngIf=\"!enableCollapse && menuHeaderTemplate\" class=\"po-menu-header-template\">\n <ng-container *ngTemplateOutlet=\"menuHeaderTemplate.templateRef\"></ng-container>\n </div>\n\n <po-menu-filter *ngIf=\"filter && !enableCollapse\" [p-loading]=\"filterLoading\" (p-filter)=\"debounceFilter($event)\">\n </po-menu-filter>\n </div>\n\n <nav class=\"po-menu-body\">\n <!-- Inner e outer para esconder scroll -->\n <div class=\"po-menu-outer\">\n <div class=\"po-menu-inner\">\n <div *ngIf=\"noData\" class=\"po-menu-item-wrapper\">\n <div class=\"po-menu-item-first\">\n <div class=\"po-menu-icon-container po-menu-item-no-data\">\n <po-icon class=\"po-icon po-icon-info po-menu-icon-item po-lg-2\"></po-icon>\n <div class=\"po-lg-10 po-menu-icon-label\">{{ literals.itemNotFound }}</div>\n </div>\n </div>\n </div>\n\n <div *ngFor=\"let menu of filteredItems; let menuIndex = index\" class=\"po-menu-item-wrapper\">\n <po-menu-item\n [class.po-menu-item-first]=\"menuIndex === 0\"\n [p-action]=\"menu.action\"\n [p-badge-alert]=\"menu.badgeAlert\"\n [p-badge-color]=\"menu.badge ? menu.badge.color : undefined\"\n [p-badge-value]=\"menu.badge ? menu.badge.value : undefined\"\n [p-collapsed-menu]=\"enableCollapse\"\n [p-icon]=\"allowIcons ? menu.icon : null\"\n [p-id]=\"menu.id\"\n [p-label]=\"menu.label\"\n [p-level]=\"menu.level\"\n [p-link]=\"menu.link\"\n [p-short-label]=\"menu.shortLabel\"\n [p-sub-items]=\"menu.subItems\"\n [p-type]=\"menu.type\"\n >\n </po-menu-item>\n </div>\n </div>\n </div>\n </nav>\n\n <div *ngIf=\"hasFooter\" class=\"po-menu-footer\">\n <a class=\"po-menu-collapse-button-icon po-clickable\" (click)=\"toggle()\">\n <span\n class=\"po-icon\"\n [class.po-icon-menu-close]=\"enableCollapseButton\"\n [class.po-icon-menu-open]=\"enableCollapse\"\n >\n </span>\n </a>\n </div>\n</div>\n" }]
36341
+ args: [{ selector: 'po-menu', providers: [PoMenuItemsService, PoMenuService], template: "<div *ngIf=\"mobileOpened\" class=\"po-menu-overlay\" (click)=\"toggleMenuMobile()\"></div>\n<nav>\n <div class=\"po-menu-mobile po-clickable\" (click)=\"toggleMenuMobile()\">\n <span class=\"po-icon po-icon-menu\"></span>\n </div>\n\n <div class=\"po-menu\" [ngClass]=\"{ 'po-menu-animation': mobileOpened }\">\n <div class=\"po-menu-header\">\n <div *ngIf=\"logo || (shortLogo && enableCollapse)\" class=\"po-menu-header-container-logo\">\n <a href=\"./\">\n <img\n [ngClass]=\"enableCollapse ? 'po-menu-short-logo' : 'po-menu-logo'\"\n [src]=\"enableCollapse ? shortLogo || logo : logo\"\n />\n </a>\n </div>\n\n <div *ngIf=\"!enableCollapse && menuHeaderTemplate\" class=\"po-menu-header-template\">\n <ng-container *ngTemplateOutlet=\"menuHeaderTemplate.templateRef\"></ng-container>\n </div>\n\n <po-menu-filter *ngIf=\"filter && !enableCollapse\" [p-loading]=\"filterLoading\" (p-filter)=\"debounceFilter($event)\">\n </po-menu-filter>\n </div>\n\n <div class=\"po-menu-body\">\n <!-- Inner e outer para esconder scroll -->\n <div class=\"po-menu-outer\">\n <div class=\"po-menu-inner\">\n <div *ngIf=\"noData\" class=\"po-menu-item-wrapper\">\n <div class=\"po-menu-item-first\">\n <div class=\"po-menu-icon-container po-menu-item-no-data\">\n <po-icon class=\"po-icon po-icon-info po-menu-icon-item po-lg-2\"></po-icon>\n <div class=\"po-lg-10 po-menu-icon-label\">{{ literals.itemNotFound }}</div>\n </div>\n </div>\n </div>\n\n <div *ngFor=\"let menu of filteredItems; let menuIndex = index\" class=\"po-menu-item-wrapper\">\n <po-menu-item\n [class.po-menu-item-first]=\"menuIndex === 0\"\n [p-action]=\"menu.action\"\n [p-badge-alert]=\"menu.badgeAlert\"\n [p-badge-color]=\"menu.badge ? menu.badge.color : undefined\"\n [p-badge-value]=\"menu.badge ? menu.badge.value : undefined\"\n [p-collapsed-menu]=\"enableCollapse\"\n [p-icon]=\"allowIcons ? menu.icon : null\"\n [p-id]=\"menu.id\"\n [p-label]=\"menu.label\"\n [p-level]=\"menu.level\"\n [p-link]=\"menu.link\"\n [p-short-label]=\"menu.shortLabel\"\n [p-sub-items]=\"menu.subItems\"\n [p-type]=\"menu.type\"\n >\n </po-menu-item>\n </div>\n </div>\n </div>\n </div>\n\n <div *ngIf=\"hasFooter\" class=\"po-menu-footer\">\n <a class=\"po-menu-collapse-button-icon po-clickable\" (click)=\"toggle()\">\n <span\n class=\"po-icon\"\n [class.po-icon-menu-close]=\"enableCollapseButton\"\n [class.po-icon-menu-open]=\"enableCollapse\"\n >\n </span>\n </a>\n </div>\n </div>\n</nav>\n" }]
36649
36342
  }], function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.Router }, { type: PoMenuItemsService }, { type: PoMenuGlobalService }, { type: PoMenuService }, { type: PoLanguageService }]; }, { menuHeaderTemplate: [{
36650
36343
  type: ContentChild,
36651
36344
  args: [PoMenuHeaderTemplateDirective, { static: true }]
@@ -37037,18 +36730,12 @@ class PoMenuPanelComponent extends PoMenuPanelBaseComponent {
37037
36730
  }
37038
36731
  PoMenuPanelComponent.ɵfac = function PoMenuPanelComponent_Factory(t) { return new (t || PoMenuPanelComponent)(i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i1.Location), i0.ɵɵdirectiveInject(PoMenuPanelItemsService), i0.ɵɵdirectiveInject(i2.Router)); };
37039
36732
  PoMenuPanelComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoMenuPanelComponent, selectors: [["po-menu-panel"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 2, consts: [[1, "po-menu-panel"], [1, "po-menu-panel-logo-container"], ["href", "./"], ["alt", "main-logo", 1, "po-menu-panel-logo", 3, "src"], [1, "po-menu-panel-container"], [1, "po-menu-panel-inner"], ["class", "po-menu-panel-item-wrapper", 4, "ngFor", "ngForOf"], [1, "po-menu-panel-item-wrapper"], [3, "p-menu-item-internal"]], template: function PoMenuPanelComponent_Template(rf, ctx) { if (rf & 1) {
37040
- i0.ɵɵelementStart(0, "div", 0);
37041
- i0.ɵɵelementStart(1, "div", 1);
37042
- i0.ɵɵelementStart(2, "a", 2);
36733
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "a", 2);
37043
36734
  i0.ɵɵelement(3, "img", 3);
37044
- i0.ɵɵelementEnd();
37045
- i0.ɵɵelementEnd();
37046
- i0.ɵɵelementStart(4, "nav", 4);
37047
- i0.ɵɵelementStart(5, "div", 5);
36735
+ i0.ɵɵelementEnd()();
36736
+ i0.ɵɵelementStart(4, "nav", 4)(5, "div", 5);
37048
36737
  i0.ɵɵtemplate(6, PoMenuPanelComponent_div_6_Template, 2, 3, "div", 6);
37049
- i0.ɵɵelementEnd();
37050
- i0.ɵɵelementEnd();
37051
- i0.ɵɵelementEnd();
36738
+ i0.ɵɵelementEnd()()();
37052
36739
  } if (rf & 2) {
37053
36740
  i0.ɵɵadvance(3);
37054
36741
  i0.ɵɵproperty("src", ctx.logo, i0.ɵɵsanitizeUrl);
@@ -37489,11 +37176,9 @@ PoNavbarItemsComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoNa
37489
37176
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.navbarItemsContainer = _t.first);
37490
37177
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.allNavbarItems = _t);
37491
37178
  } }, inputs: { items: ["p-items", "items"] }, decls: 4, vars: 1, consts: [[1, "po-navbar-items-container"], ["navbarItemsContainer", ""], ["class", "po-navbar-item", 3, "po-navbar-item-selected", 4, "ngFor", "ngForOf"], [1, "po-navbar-item"], [3, "p-action", "p-clickable", "p-label", "p-link"]], template: function PoNavbarItemsComponent_Template(rf, ctx) { if (rf & 1) {
37492
- i0.ɵɵelementStart(0, "nav");
37493
- i0.ɵɵelementStart(1, "ul", 0, 1);
37179
+ i0.ɵɵelementStart(0, "nav")(1, "ul", 0, 1);
37494
37180
  i0.ɵɵtemplate(3, PoNavbarItemsComponent_li_3_Template, 2, 6, "li", 2);
37495
- i0.ɵɵelementEnd();
37496
- i0.ɵɵelementEnd();
37181
+ i0.ɵɵelementEnd()();
37497
37182
  } if (rf & 2) {
37498
37183
  i0.ɵɵadvance(3);
37499
37184
  i0.ɵɵproperty("ngForOf", ctx.items);
@@ -37812,8 +37497,7 @@ PoNavbarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoNavbarC
37812
37497
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.menuComponent = _t.first);
37813
37498
  } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 6, vars: 12, consts: [[1, "po-navbar", 3, "ngClass"], [1, "po-navbar-logo", 3, "ngClass", "p-logo"], [1, "po-navbar-items", 3, "p-items"], ["class", "po-navbar-item-navigation", 3, "p-disable-left", "p-disable-right", "p-click", 4, "ngIf"], [1, "po-navbar-actions", 3, "p-icon-actions"], [3, "p-menus", 4, "ngIf"], [1, "po-navbar-item-navigation", 3, "p-disable-left", "p-disable-right", "p-click"], [3, "p-menus"]], template: function PoNavbarComponent_Template(rf, ctx) { if (rf & 1) {
37814
37499
  i0.ɵɵelementStart(0, "header", 0);
37815
- i0.ɵɵelement(1, "po-navbar-logo", 1);
37816
- i0.ɵɵelement(2, "po-navbar-items", 2);
37500
+ i0.ɵɵelement(1, "po-navbar-logo", 1)(2, "po-navbar-items", 2);
37817
37501
  i0.ɵɵtemplate(3, PoNavbarComponent_po_navbar_item_navigation_3_Template, 1, 2, "po-navbar-item-navigation", 3);
37818
37502
  i0.ɵɵelement(4, "po-navbar-actions", 4);
37819
37503
  i0.ɵɵelementEnd();
@@ -38235,8 +37919,7 @@ PoPageHeaderComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPag
38235
37919
  i0.ɵɵelementStart(2, "div", 2);
38236
37920
  i0.ɵɵtemplate(3, PoPageHeaderComponent_h1_3_Template, 2, 1, "h1", 3);
38237
37921
  i0.ɵɵprojection(4);
38238
- i0.ɵɵelementEnd();
38239
- i0.ɵɵelementEnd();
37922
+ i0.ɵɵelementEnd()();
38240
37923
  } if (rf & 2) {
38241
37924
  i0.ɵɵadvance(1);
38242
37925
  i0.ɵɵproperty("ngIf", ctx.breadcrumb && ctx.breadcrumb.items.length);
@@ -38282,14 +37965,12 @@ function PoPageDefaultComponent_po_page_header_1_po_button_5_Template(rf, ctx) {
38282
37965
  i0.ɵɵproperty("p-disabled", ctx_r4.actionIsDisabled(ctx_r4.visibleActions[0]))("p-icon", ctx_r4.visibleActions[0].icon)("p-label", ctx_r4.visibleActions[0].label);
38283
37966
  } }
38284
37967
  function PoPageDefaultComponent_po_page_header_1_Template(rf, ctx) { if (rf & 1) {
38285
- i0.ɵɵelementStart(0, "po-page-header", 1);
38286
- i0.ɵɵelementStart(1, "div", 2);
37968
+ i0.ɵɵelementStart(0, "po-page-header", 1)(1, "div", 2);
38287
37969
  i0.ɵɵtemplate(2, PoPageDefaultComponent_po_page_header_1_po_dropdown_2_Template, 1, 2, "po-dropdown", 3);
38288
37970
  i0.ɵɵtemplate(3, PoPageDefaultComponent_po_page_header_1_po_button_3_Template, 1, 2, "po-button", 4);
38289
37971
  i0.ɵɵtemplate(4, PoPageDefaultComponent_po_page_header_1_po_button_4_Template, 1, 2, "po-button", 4);
38290
37972
  i0.ɵɵtemplate(5, PoPageDefaultComponent_po_page_header_1_po_button_5_Template, 1, 3, "po-button", 5);
38291
- i0.ɵɵelementEnd();
38292
- i0.ɵɵelementEnd();
37973
+ i0.ɵɵelementEnd()();
38293
37974
  } if (rf & 2) {
38294
37975
  const ctx_r0 = i0.ɵɵnextContext();
38295
37976
  i0.ɵɵproperty("p-breadcrumb", ctx_r0.breadcrumb)("p-title", ctx_r0.title);
@@ -38390,8 +38071,7 @@ PoPageDefaultComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPa
38390
38071
  i0.ɵɵtemplate(1, PoPageDefaultComponent_po_page_header_1_Template, 6, 6, "po-page-header", 0);
38391
38072
  i0.ɵɵelementStart(2, "po-page-content");
38392
38073
  i0.ɵɵprojection(3);
38393
- i0.ɵɵelementEnd();
38394
- i0.ɵɵelementEnd();
38074
+ i0.ɵɵelementEnd()();
38395
38075
  } if (rf & 2) {
38396
38076
  i0.ɵɵadvance(1);
38397
38077
  i0.ɵɵproperty("ngIf", ctx.hasPageHeader());
@@ -38671,8 +38351,7 @@ PoPageDetailComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPag
38671
38351
  i0.ɵɵtemplate(1, PoPageDetailComponent_po_page_header_1_Template, 2, 3, "po-page-header", 0);
38672
38352
  i0.ɵɵelementStart(2, "po-page-content");
38673
38353
  i0.ɵɵprojection(3);
38674
- i0.ɵɵelementEnd();
38675
- i0.ɵɵelementEnd();
38354
+ i0.ɵɵelementEnd()();
38676
38355
  } if (rf & 2) {
38677
38356
  i0.ɵɵadvance(1);
38678
38357
  i0.ɵɵproperty("ngIf", ctx.hasPageHeader());
@@ -38962,8 +38641,7 @@ PoPageEditComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageE
38962
38641
  i0.ɵɵtemplate(1, PoPageEditComponent_po_page_header_1_Template, 2, 3, "po-page-header", 0);
38963
38642
  i0.ɵɵelementStart(2, "po-page-content");
38964
38643
  i0.ɵɵprojection(3);
38965
- i0.ɵɵelementEnd();
38966
- i0.ɵɵelementEnd();
38644
+ i0.ɵɵelementEnd()();
38967
38645
  } if (rf & 2) {
38968
38646
  i0.ɵɵadvance(1);
38969
38647
  i0.ɵɵproperty("ngIf", ctx.hasPageHeader());
@@ -39162,12 +38840,10 @@ function PoPageListComponent_po_page_header_1_po_dropdown_6_Template(rf, ctx) {
39162
38840
  } }
39163
38841
  function PoPageListComponent_po_page_header_1_div_7_div_6_Template(rf, ctx) { if (rf & 1) {
39164
38842
  const _r16 = i0.ɵɵgetCurrentView();
39165
- i0.ɵɵelementStart(0, "div", 19);
39166
- i0.ɵɵelementStart(1, "span", 20);
38843
+ i0.ɵɵelementStart(0, "div", 19)(1, "span", 20);
39167
38844
  i0.ɵɵlistener("click", function PoPageListComponent_po_page_header_1_div_7_div_6_Template_span_click_1_listener() { i0.ɵɵrestoreView(_r16); const ctx_r15 = i0.ɵɵnextContext(3); return ctx_r15.callActionFilter("advancedAction"); })("keydown.enter", function PoPageListComponent_po_page_header_1_div_7_div_6_Template_span_keydown_enter_1_listener() { i0.ɵɵrestoreView(_r16); const ctx_r17 = i0.ɵɵnextContext(3); return ctx_r17.callActionFilter("advancedAction"); });
39168
38845
  i0.ɵɵtext(2);
39169
- i0.ɵɵelementEnd();
39170
- i0.ɵɵelementEnd();
38846
+ i0.ɵɵelementEnd()();
39171
38847
  } if (rf & 2) {
39172
38848
  const ctx_r14 = i0.ɵɵnextContext(3);
39173
38849
  i0.ɵɵadvance(2);
@@ -39175,17 +38851,12 @@ function PoPageListComponent_po_page_header_1_div_7_div_6_Template(rf, ctx) { if
39175
38851
  } }
39176
38852
  function PoPageListComponent_po_page_header_1_div_7_Template(rf, ctx) { if (rf & 1) {
39177
38853
  const _r19 = i0.ɵɵgetCurrentView();
39178
- i0.ɵɵelementStart(0, "div", 12);
39179
- i0.ɵɵelementStart(1, "div", 13);
39180
- i0.ɵɵelementStart(2, "div", 14);
39181
- i0.ɵɵelementStart(3, "span", 15);
38854
+ i0.ɵɵelementStart(0, "div", 12)(1, "div", 13)(2, "div", 14)(3, "span", 15);
39182
38855
  i0.ɵɵlistener("click", function PoPageListComponent_po_page_header_1_div_7_Template_span_click_3_listener() { i0.ɵɵrestoreView(_r19); const ctx_r18 = i0.ɵɵnextContext(2); return ctx_r18.callActionFilter("action"); });
39183
- i0.ɵɵelementEnd();
39184
- i0.ɵɵelementEnd();
38856
+ i0.ɵɵelementEnd()();
39185
38857
  i0.ɵɵelementStart(4, "input", 16, 17);
39186
38858
  i0.ɵɵlistener("keypress", function PoPageListComponent_po_page_header_1_div_7_Template_input_keypress_4_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r20 = i0.ɵɵnextContext(2); return ctx_r20.onkeypress($event.keyCode); });
39187
- i0.ɵɵelementEnd();
39188
- i0.ɵɵelementEnd();
38859
+ i0.ɵɵelementEnd()();
39189
38860
  i0.ɵɵtemplate(6, PoPageListComponent_po_page_header_1_div_7_div_6_Template, 3, 1, "div", 18);
39190
38861
  i0.ɵɵelementEnd();
39191
38862
  } if (rf & 2) {
@@ -39209,9 +38880,7 @@ function PoPageListComponent_po_page_header_1_po_disclaimer_group_8_Template(rf,
39209
38880
  i0.ɵɵproperty("p-disclaimers", ctx_r6.disclaimerGroup == null ? null : ctx_r6.disclaimerGroup.disclaimers)("p-hide-remove-all", ctx_r6.disclaimerGroup == null ? null : ctx_r6.disclaimerGroup.hideRemoveAll)("p-title", ctx_r6.disclaimerGroup == null ? null : ctx_r6.disclaimerGroup.title);
39210
38881
  } }
39211
38882
  function PoPageListComponent_po_page_header_1_Template(rf, ctx) { if (rf & 1) {
39212
- i0.ɵɵelementStart(0, "po-page-header", 1);
39213
- i0.ɵɵelementStart(1, "div", 2);
39214
- i0.ɵɵelementStart(2, "div", 3);
38883
+ i0.ɵɵelementStart(0, "po-page-header", 1)(1, "div", 2)(2, "div", 3);
39215
38884
  i0.ɵɵtemplate(3, PoPageListComponent_po_page_header_1_po_button_3_Template, 1, 3, "po-button", 4);
39216
38885
  i0.ɵɵtemplate(4, PoPageListComponent_po_page_header_1_po_button_4_Template, 1, 2, "po-button", 5);
39217
38886
  i0.ɵɵtemplate(5, PoPageListComponent_po_page_header_1_po_button_5_Template, 1, 2, "po-button", 5);
@@ -39418,8 +39087,7 @@ PoPageListComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageL
39418
39087
  i0.ɵɵtemplate(1, PoPageListComponent_po_page_header_1_Template, 9, 12, "po-page-header", 0);
39419
39088
  i0.ɵɵelementStart(2, "po-page-content");
39420
39089
  i0.ɵɵprojection(3);
39421
- i0.ɵɵelementEnd();
39422
- i0.ɵɵelementEnd();
39090
+ i0.ɵɵelementEnd()();
39423
39091
  } if (rf & 2) {
39424
39092
  i0.ɵɵadvance(1);
39425
39093
  i0.ɵɵproperty("ngIf", ctx.hasPageHeader());
@@ -39596,14 +39264,9 @@ function PoPageSlideComponent_div_0_div_10_Template(rf, ctx) { if (rf & 1) {
39596
39264
  } }
39597
39265
  function PoPageSlideComponent_div_0_Template(rf, ctx) { if (rf & 1) {
39598
39266
  const _r8 = i0.ɵɵgetCurrentView();
39599
- i0.ɵɵelementStart(0, "div", 1);
39600
- i0.ɵɵelementStart(1, "div", 2);
39267
+ i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
39601
39268
  i0.ɵɵlistener("mousedown", function PoPageSlideComponent_div_0_Template_div_mousedown_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.onClickOut($event); });
39602
- i0.ɵɵelementStart(2, "div");
39603
- i0.ɵɵelementStart(3, "div", 3, 4);
39604
- i0.ɵɵelementStart(5, "div", 5);
39605
- i0.ɵɵelementStart(6, "div", 6);
39606
- i0.ɵɵelementStart(7, "span");
39269
+ i0.ɵɵelementStart(2, "div")(3, "div", 3, 4)(5, "div", 5)(6, "div", 6)(7, "span");
39607
39270
  i0.ɵɵtext(8);
39608
39271
  i0.ɵɵelementEnd();
39609
39272
  i0.ɵɵtemplate(9, PoPageSlideComponent_div_0_button_9_Template, 2, 0, "button", 7);
@@ -39612,11 +39275,7 @@ function PoPageSlideComponent_div_0_Template(rf, ctx) { if (rf & 1) {
39612
39275
  i0.ɵɵelementEnd();
39613
39276
  i0.ɵɵelementStart(11, "div", 9);
39614
39277
  i0.ɵɵprojection(12);
39615
- i0.ɵɵelementEnd();
39616
- i0.ɵɵelementEnd();
39617
- i0.ɵɵelementEnd();
39618
- i0.ɵɵelementEnd();
39619
- i0.ɵɵelementEnd();
39278
+ i0.ɵɵelementEnd()()()()();
39620
39279
  } if (rf & 2) {
39621
39280
  const ctx_r0 = i0.ɵɵnextContext();
39622
39281
  i0.ɵɵproperty("@fade", undefined);
@@ -40219,12 +39878,10 @@ class PoSlideControlComponent {
40219
39878
  }
40220
39879
  PoSlideControlComponent.ɵfac = function PoSlideControlComponent_Factory(t) { return new (t || PoSlideControlComponent)(); };
40221
39880
  PoSlideControlComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoSlideControlComponent, selectors: [["po-slide-control"]], inputs: { control: ["p-control", "control"] }, outputs: { click: "p-click" }, decls: 3, vars: 6, consts: [[1, "po-slide-arrow-circle", 3, "click"]], template: function PoSlideControlComponent_Template(rf, ctx) { if (rf & 1) {
40222
- i0.ɵɵelementStart(0, "div");
40223
- i0.ɵɵelementStart(1, "div", 0);
39881
+ i0.ɵɵelementStart(0, "div")(1, "div", 0);
40224
39882
  i0.ɵɵlistener("click", function PoSlideControlComponent_Template_div_click_1_listener() { return ctx.click.emit(); });
40225
39883
  i0.ɵɵelement(2, "div");
40226
- i0.ɵɵelementEnd();
40227
- i0.ɵɵelementEnd();
39884
+ i0.ɵɵelementEnd()();
40228
39885
  } if (rf & 2) {
40229
39886
  i0.ɵɵclassMapInterpolate1("po-slide-control-", ctx.control, "");
40230
39887
  i0.ɵɵadvance(2);
@@ -40521,9 +40178,7 @@ PoSlideComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoSlideCom
40521
40178
  } }, hostBindings: function PoSlideComponent_HostBindings(rf, ctx) { if (rf & 1) {
40522
40179
  i0.ɵɵlistener("resize", function PoSlideComponent_resize_HostBindingHandler() { return ctx.onResize(); }, false, i0.ɵɵresolveWindow);
40523
40180
  } }, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], decls: 8, vars: 4, consts: [[1, "po-slide-wrapper"], [1, "po-slide-outer"], [1, "po-slide-inner"], ["slide", ""], [4, "ngFor", "ngForOf"], ["p-control", "previous", 3, "p-click", 4, "ngIf"], ["p-control", "next", 3, "p-click", 4, "ngIf"], [3, "p-current-slide-index", "p-items", "p-click", 4, "ngIf"], [3, "p-action", "p-data", "p-image", "p-image-height", "p-template", "p-alt", "p-link"], ["p-control", "previous", 3, "p-click"], ["p-control", "next", 3, "p-click"], [3, "p-current-slide-index", "p-items", "p-click"]], template: function PoSlideComponent_Template(rf, ctx) { if (rf & 1) {
40524
- i0.ɵɵelementStart(0, "div", 0);
40525
- i0.ɵɵelementStart(1, "div", 1);
40526
- i0.ɵɵelementStart(2, "div", 2, 3);
40181
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2, 3);
40527
40182
  i0.ɵɵtemplate(4, PoSlideComponent_ng_container_4_Template, 2, 7, "ng-container", 4);
40528
40183
  i0.ɵɵelementEnd();
40529
40184
  i0.ɵɵtemplate(5, PoSlideComponent_po_slide_control_5_Template, 1, 0, "po-slide-control", 5);
@@ -41093,9 +40748,7 @@ PoStepperStepComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoSt
41093
40748
  i0.ɵɵelementStart(0, "div", 0);
41094
40749
  i0.ɵɵlistener("click", function PoStepperStepComponent_Template_div_click_0_listener() { return ctx.onClick(); })("keydown.enter", function PoStepperStepComponent_Template_div_keydown_enter_0_listener() { return ctx.onEnter(); });
41095
40750
  i0.ɵɵelementStart(1, "div", 1);
41096
- i0.ɵɵelement(2, "div");
41097
- i0.ɵɵelement(3, "po-stepper-circle", 2);
41098
- i0.ɵɵelement(4, "div");
40751
+ i0.ɵɵelement(2, "div")(3, "po-stepper-circle", 2)(4, "div");
41099
40752
  i0.ɵɵelementEnd();
41100
40753
  i0.ɵɵelement(5, "po-stepper-label", 3);
41101
40754
  i0.ɵɵelementEnd();
@@ -41375,8 +41028,7 @@ PoStepperComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoSteppe
41375
41028
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.poSteps = _t);
41376
41029
  } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$6, decls: 4, vars: 6, consts: [[1, "po-stepper-container"], ["class", "po-stepper-step-position", 3, "p-circle-content", "p-label", "p-orientation", "p-status", "p-step-icons", "p-step-size", "p-next-status", "p-activated", "p-click", "p-enter", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["class", "po-stepper-content", 4, "ngIf"], [1, "po-stepper-step-position", 3, "p-circle-content", "p-label", "p-orientation", "p-status", "p-step-icons", "p-step-size", "p-next-status", "p-activated", "p-click", "p-enter"], [1, "po-stepper-content"]], template: function PoStepperComponent_Template(rf, ctx) { if (rf & 1) {
41377
41030
  i0.ɵɵprojectionDef();
41378
- i0.ɵɵelementStart(0, "div");
41379
- i0.ɵɵelementStart(1, "div", 0);
41031
+ i0.ɵɵelementStart(0, "div")(1, "div", 0);
41380
41032
  i0.ɵɵtemplate(2, PoStepperComponent_po_stepper_step_2_Template, 1, 7, "po-stepper-step", 1);
41381
41033
  i0.ɵɵelementEnd();
41382
41034
  i0.ɵɵtemplate(3, PoStepperComponent_div_3_Template, 2, 0, "div", 2);
@@ -41483,8 +41135,7 @@ PoTabButtonComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoTabB
41483
41135
  i0.ɵɵlistener("click", function PoTabButtonComponent_Template_div_click_0_listener() { return ctx.onClick(); })("keyup.enter", function PoTabButtonComponent_Template_div_keyup_enter_0_listener() { return ctx.onClick(); });
41484
41136
  i0.ɵɵelementStart(1, "span", 1);
41485
41137
  i0.ɵɵtext(2);
41486
- i0.ɵɵelementEnd();
41487
- i0.ɵɵelementEnd();
41138
+ i0.ɵɵelementEnd()();
41488
41139
  } if (rf & 2) {
41489
41140
  i0.ɵɵclassProp("po-tab-button-active", ctx.active)("po-tab-button-disabled", ctx.disabled)("po-tab-button-sm", ctx.small);
41490
41141
  i0.ɵɵattribute("tabindex", ctx.disabled ? null : 0);
@@ -41692,13 +41343,10 @@ PoTabDropdownComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoTa
41692
41343
  i0.ɵɵelementStart(2, "div", 2);
41693
41344
  i0.ɵɵtext(3);
41694
41345
  i0.ɵɵelement(4, "span", 3);
41695
- i0.ɵɵelementEnd();
41696
- i0.ɵɵelementEnd();
41697
- i0.ɵɵelementStart(5, "po-popover", 4, 5);
41698
- i0.ɵɵelementStart(7, "div", 6);
41346
+ i0.ɵɵelementEnd()();
41347
+ i0.ɵɵelementStart(5, "po-popover", 4, 5)(7, "div", 6);
41699
41348
  i0.ɵɵtemplate(8, PoTabDropdownComponent_po_tab_button_8_Template, 1, 8, "po-tab-button", 7);
41700
- i0.ɵɵelementEnd();
41701
- i0.ɵɵelementEnd();
41349
+ i0.ɵɵelementEnd()();
41702
41350
  } if (rf & 2) {
41703
41351
  const _r1 = i0.ɵɵreference(6);
41704
41352
  i0.ɵɵclassProp("po-tab-button-sm", ctx.small);
@@ -41945,12 +41593,10 @@ PoTabsComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoTabsCompo
41945
41593
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.tabDropdown = _t.first);
41946
41594
  } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$1, decls: 6, vars: 5, consts: [[1, "po-tabs-container"], [1, "po-tabs-header"], [4, "ngFor", "ngForOf", "ngForTrackBy"], ["class", "po-tab-button po-tab-dropdown", "p-label", "Mais", 3, "p-small", "p-tabs", "p-activated", "p-change-state", "p-click", 4, "ngIf"], [1, "po-tabs-content"], ["class", "po-tab-button", 3, "po-tab-button-mobile", "p-active", "p-disabled", "p-hide", "p-id", "p-label", "p-small", "keyup.enter", "p-activated", "p-change-state", "p-click", 4, "ngIf"], [1, "po-tab-button", 3, "p-active", "p-disabled", "p-hide", "p-id", "p-label", "p-small", "keyup.enter", "p-activated", "p-change-state", "p-click"], ["p-label", "Mais", 1, "po-tab-button", "po-tab-dropdown", 3, "p-small", "p-tabs", "p-activated", "p-change-state", "p-click"], ["tabDropdown", ""]], template: function PoTabsComponent_Template(rf, ctx) { if (rf & 1) {
41947
41595
  i0.ɵɵprojectionDef();
41948
- i0.ɵɵelementStart(0, "div", 0);
41949
- i0.ɵɵelementStart(1, "div", 1);
41596
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
41950
41597
  i0.ɵɵtemplate(2, PoTabsComponent_ng_container_2_Template, 2, 1, "ng-container", 2);
41951
41598
  i0.ɵɵtemplate(3, PoTabsComponent_po_tab_dropdown_3_Template, 2, 2, "po-tab-dropdown", 3);
41952
- i0.ɵɵelementEnd();
41953
- i0.ɵɵelementEnd();
41599
+ i0.ɵɵelementEnd()();
41954
41600
  i0.ɵɵelementStart(4, "div", 4);
41955
41601
  i0.ɵɵprojection(5);
41956
41602
  i0.ɵɵelementEnd();
@@ -42020,8 +41666,7 @@ PoToolbarActionsComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: P
42020
41666
  i0.ɵɵlistener("click", function PoToolbarActionsComponent_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r2); const _r1 = i0.ɵɵreference(5); return _r1.toggle(); });
42021
41667
  i0.ɵɵelementStart(1, "span", null, 1);
42022
41668
  i0.ɵɵelement(3, "po-icon", 2);
42023
- i0.ɵɵelementEnd();
42024
- i0.ɵɵelementEnd();
41669
+ i0.ɵɵelementEnd()();
42025
41670
  i0.ɵɵelement(4, "po-popup", 3, 4);
42026
41671
  } if (rf & 2) {
42027
41672
  const _r0 = i0.ɵɵreference(2);
@@ -42171,13 +41816,11 @@ function PoToolbarProfileComponent_div_5_div_5_Template(rf, ctx) { if (rf & 1) {
42171
41816
  function PoToolbarProfileComponent_div_5_Template(rf, ctx) { if (rf & 1) {
42172
41817
  i0.ɵɵelementStart(0, "div", 6);
42173
41818
  i0.ɵɵelement(1, "po-avatar", 7);
42174
- i0.ɵɵelementStart(2, "div");
42175
- i0.ɵɵelementStart(3, "div", 8);
41819
+ i0.ɵɵelementStart(2, "div")(3, "div", 8);
42176
41820
  i0.ɵɵtext(4);
42177
41821
  i0.ɵɵelementEnd();
42178
41822
  i0.ɵɵtemplate(5, PoToolbarProfileComponent_div_5_div_5_Template, 2, 1, "div", 9);
42179
- i0.ɵɵelementEnd();
42180
- i0.ɵɵelementEnd();
41823
+ i0.ɵɵelementEnd()();
42181
41824
  } if (rf & 2) {
42182
41825
  const ctx_r2 = i0.ɵɵnextContext();
42183
41826
  i0.ɵɵadvance(1);
@@ -42283,16 +41926,14 @@ class PoToolbarComponent extends PoToolbarBaseComponent {
42283
41926
  }
42284
41927
  PoToolbarComponent.ɵfac = function PoToolbarComponent_Factory(t) { return new (t || PoToolbarComponent)(i0.ɵɵdirectiveInject(i3$1.Title), i0.ɵɵdirectiveInject(i0.ViewContainerRef)); };
42285
41928
  PoToolbarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoToolbarComponent, selectors: [["po-toolbar"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 4, consts: [[1, "po-toolbar"], [1, "po-toolbar-title"], [1, "po-toolbar-group-icon"], [3, "p-actions", "p-actions-icon", 4, "ngIf"], [3, "p-notification-actions", "p-notification-number", 4, "ngIf"], [3, "p-profile", "p-profile-actions", 4, "ngIf"], [3, "p-actions", "p-actions-icon"], [3, "p-notification-actions", "p-notification-number"], [3, "p-profile", "p-profile-actions"]], template: function PoToolbarComponent_Template(rf, ctx) { if (rf & 1) {
42286
- i0.ɵɵelementStart(0, "div", 0);
42287
- i0.ɵɵelementStart(1, "div", 1);
41929
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
42288
41930
  i0.ɵɵtext(2);
42289
41931
  i0.ɵɵelementEnd();
42290
41932
  i0.ɵɵelementStart(3, "div", 2);
42291
41933
  i0.ɵɵtemplate(4, PoToolbarComponent_po_toolbar_actions_4_Template, 1, 2, "po-toolbar-actions", 3);
42292
41934
  i0.ɵɵtemplate(5, PoToolbarComponent_po_toolbar_notification_5_Template, 1, 2, "po-toolbar-notification", 4);
42293
41935
  i0.ɵɵtemplate(6, PoToolbarComponent_po_toolbar_profile_6_Template, 1, 2, "po-toolbar-profile", 5);
42294
- i0.ɵɵelementEnd();
42295
- i0.ɵɵelementEnd();
41936
+ i0.ɵɵelementEnd()();
42296
41937
  } if (rf & 2) {
42297
41938
  i0.ɵɵadvance(2);
42298
41939
  i0.ɵɵtextInterpolate(ctx.title);
@@ -42694,8 +42335,7 @@ class PoTreeViewItemComponent {
42694
42335
  }
42695
42336
  PoTreeViewItemComponent.ɵfac = function PoTreeViewItemComponent_Factory(t) { return new (t || PoTreeViewItemComponent)(i0.ɵɵdirectiveInject(PoTreeViewService)); };
42696
42337
  PoTreeViewItemComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoTreeViewItemComponent, selectors: [["po-tree-view-item"]], inputs: { item: ["p-item", "item"], selectable: ["p-selectable", "selectable"] }, decls: 3, vars: 3, consts: [[1, "po-tree-view-item"], [3, "p-item", "p-selectable", "p-expanded", "p-selected"], ["class", "po-tree-view-item-group", 4, "ngIf"], [1, "po-tree-view-item-group"], [3, "p-item", "p-selectable", 4, "ngFor", "ngForOf", "ngForTrackBy"], [3, "p-item", "p-selectable"]], template: function PoTreeViewItemComponent_Template(rf, ctx) { if (rf & 1) {
42697
- i0.ɵɵelementStart(0, "li", 0);
42698
- i0.ɵɵelementStart(1, "po-tree-view-item-header", 1);
42338
+ i0.ɵɵelementStart(0, "li", 0)(1, "po-tree-view-item-header", 1);
42699
42339
  i0.ɵɵlistener("p-expanded", function PoTreeViewItemComponent_Template_po_tree_view_item_header_p_expanded_1_listener($event) { return ctx.onClick($event); })("p-selected", function PoTreeViewItemComponent_Template_po_tree_view_item_header_p_selected_1_listener() { return ctx.onSelect(ctx.item); });
42700
42340
  i0.ɵɵelementEnd();
42701
42341
  i0.ɵɵtemplate(2, PoTreeViewItemComponent_ul_2_Template, 2, 3, "ul", 2);
@@ -42763,11 +42403,9 @@ function PoTreeViewComponent_po_container_0_po_tree_view_item_2_Template(rf, ctx
42763
42403
  i0.ɵɵproperty("p-item", item_r2)("p-selectable", ctx_r1.selectable);
42764
42404
  } }
42765
42405
  function PoTreeViewComponent_po_container_0_Template(rf, ctx) { if (rf & 1) {
42766
- i0.ɵɵelementStart(0, "po-container", 1);
42767
- i0.ɵɵelementStart(1, "ul", 2);
42406
+ i0.ɵɵelementStart(0, "po-container", 1)(1, "ul", 2);
42768
42407
  i0.ɵɵtemplate(2, PoTreeViewComponent_po_container_0_po_tree_view_item_2_Template, 1, 2, "po-tree-view-item", 3);
42769
- i0.ɵɵelementEnd();
42770
- i0.ɵɵelementEnd();
42408
+ i0.ɵɵelementEnd()();
42771
42409
  } if (rf & 2) {
42772
42410
  const ctx_r0 = i0.ɵɵnextContext();
42773
42411
  i0.ɵɵadvance(2);
@@ -43176,12 +42814,10 @@ function PoWidgetComponent_div_1_Template(rf, ctx) { if (rf & 1) {
43176
42814
  } }
43177
42815
  function PoWidgetComponent_div_5_div_1_Template(rf, ctx) { if (rf & 1) {
43178
42816
  const _r18 = i0.ɵɵgetCurrentView();
43179
- i0.ɵɵelementStart(0, "div", 18);
43180
- i0.ɵɵelementStart(1, "a", 19);
42817
+ i0.ɵɵelementStart(0, "div", 18)(1, "a", 19);
43181
42818
  i0.ɵɵlistener("click", function PoWidgetComponent_div_5_div_1_Template_a_click_1_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r17 = i0.ɵɵnextContext(2); return ctx_r17.runPrimaryAction($event); });
43182
42819
  i0.ɵɵtext(2);
43183
- i0.ɵɵelementEnd();
43184
- i0.ɵɵelementEnd();
42820
+ i0.ɵɵelementEnd()();
43185
42821
  } if (rf & 2) {
43186
42822
  const ctx_r14 = i0.ɵɵnextContext(2);
43187
42823
  i0.ɵɵadvance(2);
@@ -43189,12 +42825,10 @@ function PoWidgetComponent_div_5_div_1_Template(rf, ctx) { if (rf & 1) {
43189
42825
  } }
43190
42826
  function PoWidgetComponent_div_5_div_2_Template(rf, ctx) { if (rf & 1) {
43191
42827
  const _r20 = i0.ɵɵgetCurrentView();
43192
- i0.ɵɵelementStart(0, "div", 20);
43193
- i0.ɵɵelementStart(1, "a", 19);
42828
+ i0.ɵɵelementStart(0, "div", 20)(1, "a", 19);
43194
42829
  i0.ɵɵlistener("click", function PoWidgetComponent_div_5_div_2_Template_a_click_1_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r19 = i0.ɵɵnextContext(2); return ctx_r19.runPrimaryAction($event); });
43195
42830
  i0.ɵɵtext(2);
43196
- i0.ɵɵelementEnd();
43197
- i0.ɵɵelementEnd();
42831
+ i0.ɵɵelementEnd()();
43198
42832
  } if (rf & 2) {
43199
42833
  const ctx_r15 = i0.ɵɵnextContext(2);
43200
42834
  i0.ɵɵadvance(2);
@@ -43202,12 +42836,10 @@ function PoWidgetComponent_div_5_div_2_Template(rf, ctx) { if (rf & 1) {
43202
42836
  } }
43203
42837
  function PoWidgetComponent_div_5_div_3_Template(rf, ctx) { if (rf & 1) {
43204
42838
  const _r22 = i0.ɵɵgetCurrentView();
43205
- i0.ɵɵelementStart(0, "div", 20);
43206
- i0.ɵɵelementStart(1, "a", 21);
42839
+ i0.ɵɵelementStart(0, "div", 20)(1, "a", 21);
43207
42840
  i0.ɵɵlistener("click", function PoWidgetComponent_div_5_div_3_Template_a_click_1_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r21 = i0.ɵɵnextContext(2); return ctx_r21.runSecondaryAction($event); });
43208
42841
  i0.ɵɵtext(2);
43209
- i0.ɵɵelementEnd();
43210
- i0.ɵɵelementEnd();
42842
+ i0.ɵɵelementEnd()();
43211
42843
  } if (rf & 2) {
43212
42844
  const ctx_r16 = i0.ɵɵnextContext(2);
43213
42845
  i0.ɵɵadvance(2);
@@ -43337,11 +42969,9 @@ PoWidgetComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoWidgetC
43337
42969
  i0.ɵɵelementStart(0, "div", 0);
43338
42970
  i0.ɵɵlistener("click", function PoWidgetComponent_Template_div_click_0_listener($event) { return ctx.onClick($event); });
43339
42971
  i0.ɵɵtemplate(1, PoWidgetComponent_div_1_Template, 5, 3, "div", 1);
43340
- i0.ɵɵelementStart(2, "po-container", 2);
43341
- i0.ɵɵelementStart(3, "div", 3);
42972
+ i0.ɵɵelementStart(2, "po-container", 2)(3, "div", 3);
43342
42973
  i0.ɵɵprojection(4);
43343
- i0.ɵɵelementEnd();
43344
- i0.ɵɵelementEnd();
42974
+ i0.ɵɵelementEnd()();
43345
42975
  i0.ɵɵtemplate(5, PoWidgetComponent_div_5_Template, 4, 3, "div", 4);
43346
42976
  i0.ɵɵelementEnd();
43347
42977
  } if (rf & 2) {
@@ -43725,11 +43355,9 @@ function PoHttpInterceptorDetailComponent_ng_template_5_div_0_Template(rf, ctx)
43725
43355
  i0.ɵɵproperty("p-color", ctx_r9.typeColor(detail_r8.type))("p-value", ctx_r9.typeValue(detail_r8.type));
43726
43356
  } }
43727
43357
  function PoHttpInterceptorDetailComponent_ng_template_5_p_1_Template(rf, ctx) { if (rf & 1) {
43728
- i0.ɵɵelementStart(0, "p");
43729
- i0.ɵɵelementStart(1, "strong");
43358
+ i0.ɵɵelementStart(0, "p")(1, "strong");
43730
43359
  i0.ɵɵtext(2);
43731
- i0.ɵɵelementEnd();
43732
- i0.ɵɵelementEnd();
43360
+ i0.ɵɵelementEnd()();
43733
43361
  } if (rf & 2) {
43734
43362
  const detail_r8 = i0.ɵɵnextContext().detail;
43735
43363
  i0.ɵɵadvance(2);
@@ -43738,11 +43366,9 @@ function PoHttpInterceptorDetailComponent_ng_template_5_p_1_Template(rf, ctx) {
43738
43366
  function PoHttpInterceptorDetailComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
43739
43367
  i0.ɵɵtemplate(0, PoHttpInterceptorDetailComponent_ng_template_5_div_0_Template, 2, 2, "div", 9);
43740
43368
  i0.ɵɵtemplate(1, PoHttpInterceptorDetailComponent_ng_template_5_p_1_Template, 3, 1, "p", 10);
43741
- i0.ɵɵelementStart(2, "div", 1);
43742
- i0.ɵɵelementStart(3, "p");
43369
+ i0.ɵɵelementStart(2, "div", 1)(3, "p");
43743
43370
  i0.ɵɵtext(4);
43744
- i0.ɵɵelementEnd();
43745
- i0.ɵɵelementEnd();
43371
+ i0.ɵɵelementEnd()();
43746
43372
  } if (rf & 2) {
43747
43373
  const detail_r8 = ctx.detail;
43748
43374
  i0.ɵɵproperty("ngIf", detail_r8.type);
@@ -43824,11 +43450,9 @@ PoHttpInterceptorDetailComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({
43824
43450
  let _t;
43825
43451
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modal = _t.first);
43826
43452
  } }, decls: 7, vars: 4, consts: [["p-hide-close", "", "p-size", "lg", 3, "p-primary-action", "p-title"], [1, "po-row"], ["class", "po-md-12 po-mt-1 po-mb-1", 4, "ngIf", "ngIfElse"], ["elseBlock", ""], ["body", ""], [1, "po-md-12", "po-mt-1", "po-mb-1"], [3, "p-label", 4, "ngFor", "ngForOf"], [3, "p-label"], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], ["class", "po-row po-mb-1", 4, "ngIf"], [4, "ngIf"], [1, "po-row", "po-mb-1"], [3, "p-color", "p-value"]], template: function PoHttpInterceptorDetailComponent_Template(rf, ctx) { if (rf & 1) {
43827
- i0.ɵɵelementStart(0, "po-modal", 0);
43828
- i0.ɵɵelementStart(1, "div", 1);
43453
+ i0.ɵɵelementStart(0, "po-modal", 0)(1, "div", 1);
43829
43454
  i0.ɵɵtemplate(2, PoHttpInterceptorDetailComponent_po_accordion_2_Template, 2, 1, "po-accordion", 2);
43830
- i0.ɵɵelementEnd();
43831
- i0.ɵɵelementEnd();
43455
+ i0.ɵɵelementEnd()();
43832
43456
  i0.ɵɵtemplate(3, PoHttpInterceptorDetailComponent_ng_template_3_Template, 1, 5, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
43833
43457
  i0.ɵɵtemplate(5, PoHttpInterceptorDetailComponent_ng_template_5_Template, 5, 3, "ng-template", null, 4, i0.ɵɵtemplateRefExtractor);
43834
43458
  } if (rf & 2) {