barsa-sap-ui 0.0.2

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 (346) hide show
  1. package/README.md +25 -0
  2. package/esm2020/barsa-sap-ui.mjs +5 -0
  3. package/esm2020/lib/apply-conditional-formmatings.directive.mjs +84 -0
  4. package/esm2020/lib/barsa-asp-viewer/barsa-asp-viewer.component.mjs +109 -0
  5. package/esm2020/lib/barsa-base-layout/barsa-base-layout.component.mjs +34 -0
  6. package/esm2020/lib/barsa-date-time-picker/barsa-date-time-picker.component.mjs +71 -0
  7. package/esm2020/lib/barsa-list-file-linear/barsa-list-file-linear.component.mjs +28 -0
  8. package/esm2020/lib/barsa-monaco-editor/barsa-monaco-editor.component.mjs +77 -0
  9. package/esm2020/lib/barsa-network-offline/barsa-network-offline.component.mjs +45 -0
  10. package/esm2020/lib/barsa-sap-ui-routing.module.mjs +17 -0
  11. package/esm2020/lib/barsa-sap-ui.module.mjs +277 -0
  12. package/esm2020/lib/barsa-search-form/barsa-search-form.component.mjs +29 -0
  13. package/esm2020/lib/barsa-table-header/barsa-table-header.component.mjs +122 -0
  14. package/esm2020/lib/barsa-table-row/barsa-table-row.component.mjs +57 -0
  15. package/esm2020/lib/barsa-tinyemce/barsa-tinyemce.component.mjs +334 -0
  16. package/esm2020/lib/barsa-tree-item/barsa-tree-item.component.mjs +120 -0
  17. package/esm2020/lib/barsa-tree-item/node-has-one-depth-level.pipe.mjs +19 -0
  18. package/esm2020/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +156 -0
  19. package/esm2020/lib/breadcrumb/breadcrumb.component.mjs +45 -0
  20. package/esm2020/lib/captcha-field/captcha-field.component.mjs +28 -0
  21. package/esm2020/lib/card-item/card-item.component.mjs +60 -0
  22. package/esm2020/lib/card-view-content/card-view-content.component.mjs +23 -0
  23. package/esm2020/lib/col-renderer.directive.mjs +50 -0
  24. package/esm2020/lib/column-matrix-renderer/column-matrix-renderer.component.mjs +56 -0
  25. package/esm2020/lib/column-matrix-renderer/matrix-value.pipe.mjs +60 -0
  26. package/esm2020/lib/column-renderer/column-renderer.component.mjs +84 -0
  27. package/esm2020/lib/constants.mjs +413 -0
  28. package/esm2020/lib/custom-date-time/custom-date-time.component.mjs +41 -0
  29. package/esm2020/lib/device-info-field-base.mjs +23 -0
  30. package/esm2020/lib/dynamic-page-size.pipe.mjs +26 -0
  31. package/esm2020/lib/empty-page/empty-page.component.mjs +38 -0
  32. package/esm2020/lib/file-in-dialog/file-in-dialog.component.mjs +44 -0
  33. package/esm2020/lib/form-dialog/form-dialog.component.mjs +125 -0
  34. package/esm2020/lib/form-dialog-less/form-dialog-less.component.mjs +38 -0
  35. package/esm2020/lib/form-page/form-page.component.mjs +51 -0
  36. package/esm2020/lib/form-page-base.mjs +129 -0
  37. package/esm2020/lib/form-toolbar-button/form-toolbar-button.component.mjs +44 -0
  38. package/esm2020/lib/form-wizard/form-wizard.component.mjs +21 -0
  39. package/esm2020/lib/fullscreen-dialog.directive.mjs +40 -0
  40. package/esm2020/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +152 -0
  41. package/esm2020/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.mjs +203 -0
  42. package/esm2020/lib/global-search/global-search.component.mjs +26 -0
  43. package/esm2020/lib/global-search-module/global-search-module.component.mjs +30 -0
  44. package/esm2020/lib/global-search-panel/global-search-panel.component.mjs +30 -0
  45. package/esm2020/lib/header-avatar/header-avatar.component.mjs +19 -0
  46. package/esm2020/lib/header-facet-form/header-facet-form.component.mjs +22 -0
  47. package/esm2020/lib/header-facet-key-value/header-facet-key-value.component.mjs +31 -0
  48. package/esm2020/lib/header-facet-microchart/header-facet-microchart.component.mjs +21 -0
  49. package/esm2020/lib/header-facet-plain-text/header-facet-plain-text.component.mjs +28 -0
  50. package/esm2020/lib/header-facet-progress/header-facet-progress.component.mjs +26 -0
  51. package/esm2020/lib/header-facet-rate/header-facet-rate.component.mjs +26 -0
  52. package/esm2020/lib/htree-create-new/htree-create-new.component.mjs +49 -0
  53. package/esm2020/lib/hyperlink/hyperlink.component.mjs +19 -0
  54. package/esm2020/lib/index.mjs +412 -0
  55. package/esm2020/lib/inline-save-and-cancel/inline-save-and-cancel.component.mjs +32 -0
  56. package/esm2020/lib/layout-actions/layout-actions.component.mjs +65 -0
  57. package/esm2020/lib/layout-control/layout-control.component.mjs +214 -0
  58. package/esm2020/lib/layout-wizard/layout-wizard.component.mjs +133 -0
  59. package/esm2020/lib/list-item/list-item.component.mjs +30 -0
  60. package/esm2020/lib/ly-empty-space/ly-empty-space.component.mjs +37 -0
  61. package/esm2020/lib/ly-horizontal-layout/ly-horizontal-layout.component.mjs +70 -0
  62. package/esm2020/lib/ly-label/ly-label.component.mjs +31 -0
  63. package/esm2020/lib/ly-layout-container/ly-layout-container.component.mjs +83 -0
  64. package/esm2020/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.mjs +17 -0
  65. package/esm2020/lib/ly-layout-field-label/ly-layout-field-label.component.mjs +24 -0
  66. package/esm2020/lib/ly-layout-panel/ly-layout-panel.component.mjs +64 -0
  67. package/esm2020/lib/ly-line/ly-line.component.mjs +56 -0
  68. package/esm2020/lib/ly-simple-label/ly-simple-label.component.mjs +27 -0
  69. package/esm2020/lib/ly-tab-container/ly-tab-container.component.mjs +43 -0
  70. package/esm2020/lib/ly-tab-page/ly-tab-page.component.mjs +35 -0
  71. package/esm2020/lib/ly-vertical-layout/ly-vertical-layout.component.mjs +49 -0
  72. package/esm2020/lib/manage-filters-report/manage-filters-report.component.mjs +45 -0
  73. package/esm2020/lib/mask/mask.component.mjs +22 -0
  74. package/esm2020/lib/message-strip/message-strip.component.mjs +28 -0
  75. package/esm2020/lib/models/grid-data-provider.mjs +219 -0
  76. package/esm2020/lib/models/grid-view.mjs +2 -0
  77. package/esm2020/lib/models/index.mjs +2 -0
  78. package/esm2020/lib/no-data/no-data.component.mjs +20 -0
  79. package/esm2020/lib/page-with-form-handler-base.mjs +42 -0
  80. package/esm2020/lib/page-with-header/page-with-header.component.mjs +76 -0
  81. package/esm2020/lib/progress-indicator/progress-indicator.component.mjs +18 -0
  82. package/esm2020/lib/report-navigator/report-navigator.component.mjs +62 -0
  83. package/esm2020/lib/report-new-top-form/report-new-top-form.component.mjs +60 -0
  84. package/esm2020/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.mjs +35 -0
  85. package/esm2020/lib/report-search-fields-manage/report-search-fields-manage.component.mjs +99 -0
  86. package/esm2020/lib/report-search-panel-save/report-search-panel-save.component.mjs +90 -0
  87. package/esm2020/lib/report-tree-base.mjs +405 -0
  88. package/esm2020/lib/report-view-renderer.directive.mjs +248 -0
  89. package/esm2020/lib/responsive-toolbar/responsive-toolbar.component.mjs +50 -0
  90. package/esm2020/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.mjs +84 -0
  91. package/esm2020/lib/rich-text-static/rich-text-static.component.mjs +35 -0
  92. package/esm2020/lib/sap-font-class.pipe.mjs +29 -0
  93. package/esm2020/lib/sap-font.pipe.mjs +29 -0
  94. package/esm2020/lib/sap-ui-report-base.component.mjs +689 -0
  95. package/esm2020/lib/search-panel/search-panel.component.mjs +40 -0
  96. package/esm2020/lib/static-text/static-text.component.mjs +15 -0
  97. package/esm2020/lib/title/title.component.mjs +15 -0
  98. package/esm2020/lib/ui-asp-report-viewer/ui-asp-report-viewer.component.mjs +14 -0
  99. package/esm2020/lib/ui-button/ui-button.component.mjs +31 -0
  100. package/esm2020/lib/ui-calendar/ui-calendar.component.mjs +46 -0
  101. package/esm2020/lib/ui-card-view/ui-card-view.component.mjs +60 -0
  102. package/esm2020/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.mjs +27 -0
  103. package/esm2020/lib/ui-check-box/ui-check-box.component.mjs +29 -0
  104. package/esm2020/lib/ui-color-ui/ui-color-ui.component.mjs +50 -0
  105. package/esm2020/lib/ui-container-with-button/ui-container-with-button.component.mjs +34 -0
  106. package/esm2020/lib/ui-date-range-ex/ui-date-range-ex.component.mjs +194 -0
  107. package/esm2020/lib/ui-date-time/ui-date-time.component.mjs +116 -0
  108. package/esm2020/lib/ui-editable-grid/ui-editable-grid.component.mjs +110 -0
  109. package/esm2020/lib/ui-exception-form/ui-exception-form.component.mjs +61 -0
  110. package/esm2020/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.mjs +181 -0
  111. package/esm2020/lib/ui-form-panel/ui-form-panel.component.mjs +43 -0
  112. package/esm2020/lib/ui-form-panel-toolbar/ui-form-panel-toolbar.component.mjs +26 -0
  113. package/esm2020/lib/ui-gantt-chart/ui-gantt-chart.component.mjs +32 -0
  114. package/esm2020/lib/ui-graph/ui-graph.component.mjs +16 -0
  115. package/esm2020/lib/ui-grid/ui-grid.component.mjs +25 -0
  116. package/esm2020/lib/ui-grid-columns/ui-grid-columns.component.mjs +44 -0
  117. package/esm2020/lib/ui-grid-filter-item/ui-grid-filter-item.component.mjs +67 -0
  118. package/esm2020/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.mjs +76 -0
  119. package/esm2020/lib/ui-grid-sort-item/ui-grid-sort-item.component.mjs +59 -0
  120. package/esm2020/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.mjs +156 -0
  121. package/esm2020/lib/ui-info-bar-panel/ui-info-bar-panel.component.mjs +11 -0
  122. package/esm2020/lib/ui-label/ui-label.component.mjs +12 -0
  123. package/esm2020/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +299 -0
  124. package/esm2020/lib/ui-list-view/ui-list-view.component.mjs +44 -0
  125. package/esm2020/lib/ui-matrix-view/ui-matrix-view.component.mjs +125 -0
  126. package/esm2020/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.mjs +19 -0
  127. package/esm2020/lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component.mjs +13 -0
  128. package/esm2020/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.mjs +46 -0
  129. package/esm2020/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.mjs +335 -0
  130. package/esm2020/lib/ui-monaco-editor/ui-monaco-editor.component.mjs +18 -0
  131. package/esm2020/lib/ui-multi-select-combo/ui-multi-select-combo.component.mjs +83 -0
  132. package/esm2020/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.mjs +24 -0
  133. package/esm2020/lib/ui-num-int-ui/ui-num-int-ui.component.mjs +21 -0
  134. package/esm2020/lib/ui-pdf-viewer/ui-pdf-viewer.component.mjs +216 -0
  135. package/esm2020/lib/ui-picture-file/ui-picture-file.component.mjs +95 -0
  136. package/esm2020/lib/ui-pictures-info/ui-pictures-info.component.mjs +215 -0
  137. package/esm2020/lib/ui-radio-group/ui-radio-group.component.mjs +24 -0
  138. package/esm2020/lib/ui-read-only-field/ui-read-only-field.component.mjs +29 -0
  139. package/esm2020/lib/ui-report-container/ui-report-container.component.mjs +46 -0
  140. package/esm2020/lib/ui-search-command-info-ui/ui-search-command-info-ui.component.mjs +24 -0
  141. package/esm2020/lib/ui-simple-combo/ui-simple-combo.component.mjs +29 -0
  142. package/esm2020/lib/ui-single-picture/ui-single-picture.component.mjs +36 -0
  143. package/esm2020/lib/ui-switch-button/ui-switch-button.component.mjs +20 -0
  144. package/esm2020/lib/ui-table-view/ui-table-view.component.mjs +106 -0
  145. package/esm2020/lib/ui-text-area/ui-text-area.component.mjs +44 -0
  146. package/esm2020/lib/ui-text-field/ui-text-field.component.mjs +47 -0
  147. package/esm2020/lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component.mjs +47 -0
  148. package/esm2020/lib/ui-time-span/ui-time-span.component.mjs +24 -0
  149. package/esm2020/lib/ui-tinymce/ui-tinymce.component.mjs +53 -0
  150. package/esm2020/lib/ui-tree/ui-tree.component.mjs +69 -0
  151. package/esm2020/lib/ui-tree-view/ui-tree-view.component.mjs +75 -0
  152. package/esm2020/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.mjs +24 -0
  153. package/esm2020/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +276 -0
  154. package/esm2020/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.mjs +26 -0
  155. package/esm2020/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.mjs +86 -0
  156. package/esm2020/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.mjs +117 -0
  157. package/esm2020/lib/ul-notify-popup/ul-notify-popup.component.mjs +114 -0
  158. package/esm2020/lib/ul-toast-adapter/ul-toast-adapter.component.mjs +44 -0
  159. package/esm2020/lib/ulv-column-settings/ulv-column-settings.component.mjs +53 -0
  160. package/esm2020/lib/ulv-context-menu/ulv-context-menu.component.mjs +74 -0
  161. package/esm2020/lib/ulv-filter-settings/ulv-filter-settings.component.mjs +43 -0
  162. package/esm2020/lib/ulv-form-multi-select/ulv-form-multi-select.component.mjs +183 -0
  163. package/esm2020/lib/ulv-groupby-settings/ulv-groupby-settings.component.mjs +44 -0
  164. package/esm2020/lib/ulv-paging/ulv-paging.component.mjs +73 -0
  165. package/esm2020/lib/ulv-selection/ulv-selection.component.mjs +66 -0
  166. package/esm2020/lib/ulv-settings/ulv-settings.component.mjs +117 -0
  167. package/esm2020/lib/ulv-sort-settings/ulv-sort-settings.component.mjs +44 -0
  168. package/esm2020/lib/ulv-toolbar/ulv-toolbar.component.mjs +110 -0
  169. package/esm2020/lib/upload-file-status.pipe.mjs +28 -0
  170. package/esm2020/lib/wizard-layout.directive.mjs +102 -0
  171. package/esm2020/public-api.mjs +170 -0
  172. package/fesm2015/barsa-sap-ui.mjs +11437 -0
  173. package/fesm2015/barsa-sap-ui.mjs.map +1 -0
  174. package/fesm2020/barsa-sap-ui.mjs +11427 -0
  175. package/fesm2020/barsa-sap-ui.mjs.map +1 -0
  176. package/index.d.ts +5 -0
  177. package/lib/apply-conditional-formmatings.directive.d.ts +25 -0
  178. package/lib/barsa-asp-viewer/barsa-asp-viewer.component.d.ts +26 -0
  179. package/lib/barsa-base-layout/barsa-base-layout.component.d.ts +18 -0
  180. package/lib/barsa-date-time-picker/barsa-date-time-picker.component.d.ts +18 -0
  181. package/lib/barsa-list-file-linear/barsa-list-file-linear.component.d.ts +8 -0
  182. package/lib/barsa-monaco-editor/barsa-monaco-editor.component.d.ts +18 -0
  183. package/lib/barsa-network-offline/barsa-network-offline.component.d.ts +13 -0
  184. package/lib/barsa-sap-ui-routing.module.d.ts +7 -0
  185. package/lib/barsa-sap-ui.module.d.ts +181 -0
  186. package/lib/barsa-search-form/barsa-search-form.component.d.ts +8 -0
  187. package/lib/barsa-table-header/barsa-table-header.component.d.ts +37 -0
  188. package/lib/barsa-table-row/barsa-table-row.component.d.ts +20 -0
  189. package/lib/barsa-tinyemce/barsa-tinyemce.component.d.ts +43 -0
  190. package/lib/barsa-tree-item/barsa-tree-item.component.d.ts +48 -0
  191. package/lib/barsa-tree-item/node-has-one-depth-level.pipe.d.ts +8 -0
  192. package/lib/barsa-ulv-main/barsa-ulv-main.component.d.ts +52 -0
  193. package/lib/breadcrumb/breadcrumb.component.d.ts +17 -0
  194. package/lib/captcha-field/captcha-field.component.d.ts +10 -0
  195. package/lib/card-item/card-item.component.d.ts +17 -0
  196. package/lib/card-view-content/card-view-content.component.d.ts +8 -0
  197. package/lib/col-renderer.directive.d.ts +12 -0
  198. package/lib/column-matrix-renderer/column-matrix-renderer.component.d.ts +23 -0
  199. package/lib/column-matrix-renderer/matrix-value.pipe.d.ts +8 -0
  200. package/lib/column-renderer/column-renderer.component.d.ts +29 -0
  201. package/lib/constants.d.ts +6 -0
  202. package/lib/custom-date-time/custom-date-time.component.d.ts +26 -0
  203. package/lib/device-info-field-base.d.ts +12 -0
  204. package/lib/dynamic-page-size.pipe.d.ts +8 -0
  205. package/lib/empty-page/empty-page.component.d.ts +11 -0
  206. package/lib/file-in-dialog/file-in-dialog.component.d.ts +16 -0
  207. package/lib/form-dialog/form-dialog.component.d.ts +40 -0
  208. package/lib/form-dialog-less/form-dialog-less.component.d.ts +27 -0
  209. package/lib/form-page/form-page.component.d.ts +17 -0
  210. package/lib/form-page-base.d.ts +26 -0
  211. package/lib/form-toolbar-button/form-toolbar-button.component.d.ts +18 -0
  212. package/lib/form-wizard/form-wizard.component.d.ts +8 -0
  213. package/lib/fullscreen-dialog.directive.d.ts +14 -0
  214. package/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.d.ts +58 -0
  215. package/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.d.ts +18 -0
  216. package/lib/global-search/global-search.component.d.ts +12 -0
  217. package/lib/global-search-module/global-search-module.component.d.ts +18 -0
  218. package/lib/global-search-panel/global-search-panel.component.d.ts +11 -0
  219. package/lib/header-avatar/header-avatar.component.d.ts +8 -0
  220. package/lib/header-facet-form/header-facet-form.component.d.ts +9 -0
  221. package/lib/header-facet-key-value/header-facet-key-value.component.d.ts +11 -0
  222. package/lib/header-facet-microchart/header-facet-microchart.component.d.ts +8 -0
  223. package/lib/header-facet-plain-text/header-facet-plain-text.component.d.ts +11 -0
  224. package/lib/header-facet-progress/header-facet-progress.component.d.ts +11 -0
  225. package/lib/header-facet-rate/header-facet-rate.component.d.ts +11 -0
  226. package/lib/htree-create-new/htree-create-new.component.d.ts +13 -0
  227. package/lib/hyperlink/hyperlink.component.d.ts +7 -0
  228. package/lib/index.d.ts +85 -0
  229. package/lib/inline-save-and-cancel/inline-save-and-cancel.component.d.ts +11 -0
  230. package/lib/layout-actions/layout-actions.component.d.ts +23 -0
  231. package/lib/layout-control/layout-control.component.d.ts +65 -0
  232. package/lib/layout-wizard/layout-wizard.component.d.ts +27 -0
  233. package/lib/list-item/list-item.component.d.ts +13 -0
  234. package/lib/ly-empty-space/ly-empty-space.component.d.ts +14 -0
  235. package/lib/ly-horizontal-layout/ly-horizontal-layout.component.d.ts +22 -0
  236. package/lib/ly-label/ly-label.component.d.ts +15 -0
  237. package/lib/ly-layout-container/ly-layout-container.component.d.ts +26 -0
  238. package/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.d.ts +8 -0
  239. package/lib/ly-layout-field-label/ly-layout-field-label.component.d.ts +13 -0
  240. package/lib/ly-layout-panel/ly-layout-panel.component.d.ts +25 -0
  241. package/lib/ly-line/ly-line.component.d.ts +17 -0
  242. package/lib/ly-simple-label/ly-simple-label.component.d.ts +11 -0
  243. package/lib/ly-tab-container/ly-tab-container.component.d.ts +16 -0
  244. package/lib/ly-tab-page/ly-tab-page.component.d.ts +18 -0
  245. package/lib/ly-vertical-layout/ly-vertical-layout.component.d.ts +18 -0
  246. package/lib/manage-filters-report/manage-filters-report.component.d.ts +24 -0
  247. package/lib/mask/mask.component.d.ts +9 -0
  248. package/lib/message-strip/message-strip.component.d.ts +11 -0
  249. package/lib/models/grid-data-provider.d.ts +26 -0
  250. package/lib/models/grid-view.d.ts +64 -0
  251. package/lib/models/index.d.ts +1 -0
  252. package/lib/no-data/no-data.component.d.ts +8 -0
  253. package/lib/page-with-form-handler-base.d.ts +10 -0
  254. package/lib/page-with-header/page-with-header.component.d.ts +29 -0
  255. package/lib/progress-indicator/progress-indicator.component.d.ts +8 -0
  256. package/lib/report-navigator/report-navigator.component.d.ts +21 -0
  257. package/lib/report-new-top-form/report-new-top-form.component.d.ts +18 -0
  258. package/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.d.ts +14 -0
  259. package/lib/report-search-fields-manage/report-search-fields-manage.component.d.ts +20 -0
  260. package/lib/report-search-panel-save/report-search-panel-save.component.d.ts +27 -0
  261. package/lib/report-tree-base.d.ts +61 -0
  262. package/lib/report-view-renderer.directive.d.ts +82 -0
  263. package/lib/responsive-toolbar/responsive-toolbar.component.d.ts +19 -0
  264. package/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.d.ts +24 -0
  265. package/lib/rich-text-static/rich-text-static.component.d.ts +24 -0
  266. package/lib/sap-font-class.pipe.d.ts +8 -0
  267. package/lib/sap-font.pipe.d.ts +9 -0
  268. package/lib/sap-ui-report-base.component.d.ts +133 -0
  269. package/lib/search-panel/search-panel.component.d.ts +13 -0
  270. package/lib/static-text/static-text.component.d.ts +7 -0
  271. package/lib/title/title.component.d.ts +7 -0
  272. package/lib/ui-asp-report-viewer/ui-asp-report-viewer.component.d.ts +7 -0
  273. package/lib/ui-button/ui-button.component.d.ts +11 -0
  274. package/lib/ui-calendar/ui-calendar.component.d.ts +16 -0
  275. package/lib/ui-card-view/ui-card-view.component.d.ts +16 -0
  276. package/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.d.ts +9 -0
  277. package/lib/ui-check-box/ui-check-box.component.d.ts +12 -0
  278. package/lib/ui-color-ui/ui-color-ui.component.d.ts +16 -0
  279. package/lib/ui-container-with-button/ui-container-with-button.component.d.ts +11 -0
  280. package/lib/ui-date-range-ex/ui-date-range-ex.component.d.ts +36 -0
  281. package/lib/ui-date-time/ui-date-time.component.d.ts +24 -0
  282. package/lib/ui-editable-grid/ui-editable-grid.component.d.ts +43 -0
  283. package/lib/ui-exception-form/ui-exception-form.component.d.ts +16 -0
  284. package/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.d.ts +51 -0
  285. package/lib/ui-form-panel/ui-form-panel.component.d.ts +24 -0
  286. package/lib/ui-form-panel-toolbar/ui-form-panel-toolbar.component.d.ts +13 -0
  287. package/lib/ui-gantt-chart/ui-gantt-chart.component.d.ts +15 -0
  288. package/lib/ui-graph/ui-graph.component.d.ts +9 -0
  289. package/lib/ui-grid/ui-grid.component.d.ts +12 -0
  290. package/lib/ui-grid-columns/ui-grid-columns.component.d.ts +14 -0
  291. package/lib/ui-grid-filter-item/ui-grid-filter-item.component.d.ts +19 -0
  292. package/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.d.ts +24 -0
  293. package/lib/ui-grid-sort-item/ui-grid-sort-item.component.d.ts +25 -0
  294. package/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.d.ts +28 -0
  295. package/lib/ui-info-bar-panel/ui-info-bar-panel.component.d.ts +5 -0
  296. package/lib/ui-label/ui-label.component.d.ts +6 -0
  297. package/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.d.ts +62 -0
  298. package/lib/ui-list-view/ui-list-view.component.d.ts +15 -0
  299. package/lib/ui-matrix-view/ui-matrix-view.component.d.ts +45 -0
  300. package/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.d.ts +7 -0
  301. package/lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component.d.ts +6 -0
  302. package/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.d.ts +13 -0
  303. package/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.d.ts +78 -0
  304. package/lib/ui-monaco-editor/ui-monaco-editor.component.d.ts +7 -0
  305. package/lib/ui-multi-select-combo/ui-multi-select-combo.component.d.ts +21 -0
  306. package/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.d.ts +11 -0
  307. package/lib/ui-num-int-ui/ui-num-int-ui.component.d.ts +10 -0
  308. package/lib/ui-pdf-viewer/ui-pdf-viewer.component.d.ts +63 -0
  309. package/lib/ui-picture-file/ui-picture-file.component.d.ts +27 -0
  310. package/lib/ui-pictures-info/ui-pictures-info.component.d.ts +68 -0
  311. package/lib/ui-radio-group/ui-radio-group.component.d.ts +9 -0
  312. package/lib/ui-read-only-field/ui-read-only-field.component.d.ts +11 -0
  313. package/lib/ui-report-container/ui-report-container.component.d.ts +17 -0
  314. package/lib/ui-search-command-info-ui/ui-search-command-info-ui.component.d.ts +9 -0
  315. package/lib/ui-simple-combo/ui-simple-combo.component.d.ts +13 -0
  316. package/lib/ui-single-picture/ui-single-picture.component.d.ts +13 -0
  317. package/lib/ui-switch-button/ui-switch-button.component.d.ts +11 -0
  318. package/lib/ui-table-view/ui-table-view.component.d.ts +29 -0
  319. package/lib/ui-text-area/ui-text-area.component.d.ts +15 -0
  320. package/lib/ui-text-field/ui-text-field.component.d.ts +14 -0
  321. package/lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component.d.ts +13 -0
  322. package/lib/ui-time-span/ui-time-span.component.d.ts +10 -0
  323. package/lib/ui-tinymce/ui-tinymce.component.d.ts +17 -0
  324. package/lib/ui-tree/ui-tree.component.d.ts +32 -0
  325. package/lib/ui-tree-view/ui-tree-view.component.d.ts +41 -0
  326. package/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.d.ts +9 -0
  327. package/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.d.ts +67 -0
  328. package/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.d.ts +16 -0
  329. package/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.d.ts +20 -0
  330. package/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.d.ts +48 -0
  331. package/lib/ul-notify-popup/ul-notify-popup.component.d.ts +41 -0
  332. package/lib/ul-toast-adapter/ul-toast-adapter.component.d.ts +13 -0
  333. package/lib/ulv-column-settings/ulv-column-settings.component.d.ts +19 -0
  334. package/lib/ulv-context-menu/ulv-context-menu.component.d.ts +24 -0
  335. package/lib/ulv-filter-settings/ulv-filter-settings.component.d.ts +19 -0
  336. package/lib/ulv-form-multi-select/ulv-form-multi-select.component.d.ts +26 -0
  337. package/lib/ulv-groupby-settings/ulv-groupby-settings.component.d.ts +16 -0
  338. package/lib/ulv-paging/ulv-paging.component.d.ts +27 -0
  339. package/lib/ulv-selection/ulv-selection.component.d.ts +43 -0
  340. package/lib/ulv-settings/ulv-settings.component.d.ts +43 -0
  341. package/lib/ulv-sort-settings/ulv-sort-settings.component.d.ts +16 -0
  342. package/lib/ulv-toolbar/ulv-toolbar.component.d.ts +47 -0
  343. package/lib/upload-file-status.pipe.d.ts +9 -0
  344. package/lib/wizard-layout.directive.d.ts +39 -0
  345. package/package.json +31 -0
  346. package/public-api.d.ts +166 -0
