barsa-sap-ui 1.0.456 → 2.0.1

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 (652) hide show
  1. package/{esm2020 → esm2022}/barsa-sap-ui.mjs +4 -4
  2. package/esm2022/lib/apply-conditional-formmatings.directive.mjs +89 -0
  3. package/esm2022/lib/barsa-answer-card/barsa-answer-card.component.mjs +41 -0
  4. package/esm2022/lib/barsa-asp-viewer/barsa-asp-viewer.component.mjs +127 -0
  5. package/{esm2020 → esm2022}/lib/barsa-bar-panel/barsa-bar-panel.component.mjs +23 -23
  6. package/esm2022/lib/barsa-base-panel/barsa-base-layout-panel.component.mjs +29 -0
  7. package/esm2022/lib/barsa-card-layout-panel/barsa-card-layout-panel.component.mjs +24 -0
  8. package/esm2022/lib/barsa-card-row-payam/barsa-card-row-payam.component.mjs +30 -0
  9. package/esm2022/lib/barsa-cartable-form/barsa-cartable-form.component.mjs +41 -0
  10. package/{esm2020 → esm2022}/lib/barsa-cartable-template/barsa-cartable-template.component.mjs +24 -24
  11. package/esm2022/lib/barsa-chat/barsa-chat.component.mjs +260 -0
  12. package/esm2022/lib/barsa-chat/chat.model.mjs +8 -0
  13. package/esm2022/lib/barsa-chat-content/barsa-chat-content.component.mjs +13 -0
  14. package/esm2022/lib/barsa-chat-content-toolbar/barsa-chat-content-toolbar.component.mjs +22 -0
  15. package/esm2022/lib/barsa-chat-list/barsa-chat-list.component.mjs +56 -0
  16. package/esm2022/lib/barsa-chat-message/barsa-chat-message.component.mjs +77 -0
  17. package/esm2022/lib/barsa-chat-thread/barsa-chat-thread.component.mjs +22 -0
  18. package/esm2022/lib/barsa-chat-threads-list/barsa-chat-threads-list.component.mjs +13 -0
  19. package/esm2022/lib/barsa-chat-threads-list-toolbar/barsa-chat-threads-list-toolbar.component.mjs +15 -0
  20. package/esm2022/lib/barsa-chip/barsa-chip.component.mjs +72 -0
  21. package/{esm2020 → esm2022}/lib/barsa-column-indicator/barsa-column-indicator.component.mjs +23 -23
  22. package/{esm2020 → esm2022}/lib/barsa-column-rownumber/barsa-column-rownumber.component.mjs +15 -15
  23. package/esm2022/lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component.mjs +14 -0
  24. package/esm2022/lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component.mjs +26 -0
  25. package/esm2022/lib/barsa-date-time-picker/barsa-date-time-picker.component.mjs +71 -0
  26. package/esm2022/lib/barsa-dynamic-field/barsa-dynamic-field.component.mjs +41 -0
  27. package/esm2022/lib/barsa-enum-menu-button/barsa-enum-menu-button.component.mjs +61 -0
  28. package/esm2022/lib/barsa-field-key-value/barsa-field-key-value.component.mjs +45 -0
  29. package/esm2022/lib/barsa-form-side-content/barsa-form-side-content.component.mjs +37 -0
  30. package/esm2022/lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component.mjs +27 -0
  31. package/esm2022/lib/barsa-group-cartable/barsa-cartable-group.component.mjs +94 -0
  32. package/esm2022/lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component.mjs +22 -0
  33. package/esm2022/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.mjs +37 -0
  34. package/esm2022/lib/barsa-list-file-linear/barsa-list-file-linear.component.mjs +41 -0
  35. package/esm2022/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.mjs +29 -0
  36. package/esm2022/lib/barsa-list-layout-panel/barsa-list-layout-panel.component.mjs +23 -0
  37. package/esm2022/lib/barsa-monaco-editor/barsa-monaco-editor.component.mjs +83 -0
  38. package/esm2022/lib/barsa-network-offline/barsa-network-offline.component.mjs +53 -0
  39. package/esm2022/lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component.mjs +159 -0
  40. package/esm2022/lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component.mjs +17 -0
  41. package/esm2022/lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component.mjs +30 -0
  42. package/esm2022/lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component.mjs +14 -0
  43. package/esm2022/lib/barsa-question-answer-form/barsa-question-answer-form.component.mjs +34 -0
  44. package/esm2022/lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component.mjs +46 -0
  45. package/esm2022/lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component.mjs +79 -0
  46. package/esm2022/lib/barsa-question-post/barsa-question-post.component.mjs +30 -0
  47. package/esm2022/lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component.mjs +31 -0
  48. package/{esm2020 → esm2022}/lib/barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component.mjs +28 -28
  49. package/esm2022/lib/barsa-report-one-of-list/barsa-report-one-of-list.component.mjs +98 -0
  50. package/{esm2020 → esm2022}/lib/barsa-sap-ui-routing.module.mjs +18 -18
  51. package/esm2022/lib/barsa-sap-ui.module.mjs +360 -0
  52. package/esm2022/lib/barsa-search-form/barsa-search-form.component.mjs +29 -0
  53. package/esm2022/lib/barsa-simple-form/barsa-simple-form.component.mjs +168 -0
  54. package/esm2022/lib/barsa-table-column/barsa-table-column.component.mjs +27 -0
  55. package/esm2022/lib/barsa-table-header/barsa-table-header.component.mjs +198 -0
  56. package/esm2022/lib/barsa-table-row/barsa-table-row.component.mjs +61 -0
  57. package/esm2022/lib/barsa-tag-categories/barsa-tag-categories.component.mjs +60 -0
  58. package/esm2022/lib/barsa-tag-chip/barsa-tag-chip.component.mjs +26 -0
  59. package/esm2022/lib/barsa-tags-category-row/barsa-tags-category-row.component.mjs +23 -0
  60. package/esm2022/lib/barsa-text-ellipsis/barsa-text-ellipsis.component.mjs +37 -0
  61. package/esm2022/lib/barsa-tinyemce/barsa-tinyemce.component.mjs +417 -0
  62. package/esm2022/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.mjs +36 -0
  63. package/esm2022/lib/barsa-tree-item/barsa-tree-item.component.mjs +129 -0
  64. package/{esm2020 → esm2022}/lib/barsa-tree-item/node-has-one-depth-level.pipe.mjs +19 -19
  65. package/esm2022/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +208 -0
  66. package/esm2022/lib/blob-viewer/blob-viewer.component.mjs +78 -0
  67. package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +44 -0
  68. package/{esm2020 → esm2022}/lib/captcha-field/captcha-field.component.mjs +28 -28
  69. package/esm2022/lib/card-item/card-item.component.mjs +76 -0
  70. package/esm2022/lib/card-view-content/card-view-content.component.mjs +46 -0
  71. package/esm2022/lib/col-renderer.directive.mjs +46 -0
  72. package/esm2022/lib/column-matrix-renderer/column-matrix-renderer.component.mjs +56 -0
  73. package/esm2022/lib/column-matrix-renderer/matrix-value.pipe.mjs +60 -0
  74. package/esm2022/lib/column-renderer/column-renderer.component.mjs +85 -0
  75. package/esm2022/lib/constants.mjs +421 -0
  76. package/esm2022/lib/custom-date-time/custom-date-time.component.mjs +41 -0
  77. package/{esm2020 → esm2022}/lib/device-info-field-base.mjs +23 -23
  78. package/{esm2020 → esm2022}/lib/dialog-handler.directive.mjs +28 -28
  79. package/esm2022/lib/download-files.directive.mjs +33 -0
  80. package/esm2022/lib/dynamic-page-size.pipe.mjs +26 -0
  81. package/{esm2020 → esm2022}/lib/file-in-dialog/file-in-dialog.component.mjs +44 -44
  82. package/esm2022/lib/file-viewer/file-viewer.component.mjs +39 -0
  83. package/{esm2020 → esm2022}/lib/file-viewer-content/file-viewer-content.component.mjs +53 -53
  84. package/esm2022/lib/file-viewer-popover/file-viewer-popover.component.mjs +41 -0
  85. package/esm2022/lib/form-dialog/form-dialog.component.mjs +142 -0
  86. package/esm2022/lib/form-dialog-less/form-dialog-less.component.mjs +44 -0
  87. package/esm2022/lib/form-toolbar/form-toolbar.component.mjs +43 -0
  88. package/esm2022/lib/form-toolbar-button/form-toolbar-button.component.mjs +45 -0
  89. package/esm2022/lib/form-wizard/form-wizard.component.mjs +21 -0
  90. package/esm2022/lib/fullscreen-dialog.directive.mjs +59 -0
  91. package/esm2022/lib/fullscreen-files.directive.mjs +42 -0
  92. package/esm2022/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +188 -0
  93. package/esm2022/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.mjs +203 -0
  94. package/{esm2020 → esm2022}/lib/global-search/global-search.component.mjs +27 -27
  95. package/esm2022/lib/global-search-module/global-search-module.component.mjs +29 -0
  96. package/esm2022/lib/global-search-panel/global-search-panel.component.mjs +25 -0
  97. package/esm2022/lib/header-avatar/header-avatar.component.mjs +18 -0
  98. package/{esm2020 → esm2022}/lib/header-facet-form/header-facet-form.component.mjs +22 -22
  99. package/{esm2020 → esm2022}/lib/header-facet-key-value/header-facet-key-value.component.mjs +31 -31
  100. package/{esm2020 → esm2022}/lib/header-facet-microchart/header-facet-microchart.component.mjs +21 -21
  101. package/{esm2020 → esm2022}/lib/header-facet-plain-text/header-facet-plain-text.component.mjs +28 -28
  102. package/esm2022/lib/header-facet-progress/header-facet-progress.component.mjs +25 -0
  103. package/esm2022/lib/header-facet-rate/header-facet-rate.component.mjs +25 -0
  104. package/esm2022/lib/htree-create-new/htree-create-new.component.mjs +48 -0
  105. package/esm2022/lib/hyperlink/hyperlink.component.mjs +23 -0
  106. package/esm2022/lib/index.mjs +564 -0
  107. package/{esm2020 → esm2022}/lib/inline-save-and-cancel/inline-save-and-cancel.component.mjs +32 -32
  108. package/esm2022/lib/layout-actions/layout-actions.component.mjs +68 -0
  109. package/esm2022/lib/layout-control/layout-control.component.mjs +234 -0
  110. package/esm2022/lib/layout-wizard/layout-wizard.component.mjs +154 -0
  111. package/esm2022/lib/list-item/list-item.component.mjs +34 -0
  112. package/esm2022/lib/ly-empty-space/ly-empty-space.component.mjs +42 -0
  113. package/esm2022/lib/ly-horizontal-layout/ly-horizontal-layout.component.mjs +71 -0
  114. package/esm2022/lib/ly-label/ly-label.component.mjs +34 -0
  115. package/esm2022/lib/ly-layout-container/ly-layout-container.component.mjs +83 -0
  116. package/esm2022/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.mjs +17 -0
  117. package/{esm2020 → esm2022}/lib/ly-layout-field-label/ly-layout-field-label.component.mjs +24 -24
  118. package/esm2022/lib/ly-layout-panel/ly-layout-panel.component.mjs +73 -0
  119. package/esm2022/lib/ly-line/ly-line.component.mjs +56 -0
  120. package/esm2022/lib/ly-simple-label/ly-simple-label.component.mjs +22 -0
  121. package/esm2022/lib/ly-tab-container/ly-tab-container.component.mjs +52 -0
  122. package/esm2022/lib/ly-tab-page/ly-tab-page.component.mjs +44 -0
  123. package/esm2022/lib/ly-vertical-layout/ly-vertical-layout.component.mjs +50 -0
  124. package/esm2022/lib/manage-filters-report/manage-filters-report.component.mjs +43 -0
  125. package/{esm2020 → esm2022}/lib/mask/mask.component.mjs +22 -22
  126. package/esm2022/lib/message-strip/message-strip.component.mjs +28 -0
  127. package/esm2022/lib/models/grid-data-provider.mjs +83 -0
  128. package/esm2022/lib/models/grid-view.mjs +2 -0
  129. package/{esm2020 → esm2022}/lib/models/index.mjs +1 -1
  130. package/esm2022/lib/no-data/no-data.component.mjs +31 -0
  131. package/esm2022/lib/notification-item/notification-item.component.mjs +57 -0
  132. package/esm2022/lib/notification-popup.service.mjs +92 -0
  133. package/{esm2020 → esm2022}/lib/progress-indicator/progress-indicator.component.mjs +18 -18
  134. package/esm2022/lib/report-navigator/report-navigator.component.mjs +63 -0
  135. package/esm2022/lib/report-new-top-form/report-new-top-form.component.mjs +60 -0
  136. package/esm2022/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.mjs +35 -0
  137. package/esm2022/lib/report-search-fields-manage/report-search-fields-manage.component.mjs +97 -0
  138. package/esm2022/lib/report-search-panel-save/report-search-panel-save.component.mjs +88 -0
  139. package/esm2022/lib/report-tree-base.mjs +408 -0
  140. package/esm2022/lib/report-view-renderer.directive.mjs +366 -0
  141. package/esm2022/lib/responsive-toolbar/responsive-toolbar.component.mjs +50 -0
  142. package/esm2022/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.mjs +84 -0
  143. package/esm2022/lib/rich-text-static/rich-text-static.component.mjs +72 -0
  144. package/esm2022/lib/sap-font-class.pipe.mjs +29 -0
  145. package/esm2022/lib/sap-font.pipe.mjs +29 -0
  146. package/esm2022/lib/sap-size.pipe.mjs +27 -0
  147. package/esm2022/lib/sap-ui-report-base.component.mjs +765 -0
  148. package/esm2022/lib/search-panel/search-panel.component.mjs +42 -0
  149. package/{esm2020 → esm2022}/lib/static-text/static-text.component.mjs +15 -15
  150. package/{esm2020 → esm2022}/lib/title/title.component.mjs +15 -15
  151. package/{esm2020 → esm2022}/lib/ui-asp-report-viewer/ui-asp-report-viewer.component.mjs +18 -18
  152. package/esm2022/lib/ui-button/ui-button.component.mjs +31 -0
  153. package/esm2022/lib/ui-calendar/ui-calendar.component.mjs +53 -0
  154. package/esm2022/lib/ui-card-view/ui-card-view.component.mjs +59 -0
  155. package/esm2022/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.mjs +42 -0
  156. package/esm2022/lib/ui-check-box/ui-check-box.component.mjs +34 -0
  157. package/esm2022/lib/ui-color-ui/ui-color-ui.component.mjs +50 -0
  158. package/esm2022/lib/ui-container-with-button/ui-container-with-button.component.mjs +34 -0
  159. package/esm2022/lib/ui-date-range-ex/ui-date-range-ex.component.mjs +191 -0
  160. package/esm2022/lib/ui-date-time/ui-date-time.component.mjs +149 -0
  161. package/esm2022/lib/ui-editable-grid/ui-editable-grid.component.mjs +110 -0
  162. package/esm2022/lib/ui-exception-form/ui-exception-form.component.mjs +53 -0
  163. package/esm2022/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.mjs +121 -0
  164. package/esm2022/lib/ui-form-panel/ui-form-panel.component.mjs +92 -0
  165. package/{esm2020 → esm2022}/lib/ui-gantt-chart/ui-gantt-chart.component.mjs +32 -32
  166. package/{esm2020 → esm2022}/lib/ui-graph/ui-graph.component.mjs +17 -17
  167. package/{esm2020 → esm2022}/lib/ui-grid/ui-grid.component.mjs +25 -25
  168. package/esm2022/lib/ui-grid-columns/ui-grid-columns.component.mjs +43 -0
  169. package/esm2022/lib/ui-grid-filter-item/ui-grid-filter-item.component.mjs +66 -0
  170. package/esm2022/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.mjs +75 -0
  171. package/esm2022/lib/ui-grid-sort-item/ui-grid-sort-item.component.mjs +58 -0
  172. package/esm2022/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.mjs +155 -0
  173. package/{esm2020 → esm2022}/lib/ui-html-viewer/ui-html-viewer.component.mjs +16 -16
  174. package/{esm2020 → esm2022}/lib/ui-info-bar-panel/ui-info-bar-panel.component.mjs +11 -11
  175. package/{esm2020 → esm2022}/lib/ui-label/ui-label.component.mjs +12 -12
  176. package/esm2022/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +349 -0
  177. package/esm2022/lib/ui-list-view/ui-list-view.component.mjs +75 -0
  178. package/esm2022/lib/ui-matrix-view/ui-matrix-view.component.mjs +124 -0
  179. package/esm2022/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.mjs +19 -0
  180. package/{esm2020 → esm2022}/lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component.mjs +14 -14
  181. package/esm2022/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.mjs +55 -0
  182. package/esm2022/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.mjs +430 -0
  183. package/esm2022/lib/ui-monaco-editor/ui-monaco-editor.component.mjs +28 -0
  184. package/esm2022/lib/ui-multi-select-card/ui-multi-select-card.component.mjs +37 -0
  185. package/esm2022/lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component.mjs +59 -0
  186. package/esm2022/lib/ui-multi-select-combo/ui-multi-select-combo.component.mjs +93 -0
  187. package/esm2022/lib/ui-multi-select-radio/ui-multi-select-radio.component.mjs +36 -0
  188. package/esm2022/lib/ui-multi-select-slider/ui-multi-select-slider.component.mjs +56 -0
  189. package/esm2022/lib/ui-multi-select-smile/ui-multi-select-smile.component.mjs +28 -0
  190. package/esm2022/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.mjs +24 -0
  191. package/esm2022/lib/ui-num-int-slider/ui-num-int-slider.component.mjs +27 -0
  192. package/{esm2020 → esm2022}/lib/ui-num-int-ui/ui-num-int-ui.component.mjs +21 -21
  193. package/esm2022/lib/ui-pdf-viewer/ui-pdf-viewer.component.mjs +261 -0
  194. package/esm2022/lib/ui-picture-file/ui-picture-file.component.mjs +98 -0
  195. package/esm2022/lib/ui-pictures-info/ui-pictures-info.component.mjs +223 -0
  196. package/esm2022/lib/ui-radio-group/ui-radio-group.component.mjs +48 -0
  197. package/esm2022/lib/ui-read-only-field/ui-read-only-field.component.mjs +36 -0
  198. package/esm2022/lib/ui-report-container/ui-report-container.component.mjs +46 -0
  199. package/{esm2020 → esm2022}/lib/ui-search-command-info-ui/ui-search-command-info-ui.component.mjs +24 -24
  200. package/esm2022/lib/ui-simple-combo/ui-simple-combo.component.mjs +37 -0
  201. package/{esm2020 → esm2022}/lib/ui-single-picture/ui-single-picture.component.mjs +36 -36
  202. package/esm2022/lib/ui-switch-button/ui-switch-button.component.mjs +20 -0
  203. package/esm2022/lib/ui-table-view/ui-table-view.component.mjs +155 -0
  204. package/esm2022/lib/ui-text-area/ui-text-area.component.mjs +49 -0
  205. package/esm2022/lib/ui-text-field/ui-text-field.component.mjs +52 -0
  206. package/{esm2020 → esm2022}/lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component.mjs +47 -47
  207. package/{esm2020 → esm2022}/lib/ui-time-span/ui-time-span.component.mjs +24 -24
  208. package/esm2022/lib/ui-tinymce/ui-tinymce.component.mjs +53 -0
  209. package/esm2022/lib/ui-tree/ui-tree.component.mjs +92 -0
  210. package/esm2022/lib/ui-tree-view/ui-tree-view.component.mjs +80 -0
  211. package/esm2022/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.mjs +23 -0
  212. package/esm2022/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +289 -0
  213. package/esm2022/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.mjs +25 -0
  214. package/esm2022/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.mjs +93 -0
  215. package/esm2022/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.mjs +117 -0
  216. package/esm2022/lib/ul-notify-popup/ul-notify-popup.component.mjs +32 -0
  217. package/esm2022/lib/ul-toast-adapter/ul-toast-adapter.component.mjs +48 -0
  218. package/esm2022/lib/ulv-column-settings/ulv-column-settings.component.mjs +60 -0
  219. package/esm2022/lib/ulv-context-menu/ulv-context-menu.component.mjs +87 -0
  220. package/esm2022/lib/ulv-filter-settings/ulv-filter-settings.component.mjs +43 -0
  221. package/esm2022/lib/ulv-form-multi-select/ulv-form-multi-select.component.mjs +184 -0
  222. package/esm2022/lib/ulv-groupby-settings/ulv-groupby-settings.component.mjs +44 -0
  223. package/esm2022/lib/ulv-paging/ulv-paging.component.mjs +84 -0
  224. package/esm2022/lib/ulv-selection/ulv-selection.component.mjs +65 -0
  225. package/esm2022/lib/ulv-settings/ulv-settings.component.mjs +116 -0
  226. package/esm2022/lib/ulv-sort-settings/ulv-sort-settings.component.mjs +44 -0
  227. package/esm2022/lib/ulv-toolbar/ulv-toolbar.component.mjs +115 -0
  228. package/esm2022/lib/upload-file-status.pipe.mjs +28 -0
  229. package/esm2022/lib/util-chat-time-badge.pipe.mjs +18 -0
  230. package/esm2022/lib/util-date-to-hh-mm.pipe.mjs +23 -0
  231. package/{esm2020 → esm2022}/lib/wizard-layout.directive.mjs +103 -103
  232. package/{esm2020 → esm2022}/public-api.mjs +230 -222
  233. package/fesm2022/barsa-sap-ui.mjs +14745 -0
  234. package/fesm2022/barsa-sap-ui.mjs.map +1 -0
  235. package/index.d.ts +5 -5
  236. package/lib/apply-conditional-formmatings.directive.d.ts +25 -25
  237. package/lib/barsa-answer-card/barsa-answer-card.component.d.ts +12 -12
  238. package/lib/barsa-asp-viewer/barsa-asp-viewer.component.d.ts +29 -29
  239. package/lib/barsa-bar-panel/barsa-bar-panel.component.d.ts +9 -9
  240. package/lib/barsa-base-panel/barsa-base-layout-panel.component.d.ts +12 -12
  241. package/lib/barsa-card-layout-panel/barsa-card-layout-panel.component.d.ts +15 -15
  242. package/lib/barsa-card-row-payam/barsa-card-row-payam.component.d.ts +20 -20
  243. package/lib/barsa-cartable-form/barsa-cartable-form.component.d.ts +10 -10
  244. package/lib/barsa-cartable-template/barsa-cartable-template.component.d.ts +14 -14
  245. package/lib/barsa-chat/barsa-chat.component.d.ts +48 -0
  246. package/lib/barsa-chat/chat.model.d.ts +43 -0
  247. package/lib/barsa-chat-content/barsa-chat-content.component.d.ts +5 -0
  248. package/lib/barsa-chat-content-toolbar/barsa-chat-content-toolbar.component.d.ts +9 -0
  249. package/lib/barsa-chat-list/barsa-chat-list.component.d.ts +16 -0
  250. package/lib/barsa-chat-message/barsa-chat-message.component.d.ts +16 -0
  251. package/lib/barsa-chat-thread/barsa-chat-thread.component.d.ts +6 -0
  252. package/lib/barsa-chat-threads-list/barsa-chat-threads-list.component.d.ts +5 -0
  253. package/lib/barsa-chat-threads-list-toolbar/barsa-chat-threads-list-toolbar.component.d.ts +5 -0
  254. package/lib/barsa-chip/barsa-chip.component.d.ts +20 -20
  255. package/lib/barsa-column-indicator/barsa-column-indicator.component.d.ts +11 -11
  256. package/lib/barsa-column-rownumber/barsa-column-rownumber.component.d.ts +8 -8
  257. package/lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component.d.ts +6 -6
  258. package/lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component.d.ts +10 -10
  259. package/lib/barsa-date-time-picker/barsa-date-time-picker.component.d.ts +18 -18
  260. package/lib/barsa-dynamic-field/barsa-dynamic-field.component.d.ts +16 -16
  261. package/lib/barsa-enum-menu-button/barsa-enum-menu-button.component.d.ts +23 -23
  262. package/lib/barsa-field-key-value/barsa-field-key-value.component.d.ts +26 -26
  263. package/lib/barsa-form-side-content/barsa-form-side-content.component.d.ts +25 -23
  264. package/lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component.d.ts +16 -16
  265. package/lib/barsa-group-cartable/barsa-cartable-group.component.d.ts +26 -26
  266. package/lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component.d.ts +14 -14
  267. package/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.d.ts +12 -12
  268. package/lib/barsa-list-file-linear/barsa-list-file-linear.component.d.ts +17 -17
  269. package/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.d.ts +8 -8
  270. package/lib/barsa-list-layout-panel/barsa-list-layout-panel.component.d.ts +9 -9
  271. package/lib/barsa-monaco-editor/barsa-monaco-editor.component.d.ts +23 -23
  272. package/lib/barsa-network-offline/barsa-network-offline.component.d.ts +14 -14
  273. package/lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component.d.ts +79 -79
  274. package/lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component.d.ts +7 -7
  275. package/lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component.d.ts +13 -13
  276. package/lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component.d.ts +7 -7
  277. package/lib/barsa-question-answer-form/barsa-question-answer-form.component.d.ts +10 -10
  278. package/lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component.d.ts +13 -13
  279. package/lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component.d.ts +14 -14
  280. package/lib/barsa-question-post/barsa-question-post.component.d.ts +10 -10
  281. package/lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component.d.ts +9 -9
  282. package/lib/barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component.d.ts +15 -15
  283. package/lib/barsa-report-one-of-list/barsa-report-one-of-list.component.d.ts +31 -31
  284. package/lib/barsa-sap-ui-routing.module.d.ts +7 -7
  285. package/lib/barsa-sap-ui.module.d.ts +245 -234
  286. package/lib/barsa-search-form/barsa-search-form.component.d.ts +8 -8
  287. package/lib/barsa-simple-form/barsa-simple-form.component.d.ts +73 -73
  288. package/lib/barsa-table-column/barsa-table-column.component.d.ts +8 -8
  289. package/lib/barsa-table-header/barsa-table-header.component.d.ts +59 -59
  290. package/lib/barsa-table-row/barsa-table-row.component.d.ts +18 -18
  291. package/lib/barsa-tag-categories/barsa-tag-categories.component.d.ts +11 -11
  292. package/lib/barsa-tag-chip/barsa-tag-chip.component.d.ts +10 -10
  293. package/lib/barsa-tags-category-row/barsa-tags-category-row.component.d.ts +9 -9
  294. package/lib/barsa-text-ellipsis/barsa-text-ellipsis.component.d.ts +18 -18
  295. package/lib/barsa-tinyemce/barsa-tinyemce.component.d.ts +54 -54
  296. package/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.d.ts +12 -12
  297. package/lib/barsa-tree-item/barsa-tree-item.component.d.ts +54 -54
  298. package/lib/barsa-tree-item/node-has-one-depth-level.pipe.d.ts +8 -8
  299. package/lib/barsa-ulv-main/barsa-ulv-main.component.d.ts +72 -72
  300. package/lib/blob-viewer/blob-viewer.component.d.ts +24 -24
  301. package/lib/breadcrumb/breadcrumb.component.d.ts +17 -17
  302. package/lib/captcha-field/captcha-field.component.d.ts +10 -10
  303. package/lib/card-item/card-item.component.d.ts +20 -20
  304. package/lib/card-view-content/card-view-content.component.d.ts +14 -14
  305. package/lib/col-renderer.directive.d.ts +10 -10
  306. package/lib/column-matrix-renderer/column-matrix-renderer.component.d.ts +23 -23
  307. package/lib/column-matrix-renderer/matrix-value.pipe.d.ts +8 -8
  308. package/lib/column-renderer/column-renderer.component.d.ts +33 -33
  309. package/lib/constants.d.ts +12 -12
  310. package/lib/custom-date-time/custom-date-time.component.d.ts +26 -26
  311. package/lib/device-info-field-base.d.ts +12 -12
  312. package/lib/dialog-handler.directive.d.ts +12 -12
  313. package/lib/download-files.directive.d.ts +9 -9
  314. package/lib/dynamic-page-size.pipe.d.ts +8 -8
  315. package/lib/file-in-dialog/file-in-dialog.component.d.ts +16 -16
  316. package/lib/file-viewer/file-viewer.component.d.ts +21 -21
  317. package/lib/file-viewer-content/file-viewer-content.component.d.ts +20 -20
  318. package/lib/file-viewer-popover/file-viewer-popover.component.d.ts +17 -17
  319. package/lib/form-dialog/form-dialog.component.d.ts +45 -45
  320. package/lib/form-dialog-less/form-dialog-less.component.d.ts +29 -29
  321. package/lib/form-toolbar/form-toolbar.component.d.ts +14 -14
  322. package/lib/form-toolbar-button/form-toolbar-button.component.d.ts +20 -20
  323. package/lib/form-wizard/form-wizard.component.d.ts +8 -8
  324. package/lib/fullscreen-dialog.directive.d.ts +20 -20
  325. package/lib/fullscreen-files.directive.d.ts +16 -16
  326. package/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.d.ts +76 -76
  327. package/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.d.ts +18 -18
  328. package/lib/global-search/global-search.component.d.ts +11 -11
  329. package/lib/global-search-module/global-search-module.component.d.ts +18 -18
  330. package/lib/global-search-panel/global-search-panel.component.d.ts +9 -9
  331. package/lib/header-avatar/header-avatar.component.d.ts +8 -8
  332. package/lib/header-facet-form/header-facet-form.component.d.ts +9 -9
  333. package/lib/header-facet-key-value/header-facet-key-value.component.d.ts +11 -11
  334. package/lib/header-facet-microchart/header-facet-microchart.component.d.ts +8 -8
  335. package/lib/header-facet-plain-text/header-facet-plain-text.component.d.ts +11 -11
  336. package/lib/header-facet-progress/header-facet-progress.component.d.ts +11 -11
  337. package/lib/header-facet-rate/header-facet-rate.component.d.ts +11 -11
  338. package/lib/htree-create-new/htree-create-new.component.d.ts +13 -13
  339. package/lib/hyperlink/hyperlink.component.d.ts +7 -7
  340. package/lib/index.d.ts +102 -100
  341. package/lib/inline-save-and-cancel/inline-save-and-cancel.component.d.ts +11 -11
  342. package/lib/layout-actions/layout-actions.component.d.ts +25 -25
  343. package/lib/layout-control/layout-control.component.d.ts +67 -67
  344. package/lib/layout-wizard/layout-wizard.component.d.ts +28 -28
  345. package/lib/list-item/list-item.component.d.ts +14 -14
  346. package/lib/ly-empty-space/ly-empty-space.component.d.ts +13 -13
  347. package/lib/ly-horizontal-layout/ly-horizontal-layout.component.d.ts +23 -23
  348. package/lib/ly-label/ly-label.component.d.ts +16 -16
  349. package/lib/ly-layout-container/ly-layout-container.component.d.ts +26 -26
  350. package/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.d.ts +8 -8
  351. package/lib/ly-layout-field-label/ly-layout-field-label.component.d.ts +13 -13
  352. package/lib/ly-layout-panel/ly-layout-panel.component.d.ts +26 -26
  353. package/lib/ly-line/ly-line.component.d.ts +17 -17
  354. package/lib/ly-simple-label/ly-simple-label.component.d.ts +9 -9
  355. package/lib/ly-tab-container/ly-tab-container.component.d.ts +19 -19
  356. package/lib/ly-tab-page/ly-tab-page.component.d.ts +20 -20
  357. package/lib/ly-vertical-layout/ly-vertical-layout.component.d.ts +19 -19
  358. package/lib/manage-filters-report/manage-filters-report.component.d.ts +24 -24
  359. package/lib/mask/mask.component.d.ts +9 -9
  360. package/lib/message-strip/message-strip.component.d.ts +11 -11
  361. package/lib/models/grid-data-provider.d.ts +22 -22
  362. package/lib/models/grid-view.d.ts +61 -61
  363. package/lib/models/index.d.ts +1 -1
  364. package/lib/no-data/no-data.component.d.ts +11 -9
  365. package/lib/notification-item/notification-item.component.d.ts +43 -43
  366. package/lib/notification-popup.service.d.ts +17 -17
  367. package/lib/progress-indicator/progress-indicator.component.d.ts +8 -8
  368. package/lib/report-navigator/report-navigator.component.d.ts +21 -21
  369. package/lib/report-new-top-form/report-new-top-form.component.d.ts +18 -18
  370. package/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.d.ts +14 -14
  371. package/lib/report-search-fields-manage/report-search-fields-manage.component.d.ts +20 -20
  372. package/lib/report-search-panel-save/report-search-panel-save.component.d.ts +27 -27
  373. package/lib/report-tree-base.d.ts +62 -62
  374. package/lib/report-view-renderer.directive.d.ts +117 -117
  375. package/lib/responsive-toolbar/responsive-toolbar.component.d.ts +19 -19
  376. package/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.d.ts +24 -24
  377. package/lib/rich-text-static/rich-text-static.component.d.ts +28 -28
  378. package/lib/sap-font-class.pipe.d.ts +8 -8
  379. package/lib/sap-font.pipe.d.ts +9 -9
  380. package/lib/sap-size.pipe.d.ts +8 -8
  381. package/lib/sap-ui-report-base.component.d.ts +154 -154
  382. package/lib/search-panel/search-panel.component.d.ts +14 -14
  383. package/lib/static-text/static-text.component.d.ts +7 -7
  384. package/lib/title/title.component.d.ts +7 -7
  385. package/lib/ui-asp-report-viewer/ui-asp-report-viewer.component.d.ts +9 -9
  386. package/lib/ui-button/ui-button.component.d.ts +11 -11
  387. package/lib/ui-calendar/ui-calendar.component.d.ts +19 -19
  388. package/lib/ui-card-view/ui-card-view.component.d.ts +16 -16
  389. package/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.d.ts +12 -12
  390. package/lib/ui-check-box/ui-check-box.component.d.ts +14 -14
  391. package/lib/ui-color-ui/ui-color-ui.component.d.ts +16 -16
  392. package/lib/ui-container-with-button/ui-container-with-button.component.d.ts +11 -11
  393. package/lib/ui-date-range-ex/ui-date-range-ex.component.d.ts +35 -36
  394. package/lib/ui-date-time/ui-date-time.component.d.ts +39 -40
  395. package/lib/ui-editable-grid/ui-editable-grid.component.d.ts +43 -43
  396. package/lib/ui-exception-form/ui-exception-form.component.d.ts +15 -15
  397. package/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.d.ts +50 -50
  398. package/lib/ui-form-panel/ui-form-panel.component.d.ts +53 -53
  399. package/lib/ui-gantt-chart/ui-gantt-chart.component.d.ts +15 -15
  400. package/lib/ui-graph/ui-graph.component.d.ts +9 -9
  401. package/lib/ui-grid/ui-grid.component.d.ts +12 -12
  402. package/lib/ui-grid-columns/ui-grid-columns.component.d.ts +14 -14
  403. package/lib/ui-grid-filter-item/ui-grid-filter-item.component.d.ts +19 -19
  404. package/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.d.ts +24 -24
  405. package/lib/ui-grid-sort-item/ui-grid-sort-item.component.d.ts +25 -25
  406. package/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.d.ts +28 -28
  407. package/lib/ui-html-viewer/ui-html-viewer.component.d.ts +9 -9
  408. package/lib/ui-info-bar-panel/ui-info-bar-panel.component.d.ts +5 -5
  409. package/lib/ui-label/ui-label.component.d.ts +6 -6
  410. package/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.d.ts +73 -73
  411. package/lib/ui-list-view/ui-list-view.component.d.ts +29 -29
  412. package/lib/ui-matrix-view/ui-matrix-view.component.d.ts +45 -45
  413. package/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.d.ts +7 -7
  414. package/lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component.d.ts +6 -6
  415. package/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.d.ts +15 -15
  416. package/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.d.ts +90 -90
  417. package/lib/ui-monaco-editor/ui-monaco-editor.component.d.ts +10 -7
  418. package/lib/ui-multi-select-card/ui-multi-select-card.component.d.ts +17 -17
  419. package/lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component.d.ts +19 -19
  420. package/lib/ui-multi-select-combo/ui-multi-select-combo.component.d.ts +27 -27
  421. package/lib/ui-multi-select-radio/ui-multi-select-radio.component.d.ts +17 -17
  422. package/lib/ui-multi-select-slider/ui-multi-select-slider.component.d.ts +24 -24
  423. package/lib/ui-multi-select-smile/ui-multi-select-smile.component.d.ts +23 -23
  424. package/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.d.ts +11 -11
  425. package/lib/ui-num-int-slider/ui-num-int-slider.component.d.ts +18 -18
  426. package/lib/ui-num-int-ui/ui-num-int-ui.component.d.ts +10 -10
  427. package/lib/ui-pdf-viewer/ui-pdf-viewer.component.d.ts +79 -79
  428. package/lib/ui-picture-file/ui-picture-file.component.d.ts +26 -25
  429. package/lib/ui-pictures-info/ui-pictures-info.component.d.ts +80 -69
  430. package/lib/ui-radio-group/ui-radio-group.component.d.ts +20 -20
  431. package/lib/ui-read-only-field/ui-read-only-field.component.d.ts +21 -21
  432. package/lib/ui-report-container/ui-report-container.component.d.ts +17 -17
  433. package/lib/ui-search-command-info-ui/ui-search-command-info-ui.component.d.ts +9 -9
  434. package/lib/ui-simple-combo/ui-simple-combo.component.d.ts +16 -16
  435. package/lib/ui-single-picture/ui-single-picture.component.d.ts +13 -13
  436. package/lib/ui-switch-button/ui-switch-button.component.d.ts +11 -11
  437. package/lib/ui-table-view/ui-table-view.component.d.ts +39 -39
  438. package/lib/ui-text-area/ui-text-area.component.d.ts +23 -23
  439. package/lib/ui-text-field/ui-text-field.component.d.ts +23 -23
  440. package/lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component.d.ts +13 -13
  441. package/lib/ui-time-span/ui-time-span.component.d.ts +10 -10
  442. package/lib/ui-tinymce/ui-tinymce.component.d.ts +22 -22
  443. package/lib/ui-tree/ui-tree.component.d.ts +37 -37
  444. package/lib/ui-tree-view/ui-tree-view.component.d.ts +47 -47
  445. package/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.d.ts +9 -9
  446. package/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.d.ts +74 -74
  447. package/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.d.ts +16 -16
  448. package/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.d.ts +21 -21
  449. package/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.d.ts +48 -48
  450. package/lib/ul-notify-popup/ul-notify-popup.component.d.ts +21 -21
  451. package/lib/ul-toast-adapter/ul-toast-adapter.component.d.ts +13 -13
  452. package/lib/ulv-column-settings/ulv-column-settings.component.d.ts +20 -20
  453. package/lib/ulv-context-menu/ulv-context-menu.component.d.ts +31 -31
  454. package/lib/ulv-filter-settings/ulv-filter-settings.component.d.ts +19 -19
  455. package/lib/ulv-form-multi-select/ulv-form-multi-select.component.d.ts +26 -26
  456. package/lib/ulv-groupby-settings/ulv-groupby-settings.component.d.ts +16 -16
  457. package/lib/ulv-paging/ulv-paging.component.d.ts +28 -28
  458. package/lib/ulv-selection/ulv-selection.component.d.ts +43 -43
  459. package/lib/ulv-settings/ulv-settings.component.d.ts +43 -43
  460. package/lib/ulv-sort-settings/ulv-sort-settings.component.d.ts +16 -16
  461. package/lib/ulv-toolbar/ulv-toolbar.component.d.ts +49 -49
  462. package/lib/upload-file-status.pipe.d.ts +9 -9
  463. package/lib/util-chat-time-badge.pipe.d.ts +7 -0
  464. package/lib/util-date-to-hh-mm.pipe.d.ts +7 -0
  465. package/lib/wizard-layout.directive.d.ts +40 -40
  466. package/package.json +7 -13
  467. package/public-api.d.ts +226 -218
  468. package/esm2020/lib/apply-conditional-formmatings.directive.mjs +0 -89
  469. package/esm2020/lib/barsa-answer-card/barsa-answer-card.component.mjs +0 -41
  470. package/esm2020/lib/barsa-asp-viewer/barsa-asp-viewer.component.mjs +0 -127
  471. package/esm2020/lib/barsa-base-panel/barsa-base-layout-panel.component.mjs +0 -29
  472. package/esm2020/lib/barsa-card-layout-panel/barsa-card-layout-panel.component.mjs +0 -25
  473. package/esm2020/lib/barsa-card-row-payam/barsa-card-row-payam.component.mjs +0 -30
  474. package/esm2020/lib/barsa-cartable-form/barsa-cartable-form.component.mjs +0 -41
  475. package/esm2020/lib/barsa-chip/barsa-chip.component.mjs +0 -72
  476. package/esm2020/lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component.mjs +0 -15
  477. package/esm2020/lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component.mjs +0 -26
  478. package/esm2020/lib/barsa-date-time-picker/barsa-date-time-picker.component.mjs +0 -71
  479. package/esm2020/lib/barsa-dynamic-field/barsa-dynamic-field.component.mjs +0 -42
  480. package/esm2020/lib/barsa-enum-menu-button/barsa-enum-menu-button.component.mjs +0 -61
  481. package/esm2020/lib/barsa-field-key-value/barsa-field-key-value.component.mjs +0 -45
  482. package/esm2020/lib/barsa-form-side-content/barsa-form-side-content.component.mjs +0 -37
  483. package/esm2020/lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component.mjs +0 -27
  484. package/esm2020/lib/barsa-group-cartable/barsa-cartable-group.component.mjs +0 -94
  485. package/esm2020/lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component.mjs +0 -22
  486. package/esm2020/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.mjs +0 -37
  487. package/esm2020/lib/barsa-list-file-linear/barsa-list-file-linear.component.mjs +0 -41
  488. package/esm2020/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.mjs +0 -29
  489. package/esm2020/lib/barsa-list-layout-panel/barsa-list-layout-panel.component.mjs +0 -23
  490. package/esm2020/lib/barsa-monaco-editor/barsa-monaco-editor.component.mjs +0 -83
  491. package/esm2020/lib/barsa-network-offline/barsa-network-offline.component.mjs +0 -53
  492. package/esm2020/lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component.mjs +0 -159
  493. package/esm2020/lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component.mjs +0 -17
  494. package/esm2020/lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component.mjs +0 -31
  495. package/esm2020/lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component.mjs +0 -14
  496. package/esm2020/lib/barsa-question-answer-form/barsa-question-answer-form.component.mjs +0 -35
  497. package/esm2020/lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component.mjs +0 -47
  498. package/esm2020/lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component.mjs +0 -78
  499. package/esm2020/lib/barsa-question-post/barsa-question-post.component.mjs +0 -30
  500. package/esm2020/lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component.mjs +0 -31
  501. package/esm2020/lib/barsa-report-one-of-list/barsa-report-one-of-list.component.mjs +0 -98
  502. package/esm2020/lib/barsa-sap-ui.module.mjs +0 -332
  503. package/esm2020/lib/barsa-search-form/barsa-search-form.component.mjs +0 -29
  504. package/esm2020/lib/barsa-simple-form/barsa-simple-form.component.mjs +0 -168
  505. package/esm2020/lib/barsa-table-column/barsa-table-column.component.mjs +0 -28
  506. package/esm2020/lib/barsa-table-header/barsa-table-header.component.mjs +0 -198
  507. package/esm2020/lib/barsa-table-row/barsa-table-row.component.mjs +0 -61
  508. package/esm2020/lib/barsa-tag-categories/barsa-tag-categories.component.mjs +0 -60
  509. package/esm2020/lib/barsa-tag-chip/barsa-tag-chip.component.mjs +0 -26
  510. package/esm2020/lib/barsa-tags-category-row/barsa-tags-category-row.component.mjs +0 -23
  511. package/esm2020/lib/barsa-text-ellipsis/barsa-text-ellipsis.component.mjs +0 -38
  512. package/esm2020/lib/barsa-tinyemce/barsa-tinyemce.component.mjs +0 -417
  513. package/esm2020/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.mjs +0 -36
  514. package/esm2020/lib/barsa-tree-item/barsa-tree-item.component.mjs +0 -130
  515. package/esm2020/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +0 -209
  516. package/esm2020/lib/blob-viewer/blob-viewer.component.mjs +0 -78
  517. package/esm2020/lib/breadcrumb/breadcrumb.component.mjs +0 -45
  518. package/esm2020/lib/card-item/card-item.component.mjs +0 -76
  519. package/esm2020/lib/card-view-content/card-view-content.component.mjs +0 -46
  520. package/esm2020/lib/col-renderer.directive.mjs +0 -46
  521. package/esm2020/lib/column-matrix-renderer/column-matrix-renderer.component.mjs +0 -56
  522. package/esm2020/lib/column-matrix-renderer/matrix-value.pipe.mjs +0 -60
  523. package/esm2020/lib/column-renderer/column-renderer.component.mjs +0 -85
  524. package/esm2020/lib/constants.mjs +0 -421
  525. package/esm2020/lib/custom-date-time/custom-date-time.component.mjs +0 -41
  526. package/esm2020/lib/download-files.directive.mjs +0 -33
  527. package/esm2020/lib/dynamic-page-size.pipe.mjs +0 -26
  528. package/esm2020/lib/file-viewer/file-viewer.component.mjs +0 -47
  529. package/esm2020/lib/file-viewer-popover/file-viewer-popover.component.mjs +0 -41
  530. package/esm2020/lib/form-dialog/form-dialog.component.mjs +0 -143
  531. package/esm2020/lib/form-dialog-less/form-dialog-less.component.mjs +0 -45
  532. package/esm2020/lib/form-toolbar/form-toolbar.component.mjs +0 -42
  533. package/esm2020/lib/form-toolbar-button/form-toolbar-button.component.mjs +0 -46
  534. package/esm2020/lib/form-wizard/form-wizard.component.mjs +0 -21
  535. package/esm2020/lib/fullscreen-dialog.directive.mjs +0 -59
  536. package/esm2020/lib/fullscreen-files.directive.mjs +0 -42
  537. package/esm2020/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +0 -188
  538. package/esm2020/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.mjs +0 -203
  539. package/esm2020/lib/global-search-module/global-search-module.component.mjs +0 -30
  540. package/esm2020/lib/global-search-panel/global-search-panel.component.mjs +0 -25
  541. package/esm2020/lib/header-avatar/header-avatar.component.mjs +0 -19
  542. package/esm2020/lib/header-facet-progress/header-facet-progress.component.mjs +0 -26
  543. package/esm2020/lib/header-facet-rate/header-facet-rate.component.mjs +0 -26
  544. package/esm2020/lib/htree-create-new/htree-create-new.component.mjs +0 -49
  545. package/esm2020/lib/hyperlink/hyperlink.component.mjs +0 -23
  546. package/esm2020/lib/index.mjs +0 -529
  547. package/esm2020/lib/layout-actions/layout-actions.component.mjs +0 -68
  548. package/esm2020/lib/layout-control/layout-control.component.mjs +0 -234
  549. package/esm2020/lib/layout-wizard/layout-wizard.component.mjs +0 -155
  550. package/esm2020/lib/list-item/list-item.component.mjs +0 -33
  551. package/esm2020/lib/ly-empty-space/ly-empty-space.component.mjs +0 -42
  552. package/esm2020/lib/ly-horizontal-layout/ly-horizontal-layout.component.mjs +0 -71
  553. package/esm2020/lib/ly-label/ly-label.component.mjs +0 -35
  554. package/esm2020/lib/ly-layout-container/ly-layout-container.component.mjs +0 -83
  555. package/esm2020/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.mjs +0 -17
  556. package/esm2020/lib/ly-layout-panel/ly-layout-panel.component.mjs +0 -73
  557. package/esm2020/lib/ly-line/ly-line.component.mjs +0 -56
  558. package/esm2020/lib/ly-simple-label/ly-simple-label.component.mjs +0 -23
  559. package/esm2020/lib/ly-tab-container/ly-tab-container.component.mjs +0 -52
  560. package/esm2020/lib/ly-tab-page/ly-tab-page.component.mjs +0 -44
  561. package/esm2020/lib/ly-vertical-layout/ly-vertical-layout.component.mjs +0 -50
  562. package/esm2020/lib/manage-filters-report/manage-filters-report.component.mjs +0 -45
  563. package/esm2020/lib/message-strip/message-strip.component.mjs +0 -28
  564. package/esm2020/lib/models/grid-data-provider.mjs +0 -83
  565. package/esm2020/lib/models/grid-view.mjs +0 -2
  566. package/esm2020/lib/no-data/no-data.component.mjs +0 -23
  567. package/esm2020/lib/notification-item/notification-item.component.mjs +0 -57
  568. package/esm2020/lib/notification-popup.service.mjs +0 -88
  569. package/esm2020/lib/report-navigator/report-navigator.component.mjs +0 -63
  570. package/esm2020/lib/report-new-top-form/report-new-top-form.component.mjs +0 -60
  571. package/esm2020/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.mjs +0 -35
  572. package/esm2020/lib/report-search-fields-manage/report-search-fields-manage.component.mjs +0 -98
  573. package/esm2020/lib/report-search-panel-save/report-search-panel-save.component.mjs +0 -90
  574. package/esm2020/lib/report-tree-base.mjs +0 -408
  575. package/esm2020/lib/report-view-renderer.directive.mjs +0 -366
  576. package/esm2020/lib/responsive-toolbar/responsive-toolbar.component.mjs +0 -50
  577. package/esm2020/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.mjs +0 -84
  578. package/esm2020/lib/rich-text-static/rich-text-static.component.mjs +0 -72
  579. package/esm2020/lib/sap-font-class.pipe.mjs +0 -29
  580. package/esm2020/lib/sap-font.pipe.mjs +0 -29
  581. package/esm2020/lib/sap-size.pipe.mjs +0 -27
  582. package/esm2020/lib/sap-ui-report-base.component.mjs +0 -766
  583. package/esm2020/lib/search-panel/search-panel.component.mjs +0 -43
  584. package/esm2020/lib/ui-button/ui-button.component.mjs +0 -31
  585. package/esm2020/lib/ui-calendar/ui-calendar.component.mjs +0 -53
  586. package/esm2020/lib/ui-card-view/ui-card-view.component.mjs +0 -60
  587. package/esm2020/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.mjs +0 -43
  588. package/esm2020/lib/ui-check-box/ui-check-box.component.mjs +0 -34
  589. package/esm2020/lib/ui-color-ui/ui-color-ui.component.mjs +0 -50
  590. package/esm2020/lib/ui-container-with-button/ui-container-with-button.component.mjs +0 -34
  591. package/esm2020/lib/ui-date-range-ex/ui-date-range-ex.component.mjs +0 -194
  592. package/esm2020/lib/ui-date-time/ui-date-time.component.mjs +0 -150
  593. package/esm2020/lib/ui-editable-grid/ui-editable-grid.component.mjs +0 -110
  594. package/esm2020/lib/ui-exception-form/ui-exception-form.component.mjs +0 -53
  595. package/esm2020/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.mjs +0 -121
  596. package/esm2020/lib/ui-form-panel/ui-form-panel.component.mjs +0 -92
  597. package/esm2020/lib/ui-grid-columns/ui-grid-columns.component.mjs +0 -44
  598. package/esm2020/lib/ui-grid-filter-item/ui-grid-filter-item.component.mjs +0 -67
  599. package/esm2020/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.mjs +0 -76
  600. package/esm2020/lib/ui-grid-sort-item/ui-grid-sort-item.component.mjs +0 -59
  601. package/esm2020/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.mjs +0 -156
  602. package/esm2020/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +0 -349
  603. package/esm2020/lib/ui-list-view/ui-list-view.component.mjs +0 -75
  604. package/esm2020/lib/ui-matrix-view/ui-matrix-view.component.mjs +0 -125
  605. package/esm2020/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.mjs +0 -19
  606. package/esm2020/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.mjs +0 -56
  607. package/esm2020/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.mjs +0 -430
  608. package/esm2020/lib/ui-monaco-editor/ui-monaco-editor.component.mjs +0 -18
  609. package/esm2020/lib/ui-multi-select-card/ui-multi-select-card.component.mjs +0 -37
  610. package/esm2020/lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component.mjs +0 -59
  611. package/esm2020/lib/ui-multi-select-combo/ui-multi-select-combo.component.mjs +0 -93
  612. package/esm2020/lib/ui-multi-select-radio/ui-multi-select-radio.component.mjs +0 -36
  613. package/esm2020/lib/ui-multi-select-slider/ui-multi-select-slider.component.mjs +0 -56
  614. package/esm2020/lib/ui-multi-select-smile/ui-multi-select-smile.component.mjs +0 -28
  615. package/esm2020/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.mjs +0 -24
  616. package/esm2020/lib/ui-num-int-slider/ui-num-int-slider.component.mjs +0 -27
  617. package/esm2020/lib/ui-pdf-viewer/ui-pdf-viewer.component.mjs +0 -262
  618. package/esm2020/lib/ui-picture-file/ui-picture-file.component.mjs +0 -91
  619. package/esm2020/lib/ui-pictures-info/ui-pictures-info.component.mjs +0 -223
  620. package/esm2020/lib/ui-radio-group/ui-radio-group.component.mjs +0 -48
  621. package/esm2020/lib/ui-read-only-field/ui-read-only-field.component.mjs +0 -36
  622. package/esm2020/lib/ui-report-container/ui-report-container.component.mjs +0 -46
  623. package/esm2020/lib/ui-simple-combo/ui-simple-combo.component.mjs +0 -37
  624. package/esm2020/lib/ui-switch-button/ui-switch-button.component.mjs +0 -20
  625. package/esm2020/lib/ui-table-view/ui-table-view.component.mjs +0 -151
  626. package/esm2020/lib/ui-text-area/ui-text-area.component.mjs +0 -49
  627. package/esm2020/lib/ui-text-field/ui-text-field.component.mjs +0 -52
  628. package/esm2020/lib/ui-tinymce/ui-tinymce.component.mjs +0 -53
  629. package/esm2020/lib/ui-tree/ui-tree.component.mjs +0 -92
  630. package/esm2020/lib/ui-tree-view/ui-tree-view.component.mjs +0 -81
  631. package/esm2020/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.mjs +0 -24
  632. package/esm2020/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +0 -289
  633. package/esm2020/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.mjs +0 -26
  634. package/esm2020/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.mjs +0 -91
  635. package/esm2020/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.mjs +0 -117
  636. package/esm2020/lib/ul-notify-popup/ul-notify-popup.component.mjs +0 -32
  637. package/esm2020/lib/ul-toast-adapter/ul-toast-adapter.component.mjs +0 -44
  638. package/esm2020/lib/ulv-column-settings/ulv-column-settings.component.mjs +0 -60
  639. package/esm2020/lib/ulv-context-menu/ulv-context-menu.component.mjs +0 -87
  640. package/esm2020/lib/ulv-filter-settings/ulv-filter-settings.component.mjs +0 -43
  641. package/esm2020/lib/ulv-form-multi-select/ulv-form-multi-select.component.mjs +0 -185
  642. package/esm2020/lib/ulv-groupby-settings/ulv-groupby-settings.component.mjs +0 -44
  643. package/esm2020/lib/ulv-paging/ulv-paging.component.mjs +0 -84
  644. package/esm2020/lib/ulv-selection/ulv-selection.component.mjs +0 -66
  645. package/esm2020/lib/ulv-settings/ulv-settings.component.mjs +0 -117
  646. package/esm2020/lib/ulv-sort-settings/ulv-sort-settings.component.mjs +0 -44
  647. package/esm2020/lib/ulv-toolbar/ulv-toolbar.component.mjs +0 -115
  648. package/esm2020/lib/upload-file-status.pipe.mjs +0 -28
  649. package/fesm2015/barsa-sap-ui.mjs +0 -14233
  650. package/fesm2015/barsa-sap-ui.mjs.map +0 -1
  651. package/fesm2020/barsa-sap-ui.mjs +0 -14203
  652. package/fesm2020/barsa-sap-ui.mjs.map +0 -1
