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 { BaseComponent } from 'barsa-novin-ray-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UiWorkflowPanelUiComponent extends BaseComponent {
4
+ context: any;
5
+ infoHtml: string;
6
+ showInfoBar: boolean;
7
+ buttonList: {
8
+ handler: () => void;
9
+ text: string;
10
+ Data: any;
11
+ newIcon: string;
12
+ }[];
13
+ onToolClick(btn: any): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiWorkflowPanelUiComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiWorkflowPanelUiComponent, "bsu-ui-workflow-panel-ui", never, { "context": "context"; "infoHtml": "infoHtml"; "showInfoBar": "showInfoBar"; "buttonList": "buttonList"; }, {}, never, never, false>;
16
+ }
@@ -0,0 +1,20 @@
1
+ import { 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 UlLoadingMaskUiComponent extends BaseComponent {
6
+ private _dialogService;
7
+ waitRef: TemplateRef<any>;
8
+ constructor(_dialogService: DialogService);
9
+ mask(element: any, option: any): void;
10
+ unmask(element: any): void;
11
+ unmaskAll(): void;
12
+ maskBody(): void;
13
+ unmaskBody(): void;
14
+ private _unmask;
15
+ private getBody;
16
+ private _mask;
17
+ private resolveElement;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlLoadingMaskUiComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlLoadingMaskUiComponent, "bsu-ul-loading-mask-ui", never, {}, {}, never, never, false>;
20
+ }
@@ -0,0 +1,48 @@
1
+ import { OnInit, TemplateRef } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { ContentDensity, ContentDensityService, DialogConfig, DialogRef, DialogService } from '@fundamental-ngx/core';
4
+ import { BaseComponent } from 'barsa-novin-ray-core';
5
+ import * as i0 from "@angular/core";
6
+ interface MessageBoxObject extends DialogConfig {
7
+ scope: any;
8
+ title: string;
9
+ delay: number;
10
+ msg: string;
11
+ buttons: {
12
+ [key: string]: boolean;
13
+ };
14
+ icon: string;
15
+ iconType: string;
16
+ fn: (key: string) => void;
17
+ }
18
+ export declare class UlMsgBoxAdapterComponent extends BaseComponent implements OnInit {
19
+ private _dialogService;
20
+ private _contentDensityService;
21
+ templateRef: TemplateRef<any>;
22
+ waitRef: TemplateRef<any>;
23
+ context: any;
24
+ contentDensity$: Observable<ContentDensity>;
25
+ constructor(_dialogService: DialogService, _contentDensityService: ContentDensityService);
26
+ ngOnInit(): void;
27
+ onButton(btn: any, dialog: DialogRef, dialogConfig: MessageBoxObject): void;
28
+ onClose(dialog: any, dialogConfig: MessageBoxObject): void;
29
+ reverseObj(obj: any): any;
30
+ show: (object: MessageBoxObject) => void;
31
+ wait: (msg: any, title: any, object: {
32
+ interval: number;
33
+ duration: number;
34
+ increment: number;
35
+ text: string;
36
+ icon: string;
37
+ iconType: string;
38
+ scope: any;
39
+ fn: () => void;
40
+ }) => void;
41
+ hide: () => void;
42
+ getMsgType(icon: string | any): string;
43
+ keepOrder: (a: any, b: any) => any;
44
+ getBtnCaption(name: string | any): string;
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlMsgBoxAdapterComponent, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlMsgBoxAdapterComponent, "bsu-ul-msg-box-adapter", never, { "context": "context"; }, {}, never, never, false>;
47
+ }
48
+ export {};
@@ -0,0 +1,41 @@
1
+ import { ElementRef, Renderer2, TemplateRef } from '@angular/core';
2
+ import { DomSanitizer } from '@angular/platform-browser';
3
+ import { NotificationService } from '@fundamental-ngx/core';
4
+ import { BaseComponent } from 'dist/barsa-novin-ray-core';
5
+ import * as i0 from "@angular/core";
6
+ interface NotifyOptions {
7
+ Sound: boolean;
8
+ Image: string | null;
9
+ Title: string | null;
10
+ Icon: boolean;
11
+ Delay: number;
12
+ Closable: boolean;
13
+ DelayIndicator: boolean;
14
+ CloseOnClick: boolean;
15
+ IsRtl: boolean;
16
+ Position: string | object;
17
+ SoundPath: string;
18
+ Size: string;
19
+ ContinueDelayOnInactiveTab: boolean;
20
+ Width: number;
21
+ MessageHeight: number;
22
+ }
23
+ export declare class UlNotifyPopupComponent extends BaseComponent {
24
+ private _notificationService;
25
+ private el;
26
+ private renderer;
27
+ private domSanitizer;
28
+ popupTemplate: TemplateRef<any>;
29
+ defaultOptions: NotifyOptions;
30
+ constructor(_notificationService: NotificationService, el: ElementRef, renderer: Renderer2, domSanitizer: DomSanitizer);
31
+ private _showPopup;
32
+ private _getUiOptions;
33
+ private _getNotificationConfig;
34
+ private _getNotifyCallback;
35
+ private _setNotifyPosition;
36
+ private _setCssClass;
37
+ private _setStyle;
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlNotifyPopupComponent, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlNotifyPopupComponent, "bsu-ul-notify-popup", never, {}, {}, never, never, false>;
40
+ }
41
+ export {};
@@ -0,0 +1,13 @@
1
+ import { OnInit, TemplateRef } from '@angular/core';
2
+ import { MessageToastService } from '@fundamental-ngx/core';
3
+ import { BaseComponent } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UlToastAdapterComponent extends BaseComponent implements OnInit {
6
+ messageToastService: MessageToastService;
7
+ templareRef: TemplateRef<any>;
8
+ constructor(messageToastService: MessageToastService);
9
+ ngOnInit(): void;
10
+ protected _show(type: any, opt: any): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlToastAdapterComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlToastAdapterComponent, "bsu-ul-toast-adapter", never, {}, {}, never, never, false>;
13
+ }
@@ -0,0 +1,19 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { DialogRef } from '@fundamental-ngx/core';
3
+ import { BaseUlvSettingComponent, GridSetting, ReportViewColumn } from 'barsa-novin-ray-core';
4
+ import { UiGridColumnsComponent } from '../ui-grid-columns/ui-grid-columns.component';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UlvColumnSettingsComponent extends BaseUlvSettingComponent implements OnInit {
7
+ private dialogRef;
8
+ gridColumnsComponent: UiGridColumnsComponent;
9
+ columns: ReportViewColumn[];
10
+ constructor(dialogRef: DialogRef);
11
+ ngOnInit(): void;
12
+ onColumnsChange(columns: any): void;
13
+ onSearchChange(e: any): void;
14
+ onReset(): void;
15
+ getSettings(): GridSetting;
16
+ close(setting?: any): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlvColumnSettingsComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlvColumnSettingsComponent, "bsu-ulv-column-settings", never, {}, {}, never, never, false>;
19
+ }
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { BaseComponent, DeviceSize, MetaobjectDataModel, ReportViewColumn } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UlvContextMenuComponent extends BaseComponent implements OnInit {
5
+ onlyOverflow: boolean;
6
+ deviceName: DeviceSize;
7
+ menuItems: any[];
8
+ allColumns: ReportViewColumn[];
9
+ index: number;
10
+ mo: MetaobjectDataModel;
11
+ conditionalFormats: any[];
12
+ disableOverflowContextMenu: boolean;
13
+ footerMode: boolean;
14
+ commandClick: EventEmitter<any>;
15
+ _disableOverflow: boolean;
16
+ isOpenOverflow: boolean;
17
+ overflowMode: boolean;
18
+ ngOnInit(): void;
19
+ onCommandClick(e: any): void;
20
+ onOpenOverflow(e: any): void;
21
+ onCommandSplitButtonClick(e: any, btn: any): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlvContextMenuComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlvContextMenuComponent, "bsu-ulv-context-menu,[ulvContextMenu]", never, { "onlyOverflow": "onlyOverflow"; "deviceName": "deviceName"; "menuItems": "menuItems"; "allColumns": "allColumns"; "index": "index"; "mo": "mo"; "conditionalFormats": "conditionalFormats"; "disableOverflowContextMenu": "disableOverflowContextMenu"; "footerMode": "footerMode"; }, { "commandClick": "commandClick"; }, never, never, false>;
24
+ }
@@ -0,0 +1,19 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { DialogRef } from '@fundamental-ngx/core';
3
+ import { BaseUlvSettingComponent, GeneralControlInfoModel } from 'barsa-novin-ray-core';
4
+ import { Observable } from 'rxjs';
5
+ import { UiGridFilterSettingsComponent } from '../ui-grid-filter-settings/ui-grid-filter-settings.component';
6
+ import * as i0 from "@angular/core";
7
+ export declare class UlvFilterSettingsComponent extends BaseUlvSettingComponent implements OnInit {
8
+ private dialogRef;
9
+ gridFilterSettings: UiGridFilterSettingsComponent;
10
+ controlsInfo$: Observable<GeneralControlInfoModel[]>;
11
+ typeDefId: string;
12
+ selectedColumnName: string;
13
+ constructor(dialogRef: DialogRef);
14
+ ngOnInit(): void;
15
+ close(setting?: any): void;
16
+ onOkClick(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlvFilterSettingsComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlvFilterSettingsComponent, "bsu-ulv-filter-settings", never, {}, {}, never, never, false>;
19
+ }
@@ -0,0 +1,26 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import { ContentDensity, ContentDensityService, DialogRef, DialogService } from '@fundamental-ngx/core';
3
+ import { BaseComponent, MetaobjectDataModel, BbbTranslatePipe, PortalService } from 'barsa-novin-ray-core';
4
+ import { Observable } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UlvFormMultiSelectComponent extends BaseComponent {
7
+ private _dialogService;
8
+ private _bbbTranslatePipe;
9
+ dialogContainer: TemplateRef<any>;
10
+ deviceSize: string;
11
+ contentDensity$: Observable<ContentDensity>;
12
+ constructor(_dialogService: DialogService, _bbbTranslatePipe: BbbTranslatePipe, _portalService: PortalService, _contentDensityService: ContentDensityService);
13
+ Show: (adapter: any, config: any) => DialogRef<any, any>;
14
+ private _handleUlvViewerEvent;
15
+ onOk(dialogRef: DialogRef): void;
16
+ private _getUlv;
17
+ private _btnClick;
18
+ onCancel(dialogRef: DialogRef): void;
19
+ onClear(dialogRef: DialogRef): void;
20
+ onRemoveSelected(dialogRef: DialogRef, item: MetaobjectDataModel): void;
21
+ protected _removeItem(dialogRef: DialogRef<any>, mo: any): void;
22
+ protected _addItem(dialogRef: DialogRef<any>, mo: MetaobjectDataModel): void;
23
+ _trackBySelectedFn(_index: number, item: MetaobjectDataModel): number | string;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlvFormMultiSelectComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlvFormMultiSelectComponent, "bsu-ulv-form-multi-select", never, { "Show": "Show"; }, {}, never, never, false>;
26
+ }
@@ -0,0 +1,16 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { DialogRef } from '@fundamental-ngx/core';
3
+ import { BaseUlvSettingComponent, GridSetting } from 'barsa-novin-ray-core';
4
+ import { UiGridSortSettingComponent } from '../ui-grid-sort-setting/ui-grid-sort-setting.component';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UlvGroupbySettingsComponent extends BaseUlvSettingComponent implements OnInit {
7
+ private dialogRef;
8
+ ulvSortSetting: UiGridSortSettingComponent;
9
+ constructor(dialogRef: DialogRef);
10
+ ngOnInit(): void;
11
+ onReset(): void;
12
+ getSettings(): GridSetting;
13
+ close(setting?: any): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlvGroupbySettingsComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlvGroupbySettingsComponent, "bsu-ulv-groupby-settings", never, {}, {}, never, never, false>;
16
+ }
@@ -0,0 +1,27 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { BbbTranslatePipe, BaseComponent, UlvMainService, PagingSetting } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UlvPagingComponent extends BaseComponent implements OnInit {
6
+ private ulvMainService;
7
+ private bbbPipe;
8
+ pageChange: EventEmitter<number>;
9
+ pageSizeChange: EventEmitter<number>;
10
+ height: number;
11
+ pagingSetting$: Observable<PagingSetting | null>;
12
+ context: any;
13
+ currentPage: number;
14
+ totalPage: number;
15
+ totalPageStr: string;
16
+ constructor(ulvMainService: UlvMainService, bbbPipe: BbbTranslatePipe);
17
+ ngOnInit(): void;
18
+ onPageSizeChange(e: any): void;
19
+ onEndClick(): void;
20
+ onFirstClick(): void;
21
+ onNextClick(): void;
22
+ onPreviousClick(): void;
23
+ onPageChange(pageNumber: number): void;
24
+ private _pageChanged;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlvPagingComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlvPagingComponent, "bsu-ulv-paging", never, {}, { "pageChange": "pageChange"; "pageSizeChange": "pageSizeChange"; }, never, never, false>;
27
+ }
@@ -0,0 +1,43 @@
1
+ import { AfterViewInit, ElementRef, TemplateRef } from '@angular/core';
2
+ import { DialogRef } from '@fundamental-ngx/core';
3
+ import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UlvSelectionComponent extends BaseComponent implements AfterViewInit {
6
+ dailogRef: DialogRef;
7
+ context: {
8
+ [key: string]: any;
9
+ };
10
+ config: {
11
+ _icon: null;
12
+ ShowSecondPanel: string;
13
+ FormTitle: string;
14
+ };
15
+ body: any;
16
+ dialogTemplateRef: TemplateRef<any>;
17
+ contentRef: ElementRef;
18
+ visibility: boolean;
19
+ onParams: {
20
+ scope: any;
21
+ beforeclose: () => void;
22
+ AddRemoveButtonClick: () => void;
23
+ };
24
+ hasUlv: boolean;
25
+ isMobile: any;
26
+ ulvMainUi: any;
27
+ caption: any;
28
+ data: any;
29
+ constructor(dailogRef: DialogRef);
30
+ ngAfterViewInit(): void;
31
+ getCaption(): void;
32
+ onOk(): void;
33
+ onClear(): void;
34
+ onDismiss(): void;
35
+ _trackBySelectedFn(_index: number, item: MetaobjectDataModel): number | string;
36
+ onRemoveSelected(): void;
37
+ beforeClose(): void;
38
+ onBeforeClose(): void;
39
+ onClose(): void;
40
+ onBeforeOpen(): void;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlvSelectionComponent, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlvSelectionComponent, "bsu-ulv-selection", never, { "context": "context"; "config": "config"; "body": "body"; }, {}, never, never, false>;
43
+ }
@@ -0,0 +1,43 @@
1
+ import { ElementRef, EventEmitter, OnInit, QueryList, TemplateRef } from '@angular/core';
2
+ import { DialogRef, DialogService } from '@fundamental-ngx/core';
3
+ import { BaseComponent, BbbTranslatePipe } from 'barsa-novin-ray-core';
4
+ import { UiGridColumnsComponent } from '../ui-grid-columns/ui-grid-columns.component';
5
+ import { UiGridSortSettingComponent } from '../ui-grid-sort-setting/ui-grid-sort-setting.component';
6
+ import * as i0 from "@angular/core";
7
+ export declare class UlvSettingsComponent extends BaseComponent implements OnInit {
8
+ private dialogService;
9
+ private bbbPipe;
10
+ context: any;
11
+ changed: EventEmitter<any>;
12
+ restore: EventEmitter<any>;
13
+ dialogTemplateRef: TemplateRef<any>;
14
+ gridColumnsComponent: UiGridColumnsComponent;
15
+ gridSortComponent: UiGridSortSettingComponent;
16
+ gridGroupComponent: UiGridSortSettingComponent;
17
+ settingButtonRef: QueryList<ElementRef>;
18
+ settingButtons: any;
19
+ selectedSettingButton: number;
20
+ dialogRef: DialogRef;
21
+ options: {
22
+ Event: string;
23
+ };
24
+ allColumns: any;
25
+ sortSettings: {
26
+ IsGrouped: boolean;
27
+ Name: string;
28
+ SortDirection: string;
29
+ }[];
30
+ isMobile: boolean;
31
+ constructor(dialogService: DialogService, bbbPipe: BbbTranslatePipe);
32
+ ngOnInit(): void;
33
+ close(): void;
34
+ open: () => void;
35
+ onCancelSettings(): void;
36
+ onOkClick(): void;
37
+ onRestoreClick(): void;
38
+ onSettingButtonsSelectionChange(index: any): void;
39
+ onChangeSetting(): void;
40
+ private _initSelectBtns;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlvSettingsComponent, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlvSettingsComponent, "bsu-ulv-settings", never, { "context": "context"; "open": "open"; }, { "changed": "changed"; "restore": "restore"; }, never, never, false>;
43
+ }
@@ -0,0 +1,16 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { DialogRef } from '@fundamental-ngx/core';
3
+ import { BaseUlvSettingComponent, GridSetting } from 'barsa-novin-ray-core';
4
+ import { UiGridSortSettingComponent } from '../ui-grid-sort-setting/ui-grid-sort-setting.component';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UlvSortSettingsComponent extends BaseUlvSettingComponent implements OnInit {
7
+ private dialogRef;
8
+ ulvSortSetting: UiGridSortSettingComponent;
9
+ constructor(dialogRef: DialogRef);
10
+ ngOnInit(): void;
11
+ onReset(): void;
12
+ getSettings(): GridSetting;
13
+ close(setting?: any): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlvSortSettingsComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlvSortSettingsComponent, "bsu-ulv-sort-settings", never, {}, {}, never, never, false>;
16
+ }
@@ -0,0 +1,47 @@
1
+ import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { ContentDensity } from '@fundamental-ngx/core';
3
+ import { SearchInput } from '@fundamental-ngx/platform';
4
+ import { BaseComponent, DefaultCommandsAccess, DeviceSize, UiReportViewBase } from 'barsa-novin-ray-core';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UlvToolbarComponent extends BaseComponent implements OnChanges {
7
+ el: ElementRef;
8
+ useLayoutItemTextForControl: boolean;
9
+ enableSearch: boolean;
10
+ hideTitle: boolean;
11
+ title: string;
12
+ deviceName: DeviceSize;
13
+ deviceSize: string;
14
+ access: DefaultCommandsAccess;
15
+ hideToolbar: boolean;
16
+ toolbarButtons: any[];
17
+ contentDensity: ContentDensity;
18
+ inlineEditMode: boolean;
19
+ allowInlineEdit: boolean;
20
+ gridSetting: any;
21
+ viewCollection: any[];
22
+ reportView: UiReportViewBase;
23
+ hasSelected: boolean;
24
+ config: any;
25
+ hidden: boolean;
26
+ buttons: any[];
27
+ search: EventEmitter<string>;
28
+ groupbyClick: EventEmitter<string>;
29
+ sortClick: EventEmitter<string>;
30
+ columnClick: EventEmitter<string>;
31
+ editModeClick: EventEmitter<any>;
32
+ viewClick: EventEmitter<UiReportViewBase>;
33
+ searchTerm: string;
34
+ enable: boolean;
35
+ constructor(el: ElementRef);
36
+ ngOnChanges(changes: SimpleChanges): void;
37
+ onGroupbySettings(): void;
38
+ onSortSettings(): void;
39
+ onColumnSettings(): void;
40
+ onEditMode(): void;
41
+ onChangeView(view: UiReportViewBase): void;
42
+ onSearchSubmit($event: SearchInput): void;
43
+ _trackBy(index: any, item: any): string;
44
+ identify(index: any, item: any): string;
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<UlvToolbarComponent, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<UlvToolbarComponent, "bsu-ulv-toolbar", never, { "useLayoutItemTextForControl": "useLayoutItemTextForControl"; "enableSearch": "enableSearch"; "hideTitle": "hideTitle"; "title": "title"; "deviceName": "deviceName"; "deviceSize": "deviceSize"; "access": "access"; "hideToolbar": "hideToolbar"; "toolbarButtons": "toolbarButtons"; "contentDensity": "contentDensity"; "inlineEditMode": "inlineEditMode"; "allowInlineEdit": "allowInlineEdit"; "gridSetting": "gridSetting"; "viewCollection": "viewCollection"; "reportView": "reportView"; "hasSelected": "hasSelected"; "config": "config"; "hidden": "hidden"; "buttons": "buttons"; }, { "search": "search"; "groupbyClick": "groupbyClick"; "sortClick": "sortClick"; "columnClick": "columnClick"; "editModeClick": "editModeClick"; "viewClick": "viewClick"; }, never, ["[fd-toolbar-item]"], false>;
47
+ }
@@ -0,0 +1,9 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ObjectStatus } from '@fundamental-ngx/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class UploadFileStatusPipe implements PipeTransform {
5
+ transform(fileId: string, valueExtra: any): ObjectStatus;
6
+ protected _getStatus(fileId: any, valueExtra: any): ObjectStatus;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<UploadFileStatusPipe, never>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<UploadFileStatusPipe, "uploadFileStatus", false>;
9
+ }
@@ -0,0 +1,39 @@
1
+ import { ComponentFactoryResolver, ComponentRef, OnInit, ViewContainerRef } from '@angular/core';
2
+ import { BaseDirective, BreadCrumbInfo, LayoutSetting, MetaobjectDataModel } from 'barsa-novin-ray-core';
3
+ import { LayoutWizardComponent } from './layout-wizard/layout-wizard.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class WizardLayoutDirective extends BaseDirective implements OnInit {
6
+ private vcr;
7
+ private factoryResolver;
8
+ wizardLayout: any;
9
+ breadCrumbs: BreadCrumbInfo[] | null;
10
+ toolbarVisible: boolean;
11
+ toolbarItems: any[];
12
+ layoutActions: any[];
13
+ layout94: any;
14
+ settings: MetaobjectDataModel;
15
+ workflowPanelUi: any;
16
+ title: string;
17
+ subtitle: string;
18
+ description: string;
19
+ facetList: any[];
20
+ removeHeaderBorder: boolean;
21
+ removeContentPadding: boolean;
22
+ isMobile: boolean;
23
+ avatar: any;
24
+ rtl: boolean;
25
+ mask: boolean;
26
+ fieldDict: {
27
+ [key: string]: string;
28
+ } | undefined;
29
+ contentDensity: any;
30
+ deviceSize: 's' | 'm' | 'l' | 'xl';
31
+ dirValue: 'rtl' | 'ltr';
32
+ modernTabs: LayoutSetting[];
33
+ wizardComponentRef: ComponentRef<LayoutWizardComponent>;
34
+ constructor(vcr: ViewContainerRef, factoryResolver: ComponentFactoryResolver);
35
+ ngOnInit(): void;
36
+ nextStep(): void;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<WizardLayoutDirective, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<WizardLayoutDirective, "[wizardLayout]", never, { "wizardLayout": "wizardLayout"; "breadCrumbs": "breadCrumbs"; "toolbarVisible": "toolbarVisible"; "toolbarItems": "toolbarItems"; "layoutActions": "layoutActions"; "layout94": "layout94"; "settings": "settings"; "workflowPanelUi": "workflowPanelUi"; "title": "title"; "subtitle": "subtitle"; "description": "description"; "facetList": "facetList"; "removeHeaderBorder": "removeHeaderBorder"; "removeContentPadding": "removeContentPadding"; "isMobile": "isMobile"; "avatar": "avatar"; "rtl": "rtl"; "mask": "mask"; "fieldDict": "fieldDict"; "contentDensity": "contentDensity"; "deviceSize": "deviceSize"; "dirValue": "dirValue"; "modernTabs": "modernTabs"; }, {}, never, never, false>;
39
+ }
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "barsa-sap-ui",
3
+ "version": "0.0.2",
4
+ "peerDependencies": {
5
+ "@angular/common": "^11.0.1",
6
+ "@angular/core": "^11.0.1"
7
+ },
8
+ "dependencies": {
9
+ "tslib": "^2.0.0"
10
+ },
11
+ "module": "fesm2015/barsa-sap-ui.mjs",
12
+ "es2020": "fesm2020/barsa-sap-ui.mjs",
13
+ "esm2020": "esm2020/barsa-sap-ui.mjs",
14
+ "fesm2020": "fesm2020/barsa-sap-ui.mjs",
15
+ "fesm2015": "fesm2015/barsa-sap-ui.mjs",
16
+ "typings": "index.d.ts",
17
+ "exports": {
18
+ "./package.json": {
19
+ "default": "./package.json"
20
+ },
21
+ ".": {
22
+ "types": "./index.d.ts",
23
+ "esm2020": "./esm2020/barsa-sap-ui.mjs",
24
+ "es2020": "./fesm2020/barsa-sap-ui.mjs",
25
+ "es2015": "./fesm2015/barsa-sap-ui.mjs",
26
+ "node": "./fesm2015/barsa-sap-ui.mjs",
27
+ "default": "./fesm2020/barsa-sap-ui.mjs"
28
+ }
29
+ },
30
+ "sideEffects": false
31
+ }