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
package/lib/index.d.ts ADDED
@@ -0,0 +1,85 @@
1
+ import { ContentDensityService, RtlService, ThemesService } from '@fundamental-ngx/core';
2
+ import { PortalService } from 'barsa-novin-ray-core';
3
+ import { LyLayoutContainerOfRootComponent } from './ly-layout-container-of-root/ly-layout-container-of-root.component';
4
+ import { LyEmptySpaceComponent } from './ly-empty-space/ly-empty-space.component';
5
+ import { UlvSelectionComponent } from './ulv-selection/ulv-selection.component';
6
+ import { UlvToolbarComponent } from './ulv-toolbar/ulv-toolbar.component';
7
+ import { UlvPagingComponent } from './ulv-paging/ulv-paging.component';
8
+ import { UiGridSortSettingComponent } from './ui-grid-sort-setting/ui-grid-sort-setting.component';
9
+ import { UiInfoBarPanelComponent } from './ui-info-bar-panel/ui-info-bar-panel.component';
10
+ import { UiFormPanelToolbarComponent } from './ui-form-panel-toolbar/ui-form-panel-toolbar.component';
11
+ import { UiFormPanelComponent } from './ui-form-panel/ui-form-panel.component';
12
+ import { UlvSettingsComponent } from './ulv-settings/ulv-settings.component';
13
+ import { FormDialogComponent } from './form-dialog/form-dialog.component';
14
+ import { ResponsiveToolbarComponent } from './responsive-toolbar/responsive-toolbar.component';
15
+ import { ResponsiveToolbarRendererComponent } from './responsive-toolbar-renderer/responsive-toolbar-renderer.component';
16
+ import { LayoutControlComponent } from './layout-control/layout-control.component';
17
+ import { LayoutWizardComponent } from './layout-wizard/layout-wizard.component';
18
+ import { WizardLayoutDirective } from './wizard-layout.directive';
19
+ import { FormDialogLessComponent } from './form-dialog-less/form-dialog-less.component';
20
+ import { FormPageComponent } from './form-page/form-page.component';
21
+ import { LyHorizontalLayoutComponent } from './ly-horizontal-layout/ly-horizontal-layout.component';
22
+ import { LyVerticalLayoutComponent } from './ly-vertical-layout/ly-vertical-layout.component';
23
+ import { LyTabContainerComponent } from './ly-tab-container/ly-tab-container.component';
24
+ import { LyLabelComponent } from './ly-label/ly-label.component';
25
+ import { ColRendererDirective } from './col-renderer.directive';
26
+ import { UlMsgBoxAdapterComponent } from './ul-msg-box-adapter/ul-msg-box-adapter.component';
27
+ import { PageWithHeaderComponent } from './page-with-header/page-with-header.component';
28
+ import { ApplyConditionalFormatsDirective } from './apply-conditional-formmatings.directive';
29
+ import { EmptyPageComponent } from './empty-page/empty-page.component';
30
+ import { UlLoadingMaskUiComponent } from './ul-loading-mask-ui/ul-loading-mask-ui.component';
31
+ import { LySimpleLabelComponent } from './ly-simple-label/ly-simple-label.component';
32
+ import { GlobalSearchPanelComponent } from './global-search-panel/global-search-panel.component';
33
+ import { GlobalSearchModuleComponent } from './global-search-module/global-search-module.component';
34
+ import { UlToastAdapterComponent } from './ul-toast-adapter/ul-toast-adapter.component';
35
+ import { FundamentalDynamicFormComponent } from './fundamental-dynamic-form/fundamental-dynamic-form.component';
36
+ import { LayoutActionsComponent } from './layout-actions/layout-actions.component';
37
+ import { UiUlvFormMultiSelectUiComponent } from './ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component';
38
+ import { UlvFormMultiSelectComponent } from './ulv-form-multi-select/ulv-form-multi-select.component';
39
+ import { UlvColumnSettingsComponent } from './ulv-column-settings/ulv-column-settings.component';
40
+ import { UlvFilterSettingsComponent } from './ulv-filter-settings/ulv-filter-settings.component';
41
+ import { UlvSortSettingsComponent } from './ulv-sort-settings/ulv-sort-settings.component';
42
+ import { UlvGroupbySettingsComponent } from './ulv-groupby-settings/ulv-groupby-settings.component';
43
+ import { BarsaTinyemceComponent } from './barsa-tinyemce/barsa-tinyemce.component';
44
+ import { BarsaTreeItemComponent } from './barsa-tree-item/barsa-tree-item.component';
45
+ import { UploadFileStatusPipe } from './upload-file-status.pipe';
46
+ import { LyLineComponent } from './ly-line/ly-line.component';
47
+ import { UiUlvMainUiComponent } from './ui-ulv-main-ui/ui-ulv-main-ui.component';
48
+ import { ReportNavigatorComponent } from './report-navigator/report-navigator.component';
49
+ import { ManageFiltersReportComponent } from './manage-filters-report/manage-filters-report.component';
50
+ import { ReportSearchFieldsManageComponent } from './report-search-fields-manage/report-search-fields-manage.component';
51
+ import { ReportSearchFieldsHiddenSettingsComponent } from './report-search-fields-hidden-settings/report-search-fields-hidden-settings.component';
52
+ import { ReportSearchPanelSaveComponent } from './report-search-panel-save/report-search-panel-save.component';
53
+ import { SapFontPipe } from './sap-font.pipe';
54
+ import { SapFontClassPipe } from './sap-font-class.pipe';
55
+ import { UlNotifyPopupComponent } from './ul-notify-popup/ul-notify-popup.component';
56
+ import { UiTableViewComponent } from './ui-table-view/ui-table-view.component';
57
+ import { UiListViewComponent } from './ui-list-view/ui-list-view.component';
58
+ import { StringToArrayPipe, UiCardViewComponent } from './ui-card-view/ui-card-view.component';
59
+ import { ColumnRendererComponent } from './column-renderer/column-renderer.component';
60
+ import { UiTreeViewComponent } from './ui-tree-view/ui-tree-view.component';
61
+ import { NodeHasOneDepthLevelPipe } from './barsa-tree-item/node-has-one-depth-level.pipe';
62
+ import { UiGraphComponent } from './ui-graph/ui-graph.component';
63
+ import { UiExceptionFormComponent } from './ui-exception-form/ui-exception-form.component';
64
+ import { UiMatrixViewComponent } from './ui-matrix-view/ui-matrix-view.component';
65
+ import { CustomDateTimeComponent } from './custom-date-time/custom-date-time.component';
66
+ import { MatrixValuePipe } from './column-matrix-renderer/matrix-value.pipe';
67
+ import { BarsaAspViewerComponent } from './barsa-asp-viewer/barsa-asp-viewer.component';
68
+ import { FileInDialogComponent } from './file-in-dialog/file-in-dialog.component';
69
+ import { DynamicPageSizePipe } from './dynamic-page-size.pipe';
70
+ import { ReportViewRendererDirective } from './report-view-renderer.directive';
71
+ import { UiMoInfoGeneralObjectUiComponent } from './ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component';
72
+ import { GanttDhtmlChartViewComponent } from './gantt-dhtml-chart-view/gantt-dhtml-chart-view.component';
73
+ import { FullscreenDialogDirective } from './fullscreen-dialog.directive';
74
+ import { CardItemComponent } from './card-item/card-item.component';
75
+ import { ListItemComponent } from './list-item/list-item.component';
76
+ import { BarsaTableRowComponent } from './barsa-table-row/barsa-table-row.component';
77
+ import { BreadcrumbComponent } from './breadcrumb/breadcrumb.component';
78
+ import { FormToolbarButtonComponent } from './form-toolbar-button/form-toolbar-button.component';
79
+ import { ReportNewTopFormComponent } from './report-new-top-form/report-new-top-form.component';
80
+ import { BarsaNetworkOfflineComponent } from './barsa-network-offline/barsa-network-offline.component';
81
+ import { BarsaBaseLayoutComponent } from './barsa-base-layout/barsa-base-layout.component';
82
+ export declare const components: (typeof GanttDhtmlChartViewComponent | typeof LayoutControlComponent | typeof UlvColumnSettingsComponent | typeof UiGridSortSettingComponent | typeof UlvSortSettingsComponent | typeof UlvGroupbySettingsComponent | typeof UlvFilterSettingsComponent | typeof UiMoInfoGeneralObjectUiComponent | typeof FileInDialogComponent | typeof BarsaAspViewerComponent | typeof CustomDateTimeComponent | typeof UiExceptionFormComponent | typeof UiMatrixViewComponent | typeof UiGraphComponent | typeof UiTreeViewComponent | typeof ColumnRendererComponent | typeof UiCardViewComponent | typeof UiListViewComponent | typeof UiTableViewComponent | typeof UlNotifyPopupComponent | typeof ReportSearchPanelSaveComponent | typeof ReportSearchFieldsHiddenSettingsComponent | typeof ReportSearchFieldsManageComponent | typeof ManageFiltersReportComponent | typeof ReportNavigatorComponent | typeof LyLineComponent | typeof UiUlvMainUiComponent | typeof BarsaTreeItemComponent | typeof BarsaTinyemceComponent | typeof UlvFormMultiSelectComponent | typeof UiUlvFormMultiSelectUiComponent | typeof LayoutActionsComponent | typeof FundamentalDynamicFormComponent | typeof UlToastAdapterComponent | typeof GlobalSearchModuleComponent | typeof GlobalSearchPanelComponent | typeof LySimpleLabelComponent | typeof UlLoadingMaskUiComponent | typeof FormDialogComponent | typeof EmptyPageComponent | typeof PageWithHeaderComponent | typeof UlMsgBoxAdapterComponent | typeof LyLabelComponent | typeof LyTabContainerComponent | typeof LyVerticalLayoutComponent | typeof LyHorizontalLayoutComponent | typeof FormDialogLessComponent | typeof UiFormPanelComponent | typeof LayoutWizardComponent | typeof ResponsiveToolbarRendererComponent | typeof ResponsiveToolbarComponent | typeof UlvSettingsComponent | typeof UiFormPanelToolbarComponent | typeof UiInfoBarPanelComponent | typeof UlvPagingComponent | typeof UlvToolbarComponent | typeof UlvSelectionComponent | typeof LyEmptySpaceComponent | typeof LyLayoutContainerOfRootComponent | typeof FormPageComponent | typeof CardItemComponent | typeof ListItemComponent | typeof BarsaTableRowComponent | typeof BreadcrumbComponent | typeof FormToolbarButtonComponent | typeof ReportNewTopFormComponent | typeof BarsaNetworkOfflineComponent | typeof BarsaBaseLayoutComponent)[];
83
+ export declare const pipes: (typeof MatrixValuePipe | typeof DynamicPageSizePipe | typeof StringToArrayPipe | typeof UploadFileStatusPipe | typeof SapFontPipe | typeof SapFontClassPipe | typeof NodeHasOneDepthLevelPipe)[];
84
+ export declare const directives: (typeof WizardLayoutDirective | typeof ColRendererDirective | typeof ApplyConditionalFormatsDirective | typeof ReportViewRendererDirective | typeof FullscreenDialogDirective)[];
85
+ export declare const INIT_SAPFIORI: (rtlService: RtlService, contentDensityService: ContentDensityService, themeService: ThemesService, portalService: PortalService) => () => void;
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { BaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InlineSaveAndCancelComponent extends BaseComponent {
5
+ save: EventEmitter<any>;
6
+ cancel: EventEmitter<any>;
7
+ onSave(e: any): void;
8
+ onCancel(e: any): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<InlineSaveAndCancelComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<InlineSaveAndCancelComponent, "bsu-inline-save-and-cancel,[inlineSaveAndCancel]", never, {}, { "save": "save"; "cancel": "cancel"; }, never, never, false>;
11
+ }
@@ -0,0 +1,23 @@
1
+ import { Overlay, ScrollStrategy } from '@angular/cdk/overlay';
2
+ import { EventEmitter, OnInit } from '@angular/core';
3
+ import { FormToolbarBaseComponent } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class LayoutActionsComponent extends FormToolbarBaseComponent implements OnInit {
6
+ protected _overlay: Overlay;
7
+ workflowButtons: any[];
8
+ workflowButtonsComboMode: boolean;
9
+ canSend: boolean;
10
+ simple: boolean;
11
+ workflowChoiceSelect: EventEmitter<any>;
12
+ selectedWorkflowButton: any;
13
+ isMobile: boolean;
14
+ repositionScrollStrategy: ScrollStrategy;
15
+ autoClose: boolean;
16
+ scrollThrottle: number;
17
+ constructor(_overlay: Overlay);
18
+ ngOnInit(): void;
19
+ onAcceptWorkflow(): void;
20
+ onWorkflowButtonSelected(workflowButton: any): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutActionsComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutActionsComponent, "bsu-layout-actions", never, { "workflowButtons": "workflowButtons"; "workflowButtonsComboMode": "workflowButtonsComboMode"; "canSend": "canSend"; "simple": "simple"; }, { "workflowChoiceSelect": "workflowChoiceSelect"; }, never, never, false>;
23
+ }
@@ -0,0 +1,65 @@
1
+ import { ElementRef, ChangeDetectorRef, NgZone, Renderer2, OnInit } from '@angular/core';
2
+ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
+ import { Observable, Subscription } from 'rxjs';
4
+ import { ContentDensity, ContentDensityService } from '@fundamental-ngx/core';
5
+ import { LayoutItemBaseComponent, FormPanelService, BbbTranslatePipe } from 'barsa-novin-ray-core';
6
+ import * as i0 from "@angular/core";
7
+ export declare class LayoutControlComponent extends LayoutItemBaseComponent implements OnInit {
8
+ protected formPanelService: FormPanelService;
9
+ el: ElementRef;
10
+ private domSanitizer;
11
+ private _cdr;
12
+ private _ngZone;
13
+ private _renderer2;
14
+ private _bbbTranslate;
15
+ canvasRef: ElementRef;
16
+ tempLabelRef: ElementRef;
17
+ layoutControlClass: boolean;
18
+ isRowDirection: any;
19
+ isRowReverseDirection: any;
20
+ isColumnDirection: any;
21
+ isColumnReverseDirection: any;
22
+ isContainer: boolean;
23
+ maxWidth: any;
24
+ minWidth: any;
25
+ minHeight: string;
26
+ height: any;
27
+ isCheckbox: any;
28
+ isButton: any;
29
+ isSinglePicture: any;
30
+ attrMinWidth: any;
31
+ attrControlId: any;
32
+ attrCaption: any;
33
+ inlineEdit: boolean;
34
+ caption: string;
35
+ focusControl: boolean;
36
+ showLabel: boolean;
37
+ maxLabelWidth: number;
38
+ hasHorizontalText: boolean;
39
+ contentDensity: ContentDensity;
40
+ hide: boolean;
41
+ layoutSubscription: Subscription;
42
+ wrapContent: boolean;
43
+ labelWidth: number;
44
+ labelCaption: string | SafeHtml;
45
+ labelVisible?: boolean;
46
+ layoutSetSize: boolean;
47
+ rtl$: Observable<boolean>;
48
+ isUlv: boolean;
49
+ canvasWidth: number;
50
+ isMandatory: boolean;
51
+ fieldIcon: string;
52
+ originalXtype: string;
53
+ textVisible: boolean | undefined;
54
+ emptyText: SafeHtml;
55
+ layoutControlWidth: number;
56
+ constructor(formPanelService: FormPanelService, el: ElementRef, _contentDensityService: ContentDensityService, domSanitizer: DomSanitizer, _cdr: ChangeDetectorRef, _ngZone: NgZone, _renderer2: Renderer2, _bbbTranslate: BbbTranslatePipe);
57
+ ngOnInit(): void;
58
+ _resizeUlvByDevice(device: any): void;
59
+ prepareMinAndMaxSize(): void;
60
+ RefreshLabel: () => void;
61
+ SetVisible: (visible: any, refresh: any) => void;
62
+ private _setHide;
63
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutControlComponent, never>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutControlComponent, "bsu-layout-control", never, { "inlineEdit": "inlineEdit"; "caption": "caption"; "focusControl": "focusControl"; "showLabel": "showLabel"; "maxLabelWidth": "maxLabelWidth"; "hasHorizontalText": "hasHorizontalText"; "contentDensity": "contentDensity"; "RefreshLabel": "RefreshLabel"; "SetVisible": "SetVisible"; }, {}, never, never, false>;
65
+ }
@@ -0,0 +1,27 @@
1
+ import { ComponentRef, ElementRef, OnInit, QueryList } from '@angular/core';
2
+ import { WizardSize, WizardStepComponent, WizardStepStatus } from '@fundamental-ngx/core';
3
+ import { FormPropsBaseComponent, LayoutSetting } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class LayoutWizardComponent extends FormPropsBaseComponent implements OnInit {
6
+ layoutRef: ElementRef;
7
+ containerRootRef: ElementRef;
8
+ root: LayoutSetting;
9
+ parentContentRef: ComponentRef<any>;
10
+ selectedIndex: number;
11
+ maxContentWidth: number;
12
+ minTabHeight: number;
13
+ wizardStepComponents: QueryList<WizardStepComponent>;
14
+ wizardComponent: ElementRef;
15
+ arrStatus: WizardStepStatus[];
16
+ wizardSize: WizardSize;
17
+ ngOnInit(): void;
18
+ ngAfterViewInit(): void;
19
+ resizeWorks(): void;
20
+ onStatusChange(i: any, e: any): void;
21
+ onStepClick(i: any, e: any): void;
22
+ refreshLayout(): void;
23
+ private _nextStep;
24
+ private setHeightOfFormContent;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutWizardComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutWizardComponent, "bsu-layout-wizard", never, { "root": "root"; "parentContentRef": "parentContentRef"; "selectedIndex": "selectedIndex"; "maxContentWidth": "maxContentWidth"; "minTabHeight": "minTabHeight"; }, {}, never, never, false>;
27
+ }
@@ -0,0 +1,13 @@
1
+ import { OnInit, OnChanges } from '@angular/core';
2
+ import { Size } from '@fundamental-ngx/core';
3
+ import { BaseViewItemPropsComponent } from 'barsa-novin-ray-core';
4
+ import { UiListViewSetting } from '../models/grid-view';
5
+ import * as i0 from "@angular/core";
6
+ export declare class ListItemComponent extends BaseViewItemPropsComponent implements OnInit, OnChanges {
7
+ setting: UiListViewSetting;
8
+ isDisplayType: boolean;
9
+ avatarSize: Size;
10
+ ngOnInit(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListItemComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListItemComponent, "bsu-list-item", never, { "setting": "setting"; "isDisplayType": "isDisplayType"; }, {}, never, never, false>;
13
+ }
@@ -0,0 +1,14 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { LayoutItemBaseComponent, FormPanelService } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class LyEmptySpaceComponent extends LayoutItemBaseComponent implements OnInit {
5
+ protected formPanelService: FormPanelService;
6
+ emptyClass: boolean;
7
+ flex: any;
8
+ maxWidth: any;
9
+ height: any;
10
+ constructor(formPanelService: FormPanelService);
11
+ ngOnInit(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<LyEmptySpaceComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyEmptySpaceComponent, "bsu-ly-empty-space", never, {}, {}, never, never, false>;
14
+ }
@@ -0,0 +1,22 @@
1
+ import { ElementRef, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import { LayoutItemBaseComponent, LayoutService, FormPanelService } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class LyHorizontalLayoutComponent extends LayoutItemBaseComponent implements OnInit {
5
+ protected _el: ElementRef;
6
+ protected formPanelService: FormPanelService;
7
+ private layoutService;
8
+ renderItems: TemplateRef<any>;
9
+ maxLabelWidth: number;
10
+ flex: any;
11
+ horizontalLayoutClass: boolean;
12
+ wrapContent: boolean;
13
+ flexDirection: string;
14
+ opacity: number;
15
+ viewRef: ViewContainerRef;
16
+ hasHorizontalText: boolean;
17
+ constructor(_el: ElementRef, formPanelService: FormPanelService, layoutService: LayoutService);
18
+ ngOnInit(): void;
19
+ private _setHasHorizontalText;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<LyHorizontalLayoutComponent, [null, null, { skipSelf: true; }]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyHorizontalLayoutComponent, "bsu-ly-horizontal-layout", never, { "renderItems": "renderItems"; "maxLabelWidth": "maxLabelWidth"; }, {}, never, never, false>;
22
+ }
@@ -0,0 +1,15 @@
1
+ import { SafeHtml } from '@angular/platform-browser';
2
+ import { LayoutItemBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class LyLabelComponent extends LayoutItemBaseComponent {
5
+ originalWidth: number;
6
+ minWidth: string;
7
+ caption: string | SafeHtml;
8
+ isColumn: boolean;
9
+ isMandatory: boolean;
10
+ fieldIcon: string;
11
+ originalXtype: string;
12
+ textVisible: boolean | undefined;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<LyLabelComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyLabelComponent, "bsu-ly-label", never, { "originalWidth": "originalWidth"; "minWidth": "minWidth"; "caption": "caption"; "isColumn": "isColumn"; "isMandatory": "isMandatory"; "fieldIcon": "fieldIcon"; "originalXtype": "originalXtype"; "textVisible": "textVisible"; }, {}, never, never, false>;
15
+ }
@@ -0,0 +1,26 @@
1
+ import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { LayoutPanelBaseComponent } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class LyLayoutContainerComponent extends LayoutPanelBaseComponent implements OnInit {
6
+ renderItems: TemplateRef<any>;
7
+ isRoot: boolean;
8
+ maxLabelWidth: number;
9
+ display: any;
10
+ flex: any;
11
+ viewRef: ViewContainerRef;
12
+ visible: boolean;
13
+ rowDirection: boolean;
14
+ columnDirection: boolean;
15
+ selectedTabIndex: any;
16
+ rootRendered$: Observable<boolean>;
17
+ enable: boolean;
18
+ readonly: boolean;
19
+ ngOnInit(): void;
20
+ SetVisible: (visible: boolean) => void;
21
+ SetEnable: (enable: boolean) => void;
22
+ SetReadonly: (readonly: boolean) => void;
23
+ private _setDisplay;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<LyLayoutContainerComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyLayoutContainerComponent, "bsu-ly-layout-container", never, { "renderItems": "renderItems"; "isRoot": "isRoot"; "SetVisible": "SetVisible"; "SetEnable": "SetEnable"; "SetReadonly": "SetReadonly"; }, {}, never, never, false>;
26
+ }
@@ -0,0 +1,8 @@
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { LayoutPanelBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class LyLayoutContainerOfRootComponent extends LayoutPanelBaseComponent {
5
+ viewRef: ViewContainerRef;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<LyLayoutContainerOfRootComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyLayoutContainerOfRootComponent, "bsu-ly-layout-container-of-root", never, {}, {}, never, never, false>;
8
+ }
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class LyLayoutFieldLabelComponent {
3
+ caption: string;
4
+ isBold: boolean;
5
+ isMandatory: boolean;
6
+ inputId: string;
7
+ get MaxSize(): {
8
+ width: number;
9
+ height: number;
10
+ };
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<LyLayoutFieldLabelComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyLayoutFieldLabelComponent, "bsu-ly-layout-field-label", never, { "caption": "caption"; "isBold": "isBold"; "isMandatory": "isMandatory"; "inputId": "inputId"; "MaxSize": "MaxSize"; }, {}, never, never, false>;
13
+ }
@@ -0,0 +1,25 @@
1
+ import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { LayoutPanelBaseComponent } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class LyLayoutPanelComponent extends LayoutPanelBaseComponent implements OnInit {
6
+ renderItems: TemplateRef<any>;
7
+ isRoot: boolean;
8
+ maxLabelWidth: number;
9
+ flex: any;
10
+ display: any;
11
+ viewRef: ViewContainerRef;
12
+ columnDirection: boolean;
13
+ rowDirection: boolean;
14
+ visible: boolean;
15
+ selectedTabIndex: any;
16
+ rootRendered$: Observable<boolean>;
17
+ enable: boolean;
18
+ readonly: boolean;
19
+ maxWidth: number;
20
+ ngOnInit(): void;
21
+ setDisplay(): void;
22
+ protected _setBRule(): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<LyLayoutPanelComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyLayoutPanelComponent, "bsu-ly-layout-panel", never, { "renderItems": "renderItems"; "isRoot": "isRoot"; }, {}, never, never, false>;
25
+ }
@@ -0,0 +1,17 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { BaseComponent, PortalService, LayoutSetting } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class LyLineComponent extends BaseComponent {
5
+ private _el;
6
+ private _portalService;
7
+ config: LayoutSetting;
8
+ parentHeight: number;
9
+ height: string | null;
10
+ width: string;
11
+ display: null | string;
12
+ isVertical: boolean;
13
+ constructor(_el: ElementRef, _portalService: PortalService);
14
+ ngOnInit(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<LyLineComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyLineComponent, "bsu-ly-line", never, { "config": "config"; "parentHeight": "parentHeight"; }, {}, never, never, false>;
17
+ }
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FormPanelService, LayoutItemBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class LySimpleLabelComponent extends LayoutItemBaseComponent implements OnInit {
5
+ protected formPanelService: FormPanelService;
6
+ flex: any;
7
+ constructor(formPanelService: FormPanelService);
8
+ ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<LySimpleLabelComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<LySimpleLabelComponent, "bsu-ly-simple-label", never, {}, {}, never, never, false>;
11
+ }
@@ -0,0 +1,16 @@
1
+ import { OnInit, QueryList } from '@angular/core';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import { TabPanelComponent } from '@fundamental-ngx/core';
4
+ import { LayoutItemBaseComponent, LayoutSetting } from 'barsa-novin-ray-core';
5
+ import * as i0 from "@angular/core";
6
+ export declare class LyTabContainerComponent extends LayoutItemBaseComponent implements OnInit {
7
+ tabpages: QueryList<TabPanelComponent>;
8
+ flex: any;
9
+ selected: number;
10
+ _tabsSource: BehaviorSubject<LayoutSetting[]>;
11
+ tabs$: import("rxjs").Observable<LayoutSetting[]>;
12
+ ngOnInit(): void;
13
+ private _setTabs;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<LyTabContainerComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyTabContainerComponent, "bsu-ly-tab-container", never, {}, {}, never, never, false>;
16
+ }
@@ -0,0 +1,18 @@
1
+ import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import { LayoutPanelBaseComponent } from 'barsa-novin-ray-core';
3
+ import { TabListComponent } from '@fundamental-ngx/core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class LyTabPageComponent extends LayoutPanelBaseComponent implements OnInit {
6
+ vcr: ViewContainerRef;
7
+ renderItems: TemplateRef<any>;
8
+ tablist: TabListComponent;
9
+ flex: any;
10
+ viewRef: ViewContainerRef;
11
+ visible: boolean;
12
+ enable: boolean;
13
+ readonly: boolean;
14
+ ngOnInit(): void;
15
+ refreshLayout(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<LyTabPageComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyTabPageComponent, "bsu-ly-tab-page", never, { "renderItems": "renderItems"; "tablist": "tablist"; }, {}, never, never, false>;
18
+ }
@@ -0,0 +1,18 @@
1
+ import { AfterViewInit, OnInit, ViewContainerRef } from '@angular/core';
2
+ import { LayoutItemBaseComponent, LayoutService, FormPanelService } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class LyVerticalLayoutComponent extends LayoutItemBaseComponent implements OnInit, AfterViewInit {
5
+ protected formPanelService: FormPanelService;
6
+ private layoutService;
7
+ flex: any;
8
+ flexDirection: string;
9
+ flexWrap: any;
10
+ maxLabelWidth: number;
11
+ viewRef: ViewContainerRef;
12
+ searchPanelIsObject: boolean;
13
+ constructor(formPanelService: FormPanelService, layoutService: LayoutService);
14
+ ngOnInit(): void;
15
+ ngAfterViewInit(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<LyVerticalLayoutComponent, [null, { skipSelf: true; }]>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyVerticalLayoutComponent, "bsu-ly-vertical-layout", never, { "maxLabelWidth": "maxLabelWidth"; }, {}, never, never, false>;
18
+ }
@@ -0,0 +1,24 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
+ import { DialogRef } from '@fundamental-ngx/core';
4
+ import { BaseComponent, BbbTranslatePipe } from 'barsa-novin-ray-core';
5
+ import * as i0 from "@angular/core";
6
+ export declare class ManageFiltersReportComponent extends BaseComponent implements OnInit {
7
+ private fb;
8
+ dialogRef: DialogRef;
9
+ private bbbPipe;
10
+ title: string;
11
+ subtitle: string;
12
+ appGroupForm: UntypedFormGroup;
13
+ submitted: boolean;
14
+ RequiredText: string;
15
+ savedList: {
16
+ IsSelected: boolean;
17
+ Title: string;
18
+ }[];
19
+ constructor(fb: UntypedFormBuilder, dialogRef: DialogRef, bbbPipe: BbbTranslatePipe);
20
+ ngOnInit(): void;
21
+ onSave(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<ManageFiltersReportComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ManageFiltersReportComponent, "bsu-manage-filters-report", never, {}, {}, never, never, false>;
24
+ }
@@ -0,0 +1,9 @@
1
+ import { BaseComponent } from 'barsa-novin-ray-core';
2
+ import { BusyIndicatorSize } from '@fundamental-ngx/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MaskComponent extends BaseComponent {
5
+ size: BusyIndicatorSize;
6
+ marginTop: string | undefined;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaskComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<MaskComponent, "bsu-mask", never, { "size": "size"; "marginTop": "marginTop"; }, {}, 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 MessageStripComponent extends FieldBaseComponent implements OnInit {
5
+ safeHtml: any;
6
+ ngOnInit(): void;
7
+ protected _setValue(value: any): void;
8
+ private _setSafeHtml;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MessageStripComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageStripComponent, "bsu-message-strip", never, {}, {}, never, never, false>;
11
+ }
@@ -0,0 +1,26 @@
1
+ import { CollectionSort, SortDirection, TableDataProvider, TableState } from '@fundamental-ngx/platform';
2
+ import { DatetimeAdapter, FdDate } from '@fundamental-ngx/core';
3
+ import { Observable } from 'rxjs';
4
+ import { GridSetting, MetaobjectDataModel, ReportViewColumn } from 'barsa-novin-ray-core';
5
+ export declare class GridMoDataList {
6
+ items: MetaobjectDataModel[];
7
+ resultItems: MetaobjectDataModel[];
8
+ gridSetting: GridSetting;
9
+ visibleColumns: ReportViewColumn[];
10
+ searchTerm: string;
11
+ data$: Observable<MetaobjectDataModel[]>;
12
+ constructor(moDataList$: Observable<MetaobjectDataModel[]>, gridSetting$: Observable<GridSetting>, visibleColumns$: Observable<ReportViewColumn[]>, searchTerm$: Observable<string>);
13
+ getSortby(): CollectionSort[];
14
+ getSortDirection(direction: any): SortDirection;
15
+ }
16
+ export declare class GridDataProvider extends TableDataProvider<MetaobjectDataModel> {
17
+ items: MetaobjectDataModel[];
18
+ moDataList$: Observable<MetaobjectDataModel[]>;
19
+ totalItems: number;
20
+ lastState: TableState;
21
+ dateTimeAdapter: DatetimeAdapter<FdDate>;
22
+ constructor(moDataList: MetaobjectDataModel[]);
23
+ fetch(tableState: TableState): Observable<MetaobjectDataModel[]>;
24
+ private getMoDataList;
25
+ private filter;
26
+ }
@@ -0,0 +1,64 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import { MetaobjectDataModel, MoForReportModel, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
3
+ export interface TableContext {
4
+ columns: number;
5
+ isCheckList: any;
6
+ groupby: number;
7
+ toolbarButtons: number;
8
+ columnsCount: number;
9
+ $implicit: number;
10
+ allChecked: number;
11
+ secondaryColumns: number;
12
+ }
13
+ export interface UiTableViewSetting extends UiReportViewBaseSetting {
14
+ FitWidth: boolean;
15
+ FreezeColumn: string;
16
+ NoHoriztonalBorders: boolean;
17
+ NoVerticalBorders: boolean;
18
+ NoBorders: boolean;
19
+ NoBodyBorders: boolean;
20
+ HideItemCount: boolean;
21
+ InfiniteScroll: boolean;
22
+ BodyHeight: string;
23
+ DisableResponsive: boolean;
24
+ MergeFieldsToColumns: MoForReportModel;
25
+ SelectionMode: number;
26
+ ColumnComponents?: MoForReportModel;
27
+ }
28
+ export interface UiListViewSetting extends UiReportViewBaseSetting {
29
+ [key: string]: any;
30
+ ItemType$Caption?: string;
31
+ Title: string;
32
+ Subtitle: string;
33
+ Avatar: string;
34
+ Status: string;
35
+ Description: string;
36
+ NonSelectable: boolean;
37
+ AvatarSize: string;
38
+ ItemComponent: MetaobjectDataModel;
39
+ }
40
+ export interface UiCardListViewSetting extends UiReportViewBaseSetting {
41
+ [key: string]: any;
42
+ Title: string;
43
+ Subtitle: string;
44
+ Avatar: string;
45
+ AvatarSize: string;
46
+ CircleAvatar: boolean;
47
+ Status: string;
48
+ Description: string;
49
+ FieldList: string;
50
+ ActionFieldName: string;
51
+ ActionFieldCommand: string;
52
+ CardWidth: string;
53
+ ContentComponent: {
54
+ Module: string;
55
+ ModuleFileName: string;
56
+ Name: string;
57
+ Selector: string;
58
+ Settings: MetaobjectDataModel;
59
+ };
60
+ }
61
+ export interface ActiveView {
62
+ template: TemplateRef<any>;
63
+ viewSetting: UiReportViewBaseSetting;
64
+ }
@@ -0,0 +1 @@
1
+ export * from './grid-data-provider';
@@ -0,0 +1,8 @@
1
+ import { SvgConfig } from '@fundamental-ngx/core';
2
+ import { BaseComponent } from 'dist/barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class NoDataComponent extends BaseComponent {
5
+ sceneConfig: SvgConfig;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NoDataComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<NoDataComponent, "bsu-no-data", never, {}, {}, never, never, false>;
8
+ }
@@ -0,0 +1,10 @@
1
+ import { PageBaseComponent } from 'barsa-novin-ray-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class PageWithFormHandlerBaseComponent extends PageBaseComponent {
4
+ formpanelCtrlr: any;
5
+ ShowFormPanelControl: (formpanelCtrlr: any) => void;
6
+ ForceCloseChild: () => void;
7
+ RefreshFormPanelControl: (formpanelCtrlr: any) => void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageWithFormHandlerBaseComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageWithFormHandlerBaseComponent, "bsu-page-with-form-handler-base", never, { "ShowFormPanelControl": "ShowFormPanelControl"; "ForceCloseChild": "ForceCloseChild"; "RefreshFormPanelControl": "RefreshFormPanelControl"; }, {}, never, never, false>;
10
+ }