package/public-api.d.ts CHANGED
@@ -1,218 +1,226 @@
1
- export * from './lib/progress-indicator/progress-indicator.component';
2
- export * from './lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component';
3
- export * from './lib/ui-gantt-chart/ui-gantt-chart.component';
4
- export * from './lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component';
5
- export * from './lib/file-in-dialog/file-in-dialog.component';
6
- export * from './lib/barsa-asp-viewer/barsa-asp-viewer.component';
7
- export * from './lib/custom-date-time/custom-date-time.component';
8
- export * from './lib/ui-exception-form/ui-exception-form.component';
9
- export * from './lib/ui-matrix-view/ui-matrix-view.component';
10
- export * from './lib/column-matrix-renderer/column-matrix-renderer.component';
11
- export * from './lib/column-matrix-renderer/matrix-value.pipe';
12
- export * from './lib/dynamic-page-size.pipe';
13
- export * from './lib/ui-editable-grid/ui-editable-grid.component';
14
- export * from './lib/ui-graph/ui-graph.component';
15
- export * from './lib/ui-asp-report-viewer/ui-asp-report-viewer.component';
16
- export * from './lib/ui-calendar/ui-calendar.component';
17
- export * from './lib/ui-tree/ui-tree.component';
18
- export * from './lib/ui-tree-view/ui-tree-view.component';
19
- export * from './lib/inline-save-and-cancel/inline-save-and-cancel.component';
20
- export * from './lib/no-data/no-data.component';
21
- export * from './lib/column-renderer/column-renderer.component';
22
- export * from './lib/ui-report-container/ui-report-container.component';
23
- export * from './lib/ui-card-view/ui-card-view.component';
24
- export * from './lib/ui-list-view/ui-list-view.component';
25
- export * from './lib/ui-table-view/ui-table-view.component';
26
- export * from './lib/ul-notify-popup/ul-notify-popup.component';
27
- export * from './lib/ui-date-range-ex/ui-date-range-ex.component';
28
- export * from './lib/ui-grid-filter-item/ui-grid-filter-item.component';
29
- export * from './lib/ui-grid-filter-settings/ui-grid-filter-settings.component';
30
- export * from './lib/report-search-panel-save/report-search-panel-save.component';
31
- export * from './lib/search-panel/search-panel.component';
32
- export * from './lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component';
33
- export * from './lib/report-search-fields-manage/report-search-fields-manage.component';
34
- export * from './lib/manage-filters-report/manage-filters-report.component';
35
- export * from './lib/report-navigator/report-navigator.component';
36
- export * from './lib/ly-line/ly-line.component';
37
- export * from './lib/ui-ulv-main-ui/ui-ulv-main-ui.component';
38
- export * from './lib/ui-color-ui/ui-color-ui.component';
39
- export * from './lib/barsa-tree-item/barsa-tree-item.component';
40
- export * from './lib/barsa-date-time-picker/barsa-date-time-picker.component';
41
- export * from './lib/barsa-monaco-editor/barsa-monaco-editor.component';
42
- export * from './lib/ui-monaco-editor/ui-monaco-editor.component';
43
- export * from './lib/barsa-tinyemce/barsa-tinyemce.component';
44
- export * from './lib/ui-pdf-viewer/ui-pdf-viewer.component';
45
- export * from './lib/barsa-list-file-linear/barsa-list-file-linear.component';
46
- export * from './lib/ulv-filter-settings/ulv-filter-settings.component';
47
- export * from './lib/ulv-column-settings/ulv-column-settings.component';
48
- export * from './lib/ulv-groupby-settings/ulv-groupby-settings.component';
49
- export * from './lib/ulv-sort-settings/ulv-sort-settings.component';
50
- export * from './lib/ulv-form-multi-select/ulv-form-multi-select.component';
51
- export * from './lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component';
52
- export * from './lib/ly-layout-container/ly-layout-container.component';
53
- export * from './lib/layout-actions/layout-actions.component';
54
- export * from './lib/fundamental-dynamic-form/fundamental-dynamic-form.component';
55
- export * from './lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component';
56
- export * from './lib/message-strip/message-strip.component';
57
- export * from './lib/ul-toast-adapter/ul-toast-adapter.component';
58
- export * from './lib/static-text/static-text.component';
59
- export * from './lib/hyperlink/hyperlink.component';
60
- export * from './lib/global-search/global-search.component';
61
- export * from './lib/global-search-module/global-search-module.component';
62
- export * from './lib/global-search-panel/global-search-panel.component';
63
- export * from './lib/ly-simple-label/ly-simple-label.component';
64
- export * from './lib/captcha-field/captcha-field.component';
65
- export * from './lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component';
66
- export * from './lib/ul-loading-mask-ui/ul-loading-mask-ui.component';
67
- export * from './lib/ulv-context-menu/ulv-context-menu.component';
68
- export * from './lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component';
69
- export * from './lib/header-avatar/header-avatar.component';
70
- export * from './lib/ui-tree/ui-tree.component';
71
- export * from './lib/ul-msg-box-adapter/ul-msg-box-adapter.component';
72
- export * from './lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component';
73
- export * from './lib/ly-label/ly-label.component';
74
- export * from './lib/ly-tab-page/ly-tab-page.component';
75
- export * from './lib/ly-tab-container/ly-tab-container.component';
76
- export * from './lib/ly-vertical-layout/ly-vertical-layout.component';
77
- export * from './lib/ly-horizontal-layout/ly-horizontal-layout.component';
78
- export * from './lib/ui-pictures-info/ui-pictures-info.component';
79
- export * from './lib/rich-text-static/rich-text-static.component';
80
- export * from './lib/form-dialog-less/form-dialog-less.component';
81
- export * from './lib/form-wizard/form-wizard.component';
82
- export * from './lib/layout-wizard/layout-wizard.component';
83
- export * from './lib/layout-control/layout-control.component';
84
- export * from './lib/ui-text-area/ui-text-area.component';
85
- export * from './lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component';
86
- export * from './lib/responsive-toolbar/responsive-toolbar.component';
87
- export * from './lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component';
88
- export * from './lib/header-facet-plain-text/header-facet-plain-text.component';
89
- export * from './lib/header-facet-microchart/header-facet-microchart.component';
90
- export * from './lib/header-facet-progress/header-facet-progress.component';
91
- export * from './lib/header-facet-rate/header-facet-rate.component';
92
- export * from './lib/header-facet-form/header-facet-form.component';
93
- export * from './lib/header-facet-key-value/header-facet-key-value.component';
94
- export * from './lib/form-dialog/form-dialog.component';
95
- export * from './lib/ui-date-time/ui-date-time.component';
96
- export * from './lib/ui-button/ui-button.component';
97
- export * from './lib/ui-tinymce/ui-tinymce.component';
98
- export * from './lib/ulv-settings/ulv-settings.component';
99
- export * from './lib/ui-search-command-info-ui/ui-search-command-info-ui.component';
100
- export * from './lib/ui-form-panel/ui-form-panel.component';
101
- export * from './lib/form-toolbar/form-toolbar.component';
102
- export * from './lib/ui-info-bar-panel/ui-info-bar-panel.component';
103
- export * from './lib/mask/mask.component';
104
- export * from './lib/ui-grid-columns/ui-grid-columns.component';
105
- export * from './lib/ui-grid-sort-item/ui-grid-sort-item.component';
106
- export * from './lib/ui-grid-sort-setting/ui-grid-sort-setting.component';
107
- export * from './lib/ulv-paging/ulv-paging.component';
108
- export * from './lib/ulv-toolbar/ulv-toolbar.component';
109
- export * from './lib/ulv-selection/ulv-selection.component';
110
- export * from './lib/ui-single-picture/ui-single-picture.component';
111
- export * from './lib/ly-empty-space/ly-empty-space.component';
112
- export * from './lib/ui-file-linear-list-box/ui-file-linear-list-box.component';
113
- export * from './lib/ui-time-span/ui-time-span.component';
114
- export * from './lib/ui-num-int-ui/ui-num-int-ui.component';
115
- export * from './lib/ui-num-decimal-ui/ui-num-decimal-ui.component';
116
- export * from './lib/ui-multi-select-combo/ui-multi-select-combo.component';
117
- export * from './lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component';
118
- export * from './lib/ui-picture-file/ui-picture-file.component';
119
- export * from './lib/ui-container-with-button/ui-container-with-button.component';
120
- export * from './lib/ui-read-only-field/ui-read-only-field.component';
121
- export * from './lib/ly-layout-panel/ly-layout-panel.component';
122
- export * from './lib/ly-layout-container-of-root/ly-layout-container-of-root.component';
123
- export * from './lib/ui-grid/ui-grid.component';
124
- export * from './lib/ui-radio-group/ui-radio-group.component';
125
- export * from './lib/ui-label/ui-label.component';
126
- export * from './lib/ui-radio-group/ui-radio-group.component';
127
- export * from './lib/ui-simple-combo/ui-simple-combo.component';
128
- export * from './lib/ui-check-box/ui-check-box.component';
129
- export * from './lib/ui-switch-button/ui-switch-button.component';
130
- export * from './lib/ly-layout-field-label/ly-layout-field-label.component';
131
- export * from './lib/ui-text-field/ui-text-field.component';
132
- export * from './lib/ulv-context-menu/ulv-context-menu.component';
133
- export * from './lib/wizard-layout.directive';
134
- export * from './lib/col-renderer.directive';
135
- export * from './lib/apply-conditional-formmatings.directive';
136
- export * from './lib/upload-file-status.pipe';
137
- export * from './lib/sap-font.pipe';
138
- export * from './lib/sap-font-class.pipe';
139
- export * from './lib/sap-ui-report-base.component';
140
- export * from './lib/report-view-renderer.directive';
141
- export * from './lib/fullscreen-dialog.directive';
142
- export * from './lib/barsa-tree-item/node-has-one-depth-level.pipe';
143
- export * from './lib/card-item/card-item.component';
144
- export * from './lib/card-view-content/card-view-content.component';
145
- export * from './lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component';
146
- export * from './lib/title/title.component';
147
- export * from './lib/barsa-ulv-main/barsa-ulv-main.component';
148
- export * from './lib/list-item/list-item.component';
149
- export * from './lib/htree-create-new/htree-create-new.component';
150
- export * from './lib/barsa-table-row/barsa-table-row.component';
151
- export * from './lib/barsa-table-column/barsa-table-column.component';
152
- export * from './lib/barsa-table-header/barsa-table-header.component';
153
- export * from './lib/breadcrumb/breadcrumb.component';
154
- export * from './lib/device-info-field-base';
155
- export * from './lib/barsa-sap-ui-routing.module';
156
- export * from './lib/form-toolbar-button/form-toolbar-button.component';
157
- export * from './lib/barsa-search-form/barsa-search-form.component';
158
- export * from './lib/report-new-top-form/report-new-top-form.component';
159
- export * from './lib/barsa-network-offline/barsa-network-offline.component';
160
- export * from './lib/file-viewer-content/file-viewer-content.component';
161
- export * from './lib/file-viewer-popover/file-viewer-popover.component';
162
- export * from './lib/file-viewer/file-viewer.component';
163
- export * from './lib/blob-viewer/blob-viewer.component';
164
- export * from './lib/fullscreen-files.directive';
165
- export * from './lib/download-files.directive';
166
- export * from './lib/notification-item/notification-item.component';
167
- export * from './lib/barsa-cartable-template/barsa-cartable-template.component';
168
- export * from './lib/barsa-cartable-form/barsa-cartable-form.component';
169
- export * from './lib/barsa-group-cartable/barsa-cartable-group.component';
170
- export * from './lib/barsa-column-indicator/barsa-column-indicator.component';
171
- export * from './lib/barsa-field-key-value/barsa-field-key-value.component';
172
- export * from './lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component';
173
- export * from './lib/ui-html-viewer/ui-html-viewer.component';
174
- export * from './lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component';
175
- export * from './lib/barsa-text-ellipsis/barsa-text-ellipsis.component';
176
- export * from './lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component';
177
- export * from './lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component';
178
- export * from './lib/barsa-enum-menu-button/barsa-enum-menu-button.component';
179
- export * from './lib/barsa-card-layout-panel/barsa-card-layout-panel.component';
180
- export * from './lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component';
181
- export * from './lib/barsa-base-panel/barsa-base-layout-panel.component';
182
- export * from './lib/barsa-bar-panel/barsa-bar-panel.component';
183
- export * from './lib/barsa-card-layout-panel/barsa-card-layout-panel.component';
184
- export * from './lib/barsa-form-side-content/barsa-form-side-content.component';
185
- export * from './lib/dialog-handler.directive';
186
- export * from './lib/barsa-simple-form/barsa-simple-form.component';
187
- export * from './lib/barsa-card-layout-panel/barsa-card-layout-panel.component';
188
- export * from './lib/barsa-list-layout-panel/barsa-list-layout-panel.component';
189
- export * from './lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component';
190
- export * from './lib/barsa-dynamic-field/barsa-dynamic-field.component';
191
- export * from './lib/sap-size.pipe';
192
- export * from './lib/ui-multi-select-radio/ui-multi-select-radio.component';
193
- export * from './lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component';
194
- export * from './lib/ui-multi-select-slider/ui-multi-select-slider.component';
195
- export * from './lib/ui-multi-select-card/ui-multi-select-card.component';
196
- export * from './lib/ui-multi-select-smile/ui-multi-select-smile.component';
197
- export * from './lib/ui-num-int-slider/ui-num-int-slider.component';
198
- export * from './lib/barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component';
199
- export * from './lib/barsa-column-rownumber/barsa-column-rownumber.component';
200
- export * from './lib/barsa-report-one-of-list/barsa-report-one-of-list.component';
201
- export * from './lib/barsa-card-row-payam/barsa-card-row-payam.component';
202
- export * from './lib/barsa-question-post/barsa-question-post.component';
203
- export * from './lib/barsa-question-answer-form/barsa-question-answer-form.component';
204
- export * from './lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component';
205
- export * from './lib/barsa-answer-card/barsa-answer-card.component';
206
- export * from './lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component';
207
- export * from './lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component';
208
- export * from './lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component';
209
- export * from './lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component';
210
- export * from './lib/barsa-chip/barsa-chip.component';
211
- export * from './lib/barsa-tag-chip/barsa-tag-chip.component';
212
- export * from './lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component';
213
- export * from './lib/barsa-tags-category-row/barsa-tags-category-row.component';
214
- export * from './lib/barsa-tag-categories/barsa-tag-categories.component';
215
- export * from './lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component';
216
- export * from './lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component';
217
- export * from './lib/constants';
218
- export * from './lib/barsa-sap-ui.module';
1
+ export * from './lib/progress-indicator/progress-indicator.component';
2
+ export * from './lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component';
3
+ export * from './lib/ui-gantt-chart/ui-gantt-chart.component';
4
+ export * from './lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component';
5
+ export * from './lib/file-in-dialog/file-in-dialog.component';
6
+ export * from './lib/barsa-asp-viewer/barsa-asp-viewer.component';
7
+ export * from './lib/custom-date-time/custom-date-time.component';
8
+ export * from './lib/ui-exception-form/ui-exception-form.component';
9
+ export * from './lib/ui-matrix-view/ui-matrix-view.component';
10
+ export * from './lib/column-matrix-renderer/column-matrix-renderer.component';
11
+ export * from './lib/column-matrix-renderer/matrix-value.pipe';
12
+ export * from './lib/dynamic-page-size.pipe';
13
+ export * from './lib/ui-editable-grid/ui-editable-grid.component';
14
+ export * from './lib/ui-graph/ui-graph.component';
15
+ export * from './lib/ui-asp-report-viewer/ui-asp-report-viewer.component';
16
+ export * from './lib/ui-calendar/ui-calendar.component';
17
+ export * from './lib/ui-tree/ui-tree.component';
18
+ export * from './lib/ui-tree-view/ui-tree-view.component';
19
+ export * from './lib/inline-save-and-cancel/inline-save-and-cancel.component';
20
+ export * from './lib/no-data/no-data.component';
21
+ export * from './lib/column-renderer/column-renderer.component';
22
+ export * from './lib/ui-report-container/ui-report-container.component';
23
+ export * from './lib/ui-card-view/ui-card-view.component';
24
+ export * from './lib/ui-list-view/ui-list-view.component';
25
+ export * from './lib/ui-table-view/ui-table-view.component';
26
+ export * from './lib/ul-notify-popup/ul-notify-popup.component';
27
+ export * from './lib/ui-date-range-ex/ui-date-range-ex.component';
28
+ export * from './lib/ui-grid-filter-item/ui-grid-filter-item.component';
29
+ export * from './lib/ui-grid-filter-settings/ui-grid-filter-settings.component';
30
+ export * from './lib/report-search-panel-save/report-search-panel-save.component';
31
+ export * from './lib/search-panel/search-panel.component';
32
+ export * from './lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component';
33
+ export * from './lib/report-search-fields-manage/report-search-fields-manage.component';
34
+ export * from './lib/manage-filters-report/manage-filters-report.component';
35
+ export * from './lib/report-navigator/report-navigator.component';
36
+ export * from './lib/ly-line/ly-line.component';
37
+ export * from './lib/ui-ulv-main-ui/ui-ulv-main-ui.component';
38
+ export * from './lib/ui-color-ui/ui-color-ui.component';
39
+ export * from './lib/barsa-tree-item/barsa-tree-item.component';
40
+ export * from './lib/barsa-date-time-picker/barsa-date-time-picker.component';
41
+ export * from './lib/barsa-monaco-editor/barsa-monaco-editor.component';
42
+ export * from './lib/ui-monaco-editor/ui-monaco-editor.component';
43
+ export * from './lib/barsa-tinyemce/barsa-tinyemce.component';
44
+ export * from './lib/ui-pdf-viewer/ui-pdf-viewer.component';
45
+ export * from './lib/barsa-list-file-linear/barsa-list-file-linear.component';
46
+ export * from './lib/ulv-filter-settings/ulv-filter-settings.component';
47
+ export * from './lib/ulv-column-settings/ulv-column-settings.component';
48
+ export * from './lib/ulv-groupby-settings/ulv-groupby-settings.component';
49
+ export * from './lib/ulv-sort-settings/ulv-sort-settings.component';
50
+ export * from './lib/ulv-form-multi-select/ulv-form-multi-select.component';
51
+ export * from './lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component';
52
+ export * from './lib/ly-layout-container/ly-layout-container.component';
53
+ export * from './lib/layout-actions/layout-actions.component';
54
+ export * from './lib/fundamental-dynamic-form/fundamental-dynamic-form.component';
55
+ export * from './lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component';
56
+ export * from './lib/message-strip/message-strip.component';
57
+ export * from './lib/ul-toast-adapter/ul-toast-adapter.component';
58
+ export * from './lib/static-text/static-text.component';
59
+ export * from './lib/hyperlink/hyperlink.component';
60
+ export * from './lib/global-search/global-search.component';
61
+ export * from './lib/global-search-module/global-search-module.component';
62
+ export * from './lib/global-search-panel/global-search-panel.component';
63
+ export * from './lib/ly-simple-label/ly-simple-label.component';
64
+ export * from './lib/captcha-field/captcha-field.component';
65
+ export * from './lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component';
66
+ export * from './lib/ul-loading-mask-ui/ul-loading-mask-ui.component';
67
+ export * from './lib/ulv-context-menu/ulv-context-menu.component';
68
+ export * from './lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component';
69
+ export * from './lib/header-avatar/header-avatar.component';
70
+ export * from './lib/ui-tree/ui-tree.component';
71
+ export * from './lib/ul-msg-box-adapter/ul-msg-box-adapter.component';
72
+ export * from './lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component';
73
+ export * from './lib/ly-label/ly-label.component';
74
+ export * from './lib/ly-tab-page/ly-tab-page.component';
75
+ export * from './lib/ly-tab-container/ly-tab-container.component';
76
+ export * from './lib/ly-vertical-layout/ly-vertical-layout.component';
77
+ export * from './lib/ly-horizontal-layout/ly-horizontal-layout.component';
78
+ export * from './lib/ui-pictures-info/ui-pictures-info.component';
79
+ export * from './lib/rich-text-static/rich-text-static.component';
80
+ export * from './lib/form-dialog-less/form-dialog-less.component';
81
+ export * from './lib/form-wizard/form-wizard.component';
82
+ export * from './lib/layout-wizard/layout-wizard.component';
83
+ export * from './lib/layout-control/layout-control.component';
84
+ export * from './lib/ui-text-area/ui-text-area.component';
85
+ export * from './lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component';
86
+ export * from './lib/responsive-toolbar/responsive-toolbar.component';
87
+ export * from './lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component';
88
+ export * from './lib/header-facet-plain-text/header-facet-plain-text.component';
89
+ export * from './lib/header-facet-microchart/header-facet-microchart.component';
90
+ export * from './lib/header-facet-progress/header-facet-progress.component';
91
+ export * from './lib/header-facet-rate/header-facet-rate.component';
92
+ export * from './lib/header-facet-form/header-facet-form.component';
93
+ export * from './lib/header-facet-key-value/header-facet-key-value.component';
94
+ export * from './lib/form-dialog/form-dialog.component';
95
+ export * from './lib/ui-date-time/ui-date-time.component';
96
+ export * from './lib/ui-button/ui-button.component';
97
+ export * from './lib/ui-tinymce/ui-tinymce.component';
98
+ export * from './lib/ulv-settings/ulv-settings.component';
99
+ export * from './lib/ui-search-command-info-ui/ui-search-command-info-ui.component';
100
+ export * from './lib/ui-form-panel/ui-form-panel.component';
101
+ export * from './lib/form-toolbar/form-toolbar.component';
102
+ export * from './lib/ui-info-bar-panel/ui-info-bar-panel.component';
103
+ export * from './lib/mask/mask.component';
104
+ export * from './lib/ui-grid-columns/ui-grid-columns.component';
105
+ export * from './lib/ui-grid-sort-item/ui-grid-sort-item.component';
106
+ export * from './lib/ui-grid-sort-setting/ui-grid-sort-setting.component';
107
+ export * from './lib/ulv-paging/ulv-paging.component';
108
+ export * from './lib/ulv-toolbar/ulv-toolbar.component';
109
+ export * from './lib/ulv-selection/ulv-selection.component';
110
+ export * from './lib/ui-single-picture/ui-single-picture.component';
111
+ export * from './lib/ly-empty-space/ly-empty-space.component';
112
+ export * from './lib/ui-file-linear-list-box/ui-file-linear-list-box.component';
113
+ export * from './lib/ui-time-span/ui-time-span.component';
114
+ export * from './lib/ui-num-int-ui/ui-num-int-ui.component';
115
+ export * from './lib/ui-num-decimal-ui/ui-num-decimal-ui.component';
116
+ export * from './lib/ui-multi-select-combo/ui-multi-select-combo.component';
117
+ export * from './lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component';
118
+ export * from './lib/ui-picture-file/ui-picture-file.component';
119
+ export * from './lib/ui-container-with-button/ui-container-with-button.component';
120
+ export * from './lib/ui-read-only-field/ui-read-only-field.component';
121
+ export * from './lib/ly-layout-panel/ly-layout-panel.component';
122
+ export * from './lib/ly-layout-container-of-root/ly-layout-container-of-root.component';
123
+ export * from './lib/ui-grid/ui-grid.component';
124
+ export * from './lib/ui-radio-group/ui-radio-group.component';
125
+ export * from './lib/ui-label/ui-label.component';
126
+ export * from './lib/ui-radio-group/ui-radio-group.component';
127
+ export * from './lib/ui-simple-combo/ui-simple-combo.component';
128
+ export * from './lib/ui-check-box/ui-check-box.component';
129
+ export * from './lib/ui-switch-button/ui-switch-button.component';
130
+ export * from './lib/ly-layout-field-label/ly-layout-field-label.component';
131
+ export * from './lib/ui-text-field/ui-text-field.component';
132
+ export * from './lib/ulv-context-menu/ulv-context-menu.component';
133
+ export * from './lib/wizard-layout.directive';
134
+ export * from './lib/col-renderer.directive';
135
+ export * from './lib/apply-conditional-formmatings.directive';
136
+ export * from './lib/upload-file-status.pipe';
137
+ export * from './lib/sap-font.pipe';
138
+ export * from './lib/sap-font-class.pipe';
139
+ export * from './lib/sap-ui-report-base.component';
140
+ export * from './lib/report-view-renderer.directive';
141
+ export * from './lib/fullscreen-dialog.directive';
142
+ export * from './lib/barsa-tree-item/node-has-one-depth-level.pipe';
143
+ export * from './lib/card-item/card-item.component';
144
+ export * from './lib/card-view-content/card-view-content.component';
145
+ export * from './lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component';
146
+ export * from './lib/title/title.component';
147
+ export * from './lib/barsa-ulv-main/barsa-ulv-main.component';
148
+ export * from './lib/list-item/list-item.component';
149
+ export * from './lib/htree-create-new/htree-create-new.component';
150
+ export * from './lib/barsa-table-row/barsa-table-row.component';
151
+ export * from './lib/barsa-table-column/barsa-table-column.component';
152
+ export * from './lib/barsa-table-header/barsa-table-header.component';
153
+ export * from './lib/breadcrumb/breadcrumb.component';
154
+ export * from './lib/device-info-field-base';
155
+ export * from './lib/barsa-sap-ui-routing.module';
156
+ export * from './lib/form-toolbar-button/form-toolbar-button.component';
157
+ export * from './lib/barsa-search-form/barsa-search-form.component';
158
+ export * from './lib/report-new-top-form/report-new-top-form.component';
159
+ export * from './lib/barsa-network-offline/barsa-network-offline.component';
160
+ export * from './lib/file-viewer-content/file-viewer-content.component';
161
+ export * from './lib/file-viewer-popover/file-viewer-popover.component';
162
+ export * from './lib/file-viewer/file-viewer.component';
163
+ export * from './lib/blob-viewer/blob-viewer.component';
164
+ export * from './lib/fullscreen-files.directive';
165
+ export * from './lib/download-files.directive';
166
+ export * from './lib/notification-item/notification-item.component';
167
+ export * from './lib/barsa-cartable-template/barsa-cartable-template.component';
168
+ export * from './lib/barsa-cartable-form/barsa-cartable-form.component';
169
+ export * from './lib/barsa-group-cartable/barsa-cartable-group.component';
170
+ export * from './lib/barsa-column-indicator/barsa-column-indicator.component';
171
+ export * from './lib/barsa-field-key-value/barsa-field-key-value.component';
172
+ export * from './lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component';
173
+ export * from './lib/ui-html-viewer/ui-html-viewer.component';
174
+ export * from './lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component';
175
+ export * from './lib/barsa-text-ellipsis/barsa-text-ellipsis.component';
176
+ export * from './lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component';
177
+ export * from './lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component';
178
+ export * from './lib/barsa-enum-menu-button/barsa-enum-menu-button.component';
179
+ export * from './lib/barsa-card-layout-panel/barsa-card-layout-panel.component';
180
+ export * from './lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component';
181
+ export * from './lib/barsa-base-panel/barsa-base-layout-panel.component';
182
+ export * from './lib/barsa-bar-panel/barsa-bar-panel.component';
183
+ export * from './lib/barsa-card-layout-panel/barsa-card-layout-panel.component';
184
+ export * from './lib/barsa-form-side-content/barsa-form-side-content.component';
185
+ export * from './lib/dialog-handler.directive';
186
+ export * from './lib/barsa-simple-form/barsa-simple-form.component';
187
+ export * from './lib/barsa-card-layout-panel/barsa-card-layout-panel.component';
188
+ export * from './lib/barsa-list-layout-panel/barsa-list-layout-panel.component';
189
+ export * from './lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component';
190
+ export * from './lib/barsa-dynamic-field/barsa-dynamic-field.component';
191
+ export * from './lib/sap-size.pipe';
192
+ export * from './lib/ui-multi-select-radio/ui-multi-select-radio.component';
193
+ export * from './lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component';
194
+ export * from './lib/ui-multi-select-slider/ui-multi-select-slider.component';
195
+ export * from './lib/ui-multi-select-card/ui-multi-select-card.component';
196
+ export * from './lib/ui-multi-select-smile/ui-multi-select-smile.component';
197
+ export * from './lib/ui-num-int-slider/ui-num-int-slider.component';
198
+ export * from './lib/barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component';
199
+ export * from './lib/barsa-column-rownumber/barsa-column-rownumber.component';
200
+ export * from './lib/barsa-report-one-of-list/barsa-report-one-of-list.component';
201
+ export * from './lib/barsa-card-row-payam/barsa-card-row-payam.component';
202
+ export * from './lib/barsa-question-post/barsa-question-post.component';
203
+ export * from './lib/barsa-question-answer-form/barsa-question-answer-form.component';
204
+ export * from './lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component';
205
+ export * from './lib/barsa-answer-card/barsa-answer-card.component';
206
+ export * from './lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component';
207
+ export * from './lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component';
208
+ export * from './lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component';
209
+ export * from './lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component';
210
+ export * from './lib/barsa-chip/barsa-chip.component';
211
+ export * from './lib/barsa-tag-chip/barsa-tag-chip.component';
212
+ export * from './lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component';
213
+ export * from './lib/barsa-tags-category-row/barsa-tags-category-row.component';
214
+ export * from './lib/barsa-tag-categories/barsa-tag-categories.component';
215
+ export * from './lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component';
216
+ export * from './lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component';
217
+ export * from './lib/barsa-chat/barsa-chat.component';
218
+ export * from './lib/barsa-chat-content-toolbar/barsa-chat-content-toolbar.component';
219
+ export * from './lib/barsa-chat-message/barsa-chat-message.component';
220
+ export * from './lib/barsa-chat-thread/barsa-chat-thread.component';
221
+ export * from './lib/barsa-chat-content/barsa-chat-content.component';
222
+ export * from './lib/barsa-chat-threads-list-toolbar/barsa-chat-threads-list-toolbar.component';
223
+ export * from './lib/barsa-chat-threads-list/barsa-chat-threads-list.component';
224
+ export * from './lib/barsa-chat-list/barsa-chat-list.component';
225
+ export * from './lib/constants';
226
+ export * from './lib/barsa-sap-ui.module';
@@ -1,89 +0,0 @@
1
- import { Directive, HostBinding, Input } from '@angular/core';
2
- import { BaseDirective } from 'barsa-novin-ray-core';
3
- import * as i0 from "@angular/core";
4
- export class ApplyConditionalFormatsDirective extends BaseDirective {
5
- constructor(_el, renderer2) {
6
- super(_el);
7
- this._el = _el;
8
- this.renderer2 = renderer2;
9
- this.style = '';
10
- }
11
- ngOnInit() {
12
- super.ngOnInit();
13
- this._apply();
14
- }
15
- ngOnChanges(changes) {
16
- const { styleIndex } = changes;
17
- if (styleIndex && !styleIndex.firstChange) {
18
- this._apply();
19
- }
20
- }
21
- _apply() {
22
- const styles = this.applyConditionalFormats;
23
- const htmlElement = this.hostEl instanceof HTMLElement
24
- ? this.hostEl
25
- : typeof this.hostEl.elementRef === 'function'
26
- ? this.hostEl.elementRef().nativeElement
27
- : this.hostEl.elementRef.nativeElement;
28
- styles?.forEach((style) => {
29
- if (style.IsCommand && this.dbName === style.Alias) {
30
- if (htmlElement.classList.contains(style.CssClass)) {
31
- this.renderer2.removeClass(htmlElement, style.CssClass);
32
- }
33
- }
34
- if (style.Style) {
35
- htmlElement.removeAttribute('style');
36
- }
37
- if (style.CssClass) {
38
- this.renderer2.removeClass(this._el.nativeElement, style.CssClass);
39
- }
40
- });
41
- if (!this.styleIndex?.length) {
42
- return;
43
- }
44
- this.styleIndex.forEach((val) => {
45
- styles.forEach((style, index) => {
46
- if (index === val && style.IsCommand) {
47
- if (this.dbName === style.Alias) {
48
- this.renderer2.addClass(this._el.nativeElement, style.CssClass);
49
- }
50
- }
51
- else if (val === index && this.dbName) {
52
- if (style.Column === this.dbName) {
53
- this.renderer2.setAttribute(htmlElement, 'style', style.Style);
54
- if (style.CssClass) {
55
- this.renderer2.addClass(htmlElement, style.CssClass);
56
- }
57
- }
58
- }
59
- else if (val === index && !style.Column) {
60
- this.renderer2.setAttribute(htmlElement, 'style', style.Style);
61
- if (style.CssClass) {
62
- this.renderer2.addClass(htmlElement, style.CssClass);
63
- }
64
- // htmlElement.style.cssText = style.Style;
65
- }
66
- });
67
- });
68
- }
69
- }
70
- ApplyConditionalFormatsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ApplyConditionalFormatsDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
71
- ApplyConditionalFormatsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: ApplyConditionalFormatsDirective, selector: "[applyConditionalFormats]", inputs: { applyConditionalFormats: "applyConditionalFormats", styleIndex: "styleIndex", hostEl: "hostEl", dbName: "dbName" }, host: { properties: { "style": "this.style" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ApplyConditionalFormatsDirective, decorators: [{
73
- type: Directive,
74
- args: [{
75
- selector: '[applyConditionalFormats]'
76
- }]
77
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { applyConditionalFormats: [{
78
- type: Input
79
- }], styleIndex: [{
80
- type: Input
81
- }], hostEl: [{
82
- type: Input
83
- }], dbName: [{
84
- type: Input
85
- }], style: [{
86
- type: HostBinding,
87
- args: ['style']
88
- }] } });
89
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwbHktY29uZGl0aW9uYWwtZm9ybW1hdGluZ3MuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYXBwbHktY29uZGl0aW9uYWwtZm9ybW1hdGluZ3MuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWMsV0FBVyxFQUFFLEtBQUssRUFBK0MsTUFBTSxlQUFlLENBQUM7QUFDdkgsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQUtyRCxNQUFNLE9BQU8sZ0NBQWlDLFNBQVEsYUFBYTtJQWEvRCxZQUFzQixHQUFlLEVBQVUsU0FBb0I7UUFDL0QsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBRE8sUUFBRyxHQUFILEdBQUcsQ0FBWTtRQUFVLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFEN0MsVUFBSyxHQUFHLEVBQUUsQ0FBQztJQUdqQyxDQUFDO0lBQ0QsUUFBUTtRQUNKLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNqQixJQUFJLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDbEIsQ0FBQztJQUNELFdBQVcsQ0FBQyxPQUFzQjtRQUM5QixNQUFNLEVBQUUsVUFBVSxFQUFFLEdBQUcsT0FBTyxDQUFDO1FBQy9CLElBQUksVUFBVSxJQUFJLENBQUMsVUFBVSxDQUFDLFdBQVcsRUFBRTtZQUN2QyxJQUFJLENBQUMsTUFBTSxFQUFFLENBQUM7U0FDakI7SUFDTCxDQUFDO0lBRU8sTUFBTTtRQUNWLE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyx1QkFBdUIsQ0FBQztRQUM1QyxNQUFNLFdBQVcsR0FDYixJQUFJLENBQUMsTUFBTSxZQUFZLFdBQVc7WUFDOUIsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNO1lBQ2IsQ0FBQyxDQUFDLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxVQUFVLEtBQUssVUFBVTtnQkFDOUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsVUFBVSxFQUFFLENBQUMsYUFBYTtnQkFDeEMsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQztRQUUvQyxNQUFNLEVBQUUsT0FBTyxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUU7WUFDdEIsSUFBSSxLQUFLLENBQUMsU0FBUyxJQUFJLElBQUksQ0FBQyxNQUFNLEtBQUssS0FBSyxDQUFDLEtBQUssRUFBRTtnQkFDaEQsSUFBSSxXQUFXLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLEVBQUU7b0JBQ2hELElBQUksQ0FBQyxTQUFTLENBQUMsV0FBVyxDQUFDLFdBQVcsRUFBRSxLQUFLLENBQUMsUUFBUSxDQUFDLENBQUM7aUJBQzNEO2FBQ0o7WUFDRCxJQUFJLEtBQUssQ0FBQyxLQUFLLEVBQUU7Z0JBQ2IsV0FBVyxDQUFDLGVBQWUsQ0FBQyxPQUFPLENBQUMsQ0FBQzthQUN4QztZQUNELElBQUksS0FBSyxDQUFDLFFBQVEsRUFBRTtnQkFDaEIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxhQUFhLEVBQUUsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO2FBQ3RFO1FBQ0wsQ0FBQyxDQUFDLENBQUM7UUFDSCxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsRUFBRSxNQUFNLEVBQUU7WUFDMUIsT0FBTztTQUNWO1FBQ0QsSUFBSSxDQUFDLFVBQVUsQ0FBQyxPQUFPLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRTtZQUM1QixNQUFNLENBQUMsT0FBTyxDQUFDLENBQUMsS0FBSyxFQUFFLEtBQUssRUFBRSxFQUFFO2dCQUM1QixJQUFJLEtBQUssS0FBSyxHQUFHLElBQUksS0FBSyxDQUFDLFNBQVMsRUFBRTtvQkFDbEMsSUFBSSxJQUFJLENBQUMsTUFBTSxLQUFLLEtBQUssQ0FBQyxLQUFLLEVBQUU7d0JBQzdCLElBQUksQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsYUFBYSxFQUFFLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztxQkFDbkU7aUJBQ0o7cUJBQU0sSUFBSSxHQUFHLEtBQUssS0FBSyxJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUU7b0JBQ3JDLElBQUksS0FBSyxDQUFDLE1BQU0sS0FBSyxJQUFJLENBQUMsTUFBTSxFQUFFO3dCQUM5QixJQUFJLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxXQUFXLEVBQUUsT0FBTyxFQUFFLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQzt3QkFDL0QsSUFBSSxLQUFLLENBQUMsUUFBUSxFQUFFOzRCQUNoQixJQUFJLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQyxXQUFXLEVBQUUsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO3lCQUN4RDtxQkFDSjtpQkFDSjtxQkFBTSxJQUFJLEdBQUcsS0FBSyxLQUFLLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxFQUFFO29CQUN2QyxJQUFJLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxXQUFXLEVBQUUsT0FBTyxFQUFFLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQztvQkFDL0QsSUFBSSxLQUFLLENBQUMsUUFBUSxFQUFFO3dCQUNoQixJQUFJLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQyxXQUFXLEVBQUUsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO3FCQUN4RDtvQkFDRCwyQ0FBMkM7aUJBQzlDO1lBQ0wsQ0FBQyxDQUFDLENBQUM7UUFDUCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7OzZIQTFFUSxnQ0FBZ0M7aUhBQWhDLGdDQUFnQzsyRkFBaEMsZ0NBQWdDO2tCQUg1QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSwyQkFBMkI7aUJBQ3hDO3lIQUVZLHVCQUF1QjtzQkFBL0IsS0FBSztnQkFRRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ2dCLEtBQUs7c0JBQTFCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgSG9zdEJpbmRpbmcsIElucHV0LCBPbkNoYW5nZXMsIE9uSW5pdCwgUmVuZGVyZXIyLCBTaW1wbGVDaGFuZ2VzIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEJhc2VEaXJlY3RpdmUgfSBmcm9tICdiYXJzYS1ub3Zpbi1yYXktY29yZSc7XHJcblxyXG5ARGlyZWN0aXZlKHtcclxuICAgIHNlbGVjdG9yOiAnW2FwcGx5Q29uZGl0aW9uYWxGb3JtYXRzXSdcclxufSlcclxuZXhwb3J0IGNsYXNzIEFwcGx5Q29uZGl0aW9uYWxGb3JtYXRzRGlyZWN0aXZlIGV4dGVuZHMgQmFzZURpcmVjdGl2ZSBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzIHtcclxuICAgIEBJbnB1dCgpIGFwcGx5Q29uZGl0aW9uYWxGb3JtYXRzOiB7XHJcbiAgICAgICAgQ2xzOiBzdHJpbmc7XHJcbiAgICAgICAgQ29sdW1uPzogc3RyaW5nO1xyXG4gICAgICAgIFN0eWxlOiBzdHJpbmc7XHJcbiAgICAgICAgSXNDb21tYW5kOiBib29sZWFuO1xyXG4gICAgICAgIEFsaWFzOiBzdHJpbmc7XHJcbiAgICAgICAgQ3NzQ2xhc3M6IHN0cmluZztcclxuICAgIH1bXTtcclxuICAgIEBJbnB1dCgpIHN0eWxlSW5kZXg6IG51bWJlcltdO1xyXG4gICAgQElucHV0KCkgaG9zdEVsOiBhbnk7XHJcbiAgICBASW5wdXQoKSBkYk5hbWU6IHN0cmluZztcclxuICAgIEBIb3N0QmluZGluZygnc3R5bGUnKSBzdHlsZSA9ICcnO1xyXG4gICAgY29uc3RydWN0b3IocHJvdGVjdGVkIF9lbDogRWxlbWVudFJlZiwgcHJpdmF0ZSByZW5kZXJlcjI6IFJlbmRlcmVyMikge1xyXG4gICAgICAgIHN1cGVyKF9lbCk7XHJcbiAgICB9XHJcbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgICAgICBzdXBlci5uZ09uSW5pdCgpO1xyXG4gICAgICAgIHRoaXMuX2FwcGx5KCk7XHJcbiAgICB9XHJcbiAgICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XHJcbiAgICAgICAgY29uc3QgeyBzdHlsZUluZGV4IH0gPSBjaGFuZ2VzO1xyXG4gICAgICAgIGlmIChzdHlsZUluZGV4ICYmICFzdHlsZUluZGV4LmZpcnN0Q2hhbmdlKSB7XHJcbiAgICAgICAgICAgIHRoaXMuX2FwcGx5KCk7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5cclxuICAgIHByaXZhdGUgX2FwcGx5KCk6IHZvaWQge1xyXG4gICAgICAgIGNvbnN0IHN0eWxlcyA9IHRoaXMuYXBwbHlDb25kaXRpb25hbEZvcm1hdHM7XHJcbiAgICAgICAgY29uc3QgaHRtbEVsZW1lbnQ6IEhUTUxFbGVtZW50ID1cclxuICAgICAgICAgICAgdGhpcy5ob3N0RWwgaW5zdGFuY2VvZiBIVE1MRWxlbWVudFxyXG4gICAgICAgICAgICAgICAgPyB0aGlzLmhvc3RFbFxyXG4gICAgICAgICAgICAgICAgOiB0eXBlb2YgdGhpcy5ob3N0RWwuZWxlbWVudFJlZiA9PT0gJ2Z1bmN0aW9uJ1xyXG4gICAgICAgICAgICAgICAgPyB0aGlzLmhvc3RFbC5lbGVtZW50UmVmKCkubmF0aXZlRWxlbWVudFxyXG4gICAgICAgICAgICAgICAgOiB0aGlzLmhvc3RFbC5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XHJcblxyXG4gICAgICAgIHN0eWxlcz8uZm9yRWFjaCgoc3R5bGUpID0+IHtcclxuICAgICAgICAgICAgaWYgKHN0eWxlLklzQ29tbWFuZCAmJiB0aGlzLmRiTmFtZSA9PT0gc3R5bGUuQWxpYXMpIHtcclxuICAgICAgICAgICAgICAgIGlmIChodG1sRWxlbWVudC5jbGFzc0xpc3QuY29udGFpbnMoc3R5bGUuQ3NzQ2xhc3MpKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5yZW5kZXJlcjIucmVtb3ZlQ2xhc3MoaHRtbEVsZW1lbnQsIHN0eWxlLkNzc0NsYXNzKTtcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICBpZiAoc3R5bGUuU3R5bGUpIHtcclxuICAgICAgICAgICAgICAgIGh0bWxFbGVtZW50LnJlbW92ZUF0dHJpYnV0ZSgnc3R5bGUnKTtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICBpZiAoc3R5bGUuQ3NzQ2xhc3MpIHtcclxuICAgICAgICAgICAgICAgIHRoaXMucmVuZGVyZXIyLnJlbW92ZUNsYXNzKHRoaXMuX2VsLm5hdGl2ZUVsZW1lbnQsIHN0eWxlLkNzc0NsYXNzKTtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIH0pO1xyXG4gICAgICAgIGlmICghdGhpcy5zdHlsZUluZGV4Py5sZW5ndGgpIHtcclxuICAgICAgICAgICAgcmV0dXJuO1xyXG4gICAgICAgIH1cclxuICAgICAgICB0aGlzLnN0eWxlSW5kZXguZm9yRWFjaCgodmFsKSA9PiB7XHJcbiAgICAgICAgICAgIHN0eWxlcy5mb3JFYWNoKChzdHlsZSwgaW5kZXgpID0+IHtcclxuICAgICAgICAgICAgICAgIGlmIChpbmRleCA9PT0gdmFsICYmIHN0eWxlLklzQ29tbWFuZCkge1xyXG4gICAgICAgICAgICAgICAgICAgIGlmICh0aGlzLmRiTmFtZSA9PT0gc3R5bGUuQWxpYXMpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5yZW5kZXJlcjIuYWRkQ2xhc3ModGhpcy5fZWwubmF0aXZlRWxlbWVudCwgc3R5bGUuQ3NzQ2xhc3MpO1xyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAodmFsID09PSBpbmRleCAmJiB0aGlzLmRiTmFtZSkge1xyXG4gICAgICAgICAgICAgICAgICAgIGlmIChzdHlsZS5Db2x1bW4gPT09IHRoaXMuZGJOYW1lKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMucmVuZGVyZXIyLnNldEF0dHJpYnV0ZShodG1sRWxlbWVudCwgJ3N0eWxlJywgc3R5bGUuU3R5bGUpO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBpZiAoc3R5bGUuQ3NzQ2xhc3MpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMucmVuZGVyZXIyLmFkZENsYXNzKGh0bWxFbGVtZW50LCBzdHlsZS5Dc3NDbGFzcyk7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKHZhbCA9PT0gaW5kZXggJiYgIXN0eWxlLkNvbHVtbikge1xyXG4gICAgICAgICAgICAgICAgICAgIHRoaXMucmVuZGVyZXIyLnNldEF0dHJpYnV0ZShodG1sRWxlbWVudCwgJ3N0eWxlJywgc3R5bGUuU3R5bGUpO1xyXG4gICAgICAgICAgICAgICAgICAgIGlmIChzdHlsZS5Dc3NDbGFzcykge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnJlbmRlcmVyMi5hZGRDbGFzcyhodG1sRWxlbWVudCwgc3R5bGUuQ3NzQ2xhc3MpO1xyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAvLyBodG1sRWxlbWVudC5zdHlsZS5jc3NUZXh0ID0gc3R5bGUuU3R5bGU7XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH0pO1xyXG4gICAgICAgIH0pO1xyXG4gICAgfVxyXG59XHJcbiJdfQ==