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,78 @@
1
+ import { OnInit, AfterViewInit } from '@angular/core';
2
+ import { Observable, Subject } from 'rxjs';
3
+ import { ComboboxComponent, DialogRef } from '@fundamental-ngx/core';
4
+ import { FieldBaseComponent, ReportExtraInfo, MoForReportModel, ClassNamesModel, ViewTypes, MetaobjectDataModel } from 'barsa-novin-ray-core';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements OnInit, AfterViewInit {
7
+ ulvAdapter: {
8
+ [key: string]: any;
9
+ Setting: {
10
+ [key: string]: any;
11
+ View: ViewTypes;
12
+ ClassNames: ClassNamesModel;
13
+ Extra: ReportExtraInfo;
14
+ Data: MoForReportModel;
15
+ };
16
+ };
17
+ Control: any;
18
+ UlvUi: any;
19
+ UlvMainCtrlr: any;
20
+ fdComboRef: ComboboxComponent;
21
+ isExpand: boolean;
22
+ smartChange: Subject<string>;
23
+ loading$: Observable<boolean>;
24
+ tickRef: any;
25
+ inputElement: HTMLInputElement;
26
+ isFirstLoad: boolean;
27
+ popoverElement: any;
28
+ rawValue: string;
29
+ formSelectionDialog: DialogRef;
30
+ isOpenSelectionDialog: boolean;
31
+ hasReport: any;
32
+ originalValue: any;
33
+ isDataLoadedFirstTime: boolean;
34
+ valueText: string;
35
+ private _openPopupFormSelectionSource;
36
+ private _closeDialogSource;
37
+ private _loadingSource;
38
+ private _valueMo;
39
+ onAlt(e: any): void;
40
+ ngOnInit(): void;
41
+ ngAfterViewInit(): void;
42
+ onOpenChange(fdCombobox: any, isOpen: boolean): void;
43
+ onInputChange(e: any): void;
44
+ onInputChange2(e: any): void;
45
+ onValueChange(e: any): void;
46
+ onNew(): void;
47
+ onClear(): void;
48
+ onEdit(): void;
49
+ onSearch(): void;
50
+ customFilter(content: any[], searchTerm: string): any[];
51
+ displayFunc: (obj: MetaobjectDataModel) => string;
52
+ getMoValueCaption(valueMo: MetaobjectDataModel | null, colName: string, defaultValue: string): string;
53
+ getFirstColumnName(): string;
54
+ IsExpanded: (type: any) => boolean;
55
+ Collapse: (type: any) => void;
56
+ Expand: (type: any) => void;
57
+ on: () => void;
58
+ Focus: () => void;
59
+ SetUlvAdapter: (type: any, ulvAdapter: any) => void;
60
+ IsUiCreated: (type: any) => boolean;
61
+ Mask: (type: any) => void;
62
+ hide: (type: any) => void;
63
+ show: (type: any) => void;
64
+ Unmask: (type: any) => void;
65
+ getRawValue: () => string;
66
+ protected _setValue(value: any): void;
67
+ protected _setValueText(value: any): void;
68
+ protected _setComboText(value: string): void;
69
+ protected _openPopupFormSelection(): Observable<boolean>;
70
+ protected _filterSmartChange(value: any): boolean;
71
+ protected _focus(): void;
72
+ protected _raiseSmartChange(value: any): void;
73
+ protected _triggerClick(eventName: any, value?: null): void;
74
+ protected _raiseValueChanged(caption: any): void;
75
+ protected _fireValueChange(mo: any): void;
76
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiMoInfoUlvComboComponent, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiMoInfoUlvComboComponent, "bsu-ui-mo-info-ulv-combo", never, { "ulvAdapter": "ulvAdapter"; "Control": "Control"; "UlvUi": "UlvUi"; "UlvMainCtrlr": "UlvMainCtrlr"; "IsExpanded": "IsExpanded"; "Collapse": "Collapse"; "Expand": "Expand"; "on": "on"; "Focus": "Focus"; "SetUlvAdapter": "SetUlvAdapter"; "IsUiCreated": "IsUiCreated"; "Mask": "Mask"; "hide": "hide"; "show": "show"; "Unmask": "Unmask"; "getRawValue": "getRawValue"; }, {}, never, never, false>;
78
+ }
@@ -0,0 +1,7 @@
1
+ import { DeviceInfoFieldBaseComponent } from '../device-info-field-base';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UiMonacoEditorComponent extends DeviceInfoFieldBaseComponent {
4
+ onValueChange(value: any): void;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiMonacoEditorComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiMonacoEditorComponent, "bsu-ui-monaco-editor", never, {}, {}, never, never, false>;
7
+ }
@@ -0,0 +1,21 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { MultiInputComponent } from '@fundamental-ngx/core';
3
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiMultiSelectComboComponent extends FieldBaseComponent implements OnInit {
6
+ selectedItems: {
7
+ id: string;
8
+ txt: string;
9
+ }[];
10
+ maxWidth: any;
11
+ ngOnInit(): void;
12
+ ngAfterViewInit(): void;
13
+ onOpenChange(isOpen: boolean, multiInput: MultiInputComponent): void;
14
+ onValueChange(e: any): void;
15
+ onSelectionChange(e: any): void;
16
+ onSelectedChange(): void;
17
+ displayFunc(obj: any): string;
18
+ private _raiseValueChanged;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiMultiSelectComboComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiMultiSelectComboComponent, "bsu-ui-multi-select-combo", never, {}, {}, never, never, false>;
21
+ }
@@ -0,0 +1,11 @@
1
+ import { ElementRef, OnInit } from '@angular/core';
2
+ import { NumberBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiNumDecimalUiComponent extends NumberBaseComponent implements OnInit {
5
+ inputRef: ElementRef;
6
+ inputElement: HTMLInputElement | null | undefined;
7
+ ngOnInit(): void;
8
+ protected raiseValueChange(val: any): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiNumDecimalUiComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiNumDecimalUiComponent, "bsu-ui-num-decimal-ui", never, {}, {}, never, never, false>;
11
+ }
@@ -0,0 +1,10 @@
1
+ import { ElementRef, OnInit } from '@angular/core';
2
+ import { NumberBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiNumIntUiComponent extends NumberBaseComponent implements OnInit {
5
+ inputRef: ElementRef;
6
+ inputElement: HTMLInputElement | null | undefined;
7
+ ngOnInit(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiNumIntUiComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiNumIntUiComponent, "bsu-ui-num-int-ui", never, {}, {}, never, never, false>;
10
+ }
@@ -0,0 +1,63 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { SafeResourceUrl } from '@angular/platform-browser';
3
+ import { Observable } from 'rxjs';
4
+ import { ContentDensity } from '@fundamental-ngx/core';
5
+ import { FilesValidationHelper } from 'barsa-novin-ray-core';
6
+ import { DeviceInfoFieldBaseComponent } from '../device-info-field-base';
7
+ import * as i0 from "@angular/core";
8
+ export declare class UiPdfViewerComponent extends DeviceInfoFieldBaseComponent implements OnInit {
9
+ fileName: string;
10
+ fallbackLink: any;
11
+ canNotRenderPdf: boolean;
12
+ pdfSource: SafeResourceUrl;
13
+ hasPdf: boolean;
14
+ pdfObject: {
15
+ autoEl: {
16
+ tag: string;
17
+ data: string;
18
+ type: string;
19
+ width: string;
20
+ height: string;
21
+ html: any;
22
+ };
23
+ };
24
+ uploadState$: Observable<string>;
25
+ progress$: Observable<any>;
26
+ uploading$: Observable<boolean>;
27
+ files: File[];
28
+ contentDensity$: Observable<ContentDensity>;
29
+ officeOnline: any;
30
+ useWordEditor: any;
31
+ hasFileName: boolean;
32
+ canRemove: boolean;
33
+ canUpload: boolean;
34
+ canEdit: boolean;
35
+ canDownload: boolean;
36
+ canDelete: boolean;
37
+ canSave: boolean;
38
+ validExtension: string;
39
+ filesValidationHelper: FilesValidationHelper;
40
+ singleControl: boolean;
41
+ singleFileThumbnailUrl: string;
42
+ ngOnInit(): void;
43
+ onEdit(): void;
44
+ onView(event: MouseEvent): void;
45
+ onDownload(): void;
46
+ onFileSelection(files: File[]): void;
47
+ onDelete(): void;
48
+ onEditInWord(): void;
49
+ onOfficeOnline(event: MouseEvent): void;
50
+ onRefresh(): void;
51
+ DownloadFileId(fileId: any, viewInBrowser: any, convertTo: any, forOcx: any, isOfficeOnline: any): void;
52
+ protected _uploadToServer(selectedFiles: File[]): void;
53
+ protected _refreshButtons(): void;
54
+ protected _refreshButtonsHelper(isAgentActive: any): void;
55
+ protected _commandClickHandler(itemId: any, keyboardEvent?: any): void;
56
+ protected _refresh(fromServer?: boolean): void;
57
+ protected _uploadFile(files: File[]): Observable<any>;
58
+ protected _updateValue(res: any[]): void;
59
+ private updateSingleControl;
60
+ private _hideMask;
61
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiPdfViewerComponent, never>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiPdfViewerComponent, "bsu-ui-pdf-viewer", never, {}, {}, never, never, false>;
63
+ }
@@ -0,0 +1,27 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { FileUploaderComponent } from '@fundamental-ngx/core';
3
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
4
+ import { Observable, Subject } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UiPictureFileComponent extends FieldBaseComponent implements OnInit, OnDestroy {
7
+ imageUrl: any;
8
+ sizeMode: any;
9
+ files: File[];
10
+ uploadState$: Observable<string>;
11
+ progress$: Observable<any>;
12
+ uploading$: Observable<boolean>;
13
+ cancelation$: Subject<void>;
14
+ validExtensions: any;
15
+ ngOnInit(): void;
16
+ ngOnDestroy(): void;
17
+ onFileSelection(files: File[]): void;
18
+ onFileDeleted(uploaderComponent: FileUploaderComponent): void;
19
+ onDownloadFile(): void;
20
+ onRetry(): void;
21
+ onTerminate(): void;
22
+ private _displayImage;
23
+ private _upload;
24
+ private uploadFile;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiPictureFileComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiPictureFileComponent, "bsu-ui-picture-file", never, { "imageUrl": "imageUrl"; "sizeMode": "sizeMode"; }, {}, never, never, false>;
27
+ }
@@ -0,0 +1,68 @@
1
+ import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
+ import { BehaviorSubject, Observable, Subject } from 'rxjs';
3
+ import { Media } from '@fundamental-ngx/platform';
4
+ import { ContentDensity } from '@fundamental-ngx/core';
5
+ import { FilesValidationHelper } from 'barsa-novin-ray-core';
6
+ import { DeviceInfoFieldBaseComponent } from '../device-info-field-base';
7
+ import * as i0 from "@angular/core";
8
+ export declare class UiPicturesInfoComponent extends DeviceInfoFieldBaseComponent implements OnInit, OnDestroy {
9
+ value: {
10
+ Id: string;
11
+ FileId: string;
12
+ FileName: string;
13
+ Width: string;
14
+ Height: string;
15
+ Size: string;
16
+ }[];
17
+ gallery: ElementRef<HTMLElement>;
18
+ uploadState$: Observable<string>;
19
+ progress$: Observable<number>;
20
+ uploading$: Observable<boolean>;
21
+ cancelation$: Subject<void>;
22
+ contentDensity$: Observable<ContentDensity>;
23
+ files: File[];
24
+ mediaDataSource: BehaviorSubject<Media[]>;
25
+ mediaData$: Observable<Media[]>;
26
+ isMobile: any;
27
+ selectedIndex: number;
28
+ fillWidth: boolean;
29
+ fillAll: boolean;
30
+ fillOriginal: boolean;
31
+ selectedZoom: 'zoom1' | 'zoom1-5' | 'zoom2';
32
+ filesValidationHelper: FilesValidationHelper;
33
+ maxFileCount: number;
34
+ fileCount$: Observable<number>;
35
+ private _fileCountSource;
36
+ ngOnInit(): void;
37
+ ngOnDestroy(): void;
38
+ onThumbnailClicked(imgIndex: number): void;
39
+ onDelete(): void;
40
+ onScan(): void;
41
+ onAdvanceScan(): void;
42
+ onZoomIn(): void;
43
+ onZoomOut(): void;
44
+ onFillOriginal(): void;
45
+ onFillWidth(): void;
46
+ onFillAll(): void;
47
+ onFileSelection(selectedFiles: File[]): void;
48
+ protected _deleteMedia(selectedMedia: any): void;
49
+ protected _scanHelper(isAdvanced: any): void;
50
+ protected _onScanResult_Ready(contents: any): void;
51
+ protected _onScan_Warrning(text: any): void;
52
+ protected _onScan_Error(err: any): void;
53
+ protected _uploadScan(contents: any): void;
54
+ protected _prepareGallery(value: any[]): void;
55
+ protected uploadToServer(files: File[]): Observable<any>;
56
+ protected _setFileCount(value: any): void;
57
+ protected updateValue(newVal: any[]): void;
58
+ protected _displayImages(value: {
59
+ Id: string;
60
+ FileId: string;
61
+ FileName: string;
62
+ Width: string;
63
+ Height: string;
64
+ Size: string;
65
+ }[]): void;
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiPicturesInfoComponent, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiPicturesInfoComponent, "bsu-ui-pictures-info", never, { "value": "value"; }, {}, never, never, false>;
68
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { DeviceInfoFieldBaseComponent } from '../device-info-field-base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiRadioGroupComponent extends DeviceInfoFieldBaseComponent implements OnInit {
5
+ ngOnInit(): void;
6
+ onRadioClicked(item: any): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiRadioGroupComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiRadioGroupComponent, "bsu-ui-radio-group", never, {}, {}, never, never, false>;
9
+ }
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiReadOnlyFieldComponent extends FieldBaseComponent implements OnInit {
5
+ text: string;
6
+ ngOnInit(): void;
7
+ protected _setValue(value: any): void;
8
+ private _setText;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiReadOnlyFieldComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiReadOnlyFieldComponent, "bsu-ui-read-only-field", never, {}, {}, never, never, false>;
11
+ }
@@ -0,0 +1,17 @@
1
+ import { OnInit, TemplateRef } from '@angular/core';
2
+ import { SapUiReportBaseComponent } from '../sap-ui-report-base.component';
3
+ import { UiReportViewBase, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiReportContainerComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> implements OnInit {
6
+ tableView: TemplateRef<any>;
7
+ cardListView: TemplateRef<any>;
8
+ listView: TemplateRef<any>;
9
+ selectedView: UiReportViewBase;
10
+ viewCollection: UiReportViewBase[];
11
+ ngOnInit(): void;
12
+ onChangeView(viewSetting: UiReportViewBase): void;
13
+ private _initView;
14
+ private _changeView;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiReportContainerComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiReportContainerComponent, "bsu-ui-report-container", never, {}, {}, never, never, false>;
17
+ }
@@ -0,0 +1,9 @@
1
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UiSearchCommandInfoUiComponent extends FieldBaseComponent {
4
+ searchTerm: string;
5
+ onSearch(): void;
6
+ onClear(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiSearchCommandInfoUiComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiSearchCommandInfoUiComponent, "bsu-ui-search-command-info-ui", never, {}, {}, never, never, false>;
9
+ }
@@ -0,0 +1,13 @@
1
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UiSimpleComboComponent extends FieldBaseComponent {
4
+ caption: string;
5
+ get MinSize(): {
6
+ width: number;
7
+ height: number;
8
+ };
9
+ onValueChange(value: any): void;
10
+ protected _handleValueChange(selectedValue: any): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiSimpleComboComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiSimpleComboComponent, "bsu-ui-simple-combo", never, { "MinSize": "MinSize"; }, {}, never, never, false>;
13
+ }
@@ -0,0 +1,13 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiSinglePictureComponent extends FieldBaseComponent implements OnInit, OnDestroy {
5
+ imageUrl: string;
6
+ pos: any;
7
+ hostClick(): void;
8
+ ngOnInit(): void;
9
+ ngOnDestroy(): void;
10
+ private _displayImage;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiSinglePictureComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiSinglePictureComponent, "bsu-ui-single-picture", never, {}, {}, never, never, false>;
13
+ }
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { UiCheckBoxComponent } from '../ui-check-box/ui-check-box.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiSwitchButtonComponent extends UiCheckBoxComponent implements OnInit {
5
+ activeText: string;
6
+ inactiveText: string;
7
+ semantic: boolean;
8
+ ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiSwitchButtonComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiSwitchButtonComponent, "bsu-ui-switch-button", never, {}, {}, never, never, false>;
11
+ }
@@ -0,0 +1,29 @@
1
+ import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { EjrayOlgo, MetaobjectDataModel, ReportViewBaseComponent, ReportViewColumn } from 'barsa-novin-ray-core';
3
+ import { UiTableViewSetting } from '../models/grid-view';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSetting> implements OnInit, OnChanges {
6
+ columnWidth: number;
7
+ minWidth: any;
8
+ minHeight: any;
9
+ rowResizer: any;
10
+ enableResizing: any;
11
+ height: number | null;
12
+ _width: string;
13
+ detailsColumns: ReportViewColumn[];
14
+ detailsComponent: EjrayOlgo;
15
+ showDetailsInRow: boolean;
16
+ columnComponents: {
17
+ column: ReportViewColumn;
18
+ component: MetaobjectDataModel;
19
+ }[];
20
+ ngOnInit(): void;
21
+ ngOnChanges(changes: SimpleChanges): void;
22
+ protected _setHeight(parentHeight: number): void;
23
+ protected _setHasSummery(cartableTemplates: any): void;
24
+ protected _containerWidthChanged(val: number): void;
25
+ private _setColumnsComponent;
26
+ private findColumn;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiTableViewComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiTableViewComponent, "bsu-ui-table-view", never, { "columnWidth": "columnWidth"; "minWidth": "minWidth"; "minHeight": "minHeight"; "rowResizer": "rowResizer"; "enableResizing": "enableResizing"; }, {}, never, never, false>;
29
+ }
@@ -0,0 +1,15 @@
1
+ import { AfterViewInit, ElementRef, OnInit } from '@angular/core';
2
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiTextAreaComponent extends FieldBaseComponent implements OnInit, AfterViewInit {
5
+ textarea: ElementRef;
6
+ rowCount: number;
7
+ minHeight: number;
8
+ ngOnInit(): void;
9
+ ngAfterViewInit(): void;
10
+ onValueChange(e: any): void;
11
+ onKeyup(): void;
12
+ private _calcTextAreaHeight2;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiTextAreaComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiTextAreaComponent, "bsu-ui-text-area", never, {}, {}, never, never, false>;
15
+ }
@@ -0,0 +1,14 @@
1
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UiTextFieldComponent extends FieldBaseComponent {
4
+ value: string;
5
+ get MinSize(): {
6
+ width: number;
7
+ height: number;
8
+ };
9
+ onValueChange(e: any): void;
10
+ onKeyDown(e: any): void;
11
+ private _isCharacter;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiTextFieldComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiTextFieldComponent, "bsu-ui-text-field", never, { "value": "value"; "MinSize": "MinSize"; }, {}, never, never, false>;
14
+ }
@@ -0,0 +1,13 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { Observable, Subject } from 'rxjs';
3
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiTextFieldAutoCompleteComponent extends FieldBaseComponent implements OnInit {
6
+ inputTextChanged: Subject<string>;
7
+ suggestionList$: Observable<string[]>;
8
+ ngOnInit(): void;
9
+ onValueChange(value: any): void;
10
+ private _createUlvParams;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiTextFieldAutoCompleteComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiTextFieldAutoCompleteComponent, "bsu-ui-text-field-auto-complete", never, {}, {}, never, never, false>;
13
+ }
@@ -0,0 +1,10 @@
1
+ import { ElementRef, OnInit } from '@angular/core';
2
+ import { NumberBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiTimeSpanComponent extends NumberBaseComponent implements OnInit {
5
+ inputRef: ElementRef;
6
+ inputElement: HTMLInputElement | null | undefined;
7
+ ngOnInit(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiTimeSpanComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiTimeSpanComponent, "bsu-ui-time-span", never, {}, {}, never, never, false>;
10
+ }
@@ -0,0 +1,17 @@
1
+ import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { SafeHtml } from '@angular/platform-browser';
3
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiTinymceComponent extends FieldBaseComponent implements OnInit, OnChanges {
6
+ tinyHeight: string;
7
+ isReadonly: boolean;
8
+ sefeValue: SafeHtml;
9
+ tinyInit: boolean;
10
+ isAnonymous: boolean;
11
+ ngOnInit(): void;
12
+ ngOnChanges(simpleChanges: SimpleChanges): void;
13
+ onTinyInit(): void;
14
+ onTinyChanged(newValue: any): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiTinymceComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiTinymceComponent, "bsu-ui-tinymce", never, {}, {}, never, never, false>;
17
+ }
@@ -0,0 +1,32 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { TreeNodeObj } from 'barsa-novin-ray-core';
3
+ import { Observable } from 'rxjs';
4
+ import { ReportTreeBaseComponent } from '../report-tree-base';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UiTreeComponent extends ReportTreeBaseComponent implements OnInit {
7
+ showOkCancelButtons: any;
8
+ collapseIcon$: Observable<string>;
9
+ ngOnInit(): void;
10
+ onDrop($event: any): void;
11
+ onDragMoved($event: any): void;
12
+ onCollapseAll(): void;
13
+ onOpenMoveToDialog(selectedNode: any, device: any, moveDialog: any): void;
14
+ onConfirmDialog(dialogSelectedNode: any): void;
15
+ onDismissDialog(): void;
16
+ onSelectNodeInMoveDialog($event: any): void;
17
+ onNodeSelect(ev: {
18
+ node: TreeNodeObj;
19
+ index: number;
20
+ }): void;
21
+ onNodeUlvCommand(ev: {
22
+ node: TreeNodeObj;
23
+ index: number;
24
+ }): void;
25
+ onNodeViewClick(ev: {
26
+ node: TreeNodeObj;
27
+ index: number;
28
+ }): void;
29
+ onLoadChildren(node: TreeNodeObj): void;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiTreeComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiTreeComponent, "bsu-ui-tree", never, { "showOkCancelButtons": "showOkCancelButtons"; }, {}, never, never, false>;
32
+ }
@@ -0,0 +1,41 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { UiReportViewBaseSetting, ReportViewBaseComponent, TreeNodeObj, RelationItemType } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export interface DropInfo {
5
+ targetId: string | null;
6
+ action?: string | null;
7
+ }
8
+ export declare class UiTreeViewComponent extends ReportViewBaseComponent<UiReportViewBaseSetting> {
9
+ root: any;
10
+ selectedNode: any;
11
+ hasDragDrop: boolean;
12
+ isHetro: boolean;
13
+ relationList: RelationItemType[];
14
+ showOkCancelButtons: any;
15
+ collapseIcon: string;
16
+ nodeSelect: EventEmitter<{
17
+ node: TreeNodeObj;
18
+ index: number;
19
+ }>;
20
+ createNew: EventEmitter<RelationItemType>;
21
+ loadChildren: EventEmitter<TreeNodeObj>;
22
+ nodeViewClick: EventEmitter<{
23
+ node: TreeNodeObj;
24
+ index: number;
25
+ }>;
26
+ nodeUlvCommand: EventEmitter<{
27
+ node: TreeNodeObj;
28
+ index: number;
29
+ }>;
30
+ itemDrop: EventEmitter<any>;
31
+ itemDragMoved: EventEmitter<any>;
32
+ cursor: string;
33
+ onDrop($event: any): void;
34
+ onDragMoved($event: any): void;
35
+ onNodeSelect(node: TreeNodeObj, index: any): void;
36
+ onNodeUlvCommand(node: TreeNodeObj, index: number): void;
37
+ onNodeViewClick(node: TreeNodeObj, index: number): void;
38
+ onLoadChildren(node: any): void;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiTreeViewComponent, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiTreeViewComponent, "bsu-tree-view", never, { "root": "root"; "selectedNode": "selectedNode"; "hasDragDrop": "hasDragDrop"; "isHetro": "isHetro"; "relationList": "relationList"; "showOkCancelButtons": "showOkCancelButtons"; "collapseIcon": "collapseIcon"; }, { "nodeSelect": "nodeSelect"; "createNew": "createNew"; "loadChildren": "loadChildren"; "nodeViewClick": "nodeViewClick"; "nodeUlvCommand": "nodeUlvCommand"; "itemDrop": "itemDrop"; "itemDragMoved": "itemDragMoved"; }, never, never, false>;
41
+ }
@@ -0,0 +1,9 @@
1
+ import { DialogRef } from '@fundamental-ngx/core';
2
+ import { BaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiUlvFormMultiSelectUiComponent extends BaseComponent {
5
+ dialogRef: DialogRef;
6
+ constructor(dialogRef: DialogRef);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiUlvFormMultiSelectUiComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiUlvFormMultiSelectUiComponent, "bsu-ui-ulv-form-multi-select-ui", never, {}, {}, never, never, false>;
9
+ }
@@ -0,0 +1,67 @@
1
+ import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
2
+ import { Router } from '@angular/router';
3
+ import { Observable } from 'rxjs';
4
+ import { ContentDensity, ContentDensityService, DialogService } from '@fundamental-ngx/core';
5
+ import { BaseComponent, UlvMainService, PagingSetting, PortalService, SearchPanelSettings, BreadCrumbInfo, BreadcrumbService, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
6
+ import * as i0 from "@angular/core";
7
+ export declare class UiUlvMainUiComponent extends BaseComponent implements OnInit {
8
+ private _dialogService;
9
+ private _ulvMainService;
10
+ el: ElementRef;
11
+ private _router;
12
+ private _portalService;
13
+ private _cdr;
14
+ context: any;
15
+ isReportPage: boolean;
16
+ inDialog: boolean;
17
+ layoutInfo: any;
18
+ readonly: any;
19
+ disable: any;
20
+ marginUlv: any;
21
+ set searchPanelComponent(val: any);
22
+ set fullscreen(val: boolean);
23
+ selectedSearchPanelSettings: SearchPanelSettings | undefined;
24
+ firstApplyAutomatically: boolean;
25
+ mask$: Observable<boolean>;
26
+ viwerMask$: Observable<boolean>;
27
+ viewer$: Observable<any>;
28
+ pagingSetting$: Observable<PagingSetting | null>;
29
+ contentDensity$: Observable<ContentDensity>;
30
+ searchPanelUi$: Observable<any>;
31
+ hideSearchPanel$: Observable<boolean>;
32
+ rtl$: Observable<boolean>;
33
+ reportId$: Observable<string>;
34
+ searchPanelMoChanged$: Observable<boolean>;
35
+ allSearchPanelSettings$: Observable<SearchPanelSettings[]>;
36
+ selectedSearchPanelSettingsId$: Observable<string>;
37
+ selectedSearchPanelSettings$: Observable<SearchPanelSettings | undefined>;
38
+ deviceSize$: Observable<AbbrevationDeviceSize>;
39
+ breadCrumbs$: Observable<BreadCrumbInfo[]>;
40
+ searchPanelLoaded: boolean;
41
+ isAnonymous$: Observable<boolean>;
42
+ title: string;
43
+ hasSearchPanel: boolean;
44
+ private defaultDialogConfig;
45
+ constructor(_dialogService: DialogService, _ulvMainService: UlvMainService, el: ElementRef, _router: Router, _portalService: PortalService, _cdr: ChangeDetectorRef, contentDensityService: ContentDensityService, _bradcrumbService: BreadcrumbService);
46
+ ngOnInit(): void;
47
+ onClose(): void;
48
+ onSearchPanelMoChanged(): void;
49
+ onOpenManageFilters(): void;
50
+ onCollapsedChange(collapsed: boolean): void;
51
+ onHideSearchPanelClick(): void;
52
+ onFilterSave(): void;
53
+ onFilterSaveAs(): void;
54
+ onShowFilterFieldsSetting(): void;
55
+ onManageFilters(): void;
56
+ onClearSearch(): void;
57
+ onSearch(): void;
58
+ onSelectSearchPanelSettings(selectedSearchPanelSettingsId: string): void;
59
+ private _removeBugInChromeCssActive;
60
+ private _setSearchPanelMoChanged;
61
+ private _openSearchFieldsHiddenSettings;
62
+ private _openSaveAsFilter;
63
+ private _saveFilter;
64
+ private _openSearchFiltersManage;
65
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiUlvMainUiComponent, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiUlvMainUiComponent, "bsu-ui-ulv-main-ui", never, { "context": "context"; "isReportPage": "isReportPage"; "inDialog": "inDialog"; "layoutInfo": "layoutInfo"; "fullscreen": "fullscreen"; }, {}, never, never, false>;
67
+ }