@@ -0,0 +1,77 @@
1
+ import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';
2
+ import { BaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export class BarsaMonacoEditorComponent extends BaseComponent {
5
+ constructor() {
6
+ super(...arguments);
7
+ this.textAlign = 'left';
8
+ this.valueChange = new EventEmitter();
9
+ }
10
+ ngAfterViewInit() {
11
+ super.ngAfterViewInit();
12
+ this._initEditor();
13
+ }
14
+ ngOnDestroy() {
15
+ if (this._editor && this._editor.layout) {
16
+ // this.autoComplete.dispose();
17
+ this._editor.getModel().dispose();
18
+ this._editor.destroy();
19
+ this._editor = null;
20
+ }
21
+ }
22
+ _initEditor() {
23
+ this.loading = true;
24
+ head.load(['lib/monaco-editor/min/vs/loader.js'], () => {
25
+ // require.config({ paths: { 'vs': '' } });
26
+ const func = `
27
+ require.config({ paths: { 'vs': 'lib/monaco-editor/min/vs' } });
28
+ require(['vs/editor/editor.main'], function () {
29
+ me.loading=false;
30
+ me._editor = monaco.editor.create(me.el.nativeElement, {
31
+ value: me.value,
32
+ language: 'csharp',
33
+ theme: "vs-light"
34
+ //theme: "vs-dark"
35
+ });
36
+ me._editor.onDidChangeModelContent(function (e) {
37
+ me.valueChange.emit(me._editor.getValue());
38
+ });
39
+ });`;
40
+ /* eslint-disable */
41
+ eval(func);
42
+ // بخاطر اینکه ما میخواهیم فایل موناکو رو زمان اجرااز یک سرور دیگر بخوانیم
43
+ // و وب پک متغیرههای require رو تغییر نام میداد مجبور شدم فعلا اینکارو انجام بدم.
44
+ });
45
+ }
46
+ getValue() {
47
+ if (this._editor && this._editor.layout) {
48
+ this.value = this._editor.getValue();
49
+ }
50
+ return this.value;
51
+ }
52
+ setValue(value) {
53
+ this.value = value;
54
+ if (this._editor && this._editor.layout) {
55
+ this._editor.setValue(value);
56
+ }
57
+ }
58
+ _resize() {
59
+ if (this._editor && this._editor.layout) {
60
+ this._editor.layout();
61
+ }
62
+ }
63
+ }
64
+ BarsaMonacoEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaMonacoEditorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
65
+ BarsaMonacoEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: BarsaMonacoEditorComponent, selector: "bsu-barsa-monaco-editor", inputs: { value: "value" }, outputs: { valueChange: "valueChange" }, host: { properties: { "style.text-align": "this.textAlign" } }, usesInheritance: true, ngImport: i0, template: "", styles: [":host{display:block;min-height:200px;direction:ltr;overflow:hidden}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaMonacoEditorComponent, decorators: [{
67
+ type: Component,
68
+ args: [{ selector: 'bsu-barsa-monaco-editor', changeDetection: ChangeDetectionStrategy.OnPush, template: "", styles: [":host{display:block;min-height:200px;direction:ltr;overflow:hidden}\n"] }]
69
+ }], propDecorators: { value: [{
70
+ type: Input
71
+ }], textAlign: [{
72
+ type: HostBinding,
73
+ args: ['style.text-align']
74
+ }], valueChange: [{
75
+ type: Output
76
+ }] } });
77
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2EtbW9uYWNvLWVkaXRvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYXJzYS1zYXAtdWkvc3JjL2xpYi9iYXJzYS1tb25hY28tZWRpdG9yL2JhcnNhLW1vbmFjby1lZGl0b3IuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2EtbW9uYWNvLWVkaXRvci9iYXJzYS1tb25hY28tZWRpdG9yLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFFSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFlBQVksRUFDWixXQUFXLEVBQ1gsS0FBSyxFQUVMLE1BQU0sRUFDVCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBVXJELE1BQU0sT0FBTywwQkFBMkIsU0FBUSxhQUFhO0lBTjdEOztRQVFxQyxjQUFTLEdBQUcsTUFBTSxDQUFDO1FBQzFDLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztLQTREdEQ7SUF4REcsZUFBZTtRQUNYLEtBQUssQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN4QixJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDdkIsQ0FBQztJQUNELFdBQVc7UUFDUCxJQUFJLElBQUksQ0FBQyxPQUFPLElBQUksSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNLEVBQUU7WUFDckMsK0JBQStCO1lBQy9CLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxFQUFFLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDbEMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLEVBQUUsQ0FBQztZQUN2QixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztTQUN2QjtJQUNMLENBQUM7SUFFTyxXQUFXO1FBQ2YsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUM7UUFDcEIsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLG9DQUFvQyxDQUFDLEVBQUUsR0FBRyxFQUFFO1lBQ25ELDJDQUEyQztZQUMzQyxNQUFNLElBQUksR0FBRzs7Ozs7Ozs7Ozs7OztZQWFiLENBQUM7WUFDRCxvQkFBb0I7WUFDcEIsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1lBQ1gsMEVBQTBFO1lBQzFFLGlGQUFpRjtRQUNyRixDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxJQUFJLENBQUMsT0FBTyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxFQUFFO1lBQ3JDLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLEVBQUUsQ0FBQztTQUN4QztRQUNELE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQztJQUN0QixDQUFDO0lBQ0QsUUFBUSxDQUFDLEtBQUs7UUFDVixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztRQUNuQixJQUFJLElBQUksQ0FBQyxPQUFPLElBQUksSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNLEVBQUU7WUFDckMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDaEM7SUFDTCxDQUFDO0lBRVMsT0FBTztRQUNiLElBQUksSUFBSSxDQUFDLE9BQU8sSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sRUFBRTtZQUNyQyxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sRUFBRSxDQUFDO1NBQ3pCO0lBQ0wsQ0FBQzs7dUhBOURRLDBCQUEwQjsyR0FBMUIsMEJBQTBCLDJOQ3JCdkMsRUFBQTsyRkRxQmEsMEJBQTBCO2tCQU50QyxTQUFTOytCQUNJLHlCQUF5QixtQkFHbEIsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsS0FBSztzQkFBYixLQUFLO2dCQUMyQixTQUFTO3NCQUF6QyxXQUFXO3VCQUFDLGtCQUFrQjtnQkFDckIsV0FBVztzQkFBcEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQWZ0ZXJWaWV3SW5pdCxcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgRXZlbnRFbWl0dGVyLFxuICAgIEhvc3RCaW5kaW5nLFxuICAgIElucHV0LFxuICAgIE9uRGVzdHJveSxcbiAgICBPdXRwdXRcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEJhc2VDb21wb25lbnQgfSBmcm9tICdiYXJzYS1ub3Zpbi1yYXktY29yZSc7XG5cbmRlY2xhcmUgY29uc3QgaGVhZDogYW55O1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2JzdS1iYXJzYS1tb25hY28tZWRpdG9yJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFyc2EtbW9uYWNvLWVkaXRvci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vYmFyc2EtbW9uYWNvLWVkaXRvci5jb21wb25lbnQuc2NzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIEJhcnNhTW9uYWNvRWRpdG9yQ29tcG9uZW50IGV4dGVuZHMgQmFzZUNvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQsIE9uRGVzdHJveSB7XG4gICAgQElucHV0KCkgdmFsdWU6IHN0cmluZztcbiAgICBASG9zdEJpbmRpbmcoJ3N0eWxlLnRleHQtYWxpZ24nKSB0ZXh0QWxpZ24gPSAnbGVmdCc7XG4gICAgQE91dHB1dCgpIHZhbHVlQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG4gICAgX2VkaXRvcjogYW55O1xuICAgIGxvYWRpbmc6IGJvb2xlYW47XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIHN1cGVyLm5nQWZ0ZXJWaWV3SW5pdCgpO1xuICAgICAgICB0aGlzLl9pbml0RWRpdG9yKCk7XG4gICAgfVxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICBpZiAodGhpcy5fZWRpdG9yICYmIHRoaXMuX2VkaXRvci5sYXlvdXQpIHtcbiAgICAgICAgICAgIC8vIHRoaXMuYXV0b0NvbXBsZXRlLmRpc3Bvc2UoKTtcbiAgICAgICAgICAgIHRoaXMuX2VkaXRvci5nZXRNb2RlbCgpLmRpc3Bvc2UoKTtcbiAgICAgICAgICAgIHRoaXMuX2VkaXRvci5kZXN0cm95KCk7XG4gICAgICAgICAgICB0aGlzLl9lZGl0b3IgPSBudWxsO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBfaW5pdEVkaXRvcigpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5sb2FkaW5nID0gdHJ1ZTtcbiAgICAgICAgaGVhZC5sb2FkKFsnbGliL21vbmFjby1lZGl0b3IvbWluL3ZzL2xvYWRlci5qcyddLCAoKSA9PiB7XG4gICAgICAgICAgICAvLyByZXF1aXJlLmNvbmZpZyh7IHBhdGhzOiB7ICd2cyc6ICcnIH0gfSk7XG4gICAgICAgICAgICBjb25zdCBmdW5jID0gYFxuICAgICAgICByZXF1aXJlLmNvbmZpZyh7IHBhdGhzOiB7ICd2cyc6ICdsaWIvbW9uYWNvLWVkaXRvci9taW4vdnMnIH0gfSk7XG4gICAgICAgIHJlcXVpcmUoWyd2cy9lZGl0b3IvZWRpdG9yLm1haW4nXSwgZnVuY3Rpb24gKCkge1xuICAgICAgICAgIG1lLmxvYWRpbmc9ZmFsc2U7XG4gICAgICAgICAgICBtZS5fZWRpdG9yID0gbW9uYWNvLmVkaXRvci5jcmVhdGUobWUuZWwubmF0aXZlRWxlbWVudCwge1xuICAgICAgICAgICAgICAgIHZhbHVlOiBtZS52YWx1ZSxcbiAgICAgICAgICAgICAgICBsYW5ndWFnZTogJ2NzaGFycCcsXG4gICAgICAgICAgICAgICAgdGhlbWU6IFwidnMtbGlnaHRcIlxuICAgICAgICAgICAgICAgIC8vdGhlbWU6IFwidnMtZGFya1wiXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIG1lLl9lZGl0b3Iub25EaWRDaGFuZ2VNb2RlbENvbnRlbnQoZnVuY3Rpb24gKGUpIHtcbiAgICAgICAgICAgICAgICBtZS52YWx1ZUNoYW5nZS5lbWl0KG1lLl9lZGl0b3IuZ2V0VmFsdWUoKSk7XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfSk7YDtcbiAgICAgICAgICAgIC8qIGVzbGludC1kaXNhYmxlICovXG4gICAgICAgICAgICBldmFsKGZ1bmMpO1xuICAgICAgICAgICAgLy8g2KjYrtin2LfYsSDYp9uM2YbaqdmHINmF2Kcg2YXbjNiu2YjYp9mH24zZhSDZgdin24zZhCDZhdmI2YbYp9qp2Ygg2LHZiCDYstmF2KfZhiDYp9is2LHYp9in2LIg24zaqSDYs9ix2YjYsSDYr9uM2q/YsSDYqNiu2YjYp9mG24zZhVxuICAgICAgICAgICAgLy8g2Ygg2YjYqCDZvtqpINmF2KrYutuM2LHZh9mH2KfbjCByZXF1aXJlINix2Ygg2KrYutuM24zYsSDZhtin2YUg2YXbjNiv2KfYryDZhdis2KjZiNixINi02K/ZhSDZgdi52YTYpyDYp9uM2Ybaqdin2LHZiCDYp9mG2KzYp9mFINio2K/ZhS5cbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgZ2V0VmFsdWUoKTogc3RyaW5nIHtcbiAgICAgICAgaWYgKHRoaXMuX2VkaXRvciAmJiB0aGlzLl9lZGl0b3IubGF5b3V0KSB7XG4gICAgICAgICAgICB0aGlzLnZhbHVlID0gdGhpcy5fZWRpdG9yLmdldFZhbHVlKCk7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIHRoaXMudmFsdWU7XG4gICAgfVxuICAgIHNldFZhbHVlKHZhbHVlKTogdm9pZCB7XG4gICAgICAgIHRoaXMudmFsdWUgPSB2YWx1ZTtcbiAgICAgICAgaWYgKHRoaXMuX2VkaXRvciAmJiB0aGlzLl9lZGl0b3IubGF5b3V0KSB7XG4gICAgICAgICAgICB0aGlzLl9lZGl0b3Iuc2V0VmFsdWUodmFsdWUpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJvdGVjdGVkIF9yZXNpemUoKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLl9lZGl0b3IgJiYgdGhpcy5fZWRpdG9yLmxheW91dCkge1xuICAgICAgICAgICAgdGhpcy5fZWRpdG9yLmxheW91dCgpO1xuICAgICAgICB9XG4gICAgfVxufVxuIiwiIl19
@@ -0,0 +1,45 @@
1
+ import { Component, ChangeDetectionStrategy, ViewChild, TemplateRef } from '@angular/core';
2
+ import { BaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@fundamental-ngx/core";
5
+ import * as i2 from "barsa-novin-ray-core";
6
+ import * as i3 from "@fundamental-ngx/core/dialog";
7
+ import * as i4 from "@fundamental-ngx/core/title";
8
+ import * as i5 from "@fundamental-ngx/core/text";
9
+ export class BarsaNetworkOfflineComponent extends BaseComponent {
10
+ constructor(_dialogService, _networkStatusService) {
11
+ super();
12
+ this._dialogService = _dialogService;
13
+ _networkStatusService.networkStatus$.subscribe((status) => {
14
+ if (!status) {
15
+ this.openOfflineDialog();
16
+ }
17
+ else if (this._dialogRef) {
18
+ this._dialogRef.close();
19
+ this._dialogRef = null;
20
+ }
21
+ });
22
+ }
23
+ openOfflineDialog() {
24
+ const dialogConfig = {
25
+ escKeyCloseable: false,
26
+ dialogPanelClass: `offline-internet-dialog`,
27
+ verticalPadding: false
28
+ };
29
+ dialogConfig.width = '100vw';
30
+ dialogConfig.height = '100vh';
31
+ // dialogConfig.mobile = true;
32
+ dialogConfig.fullScreen = true;
33
+ this._dialogRef = this._dialogService.open(this.dialogContainer, dialogConfig);
34
+ }
35
+ }
36
+ BarsaNetworkOfflineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaNetworkOfflineComponent, deps: [{ token: i1.DialogService }, { token: i2.NetworkStatusService }], target: i0.ɵɵFactoryTarget.Component });
37
+ BarsaNetworkOfflineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: BarsaNetworkOfflineComponent, selector: "bsu-barsa-network-offline", viewQueries: [{ propertyName: "dialogContainer", first: true, predicate: ["container"], descendants: true, read: TemplateRef }], usesInheritance: true, ngImport: i0, template: "<ng-template let-dialog let-dialogConfig=\"dialogConfig\" #container>\n <fd-dialog [dialogConfig]=\"dialogConfig\" [dialogRef]=\"dialog\" #dialogTpl>\n <fd-dialog-header> </fd-dialog-header>\n\n <fd-dialog-body class=\"offline-wrapper\">\n <img src=\"assets/svg/offline-internet-icon.svg\" />\n <div>\n <h3 fd-title>{{ 'NetworkOffline' | bbbTranslate }}</h3>\n <fd-text [text]=\"'NetworkOfflineDescription' | bbbTranslate\"></fd-text>\n </div>\n </fd-dialog-body>\n </fd-dialog>\n</ng-template>\n", styles: [".offline-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}\n"], dependencies: [{ kind: "component", type: i3.DialogComponent, selector: "fd-dialog", inputs: ["class", "dialogRef", "dialogConfig"] }, { kind: "component", type: i3.DialogBodyComponent, selector: "fd-dialog-body" }, { kind: "component", type: i3.DialogHeaderComponent, selector: "fd-dialog-header" }, { kind: "component", type: i4.TitleComponent, selector: "h1[fd-title], h2[fd-title], h3[fd-title], h4[fd-title], h5[fd-title], h6[fd-title]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "component", type: i5.TextComponent, selector: "fd-text", inputs: ["text", "maxLines", "whitespaces", "hyphenation", "expandable", "moreLabel", "lessLabel", "isCollapsed"], outputs: ["isCollapsedChange"] }, { kind: "pipe", type: i2.BbbTranslatePipe, name: "bbbTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaNetworkOfflineComponent, decorators: [{
39
+ type: Component,
40
+ args: [{ selector: 'bsu-barsa-network-offline', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template let-dialog let-dialogConfig=\"dialogConfig\" #container>\n <fd-dialog [dialogConfig]=\"dialogConfig\" [dialogRef]=\"dialog\" #dialogTpl>\n <fd-dialog-header> </fd-dialog-header>\n\n <fd-dialog-body class=\"offline-wrapper\">\n <img src=\"assets/svg/offline-internet-icon.svg\" />\n <div>\n <h3 fd-title>{{ 'NetworkOffline' | bbbTranslate }}</h3>\n <fd-text [text]=\"'NetworkOfflineDescription' | bbbTranslate\"></fd-text>\n </div>\n </fd-dialog-body>\n </fd-dialog>\n</ng-template>\n", styles: [".offline-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}\n"] }]
41
+ }], ctorParameters: function () { return [{ type: i1.DialogService }, { type: i2.NetworkStatusService }]; }, propDecorators: { dialogContainer: [{
42
+ type: ViewChild,
43
+ args: ['container', { read: TemplateRef }]
44
+ }] } });
45
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2EtbmV0d29yay1vZmZsaW5lLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhcnNhLXNhcC11aS9zcmMvbGliL2JhcnNhLW5ldHdvcmstb2ZmbGluZS9iYXJzYS1uZXR3b3JrLW9mZmxpbmUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2EtbmV0d29yay1vZmZsaW5lL2JhcnNhLW5ldHdvcmstb2ZmbGluZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFM0YsT0FBTyxFQUFFLGFBQWEsRUFBd0IsTUFBTSxzQkFBc0IsQ0FBQzs7Ozs7OztBQU8zRSxNQUFNLE9BQU8sNEJBQTZCLFNBQVEsYUFBYTtJQUkzRCxZQUFvQixjQUE2QixFQUFFLHFCQUEyQztRQUMxRixLQUFLLEVBQUUsQ0FBQztRQURRLG1CQUFjLEdBQWQsY0FBYyxDQUFlO1FBRTdDLHFCQUFxQixDQUFDLGNBQWMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxNQUFNLEVBQUUsRUFBRTtZQUN0RCxJQUFJLENBQUMsTUFBTSxFQUFFO2dCQUNULElBQUksQ0FBQyxpQkFBaUIsRUFBRSxDQUFDO2FBQzVCO2lCQUFNLElBQUksSUFBSSxDQUFDLFVBQVUsRUFBRTtnQkFDeEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLEVBQUUsQ0FBQztnQkFDeEIsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUM7YUFDMUI7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFDRCxpQkFBaUI7UUFDYixNQUFNLFlBQVksR0FBMkI7WUFDekMsZUFBZSxFQUFFLEtBQUs7WUFDdEIsZ0JBQWdCLEVBQUUseUJBQXlCO1lBQzNDLGVBQWUsRUFBRSxLQUFLO1NBQ3pCLENBQUM7UUFDRixZQUFZLENBQUMsS0FBSyxHQUFHLE9BQU8sQ0FBQztRQUM3QixZQUFZLENBQUMsTUFBTSxHQUFHLE9BQU8sQ0FBQztRQUU5Qiw4QkFBOEI7UUFDOUIsWUFBWSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUM7UUFFL0IsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsZUFBZSxFQUFFLFlBQVksQ0FBQyxDQUFDO0lBQ25GLENBQUM7O3lIQTVCUSw0QkFBNEI7NkdBQTVCLDRCQUE0QiwwSkFDTCxXQUFXLG9EQ1YvQyw0a0JBYUE7MkZESmEsNEJBQTRCO2tCQU54QyxTQUFTOytCQUNJLDJCQUEyQixtQkFHcEIsdUJBQXVCLENBQUMsTUFBTTt1SUFJL0MsZUFBZTtzQkFEZCxTQUFTO3VCQUFDLFdBQVcsRUFBRSxFQUFFLElBQUksRUFBRSxXQUFXLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBWaWV3Q2hpbGQsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEaWFsb2dSZWYsIERpYWxvZ1NlcnZpY2UgfSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUnO1xuaW1wb3J0IHsgQmFzZUNvbXBvbmVudCwgTmV0d29ya1N0YXR1c1NlcnZpY2UgfSBmcm9tICdiYXJzYS1ub3Zpbi1yYXktY29yZSc7XG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2JzdS1iYXJzYS1uZXR3b3JrLW9mZmxpbmUnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9iYXJzYS1uZXR3b3JrLW9mZmxpbmUuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2JhcnNhLW5ldHdvcmstb2ZmbGluZS5jb21wb25lbnQuc2NzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIEJhcnNhTmV0d29ya09mZmxpbmVDb21wb25lbnQgZXh0ZW5kcyBCYXNlQ29tcG9uZW50IHtcbiAgICBAVmlld0NoaWxkKCdjb250YWluZXInLCB7IHJlYWQ6IFRlbXBsYXRlUmVmIH0pXG4gICAgZGlhbG9nQ29udGFpbmVyOiBUZW1wbGF0ZVJlZjxhbnk+O1xuICAgIF9kaWFsb2dSZWY6IERpYWxvZ1JlZjxhbnk+IHwgbnVsbDtcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIF9kaWFsb2dTZXJ2aWNlOiBEaWFsb2dTZXJ2aWNlLCBfbmV0d29ya1N0YXR1c1NlcnZpY2U6IE5ldHdvcmtTdGF0dXNTZXJ2aWNlKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIF9uZXR3b3JrU3RhdHVzU2VydmljZS5uZXR3b3JrU3RhdHVzJC5zdWJzY3JpYmUoKHN0YXR1cykgPT4ge1xuICAgICAgICAgICAgaWYgKCFzdGF0dXMpIHtcbiAgICAgICAgICAgICAgICB0aGlzLm9wZW5PZmZsaW5lRGlhbG9nKCk7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKHRoaXMuX2RpYWxvZ1JlZikge1xuICAgICAgICAgICAgICAgIHRoaXMuX2RpYWxvZ1JlZi5jbG9zZSgpO1xuICAgICAgICAgICAgICAgIHRoaXMuX2RpYWxvZ1JlZiA9IG51bGw7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cbiAgICBvcGVuT2ZmbGluZURpYWxvZygpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgZGlhbG9nQ29uZmlnOiB7IFtrZXk6IHN0cmluZ106IGFueSB9ID0ge1xuICAgICAgICAgICAgZXNjS2V5Q2xvc2VhYmxlOiBmYWxzZSxcbiAgICAgICAgICAgIGRpYWxvZ1BhbmVsQ2xhc3M6IGBvZmZsaW5lLWludGVybmV0LWRpYWxvZ2AsXG4gICAgICAgICAgICB2ZXJ0aWNhbFBhZGRpbmc6IGZhbHNlXG4gICAgICAgIH07XG4gICAgICAgIGRpYWxvZ0NvbmZpZy53aWR0aCA9ICcxMDB2dyc7XG4gICAgICAgIGRpYWxvZ0NvbmZpZy5oZWlnaHQgPSAnMTAwdmgnO1xuXG4gICAgICAgIC8vIGRpYWxvZ0NvbmZpZy5tb2JpbGUgPSB0cnVlO1xuICAgICAgICBkaWFsb2dDb25maWcuZnVsbFNjcmVlbiA9IHRydWU7XG5cbiAgICAgICAgdGhpcy5fZGlhbG9nUmVmID0gdGhpcy5fZGlhbG9nU2VydmljZS5vcGVuKHRoaXMuZGlhbG9nQ29udGFpbmVyLCBkaWFsb2dDb25maWcpO1xuICAgIH1cbn1cbiIsIjxuZy10ZW1wbGF0ZSBsZXQtZGlhbG9nIGxldC1kaWFsb2dDb25maWc9XCJkaWFsb2dDb25maWdcIiAjY29udGFpbmVyPlxuICAgIDxmZC1kaWFsb2cgW2RpYWxvZ0NvbmZpZ109XCJkaWFsb2dDb25maWdcIiBbZGlhbG9nUmVmXT1cImRpYWxvZ1wiICNkaWFsb2dUcGw+XG4gICAgICAgIDxmZC1kaWFsb2ctaGVhZGVyPiA8L2ZkLWRpYWxvZy1oZWFkZXI+XG5cbiAgICAgICAgPGZkLWRpYWxvZy1ib2R5IGNsYXNzPVwib2ZmbGluZS13cmFwcGVyXCI+XG4gICAgICAgICAgICA8aW1nIHNyYz1cImFzc2V0cy9zdmcvb2ZmbGluZS1pbnRlcm5ldC1pY29uLnN2Z1wiIC8+XG4gICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgIDxoMyBmZC10aXRsZT57eyAnTmV0d29ya09mZmxpbmUnIHwgYmJiVHJhbnNsYXRlIH19PC9oMz5cbiAgICAgICAgICAgICAgICA8ZmQtdGV4dCBbdGV4dF09XCInTmV0d29ya09mZmxpbmVEZXNjcmlwdGlvbicgfCBiYmJUcmFuc2xhdGVcIj48L2ZkLXRleHQ+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9mZC1kaWFsb2ctYm9keT5cbiAgICA8L2ZkLWRpYWxvZz5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
@@ -0,0 +1,17 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { RouterModule } from '@angular/router';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/router";
5
+ export class BarsaSapUiRoutingModule {
6
+ }
7
+ BarsaSapUiRoutingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ BarsaSapUiRoutingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] });
9
+ BarsaSapUiRoutingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiRoutingModule, imports: [RouterModule.forChild([]), RouterModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiRoutingModule, decorators: [{
11
+ type: NgModule,
12
+ args: [{
13
+ imports: [RouterModule.forChild([])],
14
+ exports: [RouterModule]
15
+ }]
16
+ }] });
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2Etc2FwLXVpLXJvdXRpbmcubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2Etc2FwLXVpLXJvdXRpbmcubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7QUFNL0MsTUFBTSxPQUFPLHVCQUF1Qjs7b0hBQXZCLHVCQUF1QjtxSEFBdkIsdUJBQXVCLHdDQUZ0QixZQUFZO3FIQUViLHVCQUF1QixZQUh0QixZQUFZLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxFQUN6QixZQUFZOzJGQUViLHVCQUF1QjtrQkFKbkMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxDQUFDO29CQUNwQyxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7aUJBQzFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgICBpbXBvcnRzOiBbUm91dGVyTW9kdWxlLmZvckNoaWxkKFtdKV0sXHJcbiAgICBleHBvcnRzOiBbUm91dGVyTW9kdWxlXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmFyc2FTYXBVaVJvdXRpbmdNb2R1bGUge31cclxuIl19
@@ -0,0 +1,277 @@
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, RtlService, WizardModule, FacetModule, ThemesService, ContentDensityService, DialogService, ContentDensityModule, ContentDensityMode } from '@fundamental-ngx/core';
8
+ import { FundamentalNgxPlatformModule, PlatformDynamicPageModule, PlatformTextAreaModule, PlatformSearchFieldModule } from '@fundamental-ngx/platform';
9
+ import { PortalService, BarsaNovinRayCoreModule, BaseModule, DIALOG_SERVICE } from 'barsa-novin-ray-core';
10
+ import { BarsaCalendarModule } from 'barsa-calendar';
11
+ import { ColorSwatchesModule } from 'ngx-color/swatches';
12
+ import { ColorChromeModule } from 'ngx-color/chrome';
13
+ import { ClipboardModule } from '@angular/cdk/clipboard';
14
+ import { BarsaSapUiRoutingModule } from './barsa-sap-ui-routing.module';
15
+ import { components, pipes, directives, INIT_SAPFIORI } from './index';
16
+ import * as i0 from "@angular/core";
17
+ import * as i1 from "barsa-novin-ray-core";
18
+ import * as i2 from "./ui-text-field/ui-text-field.component";
19
+ import * as i3 from "./ly-layout-field-label/ly-layout-field-label.component";
20
+ import * as i4 from "./ui-check-box/ui-check-box.component";
21
+ import * as i5 from "./ui-simple-combo/ui-simple-combo.component";
22
+ import * as i6 from "./ui-radio-group/ui-radio-group.component";
23
+ import * as i7 from "./ui-grid/ui-grid.component";
24
+ import * as i8 from "./ly-layout-container-of-root/ly-layout-container-of-root.component";
25
+ import * as i9 from "./ly-layout-panel/ly-layout-panel.component";
26
+ import * as i10 from "./ui-read-only-field/ui-read-only-field.component";
27
+ import * as i11 from "./ui-container-with-button/ui-container-with-button.component";
28
+ import * as i12 from "./ui-picture-file/ui-picture-file.component";
29
+ import * as i13 from "./ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component";
30
+ import * as i14 from "./ui-multi-select-combo/ui-multi-select-combo.component";
31
+ import * as i15 from "./ui-num-decimal-ui/ui-num-decimal-ui.component";
32
+ import * as i16 from "./ui-num-int-ui/ui-num-int-ui.component";
33
+ import * as i17 from "./ui-time-span/ui-time-span.component";
34
+ import * as i18 from "./ui-file-linear-list-box/ui-file-linear-list-box.component";
35
+ import * as i19 from "./ly-empty-space/ly-empty-space.component";
36
+ import * as i20 from "./ui-single-picture/ui-single-picture.component";
37
+ import * as i21 from "./ulv-selection/ulv-selection.component";
38
+ import * as i22 from "./ulv-toolbar/ulv-toolbar.component";
39
+ import * as i23 from "./ulv-paging/ulv-paging.component";
40
+ import * as i24 from "./ui-grid-sort-setting/ui-grid-sort-setting.component";
41
+ import * as i25 from "./ui-grid-sort-item/ui-grid-sort-item.component";
42
+ import * as i26 from "./ui-grid-columns/ui-grid-columns.component";
43
+ import * as i27 from "./mask/mask.component";
44
+ import * as i28 from "./ui-info-bar-panel/ui-info-bar-panel.component";
45
+ import * as i29 from "./ui-form-panel-toolbar/ui-form-panel-toolbar.component";
46
+ import * as i30 from "./ui-form-panel/ui-form-panel.component";
47
+ import * as i31 from "./ui-search-command-info-ui/ui-search-command-info-ui.component";
48
+ import * as i32 from "./ulv-settings/ulv-settings.component";
49
+ import * as i33 from "./ui-tinymce/ui-tinymce.component";
50
+ import * as i34 from "./ui-button/ui-button.component";
51
+ import * as i35 from "./ui-date-time/ui-date-time.component";
52
+ import * as i36 from "./form-dialog/form-dialog.component";
53
+ import * as i37 from "./header-facet-key-value/header-facet-key-value.component";
54
+ import * as i38 from "./header-facet-form/header-facet-form.component";
55
+ import * as i39 from "./header-facet-rate/header-facet-rate.component";
56
+ import * as i40 from "./header-facet-progress/header-facet-progress.component";
57
+ import * as i41 from "./header-facet-microchart/header-facet-microchart.component";
58
+ import * as i42 from "./header-facet-plain-text/header-facet-plain-text.component";
59
+ import * as i43 from "./ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component";
60
+ import * as i44 from "./responsive-toolbar/responsive-toolbar.component";
61
+ import * as i45 from "./responsive-toolbar-renderer/responsive-toolbar-renderer.component";
62
+ import * as i46 from "./ui-text-area/ui-text-area.component";
63
+ import * as i47 from "./layout-control/layout-control.component";
64
+ import * as i48 from "./layout-wizard/layout-wizard.component";
65
+ import * as i49 from "./form-wizard/form-wizard.component";
66
+ import * as i50 from "./form-dialog-less/form-dialog-less.component";
67
+ import * as i51 from "./form-page/form-page.component";
68
+ import * as i52 from "./rich-text-static/rich-text-static.component";
69
+ import * as i53 from "./ui-pictures-info/ui-pictures-info.component";
70
+ import * as i54 from "./ly-horizontal-layout/ly-horizontal-layout.component";
71
+ import * as i55 from "./ly-vertical-layout/ly-vertical-layout.component";
72
+ import * as i56 from "./ly-tab-container/ly-tab-container.component";
73
+ import * as i57 from "./ly-tab-page/ly-tab-page.component";
74
+ import * as i58 from "./ly-label/ly-label.component";
75
+ import * as i59 from "./ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component";
76
+ import * as i60 from "./ul-msg-box-adapter/ul-msg-box-adapter.component";
77
+ import * as i61 from "./ui-tree/ui-tree.component";
78
+ import * as i62 from "./page-with-header/page-with-header.component";
79
+ import * as i63 from "./header-avatar/header-avatar.component";
80
+ import * as i64 from "./empty-page/empty-page.component";
81
+ import * as i65 from "./ui-workflow-panel-ui/ui-workflow-panel-ui.component";
82
+ import * as i66 from "./ulv-context-menu/ulv-context-menu.component";
83
+ import * as i67 from "./ul-loading-mask-ui/ul-loading-mask-ui.component";
84
+ import * as i68 from "./ui-text-field-auto-complete/ui-text-field-auto-complete.component";
85
+ import * as i69 from "./captcha-field/captcha-field.component";
86
+ import * as i70 from "./ly-simple-label/ly-simple-label.component";
87
+ import * as i71 from "./global-search-panel/global-search-panel.component";
88
+ import * as i72 from "./global-search-module/global-search-module.component";
89
+ import * as i73 from "./global-search/global-search.component";
90
+ import * as i74 from "./hyperlink/hyperlink.component";
91
+ import * as i75 from "./static-text/static-text.component";
92
+ import * as i76 from "./ul-toast-adapter/ul-toast-adapter.component";
93
+ import * as i77 from "./message-strip/message-strip.component";
94
+ import * as i78 from "./ui-linear-list-container-with-button/ui-linear-list-container-with-button.component";
95
+ import * as i79 from "./fundamental-dynamic-form/fundamental-dynamic-form.component";
96
+ import * as i80 from "./layout-actions/layout-actions.component";
97
+ import * as i81 from "./ly-layout-container/ly-layout-container.component";
98
+ import * as i82 from "./ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component";
99
+ import * as i83 from "./ulv-form-multi-select/ulv-form-multi-select.component";
100
+ import * as i84 from "./ulv-column-settings/ulv-column-settings.component";
101
+ import * as i85 from "./ulv-filter-settings/ulv-filter-settings.component";
102
+ import * as i86 from "./ulv-sort-settings/ulv-sort-settings.component";
103
+ import * as i87 from "./ulv-groupby-settings/ulv-groupby-settings.component";
104
+ import * as i88 from "./barsa-list-file-linear/barsa-list-file-linear.component";
105
+ import * as i89 from "./ui-pdf-viewer/ui-pdf-viewer.component";
106
+ import * as i90 from "./barsa-tinyemce/barsa-tinyemce.component";
107
+ import * as i91 from "./ui-monaco-editor/ui-monaco-editor.component";
108
+ import * as i92 from "./barsa-monaco-editor/barsa-monaco-editor.component";
109
+ import * as i93 from "./barsa-date-time-picker/barsa-date-time-picker.component";
110
+ import * as i94 from "./barsa-tree-item/barsa-tree-item.component";
111
+ import * as i95 from "./ui-switch-button/ui-switch-button.component";
112
+ import * as i96 from "./ui-color-ui/ui-color-ui.component";
113
+ import * as i97 from "./ly-line/ly-line.component";
114
+ import * as i98 from "./ui-ulv-main-ui/ui-ulv-main-ui.component";
115
+ import * as i99 from "./report-navigator/report-navigator.component";
116
+ import * as i100 from "./manage-filters-report/manage-filters-report.component";
117
+ import * as i101 from "./report-search-fields-manage/report-search-fields-manage.component";
118
+ import * as i102 from "./report-search-fields-hidden-settings/report-search-fields-hidden-settings.component";
119
+ import * as i103 from "./search-panel/search-panel.component";
120
+ import * as i104 from "./report-search-panel-save/report-search-panel-save.component";
121
+ import * as i105 from "./ui-grid-filter-settings/ui-grid-filter-settings.component";
122
+ import * as i106 from "./ui-grid-filter-item/ui-grid-filter-item.component";
123
+ import * as i107 from "./ui-date-range-ex/ui-date-range-ex.component";
124
+ import * as i108 from "./ul-notify-popup/ul-notify-popup.component";
125
+ import * as i109 from "./ui-table-view/ui-table-view.component";
126
+ import * as i110 from "./ui-list-view/ui-list-view.component";
127
+ import * as i111 from "./ui-card-view/ui-card-view.component";
128
+ import * as i112 from "./ui-report-container/ui-report-container.component";
129
+ import * as i113 from "./no-data/no-data.component";
130
+ import * as i114 from "./column-renderer/column-renderer.component";
131
+ import * as i115 from "./inline-save-and-cancel/inline-save-and-cancel.component";
132
+ import * as i116 from "./ui-tree-view/ui-tree-view.component";
133
+ import * as i117 from "./ui-calendar/ui-calendar.component";
134
+ import * as i118 from "./ui-asp-report-viewer/ui-asp-report-viewer.component";
135
+ import * as i119 from "./ui-graph/ui-graph.component";
136
+ import * as i120 from "./ui-exception-form/ui-exception-form.component";
137
+ import * as i121 from "./ui-editable-grid/ui-editable-grid.component";
138
+ import * as i122 from "./column-matrix-renderer/column-matrix-renderer.component";
139
+ import * as i123 from "./ui-matrix-view/ui-matrix-view.component";
140
+ import * as i124 from "./custom-date-time/custom-date-time.component";
141
+ import * as i125 from "./barsa-asp-viewer/barsa-asp-viewer.component";
142
+ import * as i126 from "./file-in-dialog/file-in-dialog.component";
143
+ import * as i127 from "./ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component";
144
+ import * as i128 from "./ui-gantt-chart/ui-gantt-chart.component";
145
+ import * as i129 from "./gantt-dhtml-chart-view/gantt-dhtml-chart-view.component";
146
+ import * as i130 from "./progress-indicator/progress-indicator.component";
147
+ import * as i131 from "./card-view-content/card-view-content.component";
148
+ import * as i132 from "./card-item/card-item.component";
149
+ import * as i133 from "./ui-card-view-horizontal-group/ui-card-view-horizontal-group.component";
150
+ import * as i134 from "./title/title.component";
151
+ import * as i135 from "./barsa-ulv-main/barsa-ulv-main.component";
152
+ import * as i136 from "./list-item/list-item.component";
153
+ import * as i137 from "./htree-create-new/htree-create-new.component";
154
+ import * as i138 from "./barsa-table-header/barsa-table-header.component";
155
+ import * as i139 from "./barsa-table-row/barsa-table-row.component";
156
+ import * as i140 from "./breadcrumb/breadcrumb.component";
157
+ import * as i141 from "./ui-label/ui-label.component";
158
+ import * as i142 from "./form-toolbar-button/form-toolbar-button.component";
159
+ import * as i143 from "./barsa-search-form/barsa-search-form.component";
160
+ import * as i144 from "./report-new-top-form/report-new-top-form.component";
161
+ import * as i145 from "./barsa-network-offline/barsa-network-offline.component";
162
+ import * as i146 from "./barsa-base-layout/barsa-base-layout.component";
163
+ import * as i147 from "./upload-file-status.pipe";
164
+ import * as i148 from "./sap-font.pipe";
165
+ import * as i149 from "./sap-font-class.pipe";
166
+ import * as i150 from "./barsa-tree-item/node-has-one-depth-level.pipe";
167
+ import * as i151 from "./column-matrix-renderer/matrix-value.pipe";
168
+ import * as i152 from "./dynamic-page-size.pipe";
169
+ import * as i153 from "./wizard-layout.directive";
170
+ import * as i154 from "./col-renderer.directive";
171
+ import * as i155 from "./apply-conditional-formmatings.directive";
172
+ import * as i156 from "./report-view-renderer.directive";
173
+ import * as i157 from "./fullscreen-dialog.directive";
174
+ import * as i158 from "@fundamental-ngx/core";
175
+ const rootProviders = [
176
+ Overlay,
177
+ ContentDensityService,
178
+ ThemesService,
179
+ RtlService,
180
+ {
181
+ provide: APP_INITIALIZER,
182
+ useFactory: INIT_SAPFIORI,
183
+ deps: [RtlService, ContentDensityService, ThemesService, PortalService],
184
+ multi: true
185
+ }
186
+ ];
187
+ export class BarsaSapUiModule extends BaseModule {
188
+ constructor(dcm, componentFactoryResolver) {
189
+ super(dcm, componentFactoryResolver, 'BarsaSapUiModule');
190
+ this.dcm = dcm;
191
+ this.componentFactoryResolver = componentFactoryResolver;
192
+ this.dynamicComponents = [...components];
193
+ }
194
+ static forRoot() {
195
+ return {
196
+ ngModule: BarsaSapUiModule,
197
+ providers: [...pipes, ...rootProviders]
198
+ };
199
+ }
200
+ }
201
+ BarsaSapUiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, deps: [{ token: i1.DynamicComponentService }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.NgModule });
202
+ BarsaSapUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, declarations: [i2.UiTextFieldComponent, i3.LyLayoutFieldLabelComponent, i4.UiCheckBoxComponent, i5.UiSimpleComboComponent, i6.UiRadioGroupComponent, i7.UiGridComponent, i8.LyLayoutContainerOfRootComponent, i9.LyLayoutPanelComponent, i10.UiReadOnlyFieldComponent, i11.UiContainerWithButtonComponent, i12.UiPictureFileComponent, i13.UiMoInfoUlvComboComponent, i14.UiMultiSelectComboComponent, i15.UiNumDecimalUiComponent, i16.UiNumIntUiComponent, i17.UiTimeSpanComponent, i18.UiFileLinearListBoxComponent, i19.LyEmptySpaceComponent, i20.UiSinglePictureComponent, i21.UlvSelectionComponent, i22.UlvToolbarComponent, i23.UlvPagingComponent, i24.UiGridSortSettingComponent, i25.UiGridSortItemComponent, i26.UiGridColumnsComponent, i27.MaskComponent, i28.UiInfoBarPanelComponent, i29.UiFormPanelToolbarComponent, i30.UiFormPanelComponent, i31.UiSearchCommandInfoUiComponent, i32.UlvSettingsComponent, i33.UiTinymceComponent, i34.UiButtonComponent, i35.UiDateTimeComponent, i36.FormDialogComponent, i37.HeaderFacetKeyValueComponent, i38.HeaderFacetFormComponent, i39.HeaderFacetRateComponent, i40.HeaderFacetProgressComponent, i41.HeaderFacetMicrochartComponent, i42.HeaderFacetPlainTextComponent, i43.UiMoInfoSubFormUiComponent, i44.ResponsiveToolbarComponent, i45.ResponsiveToolbarRendererComponent, i46.UiTextAreaComponent, i47.LayoutControlComponent, i48.LayoutWizardComponent, i49.FormWizardComponent, i50.FormDialogLessComponent, i51.FormPageComponent, i52.RichTextStaticComponent, i53.UiPicturesInfoComponent, i54.LyHorizontalLayoutComponent, i55.LyVerticalLayoutComponent, i56.LyTabContainerComponent, i57.LyTabPageComponent, i58.LyLabelComponent, i59.UiMoInfoComboViewerComponent, i60.UlMsgBoxAdapterComponent, i61.UiTreeComponent, i62.PageWithHeaderComponent, i63.HeaderAvatarComponent, i64.EmptyPageComponent, i65.UiWorkflowPanelUiComponent, i66.UlvContextMenuComponent, i67.UlLoadingMaskUiComponent, i68.UiTextFieldAutoCompleteComponent, i69.CaptchaFieldComponent, i70.LySimpleLabelComponent, i71.GlobalSearchPanelComponent, i72.GlobalSearchModuleComponent, i73.GlobalSearchComponent, i74.HyperlinkComponent, i75.StaticTextComponent, i76.UlToastAdapterComponent, i77.MessageStripComponent, i78.UiLinearListContainerWithButtonComponent, i79.FundamentalDynamicFormComponent, i80.LayoutActionsComponent, i81.LyLayoutContainerComponent, i82.UiUlvFormMultiSelectUiComponent, i83.UlvFormMultiSelectComponent, i84.UlvColumnSettingsComponent, i85.UlvFilterSettingsComponent, i86.UlvSortSettingsComponent, i87.UlvGroupbySettingsComponent, i88.BarsaListFileLinearComponent, i89.UiPdfViewerComponent, i90.BarsaTinyemceComponent, i91.UiMonacoEditorComponent, i92.BarsaMonacoEditorComponent, i93.BarsaDateTimePickerComponent, i94.BarsaTreeItemComponent, i95.UiSwitchButtonComponent, i96.UiColorUiComponent, i97.LyLineComponent, i98.UiUlvMainUiComponent, i99.ReportNavigatorComponent, i100.ManageFiltersReportComponent, i101.ReportSearchFieldsManageComponent, i102.ReportSearchFieldsHiddenSettingsComponent, i103.SearchPanelComponent, i104.ReportSearchPanelSaveComponent, i105.UiGridFilterSettingsComponent, i106.UiGridFilterItemComponent, i107.UiDateRangeExComponent, i108.UlNotifyPopupComponent, i109.UiTableViewComponent, i110.UiListViewComponent, i111.UiCardViewComponent, i112.UiReportContainerComponent, i113.NoDataComponent, i114.ColumnRendererComponent, i115.InlineSaveAndCancelComponent, i116.UiTreeViewComponent, i115.InlineSaveAndCancelComponent, i117.UiCalendarComponent, i118.UiAspReportViewerComponent, i119.UiGraphComponent, i120.UiExceptionFormComponent, i121.UiEditableGridComponent, i122.ColumnMatrixRendererComponent, i123.UiMatrixViewComponent, i124.CustomDateTimeComponent, i125.BarsaAspViewerComponent, i126.FileInDialogComponent, i127.UiMoInfoGeneralObjectUiComponent, i128.UiGanttChartComponent, i129.GanttDhtmlChartViewComponent, i130.ProgressIndicatorComponent, i131.CardViewContentComponent, i132.CardItemComponent, i133.UiCardViewHorizontalGroupComponent, i134.TitleComponent, i135.BarsaUlvMainComponent, i136.ListItemComponent, i137.HtreeCreateNewComponent, i138.BarsaTableHeaderComponent, i139.BarsaTableRowComponent, i140.BreadcrumbComponent, i141.UiLabelComponent, i142.FormToolbarButtonComponent, i143.BarsaSearchFormComponent, i144.ReportNewTopFormComponent, i145.BarsaNetworkOfflineComponent, i146.BarsaBaseLayoutComponent, i147.UploadFileStatusPipe, i148.SapFontPipe, i149.SapFontClassPipe, i111.StringToArrayPipe, i150.NodeHasOneDepthLevelPipe, i151.MatrixValuePipe, i152.DynamicPageSizePipe, i153.WizardLayoutDirective, i154.ColRendererDirective, i155.ApplyConditionalFormatsDirective, i156.ReportViewRendererDirective, i157.FullscreenDialogDirective], imports: [CommonModule,
203
+ FormsModule,
204
+ ReactiveFormsModule,
205
+ BarsaNovinRayCoreModule,
206
+ DragDropModule,
207
+ CdkTableModule,
208
+ BarsaSapUiRoutingModule,
209
+ FundamentalNgxCoreModule,
210
+ FacetModule,
211
+ WizardModule,
212
+ FundamentalNgxPlatformModule,
213
+ PlatformDynamicPageModule,
214
+ PlatformTextAreaModule,
215
+ PlatformSearchFieldModule,
216
+ ColorSwatchesModule,
217
+ ColorChromeModule,
218
+ ClipboardModule,
219
+ BarsaCalendarModule, i158.ContentDensityModule], exports: [i2.UiTextFieldComponent, i3.LyLayoutFieldLabelComponent, i4.UiCheckBoxComponent, i5.UiSimpleComboComponent, i6.UiRadioGroupComponent, i7.UiGridComponent, i8.LyLayoutContainerOfRootComponent, i9.LyLayoutPanelComponent, i10.UiReadOnlyFieldComponent, i11.UiContainerWithButtonComponent, i12.UiPictureFileComponent, i13.UiMoInfoUlvComboComponent, i14.UiMultiSelectComboComponent, i15.UiNumDecimalUiComponent, i16.UiNumIntUiComponent, i17.UiTimeSpanComponent, i18.UiFileLinearListBoxComponent, i19.LyEmptySpaceComponent, i20.UiSinglePictureComponent, i21.UlvSelectionComponent, i22.UlvToolbarComponent, i23.UlvPagingComponent, i24.UiGridSortSettingComponent, i25.UiGridSortItemComponent, i26.UiGridColumnsComponent, i27.MaskComponent, i28.UiInfoBarPanelComponent, i29.UiFormPanelToolbarComponent, i30.UiFormPanelComponent, i31.UiSearchCommandInfoUiComponent, i32.UlvSettingsComponent, i33.UiTinymceComponent, i34.UiButtonComponent, i35.UiDateTimeComponent, i36.FormDialogComponent, i37.HeaderFacetKeyValueComponent, i38.HeaderFacetFormComponent, i39.HeaderFacetRateComponent, i40.HeaderFacetProgressComponent, i41.HeaderFacetMicrochartComponent, i42.HeaderFacetPlainTextComponent, i43.UiMoInfoSubFormUiComponent, i44.ResponsiveToolbarComponent, i45.ResponsiveToolbarRendererComponent, i46.UiTextAreaComponent, i47.LayoutControlComponent, i48.LayoutWizardComponent, i49.FormWizardComponent, i50.FormDialogLessComponent, i51.FormPageComponent, i52.RichTextStaticComponent, i53.UiPicturesInfoComponent, i54.LyHorizontalLayoutComponent, i55.LyVerticalLayoutComponent, i56.LyTabContainerComponent, i57.LyTabPageComponent, i58.LyLabelComponent, i59.UiMoInfoComboViewerComponent, i60.UlMsgBoxAdapterComponent, i61.UiTreeComponent, i62.PageWithHeaderComponent, i63.HeaderAvatarComponent, i64.EmptyPageComponent, i65.UiWorkflowPanelUiComponent, i66.UlvContextMenuComponent, i67.UlLoadingMaskUiComponent, i68.UiTextFieldAutoCompleteComponent, i69.CaptchaFieldComponent, i70.LySimpleLabelComponent, i71.GlobalSearchPanelComponent, i72.GlobalSearchModuleComponent, i73.GlobalSearchComponent, i74.HyperlinkComponent, i75.StaticTextComponent, i76.UlToastAdapterComponent, i77.MessageStripComponent, i78.UiLinearListContainerWithButtonComponent, i79.FundamentalDynamicFormComponent, i80.LayoutActionsComponent, i81.LyLayoutContainerComponent, i82.UiUlvFormMultiSelectUiComponent, i83.UlvFormMultiSelectComponent, i84.UlvColumnSettingsComponent, i85.UlvFilterSettingsComponent, i86.UlvSortSettingsComponent, i87.UlvGroupbySettingsComponent, i88.BarsaListFileLinearComponent, i89.UiPdfViewerComponent, i90.BarsaTinyemceComponent, i91.UiMonacoEditorComponent, i92.BarsaMonacoEditorComponent, i93.BarsaDateTimePickerComponent, i94.BarsaTreeItemComponent, i95.UiSwitchButtonComponent, i96.UiColorUiComponent, i97.LyLineComponent, i98.UiUlvMainUiComponent, i99.ReportNavigatorComponent, i100.ManageFiltersReportComponent, i101.ReportSearchFieldsManageComponent, i102.ReportSearchFieldsHiddenSettingsComponent, i103.SearchPanelComponent, i104.ReportSearchPanelSaveComponent, i105.UiGridFilterSettingsComponent, i106.UiGridFilterItemComponent, i107.UiDateRangeExComponent, i108.UlNotifyPopupComponent, i109.UiTableViewComponent, i110.UiListViewComponent, i111.UiCardViewComponent, i112.UiReportContainerComponent, i113.NoDataComponent, i114.ColumnRendererComponent, i115.InlineSaveAndCancelComponent, i116.UiTreeViewComponent, i115.InlineSaveAndCancelComponent, i117.UiCalendarComponent, i118.UiAspReportViewerComponent, i119.UiGraphComponent, i120.UiExceptionFormComponent, i121.UiEditableGridComponent, i122.ColumnMatrixRendererComponent, i123.UiMatrixViewComponent, i124.CustomDateTimeComponent, i125.BarsaAspViewerComponent, i126.FileInDialogComponent, i127.UiMoInfoGeneralObjectUiComponent, i128.UiGanttChartComponent, i129.GanttDhtmlChartViewComponent, i130.ProgressIndicatorComponent, i131.CardViewContentComponent, i132.CardItemComponent, i133.UiCardViewHorizontalGroupComponent, i134.TitleComponent, i135.BarsaUlvMainComponent, i136.ListItemComponent, i137.HtreeCreateNewComponent, i138.BarsaTableHeaderComponent, i139.BarsaTableRowComponent, i140.BreadcrumbComponent, i141.UiLabelComponent, i142.FormToolbarButtonComponent, i143.BarsaSearchFormComponent, i144.ReportNewTopFormComponent, i145.BarsaNetworkOfflineComponent, i146.BarsaBaseLayoutComponent, i153.WizardLayoutDirective, i154.ColRendererDirective, i155.ApplyConditionalFormatsDirective, i156.ReportViewRendererDirective, i157.FullscreenDialogDirective, i147.UploadFileStatusPipe, i148.SapFontPipe, i149.SapFontClassPipe, i111.StringToArrayPipe, i150.NodeHasOneDepthLevelPipe, i151.MatrixValuePipe, i152.DynamicPageSizePipe] });
220
+ BarsaSapUiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, providers: [{ provide: DIALOG_SERVICE, useClass: DialogService }], imports: [CommonModule,
221
+ FormsModule,
222
+ ReactiveFormsModule,
223
+ BarsaNovinRayCoreModule,
224
+ DragDropModule,
225
+ CdkTableModule,
226
+ BarsaSapUiRoutingModule,
227
+ FundamentalNgxCoreModule,
228
+ FacetModule,
229
+ WizardModule,
230
+ FundamentalNgxPlatformModule,
231
+ PlatformDynamicPageModule,
232
+ PlatformTextAreaModule,
233
+ PlatformSearchFieldModule,
234
+ ColorSwatchesModule,
235
+ ColorChromeModule,
236
+ ClipboardModule,
237
+ BarsaCalendarModule,
238
+ ContentDensityModule.forRoot({
239
+ storage: 'localStorage',
240
+ storageKey: '__contentDensity__',
241
+ defaultGlobalContentDensity: ContentDensityMode.COMPACT
242
+ })] });
243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, decorators: [{
244
+ type: NgModule,
245
+ args: [{
246
+ declarations: [...components, ...pipes, ...directives],
247
+ schemas: [NO_ERRORS_SCHEMA, CUSTOM_ELEMENTS_SCHEMA],
248
+ imports: [
249
+ CommonModule,
250
+ FormsModule,
251
+ ReactiveFormsModule,
252
+ BarsaNovinRayCoreModule,
253
+ DragDropModule,
254
+ CdkTableModule,
255
+ BarsaSapUiRoutingModule,
256
+ FundamentalNgxCoreModule,
257
+ FacetModule,
258
+ WizardModule,
259
+ FundamentalNgxPlatformModule,
260
+ PlatformDynamicPageModule,
261
+ PlatformTextAreaModule,
262
+ PlatformSearchFieldModule,
263
+ ColorSwatchesModule,
264
+ ColorChromeModule,
265
+ ClipboardModule,
266
+ BarsaCalendarModule,
267
+ ContentDensityModule.forRoot({
268
+ storage: 'localStorage',
269
+ storageKey: '__contentDensity__',
270
+ defaultGlobalContentDensity: ContentDensityMode.COMPACT
271
+ })
272
+ ],
273
+ exports: [...components, ...directives, ...pipes],
274
+ providers: [{ provide: DIALOG_SERVICE, useClass: DialogService }]
275
+ }]
276
+ }], ctorParameters: function () { return [{ type: i1.DynamicComponentService }, { type: i0.ComponentFactoryResolver }]; } });
277
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2Etc2FwLXVpLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2JhcnNhLXNhcC11aS9zcmMvbGliL2JhcnNhLXNhcC11aS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVILHNCQUFzQixFQUV0QixRQUFRLEVBQ1IsZ0JBQWdCLEVBQ2hCLGVBQWUsRUFDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNwRCxPQUFPLEVBQ0gsd0JBQXdCLEVBQ3hCLFVBQVUsRUFDVixZQUFZLEVBQ1osV0FBVyxFQUNYLGFBQWEsRUFDYixxQkFBcUIsRUFDckIsYUFBYSxFQUNiLG9CQUFvQixFQUNwQixrQkFBa0IsRUFDckIsTUFBTSx1QkFBdUIsQ0FBQztBQUMvQixPQUFPLEVBQ0gsNEJBQTRCLEVBQzVCLHlCQUF5QixFQUN6QixzQkFBc0IsRUFDdEIseUJBQXlCLEVBQzVCLE1BQU0sMkJBQTJCLENBQUM7QUFFbkMsT0FBTyxFQUNILGFBQWEsRUFFYix1QkFBdUIsRUFDdkIsVUFBVSxFQUNWLGNBQWMsRUFDakIsTUFBTSxzQkFBc0IsQ0FBQztBQUU5QixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDekQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDeEUsT0FBTyxFQUFFLFVBQVUsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLGFBQWEsRUFBRSxNQUFNLFNBQVMsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUV2RSxNQUFNLGFBQWEsR0FBRztJQUNsQixPQUFPO0lBQ1AscUJBQXFCO0lBQ3JCLGFBQWE7SUFDYixVQUFVO0lBQ1Y7UUFDSSxPQUFPLEVBQUUsZUFBZTtRQUN4QixVQUFVLEVBQUUsYUFBYTtRQUN6QixJQUFJLEVBQUUsQ0FBQyxVQUFVLEVBQUUscUJBQXFCLEVBQUUsYUFBYSxFQUFFLGFBQWEsQ0FBQztRQUN2RSxLQUFLLEVBQUUsSUFBSTtLQUNkO0NBQ0osQ0FBQztBQWlDRixNQUFNLE9BQU8sZ0JBQWlCLFNBQVEsVUFBVTtJQUU1QyxZQUFzQixHQUE0QixFQUFZLHdCQUFrRDtRQUM1RyxLQUFLLENBQUMsR0FBRyxFQUFFLHdCQUF3QixFQUFFLGtCQUFrQixDQUFDLENBQUM7UUFEdkMsUUFBRyxHQUFILEdBQUcsQ0FBeUI7UUFBWSw2QkFBd0IsR0FBeEIsd0JBQXdCLENBQTBCO1FBRHRHLHNCQUFpQixHQUFHLENBQUMsR0FBRyxVQUFVLENBQUMsQ0FBQztJQUc5QyxDQUFDO0lBQ0QsTUFBTSxDQUFDLE9BQU87UUFDVixPQUFPO1lBQ0gsUUFBUSxFQUFFLGdCQUFnQjtZQUMxQixTQUFTLEVBQUUsQ0FBQyxHQUFHLEtBQUssRUFBRSxHQUFHLGFBQWEsQ0FBQztTQUMxQyxDQUFDO0lBQ04sQ0FBQzs7NkdBVlEsZ0JBQWdCOzhHQUFoQixnQkFBZ0Isc2xKQTNCckIsWUFBWTtRQUNaLFdBQVc7UUFDWCxtQkFBbUI7UUFDbkIsdUJBQXVCO1FBQ3ZCLGNBQWM7UUFDZCxjQUFjO1FBQ2QsdUJBQXVCO1FBQ3ZCLHdCQUF3QjtRQUN4QixXQUFXO1FBQ1gsWUFBWTtRQUNaLDRCQUE0QjtRQUM1Qix5QkFBeUI7UUFDekIsc0JBQXNCO1FBQ3RCLHlCQUF5QjtRQUN6QixtQkFBbUI7UUFDbkIsaUJBQWlCO1FBQ2pCLGVBQWU7UUFDZixtQkFBbUI7OEdBVWQsZ0JBQWdCLGFBRmQsQ0FBQyxFQUFFLE9BQU8sRUFBRSxjQUFjLEVBQUUsUUFBUSxFQUFFLGFBQWEsRUFBRSxDQUFDLFlBekI3RCxZQUFZO1FBQ1osV0FBVztRQUNYLG1CQUFtQjtRQUNuQix1QkFBdUI7UUFDdkIsY0FBYztRQUNkLGNBQWM7UUFDZCx1QkFBdUI7UUFDdkIsd0JBQXdCO1FBQ3hCLFdBQVc7UUFDWCxZQUFZO1FBQ1osNEJBQTRCO1FBQzVCLHlCQUF5QjtRQUN6QixzQkFBc0I7UUFDdEIseUJBQXlCO1FBQ3pCLG1CQUFtQjtRQUNuQixpQkFBaUI7UUFDakIsZUFBZTtRQUNmLG1CQUFtQjtRQUNuQixvQkFBb0IsQ0FBQyxPQUFPLENBQUM7WUFDekIsT0FBTyxFQUFFLGNBQWM7WUFDdkIsVUFBVSxFQUFFLG9CQUFvQjtZQUNoQywyQkFBMkIsRUFBRSxrQkFBa0IsQ0FBQyxPQUFPO1NBQzFELENBQUM7MkZBS0csZ0JBQWdCO2tCQS9CNUIsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUUsQ0FBQyxHQUFHLFVBQVUsRUFBRSxHQUFHLEtBQUssRUFBRSxHQUFHLFVBQVUsQ0FBQztvQkFDdEQsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLEVBQUUsc0JBQXNCLENBQUM7b0JBQ25ELE9BQU8sRUFBRTt3QkFDTCxZQUFZO3dCQUNaLFdBQVc7d0JBQ1gsbUJBQW1CO3dCQUNuQix1QkFBdUI7d0JBQ3ZCLGNBQWM7d0JBQ2QsY0FBYzt3QkFDZCx1QkFBdUI7d0JBQ3ZCLHdCQUF3Qjt3QkFDeEIsV0FBVzt3QkFDWCxZQUFZO3dCQUNaLDRCQUE0Qjt3QkFDNUIseUJBQXlCO3dCQUN6QixzQkFBc0I7d0JBQ3RCLHlCQUF5Qjt3QkFDekIsbUJBQW1CO3dCQUNuQixpQkFBaUI7d0JBQ2pCLGVBQWU7d0JBQ2YsbUJBQW1CO3dCQUNuQixvQkFBb0IsQ0FBQyxPQUFPLENBQUM7NEJBQ3pCLE9BQU8sRUFBRSxjQUFjOzRCQUN2QixVQUFVLEVBQUUsb0JBQW9COzRCQUNoQywyQkFBMkIsRUFBRSxrQkFBa0IsQ0FBQyxPQUFPO3lCQUMxRCxDQUFDO3FCQUNMO29CQUNELE9BQU8sRUFBRSxDQUFDLEdBQUcsVUFBVSxFQUFFLEdBQUcsVUFBVSxFQUFFLEdBQUcsS0FBSyxDQUFDO29CQUNqRCxTQUFTLEVBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxjQUFjLEVBQUUsUUFBUSxFQUFFLGFBQWEsRUFBRSxDQUFDO2lCQUNwRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XHJcbiAgICBDb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIsXHJcbiAgICBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLFxyXG4gICAgTW9kdWxlV2l0aFByb3ZpZGVycyxcclxuICAgIE5nTW9kdWxlLFxyXG4gICAgTk9fRVJST1JTX1NDSEVNQSxcclxuICAgIEFQUF9JTklUSUFMSVpFUlxyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgT3ZlcmxheSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgRHJhZ0Ryb3BNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvZHJhZy1kcm9wJztcclxuaW1wb3J0IHsgQ2RrVGFibGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvdGFibGUnO1xyXG5pbXBvcnQge1xyXG4gICAgRnVuZGFtZW50YWxOZ3hDb3JlTW9kdWxlLFxyXG4gICAgUnRsU2VydmljZSxcclxuICAgIFdpemFyZE1vZHVsZSxcclxuICAgIEZhY2V0TW9kdWxlLFxyXG4gICAgVGhlbWVzU2VydmljZSxcclxuICAgIENvbnRlbnREZW5zaXR5U2VydmljZSxcclxuICAgIERpYWxvZ1NlcnZpY2UsXHJcbiAgICBDb250ZW50RGVuc2l0eU1vZHVsZSxcclxuICAgIENvbnRlbnREZW5zaXR5TW9kZVxyXG59IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZSc7XHJcbmltcG9ydCB7XHJcbiAgICBGdW5kYW1lbnRhbE5neFBsYXRmb3JtTW9kdWxlLFxyXG4gICAgUGxhdGZvcm1EeW5hbWljUGFnZU1vZHVsZSxcclxuICAgIFBsYXRmb3JtVGV4dEFyZWFNb2R1bGUsXHJcbiAgICBQbGF0Zm9ybVNlYXJjaEZpZWxkTW9kdWxlXHJcbn0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC9wbGF0Zm9ybSc7XHJcblxyXG5pbXBvcnQge1xyXG4gICAgUG9ydGFsU2VydmljZSxcclxuICAgIER5bmFtaWNDb21wb25lbnRTZXJ2aWNlLFxyXG4gICAgQmFyc2FOb3ZpblJheUNvcmVNb2R1bGUsXHJcbiAgICBCYXNlTW9kdWxlLFxyXG4gICAgRElBTE9HX1NFUlZJQ0VcclxufSBmcm9tICdiYXJzYS1ub3Zpbi1yYXktY29yZSc7XHJcblxyXG5pbXBvcnQgeyBCYXJzYUNhbGVuZGFyTW9kdWxlIH0gZnJvbSAnYmFyc2EtY2FsZW5kYXInO1xyXG5pbXBvcnQgeyBDb2xvclN3YXRjaGVzTW9kdWxlIH0gZnJvbSAnbmd4LWNvbG9yL3N3YXRjaGVzJztcclxuaW1wb3J0IHsgQ29sb3JDaHJvbWVNb2R1bGUgfSBmcm9tICduZ3gtY29sb3IvY2hyb21lJztcclxuaW1wb3J0IHsgQ2xpcGJvYXJkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NsaXBib2FyZCc7XHJcbmltcG9ydCB7IEJhcnNhU2FwVWlSb3V0aW5nTW9kdWxlIH0gZnJvbSAnLi9iYXJzYS1zYXAtdWktcm91dGluZy5tb2R1bGUnO1xyXG5pbXBvcnQgeyBjb21wb25lbnRzLCBwaXBlcywgZGlyZWN0aXZlcywgSU5JVF9TQVBGSU9SSSB9IGZyb20gJy4vaW5kZXgnO1xyXG5cclxuY29uc3Qgcm9vdFByb3ZpZGVycyA9IFtcclxuICAgIE92ZXJsYXksXHJcbiAgICBDb250ZW50RGVuc2l0eVNlcnZpY2UsXHJcbiAgICBUaGVtZXNTZXJ2aWNlLFxyXG4gICAgUnRsU2VydmljZSxcclxuICAgIHtcclxuICAgICAgICBwcm92aWRlOiBBUFBfSU5JVElBTElaRVIsXHJcbiAgICAgICAgdXNlRmFjdG9yeTogSU5JVF9TQVBGSU9SSSxcclxuICAgICAgICBkZXBzOiBbUnRsU2VydmljZSwgQ29udGVudERlbnNpdHlTZXJ2aWNlLCBUaGVtZXNTZXJ2aWNlLCBQb3J0YWxTZXJ2aWNlXSxcclxuICAgICAgICBtdWx0aTogdHJ1ZVxyXG4gICAgfVxyXG5dO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICAgIGRlY2xhcmF0aW9uczogWy4uLmNvbXBvbmVudHMsIC4uLnBpcGVzLCAuLi5kaXJlY3RpdmVzXSxcclxuICAgIHNjaGVtYXM6IFtOT19FUlJPUlNfU0NIRU1BLCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcclxuICAgIGltcG9ydHM6IFtcclxuICAgICAgICBDb21tb25Nb2R1bGUsXHJcbiAgICAgICAgRm9ybXNNb2R1bGUsXHJcbiAgICAgICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcclxuICAgICAgICBCYXJzYU5vdmluUmF5Q29yZU1vZHVsZSxcclxuICAgICAgICBEcmFnRHJvcE1vZHVsZSxcclxuICAgICAgICBDZGtUYWJsZU1vZHVsZSxcclxuICAgICAgICBCYXJzYVNhcFVpUm91dGluZ01vZHVsZSxcclxuICAgICAgICBGdW5kYW1lbnRhbE5neENvcmVNb2R1bGUsXHJcbiAgICAgICAgRmFjZXRNb2R1bGUsXHJcbiAgICAgICAgV2l6YXJkTW9kdWxlLFxyXG4gICAgICAgIEZ1bmRhbWVudGFsTmd4UGxhdGZvcm1Nb2R1bGUsXHJcbiAgICAgICAgUGxhdGZvcm1EeW5hbWljUGFnZU1vZHVsZSxcclxuICAgICAgICBQbGF0Zm9ybVRleHRBcmVhTW9kdWxlLFxyXG4gICAgICAgIFBsYXRmb3JtU2VhcmNoRmllbGRNb2R1bGUsXHJcbiAgICAgICAgQ29sb3JTd2F0Y2hlc01vZHVsZSxcclxuICAgICAgICBDb2xvckNocm9tZU1vZHVsZSxcclxuICAgICAgICBDbGlwYm9hcmRNb2R1bGUsXHJcbiAgICAgICAgQmFyc2FDYWxlbmRhck1vZHVsZSxcclxuICAgICAgICBDb250ZW50RGVuc2l0eU1vZHVsZS5mb3JSb290KHtcclxuICAgICAgICAgICAgc3RvcmFnZTogJ2xvY2FsU3RvcmFnZScsIC8vIGNhbiBiZSAndXJsJyBvciAnbWVtb3J5J1xyXG4gICAgICAgICAgICBzdG9yYWdlS2V5OiAnX19jb250ZW50RGVuc2l0eV9fJyxcclxuICAgICAgICAgICAgZGVmYXVsdEdsb2JhbENvbnRlbnREZW5zaXR5OiBDb250ZW50RGVuc2l0eU1vZGUuQ09NUEFDVFxyXG4gICAgICAgIH0pXHJcbiAgICBdLFxyXG4gICAgZXhwb3J0czogWy4uLmNvbXBvbmVudHMsIC4uLmRpcmVjdGl2ZXMsIC4uLnBpcGVzXSxcclxuICAgIHByb3ZpZGVyczogW3sgcHJvdmlkZTogRElBTE9HX1NFUlZJQ0UsIHVzZUNsYXNzOiBEaWFsb2dTZXJ2aWNlIH1dXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYXJzYVNhcFVpTW9kdWxlIGV4dGVuZHMgQmFzZU1vZHVsZSB7XHJcbiAgICBwcm90ZWN0ZWQgZHluYW1pY0NvbXBvbmVudHMgPSBbLi4uY29tcG9uZW50c107XHJcbiAgICBjb25zdHJ1Y3Rvcihwcm90ZWN0ZWQgZGNtOiBEeW5hbWljQ29tcG9uZW50U2VydmljZSwgcHJvdGVjdGVkIGNvbXBvbmVudEZhY3RvcnlSZXNvbHZlcjogQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyKSB7XHJcbiAgICAgICAgc3VwZXIoZGNtLCBjb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIsICdCYXJzYVNhcFVpTW9kdWxlJyk7XHJcbiAgICB9XHJcbiAgICBzdGF0aWMgZm9yUm9vdCgpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPEJhcnNhU2FwVWlNb2R1bGU+IHtcclxuICAgICAgICByZXR1cm4ge1xyXG4gICAgICAgICAgICBuZ01vZHVsZTogQmFyc2FTYXBVaU1vZHVsZSxcclxuICAgICAgICAgICAgcHJvdmlkZXJzOiBbLi4ucGlwZXMsIC4uLnJvb3RQcm92aWRlcnNdXHJcbiAgICAgICAgfTtcclxuICAgIH1cclxufVxyXG4iXX0=
@@ -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.navigateByUrl('/home');
21
+ }
22
+ }
23
+ BarsaSearchFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSearchFormComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
24
+ BarsaSearchFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", 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\"\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", "rtl", "hideTitle", "hideClose", "hidePin", "mask", "canSend", "contentIsPage", "contentDensity", "deviceSize", "dirValue", "modernTabs"], outputs: ["toolbarClick", "workflowChoiceClick", "close"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.TlbButtonsPipe, name: "tlbButtons" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSearchFormComponent, decorators: [{
26
+ type: Component,
27
+ args: [{ selector: 'bsu-barsa-search-form', changeDetection: ChangeDetectionStrategy.OnPush, providers: [FormPanelService], 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\"\n (workflowChoiceClick)=\"onWorkflowChoiceClick($event)\"\n></bsu-fundamental-dynamic-form>\n" }]
28
+ }] });
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2Etc2VhcmNoLWZvcm0vYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2Etc2VhcmNoLWZvcm0vYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUNoRixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7OztBQVFqQyxNQUFNLE9BQU8sd0JBQXlCLFNBQVEsb0JBQW9CO0lBQzlELFFBQVE7UUFDSixLQUFLLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDakIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxNQUFNLEVBQUUsRUFBRTtZQUNwRixNQUFNLFVBQVUsR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDO1lBQy9CLElBQUksVUFBVSxJQUFJLE9BQU8sVUFBVSxLQUFLLFFBQVEsRUFBRTtnQkFDOUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDLENBQUM7YUFDakQ7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFDRCxRQUFRO1FBQ0osSUFBSSxDQUFDLE9BQU8sQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDeEMsQ0FBQzs7cUhBWlEsd0JBQXdCO3lHQUF4Qix3QkFBd0IsZ0RBRnRCLENBQUMsZ0JBQWdCLENBQUMsaURDVGpDLDZ1Q0EyQkE7MkZEaEJhLHdCQUF3QjtrQkFQcEMsU0FBUzsrQkFDSSx1QkFBdUIsbUJBR2hCLHVCQUF1QixDQUFDLE1BQU0sYUFDcEMsQ0FBQyxnQkFBZ0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1QYW5lbFNlcnZpY2UgfSBmcm9tICdiYXJzYS1ub3Zpbi1yYXktY29yZSc7XG5pbXBvcnQgeyBVaUZvcm1QYW5lbENvbXBvbmVudCB9IGZyb20gJy4uL3VpLWZvcm0tcGFuZWwvdWktZm9ybS1wYW5lbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgdGFrZVVudGlsIH0gZnJvbSAncnhqcyc7XG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2JzdS1iYXJzYS1zZWFyY2gtZm9ybScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhcnNhLXNlYXJjaC1mb3JtLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9iYXJzYS1zZWFyY2gtZm9ybS5jb21wb25lbnQuc2NzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHByb3ZpZGVyczogW0Zvcm1QYW5lbFNlcnZpY2VdXG59KVxuZXhwb3J0IGNsYXNzIEJhcnNhU2VhcmNoRm9ybUNvbXBvbmVudCBleHRlbmRzIFVpRm9ybVBhbmVsQ29tcG9uZW50IHtcbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgc3VwZXIubmdPbkluaXQoKTtcbiAgICAgICAgdGhpcy5fYWN0aXZhdGVkUm91dGUucXVlcnlQYXJhbXMucGlwZSh0YWtlVW50aWwodGhpcy5fb25EZXN0cm95JCkpLnN1YnNjcmliZSgocGFyYW1zKSA9PiB7XG4gICAgICAgICAgICBjb25zdCBzZWFyY2hUZXJtID0gcGFyYW1zLnRlcm07XG4gICAgICAgICAgICBpZiAoc2VhcmNoVGVybSAmJiB0eXBlb2Ygc2VhcmNoVGVybSA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgICAgICB0aGlzLl9wb3J0YWxTZXJ2aWNlLnNldFNlYXJjaFRlcm0oc2VhcmNoVGVybSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cbiAgICBvbkNsb3NlMigpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5fcm91dGVyLm5hdmlnYXRlQnlVcmwoJy9ob21lJyk7XG4gICAgfVxufVxuIiwiPGJzdS1mdW5kYW1lbnRhbC1keW5hbWljLWZvcm1cbiAgICBbcmVtb3ZlQ29udGVudFBhZGRpbmddPVwiKGhlYWRlclJlbW92ZUNvbnRlbnRQYWRkaW5nJCB8IGFzeW5jKSEhXCJcbiAgICBbYnJlYWRDcnVtYnNdPVwiYnJlYWRDcnVtYnMkIHwgYXN5bmNcIlxuICAgIFtkZXNjcmlwdGlvbl09XCIoaGVhZGVyRGVzY3JpcHRpb24kIHwgYXN5bmMpISFcIlxuICAgIFt0aXRsZV09XCIodGl0bGUkIHwgYXN5bmMpISFcIlxuICAgIFtzdWJ0aXRsZV09XCIoaGVhZGVyU3VidGl0bGUkIHwgYXN5bmMpISFcIlxuICAgIFt0b29sYmFySXRlbXNdPVwidG9vbGJhckl0ZW1zJCB8IGFzeW5jIHwgdGxiQnV0dG9uczogJ2luRm9vdGVyJzpmYWxzZVwiXG4gICAgW2xheW91dEFjdGlvbnNdPVwidG9vbGJhckl0ZW1zJCB8IGFzeW5jIHwgdGxiQnV0dG9uczogJ2luRm9vdGVyJzp0cnVlXCJcbiAgICBbdG9vbGJhclZpc2libGVdPVwiKHRvb2xiYXJWaXNpYmxlJCB8IGFzeW5jKSEhXCJcbiAgICBbZmFjZXRMaXN0XT1cIihoZWFkZXJMYXlvdXQkIHwgYXN5bmMpPy5GYWNldExpc3QyXCJcbiAgICBbcGFyYW1ldGVyc109XCJwYXJhbWV0ZXJzXCJcbiAgICBbd29ya2Zsb3dQYW5lbFVpXT1cIndvcmtmbG93UGFuZWxVaSQgfCBhc3luY1wiXG4gICAgW2lzTW9iaWxlXT1cImlzTW9iaWxlXCJcbiAgICBbbGF5b3V0OTRdPVwibGF5b3V0OTQkIHwgYXN5bmNcIlxuICAgIFtydGxdPVwiKHJ0bCQgfCBhc3luYykhIVwiXG4gICAgW21hc2tdPVwiKG1hc2skIHwgYXN5bmMpISFcIlxuICAgIFtkaXJWYWx1ZV09XCIoZGlyVmFsdWUkIHwgYXN5bmMpISFcIlxuICAgIFtkZXZpY2VTaXplXT1cIihkZXZpY2VTaXplJCB8IGFzeW5jKSEhXCJcbiAgICBbY29udGVudERlbnNpdHldPVwiKGNvbnRlbnREZW5zaXR5JCB8IGFzeW5jKSEhXCJcbiAgICBbbW9kZXJuVGFic109XCIobW9kZXJuVGFicyQgfCBhc3luYykhIVwiXG4gICAgW2F2YXRhcl09XCIoYXZhdGFyJCB8IGFzeW5jKSEhXCJcbiAgICBbZmllbGREaWN0XT1cIihmaWVsZERpY3QkIHwgYXN5bmMpISFcIlxuICAgIChjbG9zZSk9XCJvbkNsb3NlMigpXCJcbiAgICAodG9vbGJhckNsaWNrKT1cIm9uVG9vbGJhckNsaWNrKCRldmVudClcIlxuICAgIFtjb250ZW50SXNQYWdlXT1cInBhcmFtZXRlcnM/LkNvbnRlbnRJc1BhZ2VcIlxuICAgICh3b3JrZmxvd0Nob2ljZUNsaWNrKT1cIm9uV29ya2Zsb3dDaG9pY2VDbGljaygkZXZlbnQpXCJcbj48L2JzdS1mdW5kYW1lbnRhbC1keW5hbWljLWZvcm0+XG4iXX0=