@po-ui/ng-components 19.23.0 → 19.25.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 (193) hide show
  1. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs → po-ui-ng-components-po-chart-modal-table.component-CaO2fPeS.mjs} +3 -4
  2. package/fesm2022/po-ui-ng-components-po-chart-modal-table.component-CaO2fPeS.mjs.map +1 -0
  3. package/fesm2022/po-ui-ng-components.mjs +38380 -36819
  4. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  5. package/lib/components/components.module.d.ts +15 -13
  6. package/lib/components/index.d.ts +2 -0
  7. package/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.d.ts +1 -2
  8. package/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.d.ts +1 -2
  9. package/lib/components/po-accordion/po-accordion.component.d.ts +1 -3
  10. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.d.ts +1 -3
  11. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.d.ts +0 -2
  12. package/lib/components/po-breadcrumb/po-breadcrumb.component.d.ts +2 -2
  13. package/lib/components/po-button/po-button-base.component.d.ts +14 -8
  14. package/lib/components/po-button/po-button.component.d.ts +0 -3
  15. package/lib/components/po-button-group/po-button-group-base.component.d.ts +9 -6
  16. package/lib/components/po-button-group/po-button-group.component.d.ts +0 -4
  17. package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +0 -4
  18. package/lib/components/po-calendar/po-calendar.component.d.ts +2 -4
  19. package/lib/components/po-chart/po-chart.component.d.ts +3 -6
  20. package/lib/components/po-context-tabs/index.d.ts +3 -0
  21. package/lib/components/po-context-tabs/po-context-tab-button/po-context-tab-button.component.d.ts +26 -0
  22. package/lib/components/po-context-tabs/po-context-tabs.component.d.ts +81 -0
  23. package/lib/components/po-context-tabs/po-context-tabs.module.d.ts +16 -0
  24. package/lib/components/po-disclaimer-group/po-disclaimer-group.component.d.ts +2 -4
  25. package/lib/components/po-dropdown/po-dropdown-base.component.d.ts +0 -3
  26. package/lib/components/po-dropdown/po-dropdown.component.d.ts +1 -4
  27. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.d.ts +0 -3
  28. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +1 -3
  29. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.d.ts +2 -7
  30. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.d.ts +1 -2
  31. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.d.ts +1 -2
  32. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +1 -3
  33. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.d.ts +1 -6
  34. package/lib/components/po-dynamic/po-dynamic-view/services/po-dynamic-view.service.d.ts +1 -2
  35. package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +0 -3
  36. package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +3 -7
  37. package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +0 -3
  38. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +1 -4
  39. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +1 -3
  40. package/lib/components/po-field/po-combo/po-combo-filter.service.d.ts +1 -2
  41. package/lib/components/po-field/po-combo/po-combo.component.d.ts +3 -8
  42. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +1 -3
  43. package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +2 -8
  44. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +1 -3
  45. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +2 -8
  46. package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +2 -5
  47. package/lib/components/po-field/po-email/po-email.component.d.ts +2 -4
  48. package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +1 -2
  49. package/lib/components/po-field/po-input/po-input-base.component.d.ts +1 -3
  50. package/lib/components/po-field/po-input/po-input.component.d.ts +2 -4
  51. package/lib/components/po-field/po-input-generic/po-input-generic.d.ts +1 -3
  52. package/lib/components/po-field/po-login/po-login.component.d.ts +1 -4
  53. package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +1 -3
  54. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.d.ts +2 -3
  55. package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +2 -7
  56. package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +0 -2
  57. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +1 -3
  58. package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +1 -2
  59. package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +0 -2
  60. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +2 -6
  61. package/lib/components/po-field/po-number/po-number-base.component.d.ts +1 -3
  62. package/lib/components/po-field/po-number/po-number.component.d.ts +1 -4
  63. package/lib/components/po-field/po-password/po-password.component.d.ts +1 -4
  64. package/lib/components/po-field/po-radio/po-radio.component.d.ts +1 -4
  65. package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +0 -3
  66. package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +2 -4
  67. package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +1 -3
  68. package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +0 -2
  69. package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +1 -2
  70. package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +1 -2
  71. package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +1 -2
  72. package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +2 -5
  73. package/lib/components/po-field/po-select/po-select.component.d.ts +3 -7
  74. package/lib/components/po-field/po-switch/po-switch.component.d.ts +1 -4
  75. package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +1 -3
  76. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +2 -4
  77. package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +1 -3
  78. package/lib/components/po-field/po-upload/po-upload-base.service.d.ts +0 -2
  79. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.d.ts +1 -2
  80. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.d.ts +1 -2
  81. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.d.ts +1 -2
  82. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.d.ts +0 -3
  83. package/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.d.ts +2 -3
  84. package/lib/components/po-field/po-upload/po-upload.component.d.ts +2 -8
  85. package/lib/components/po-field/po-url/po-url.component.d.ts +2 -4
  86. package/lib/components/po-grid/po-grid-cell/po-grid-cell.component.d.ts +1 -2
  87. package/lib/components/po-grid/po-grid.component.d.ts +2 -2
  88. package/lib/components/po-header/index.d.ts +7 -0
  89. package/lib/components/po-header/interfaces/po-header-action-tool.interface.d.ts +138 -0
  90. package/lib/components/po-header/interfaces/po-header-actions.interface.d.ts +49 -0
  91. package/lib/components/po-header/interfaces/po-header-brand.interface.d.ts +59 -0
  92. package/lib/components/po-header/interfaces/po-header-literals.interface.d.ts +13 -0
  93. package/lib/components/po-header/interfaces/po-header-user.interface.d.ts +74 -0
  94. package/lib/components/po-header/po-header-base.component.d.ts +266 -0
  95. package/lib/components/po-header/po-header-brand/po-header-brand.component.d.ts +27 -0
  96. package/lib/components/po-header/po-header-customer/po-header-customer.component.d.ts +32 -0
  97. package/lib/components/po-header/po-header-menu-item/po-header-menu-item.component.d.ts +50 -0
  98. package/lib/components/po-header/po-header-tools/po-header-tools.component.d.ts +31 -0
  99. package/lib/components/po-header/po-header.component.d.ts +83 -0
  100. package/lib/components/po-header/po-header.module.d.ts +27 -0
  101. package/lib/components/po-list-view/po-list-view-base.component.d.ts +1 -3
  102. package/lib/components/po-list-view/po-list-view.component.d.ts +2 -5
  103. package/lib/components/po-listbox/po-item-list/po-item-list.component.d.ts +1 -2
  104. package/lib/components/po-listbox/po-listbox-base.component.d.ts +3 -4
  105. package/lib/components/po-listbox/po-listbox.component.d.ts +3 -7
  106. package/lib/components/po-listbox/po-search-list/po-search-list.component.d.ts +1 -2
  107. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +1 -2
  108. package/lib/components/po-menu/po-menu-base.component.d.ts +6 -4
  109. package/lib/components/po-menu/po-menu-filter/po-menu-filter.component.d.ts +1 -1
  110. package/lib/components/po-menu/po-menu-item/po-menu-item.component.d.ts +0 -2
  111. package/lib/components/po-menu/po-menu-item.interface.d.ts +3 -0
  112. package/lib/components/po-menu/po-menu.component.d.ts +5 -10
  113. package/lib/components/po-menu/services/po-menu-global.service.d.ts +6 -0
  114. package/lib/components/po-menu/services/po-menu.service.d.ts +0 -2
  115. package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.d.ts +0 -2
  116. package/lib/components/po-menu-panel/po-menu-panel.component.d.ts +1 -5
  117. package/lib/components/po-modal/po-modal-base.component.d.ts +1 -3
  118. package/lib/components/po-modal/po-modal.component.d.ts +1 -5
  119. package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts +1 -3
  120. package/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.d.ts +0 -2
  121. package/lib/components/po-navbar/po-navbar.component.d.ts +2 -5
  122. package/lib/components/po-page/po-page-content/po-page-content.component.d.ts +1 -1
  123. package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +1 -3
  124. package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +2 -6
  125. package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +1 -3
  126. package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +1 -3
  127. package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +1 -3
  128. package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +2 -6
  129. package/lib/components/po-page/po-page-slide/po-page-slide-base.component.d.ts +0 -3
  130. package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +1 -5
  131. package/lib/components/po-popover/po-popover.component.d.ts +5 -2
  132. package/lib/components/po-popup/po-popup-base.component.d.ts +2 -4
  133. package/lib/components/po-popup/po-popup.component.d.ts +2 -6
  134. package/lib/components/po-progress/po-progress-base.component.d.ts +0 -3
  135. package/lib/components/po-progress/po-progress.component.d.ts +0 -3
  136. package/lib/components/po-search/enums/po-search-filter-mode.enum.d.ts +1 -1
  137. package/lib/components/po-search/index.d.ts +1 -1
  138. package/lib/components/po-search/interfaces/po-search-filter-select.interface.d.ts +1 -5
  139. package/lib/components/po-search/interfaces/po-search-locate-summary.interface.d.ts +13 -0
  140. package/lib/components/po-search/literals/po-search-literals-default.d.ts +1 -1
  141. package/lib/components/po-search/literals/po-search-literals.interface.d.ts +43 -0
  142. package/lib/components/po-search/po-search-base.component.d.ts +172 -79
  143. package/lib/components/po-search/po-search.component.d.ts +27 -9
  144. package/lib/components/po-slide/po-slide.component.d.ts +0 -2
  145. package/lib/components/po-stepper/po-step/po-step.component.d.ts +1 -2
  146. package/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.d.ts +1 -2
  147. package/lib/components/po-stepper/po-stepper.component.d.ts +1 -2
  148. package/lib/components/po-table/po-table-base.component.d.ts +1 -3
  149. package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +1 -3
  150. package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +1 -3
  151. package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +2 -4
  152. package/lib/components/po-table/po-table.component.d.ts +2 -4
  153. package/lib/components/po-tabs/index.d.ts +2 -0
  154. package/lib/components/po-tabs/po-tab/po-tab-base.component.d.ts +28 -2
  155. package/lib/components/po-tabs/po-tab/po-tab.component.d.ts +3 -3
  156. package/lib/components/po-tabs/po-tab/po-tab.interface.d.ts +23 -0
  157. package/lib/components/po-tabs/po-tab-button/po-tab-button.component.d.ts +1 -2
  158. package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +0 -1
  159. package/lib/components/po-tabs/po-tabs-base.component.d.ts +1 -19
  160. package/lib/components/po-tabs/po-tabs.component.d.ts +26 -9
  161. package/lib/components/po-tabs/po-tabs.module.d.ts +1 -1
  162. package/lib/components/po-tabs/po-tabs.service.d.ts +2 -2
  163. package/lib/components/po-tag/po-tag.component.d.ts +1 -2
  164. package/lib/components/po-toaster/po-toaster-base.component.d.ts +0 -3
  165. package/lib/components/po-toaster/po-toaster.component.d.ts +3 -6
  166. package/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.d.ts +1 -2
  167. package/lib/components/po-toolbar/po-toolbar.component.d.ts +1 -3
  168. package/lib/components/po-tree-view/po-tree-view-base.component.d.ts +0 -3
  169. package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +0 -2
  170. package/lib/components/po-tree-view/po-tree-view.component.d.ts +0 -4
  171. package/lib/components/po-widget/po-widget-base.component.d.ts +0 -3
  172. package/lib/components/po-widget/po-widget.component.d.ts +3 -3
  173. package/lib/services/po-dialog/po-dialog.component.d.ts +1 -3
  174. package/lib/services/po-notification/po-notification-base.service.d.ts +0 -3
  175. package/lib/services/po-notification/po-notification.service.d.ts +1 -3
  176. package/lib/utils/util.d.ts +25 -0
  177. package/package.json +4 -4
  178. package/po-ui-ng-components-19.25.0.tgz +0 -0
  179. package/schematics/ng-add/index.js +1 -1
  180. package/schematics/ng-update/v14/index.js +1 -1
  181. package/schematics/ng-update/v15/index.js +1 -1
  182. package/schematics/ng-update/v16/index.js +1 -1
  183. package/schematics/ng-update/v17/index.js +1 -1
  184. package/schematics/ng-update/v18/index.js +2 -2
  185. package/schematics/ng-update/v19/index.js +2 -2
  186. package/schematics/ng-update/v2/index.js +1 -1
  187. package/schematics/ng-update/v3/index.js +1 -1
  188. package/schematics/ng-update/v4/index.js +1 -1
  189. package/schematics/ng-update/v5/index.js +1 -1
  190. package/schematics/ng-update/v6/index.js +1 -1
  191. package/fesm2022/po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs.map +0 -1
  192. package/lib/components/po-search/literals/po-search-literals.d.ts +0 -32
  193. package/po-ui-ng-components-19.23.0.tgz +0 -0
