barsa-sap-ui 2.2.1 → 2.2.3

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 (242) hide show
  1. package/esm2022/barsa-sap-ui.mjs +5 -0
  2. package/esm2022/lib/apply-conditional-formmatings.directive.mjs +90 -0
  3. package/esm2022/lib/avatar-size.pipe.mjs +41 -0
  4. package/esm2022/lib/barsa-answer-card/barsa-answer-card.component.mjs +41 -0
  5. package/esm2022/lib/barsa-asp-viewer/barsa-asp-viewer.component.mjs +145 -0
  6. package/esm2022/lib/barsa-bar-download-file/barsa-bar-download-file.component.mjs +23 -0
  7. package/esm2022/lib/barsa-bar-panel/barsa-bar-panel.component.mjs +23 -0
  8. package/esm2022/lib/barsa-base-panel/barsa-base-layout-panel.component.mjs +29 -0
  9. package/esm2022/lib/barsa-breadcrumbs/barsa-breadcrumbs.component.mjs +24 -0
  10. package/esm2022/lib/barsa-card-layout-panel/barsa-card-layout-panel.component.mjs +24 -0
  11. package/esm2022/lib/barsa-card-row-payam/barsa-card-row-payam.component.mjs +31 -0
  12. package/esm2022/lib/barsa-cartable-form/barsa-cartable-form.component.mjs +41 -0
  13. package/esm2022/lib/barsa-cartable-template/barsa-cartable-template.component.mjs +24 -0
  14. package/esm2022/lib/barsa-chat/barsa-chat.component.mjs +242 -0
  15. package/esm2022/lib/barsa-chat/chat.model.mjs +8 -0
  16. package/esm2022/lib/barsa-chat-content/barsa-chat-content.component.mjs +13 -0
  17. package/esm2022/lib/barsa-chat-content-toolbar/barsa-chat-content-toolbar.component.mjs +22 -0
  18. package/esm2022/lib/barsa-chat-list/barsa-chat-list.component.mjs +66 -0
  19. package/esm2022/lib/barsa-chat-message/barsa-chat-message.component.mjs +78 -0
  20. package/esm2022/lib/barsa-chat-thread/barsa-chat-thread.component.mjs +22 -0
  21. package/esm2022/lib/barsa-chat-threads-list/barsa-chat-threads-list.component.mjs +13 -0
  22. package/esm2022/lib/barsa-chat-threads-list-toolbar/barsa-chat-threads-list-toolbar.component.mjs +15 -0
  23. package/esm2022/lib/barsa-chip/barsa-chip.component.mjs +72 -0
  24. package/esm2022/lib/barsa-column-indicator/barsa-column-indicator.component.mjs +23 -0
  25. package/esm2022/lib/barsa-column-rownumber/barsa-column-rownumber.component.mjs +14 -0
  26. package/esm2022/lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component.mjs +14 -0
  27. package/esm2022/lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component.mjs +26 -0
  28. package/esm2022/lib/barsa-date-time-picker/barsa-date-time-picker.component.mjs +71 -0
  29. package/esm2022/lib/barsa-dynamic-field/barsa-dynamic-field.component.mjs +40 -0
  30. package/esm2022/lib/barsa-enum-menu-button/barsa-enum-menu-button.component.mjs +61 -0
  31. package/esm2022/lib/barsa-field-key-value/barsa-field-key-value.component.mjs +45 -0
  32. package/esm2022/lib/barsa-form-side-content/barsa-form-side-content.component.mjs +58 -0
  33. package/esm2022/lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component.mjs +27 -0
  34. package/esm2022/lib/barsa-group-cartable/barsa-cartable-group.component.mjs +94 -0
  35. package/esm2022/lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component.mjs +22 -0
  36. package/esm2022/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.mjs +37 -0
  37. package/esm2022/lib/barsa-list-file-linear/barsa-list-file-linear.component.mjs +41 -0
  38. package/esm2022/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.mjs +29 -0
  39. package/esm2022/lib/barsa-list-layout-panel/barsa-list-layout-panel.component.mjs +23 -0
  40. package/esm2022/lib/barsa-modal/barsa-modal.component.mjs +43 -0
  41. package/esm2022/lib/barsa-monaco-editor/barsa-monaco-editor.component.mjs +83 -0
  42. package/esm2022/lib/barsa-network-offline/barsa-network-offline.component.mjs +57 -0
  43. package/esm2022/lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component.mjs +159 -0
  44. package/esm2022/lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component.mjs +17 -0
  45. package/esm2022/lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component.mjs +30 -0
  46. package/esm2022/lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component.mjs +14 -0
  47. package/esm2022/lib/barsa-question-answer-form/barsa-question-answer-form.component.mjs +34 -0
  48. package/esm2022/lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component.mjs +46 -0
  49. package/esm2022/lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component.mjs +79 -0
  50. package/esm2022/lib/barsa-question-post/barsa-question-post.component.mjs +30 -0
  51. package/esm2022/lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component.mjs +31 -0
  52. package/esm2022/lib/barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component.mjs +28 -0
  53. package/esm2022/lib/barsa-report-one-of-list/barsa-report-one-of-list.component.mjs +102 -0
  54. package/esm2022/lib/barsa-row-inline-actionlist/barsa-row-inline-actionlist.component.mjs +26 -0
  55. package/esm2022/lib/barsa-sap-ui-routing.module.mjs +18 -0
  56. package/esm2022/lib/barsa-sap-ui.module.mjs +377 -0
  57. package/esm2022/lib/barsa-search-form/barsa-search-form.component.mjs +29 -0
  58. package/esm2022/lib/barsa-simple-form/barsa-simple-form.component.mjs +170 -0
  59. package/esm2022/lib/barsa-tab-route-manager/barsa-tab-route-manager.component.mjs +18 -0
  60. package/esm2022/lib/barsa-table-column/barsa-table-column.component.mjs +29 -0
  61. package/esm2022/lib/barsa-table-header/barsa-table-header.component.mjs +222 -0
  62. package/esm2022/lib/barsa-table-row/barsa-table-row.component.mjs +87 -0
  63. package/esm2022/lib/barsa-tag-categories/barsa-tag-categories.component.mjs +60 -0
  64. package/esm2022/lib/barsa-tag-chip/barsa-tag-chip.component.mjs +26 -0
  65. package/esm2022/lib/barsa-tags-category-row/barsa-tags-category-row.component.mjs +23 -0
  66. package/esm2022/lib/barsa-text-ellipsis/barsa-text-ellipsis.component.mjs +37 -0
  67. package/esm2022/lib/barsa-tinyemce/barsa-tinyemce.component.mjs +418 -0
  68. package/esm2022/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.mjs +36 -0
  69. package/esm2022/lib/barsa-tree-item/barsa-tree-item.component.mjs +153 -0
  70. package/esm2022/lib/barsa-tree-item/node-has-one-depth-level.pipe.mjs +20 -0
  71. package/esm2022/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +216 -0
  72. package/esm2022/lib/blob-viewer/blob-viewer.component.mjs +74 -0
  73. package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +50 -0
  74. package/esm2022/lib/captcha-field/captcha-field.component.mjs +28 -0
  75. package/esm2022/lib/card-item/card-item.component.mjs +74 -0
  76. package/esm2022/lib/card-view-content/card-view-content.component.mjs +46 -0
  77. package/esm2022/lib/col-renderer.directive.mjs +47 -0
  78. package/esm2022/lib/column-matrix-renderer/column-matrix-renderer.component.mjs +56 -0
  79. package/esm2022/lib/column-matrix-renderer/matrix-value.pipe.mjs +61 -0
  80. package/esm2022/lib/column-renderer/column-renderer.component.mjs +97 -0
  81. package/esm2022/lib/constants.mjs +450 -0
  82. package/esm2022/lib/custom-date-time/custom-date-time.component.mjs +41 -0
  83. package/esm2022/lib/device-info-field-base.mjs +24 -0
  84. package/esm2022/lib/dialog-handler.directive.mjs +29 -0
  85. package/esm2022/lib/download-files.directive.mjs +34 -0
  86. package/esm2022/lib/dynamic-page-size.pipe.mjs +27 -0
  87. package/esm2022/lib/file-in-dialog/file-in-dialog.component.mjs +44 -0
  88. package/esm2022/lib/file-viewer/file-viewer.component.mjs +47 -0
  89. package/esm2022/lib/file-viewer-content/file-viewer-content.component.mjs +71 -0
  90. package/esm2022/lib/file-viewer-popover/file-viewer-popover.component.mjs +37 -0
  91. package/esm2022/lib/form-dialog/form-dialog.component.mjs +171 -0
  92. package/esm2022/lib/form-dialog-less/form-dialog-less.component.mjs +50 -0
  93. package/esm2022/lib/form-toolbar/form-toolbar.component.mjs +62 -0
  94. package/esm2022/lib/form-toolbar-button/form-toolbar-button.component.mjs +45 -0
  95. package/esm2022/lib/form-wizard/form-wizard.component.mjs +21 -0
  96. package/esm2022/lib/fullscreen-dialog.directive.mjs +60 -0
  97. package/esm2022/lib/fullscreen-files.directive.mjs +43 -0
  98. package/esm2022/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +217 -0
  99. package/esm2022/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.mjs +215 -0
  100. package/esm2022/lib/global-search/global-search.component.mjs +27 -0
  101. package/esm2022/lib/global-search-module/global-search-module.component.mjs +29 -0
  102. package/esm2022/lib/global-search-panel/global-search-panel.component.mjs +25 -0
  103. package/esm2022/lib/header-avatar/header-avatar.component.mjs +18 -0
  104. package/esm2022/lib/htree-create-new/htree-create-new.component.mjs +48 -0
  105. package/esm2022/lib/hyperlink/hyperlink.component.mjs +23 -0
  106. package/esm2022/lib/index.mjs +549 -0
  107. package/esm2022/lib/inline-save-and-cancel/inline-save-and-cancel.component.mjs +32 -0
  108. package/esm2022/lib/layout-actions/layout-actions.component.mjs +70 -0
  109. package/esm2022/lib/layout-control/layout-control.component.mjs +302 -0
  110. package/esm2022/lib/layout-wizard/layout-wizard.component.mjs +180 -0
  111. package/esm2022/lib/list-item/list-item.component.mjs +34 -0
  112. package/esm2022/lib/ly-empty-space/ly-empty-space.component.mjs +42 -0
  113. package/esm2022/lib/ly-horizontal-layout/ly-horizontal-layout.component.mjs +82 -0
  114. package/esm2022/lib/ly-label/ly-label.component.mjs +37 -0
  115. package/esm2022/lib/ly-layout-container/ly-layout-container.component.mjs +83 -0
  116. package/esm2022/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.mjs +17 -0
  117. package/esm2022/lib/ly-layout-field-label/ly-layout-field-label.component.mjs +24 -0
  118. package/esm2022/lib/ly-layout-panel/ly-layout-panel.component.mjs +83 -0
  119. package/esm2022/lib/ly-line/ly-line.component.mjs +56 -0
  120. package/esm2022/lib/ly-simple-label/ly-simple-label.component.mjs +22 -0
  121. package/esm2022/lib/ly-tab-container/ly-tab-container.component.mjs +44 -0
  122. package/esm2022/lib/ly-tab-page/ly-tab-page.component.mjs +44 -0
  123. package/esm2022/lib/ly-vertical-layout/ly-vertical-layout.component.mjs +51 -0
  124. package/esm2022/lib/manage-filters-report/manage-filters-report.component.mjs +43 -0
  125. package/esm2022/lib/mask/mask.component.mjs +22 -0
  126. package/esm2022/lib/message-strip/message-strip.component.mjs +28 -0
  127. package/esm2022/lib/models/grid-data-provider.mjs +114 -0
  128. package/esm2022/lib/models/grid-view.mjs +2 -0
  129. package/esm2022/lib/models/index.mjs +2 -0
  130. package/esm2022/lib/no-data/no-data.component.mjs +31 -0
  131. package/esm2022/lib/notification-item/notification-item.component.mjs +57 -0
  132. package/esm2022/lib/notification-item-actions/notification-item-actions.component.mjs +79 -0
  133. package/esm2022/lib/notification-popup.service.mjs +92 -0
  134. package/esm2022/lib/object-status-icon.pipe.mjs +27 -0
  135. package/esm2022/lib/progress-indicator/progress-indicator.component.mjs +18 -0
  136. package/esm2022/lib/report-navigator/report-navigator.component.mjs +68 -0
  137. package/esm2022/lib/report-new-top-form/report-new-top-form.component.mjs +60 -0
  138. package/esm2022/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.mjs +35 -0
  139. package/esm2022/lib/report-search-fields-manage/report-search-fields-manage.component.mjs +97 -0
  140. package/esm2022/lib/report-search-panel-save/report-search-panel-save.component.mjs +88 -0
  141. package/esm2022/lib/report-tree-base.mjs +387 -0
  142. package/esm2022/lib/report-view-renderer.directive.mjs +392 -0
  143. package/esm2022/lib/responsive-toolbar/responsive-toolbar.component.mjs +50 -0
  144. package/esm2022/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.mjs +84 -0
  145. package/esm2022/lib/rich-text-static/rich-text-static.component.mjs +72 -0
  146. package/esm2022/lib/sap-font-class.pipe.mjs +30 -0
  147. package/esm2022/lib/sap-font.pipe.mjs +30 -0
  148. package/esm2022/lib/sap-size.pipe.mjs +28 -0
  149. package/esm2022/lib/sap-ui-report-base.component.mjs +809 -0
  150. package/esm2022/lib/search-panel/search-panel.component.mjs +63 -0
  151. package/esm2022/lib/static-text/static-text.component.mjs +15 -0
  152. package/esm2022/lib/table-th.directive.mjs +87 -0
  153. package/esm2022/lib/title/title.component.mjs +15 -0
  154. package/esm2022/lib/ui-asp-report-viewer/ui-asp-report-viewer.component.mjs +34 -0
  155. package/esm2022/lib/ui-bpmn-viewer/ui-bpmn-viewer.component.mjs +33 -0
  156. package/esm2022/lib/ui-button/ui-button.component.mjs +32 -0
  157. package/esm2022/lib/ui-calendar/ui-calendar.component.mjs +53 -0
  158. package/esm2022/lib/ui-card-view/ui-card-view.component.mjs +58 -0
  159. package/esm2022/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.mjs +42 -0
  160. package/esm2022/lib/ui-check-box/ui-check-box.component.mjs +39 -0
  161. package/esm2022/lib/ui-color-ui/ui-color-ui.component.mjs +50 -0
  162. package/esm2022/lib/ui-container-with-button/ui-container-with-button.component.mjs +38 -0
  163. package/esm2022/lib/ui-date-range-ex/ui-date-range-ex.component.mjs +191 -0
  164. package/esm2022/lib/ui-date-time/ui-date-time.component.mjs +150 -0
  165. package/esm2022/lib/ui-editable-grid/ui-editable-grid.component.mjs +108 -0
  166. package/esm2022/lib/ui-exception-form/ui-exception-form.component.mjs +53 -0
  167. package/esm2022/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.mjs +124 -0
  168. package/esm2022/lib/ui-form-panel/ui-form-panel.component.mjs +103 -0
  169. package/esm2022/lib/ui-gantt-chart/ui-gantt-chart.component.mjs +32 -0
  170. package/esm2022/lib/ui-graph/ui-graph.component.mjs +17 -0
  171. package/esm2022/lib/ui-grid/ui-grid.component.mjs +25 -0
  172. package/esm2022/lib/ui-grid-columns/ui-grid-columns.component.mjs +43 -0
  173. package/esm2022/lib/ui-grid-filter-item/ui-grid-filter-item.component.mjs +66 -0
  174. package/esm2022/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.mjs +75 -0
  175. package/esm2022/lib/ui-grid-sort-item/ui-grid-sort-item.component.mjs +58 -0
  176. package/esm2022/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.mjs +123 -0
  177. package/esm2022/lib/ui-html-viewer/ui-html-viewer.component.mjs +16 -0
  178. package/esm2022/lib/ui-info-bar-panel/ui-info-bar-panel.component.mjs +11 -0
  179. package/esm2022/lib/ui-label/ui-label.component.mjs +12 -0
  180. package/esm2022/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +379 -0
  181. package/esm2022/lib/ui-list-view/ui-list-view.component.mjs +84 -0
  182. package/esm2022/lib/ui-map/ui-map.component.mjs +68 -0
  183. package/esm2022/lib/ui-matrix-view/ui-matrix-view.component.mjs +124 -0
  184. package/esm2022/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.mjs +19 -0
  185. package/esm2022/lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component.mjs +14 -0
  186. package/esm2022/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.mjs +55 -0
  187. package/esm2022/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.mjs +429 -0
  188. package/esm2022/lib/ui-monaco-editor/ui-monaco-editor.component.mjs +28 -0
  189. package/esm2022/lib/ui-multi-select-card/ui-multi-select-card.component.mjs +37 -0
  190. package/esm2022/lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component.mjs +59 -0
  191. package/esm2022/lib/ui-multi-select-combo/ui-multi-select-combo.component.mjs +93 -0
  192. package/esm2022/lib/ui-multi-select-radio/ui-multi-select-radio.component.mjs +36 -0
  193. package/esm2022/lib/ui-multi-select-slider/ui-multi-select-slider.component.mjs +56 -0
  194. package/esm2022/lib/ui-multi-select-smile/ui-multi-select-smile.component.mjs +28 -0
  195. package/esm2022/lib/ui-notification-view/ui-notification-view.component.mjs +47 -0
  196. package/esm2022/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.mjs +33 -0
  197. package/esm2022/lib/ui-num-int-slider/ui-num-int-slider.component.mjs +27 -0
  198. package/esm2022/lib/ui-num-int-ui/ui-num-int-ui.component.mjs +21 -0
  199. package/esm2022/lib/ui-pdf-viewer/ui-pdf-viewer.component.mjs +268 -0
  200. package/esm2022/lib/ui-picture-file/ui-picture-file.component.mjs +101 -0
  201. package/esm2022/lib/ui-pictures-info/ui-pictures-info.component.mjs +261 -0
  202. package/esm2022/lib/ui-radio-group/ui-radio-group.component.mjs +48 -0
  203. package/esm2022/lib/ui-read-only-field/ui-read-only-field.component.mjs +36 -0
  204. package/esm2022/lib/ui-report-container/ui-report-container.component.mjs +46 -0
  205. package/esm2022/lib/ui-search-command-info-ui/ui-search-command-info-ui.component.mjs +24 -0
  206. package/esm2022/lib/ui-simple-combo/ui-simple-combo.component.mjs +55 -0
  207. package/esm2022/lib/ui-single-picture/ui-single-picture.component.mjs +36 -0
  208. package/esm2022/lib/ui-switch-button/ui-switch-button.component.mjs +20 -0
  209. package/esm2022/lib/ui-table-view/ui-table-view.component.mjs +296 -0
  210. package/esm2022/lib/ui-text-area/ui-text-area.component.mjs +49 -0
  211. package/esm2022/lib/ui-text-field/ui-text-field.component.mjs +52 -0
  212. package/esm2022/lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component.mjs +48 -0
  213. package/esm2022/lib/ui-time-span/ui-time-span.component.mjs +24 -0
  214. package/esm2022/lib/ui-tinymce/ui-tinymce.component.mjs +53 -0
  215. package/esm2022/lib/ui-tree/ui-tree.component.mjs +114 -0
  216. package/esm2022/lib/ui-tree-view/ui-tree-view.component.mjs +100 -0
  217. package/esm2022/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.mjs +23 -0
  218. package/esm2022/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +310 -0
  219. package/esm2022/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.mjs +25 -0
  220. package/esm2022/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.mjs +93 -0
  221. package/esm2022/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.mjs +119 -0
  222. package/esm2022/lib/ul-notify-popup/ul-notify-popup.component.mjs +32 -0
  223. package/esm2022/lib/ul-toast-adapter/ul-toast-adapter.component.mjs +48 -0
  224. package/esm2022/lib/ulv-column-settings/ulv-column-settings.component.mjs +53 -0
  225. package/esm2022/lib/ulv-context-menu/ulv-context-menu.component.mjs +116 -0
  226. package/esm2022/lib/ulv-filter-settings/ulv-filter-settings.component.mjs +43 -0
  227. package/esm2022/lib/ulv-form-multi-select/ulv-form-multi-select.component.mjs +196 -0
  228. package/esm2022/lib/ulv-groupby-settings/ulv-groupby-settings.component.mjs +44 -0
  229. package/esm2022/lib/ulv-paging/ulv-paging.component.mjs +84 -0
  230. package/esm2022/lib/ulv-selection/ulv-selection.component.mjs +65 -0
  231. package/esm2022/lib/ulv-settings/ulv-settings.component.mjs +116 -0
  232. package/esm2022/lib/ulv-sort-settings/ulv-sort-settings.component.mjs +54 -0
  233. package/esm2022/lib/ulv-toolbar/ulv-toolbar.component.mjs +177 -0
  234. package/esm2022/lib/upload-file-status.pipe.mjs +29 -0
  235. package/esm2022/lib/util-chat-time-badge.pipe.mjs +18 -0
  236. package/esm2022/lib/util-date-to-hh-mm.pipe.mjs +23 -0
  237. package/esm2022/lib/wizard-layout.directive.mjs +104 -0
  238. package/esm2022/public-api.mjs +236 -0
  239. package/fesm2022/barsa-sap-ui.mjs +6 -13
  240. package/fesm2022/barsa-sap-ui.mjs.map +1 -1
  241. package/lib/layout-wizard/layout-wizard.component.d.ts +0 -1
  242. package/package.json +3 -1
