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,16 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { PopoverComponent } from '@fundamental-ngx/core';
3
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiColorUiComponent extends FieldBaseComponent implements OnInit {
6
+ isVisibleSwatches: boolean;
7
+ selectedColor: string;
8
+ switchText: string;
9
+ ngOnInit(): void;
10
+ onSwatchClick(): void;
11
+ onApply(popover: PopoverComponent): void;
12
+ onCancel(popover: PopoverComponent): void;
13
+ onColorChang($event: any): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiColorUiComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiColorUiComponent, "bsu-ui-color-ui", never, {}, {}, never, never, false>;
16
+ }
@@ -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 UiContainerWithButtonComponent extends FieldBaseComponent implements OnInit {
5
+ btnVisible: boolean;
6
+ btnEnable: boolean;
7
+ ngOnInit(): void;
8
+ onBtnClick(btn: any): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiContainerWithButtonComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiContainerWithButtonComponent, "bsu-ui-container-with-button", never, {}, {}, never, never, false>;
11
+ }
@@ -0,0 +1,36 @@
1
+ import { ElementRef, OnInit } from '@angular/core';
2
+ import { FieldBaseComponent } from 'dist/barsa-novin-ray-core';
3
+ import { AlertComponent, PopoverComponent } from '@fundamental-ngx/core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiDateRangeExComponent extends FieldBaseComponent implements OnInit {
6
+ dateRangePicker: ElementRef<HTMLElement>;
7
+ popover: PopoverComponent;
8
+ alert: AlertComponent;
9
+ valueStr: string;
10
+ value: any;
11
+ dateRanges: string[];
12
+ isOpenPopover: boolean;
13
+ get _isValidPopover(): boolean;
14
+ ngOnInit(): void;
15
+ onDateRangeTypeChange(dateRangeType: any): void;
16
+ onDateRangeChange(): void;
17
+ onOpenPopover(): void;
18
+ protected _setValue(value: any): void;
19
+ private _defaultValue;
20
+ private _setValueStr;
21
+ private _getToday;
22
+ private _getThisWeek;
23
+ private _getThisMonth;
24
+ private _getThisYear;
25
+ private _getDaysBefore;
26
+ private _getPrevWeek;
27
+ private _getPrevMonth;
28
+ private _getPrevYear;
29
+ private _getDaysAfter;
30
+ private _getNextWeek;
31
+ private _getNextMonth;
32
+ private _getNextYear;
33
+ private _decorateDateRangePicker;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiDateRangeExComponent, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiDateRangeExComponent, "bsu-ui-date-range-ex", never, {}, {}, never, never, false>;
36
+ }
@@ -0,0 +1,24 @@
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 UiDateTimeComponent extends FieldBaseComponent implements OnInit, AfterViewInit {
5
+ datetimePickerRef: ElementRef;
6
+ datePickerRef: ElementRef;
7
+ durationPickerRef: ElementRef;
8
+ fullCalendar: boolean;
9
+ value: Date;
10
+ valueCaption: string;
11
+ formatPattern: string;
12
+ ngOnInit(): void;
13
+ ngAfterViewInit(): void;
14
+ onDateTimeChange(): void;
15
+ onDateChange(): void;
16
+ onDateChange2(date: any): void;
17
+ onDurationChange(e: any): void;
18
+ protected _setValue(value: Date): void;
19
+ private _valueDateChange;
20
+ private _setCaption;
21
+ GetCaption: () => string;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiDateTimeComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiDateTimeComponent, "bsu-ui-date-time", never, { "GetCaption": "GetCaption"; }, {}, never, never, false>;
24
+ }
@@ -0,0 +1,43 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { LayoutSetting, MetaobjectDataModel, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
3
+ import { SapUiReportBaseComponent } from '../sap-ui-report-base.component';
4
+ import { Observable } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UiEditableGridComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> implements OnInit, OnDestroy {
7
+ valueControlFieldCaption: any;
8
+ valueDbName: any;
9
+ horizontalRows: any[];
10
+ activeCell: any;
11
+ valueType: any;
12
+ formLayout: LayoutSetting;
13
+ matrixWidthType: any;
14
+ cellWidth: number;
15
+ cellHeight: number;
16
+ verticalLabelWidth: number;
17
+ minWidth: number;
18
+ minHeight: number;
19
+ enableResizing: boolean;
20
+ rowResizer: boolean;
21
+ widthTypeEnum: typeof WidthTypeEnum;
22
+ fitWidth: boolean;
23
+ matrixMoList$: Observable<MetaobjectDataModel[]>;
24
+ ngOnInit(): void;
25
+ onSave(): void;
26
+ onSelectionChange(cellInfo: {
27
+ value: any;
28
+ index: {
29
+ i: number;
30
+ j: number;
31
+ };
32
+ }): void;
33
+ onChangeView(isFit: boolean): void;
34
+ protected _select(mo: any, index: any): MetaobjectDataModel;
35
+ private _matrixMoList;
36
+ private _cellValueChange;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiEditableGridComponent, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiEditableGridComponent, "bsu-ui-editable-grid", never, {}, {}, never, never, false>;
39
+ }
40
+ export declare enum WidthTypeEnum {
41
+ FitWidth = "\u0633\u062A\u0648\u0646 \u0647\u0627\u06CC \u0647\u0645 \u0639\u0631\u0636",
42
+ StaticWidth = "\u0633\u062A\u0648\u0646 \u0647\u0627\u06CC \u0628\u0627 \u0639\u0631\u0636 \u062F\u0644\u062E\u0648\u0627\u0647"
43
+ }
@@ -0,0 +1,16 @@
1
+ import { OnInit, TemplateRef } from '@angular/core';
2
+ import { DialogService } from '@fundamental-ngx/core';
3
+ import { BaseComponent } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiExceptionFormComponent extends BaseComponent implements OnInit {
6
+ private _dialogService;
7
+ templateRef: TemplateRef<any>;
8
+ constructor(_dialogService: DialogService);
9
+ ngOnInit(): void;
10
+ onClose(dialog: any, dialogConfig: any): void;
11
+ onContinue(dialog: any, dialogConfig: any): void;
12
+ onCopy(inputEl: HTMLInputElement): void;
13
+ onLogout(dialog: any, dialogConfig: any): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiExceptionFormComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiExceptionFormComponent, "bsu-ui-exception-form", never, {}, {}, never, never, false>;
16
+ }
@@ -0,0 +1,51 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { Observable, Subject } from 'rxjs';
3
+ import { ContentDensity, FileUploaderComponent } from '@fundamental-ngx/core';
4
+ import { FilesValidationHelper, FileAttachmentInfo } from 'barsa-novin-ray-core';
5
+ import { DeviceInfoFieldBaseComponent } from '../device-info-field-base';
6
+ import * as i0 from "@angular/core";
7
+ interface UploadFileProps {
8
+ FileUrl?: string;
9
+ cancelation$?: Subject<void>;
10
+ binary?: any;
11
+ UploadState?: string;
12
+ Progress?: number;
13
+ IsIcon?: boolean;
14
+ }
15
+ export declare class UiFileLinearListBoxComponent extends DeviceInfoFieldBaseComponent implements OnInit, OnDestroy {
16
+ fileUploadComponent: FileUploaderComponent;
17
+ value: FileAttachmentInfo[];
18
+ fileCount$: Observable<number>;
19
+ valueExtra: {
20
+ [key: string]: UploadFileProps;
21
+ };
22
+ contentDensity$: Observable<ContentDensity>;
23
+ fileDownloading: boolean;
24
+ validExtension: string;
25
+ filesValidationHelper: FilesValidationHelper;
26
+ maxFileCount: number;
27
+ loading: boolean;
28
+ private _fileCountSource;
29
+ ngOnInit(): void;
30
+ ngOnDestroy(): void;
31
+ onDownloadFile(file: FileAttachmentInfo): void;
32
+ onFileDeleted(fileId: any): void;
33
+ onTerminate(fileAttachment: FileAttachmentInfo): void;
34
+ onFileSelection(files: File[]): void;
35
+ trackById(file: any, index: any): string | number;
36
+ protected _setValue(value: any): void;
37
+ protected _showUploadWindow(): void;
38
+ protected _getFileValueExtra(fileId: any): UploadFileProps;
39
+ protected _setIconAndImage(fileAttachment: FileAttachmentInfo): void;
40
+ protected _fileDelete(id: any): void;
41
+ protected _deleteFileAttachment(fileAttachment: FileAttachmentInfo): void;
42
+ protected _uploadToServer(selectedFiles: File[]): void;
43
+ protected _setLoading(loading: boolean): void;
44
+ protected _createFileAttachment(file: File): any;
45
+ protected uploadFile(fileAttachment: FileAttachmentInfo): Observable<any>;
46
+ protected _updateValue(fileAttachment: FileAttachmentInfo, res: any[]): void;
47
+ protected _setFileCount(value: any): void;
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiFileLinearListBoxComponent, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiFileLinearListBoxComponent, "bsu-ui-file-linear-list-box", never, { "value": "value"; }, {}, never, never, false>;
50
+ }
51
+ export {};
@@ -0,0 +1,24 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { ContentDensity, ContentDensityService } from '@fundamental-ngx/core';
4
+ import { FormBaseComponent, PortalService, BreadCrumbInfo, FormPanelService, BreadcrumbService } from 'barsa-novin-ray-core';
5
+ import { ActivatedRoute, Router } from '@angular/router';
6
+ import * as i0 from "@angular/core";
7
+ export declare class UiFormPanelComponent extends FormBaseComponent implements OnInit {
8
+ protected _breadcrumbService: BreadcrumbService;
9
+ protected _contentDensityService: ContentDensityService;
10
+ protected _portalService: PortalService;
11
+ protected _activatedRoute: ActivatedRoute;
12
+ protected _router: Router;
13
+ protected _formPanelService: FormPanelService;
14
+ _typeDefName: string;
15
+ breadCrumbs$: Observable<BreadCrumbInfo[]>;
16
+ contentDensity$: Observable<ContentDensity>;
17
+ deviceSize$: Observable<'s' | 'm' | 'l' | 'xl'>;
18
+ dirValue$: Observable<'rtl' | 'ltr'>;
19
+ rtl$: Observable<boolean>;
20
+ canSend$: Observable<boolean>;
21
+ constructor(_breadcrumbService: BreadcrumbService, _contentDensityService: ContentDensityService, _portalService: PortalService, _activatedRoute: ActivatedRoute, _router: Router, _formPanelService: FormPanelService);
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiFormPanelComponent, [null, null, null, null, null, { self: true; }]>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiFormPanelComponent, "bsu-ui-form-panel", never, {}, {}, never, never, false>;
24
+ }
@@ -0,0 +1,13 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { FormToolbarBaseComponent, PortalService } from 'barsa-novin-ray-core';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiFormPanelToolbarComponent extends FormToolbarBaseComponent {
6
+ el: ElementRef;
7
+ private portalService;
8
+ compact: boolean;
9
+ dirValue$: Observable<string>;
10
+ constructor(el: ElementRef, portalService: PortalService);
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiFormPanelToolbarComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiFormPanelToolbarComponent, "bsu-ui-form-panel-toolbar", never, {}, {}, never, never, false>;
13
+ }
@@ -0,0 +1,15 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { UiReportViewBaseSetting } from 'barsa-novin-ray-core';
3
+ import { Observable } from 'rxjs';
4
+ import { SapUiReportBaseComponent } from '../sap-ui-report-base.component';
5
+ import * as i0 from "@angular/core";
6
+ declare type GanttMode = 'day' | 'month' | 'year';
7
+ export declare class UiGanttChartComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> implements OnInit {
8
+ mode$: Observable<GanttMode>;
9
+ private _modeSource;
10
+ ngOnInit(): void;
11
+ protected _modeChanged(mode: GanttMode): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiGanttChartComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiGanttChartComponent, "bsu-ui-gantt-chart", never, {}, {}, never, never, false>;
14
+ }
15
+ export {};
@@ -0,0 +1,9 @@
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { UiReportViewBaseSetting } from 'dist/barsa-novin-ray-core';
3
+ import { SapUiReportBaseComponent } from '../sap-ui-report-base.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiGraphComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> implements AfterViewInit {
6
+ ngAfterViewInit(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiGraphComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiGraphComponent, "bsu-ui-graph", never, {}, {}, never, never, false>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { UiReportViewBaseSetting } from 'barsa-novin-ray-core';
2
+ import { SapUiReportBaseComponent } from '../sap-ui-report-base.component';
3
+ import { WidthTypeEnum } from '../ui-editable-grid/ui-editable-grid.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiGridComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> {
6
+ showOkCancelButtons: any;
7
+ enableResizing: boolean;
8
+ rowResizer: boolean;
9
+ widthTypeEnum: typeof WidthTypeEnum;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiGridComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiGridComponent, "bsu-ui-grid", never, { "showOkCancelButtons": "showOkCancelButtons"; }, {}, never, never, false>;
12
+ }
@@ -0,0 +1,14 @@
1
+ import { CdkDragDrop } from '@angular/cdk/drag-drop';
2
+ import { EventEmitter, OnChanges, OnInit } from '@angular/core';
3
+ import { BaseComponent, ColumnInfoType } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiGridColumnsComponent extends BaseComponent implements OnInit, OnChanges {
6
+ columns: ColumnInfoType[];
7
+ columnsChange: EventEmitter<ColumnInfoType[]>;
8
+ selectedColumns: number;
9
+ onDropColumn(columns: ColumnInfoType[], event: CdkDragDrop<ColumnInfoType[]>): void;
10
+ onChangeColumnHidden(column: any): void;
11
+ trackByMethod(column: any): string;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiGridColumnsComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiGridColumnsComponent, "bsu-ui-grid-columns", never, { "columns": "columns"; "selectedColumns": "selectedColumns"; }, { "columnsChange": "columnsChange"; }, never, never, false>;
14
+ }
@@ -0,0 +1,19 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { BaseComponent, ReportViewColumn, FormSetting, FormComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiGridFilterItemComponent extends BaseComponent implements OnInit {
5
+ formComponent: FormComponent;
6
+ add: EventEmitter<any>;
7
+ remove: EventEmitter<any>;
8
+ formPanelCtrlr: FormSetting;
9
+ columns: ReportViewColumn[];
10
+ selectedColumnName: string;
11
+ selectedColumn: ReportViewColumn | undefined;
12
+ allConditions: string[];
13
+ ngOnInit(): void;
14
+ onColumnChange(name: any): void;
15
+ onConditionChange(): void;
16
+ protected _setSelectedColumn(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiGridFilterItemComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiGridFilterItemComponent, "bsu-ui-grid-filter-item", never, { "formPanelCtrlr": "formPanelCtrlr"; "columns": "columns"; "selectedColumnName": "selectedColumnName"; "selectedColumn": "selectedColumn"; }, { "add": "add"; "remove": "remove"; }, never, never, false>;
19
+ }
@@ -0,0 +1,24 @@
1
+ import { OnInit, QueryList } from '@angular/core';
2
+ import { BaseComponent, ReportViewColumn, GeneralControlInfoModel } from 'barsa-novin-ray-core';
3
+ import { UiGridFilterItemComponent } from '../ui-grid-filter-item/ui-grid-filter-item.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiGridFilterSettingsComponent extends BaseComponent implements OnInit {
6
+ filterItemList: QueryList<UiGridFilterItemComponent>;
7
+ sortDirections: any;
8
+ typeDefId: string;
9
+ selectedColumnName: string;
10
+ filters: {
11
+ [key: string]: any;
12
+ }[];
13
+ columns: ReportViewColumn[];
14
+ controlsInfo: GeneralControlInfoModel[];
15
+ listOfFormPanelCtrlr: any;
16
+ addingForm: boolean;
17
+ ngOnInit(): void;
18
+ onAdd(): void;
19
+ onRemove(index: any): void;
20
+ getFilters(): void;
21
+ private _createNewForm;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiGridFilterSettingsComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiGridFilterSettingsComponent, "bsu-ui-grid-filter-settings", never, { "sortDirections": "sortDirections"; "typeDefId": "typeDefId"; "selectedColumnName": "selectedColumnName"; "filters": "filters"; "columns": "columns"; "controlsInfo": "controlsInfo"; }, {}, never, never, false>;
24
+ }
@@ -0,0 +1,25 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { BaseComponent, ReportViewColumn, SortSetting } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiGridSortItemComponent extends BaseComponent implements OnInit {
5
+ add: EventEmitter<any>;
6
+ remove: EventEmitter<any>;
7
+ changeSetting: EventEmitter<any>;
8
+ showGroups: boolean;
9
+ sortItem: SortSetting;
10
+ sortDirections: {
11
+ text: string;
12
+ value: string;
13
+ }[];
14
+ columns: ReportViewColumn[];
15
+ isFirst: boolean;
16
+ sortItemClass: boolean;
17
+ caption: string | undefined;
18
+ ngOnInit(): void;
19
+ onColumnChange(name: any): void;
20
+ onDirectionChange(direction: any): void;
21
+ setSelectedColumn(name: string): void;
22
+ setSelectedDirection(direction: string): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiGridSortItemComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiGridSortItemComponent, "bsu-ui-grid-sort-item", never, { "showGroups": "showGroups"; "sortItem": "sortItem"; "sortDirections": "sortDirections"; "columns": "columns"; "isFirst": "isFirst"; }, { "add": "add"; "remove": "remove"; "changeSetting": "changeSetting"; }, never, never, false>;
25
+ }
@@ -0,0 +1,28 @@
1
+ import { ChangeDetectorRef, EventEmitter, OnInit, QueryList, SimpleChanges } from '@angular/core';
2
+ import { BaseComponent, SortSetting, BbbTranslatePipe, ReportViewColumn } from 'barsa-novin-ray-core';
3
+ import { UiGridSortItemComponent } from '../ui-grid-sort-item/ui-grid-sort-item.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UiGridSortSettingComponent extends BaseComponent implements OnInit {
6
+ private _cdr;
7
+ private bbbPipe;
8
+ showGroups: boolean;
9
+ columns: ReportViewColumn[];
10
+ sortSettings: SortSetting[];
11
+ changeSetting: EventEmitter<any>;
12
+ sortItemsRef: QueryList<UiGridSortItemComponent>;
13
+ sortDirections: any;
14
+ NONE: string;
15
+ originalSortSettings: SortSetting[];
16
+ constructor(_cdr: ChangeDetectorRef, bbbPipe: BbbTranslatePipe);
17
+ ngOnInit(): void;
18
+ ngOnChanges(changes: SimpleChanges): void;
19
+ onAdd(): void;
20
+ onRemove(index: any): void;
21
+ addNewSortItem(): void;
22
+ getSettings(): SortSetting[];
23
+ private _initColumns;
24
+ private _initSortSettings;
25
+ private _initSortDirections;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiGridSortSettingComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiGridSortSettingComponent, "bsu-ui-grid-sort-setting", never, { "showGroups": "showGroups"; "columns": "columns"; "sortSettings": "sortSettings"; }, { "changeSetting": "changeSetting"; }, never, never, false>;
28
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class UiInfoBarPanelComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiInfoBarPanelComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiInfoBarPanelComponent, "bsu-ui-info-bar-panel", never, {}, {}, never, never, false>;
5
+ }
@@ -0,0 +1,6 @@
1
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UiLabelComponent extends FieldBaseComponent {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiLabelComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiLabelComponent, "bsu-ui-label", never, {}, {}, never, never, false>;
6
+ }
@@ -0,0 +1,62 @@
1
+ import { OnInit, TemplateRef } from '@angular/core';
2
+ import { BehaviorSubject, Subject } from 'rxjs';
3
+ import { DialogRef, MultiInputComponent } from '@fundamental-ngx/core';
4
+ import { ReportModel, MetaobjectDataModel } from 'barsa-novin-ray-core';
5
+ import { DeviceInfoFieldBaseComponent } from '../device-info-field-base';
6
+ import * as i0 from "@angular/core";
7
+ interface LinearItemMo extends MetaobjectDataModel {
8
+ Data: MetaobjectDataModel;
9
+ Id: string;
10
+ Text: string;
11
+ }
12
+ export declare class UiLinearListContainerWithButtonComponent extends DeviceInfoFieldBaseComponent implements OnInit {
13
+ multiInputComponent: MultiInputComponent;
14
+ dialogContainer: TemplateRef<any>;
15
+ set UlvUi(val: {
16
+ Setting: ReportModel;
17
+ });
18
+ mobile: boolean;
19
+ dropDownValuesSource: BehaviorSubject<MetaobjectDataModel[]>;
20
+ dropDownValues$: import("rxjs").Observable<MetaobjectDataModel[]>;
21
+ selected: any[];
22
+ report: null;
23
+ term: string;
24
+ termSource: Subject<string>;
25
+ originalMoList: LinearItemMo[];
26
+ value: LinearItemMo[];
27
+ rtl: any;
28
+ dialogRef: DialogRef;
29
+ dialogOpen: boolean;
30
+ firstItem: LinearItemMo;
31
+ private showUlvSource;
32
+ private _ulvUi;
33
+ private _triggerClicked;
34
+ onKeyEnter(): void;
35
+ onKeyDown(): void;
36
+ onKeyEsc(): void;
37
+ ngOnInit(): void;
38
+ onSearchTermChange(term: string): void;
39
+ onOpenReport(): void;
40
+ onSelectedChange(arr: LinearItemMo[]): void;
41
+ onRemoveSelected(mo: any): void;
42
+ onDismiss(): void;
43
+ onOk(): void;
44
+ onClear(): void;
45
+ _trackBySelectedFn(_index: number, item: MetaobjectDataModel): number | string;
46
+ displayFunc(obj: any): string;
47
+ _setValue(value: any): void;
48
+ GetTextItemValue: () => string;
49
+ show: () => void;
50
+ hide: () => void;
51
+ hidden: () => boolean;
52
+ GetSelectionData: () => any[];
53
+ private _changeDropDownOpenState;
54
+ private _openUlv;
55
+ private _closeDialog;
56
+ private _addMoToSelected;
57
+ private _removeFromSelected;
58
+ private _selectedChanged;
59
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiLinearListContainerWithButtonComponent, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiLinearListContainerWithButtonComponent, "bsu-ui-linear-list-container-with-button", never, { "UlvUi": "UlvUi"; "GetTextItemValue": "GetTextItemValue"; "show": "show"; "hide": "hide"; "hidden": "hidden"; "GetSelectionData": "GetSelectionData"; }, {}, never, never, false>;
61
+ }
62
+ export {};
@@ -0,0 +1,15 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { Size } from '@fundamental-ngx/core';
3
+ import { ReportViewBaseComponent } from 'barsa-novin-ray-core';
4
+ import { UiListViewSetting } from '../models/grid-view';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UiListViewComponent extends ReportViewBaseComponent<UiListViewSetting> implements OnInit {
7
+ listSetting: UiListViewSetting;
8
+ avatarSize: Size;
9
+ isDisplayType: boolean;
10
+ ngOnInit(): void;
11
+ onListCheckboxClick(mo: any, index: any): void;
12
+ onListNavigationClick(mo: any, index: any): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiListViewComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiListViewComponent, "bsu-ui-list-view", never, {}, {}, never, never, false>;
15
+ }
@@ -0,0 +1,45 @@
1
+ import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { AbbrevationDeviceSize, DeviceSize, EllipsifyDirective, LayoutSetting, MetaobjectDataModel, ReportViewBaseComponent, ReportViewColumn, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiMatrixViewComponent extends ReportViewBaseComponent<UiReportViewBaseSetting> implements OnChanges, OnInit, AfterViewInit {
5
+ tableHead: ElementRef<any>;
6
+ ellipsifyDirective: EllipsifyDirective;
7
+ deviceSize: AbbrevationDeviceSize;
8
+ deviceName: DeviceSize;
9
+ moDataList: MetaobjectDataModel[];
10
+ columns: ReportViewColumn[];
11
+ formLayout: LayoutSetting;
12
+ conditionalFormat: any;
13
+ activeCell: any;
14
+ valueControlFieldCaption: string;
15
+ formTemplate: any;
16
+ valueType: any;
17
+ cellWidth: any;
18
+ cellHeight: any;
19
+ verticalLabelWidth: any;
20
+ fitWidth: boolean;
21
+ minWidth: any;
22
+ minHeight: any;
23
+ rowResizer: any;
24
+ enableResizing: any;
25
+ selectionChange: EventEmitter<{
26
+ value: any;
27
+ index: {
28
+ i: number;
29
+ j: number;
30
+ };
31
+ }>;
32
+ ngOnChanges(changes: SimpleChanges): void;
33
+ ngOnInit(): void;
34
+ onChangeToEdit(i: any, j: any): void;
35
+ ngAfterViewInit(): void;
36
+ onSelectionChange({ value, index }: {
37
+ value: any;
38
+ index: any;
39
+ }): void;
40
+ private initializeCellsWidth;
41
+ private initializeCellsHeight;
42
+ private setWidthAndHeight;
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiMatrixViewComponent, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiMatrixViewComponent, "bsu-ui-matrix-view", never, { "deviceSize": "deviceSize"; "deviceName": "deviceName"; "moDataList": "moDataList"; "columns": "columns"; "formLayout": "formLayout"; "conditionalFormat": "conditionalFormat"; "activeCell": "activeCell"; "valueControlFieldCaption": "valueControlFieldCaption"; "formTemplate": "formTemplate"; "valueType": "valueType"; "cellWidth": "cellWidth"; "cellHeight": "cellHeight"; "verticalLabelWidth": "verticalLabelWidth"; "fitWidth": "fitWidth"; "minWidth": "minWidth"; "minHeight": "minHeight"; "rowResizer": "rowResizer"; "enableResizing": "enableResizing"; }, { "selectionChange": "selectionChange"; }, never, never, false>;
45
+ }
@@ -0,0 +1,7 @@
1
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UiMoInfoComboViewerComponent extends FieldBaseComponent {
4
+ onBtnClick(): void;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiMoInfoComboViewerComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiMoInfoComboViewerComponent, "bsu-ui-mo-info-combo-viewer", never, {}, {}, never, never, false>;
7
+ }
@@ -0,0 +1,6 @@
1
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UiMoInfoGeneralObjectUiComponent extends FieldBaseComponent {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiMoInfoGeneralObjectUiComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiMoInfoGeneralObjectUiComponent, "bsu-ui-mo-info-general-object-ui", never, {}, {}, never, never, false>;
6
+ }
@@ -0,0 +1,13 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { DeviceInfoFieldBaseComponent } from '../device-info-field-base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UiMoInfoSubFormUiComponent extends DeviceInfoFieldBaseComponent implements OnInit, OnDestroy {
5
+ disabled: boolean;
6
+ readonly: boolean;
7
+ customFormPanelUi: any;
8
+ ngOnInit(): void;
9
+ ngOnDestroy(): void;
10
+ protected _addFormControl(formControl: any): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiMoInfoSubFormUiComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiMoInfoSubFormUiComponent, "bsu-ui-mo-info-sub-form-ui", never, {}, {}, never, never, false>;
13
+ }