@@ -1,6 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Component, ViewChild, Input } from '@angular/core';
3
- import { CommonModule } from '@angular/common';
4
3
  import { PoModalModule, PoModalComponent, PoTableModule, PoTableComponent } from './po-ui-ng-components.mjs';
5
4
 
6
5
  class PoChartModalTableComponent {
@@ -14,13 +13,13 @@ class PoChartModalTableComponent {
14
13
  <po-modal #modalComponent [p-click-out]="true" [p-title]="title" [p-primary-action]="actionModal">
15
14
  <po-table [p-hide-columns-manager]="true" [p-items]="itemsTable" [p-columns]="columnsTable"></po-table>
16
15
  </po-modal>
17
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: PoModalModule }, { kind: "component", type: PoModalComponent, selector: "po-modal" }, { kind: "ngmodule", type: PoTableModule }, { kind: "component", type: PoTableComponent, selector: "po-table" }] });
16
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: PoModalModule }, { kind: "component", type: PoModalComponent, selector: "po-modal" }, { kind: "ngmodule", type: PoTableModule }, { kind: "component", type: PoTableComponent, selector: "po-table" }] });
18
17
  }
19
18
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: PoChartModalTableComponent, decorators: [{
20
19
  type: Component,
21
20
  args: [{
22
21
  standalone: true,
23
- imports: [CommonModule, PoModalModule, PoTableModule],
22
+ imports: [PoModalModule, PoTableModule],
24
23
  selector: 'po-chart-modal-table',
25
24
  template: `
26
25
  <po-modal #modalComponent [p-click-out]="true" [p-title]="title" [p-primary-action]="actionModal">
@@ -42,4 +41,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImpor
42
41
  }] } });
43
42
 
44
43
  export { PoChartModalTableComponent };
45
- //# sourceMappingURL=po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs.map
44
+ //# sourceMappingURL=po-ui-ng-components-po-chart-modal-table.component-CaO2fPeS.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"po-ui-ng-components-po-chart-modal-table.component-CaO2fPeS.mjs","sources":["../../../projects/ui/src/lib/components/po-chart/po-chart-modal-table/po-chart-modal-table.component.ts"],"sourcesContent":["import { Component, Input, ViewChild } from '@angular/core';\n\nimport { PoModalComponent, PoModalModule } from '../../po-modal';\nimport { PoTableModule } from '../../po-table';\n\n@Component({\n standalone: true,\n imports: [PoModalModule, PoTableModule],\n selector: 'po-chart-modal-table',\n template: `\n <po-modal #modalComponent [p-click-out]=\"true\" [p-title]=\"title\" [p-primary-action]=\"actionModal\">\n <po-table [p-hide-columns-manager]=\"true\" [p-items]=\"itemsTable\" [p-columns]=\"columnsTable\"></po-table>\n </po-modal>\n `\n})\nexport class PoChartModalTableComponent {\n @ViewChild('modalComponent', { static: true }) modalComponent: PoModalComponent;\n\n @Input() title: string;\n @Input() itemsTable: Array<any>;\n @Input() columnsTable: Array<any>;\n @Input() actionModal: any;\n}\n"],"names":["i2.PoTableComponent"],"mappings":";;;;MAea,0BAA0B,CAAA;AACU,IAAA,cAAc;AAEpD,IAAA,KAAK;AACL,IAAA,UAAU;AACV,IAAA,YAAY;AACZ,IAAA,WAAW;uGANT,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA1B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,EAN3B,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,UAAA,EAAA,YAAA,EAAA,YAAA,EAAA,cAAA,EAAA,WAAA,EAAA,aAAA,EAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA;;;;GAIT,EANS,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,aAAa,mGAAE,aAAa,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,gBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,CAAA,EAAA,CAAA;;2FAQ3B,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAVtC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,OAAO,EAAE,CAAC,aAAa,EAAE,aAAa,CAAC;AACvC,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE;;;;AAIT,EAAA;AACF,iBAAA;8BAEgD,cAAc,EAAA,CAAA;sBAA5D,SAAS;AAAC,gBAAA,IAAA,EAAA,CAAA,gBAAgB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;gBAEpC,KAAK,EAAA,CAAA;sBAAb;gBACQ,UAAU,EAAA,CAAA;sBAAlB;gBACQ,YAAY,EAAA,CAAA;sBAApB;gBACQ,WAAW,EAAA,CAAA;sBAAnB;;;;;"}