@@ -0,0 +1,377 @@
1
+ import { CUSTOM_ELEMENTS_SCHEMA, NgModule, NO_ERRORS_SCHEMA, APP_INITIALIZER } from '@angular/core';
2
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
3
+ import { Overlay } from '@angular/cdk/overlay';
4
+ import { CommonModule } from '@angular/common';
5
+ import { DragDropModule } from '@angular/cdk/drag-drop';
6
+ import { CdkTableModule } from '@angular/cdk/table';
7
+ import { FundamentalNgxCoreModule, WizardModule, FacetModule, ThemingService, DialogService, ContentDensityModule, ContentDensityMode, GlobalContentDensityService, RatingStarLabelPipe, ListGroupPipe, DateTimeFormatPipe, DateFromNowPipe, DateFormatPipe, AvatarIconPipe, NotificationRef, MessageToastService } from '@fundamental-ngx/core';
8
+ import { RtlService } from '@fundamental-ngx/cdk/utils';
9
+ import { PdfJsViewerModule } from 'ng2-pdfjs-viewer';
10
+ import { PortalService, BarsaNovinRayCoreModule, BaseModule, DIALOG_SERVICE, FORM_DIALOG_COMPONENT, NOTIFICATAION_POPUP_SERVER, TOAST_SERVICE, ResizableModule, LocalStorageService } from 'barsa-novin-ray-core';
11
+ import { BarsaCalendarModule } from 'barsa-calendar';
12
+ import { ColorSwatchesModule } from 'ngx-color/swatches';
13
+ import { ColorChromeModule } from 'ngx-color/chrome';
14
+ import { ClipboardModule } from '@angular/cdk/clipboard';
15
+ import { components, pipes, directives, INIT_SAPFIORI } from './index';
16
+ import { BarsaSapUiRoutingModule } from './barsa-sap-ui-routing.module';
17
+ import { FormDialogComponent } from './form-dialog/form-dialog.component';
18
+ import { NotificationPopupService } from './notification-popup.service';
19
+ import { DomSanitizer } from '@angular/platform-browser';
20
+ import { ScrollingModule } from '@angular/cdk/scrolling';
21
+ import { UtilDateToHhMmPipe } from './util-date-to-hh-mm.pipe';
22
+ import { UtilChatTimeBadgePipe } from './util-chat-time-badge.pipe';
23
+ import { PlatformIconTabBarModule } from '@fundamental-ngx/platform';
24
+ import * as i0 from "@angular/core";
25
+ import * as i1 from "barsa-novin-ray-core";
26
+ import * as i2 from "./barsa-bar-download-file/barsa-bar-download-file.component";
27
+ import * as i3 from "./ui-text-field/ui-text-field.component";
28
+ import * as i4 from "./ly-layout-field-label/ly-layout-field-label.component";
29
+ import * as i5 from "./ui-check-box/ui-check-box.component";
30
+ import * as i6 from "./ui-simple-combo/ui-simple-combo.component";
31
+ import * as i7 from "./ui-radio-group/ui-radio-group.component";
32
+ import * as i8 from "./ui-grid/ui-grid.component";
33
+ import * as i9 from "./ui-map/ui-map.component";
34
+ import * as i10 from "./ly-layout-container-of-root/ly-layout-container-of-root.component";
35
+ import * as i11 from "./ly-layout-panel/ly-layout-panel.component";
36
+ import * as i12 from "./ui-read-only-field/ui-read-only-field.component";
37
+ import * as i13 from "./ui-container-with-button/ui-container-with-button.component";
38
+ import * as i14 from "./ui-picture-file/ui-picture-file.component";
39
+ import * as i15 from "./ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component";
40
+ import * as i16 from "./ui-multi-select-combo/ui-multi-select-combo.component";
41
+ import * as i17 from "./ui-num-decimal-ui/ui-num-decimal-ui.component";
42
+ import * as i18 from "./ui-num-int-ui/ui-num-int-ui.component";
43
+ import * as i19 from "./ui-time-span/ui-time-span.component";
44
+ import * as i20 from "./ui-file-linear-list-box/ui-file-linear-list-box.component";
45
+ import * as i21 from "./ly-empty-space/ly-empty-space.component";
46
+ import * as i22 from "./ui-single-picture/ui-single-picture.component";
47
+ import * as i23 from "./ulv-selection/ulv-selection.component";
48
+ import * as i24 from "./ulv-toolbar/ulv-toolbar.component";
49
+ import * as i25 from "./ulv-paging/ulv-paging.component";
50
+ import * as i26 from "./ui-grid-sort-setting/ui-grid-sort-setting.component";
51
+ import * as i27 from "./ui-grid-sort-item/ui-grid-sort-item.component";
52
+ import * as i28 from "./ui-grid-columns/ui-grid-columns.component";
53
+ import * as i29 from "./mask/mask.component";
54
+ import * as i30 from "./ui-info-bar-panel/ui-info-bar-panel.component";
55
+ import * as i31 from "./ui-form-panel/ui-form-panel.component";
56
+ import * as i32 from "./ui-search-command-info-ui/ui-search-command-info-ui.component";
57
+ import * as i33 from "./ulv-settings/ulv-settings.component";
58
+ import * as i34 from "./ui-tinymce/ui-tinymce.component";
59
+ import * as i35 from "./ui-button/ui-button.component";
60
+ import * as i36 from "./ui-date-time/ui-date-time.component";
61
+ import * as i37 from "./form-dialog/form-dialog.component";
62
+ import * as i38 from "./ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component";
63
+ import * as i39 from "./responsive-toolbar/responsive-toolbar.component";
64
+ import * as i40 from "./responsive-toolbar-renderer/responsive-toolbar-renderer.component";
65
+ import * as i41 from "./ui-text-area/ui-text-area.component";
66
+ import * as i42 from "./layout-control/layout-control.component";
67
+ import * as i43 from "./layout-wizard/layout-wizard.component";
68
+ import * as i44 from "./form-wizard/form-wizard.component";
69
+ import * as i45 from "./form-dialog-less/form-dialog-less.component";
70
+ import * as i46 from "./rich-text-static/rich-text-static.component";
71
+ import * as i47 from "./ui-pictures-info/ui-pictures-info.component";
72
+ import * as i48 from "./ly-horizontal-layout/ly-horizontal-layout.component";
73
+ import * as i49 from "./ly-vertical-layout/ly-vertical-layout.component";
74
+ import * as i50 from "./ly-tab-container/ly-tab-container.component";
75
+ import * as i51 from "./ly-tab-page/ly-tab-page.component";
76
+ import * as i52 from "./ly-label/ly-label.component";
77
+ import * as i53 from "./ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component";
78
+ import * as i54 from "./ul-msg-box-adapter/ul-msg-box-adapter.component";
79
+ import * as i55 from "./ui-tree/ui-tree.component";
80
+ import * as i56 from "./header-avatar/header-avatar.component";
81
+ import * as i57 from "./ui-workflow-panel-ui/ui-workflow-panel-ui.component";
82
+ import * as i58 from "./ulv-context-menu/ulv-context-menu.component";
83
+ import * as i59 from "./ul-loading-mask-ui/ul-loading-mask-ui.component";
84
+ import * as i60 from "./ui-text-field-auto-complete/ui-text-field-auto-complete.component";
85
+ import * as i61 from "./captcha-field/captcha-field.component";
86
+ import * as i62 from "./ly-simple-label/ly-simple-label.component";
87
+ import * as i63 from "./global-search-panel/global-search-panel.component";
88
+ import * as i64 from "./global-search-module/global-search-module.component";
89
+ import * as i65 from "./global-search/global-search.component";
90
+ import * as i66 from "./hyperlink/hyperlink.component";
91
+ import * as i67 from "./static-text/static-text.component";
92
+ import * as i68 from "./ul-toast-adapter/ul-toast-adapter.component";
93
+ import * as i69 from "./message-strip/message-strip.component";
94
+ import * as i70 from "./ui-linear-list-container-with-button/ui-linear-list-container-with-button.component";
95
+ import * as i71 from "./fundamental-dynamic-form/fundamental-dynamic-form.component";
96
+ import * as i72 from "./layout-actions/layout-actions.component";
97
+ import * as i73 from "./ly-layout-container/ly-layout-container.component";
98
+ import * as i74 from "./ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component";
99
+ import * as i75 from "./ulv-form-multi-select/ulv-form-multi-select.component";
100
+ import * as i76 from "./ulv-column-settings/ulv-column-settings.component";
101
+ import * as i77 from "./ulv-filter-settings/ulv-filter-settings.component";
102
+ import * as i78 from "./ulv-sort-settings/ulv-sort-settings.component";
103
+ import * as i79 from "./ulv-groupby-settings/ulv-groupby-settings.component";
104
+ import * as i80 from "./barsa-list-file-linear/barsa-list-file-linear.component";
105
+ import * as i81 from "./ui-pdf-viewer/ui-pdf-viewer.component";
106
+ import * as i82 from "./barsa-tinyemce/barsa-tinyemce.component";
107
+ import * as i83 from "./ui-monaco-editor/ui-monaco-editor.component";
108
+ import * as i84 from "./barsa-monaco-editor/barsa-monaco-editor.component";
109
+ import * as i85 from "./barsa-date-time-picker/barsa-date-time-picker.component";
110
+ import * as i86 from "./barsa-tree-item/barsa-tree-item.component";
111
+ import * as i87 from "./ui-switch-button/ui-switch-button.component";
112
+ import * as i88 from "./ui-color-ui/ui-color-ui.component";
113
+ import * as i89 from "./ly-line/ly-line.component";
114
+ import * as i90 from "./ui-ulv-main-ui/ui-ulv-main-ui.component";
115
+ import * as i91 from "./report-navigator/report-navigator.component";
116
+ import * as i92 from "./manage-filters-report/manage-filters-report.component";
117
+ import * as i93 from "./report-search-fields-manage/report-search-fields-manage.component";
118
+ import * as i94 from "./report-search-fields-hidden-settings/report-search-fields-hidden-settings.component";
119
+ import * as i95 from "./search-panel/search-panel.component";
120
+ import * as i96 from "./report-search-panel-save/report-search-panel-save.component";
121
+ import * as i97 from "./ui-grid-filter-settings/ui-grid-filter-settings.component";
122
+ import * as i98 from "./ui-grid-filter-item/ui-grid-filter-item.component";
123
+ import * as i99 from "./ui-date-range-ex/ui-date-range-ex.component";
124
+ import * as i100 from "./ul-notify-popup/ul-notify-popup.component";
125
+ import * as i101 from "./ui-table-view/ui-table-view.component";
126
+ import * as i102 from "./ui-list-view/ui-list-view.component";
127
+ import * as i103 from "./ui-card-view/ui-card-view.component";
128
+ import * as i104 from "./ui-report-container/ui-report-container.component";
129
+ import * as i105 from "./no-data/no-data.component";
130
+ import * as i106 from "./column-renderer/column-renderer.component";
131
+ import * as i107 from "./inline-save-and-cancel/inline-save-and-cancel.component";
132
+ import * as i108 from "./ui-tree-view/ui-tree-view.component";
133
+ import * as i109 from "./ui-calendar/ui-calendar.component";
134
+ import * as i110 from "./ui-asp-report-viewer/ui-asp-report-viewer.component";
135
+ import * as i111 from "./ui-graph/ui-graph.component";
136
+ import * as i112 from "./ui-exception-form/ui-exception-form.component";
137
+ import * as i113 from "./ui-editable-grid/ui-editable-grid.component";
138
+ import * as i114 from "./column-matrix-renderer/column-matrix-renderer.component";
139
+ import * as i115 from "./ui-matrix-view/ui-matrix-view.component";
140
+ import * as i116 from "./custom-date-time/custom-date-time.component";
141
+ import * as i117 from "./barsa-asp-viewer/barsa-asp-viewer.component";
142
+ import * as i118 from "./file-in-dialog/file-in-dialog.component";
143
+ import * as i119 from "./ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component";
144
+ import * as i120 from "./ui-gantt-chart/ui-gantt-chart.component";
145
+ import * as i121 from "./gantt-dhtml-chart-view/gantt-dhtml-chart-view.component";
146
+ import * as i122 from "./progress-indicator/progress-indicator.component";
147
+ import * as i123 from "./card-view-content/card-view-content.component";
148
+ import * as i124 from "./card-item/card-item.component";
149
+ import * as i125 from "./ui-card-view-horizontal-group/ui-card-view-horizontal-group.component";
150
+ import * as i126 from "./title/title.component";
151
+ import * as i127 from "./barsa-ulv-main/barsa-ulv-main.component";
152
+ import * as i128 from "./list-item/list-item.component";
153
+ import * as i129 from "./htree-create-new/htree-create-new.component";
154
+ import * as i130 from "./barsa-table-header/barsa-table-header.component";
155
+ import * as i131 from "./barsa-table-row/barsa-table-row.component";
156
+ import * as i132 from "./barsa-table-column/barsa-table-column.component";
157
+ import * as i133 from "./breadcrumb/breadcrumb.component";
158
+ import * as i134 from "./ui-label/ui-label.component";
159
+ import * as i135 from "./form-toolbar-button/form-toolbar-button.component";
160
+ import * as i136 from "./barsa-search-form/barsa-search-form.component";
161
+ import * as i137 from "./report-new-top-form/report-new-top-form.component";
162
+ import * as i138 from "./barsa-network-offline/barsa-network-offline.component";
163
+ import * as i139 from "./file-viewer-content/file-viewer-content.component";
164
+ import * as i140 from "./file-viewer-popover/file-viewer-popover.component";
165
+ import * as i141 from "./file-viewer/file-viewer.component";
166
+ import * as i142 from "./blob-viewer/blob-viewer.component";
167
+ import * as i143 from "./notification-item/notification-item.component";
168
+ import * as i144 from "./barsa-cartable-template/barsa-cartable-template.component";
169
+ import * as i145 from "./barsa-group-cartable/barsa-cartable-group.component";
170
+ import * as i146 from "./barsa-cartable-form/barsa-cartable-form.component";
171
+ import * as i147 from "./barsa-column-indicator/barsa-column-indicator.component";
172
+ import * as i148 from "./barsa-field-key-value/barsa-field-key-value.component";
173
+ import * as i149 from "./barsa-toolbaritem-search/barsa-toolbaritem-search.component";
174
+ import * as i150 from "./ui-html-viewer/ui-html-viewer.component";
175
+ import * as i151 from "./barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component";
176
+ import * as i152 from "./barsa-text-ellipsis/barsa-text-ellipsis.component";
177
+ import * as i153 from "./barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component";
178
+ import * as i154 from "./barsa-linkable-items-panel/barsa-linkable-items-panel.component";
179
+ import * as i155 from "./barsa-enum-menu-button/barsa-enum-menu-button.component";
180
+ import * as i156 from "./barsa-card-layout-panel/barsa-card-layout-panel.component";
181
+ import * as i157 from "./barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component";
182
+ import * as i158 from "./barsa-base-panel/barsa-base-layout-panel.component";
183
+ import * as i159 from "./barsa-bar-panel/barsa-bar-panel.component";
184
+ import * as i160 from "./barsa-form-side-content/barsa-form-side-content.component";
185
+ import * as i161 from "./barsa-simple-form/barsa-simple-form.component";
186
+ import * as i162 from "./form-toolbar/form-toolbar.component";
187
+ import * as i163 from "./barsa-list-layout-panel/barsa-list-layout-panel.component";
188
+ import * as i164 from "./barsa-grid-layout-panel/barsa-grid-layout-panel.component";
189
+ import * as i165 from "./barsa-dynamic-field/barsa-dynamic-field.component";
190
+ import * as i166 from "./ui-multi-select-radio/ui-multi-select-radio.component";
191
+ import * as i167 from "./ui-multi-select-checkbox/ui-multi-select-checkbox.component";
192
+ import * as i168 from "./ui-num-int-slider/ui-num-int-slider.component";
193
+ import * as i169 from "./ui-multi-select-slider/ui-multi-select-slider.component";
194
+ import * as i170 from "./ui-multi-select-card/ui-multi-select-card.component";
195
+ import * as i171 from "./ui-multi-select-smile/ui-multi-select-smile.component";
196
+ import * as i172 from "./barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component";
197
+ import * as i173 from "./barsa-column-rownumber/barsa-column-rownumber.component";
198
+ import * as i174 from "./barsa-card-row-payam/barsa-card-row-payam.component";
199
+ import * as i175 from "./barsa-question-post/barsa-question-post.component";
200
+ import * as i176 from "./barsa-question-answer-form/barsa-question-answer-form.component";
201
+ import * as i177 from "./barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component";
202
+ import * as i178 from "./barsa-answer-card/barsa-answer-card.component";
203
+ import * as i179 from "./barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component";
204
+ import * as i180 from "./barsa-question-answer-vote-section/barsa-question-answer-vote-section.component";
205
+ import * as i181 from "./barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component";
206
+ import * as i182 from "./barsa-question-answer-comments-section/barsa-question-answer-comments-section.component";
207
+ import * as i183 from "./barsa-chip/barsa-chip.component";
208
+ import * as i184 from "./barsa-tag-chip/barsa-tag-chip.component";
209
+ import * as i185 from "./barsa-report-card-flex-view/barsa-report-card-flex-view.component";
210
+ import * as i186 from "./barsa-tags-category-row/barsa-tags-category-row.component";
211
+ import * as i187 from "./barsa-tag-categories/barsa-tag-categories.component";
212
+ import * as i188 from "./barsa-report-one-of-list/barsa-report-one-of-list.component";
213
+ import * as i189 from "./barsa-custom-inline-edit/barsa-custom-inline-edit.component";
214
+ import * as i190 from "./barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component";
215
+ import * as i191 from "./barsa-chat/barsa-chat.component";
216
+ import * as i192 from "./barsa-chat-content/barsa-chat-content.component";
217
+ import * as i193 from "./barsa-chat-message/barsa-chat-message.component";
218
+ import * as i194 from "./barsa-chat-thread/barsa-chat-thread.component";
219
+ import * as i195 from "./barsa-chat-threads-list/barsa-chat-threads-list.component";
220
+ import * as i196 from "./barsa-chat-threads-list-toolbar/barsa-chat-threads-list-toolbar.component";
221
+ import * as i197 from "./barsa-chat-content-toolbar/barsa-chat-content-toolbar.component";
222
+ import * as i198 from "./barsa-chat-list/barsa-chat-list.component";
223
+ import * as i199 from "./barsa-modal/barsa-modal.component";
224
+ import * as i200 from "./barsa-tab-route-manager/barsa-tab-route-manager.component";
225
+ import * as i201 from "./barsa-breadcrumbs/barsa-breadcrumbs.component";
226
+ import * as i202 from "./barsa-row-inline-actionlist/barsa-row-inline-actionlist.component";
227
+ import * as i203 from "./ui-bpmn-viewer/ui-bpmn-viewer.component";
228
+ import * as i204 from "./ui-notification-view/ui-notification-view.component";
229
+ import * as i205 from "./notification-item-actions/notification-item-actions.component";
230
+ import * as i206 from "./upload-file-status.pipe";
231
+ import * as i207 from "./sap-font.pipe";
232
+ import * as i208 from "./sap-font-class.pipe";
233
+ import * as i209 from "./barsa-tree-item/node-has-one-depth-level.pipe";
234
+ import * as i210 from "./column-matrix-renderer/matrix-value.pipe";
235
+ import * as i211 from "./dynamic-page-size.pipe";
236
+ import * as i212 from "./sap-size.pipe";
237
+ import * as i213 from "./avatar-size.pipe";
238
+ import * as i214 from "./object-status-icon.pipe";
239
+ import * as i215 from "./wizard-layout.directive";
240
+ import * as i216 from "./col-renderer.directive";
241
+ import * as i217 from "./apply-conditional-formmatings.directive";
242
+ import * as i218 from "./report-view-renderer.directive";
243
+ import * as i219 from "./fullscreen-dialog.directive";
244
+ import * as i220 from "./fullscreen-files.directive";
245
+ import * as i221 from "./download-files.directive";
246
+ import * as i222 from "./dialog-handler.directive";
247
+ import * as i223 from "./table-th.directive";
248
+ import * as i224 from "@fundamental-ngx/core";
249
+ const rootProviders = [
250
+ Overlay,
251
+ GlobalContentDensityService,
252
+ ThemingService,
253
+ NotificationRef,
254
+ RtlService,
255
+ {
256
+ provide: APP_INITIALIZER,
257
+ useFactory: INIT_SAPFIORI,
258
+ deps: [
259
+ RtlService,
260
+ GlobalContentDensityService,
261
+ ThemingService,
262
+ PortalService,
263
+ DomSanitizer,
264
+ LocalStorageService
265
+ ],
266
+ multi: true
267
+ },
268
+ { provide: FORM_DIALOG_COMPONENT, useValue: FormDialogComponent },
269
+ { provide: NOTIFICATAION_POPUP_SERVER, useClass: NotificationPopupService },
270
+ { provide: TOAST_SERVICE, useClass: MessageToastService }
271
+ ];
272
+ export class BarsaSapUiModule extends BaseModule {
273
+ constructor(dcm, componentFactoryResolver) {
274
+ super(dcm, componentFactoryResolver, 'BarsaSapUiModule');
275
+ this.dcm = dcm;
276
+ this.componentFactoryResolver = componentFactoryResolver;
277
+ this.dynamicComponents = [...components];
278
+ }
279
+ static forRoot() {
280
+ return {
281
+ ngModule: BarsaSapUiModule,
282
+ providers: [...pipes, ...rootProviders]
283
+ };
284
+ }
285
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiModule, deps: [{ token: i1.DynamicComponentService }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.NgModule }); }
286
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiModule, declarations: [i2.BarsaBarDownloadFileComponent, i3.UiTextFieldComponent, i4.LyLayoutFieldLabelComponent, i5.UiCheckBoxComponent, i6.UiSimpleComboComponent, i7.UiRadioGroupComponent, i8.UiGridComponent, i9.UiMapComponent, i10.LyLayoutContainerOfRootComponent, i11.LyLayoutPanelComponent, i12.UiReadOnlyFieldComponent, i13.UiContainerWithButtonComponent, i14.UiPictureFileComponent, i15.UiMoInfoUlvComboComponent, i16.UiMultiSelectComboComponent, i17.UiNumDecimalUiComponent, i18.UiNumIntUiComponent, i19.UiTimeSpanComponent, i20.UiFileLinearListBoxComponent, i21.LyEmptySpaceComponent, i22.UiSinglePictureComponent, i23.UlvSelectionComponent, i24.UlvToolbarComponent, i25.UlvPagingComponent, i26.UiGridSortSettingComponent, i27.UiGridSortItemComponent, i28.UiGridColumnsComponent, i29.MaskComponent, i30.UiInfoBarPanelComponent, i31.UiFormPanelComponent, i32.UiSearchCommandInfoUiComponent, i33.UlvSettingsComponent, i34.UiTinymceComponent, i35.UiButtonComponent, i36.UiDateTimeComponent, i37.FormDialogComponent, i38.UiMoInfoSubFormUiComponent, i39.ResponsiveToolbarComponent, i40.ResponsiveToolbarRendererComponent, i41.UiTextAreaComponent, i42.LayoutControlComponent, i43.LayoutWizardComponent, i44.FormWizardComponent, i45.FormDialogLessComponent, i46.RichTextStaticComponent, i47.UiPicturesInfoComponent, i48.LyHorizontalLayoutComponent, i49.LyVerticalLayoutComponent, i50.LyTabContainerComponent, i51.LyTabPageComponent, i52.LyLabelComponent, i53.UiMoInfoComboViewerComponent, i54.UlMsgBoxAdapterComponent, i55.UiTreeComponent, i56.HeaderAvatarComponent, i57.UiWorkflowPanelUiComponent, i58.UlvContextMenuComponent, i59.UlLoadingMaskUiComponent, i60.UiTextFieldAutoCompleteComponent, i61.CaptchaFieldComponent, i62.LySimpleLabelComponent, i63.GlobalSearchPanelComponent, i64.GlobalSearchModuleComponent, i65.GlobalSearchComponent, i66.HyperlinkComponent, i67.StaticTextComponent, i68.UlToastAdapterComponent, i69.MessageStripComponent, i70.UiLinearListContainerWithButtonComponent, i71.FundamentalDynamicFormComponent, i72.LayoutActionsComponent, i73.LyLayoutContainerComponent, i74.UiUlvFormMultiSelectUiComponent, i75.UlvFormMultiSelectComponent, i76.UlvColumnSettingsComponent, i77.UlvFilterSettingsComponent, i78.UlvSortSettingsComponent, i79.UlvGroupbySettingsComponent, i80.BarsaListFileLinearComponent, i81.UiPdfViewerComponent, i82.BarsaTinyemceComponent, i83.UiMonacoEditorComponent, i84.BarsaMonacoEditorComponent, i85.BarsaDateTimePickerComponent, i86.BarsaTreeItemComponent, i87.UiSwitchButtonComponent, i88.UiColorUiComponent, i89.LyLineComponent, i90.UiUlvMainUiComponent, i91.ReportNavigatorComponent, i92.ManageFiltersReportComponent, i93.ReportSearchFieldsManageComponent, i94.ReportSearchFieldsHiddenSettingsComponent, i95.SearchPanelComponent, i96.ReportSearchPanelSaveComponent, i97.UiGridFilterSettingsComponent, i98.UiGridFilterItemComponent, i99.UiDateRangeExComponent, i100.UlNotifyPopupComponent, i101.UiTableViewComponent, i102.UiListViewComponent, i103.UiCardViewComponent, i104.UiReportContainerComponent, i105.NoDataComponent, i106.ColumnRendererComponent, i107.InlineSaveAndCancelComponent, i108.UiTreeViewComponent, i107.InlineSaveAndCancelComponent, i109.UiCalendarComponent, i110.UiAspReportViewerComponent, i111.UiGraphComponent, i112.UiExceptionFormComponent, i113.UiEditableGridComponent, i114.ColumnMatrixRendererComponent, i115.UiMatrixViewComponent, i116.CustomDateTimeComponent, i117.BarsaAspViewerComponent, i118.FileInDialogComponent, i119.UiMoInfoGeneralObjectUiComponent, i120.UiGanttChartComponent, i121.GanttDhtmlChartViewComponent, i122.ProgressIndicatorComponent, i123.CardViewContentComponent, i124.CardItemComponent, i125.UiCardViewHorizontalGroupComponent, i126.TitleComponent, i127.BarsaUlvMainComponent, i128.ListItemComponent, i129.HtreeCreateNewComponent, i130.BarsaTableHeaderComponent, i131.BarsaTableRowComponent, i132.BarsaTableColumnComponent, i133.BreadcrumbComponent, i134.UiLabelComponent, i135.FormToolbarButtonComponent, i136.BarsaSearchFormComponent, i137.ReportNewTopFormComponent, i138.BarsaNetworkOfflineComponent, i139.FileViewerContentComponent, i140.FileViewerPopoverComponent, i141.FileViewerComponent, i142.BlobViewerComponent, i143.NotificationItemComponent, i144.BarsaCartableTemplateComponent, i145.BarsaCartableGroupComponent, i146.BarsaCartableFormComponent, i147.BarsaColumnIndicatorComponent, i148.BarsaFieldKeyValueComponent, i149.BarsaToolbaritemSearchComponent, i150.UiHtmlViewerComponent, i151.BarsaPishnamayeshPayamComponent, i152.BarsaTextEllipsisComponent, i153.BarsaListFileLinearGmailComponent, i154.BarsaLinkableItemsPanelComponent, i155.BarsaEnumMenuButtonComponent, i156.BarsaCardLayoutPanelComponent, i157.BarsaHorizontalFlexPanelComponent, i158.BarsaBaseLayoutPanelComponent, i159.BarsaBarPanelComponent, i160.BarsaFormSideContentComponent, i161.BarsaSimpleFormComponent, i162.FormToolbarComponent, i163.BarsaListLayoutPanelComponent, i164.BarsaGridLayoutPanelComponent, i165.BarsaDynamicFieldComponent, i166.UiMultiSelectRadioComponent, i167.UiMultiSelectCheckboxComponent, i168.UiNumIntSliderComponent, i169.UiMultiSelectSliderComponent, i170.UiMultiSelectCardComponent, i171.UiMultiSelectSmileComponent, i172.BarsaReportCheckboxSwitchButtonComponent, i173.BarsaColumnRowNumberComponent, i174.BarsaCardRowPayamComponent, i173.BarsaColumnRowNumberComponent, i175.BarsaQuestionPostComponent, i176.BarsaQuestionAnswerFormComponent, i177.BarsaQuestionAnswerFormAddCommentComponent, i178.BarsaAnswerCardComponent, i179.BarsaQuestionAnswerContentActionsSectionComponent, i180.BarsaQuestionAnswerVoteSectionComponent, i181.BarsaQuestionAnswerCreatorTimeSectionComponent, i182.BarsaQuestionAnswerCommentsSectionComponent, i183.BarsaChipComponent, i184.BarsaTagChipComponent, i185.BarsaReportCardFlexViewComponent, i186.BarsaTagsCategoryRowComponent, i187.BarsaTagCategoriesComponent, i188.BarsaReportOneOfListComponent, i174.BarsaCardRowPayamComponent, i189.BarsaCustomInlineEditComponent, i190.BarsaCustomInlineEditRowComponent, i191.BarsaChatComponent, i192.BarsaChatContentComponent, i193.BarsaChatMessageComponent, i194.BarsaChatThreadComponent, i195.BarsaChatThreadsListComponent, i196.BarsaChatThreadsListToolbarComponent, i197.BarsaChatContentToolbarComponent, i198.BarsaChatListComponent, i199.BarsaModalComponent, i200.BarsaTabRouteManagerComponent, i201.BarsaBreadcrumbsComponent, i202.BarsaRowInlineActionlistComponent, i203.UiBpmnViewerComponent, i204.UiNotificationViewComponent, i205.NotificationItemActionsComponent, i206.UploadFileStatusPipe, i207.SapFontPipe, i208.SapFontClassPipe, i103.StringToArrayPipe, i209.NodeHasOneDepthLevelPipe, i210.MatrixValuePipe, i211.DynamicPageSizePipe, i212.SapSizePipe, i213.AvatarGridColPipe, i214.ObjectStatusIconPipe, i215.WizardLayoutDirective, i216.ColRendererDirective, i217.ApplyConditionalFormatsDirective, i218.ReportViewRendererDirective, i219.FullscreenDialogDirective, i220.FullscreenFilesDirective, i221.DownloadFilesDirective, i222.DialogHandlerDirective, i223.TableThDirective], imports: [CommonModule,
287
+ FormsModule,
288
+ ReactiveFormsModule,
289
+ BarsaNovinRayCoreModule,
290
+ DragDropModule,
291
+ CdkTableModule,
292
+ FundamentalNgxCoreModule,
293
+ FacetModule,
294
+ WizardModule,
295
+ RatingStarLabelPipe,
296
+ ListGroupPipe,
297
+ DateTimeFormatPipe,
298
+ DateFromNowPipe,
299
+ DateFormatPipe,
300
+ AvatarIconPipe,
301
+ ColorSwatchesModule,
302
+ ColorChromeModule,
303
+ ClipboardModule,
304
+ BarsaCalendarModule,
305
+ BarsaSapUiRoutingModule,
306
+ PdfJsViewerModule,
307
+ ResizableModule,
308
+ PlatformIconTabBarModule, i224.ContentDensityModule, ScrollingModule,
309
+ UtilDateToHhMmPipe,
310
+ UtilChatTimeBadgePipe], exports: [i2.BarsaBarDownloadFileComponent, i3.UiTextFieldComponent, i4.LyLayoutFieldLabelComponent, i5.UiCheckBoxComponent, i6.UiSimpleComboComponent, i7.UiRadioGroupComponent, i8.UiGridComponent, i9.UiMapComponent, i10.LyLayoutContainerOfRootComponent, i11.LyLayoutPanelComponent, i12.UiReadOnlyFieldComponent, i13.UiContainerWithButtonComponent, i14.UiPictureFileComponent, i15.UiMoInfoUlvComboComponent, i16.UiMultiSelectComboComponent, i17.UiNumDecimalUiComponent, i18.UiNumIntUiComponent, i19.UiTimeSpanComponent, i20.UiFileLinearListBoxComponent, i21.LyEmptySpaceComponent, i22.UiSinglePictureComponent, i23.UlvSelectionComponent, i24.UlvToolbarComponent, i25.UlvPagingComponent, i26.UiGridSortSettingComponent, i27.UiGridSortItemComponent, i28.UiGridColumnsComponent, i29.MaskComponent, i30.UiInfoBarPanelComponent, i31.UiFormPanelComponent, i32.UiSearchCommandInfoUiComponent, i33.UlvSettingsComponent, i34.UiTinymceComponent, i35.UiButtonComponent, i36.UiDateTimeComponent, i37.FormDialogComponent, i38.UiMoInfoSubFormUiComponent, i39.ResponsiveToolbarComponent, i40.ResponsiveToolbarRendererComponent, i41.UiTextAreaComponent, i42.LayoutControlComponent, i43.LayoutWizardComponent, i44.FormWizardComponent, i45.FormDialogLessComponent, i46.RichTextStaticComponent, i47.UiPicturesInfoComponent, i48.LyHorizontalLayoutComponent, i49.LyVerticalLayoutComponent, i50.LyTabContainerComponent, i51.LyTabPageComponent, i52.LyLabelComponent, i53.UiMoInfoComboViewerComponent, i54.UlMsgBoxAdapterComponent, i55.UiTreeComponent, i56.HeaderAvatarComponent, i57.UiWorkflowPanelUiComponent, i58.UlvContextMenuComponent, i59.UlLoadingMaskUiComponent, i60.UiTextFieldAutoCompleteComponent, i61.CaptchaFieldComponent, i62.LySimpleLabelComponent, i63.GlobalSearchPanelComponent, i64.GlobalSearchModuleComponent, i65.GlobalSearchComponent, i66.HyperlinkComponent, i67.StaticTextComponent, i68.UlToastAdapterComponent, i69.MessageStripComponent, i70.UiLinearListContainerWithButtonComponent, i71.FundamentalDynamicFormComponent, i72.LayoutActionsComponent, i73.LyLayoutContainerComponent, i74.UiUlvFormMultiSelectUiComponent, i75.UlvFormMultiSelectComponent, i76.UlvColumnSettingsComponent, i77.UlvFilterSettingsComponent, i78.UlvSortSettingsComponent, i79.UlvGroupbySettingsComponent, i80.BarsaListFileLinearComponent, i81.UiPdfViewerComponent, i82.BarsaTinyemceComponent, i83.UiMonacoEditorComponent, i84.BarsaMonacoEditorComponent, i85.BarsaDateTimePickerComponent, i86.BarsaTreeItemComponent, i87.UiSwitchButtonComponent, i88.UiColorUiComponent, i89.LyLineComponent, i90.UiUlvMainUiComponent, i91.ReportNavigatorComponent, i92.ManageFiltersReportComponent, i93.ReportSearchFieldsManageComponent, i94.ReportSearchFieldsHiddenSettingsComponent, i95.SearchPanelComponent, i96.ReportSearchPanelSaveComponent, i97.UiGridFilterSettingsComponent, i98.UiGridFilterItemComponent, i99.UiDateRangeExComponent, i100.UlNotifyPopupComponent, i101.UiTableViewComponent, i102.UiListViewComponent, i103.UiCardViewComponent, i104.UiReportContainerComponent, i105.NoDataComponent, i106.ColumnRendererComponent, i107.InlineSaveAndCancelComponent, i108.UiTreeViewComponent, i107.InlineSaveAndCancelComponent, i109.UiCalendarComponent, i110.UiAspReportViewerComponent, i111.UiGraphComponent, i112.UiExceptionFormComponent, i113.UiEditableGridComponent, i114.ColumnMatrixRendererComponent, i115.UiMatrixViewComponent, i116.CustomDateTimeComponent, i117.BarsaAspViewerComponent, i118.FileInDialogComponent, i119.UiMoInfoGeneralObjectUiComponent, i120.UiGanttChartComponent, i121.GanttDhtmlChartViewComponent, i122.ProgressIndicatorComponent, i123.CardViewContentComponent, i124.CardItemComponent, i125.UiCardViewHorizontalGroupComponent, i126.TitleComponent, i127.BarsaUlvMainComponent, i128.ListItemComponent, i129.HtreeCreateNewComponent, i130.BarsaTableHeaderComponent, i131.BarsaTableRowComponent, i132.BarsaTableColumnComponent, i133.BreadcrumbComponent, i134.UiLabelComponent, i135.FormToolbarButtonComponent, i136.BarsaSearchFormComponent, i137.ReportNewTopFormComponent, i138.BarsaNetworkOfflineComponent, i139.FileViewerContentComponent, i140.FileViewerPopoverComponent, i141.FileViewerComponent, i142.BlobViewerComponent, i143.NotificationItemComponent, i144.BarsaCartableTemplateComponent, i145.BarsaCartableGroupComponent, i146.BarsaCartableFormComponent, i147.BarsaColumnIndicatorComponent, i148.BarsaFieldKeyValueComponent, i149.BarsaToolbaritemSearchComponent, i150.UiHtmlViewerComponent, i151.BarsaPishnamayeshPayamComponent, i152.BarsaTextEllipsisComponent, i153.BarsaListFileLinearGmailComponent, i154.BarsaLinkableItemsPanelComponent, i155.BarsaEnumMenuButtonComponent, i156.BarsaCardLayoutPanelComponent, i157.BarsaHorizontalFlexPanelComponent, i158.BarsaBaseLayoutPanelComponent, i159.BarsaBarPanelComponent, i160.BarsaFormSideContentComponent, i161.BarsaSimpleFormComponent, i162.FormToolbarComponent, i163.BarsaListLayoutPanelComponent, i164.BarsaGridLayoutPanelComponent, i165.BarsaDynamicFieldComponent, i166.UiMultiSelectRadioComponent, i167.UiMultiSelectCheckboxComponent, i168.UiNumIntSliderComponent, i169.UiMultiSelectSliderComponent, i170.UiMultiSelectCardComponent, i171.UiMultiSelectSmileComponent, i172.BarsaReportCheckboxSwitchButtonComponent, i173.BarsaColumnRowNumberComponent, i174.BarsaCardRowPayamComponent, i173.BarsaColumnRowNumberComponent, i175.BarsaQuestionPostComponent, i176.BarsaQuestionAnswerFormComponent, i177.BarsaQuestionAnswerFormAddCommentComponent, i178.BarsaAnswerCardComponent, i179.BarsaQuestionAnswerContentActionsSectionComponent, i180.BarsaQuestionAnswerVoteSectionComponent, i181.BarsaQuestionAnswerCreatorTimeSectionComponent, i182.BarsaQuestionAnswerCommentsSectionComponent, i183.BarsaChipComponent, i184.BarsaTagChipComponent, i185.BarsaReportCardFlexViewComponent, i186.BarsaTagsCategoryRowComponent, i187.BarsaTagCategoriesComponent, i188.BarsaReportOneOfListComponent, i174.BarsaCardRowPayamComponent, i189.BarsaCustomInlineEditComponent, i190.BarsaCustomInlineEditRowComponent, i191.BarsaChatComponent, i192.BarsaChatContentComponent, i193.BarsaChatMessageComponent, i194.BarsaChatThreadComponent, i195.BarsaChatThreadsListComponent, i196.BarsaChatThreadsListToolbarComponent, i197.BarsaChatContentToolbarComponent, i198.BarsaChatListComponent, i199.BarsaModalComponent, i200.BarsaTabRouteManagerComponent, i201.BarsaBreadcrumbsComponent, i202.BarsaRowInlineActionlistComponent, i203.UiBpmnViewerComponent, i204.UiNotificationViewComponent, i205.NotificationItemActionsComponent, i215.WizardLayoutDirective, i216.ColRendererDirective, i217.ApplyConditionalFormatsDirective, i218.ReportViewRendererDirective, i219.FullscreenDialogDirective, i220.FullscreenFilesDirective, i221.DownloadFilesDirective, i222.DialogHandlerDirective, i223.TableThDirective, i206.UploadFileStatusPipe, i207.SapFontPipe, i208.SapFontClassPipe, i103.StringToArrayPipe, i209.NodeHasOneDepthLevelPipe, i210.MatrixValuePipe, i211.DynamicPageSizePipe, i212.SapSizePipe, i213.AvatarGridColPipe, i214.ObjectStatusIconPipe] }); }
311
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiModule, providers: [{ provide: DIALOG_SERVICE, useClass: DialogService }], imports: [CommonModule,
312
+ FormsModule,
313
+ ReactiveFormsModule,
314
+ BarsaNovinRayCoreModule,
315
+ DragDropModule,
316
+ CdkTableModule,
317
+ FundamentalNgxCoreModule,
318
+ FacetModule,
319
+ WizardModule,
320
+ ColorSwatchesModule,
321
+ ColorChromeModule,
322
+ ClipboardModule,
323
+ BarsaCalendarModule,
324
+ BarsaSapUiRoutingModule,
325
+ PdfJsViewerModule,
326
+ ResizableModule,
327
+ PlatformIconTabBarModule,
328
+ ContentDensityModule.forRoot({
329
+ storage: 'localStorage', // can be 'url' or 'memory'
330
+ storageKey: '__contentDensity__',
331
+ defaultGlobalContentDensity: ContentDensityMode.COMPACT
332
+ }),
333
+ ScrollingModule] }); }
334
+ }
335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiModule, decorators: [{
336
+ type: NgModule,
337
+ args: [{
338
+ declarations: [...components, ...pipes, ...directives],
339
+ schemas: [NO_ERRORS_SCHEMA, CUSTOM_ELEMENTS_SCHEMA],
340
+ imports: [
341
+ CommonModule,
342
+ FormsModule,
343
+ ReactiveFormsModule,
344
+ BarsaNovinRayCoreModule,
345
+ DragDropModule,
346
+ CdkTableModule,
347
+ FundamentalNgxCoreModule,
348
+ FacetModule,
349
+ WizardModule,
350
+ RatingStarLabelPipe,
351
+ ListGroupPipe,
352
+ DateTimeFormatPipe,
353
+ DateFromNowPipe,
354
+ DateFormatPipe,
355
+ AvatarIconPipe,
356
+ ColorSwatchesModule,
357
+ ColorChromeModule,
358
+ ClipboardModule,
359
+ BarsaCalendarModule,
360
+ BarsaSapUiRoutingModule,
361
+ PdfJsViewerModule,
362
+ ResizableModule,
363
+ PlatformIconTabBarModule,
364
+ ContentDensityModule.forRoot({
365
+ storage: 'localStorage', // can be 'url' or 'memory'
366
+ storageKey: '__contentDensity__',
367
+ defaultGlobalContentDensity: ContentDensityMode.COMPACT
368
+ }),
369
+ ScrollingModule,
370
+ UtilDateToHhMmPipe,
371
+ UtilChatTimeBadgePipe
372
+ ],
373
+ exports: [...components, ...directives, ...pipes],
374
+ providers: [{ provide: DIALOG_SERVICE, useClass: DialogService }]
375
+ }]
376
+ }], ctorParameters: () => [{ type: i1.DynamicComponentService }, { type: i0.ComponentFactoryResolver }] });
377
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2Etc2FwLXVpLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2JhcnNhLXNhcC11aS9zcmMvbGliL2JhcnNhLXNhcC11aS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVILHNCQUFzQixFQUV0QixRQUFRLEVBQ1IsZ0JBQWdCLEVBQ2hCLGVBQWUsRUFDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNwRCxPQUFPLEVBQ0gsd0JBQXdCLEVBQ3hCLFlBQVksRUFDWixXQUFXLEVBQ1gsY0FBYyxFQUNkLGFBQWEsRUFDYixvQkFBb0IsRUFDcEIsa0JBQWtCLEVBQ2xCLDJCQUEyQixFQUMzQixtQkFBbUIsRUFDbkIsYUFBYSxFQUNiLGtCQUFrQixFQUNsQixlQUFlLEVBQ2YsY0FBYyxFQUNkLGNBQWMsRUFDZCxlQUFlLEVBQ2YsbUJBQW1CLEVBQ3RCLE1BQU0sdUJBQXVCLENBQUM7QUFDL0IsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRXJELE9BQU8sRUFDSCxhQUFhLEVBRWIsdUJBQXVCLEVBQ3ZCLFVBQVUsRUFDVixjQUFjLEVBQ2QscUJBQXFCLEVBQ3JCLDBCQUEwQixFQUMxQixhQUFhLEVBQ2IsZUFBZSxFQUNmLG1CQUFtQixFQUN0QixNQUFNLHNCQUFzQixD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LGlCQUFpQjt3QkFDakIsZUFBZTt3QkFDZixtQkFBbUI7d0JBQ25CLHVCQUF1Qjt3QkFDdkIsaUJBQWlCO3dCQUNqQixlQUFlO3dCQUNmLHdCQUF3Qjt3QkFDeEIsb0JBQW9CLENBQUMsT0FBTyxDQUFDOzRCQUN6QixPQUFPLEVBQUUsY0FBYyxFQUFFLDJCQUEyQjs0QkFDcEQsVUFBVSxFQUFFLG9CQUFvQjs0QkFDaEMsMkJBQTJCLEVBQUUsa0JBQWtCLENBQUMsT0FBTzt5QkFDMUQsQ0FBQzt3QkFDRixlQUFlO3dCQUNmLGtCQUFrQjt3QkFDbEIscUJBQXFCO3FCQUN4QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxHQUFHLFVBQVUsRUFBRSxHQUFHLFVBQVUsRUFBRSxHQUFHLEtBQUssQ0FBQztvQkFDakQsU0FBUyxFQUFFLENBQUMsRUFBRSxPQUFPLEVBQUUsY0FBYyxFQUFFLFFBQVEsRUFBRSxhQUFhLEVBQUUsQ0FBQztpQkFDcEUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gICAgQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyLFxyXG4gICAgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSxcclxuICAgIE1vZHVsZVdpdGhQcm92aWRlcnMsXHJcbiAgICBOZ01vZHVsZSxcclxuICAgIE5PX0VSUk9SU19TQ0hFTUEsXHJcbiAgICBBUFBfSU5JVElBTElaRVJcclxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9ybXNNb2R1bGUsIFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IE92ZXJsYXkgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IERyYWdEcm9wTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2RyYWctZHJvcCc7XHJcbmltcG9ydCB7IENka1RhYmxlTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3RhYmxlJztcclxuaW1wb3J0IHtcclxuICAgIEZ1bmRhbWVudGFsTmd4Q29yZU1vZHVsZSxcclxuICAgIFdpemFyZE1vZHVsZSxcclxuICAgIEZhY2V0TW9kdWxlLFxyXG4gICAgVGhlbWluZ1NlcnZpY2UsXHJcbiAgICBEaWFsb2dTZXJ2aWNlLFxyXG4gICAgQ29udGVudERlbnNpdHlNb2R1bGUsXHJcbiAgICBDb250ZW50RGVuc2l0eU1vZGUsXHJcbiAgICBHbG9iYWxDb250ZW50RGVuc2l0eVNlcnZpY2UsXHJcbiAgICBSYXRpbmdTdGFyTGFiZWxQaXBlLFxyXG4gICAgTGlzdEdyb3VwUGlwZSxcclxuICAgIERhdGVUaW1lRm9ybWF0UGlwZSxcclxuICAgIERhdGVGcm9tTm93UGlwZSxcclxuICAgIERhdGVGb3JtYXRQaXBlLFxyXG4gICAgQXZhdGFySWNvblBpcGUsXHJcbiAgICBOb3RpZmljYXRpb25SZWYsXHJcbiAgICBNZXNzYWdlVG9hc3RTZXJ2aWNlXHJcbn0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC9jb3JlJztcclxuaW1wb3J0IHsgUnRsU2VydmljZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY2RrL3V0aWxzJztcclxuaW1wb3J0IHsgUGRmSnNWaWV3ZXJNb2R1bGUgfSBmcm9tICduZzItcGRmanMtdmlld2VyJztcclxuXHJcbmltcG9ydCB7XHJcbiAgICBQb3J0YWxTZXJ2aWNlLFxyXG4gICAgRHluYW1pY0NvbXBvbmVudFNlcnZpY2UsXHJcbiAgICBCYXJzYU5vdmluUmF5Q29yZU1vZHVsZSxcclxuICAgIEJhc2VNb2R1bGUsXHJcbiAgICBESUFMT0dfU0VSVklDRSxcclxuICAgIEZPUk1fRElBTE9HX0NPTVBPTkVOVCxcclxuICAgIE5PVElGSUNBVEFJT05fUE9QVVBfU0VSVkVSLFxyXG4gICAgVE9BU1RfU0VSVklDRSxcclxuICAgIFJlc2l6YWJsZU1vZHVsZSxcclxuICAgIExvY2FsU3RvcmFnZVNlcnZpY2VcclxufSBmcm9tICdiYXJzYS1ub3Zpbi1yYXktY29yZSc7XHJcblxyXG5pbXBvcnQgeyBCYXJzYUNhbGVuZGFyTW9kdWxlIH0gZnJvbSAnYmFyc2EtY2FsZW5kYXInO1xyXG5pbXBvcnQgeyBDb2xvclN3YXRjaGVzTW9kdWxlIH0gZnJvbSAnbmd4LWNvbG9yL3N3YXRjaGVzJztcclxuaW1wb3J0IHsgQ29sb3JDaHJvbWVNb2R1bGUgfSBmcm9tICduZ3gtY29sb3IvY2hyb21lJztcclxuaW1wb3J0IHsgQ2xpcGJvYXJkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NsaXBib2FyZCc7XHJcblxyXG5pbXBvcnQgeyBjb21wb25lbnRzLCBwaXBlcywgZGlyZWN0aXZlcywgSU5JVF9TQVBGSU9SSSB9IGZyb20gJy4vaW5kZXgnO1xyXG5pbXBvcnQgeyBCYXJzYVNhcFVpUm91dGluZ01vZHVsZSB9IGZyb20gJy4vYmFyc2Etc2FwLXVpLXJvdXRpbmcubW9kdWxlJztcclxuaW1wb3J0IHsgRm9ybURpYWxvZ0NvbXBvbmVudCB9IGZyb20gJy4vZm9ybS1kaWFsb2cvZm9ybS1kaWFsb2cuY29tcG9uZW50JztcclxuaW1wb3J0IHsgTm90aWZpY2F0aW9uUG9wdXBTZXJ2aWNlIH0gZnJvbSAnLi9ub3RpZmljYXRpb24tcG9wdXAuc2VydmljZSc7XHJcbmltcG9ydCB7IERvbVNhbml0aXplciB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xyXG5pbXBvcnQgeyBTY3JvbGxpbmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvc2Nyb2xsaW5nJztcclxuaW1wb3J0IHsgVXRpbERhdGVUb0hoTW1QaXBlIH0gZnJvbSAnLi91dGlsLWRhdGUtdG8taGgtbW0ucGlwZSc7XHJcbmltcG9ydCB7IFV0aWxDaGF0VGltZUJhZGdlUGlwZSB9IGZyb20gJy4vdXRpbC1jaGF0LXRpbWUtYmFkZ2UucGlwZSc7XHJcbmltcG9ydCB7IFBsYXRmb3JtSWNvblRhYkJhck1vZHVsZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvcGxhdGZvcm0nO1xyXG5cclxuY29uc3Qgcm9vdFByb3ZpZGVycyA9IFtcclxuICAgIE92ZXJsYXksXHJcbiAgICBHbG9iYWxDb250ZW50RGVuc2l0eVNlcnZpY2UsXHJcbiAgICBUaGVtaW5nU2VydmljZSxcclxuICAgIE5vdGlmaWNhdGlvblJlZixcclxuICAgIFJ0bFNlcnZpY2UsXHJcbiAgICB7XHJcbiAgICAgICAgcHJvdmlkZTogQVBQX0lOSVRJQUxJWkVSLFxyXG4gICAgICAgIHVzZUZhY3Rvcnk6IElOSVRfU0FQRklPUkksXHJcbiAgICAgICAgZGVwczogW1xyXG4gICAgICAgICAgICBSdGxTZXJ2aWNlLFxyXG4gICAgICAgICAgICBHbG9iYWxDb250ZW50RGVuc2l0eVNlcnZpY2UsXHJcbiAgICAgICAgICAgIFRoZW1pbmdTZXJ2aWNlLFxyXG4gICAgICAgICAgICBQb3J0YWxTZXJ2aWNlLFxyXG4gICAgICAgICAgICBEb21TYW5pdGl6ZXIsXHJcbiAgICAgICAgICAgIExvY2FsU3RvcmFnZVNlcnZpY2VcclxuICAgICAgICBdLFxyXG4gICAgICAgIG11bHRpOiB0cnVlXHJcbiAgICB9LFxyXG4gICAgeyBwcm92aWRlOiBGT1JNX0RJQUxPR19DT01QT05FTlQsIHVzZVZhbHVlOiBGb3JtRGlhbG9nQ29tcG9uZW50IH0sXHJcbiAgICB7IHByb3ZpZGU6IE5PVElGSUNBVEFJT05fUE9QVVBfU0VSVkVSLCB1c2VDbGFzczogTm90aWZpY2F0aW9uUG9wdXBTZXJ2aWNlIH0sXHJcbiAgICB7IHByb3ZpZGU6IFRPQVNUX1NFUlZJQ0UsIHVzZUNsYXNzOiBNZXNzYWdlVG9hc3RTZXJ2aWNlIH1cclxuXTtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgICBkZWNsYXJhdGlvbnM6IFsuLi5jb21wb25lbnRzLCAuLi5waXBlcywgLi4uZGlyZWN0aXZlc10sXHJcbiAgICBzY2hlbWFzOiBbTk9fRVJST1JTX1NDSEVNQSwgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXHJcbiAgICBpbXBvcnRzOiBbXHJcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgICAgIEZvcm1zTW9kdWxlLFxyXG4gICAgICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXHJcbiAgICAgICAgQmFyc2FOb3ZpblJheUNvcmVNb2R1bGUsXHJcbiAgICAgICAgRHJhZ0Ryb3BNb2R1bGUsXHJcbiAgICAgICAgQ2RrVGFibGVNb2R1bGUsXHJcbiAgICAgICAgRnVuZGFtZW50YWxOZ3hDb3JlTW9kdWxlLFxyXG4gICAgICAgIEZhY2V0TW9kdWxlLFxyXG4gICAgICAgIFdpemFyZE1vZHVsZSxcclxuICAgICAgICBSYXRpbmdTdGFyTGFiZWxQaXBlLFxyXG4gICAgICAgIExpc3RHcm91cFBpcGUsXHJcbiAgICAgICAgRGF0ZVRpbWVGb3JtYXRQaXBlLFxyXG4gICAgICAgIERhdGVGcm9tTm93UGlwZSxcclxuICAgICAgICBEYXRlRm9ybWF0UGlwZSxcclxuICAgICAgICBBdmF0YXJJY29uUGlwZSxcclxuICAgICAgICBDb2xvclN3YXRjaGVzTW9kdWxlLFxyXG4gICAgICAgIENvbG9yQ2hyb21lTW9kdWxlLFxyXG4gICAgICAgIENsaXBib2FyZE1vZHVsZSxcclxuICAgICAgICBCYXJzYUNhbGVuZGFyTW9kdWxlLFxyXG4gICAgICAgIEJhcnNhU2FwVWlSb3V0aW5nTW9kdWxlLFxyXG4gICAgICAgIFBkZkpzVmlld2VyTW9kdWxlLFxyXG4gICAgICAgIFJlc2l6YWJsZU1vZHVsZSxcclxuICAgICAgICBQbGF0Zm9ybUljb25UYWJCYXJNb2R1bGUsXHJcbiAgICAgICAgQ29udGVudERlbnNpdHlNb2R1bGUuZm9yUm9vdCh7XHJcbiAgICAgICAgICAgIHN0b3JhZ2U6ICdsb2NhbFN0b3JhZ2UnLCAvLyBjYW4gYmUgJ3VybCcgb3IgJ21lbW9yeSdcclxuICAgICAgICAgICAgc3RvcmFnZUtleTogJ19fY29udGVudERlbnNpdHlfXycsXHJcbiAgICAgICAgICAgIGRlZmF1bHRHbG9iYWxDb250ZW50RGVuc2l0eTogQ29udGVudERlbnNpdHlNb2RlLkNPTVBBQ1RcclxuICAgICAgICB9KSxcclxuICAgICAgICBTY3JvbGxpbmdNb2R1bGUsXHJcbiAgICAgICAgVXRpbERhdGVUb0hoTW1QaXBlLFxyXG4gICAgICAgIFV0aWxDaGF0VGltZUJhZGdlUGlwZVxyXG4gICAgXSxcclxuICAgIGV4cG9ydHM6IFsuLi5jb21wb25lbnRzLCAuLi5kaXJlY3RpdmVzLCAuLi5waXBlc10sXHJcbiAgICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IERJQUxPR19TRVJWSUNFLCB1c2VDbGFzczogRGlhbG9nU2VydmljZSB9XVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmFyc2FTYXBVaU1vZHVsZSBleHRlbmRzIEJhc2VNb2R1bGUge1xyXG4gICAgcHJvdGVjdGVkIGR5bmFtaWNDb21wb25lbnRzID0gWy4uLmNvbXBvbmVudHNdO1xyXG4gICAgY29uc3RydWN0b3IocHJvdGVjdGVkIGRjbTogRHluYW1pY0NvbXBvbmVudFNlcnZpY2UsIHByb3RlY3RlZCBjb21wb25lbnRGYWN0b3J5UmVzb2x2ZXI6IENvbXBvbmVudEZhY3RvcnlSZXNvbHZlcikge1xyXG4gICAgICAgIHN1cGVyKGRjbSwgY29tcG9uZW50RmFjdG9yeVJlc29sdmVyLCAnQmFyc2FTYXBVaU1vZHVsZScpO1xyXG4gICAgfVxyXG4gICAgc3RhdGljIGZvclJvb3QoKTogTW9kdWxlV2l0aFByb3ZpZGVyczxCYXJzYVNhcFVpTW9kdWxlPiB7XHJcbiAgICAgICAgcmV0dXJuIHtcclxuICAgICAgICAgICAgbmdNb2R1bGU6IEJhcnNhU2FwVWlNb2R1bGUsXHJcbiAgICAgICAgICAgIHByb3ZpZGVyczogWy4uLnBpcGVzLCAuLi5yb290UHJvdmlkZXJzXVxyXG4gICAgICAgIH07XHJcbiAgICB9XHJcbn1cclxuIl19
@@ -0,0 +1,29 @@
1
+ import { Component, ChangeDetectionStrategy } from '@angular/core';
2
+ import { FormPanelService } from 'barsa-novin-ray-core';
3
+ import { UiFormPanelComponent } from '../ui-form-panel/ui-form-panel.component';
4
+ import { takeUntil } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "../fundamental-dynamic-form/fundamental-dynamic-form.component";
7
+ import * as i2 from "@angular/common";
8
+ import * as i3 from "barsa-novin-ray-core";
9
+ export class BarsaSearchFormComponent extends UiFormPanelComponent {
10
+ ngOnInit() {
11
+ super.ngOnInit();
12
+ this._activatedRoute.queryParams.pipe(takeUntil(this._onDestroy$)).subscribe((params) => {
13
+ const searchTerm = params.term;
14
+ if (searchTerm && typeof searchTerm === 'string') {
15
+ this._portalService.setSearchTerm(searchTerm);
16
+ }
17
+ });
18
+ }
19
+ onClose2() {
20
+ this._router.navigate(['..']);
21
+ }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaSearchFormComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
23
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BarsaSearchFormComponent, selector: "bsu-barsa-search-form", providers: [FormPanelService], usesInheritance: true, ngImport: i0, template: "<bsu-fundamental-dynamic-form\n [removeContentPadding]=\"(headerRemoveContentPadding$ | async)!!\"\n [breadCrumbs]=\"breadCrumbs$ | async\"\n [description]=\"(headerDescription$ | async)!!\"\n [title]=\"(title$ | async)!!\"\n [subtitle]=\"(headerSubtitle$ | async)!!\"\n [toolbarItems]=\"toolbarItems$ | async | tlbButtons: 'inFooter':false\"\n [layoutActions]=\"toolbarItems$ | async | tlbButtons: 'inFooter':true\"\n [toolbarVisible]=\"(toolbarVisible$ | async)!!\"\n [facetList]=\"(headerLayout$ | async)?.FacetList2\"\n [parameters]=\"parameters\"\n [workflowPanelUi]=\"workflowPanelUi$ | async\"\n [isMobile]=\"isMobile\"\n [layout94]=\"layout94$ | async\"\n [rtl]=\"(rtl$ | async)!!\"\n [mask]=\"(mask$ | async)!!\"\n [dirValue]=\"(dirValue$ | async)!!\"\n [deviceSize]=\"(deviceSize$ | async)!!\"\n [contentDensity]=\"(contentDensity$ | async)!!\"\n [modernTabs]=\"(modernTabs$ | async)!!\"\n [avatar]=\"(avatar$ | async)!!\"\n [fieldDict]=\"(fieldDict$ | async)!!\"\n (close)=\"onClose2()\"\n (toolbarClick)=\"onToolbarClick($event)\"\n [contentIsPage]=\"parameters?.ContentIsPage === true\"\n (workflowChoiceClick)=\"onWorkflowChoiceClick($event)\"\n></bsu-fundamental-dynamic-form>\n", styles: [""], dependencies: [{ kind: "component", type: i1.FundamentalDynamicFormComponent, selector: "bsu-fundamental-dynamic-form", inputs: ["breadCrumbs", "toolbarVisible", "toolbarItems", "layoutActions", "layout94", "parameters", "workflowPanelUi", "context", "title", "subtitle", "description", "facetList", "fieldDict", "removeHeaderBorder", "removeContentPadding", "isMobile", "mo", "avatar", "circleAvatar", "rtl", "hideFooter", "hideTitle", "hideClose", "hidePin", "fullscreen", "mask", "canSend", "contentIsPage", "contentDensity", "deviceSize", "dirValue", "landscape", "standalone", "modernTabs", "formVisibilityStatus", "layoutGridCol", "colLg", "colXl", "colMd", "footerDesign", "formContentMaxWidth", "workflowButtons"], outputs: ["toolbarClick", "workflowChoiceClick", "close", "fullscreenRequest"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.TlbButtonsPipe, name: "tlbButtons" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
24
+ }
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaSearchFormComponent, decorators: [{
26
+ type: Component,
27
+ args: [{ selector: 'bsu-barsa-search-form', changeDetection: ChangeDetectionStrategy.OnPush, providers: [FormPanelService], standalone: false, template: "<bsu-fundamental-dynamic-form\n [removeContentPadding]=\"(headerRemoveContentPadding$ | async)!!\"\n [breadCrumbs]=\"breadCrumbs$ | async\"\n [description]=\"(headerDescription$ | async)!!\"\n [title]=\"(title$ | async)!!\"\n [subtitle]=\"(headerSubtitle$ | async)!!\"\n [toolbarItems]=\"toolbarItems$ | async | tlbButtons: 'inFooter':false\"\n [layoutActions]=\"toolbarItems$ | async | tlbButtons: 'inFooter':true\"\n [toolbarVisible]=\"(toolbarVisible$ | async)!!\"\n [facetList]=\"(headerLayout$ | async)?.FacetList2\"\n [parameters]=\"parameters\"\n [workflowPanelUi]=\"workflowPanelUi$ | async\"\n [isMobile]=\"isMobile\"\n [layout94]=\"layout94$ | async\"\n [rtl]=\"(rtl$ | async)!!\"\n [mask]=\"(mask$ | async)!!\"\n [dirValue]=\"(dirValue$ | async)!!\"\n [deviceSize]=\"(deviceSize$ | async)!!\"\n [contentDensity]=\"(contentDensity$ | async)!!\"\n [modernTabs]=\"(modernTabs$ | async)!!\"\n [avatar]=\"(avatar$ | async)!!\"\n [fieldDict]=\"(fieldDict$ | async)!!\"\n (close)=\"onClose2()\"\n (toolbarClick)=\"onToolbarClick($event)\"\n [contentIsPage]=\"parameters?.ContentIsPage === true\"\n (workflowChoiceClick)=\"onWorkflowChoiceClick($event)\"\n></bsu-fundamental-dynamic-form>\n" }]
28
+ }] });
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2Etc2VhcmNoLWZvcm0vYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2Etc2VhcmNoLWZvcm0vYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUNoRixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7OztBQVNqQyxNQUFNLE9BQU8sd0JBQXlCLFNBQVEsb0JBQW9CO0lBQzlELFFBQVE7UUFDSixLQUFLLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDakIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxNQUFNLEVBQUUsRUFBRTtZQUNwRixNQUFNLFVBQVUsR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDO1lBQy9CLElBQUksVUFBVSxJQUFJLE9BQU8sVUFBVSxLQUFLLFFBQVEsRUFBRSxDQUFDO2dCQUMvQyxJQUFJLENBQUMsY0FBYyxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsQ0FBQztZQUNsRCxDQUFDO1FBQ0wsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBQ0QsUUFBUTtRQUNKLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQztJQUNsQyxDQUFDOytHQVpRLHdCQUF3QjttR0FBeEIsd0JBQXdCLGdEQUh0QixDQUFDLGdCQUFnQixDQUFDLGlEQ1RqQyxzdkNBMkJBOzs0RkRmYSx3QkFBd0I7a0JBUnBDLFNBQVM7K0JBQ0ksdUJBQXVCLG1CQUdoQix1QkFBdUIsQ0FBQyxNQUFNLGFBQ3BDLENBQUMsZ0JBQWdCLENBQUMsY0FDakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9ybVBhbmVsU2VydmljZSB9IGZyb20gJ2JhcnNhLW5vdmluLXJheS1jb3JlJztcclxuaW1wb3J0IHsgVWlGb3JtUGFuZWxDb21wb25lbnQgfSBmcm9tICcuLi91aS1mb3JtLXBhbmVsL3VpLWZvcm0tcGFuZWwuY29tcG9uZW50JztcclxuaW1wb3J0IHsgdGFrZVVudGlsIH0gZnJvbSAncnhqcyc7XHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdic3UtYmFyc2Etc2VhcmNoLWZvcm0nLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhcnNhLXNlYXJjaC1mb3JtLmNvbXBvbmVudC5odG1sJyxcclxuICAgIHN0eWxlVXJsczogWycuL2JhcnNhLXNlYXJjaC1mb3JtLmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxuICAgIHByb3ZpZGVyczogW0Zvcm1QYW5lbFNlcnZpY2VdLFxyXG4gICAgc3RhbmRhbG9uZTogZmFsc2VcclxufSlcclxuZXhwb3J0IGNsYXNzIEJhcnNhU2VhcmNoRm9ybUNvbXBvbmVudCBleHRlbmRzIFVpRm9ybVBhbmVsQ29tcG9uZW50IHtcclxuICAgIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgICAgIHN1cGVyLm5nT25Jbml0KCk7XHJcbiAgICAgICAgdGhpcy5fYWN0aXZhdGVkUm91dGUucXVlcnlQYXJhbXMucGlwZSh0YWtlVW50aWwodGhpcy5fb25EZXN0cm95JCkpLnN1YnNjcmliZSgocGFyYW1zKSA9PiB7XHJcbiAgICAgICAgICAgIGNvbnN0IHNlYXJjaFRlcm0gPSBwYXJhbXMudGVybTtcclxuICAgICAgICAgICAgaWYgKHNlYXJjaFRlcm0gJiYgdHlwZW9mIHNlYXJjaFRlcm0gPT09ICdzdHJpbmcnKSB7XHJcbiAgICAgICAgICAgICAgICB0aGlzLl9wb3J0YWxTZXJ2aWNlLnNldFNlYXJjaFRlcm0oc2VhcmNoVGVybSk7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9KTtcclxuICAgIH1cclxuICAgIG9uQ2xvc2UyKCk6IHZvaWQge1xyXG4gICAgICAgIHRoaXMuX3JvdXRlci5uYXZpZ2F0ZShbJy4uJ10pO1xyXG4gICAgfVxyXG59XHJcbiIsIjxic3UtZnVuZGFtZW50YWwtZHluYW1pYy1mb3JtXG4gICAgW3JlbW92ZUNvbnRlbnRQYWRkaW5nXT1cIihoZWFkZXJSZW1vdmVDb250ZW50UGFkZGluZyQgfCBhc3luYykhIVwiXG4gICAgW2JyZWFkQ3J1bWJzXT1cImJyZWFkQ3J1bWJzJCB8IGFzeW5jXCJcbiAgICBbZGVzY3JpcHRpb25dPVwiKGhlYWRlckRlc2NyaXB0aW9uJCB8IGFzeW5jKSEhXCJcbiAgICBbdGl0bGVdPVwiKHRpdGxlJCB8IGFzeW5jKSEhXCJcbiAgICBbc3VidGl0bGVdPVwiKGhlYWRlclN1YnRpdGxlJCB8IGFzeW5jKSEhXCJcbiAgICBbdG9vbGJhckl0ZW1zXT1cInRvb2xiYXJJdGVtcyQgfCBhc3luYyB8IHRsYkJ1dHRvbnM6ICdpbkZvb3Rlcic6ZmFsc2VcIlxuICAgIFtsYXlvdXRBY3Rpb25zXT1cInRvb2xiYXJJdGVtcyQgfCBhc3luYyB8IHRsYkJ1dHRvbnM6ICdpbkZvb3Rlcic6dHJ1ZVwiXG4gICAgW3Rvb2xiYXJWaXNpYmxlXT1cIih0b29sYmFyVmlzaWJsZSQgfCBhc3luYykhIVwiXG4gICAgW2ZhY2V0TGlzdF09XCIoaGVhZGVyTGF5b3V0JCB8IGFzeW5jKT8uRmFjZXRMaXN0MlwiXG4gICAgW3BhcmFtZXRlcnNdPVwicGFyYW1ldGVyc1wiXG4gICAgW3dvcmtmbG93UGFuZWxVaV09XCJ3b3JrZmxvd1BhbmVsVWkkIHwgYXN5bmNcIlxuICAgIFtpc01vYmlsZV09XCJpc01vYmlsZVwiXG4gICAgW2xheW91dDk0XT1cImxheW91dDk0JCB8IGFzeW5jXCJcbiAgICBbcnRsXT1cIihydGwkIHwgYXN5bmMpISFcIlxuICAgIFttYXNrXT1cIihtYXNrJCB8IGFzeW5jKSEhXCJcbiAgICBbZGlyVmFsdWVdPVwiKGRpclZhbHVlJCB8IGFzeW5jKSEhXCJcbiAgICBbZGV2aWNlU2l6ZV09XCIoZGV2aWNlU2l6ZSQgfCBhc3luYykhIVwiXG4gICAgW2NvbnRlbnREZW5zaXR5XT1cIihjb250ZW50RGVuc2l0eSQgfCBhc3luYykhIVwiXG4gICAgW21vZGVyblRhYnNdPVwiKG1vZGVyblRhYnMkIHwgYXN5bmMpISFcIlxuICAgIFthdmF0YXJdPVwiKGF2YXRhciQgfCBhc3luYykhIVwiXG4gICAgW2ZpZWxkRGljdF09XCIoZmllbGREaWN0JCB8IGFzeW5jKSEhXCJcbiAgICAoY2xvc2UpPVwib25DbG9zZTIoKVwiXG4gICAgKHRvb2xiYXJDbGljayk9XCJvblRvb2xiYXJDbGljaygkZXZlbnQpXCJcbiAgICBbY29udGVudElzUGFnZV09XCJwYXJhbWV0ZXJzPy5Db250ZW50SXNQYWdlID09PSB0cnVlXCJcbiAgICAod29ya2Zsb3dDaG9pY2VDbGljayk9XCJvbldvcmtmbG93Q2hvaWNlQ2xpY2soJGV2ZW50KVwiXG4+PC9ic3UtZnVuZGFtZW50YWwtZHluYW1pYy1mb3JtPlxuIl19