barsa-sap-ui 1.0.455 → 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.
- package/{esm2020 → esm2022}/barsa-sap-ui.mjs +4 -4
- package/esm2022/lib/apply-conditional-formmatings.directive.mjs +89 -0
- package/esm2022/lib/barsa-answer-card/barsa-answer-card.component.mjs +41 -0
- package/esm2022/lib/barsa-asp-viewer/barsa-asp-viewer.component.mjs +127 -0
- package/{esm2020 → esm2022}/lib/barsa-bar-panel/barsa-bar-panel.component.mjs +23 -23
- package/esm2022/lib/barsa-base-panel/barsa-base-layout-panel.component.mjs +29 -0
- package/esm2022/lib/barsa-card-layout-panel/barsa-card-layout-panel.component.mjs +24 -0
- package/esm2022/lib/barsa-card-row-payam/barsa-card-row-payam.component.mjs +30 -0
- package/esm2022/lib/barsa-cartable-form/barsa-cartable-form.component.mjs +41 -0
- package/{esm2020 → esm2022}/lib/barsa-cartable-template/barsa-cartable-template.component.mjs +24 -24
- package/esm2022/lib/barsa-chat/barsa-chat.component.mjs +260 -0
- package/esm2022/lib/barsa-chat/chat.model.mjs +8 -0
- package/esm2022/lib/barsa-chat-content/barsa-chat-content.component.mjs +13 -0
- package/esm2022/lib/barsa-chat-content-toolbar/barsa-chat-content-toolbar.component.mjs +22 -0
- package/esm2022/lib/barsa-chat-list/barsa-chat-list.component.mjs +56 -0
- package/esm2022/lib/barsa-chat-message/barsa-chat-message.component.mjs +77 -0
- package/esm2022/lib/barsa-chat-thread/barsa-chat-thread.component.mjs +22 -0
- package/esm2022/lib/barsa-chat-threads-list/barsa-chat-threads-list.component.mjs +13 -0
- package/esm2022/lib/barsa-chat-threads-list-toolbar/barsa-chat-threads-list-toolbar.component.mjs +15 -0
- package/esm2022/lib/barsa-chip/barsa-chip.component.mjs +72 -0
- package/{esm2020 → esm2022}/lib/barsa-column-indicator/barsa-column-indicator.component.mjs +23 -23
- package/{esm2020 → esm2022}/lib/barsa-column-rownumber/barsa-column-rownumber.component.mjs +15 -15
- package/esm2022/lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component.mjs +14 -0
- package/esm2022/lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component.mjs +26 -0
- package/esm2022/lib/barsa-date-time-picker/barsa-date-time-picker.component.mjs +71 -0
- package/esm2022/lib/barsa-dynamic-field/barsa-dynamic-field.component.mjs +41 -0
- package/esm2022/lib/barsa-enum-menu-button/barsa-enum-menu-button.component.mjs +61 -0
- package/esm2022/lib/barsa-field-key-value/barsa-field-key-value.component.mjs +45 -0
- package/esm2022/lib/barsa-form-side-content/barsa-form-side-content.component.mjs +37 -0
- package/esm2022/lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component.mjs +27 -0
- package/esm2022/lib/barsa-group-cartable/barsa-cartable-group.component.mjs +94 -0
- package/esm2022/lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component.mjs +22 -0
- package/esm2022/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.mjs +37 -0
- package/esm2022/lib/barsa-list-file-linear/barsa-list-file-linear.component.mjs +41 -0
- package/esm2022/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.mjs +29 -0
- package/esm2022/lib/barsa-list-layout-panel/barsa-list-layout-panel.component.mjs +23 -0
- package/esm2022/lib/barsa-monaco-editor/barsa-monaco-editor.component.mjs +83 -0
- package/esm2022/lib/barsa-network-offline/barsa-network-offline.component.mjs +53 -0
- package/esm2022/lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component.mjs +159 -0
- package/esm2022/lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component.mjs +17 -0
- package/esm2022/lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component.mjs +30 -0
- package/esm2022/lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component.mjs +14 -0
- package/esm2022/lib/barsa-question-answer-form/barsa-question-answer-form.component.mjs +34 -0
- package/esm2022/lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component.mjs +46 -0
- package/esm2022/lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component.mjs +79 -0
- package/esm2022/lib/barsa-question-post/barsa-question-post.component.mjs +30 -0
- package/esm2022/lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component.mjs +31 -0
- package/{esm2020 → esm2022}/lib/barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component.mjs +28 -28
- package/esm2022/lib/barsa-report-one-of-list/barsa-report-one-of-list.component.mjs +98 -0
- package/{esm2020 → esm2022}/lib/barsa-sap-ui-routing.module.mjs +18 -18
- package/esm2022/lib/barsa-sap-ui.module.mjs +360 -0
- package/esm2022/lib/barsa-search-form/barsa-search-form.component.mjs +29 -0
- package/esm2022/lib/barsa-simple-form/barsa-simple-form.component.mjs +168 -0
- package/esm2022/lib/barsa-table-column/barsa-table-column.component.mjs +27 -0
- package/esm2022/lib/barsa-table-header/barsa-table-header.component.mjs +198 -0
- package/esm2022/lib/barsa-table-row/barsa-table-row.component.mjs +61 -0
- package/esm2022/lib/barsa-tag-categories/barsa-tag-categories.component.mjs +60 -0
- package/esm2022/lib/barsa-tag-chip/barsa-tag-chip.component.mjs +26 -0
- package/esm2022/lib/barsa-tags-category-row/barsa-tags-category-row.component.mjs +23 -0
- package/esm2022/lib/barsa-text-ellipsis/barsa-text-ellipsis.component.mjs +37 -0
- package/esm2022/lib/barsa-tinyemce/barsa-tinyemce.component.mjs +417 -0
- package/esm2022/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.mjs +36 -0
- package/esm2022/lib/barsa-tree-item/barsa-tree-item.component.mjs +129 -0
- package/{esm2020 → esm2022}/lib/barsa-tree-item/node-has-one-depth-level.pipe.mjs +19 -19
- package/esm2022/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +208 -0
- package/esm2022/lib/blob-viewer/blob-viewer.component.mjs +78 -0
- package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +44 -0
- package/{esm2020 → esm2022}/lib/captcha-field/captcha-field.component.mjs +28 -28
- package/esm2022/lib/card-item/card-item.component.mjs +76 -0
- package/esm2022/lib/card-view-content/card-view-content.component.mjs +46 -0
- package/esm2022/lib/col-renderer.directive.mjs +46 -0
- package/esm2022/lib/column-matrix-renderer/column-matrix-renderer.component.mjs +56 -0
- package/esm2022/lib/column-matrix-renderer/matrix-value.pipe.mjs +60 -0
- package/esm2022/lib/column-renderer/column-renderer.component.mjs +85 -0
- package/esm2022/lib/constants.mjs +421 -0
- package/esm2022/lib/custom-date-time/custom-date-time.component.mjs +41 -0
- package/{esm2020 → esm2022}/lib/device-info-field-base.mjs +23 -23
- package/{esm2020 → esm2022}/lib/dialog-handler.directive.mjs +28 -28
- package/esm2022/lib/download-files.directive.mjs +33 -0
- package/esm2022/lib/dynamic-page-size.pipe.mjs +26 -0
- package/{esm2020 → esm2022}/lib/file-in-dialog/file-in-dialog.component.mjs +44 -44
- package/esm2022/lib/file-viewer/file-viewer.component.mjs +39 -0
- package/{esm2020 → esm2022}/lib/file-viewer-content/file-viewer-content.component.mjs +53 -53
- package/esm2022/lib/file-viewer-popover/file-viewer-popover.component.mjs +41 -0
- package/esm2022/lib/form-dialog/form-dialog.component.mjs +142 -0
- package/esm2022/lib/form-dialog-less/form-dialog-less.component.mjs +44 -0
- package/esm2022/lib/form-toolbar/form-toolbar.component.mjs +43 -0
- package/esm2022/lib/form-toolbar-button/form-toolbar-button.component.mjs +45 -0
- package/esm2022/lib/form-wizard/form-wizard.component.mjs +21 -0
- package/esm2022/lib/fullscreen-dialog.directive.mjs +59 -0
- package/esm2022/lib/fullscreen-files.directive.mjs +42 -0
- package/esm2022/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +188 -0
- package/esm2022/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.mjs +203 -0
- package/{esm2020 → esm2022}/lib/global-search/global-search.component.mjs +27 -27
- package/esm2022/lib/global-search-module/global-search-module.component.mjs +29 -0
- package/esm2022/lib/global-search-panel/global-search-panel.component.mjs +25 -0
- package/esm2022/lib/header-avatar/header-avatar.component.mjs +18 -0
- package/{esm2020 → esm2022}/lib/header-facet-form/header-facet-form.component.mjs +22 -22
- package/{esm2020 → esm2022}/lib/header-facet-key-value/header-facet-key-value.component.mjs +31 -31
- package/{esm2020 → esm2022}/lib/header-facet-microchart/header-facet-microchart.component.mjs +21 -21
- package/{esm2020 → esm2022}/lib/header-facet-plain-text/header-facet-plain-text.component.mjs +28 -28
- package/esm2022/lib/header-facet-progress/header-facet-progress.component.mjs +25 -0
- package/esm2022/lib/header-facet-rate/header-facet-rate.component.mjs +25 -0
- package/esm2022/lib/htree-create-new/htree-create-new.component.mjs +48 -0
- package/esm2022/lib/hyperlink/hyperlink.component.mjs +23 -0
- package/esm2022/lib/index.mjs +564 -0
- package/{esm2020 → esm2022}/lib/inline-save-and-cancel/inline-save-and-cancel.component.mjs +32 -32
- package/esm2022/lib/layout-actions/layout-actions.component.mjs +68 -0
- package/esm2022/lib/layout-control/layout-control.component.mjs +234 -0
- package/esm2022/lib/layout-wizard/layout-wizard.component.mjs +154 -0
- package/esm2022/lib/list-item/list-item.component.mjs +34 -0
- package/esm2022/lib/ly-empty-space/ly-empty-space.component.mjs +42 -0
- package/esm2022/lib/ly-horizontal-layout/ly-horizontal-layout.component.mjs +71 -0
- package/esm2022/lib/ly-label/ly-label.component.mjs +34 -0
- package/esm2022/lib/ly-layout-container/ly-layout-container.component.mjs +83 -0
- package/esm2022/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.mjs +17 -0
- package/{esm2020 → esm2022}/lib/ly-layout-field-label/ly-layout-field-label.component.mjs +24 -24
- package/esm2022/lib/ly-layout-panel/ly-layout-panel.component.mjs +73 -0
- package/esm2022/lib/ly-line/ly-line.component.mjs +56 -0
- package/esm2022/lib/ly-simple-label/ly-simple-label.component.mjs +22 -0
- package/esm2022/lib/ly-tab-container/ly-tab-container.component.mjs +52 -0
- package/esm2022/lib/ly-tab-page/ly-tab-page.component.mjs +44 -0
- package/esm2022/lib/ly-vertical-layout/ly-vertical-layout.component.mjs +50 -0
- package/esm2022/lib/manage-filters-report/manage-filters-report.component.mjs +43 -0
- package/{esm2020 → esm2022}/lib/mask/mask.component.mjs +22 -22
- package/esm2022/lib/message-strip/message-strip.component.mjs +28 -0
- package/esm2022/lib/models/grid-data-provider.mjs +83 -0
- package/esm2022/lib/models/grid-view.mjs +2 -0
- package/{esm2020 → esm2022}/lib/models/index.mjs +1 -1
- package/esm2022/lib/no-data/no-data.component.mjs +31 -0
- package/esm2022/lib/notification-item/notification-item.component.mjs +57 -0
- package/esm2022/lib/notification-popup.service.mjs +92 -0
- package/{esm2020 → esm2022}/lib/progress-indicator/progress-indicator.component.mjs +18 -18
- package/esm2022/lib/report-navigator/report-navigator.component.mjs +63 -0
- package/esm2022/lib/report-new-top-form/report-new-top-form.component.mjs +60 -0
- package/esm2022/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.mjs +35 -0
- package/esm2022/lib/report-search-fields-manage/report-search-fields-manage.component.mjs +97 -0
- package/esm2022/lib/report-search-panel-save/report-search-panel-save.component.mjs +88 -0
- package/esm2022/lib/report-tree-base.mjs +408 -0
- package/esm2022/lib/report-view-renderer.directive.mjs +366 -0
- package/esm2022/lib/responsive-toolbar/responsive-toolbar.component.mjs +50 -0
- package/esm2022/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.mjs +84 -0
- package/esm2022/lib/rich-text-static/rich-text-static.component.mjs +72 -0
- package/esm2022/lib/sap-font-class.pipe.mjs +29 -0
- package/esm2022/lib/sap-font.pipe.mjs +29 -0
- package/esm2022/lib/sap-size.pipe.mjs +27 -0
- package/esm2022/lib/sap-ui-report-base.component.mjs +765 -0
- package/esm2022/lib/search-panel/search-panel.component.mjs +42 -0
- package/{esm2020 → esm2022}/lib/static-text/static-text.component.mjs +15 -15
- package/{esm2020 → esm2022}/lib/title/title.component.mjs +15 -15
- package/{esm2020 → esm2022}/lib/ui-asp-report-viewer/ui-asp-report-viewer.component.mjs +18 -18
- package/esm2022/lib/ui-button/ui-button.component.mjs +31 -0
- package/esm2022/lib/ui-calendar/ui-calendar.component.mjs +53 -0
- package/esm2022/lib/ui-card-view/ui-card-view.component.mjs +59 -0
- package/esm2022/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.mjs +42 -0
- package/esm2022/lib/ui-check-box/ui-check-box.component.mjs +34 -0
- package/esm2022/lib/ui-color-ui/ui-color-ui.component.mjs +50 -0
- package/esm2022/lib/ui-container-with-button/ui-container-with-button.component.mjs +34 -0
- package/esm2022/lib/ui-date-range-ex/ui-date-range-ex.component.mjs +191 -0
- package/esm2022/lib/ui-date-time/ui-date-time.component.mjs +149 -0
- package/esm2022/lib/ui-editable-grid/ui-editable-grid.component.mjs +110 -0
- package/esm2022/lib/ui-exception-form/ui-exception-form.component.mjs +53 -0
- package/esm2022/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.mjs +121 -0
- package/esm2022/lib/ui-form-panel/ui-form-panel.component.mjs +92 -0
- package/{esm2020 → esm2022}/lib/ui-gantt-chart/ui-gantt-chart.component.mjs +32 -32
- package/{esm2020 → esm2022}/lib/ui-graph/ui-graph.component.mjs +17 -17
- package/{esm2020 → esm2022}/lib/ui-grid/ui-grid.component.mjs +25 -25
- package/esm2022/lib/ui-grid-columns/ui-grid-columns.component.mjs +43 -0
- package/esm2022/lib/ui-grid-filter-item/ui-grid-filter-item.component.mjs +66 -0
- package/esm2022/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.mjs +75 -0
- package/esm2022/lib/ui-grid-sort-item/ui-grid-sort-item.component.mjs +58 -0
- package/esm2022/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.mjs +155 -0
- package/{esm2020 → esm2022}/lib/ui-html-viewer/ui-html-viewer.component.mjs +16 -16
- package/{esm2020 → esm2022}/lib/ui-info-bar-panel/ui-info-bar-panel.component.mjs +11 -11
- package/{esm2020 → esm2022}/lib/ui-label/ui-label.component.mjs +12 -12
- package/esm2022/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +349 -0
- package/esm2022/lib/ui-list-view/ui-list-view.component.mjs +75 -0
- package/esm2022/lib/ui-matrix-view/ui-matrix-view.component.mjs +124 -0
- package/esm2022/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.mjs +19 -0
- package/{esm2020 → esm2022}/lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component.mjs +14 -14
- package/esm2022/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.mjs +55 -0
- package/esm2022/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.mjs +430 -0
- package/esm2022/lib/ui-monaco-editor/ui-monaco-editor.component.mjs +28 -0
- package/esm2022/lib/ui-multi-select-card/ui-multi-select-card.component.mjs +37 -0
- package/esm2022/lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component.mjs +59 -0
- package/esm2022/lib/ui-multi-select-combo/ui-multi-select-combo.component.mjs +93 -0
- package/esm2022/lib/ui-multi-select-radio/ui-multi-select-radio.component.mjs +36 -0
- package/esm2022/lib/ui-multi-select-slider/ui-multi-select-slider.component.mjs +56 -0
- package/esm2022/lib/ui-multi-select-smile/ui-multi-select-smile.component.mjs +28 -0
- package/esm2022/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.mjs +24 -0
- package/esm2022/lib/ui-num-int-slider/ui-num-int-slider.component.mjs +27 -0
- package/{esm2020 → esm2022}/lib/ui-num-int-ui/ui-num-int-ui.component.mjs +21 -21
- package/esm2022/lib/ui-pdf-viewer/ui-pdf-viewer.component.mjs +261 -0
- package/esm2022/lib/ui-picture-file/ui-picture-file.component.mjs +98 -0
- package/esm2022/lib/ui-pictures-info/ui-pictures-info.component.mjs +223 -0
- package/esm2022/lib/ui-radio-group/ui-radio-group.component.mjs +48 -0
- package/esm2022/lib/ui-read-only-field/ui-read-only-field.component.mjs +36 -0
- package/esm2022/lib/ui-report-container/ui-report-container.component.mjs +46 -0
- package/{esm2020 → esm2022}/lib/ui-search-command-info-ui/ui-search-command-info-ui.component.mjs +24 -24
- package/esm2022/lib/ui-simple-combo/ui-simple-combo.component.mjs +37 -0
- package/{esm2020 → esm2022}/lib/ui-single-picture/ui-single-picture.component.mjs +36 -36
- package/esm2022/lib/ui-switch-button/ui-switch-button.component.mjs +20 -0
- package/esm2022/lib/ui-table-view/ui-table-view.component.mjs +155 -0
- package/esm2022/lib/ui-text-area/ui-text-area.component.mjs +49 -0
- package/esm2022/lib/ui-text-field/ui-text-field.component.mjs +52 -0
- package/{esm2020 → esm2022}/lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component.mjs +47 -47
- package/{esm2020 → esm2022}/lib/ui-time-span/ui-time-span.component.mjs +24 -24
- package/esm2022/lib/ui-tinymce/ui-tinymce.component.mjs +53 -0
- package/esm2022/lib/ui-tree/ui-tree.component.mjs +92 -0
- package/esm2022/lib/ui-tree-view/ui-tree-view.component.mjs +80 -0
- package/esm2022/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.mjs +23 -0
- package/esm2022/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +289 -0
- package/esm2022/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.mjs +25 -0
- package/esm2022/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.mjs +93 -0
- package/esm2022/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.mjs +117 -0
- package/esm2022/lib/ul-notify-popup/ul-notify-popup.component.mjs +32 -0
- package/esm2022/lib/ul-toast-adapter/ul-toast-adapter.component.mjs +48 -0
- package/esm2022/lib/ulv-column-settings/ulv-column-settings.component.mjs +60 -0
- package/esm2022/lib/ulv-context-menu/ulv-context-menu.component.mjs +87 -0
- package/esm2022/lib/ulv-filter-settings/ulv-filter-settings.component.mjs +43 -0
- package/esm2022/lib/ulv-form-multi-select/ulv-form-multi-select.component.mjs +184 -0
- package/esm2022/lib/ulv-groupby-settings/ulv-groupby-settings.component.mjs +44 -0
- package/esm2022/lib/ulv-paging/ulv-paging.component.mjs +84 -0
- package/esm2022/lib/ulv-selection/ulv-selection.component.mjs +65 -0
- package/esm2022/lib/ulv-settings/ulv-settings.component.mjs +116 -0
- package/esm2022/lib/ulv-sort-settings/ulv-sort-settings.component.mjs +44 -0
- package/esm2022/lib/ulv-toolbar/ulv-toolbar.component.mjs +115 -0
- package/esm2022/lib/upload-file-status.pipe.mjs +28 -0
- package/esm2022/lib/util-chat-time-badge.pipe.mjs +18 -0
- package/esm2022/lib/util-date-to-hh-mm.pipe.mjs +23 -0
- package/{esm2020 → esm2022}/lib/wizard-layout.directive.mjs +103 -103
- package/{esm2020 → esm2022}/public-api.mjs +230 -222
- package/fesm2022/barsa-sap-ui.mjs +14745 -0
- package/fesm2022/barsa-sap-ui.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/apply-conditional-formmatings.directive.d.ts +25 -25
- package/lib/barsa-answer-card/barsa-answer-card.component.d.ts +12 -12
- package/lib/barsa-asp-viewer/barsa-asp-viewer.component.d.ts +29 -29
- package/lib/barsa-bar-panel/barsa-bar-panel.component.d.ts +9 -9
- package/lib/barsa-base-panel/barsa-base-layout-panel.component.d.ts +12 -12
- package/lib/barsa-card-layout-panel/barsa-card-layout-panel.component.d.ts +15 -15
- package/lib/barsa-card-row-payam/barsa-card-row-payam.component.d.ts +20 -20
- package/lib/barsa-cartable-form/barsa-cartable-form.component.d.ts +10 -10
- package/lib/barsa-cartable-template/barsa-cartable-template.component.d.ts +14 -14
- package/lib/barsa-chat/barsa-chat.component.d.ts +48 -0
- package/lib/barsa-chat/chat.model.d.ts +43 -0
- package/lib/barsa-chat-content/barsa-chat-content.component.d.ts +5 -0
- package/lib/barsa-chat-content-toolbar/barsa-chat-content-toolbar.component.d.ts +9 -0
- package/lib/barsa-chat-list/barsa-chat-list.component.d.ts +16 -0
- package/lib/barsa-chat-message/barsa-chat-message.component.d.ts +16 -0
- package/lib/barsa-chat-thread/barsa-chat-thread.component.d.ts +6 -0
- package/lib/barsa-chat-threads-list/barsa-chat-threads-list.component.d.ts +5 -0
- package/lib/barsa-chat-threads-list-toolbar/barsa-chat-threads-list-toolbar.component.d.ts +5 -0
- package/lib/barsa-chip/barsa-chip.component.d.ts +20 -20
- package/lib/barsa-column-indicator/barsa-column-indicator.component.d.ts +11 -11
- package/lib/barsa-column-rownumber/barsa-column-rownumber.component.d.ts +8 -8
- package/lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component.d.ts +6 -6
- package/lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component.d.ts +10 -10
- package/lib/barsa-date-time-picker/barsa-date-time-picker.component.d.ts +18 -18
- package/lib/barsa-dynamic-field/barsa-dynamic-field.component.d.ts +16 -16
- package/lib/barsa-enum-menu-button/barsa-enum-menu-button.component.d.ts +23 -23
- package/lib/barsa-field-key-value/barsa-field-key-value.component.d.ts +26 -26
- package/lib/barsa-form-side-content/barsa-form-side-content.component.d.ts +25 -23
- package/lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component.d.ts +16 -16
- package/lib/barsa-group-cartable/barsa-cartable-group.component.d.ts +26 -26
- package/lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component.d.ts +14 -14
- package/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.d.ts +12 -12
- package/lib/barsa-list-file-linear/barsa-list-file-linear.component.d.ts +17 -17
- package/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.d.ts +8 -8
- package/lib/barsa-list-layout-panel/barsa-list-layout-panel.component.d.ts +9 -9
- package/lib/barsa-monaco-editor/barsa-monaco-editor.component.d.ts +23 -23
- package/lib/barsa-network-offline/barsa-network-offline.component.d.ts +14 -14
- package/lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component.d.ts +79 -79
- package/lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component.d.ts +7 -7
- package/lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component.d.ts +13 -13
- package/lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component.d.ts +7 -7
- package/lib/barsa-question-answer-form/barsa-question-answer-form.component.d.ts +10 -10
- package/lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component.d.ts +13 -13
- package/lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component.d.ts +14 -14
- package/lib/barsa-question-post/barsa-question-post.component.d.ts +10 -10
- package/lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component.d.ts +9 -9
- package/lib/barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component.d.ts +15 -15
- package/lib/barsa-report-one-of-list/barsa-report-one-of-list.component.d.ts +31 -31
- package/lib/barsa-sap-ui-routing.module.d.ts +7 -7
- package/lib/barsa-sap-ui.module.d.ts +245 -234
- package/lib/barsa-search-form/barsa-search-form.component.d.ts +8 -8
- package/lib/barsa-simple-form/barsa-simple-form.component.d.ts +73 -73
- package/lib/barsa-table-column/barsa-table-column.component.d.ts +8 -8
- package/lib/barsa-table-header/barsa-table-header.component.d.ts +59 -59
- package/lib/barsa-table-row/barsa-table-row.component.d.ts +18 -18
- package/lib/barsa-tag-categories/barsa-tag-categories.component.d.ts +11 -11
- package/lib/barsa-tag-chip/barsa-tag-chip.component.d.ts +10 -10
- package/lib/barsa-tags-category-row/barsa-tags-category-row.component.d.ts +9 -9
- package/lib/barsa-text-ellipsis/barsa-text-ellipsis.component.d.ts +18 -18
- package/lib/barsa-tinyemce/barsa-tinyemce.component.d.ts +54 -54
- package/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.d.ts +12 -12
- package/lib/barsa-tree-item/barsa-tree-item.component.d.ts +54 -54
- package/lib/barsa-tree-item/node-has-one-depth-level.pipe.d.ts +8 -8
- package/lib/barsa-ulv-main/barsa-ulv-main.component.d.ts +72 -72
- package/lib/blob-viewer/blob-viewer.component.d.ts +24 -24
- package/lib/breadcrumb/breadcrumb.component.d.ts +17 -17
- package/lib/captcha-field/captcha-field.component.d.ts +10 -10
- package/lib/card-item/card-item.component.d.ts +20 -20
- package/lib/card-view-content/card-view-content.component.d.ts +14 -14
- package/lib/col-renderer.directive.d.ts +10 -10
- package/lib/column-matrix-renderer/column-matrix-renderer.component.d.ts +23 -23
- package/lib/column-matrix-renderer/matrix-value.pipe.d.ts +8 -8
- package/lib/column-renderer/column-renderer.component.d.ts +33 -33
- package/lib/constants.d.ts +12 -12
- package/lib/custom-date-time/custom-date-time.component.d.ts +26 -26
- package/lib/device-info-field-base.d.ts +12 -12
- package/lib/dialog-handler.directive.d.ts +12 -12
- package/lib/download-files.directive.d.ts +9 -9
- package/lib/dynamic-page-size.pipe.d.ts +8 -8
- package/lib/file-in-dialog/file-in-dialog.component.d.ts +16 -16
- package/lib/file-viewer/file-viewer.component.d.ts +21 -21
- package/lib/file-viewer-content/file-viewer-content.component.d.ts +20 -20
- package/lib/file-viewer-popover/file-viewer-popover.component.d.ts +17 -17
- package/lib/form-dialog/form-dialog.component.d.ts +45 -45
- package/lib/form-dialog-less/form-dialog-less.component.d.ts +29 -29
- package/lib/form-toolbar/form-toolbar.component.d.ts +14 -14
- package/lib/form-toolbar-button/form-toolbar-button.component.d.ts +20 -20
- package/lib/form-wizard/form-wizard.component.d.ts +8 -8
- package/lib/fullscreen-dialog.directive.d.ts +20 -20
- package/lib/fullscreen-files.directive.d.ts +16 -16
- package/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.d.ts +76 -76
- package/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.d.ts +18 -18
- package/lib/global-search/global-search.component.d.ts +11 -11
- package/lib/global-search-module/global-search-module.component.d.ts +18 -18
- package/lib/global-search-panel/global-search-panel.component.d.ts +9 -9
- package/lib/header-avatar/header-avatar.component.d.ts +8 -8
- package/lib/header-facet-form/header-facet-form.component.d.ts +9 -9
- package/lib/header-facet-key-value/header-facet-key-value.component.d.ts +11 -11
- package/lib/header-facet-microchart/header-facet-microchart.component.d.ts +8 -8
- package/lib/header-facet-plain-text/header-facet-plain-text.component.d.ts +11 -11
- package/lib/header-facet-progress/header-facet-progress.component.d.ts +11 -11
- package/lib/header-facet-rate/header-facet-rate.component.d.ts +11 -11
- package/lib/htree-create-new/htree-create-new.component.d.ts +13 -13
- package/lib/hyperlink/hyperlink.component.d.ts +7 -7
- package/lib/index.d.ts +102 -100
- package/lib/inline-save-and-cancel/inline-save-and-cancel.component.d.ts +11 -11
- package/lib/layout-actions/layout-actions.component.d.ts +25 -25
- package/lib/layout-control/layout-control.component.d.ts +67 -67
- package/lib/layout-wizard/layout-wizard.component.d.ts +28 -28
- package/lib/list-item/list-item.component.d.ts +14 -14
- package/lib/ly-empty-space/ly-empty-space.component.d.ts +13 -13
- package/lib/ly-horizontal-layout/ly-horizontal-layout.component.d.ts +23 -23
- package/lib/ly-label/ly-label.component.d.ts +16 -16
- package/lib/ly-layout-container/ly-layout-container.component.d.ts +26 -26
- package/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.d.ts +8 -8
- package/lib/ly-layout-field-label/ly-layout-field-label.component.d.ts +13 -13
- package/lib/ly-layout-panel/ly-layout-panel.component.d.ts +26 -26
- package/lib/ly-line/ly-line.component.d.ts +17 -17
- package/lib/ly-simple-label/ly-simple-label.component.d.ts +9 -9
- package/lib/ly-tab-container/ly-tab-container.component.d.ts +19 -19
- package/lib/ly-tab-page/ly-tab-page.component.d.ts +20 -20
- package/lib/ly-vertical-layout/ly-vertical-layout.component.d.ts +19 -19
- package/lib/manage-filters-report/manage-filters-report.component.d.ts +24 -24
- package/lib/mask/mask.component.d.ts +9 -9
- package/lib/message-strip/message-strip.component.d.ts +11 -11
- package/lib/models/grid-data-provider.d.ts +22 -22
- package/lib/models/grid-view.d.ts +61 -61
- package/lib/models/index.d.ts +1 -1
- package/lib/no-data/no-data.component.d.ts +11 -9
- package/lib/notification-item/notification-item.component.d.ts +43 -43
- package/lib/notification-popup.service.d.ts +17 -17
- package/lib/progress-indicator/progress-indicator.component.d.ts +8 -8
- package/lib/report-navigator/report-navigator.component.d.ts +21 -21
- package/lib/report-new-top-form/report-new-top-form.component.d.ts +18 -18
- package/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.d.ts +14 -14
- package/lib/report-search-fields-manage/report-search-fields-manage.component.d.ts +20 -20
- package/lib/report-search-panel-save/report-search-panel-save.component.d.ts +27 -27
- package/lib/report-tree-base.d.ts +62 -62
- package/lib/report-view-renderer.directive.d.ts +117 -117
- package/lib/responsive-toolbar/responsive-toolbar.component.d.ts +19 -19
- package/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.d.ts +24 -24
- package/lib/rich-text-static/rich-text-static.component.d.ts +28 -28
- package/lib/sap-font-class.pipe.d.ts +8 -8
- package/lib/sap-font.pipe.d.ts +9 -9
- package/lib/sap-size.pipe.d.ts +8 -8
- package/lib/sap-ui-report-base.component.d.ts +154 -154
- package/lib/search-panel/search-panel.component.d.ts +14 -14
- package/lib/static-text/static-text.component.d.ts +7 -7
- package/lib/title/title.component.d.ts +7 -7
- package/lib/ui-asp-report-viewer/ui-asp-report-viewer.component.d.ts +9 -9
- package/lib/ui-button/ui-button.component.d.ts +11 -11
- package/lib/ui-calendar/ui-calendar.component.d.ts +19 -19
- package/lib/ui-card-view/ui-card-view.component.d.ts +16 -16
- package/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.d.ts +12 -12
- package/lib/ui-check-box/ui-check-box.component.d.ts +14 -14
- package/lib/ui-color-ui/ui-color-ui.component.d.ts +16 -16
- package/lib/ui-container-with-button/ui-container-with-button.component.d.ts +11 -11
- package/lib/ui-date-range-ex/ui-date-range-ex.component.d.ts +35 -36
- package/lib/ui-date-time/ui-date-time.component.d.ts +39 -40
- package/lib/ui-editable-grid/ui-editable-grid.component.d.ts +43 -43
- package/lib/ui-exception-form/ui-exception-form.component.d.ts +15 -15
- package/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.d.ts +50 -50
- package/lib/ui-form-panel/ui-form-panel.component.d.ts +53 -53
- package/lib/ui-gantt-chart/ui-gantt-chart.component.d.ts +15 -15
- package/lib/ui-graph/ui-graph.component.d.ts +9 -9
- package/lib/ui-grid/ui-grid.component.d.ts +12 -12
- package/lib/ui-grid-columns/ui-grid-columns.component.d.ts +14 -14
- package/lib/ui-grid-filter-item/ui-grid-filter-item.component.d.ts +19 -19
- package/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.d.ts +24 -24
- package/lib/ui-grid-sort-item/ui-grid-sort-item.component.d.ts +25 -25
- package/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.d.ts +28 -28
- package/lib/ui-html-viewer/ui-html-viewer.component.d.ts +9 -9
- package/lib/ui-info-bar-panel/ui-info-bar-panel.component.d.ts +5 -5
- package/lib/ui-label/ui-label.component.d.ts +6 -6
- package/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.d.ts +73 -73
- package/lib/ui-list-view/ui-list-view.component.d.ts +29 -29
- package/lib/ui-matrix-view/ui-matrix-view.component.d.ts +45 -45
- package/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.d.ts +7 -7
- package/lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component.d.ts +6 -6
- package/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.d.ts +15 -15
- package/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.d.ts +90 -89
- package/lib/ui-monaco-editor/ui-monaco-editor.component.d.ts +10 -7
- package/lib/ui-multi-select-card/ui-multi-select-card.component.d.ts +17 -17
- package/lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component.d.ts +19 -19
- package/lib/ui-multi-select-combo/ui-multi-select-combo.component.d.ts +27 -27
- package/lib/ui-multi-select-radio/ui-multi-select-radio.component.d.ts +17 -17
- package/lib/ui-multi-select-slider/ui-multi-select-slider.component.d.ts +24 -24
- package/lib/ui-multi-select-smile/ui-multi-select-smile.component.d.ts +23 -23
- package/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.d.ts +11 -11
- package/lib/ui-num-int-slider/ui-num-int-slider.component.d.ts +18 -18
- package/lib/ui-num-int-ui/ui-num-int-ui.component.d.ts +10 -10
- package/lib/ui-pdf-viewer/ui-pdf-viewer.component.d.ts +79 -79
- package/lib/ui-picture-file/ui-picture-file.component.d.ts +26 -25
- package/lib/ui-pictures-info/ui-pictures-info.component.d.ts +80 -69
- package/lib/ui-radio-group/ui-radio-group.component.d.ts +20 -20
- package/lib/ui-read-only-field/ui-read-only-field.component.d.ts +21 -21
- package/lib/ui-report-container/ui-report-container.component.d.ts +17 -17
- package/lib/ui-search-command-info-ui/ui-search-command-info-ui.component.d.ts +9 -9
- package/lib/ui-simple-combo/ui-simple-combo.component.d.ts +16 -16
- package/lib/ui-single-picture/ui-single-picture.component.d.ts +13 -13
- package/lib/ui-switch-button/ui-switch-button.component.d.ts +11 -11
- package/lib/ui-table-view/ui-table-view.component.d.ts +39 -39
- package/lib/ui-text-area/ui-text-area.component.d.ts +23 -23
- package/lib/ui-text-field/ui-text-field.component.d.ts +23 -23
- package/lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component.d.ts +13 -13
- package/lib/ui-time-span/ui-time-span.component.d.ts +10 -10
- package/lib/ui-tinymce/ui-tinymce.component.d.ts +22 -22
- package/lib/ui-tree/ui-tree.component.d.ts +37 -37
- package/lib/ui-tree-view/ui-tree-view.component.d.ts +47 -47
- package/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.d.ts +9 -9
- package/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.d.ts +74 -74
- package/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.d.ts +16 -16
- package/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.d.ts +21 -21
- package/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.d.ts +48 -48
- package/lib/ul-notify-popup/ul-notify-popup.component.d.ts +21 -21
- package/lib/ul-toast-adapter/ul-toast-adapter.component.d.ts +13 -13
- package/lib/ulv-column-settings/ulv-column-settings.component.d.ts +20 -20
- package/lib/ulv-context-menu/ulv-context-menu.component.d.ts +31 -31
- package/lib/ulv-filter-settings/ulv-filter-settings.component.d.ts +19 -19
- package/lib/ulv-form-multi-select/ulv-form-multi-select.component.d.ts +26 -26
- package/lib/ulv-groupby-settings/ulv-groupby-settings.component.d.ts +16 -16
- package/lib/ulv-paging/ulv-paging.component.d.ts +28 -28
- package/lib/ulv-selection/ulv-selection.component.d.ts +43 -43
- package/lib/ulv-settings/ulv-settings.component.d.ts +43 -43
- package/lib/ulv-sort-settings/ulv-sort-settings.component.d.ts +16 -16
- package/lib/ulv-toolbar/ulv-toolbar.component.d.ts +49 -49
- package/lib/upload-file-status.pipe.d.ts +9 -9
- package/lib/util-chat-time-badge.pipe.d.ts +7 -0
- package/lib/util-date-to-hh-mm.pipe.d.ts +7 -0
- package/lib/wizard-layout.directive.d.ts +40 -40
- package/package.json +7 -13
- package/public-api.d.ts +226 -218
- package/esm2020/lib/apply-conditional-formmatings.directive.mjs +0 -89
- package/esm2020/lib/barsa-answer-card/barsa-answer-card.component.mjs +0 -41
- package/esm2020/lib/barsa-asp-viewer/barsa-asp-viewer.component.mjs +0 -127
- package/esm2020/lib/barsa-base-panel/barsa-base-layout-panel.component.mjs +0 -29
- package/esm2020/lib/barsa-card-layout-panel/barsa-card-layout-panel.component.mjs +0 -25
- package/esm2020/lib/barsa-card-row-payam/barsa-card-row-payam.component.mjs +0 -30
- package/esm2020/lib/barsa-cartable-form/barsa-cartable-form.component.mjs +0 -41
- package/esm2020/lib/barsa-chip/barsa-chip.component.mjs +0 -72
- package/esm2020/lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component.mjs +0 -15
- package/esm2020/lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component.mjs +0 -26
- package/esm2020/lib/barsa-date-time-picker/barsa-date-time-picker.component.mjs +0 -71
- package/esm2020/lib/barsa-dynamic-field/barsa-dynamic-field.component.mjs +0 -42
- package/esm2020/lib/barsa-enum-menu-button/barsa-enum-menu-button.component.mjs +0 -61
- package/esm2020/lib/barsa-field-key-value/barsa-field-key-value.component.mjs +0 -45
- package/esm2020/lib/barsa-form-side-content/barsa-form-side-content.component.mjs +0 -37
- package/esm2020/lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component.mjs +0 -27
- package/esm2020/lib/barsa-group-cartable/barsa-cartable-group.component.mjs +0 -94
- package/esm2020/lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component.mjs +0 -22
- package/esm2020/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.mjs +0 -37
- package/esm2020/lib/barsa-list-file-linear/barsa-list-file-linear.component.mjs +0 -41
- package/esm2020/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.mjs +0 -29
- package/esm2020/lib/barsa-list-layout-panel/barsa-list-layout-panel.component.mjs +0 -23
- package/esm2020/lib/barsa-monaco-editor/barsa-monaco-editor.component.mjs +0 -83
- package/esm2020/lib/barsa-network-offline/barsa-network-offline.component.mjs +0 -53
- package/esm2020/lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component.mjs +0 -159
- package/esm2020/lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component.mjs +0 -17
- package/esm2020/lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component.mjs +0 -31
- package/esm2020/lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component.mjs +0 -14
- package/esm2020/lib/barsa-question-answer-form/barsa-question-answer-form.component.mjs +0 -35
- package/esm2020/lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component.mjs +0 -47
- package/esm2020/lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component.mjs +0 -78
- package/esm2020/lib/barsa-question-post/barsa-question-post.component.mjs +0 -30
- package/esm2020/lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component.mjs +0 -31
- package/esm2020/lib/barsa-report-one-of-list/barsa-report-one-of-list.component.mjs +0 -98
- package/esm2020/lib/barsa-sap-ui.module.mjs +0 -332
- package/esm2020/lib/barsa-search-form/barsa-search-form.component.mjs +0 -29
- package/esm2020/lib/barsa-simple-form/barsa-simple-form.component.mjs +0 -168
- package/esm2020/lib/barsa-table-column/barsa-table-column.component.mjs +0 -28
- package/esm2020/lib/barsa-table-header/barsa-table-header.component.mjs +0 -198
- package/esm2020/lib/barsa-table-row/barsa-table-row.component.mjs +0 -61
- package/esm2020/lib/barsa-tag-categories/barsa-tag-categories.component.mjs +0 -60
- package/esm2020/lib/barsa-tag-chip/barsa-tag-chip.component.mjs +0 -26
- package/esm2020/lib/barsa-tags-category-row/barsa-tags-category-row.component.mjs +0 -23
- package/esm2020/lib/barsa-text-ellipsis/barsa-text-ellipsis.component.mjs +0 -38
- package/esm2020/lib/barsa-tinyemce/barsa-tinyemce.component.mjs +0 -417
- package/esm2020/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.mjs +0 -36
- package/esm2020/lib/barsa-tree-item/barsa-tree-item.component.mjs +0 -130
- package/esm2020/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +0 -209
- package/esm2020/lib/blob-viewer/blob-viewer.component.mjs +0 -78
- package/esm2020/lib/breadcrumb/breadcrumb.component.mjs +0 -45
- package/esm2020/lib/card-item/card-item.component.mjs +0 -76
- package/esm2020/lib/card-view-content/card-view-content.component.mjs +0 -46
- package/esm2020/lib/col-renderer.directive.mjs +0 -46
- package/esm2020/lib/column-matrix-renderer/column-matrix-renderer.component.mjs +0 -56
- package/esm2020/lib/column-matrix-renderer/matrix-value.pipe.mjs +0 -60
- package/esm2020/lib/column-renderer/column-renderer.component.mjs +0 -85
- package/esm2020/lib/constants.mjs +0 -421
- package/esm2020/lib/custom-date-time/custom-date-time.component.mjs +0 -41
- package/esm2020/lib/download-files.directive.mjs +0 -33
- package/esm2020/lib/dynamic-page-size.pipe.mjs +0 -26
- package/esm2020/lib/file-viewer/file-viewer.component.mjs +0 -47
- package/esm2020/lib/file-viewer-popover/file-viewer-popover.component.mjs +0 -41
- package/esm2020/lib/form-dialog/form-dialog.component.mjs +0 -143
- package/esm2020/lib/form-dialog-less/form-dialog-less.component.mjs +0 -45
- package/esm2020/lib/form-toolbar/form-toolbar.component.mjs +0 -42
- package/esm2020/lib/form-toolbar-button/form-toolbar-button.component.mjs +0 -46
- package/esm2020/lib/form-wizard/form-wizard.component.mjs +0 -21
- package/esm2020/lib/fullscreen-dialog.directive.mjs +0 -59
- package/esm2020/lib/fullscreen-files.directive.mjs +0 -42
- package/esm2020/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +0 -188
- package/esm2020/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.mjs +0 -203
- package/esm2020/lib/global-search-module/global-search-module.component.mjs +0 -30
- package/esm2020/lib/global-search-panel/global-search-panel.component.mjs +0 -25
- package/esm2020/lib/header-avatar/header-avatar.component.mjs +0 -19
- package/esm2020/lib/header-facet-progress/header-facet-progress.component.mjs +0 -26
- package/esm2020/lib/header-facet-rate/header-facet-rate.component.mjs +0 -26
- package/esm2020/lib/htree-create-new/htree-create-new.component.mjs +0 -49
- package/esm2020/lib/hyperlink/hyperlink.component.mjs +0 -23
- package/esm2020/lib/index.mjs +0 -529
- package/esm2020/lib/layout-actions/layout-actions.component.mjs +0 -68
- package/esm2020/lib/layout-control/layout-control.component.mjs +0 -234
- package/esm2020/lib/layout-wizard/layout-wizard.component.mjs +0 -155
- package/esm2020/lib/list-item/list-item.component.mjs +0 -33
- package/esm2020/lib/ly-empty-space/ly-empty-space.component.mjs +0 -42
- package/esm2020/lib/ly-horizontal-layout/ly-horizontal-layout.component.mjs +0 -71
- package/esm2020/lib/ly-label/ly-label.component.mjs +0 -35
- package/esm2020/lib/ly-layout-container/ly-layout-container.component.mjs +0 -83
- package/esm2020/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.mjs +0 -17
- package/esm2020/lib/ly-layout-panel/ly-layout-panel.component.mjs +0 -73
- package/esm2020/lib/ly-line/ly-line.component.mjs +0 -56
- package/esm2020/lib/ly-simple-label/ly-simple-label.component.mjs +0 -23
- package/esm2020/lib/ly-tab-container/ly-tab-container.component.mjs +0 -52
- package/esm2020/lib/ly-tab-page/ly-tab-page.component.mjs +0 -44
- package/esm2020/lib/ly-vertical-layout/ly-vertical-layout.component.mjs +0 -50
- package/esm2020/lib/manage-filters-report/manage-filters-report.component.mjs +0 -45
- package/esm2020/lib/message-strip/message-strip.component.mjs +0 -28
- package/esm2020/lib/models/grid-data-provider.mjs +0 -83
- package/esm2020/lib/models/grid-view.mjs +0 -2
- package/esm2020/lib/no-data/no-data.component.mjs +0 -23
- package/esm2020/lib/notification-item/notification-item.component.mjs +0 -57
- package/esm2020/lib/notification-popup.service.mjs +0 -88
- package/esm2020/lib/report-navigator/report-navigator.component.mjs +0 -63
- package/esm2020/lib/report-new-top-form/report-new-top-form.component.mjs +0 -60
- package/esm2020/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.mjs +0 -35
- package/esm2020/lib/report-search-fields-manage/report-search-fields-manage.component.mjs +0 -98
- package/esm2020/lib/report-search-panel-save/report-search-panel-save.component.mjs +0 -90
- package/esm2020/lib/report-tree-base.mjs +0 -408
- package/esm2020/lib/report-view-renderer.directive.mjs +0 -366
- package/esm2020/lib/responsive-toolbar/responsive-toolbar.component.mjs +0 -50
- package/esm2020/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.mjs +0 -84
- package/esm2020/lib/rich-text-static/rich-text-static.component.mjs +0 -72
- package/esm2020/lib/sap-font-class.pipe.mjs +0 -29
- package/esm2020/lib/sap-font.pipe.mjs +0 -29
- package/esm2020/lib/sap-size.pipe.mjs +0 -27
- package/esm2020/lib/sap-ui-report-base.component.mjs +0 -766
- package/esm2020/lib/search-panel/search-panel.component.mjs +0 -43
- package/esm2020/lib/ui-button/ui-button.component.mjs +0 -31
- package/esm2020/lib/ui-calendar/ui-calendar.component.mjs +0 -53
- package/esm2020/lib/ui-card-view/ui-card-view.component.mjs +0 -60
- package/esm2020/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.mjs +0 -43
- package/esm2020/lib/ui-check-box/ui-check-box.component.mjs +0 -34
- package/esm2020/lib/ui-color-ui/ui-color-ui.component.mjs +0 -50
- package/esm2020/lib/ui-container-with-button/ui-container-with-button.component.mjs +0 -34
- package/esm2020/lib/ui-date-range-ex/ui-date-range-ex.component.mjs +0 -194
- package/esm2020/lib/ui-date-time/ui-date-time.component.mjs +0 -150
- package/esm2020/lib/ui-editable-grid/ui-editable-grid.component.mjs +0 -110
- package/esm2020/lib/ui-exception-form/ui-exception-form.component.mjs +0 -53
- package/esm2020/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.mjs +0 -121
- package/esm2020/lib/ui-form-panel/ui-form-panel.component.mjs +0 -92
- package/esm2020/lib/ui-grid-columns/ui-grid-columns.component.mjs +0 -44
- package/esm2020/lib/ui-grid-filter-item/ui-grid-filter-item.component.mjs +0 -67
- package/esm2020/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.mjs +0 -76
- package/esm2020/lib/ui-grid-sort-item/ui-grid-sort-item.component.mjs +0 -59
- package/esm2020/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.mjs +0 -156
- package/esm2020/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +0 -349
- package/esm2020/lib/ui-list-view/ui-list-view.component.mjs +0 -75
- package/esm2020/lib/ui-matrix-view/ui-matrix-view.component.mjs +0 -125
- package/esm2020/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.mjs +0 -19
- package/esm2020/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.mjs +0 -56
- package/esm2020/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.mjs +0 -409
- package/esm2020/lib/ui-monaco-editor/ui-monaco-editor.component.mjs +0 -18
- package/esm2020/lib/ui-multi-select-card/ui-multi-select-card.component.mjs +0 -37
- package/esm2020/lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component.mjs +0 -59
- package/esm2020/lib/ui-multi-select-combo/ui-multi-select-combo.component.mjs +0 -93
- package/esm2020/lib/ui-multi-select-radio/ui-multi-select-radio.component.mjs +0 -36
- package/esm2020/lib/ui-multi-select-slider/ui-multi-select-slider.component.mjs +0 -56
- package/esm2020/lib/ui-multi-select-smile/ui-multi-select-smile.component.mjs +0 -28
- package/esm2020/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.mjs +0 -24
- package/esm2020/lib/ui-num-int-slider/ui-num-int-slider.component.mjs +0 -27
- package/esm2020/lib/ui-pdf-viewer/ui-pdf-viewer.component.mjs +0 -262
- package/esm2020/lib/ui-picture-file/ui-picture-file.component.mjs +0 -91
- package/esm2020/lib/ui-pictures-info/ui-pictures-info.component.mjs +0 -223
- package/esm2020/lib/ui-radio-group/ui-radio-group.component.mjs +0 -48
- package/esm2020/lib/ui-read-only-field/ui-read-only-field.component.mjs +0 -36
- package/esm2020/lib/ui-report-container/ui-report-container.component.mjs +0 -46
- package/esm2020/lib/ui-simple-combo/ui-simple-combo.component.mjs +0 -37
- package/esm2020/lib/ui-switch-button/ui-switch-button.component.mjs +0 -20
- package/esm2020/lib/ui-table-view/ui-table-view.component.mjs +0 -151
- package/esm2020/lib/ui-text-area/ui-text-area.component.mjs +0 -49
- package/esm2020/lib/ui-text-field/ui-text-field.component.mjs +0 -52
- package/esm2020/lib/ui-tinymce/ui-tinymce.component.mjs +0 -53
- package/esm2020/lib/ui-tree/ui-tree.component.mjs +0 -92
- package/esm2020/lib/ui-tree-view/ui-tree-view.component.mjs +0 -81
- package/esm2020/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.mjs +0 -24
- package/esm2020/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +0 -289
- package/esm2020/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.mjs +0 -26
- package/esm2020/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.mjs +0 -91
- package/esm2020/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.mjs +0 -117
- package/esm2020/lib/ul-notify-popup/ul-notify-popup.component.mjs +0 -32
- package/esm2020/lib/ul-toast-adapter/ul-toast-adapter.component.mjs +0 -44
- package/esm2020/lib/ulv-column-settings/ulv-column-settings.component.mjs +0 -60
- package/esm2020/lib/ulv-context-menu/ulv-context-menu.component.mjs +0 -87
- package/esm2020/lib/ulv-filter-settings/ulv-filter-settings.component.mjs +0 -43
- package/esm2020/lib/ulv-form-multi-select/ulv-form-multi-select.component.mjs +0 -185
- package/esm2020/lib/ulv-groupby-settings/ulv-groupby-settings.component.mjs +0 -44
- package/esm2020/lib/ulv-paging/ulv-paging.component.mjs +0 -84
- package/esm2020/lib/ulv-selection/ulv-selection.component.mjs +0 -66
- package/esm2020/lib/ulv-settings/ulv-settings.component.mjs +0 -117
- package/esm2020/lib/ulv-sort-settings/ulv-sort-settings.component.mjs +0 -44
- package/esm2020/lib/ulv-toolbar/ulv-toolbar.component.mjs +0 -115
- package/esm2020/lib/upload-file-status.pipe.mjs +0 -28
- package/fesm2015/barsa-sap-ui.mjs +0 -14213
- package/fesm2015/barsa-sap-ui.mjs.map +0 -1
- package/fesm2020/barsa-sap-ui.mjs +0 -14183
- package/fesm2020/barsa-sap-ui.mjs.map +0 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="barsa-sap-ui" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="barsa-sap-ui" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BaseDirective } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ApplyConditionalFormatsDirective extends BaseDirective implements OnInit, OnChanges {
|
|
5
|
-
protected _el: ElementRef;
|
|
6
|
-
private renderer2;
|
|
7
|
-
applyConditionalFormats: {
|
|
8
|
-
Cls: string;
|
|
9
|
-
Column?: string;
|
|
10
|
-
Style: string;
|
|
11
|
-
IsCommand: boolean;
|
|
12
|
-
Alias: string;
|
|
13
|
-
CssClass: string;
|
|
14
|
-
}[];
|
|
15
|
-
styleIndex: number[];
|
|
16
|
-
hostEl: any;
|
|
17
|
-
dbName: string;
|
|
18
|
-
style: string;
|
|
19
|
-
constructor(_el: ElementRef, renderer2: Renderer2);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
22
|
-
private _apply;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ApplyConditionalFormatsDirective, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ApplyConditionalFormatsDirective, "[applyConditionalFormats]", never, { "applyConditionalFormats": "applyConditionalFormats"; "styleIndex": "styleIndex"; "hostEl": "hostEl"; "dbName": "dbName"; }, {}, never, never, false>;
|
|
25
|
-
}
|
|
1
|
+
import { ElementRef, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { BaseDirective } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ApplyConditionalFormatsDirective extends BaseDirective implements OnInit, OnChanges {
|
|
5
|
+
protected _el: ElementRef;
|
|
6
|
+
private renderer2;
|
|
7
|
+
applyConditionalFormats: {
|
|
8
|
+
Cls: string;
|
|
9
|
+
Column?: string;
|
|
10
|
+
Style: string;
|
|
11
|
+
IsCommand: boolean;
|
|
12
|
+
Alias: string;
|
|
13
|
+
CssClass: string;
|
|
14
|
+
}[];
|
|
15
|
+
styleIndex: number[];
|
|
16
|
+
hostEl: any;
|
|
17
|
+
dbName: string;
|
|
18
|
+
style: string;
|
|
19
|
+
constructor(_el: ElementRef, renderer2: Renderer2);
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
22
|
+
private _apply;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ApplyConditionalFormatsDirective, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ApplyConditionalFormatsDirective, "[applyConditionalFormats]", never, { "applyConditionalFormats": { "alias": "applyConditionalFormats"; "required": false; }; "styleIndex": { "alias": "styleIndex"; "required": false; }; "hostEl": { "alias": "hostEl"; "required": false; }; "dbName": { "alias": "dbName"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BaseViewItemPropsComponent } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BarsaAnswerCardComponent extends BaseViewItemPropsComponent {
|
|
5
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
6
|
-
onRowCheck(): boolean;
|
|
7
|
-
onVoteChange(_: boolean): void;
|
|
8
|
-
protected readonly toolbar: BarProp;
|
|
9
|
-
protected readonly onvolumechange: ((this: Window, ev: Event) => any) | null;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaAnswerCardComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaAnswerCardComponent, "bsu-barsa-answer-card", never, {}, {}, never, never, false>;
|
|
12
|
-
}
|
|
1
|
+
import { SimpleChanges } from '@angular/core';
|
|
2
|
+
import { BaseViewItemPropsComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarsaAnswerCardComponent extends BaseViewItemPropsComponent {
|
|
5
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
6
|
+
onRowCheck(): boolean;
|
|
7
|
+
onVoteChange(_: boolean): void;
|
|
8
|
+
protected readonly toolbar: BarProp;
|
|
9
|
+
protected readonly onvolumechange: ((this: Window, ev: Event) => any) | null;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaAnswerCardComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaAnswerCardComponent, "bsu-barsa-answer-card", never, {}, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BarsaAspViewerComponent extends BaseComponent implements OnInit, AfterViewInit, OnChanges {
|
|
5
|
-
el: ElementRef;
|
|
6
|
-
private renderer;
|
|
7
|
-
private _cdr;
|
|
8
|
-
context: any;
|
|
9
|
-
parentHeight: number;
|
|
10
|
-
isReportPage: boolean;
|
|
11
|
-
form: ElementRef<HTMLFormElement>;
|
|
12
|
-
iframe: ElementRef<HTMLIFrameElement>;
|
|
13
|
-
hidden: ElementRef<HTMLInputElement>;
|
|
14
|
-
ctrlIsPressed: boolean;
|
|
15
|
-
_frameId: any;
|
|
16
|
-
unload: boolean;
|
|
17
|
-
constructor(el: ElementRef, renderer: Renderer2, _cdr: ChangeDetectorRef);
|
|
18
|
-
handleKeyDown(event: KeyboardEvent): void;
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
21
|
-
ngAfterViewInit(): void;
|
|
22
|
-
private _reload;
|
|
23
|
-
private _loadIFrame;
|
|
24
|
-
private _unLoadIfram;
|
|
25
|
-
private _onLoadIfram;
|
|
26
|
-
private _submitForm;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaAspViewerComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaAspViewerComponent, "bsu-barsa-asp-viewer", never, { "context": "context"; "parentHeight": "parentHeight"; "isReportPage": "isReportPage"; }, {}, never, never, false>;
|
|
29
|
-
}
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarsaAspViewerComponent extends BaseComponent implements OnInit, AfterViewInit, OnChanges {
|
|
5
|
+
el: ElementRef;
|
|
6
|
+
private renderer;
|
|
7
|
+
private _cdr;
|
|
8
|
+
context: any;
|
|
9
|
+
parentHeight: number;
|
|
10
|
+
isReportPage: boolean;
|
|
11
|
+
form: ElementRef<HTMLFormElement>;
|
|
12
|
+
iframe: ElementRef<HTMLIFrameElement>;
|
|
13
|
+
hidden: ElementRef<HTMLInputElement>;
|
|
14
|
+
ctrlIsPressed: boolean;
|
|
15
|
+
_frameId: any;
|
|
16
|
+
unload: boolean;
|
|
17
|
+
constructor(el: ElementRef, renderer: Renderer2, _cdr: ChangeDetectorRef);
|
|
18
|
+
handleKeyDown(event: KeyboardEvent): void;
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
21
|
+
ngAfterViewInit(): void;
|
|
22
|
+
private _reload;
|
|
23
|
+
private _loadIFrame;
|
|
24
|
+
private _unLoadIfram;
|
|
25
|
+
private _onLoadIfram;
|
|
26
|
+
private _submitForm;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaAspViewerComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaAspViewerComponent, "bsu-barsa-asp-viewer", never, { "context": { "alias": "context"; "required": false; }; "parentHeight": { "alias": "parentHeight"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; }, {}, never, never, false, never>;
|
|
29
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { LayoutPanelBaseComponent, LayoutSetting } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BarsaBarPanelComponent extends LayoutPanelBaseComponent implements OnInit {
|
|
5
|
-
layoutControls: LayoutSetting[];
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaBarPanelComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaBarPanelComponent, "bsu-barsa-bar-panel", never, {}, {}, never, never, false>;
|
|
9
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { LayoutPanelBaseComponent, LayoutSetting } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarsaBarPanelComponent extends LayoutPanelBaseComponent implements OnInit {
|
|
5
|
+
layoutControls: LayoutSetting[];
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaBarPanelComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaBarPanelComponent, "bsu-barsa-bar-panel", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { BaseComponent, LayoutSetting } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BarsaBaseLayoutPanelComponent extends BaseComponent implements OnInit {
|
|
5
|
-
layoutControls: LayoutSetting[];
|
|
6
|
-
config: LayoutSetting;
|
|
7
|
-
maxLabelWidth: number;
|
|
8
|
-
isSearchPanel: boolean;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaBaseLayoutPanelComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaBaseLayoutPanelComponent, "bsu-barsa-base-layout-panel", never, { "layoutControls": "layoutControls"; "config": "config"; "maxLabelWidth": "maxLabelWidth"; "isSearchPanel": "isSearchPanel"; }, {}, never, never, false>;
|
|
12
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BaseComponent, LayoutSetting } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarsaBaseLayoutPanelComponent extends BaseComponent implements OnInit {
|
|
5
|
+
layoutControls: LayoutSetting[];
|
|
6
|
+
config: LayoutSetting;
|
|
7
|
+
maxLabelWidth: number;
|
|
8
|
+
isSearchPanel: boolean;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaBaseLayoutPanelComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaBaseLayoutPanelComponent, "bsu-barsa-base-layout-panel", never, { "layoutControls": { "alias": "layoutControls"; "required": false; }; "config": { "alias": "config"; "required": false; }; "maxLabelWidth": { "alias": "maxLabelWidth"; "required": false; }; "isSearchPanel": { "alias": "isSearchPanel"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { LayoutPanelBaseComponent, LayoutSetting, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BarsaCardLayoutPanelComponent extends LayoutPanelBaseComponent implements OnInit {
|
|
5
|
-
layoutControls: LayoutSetting[];
|
|
6
|
-
parameters: BarsaCardLayoutPanelSetting;
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCardLayoutPanelComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCardLayoutPanelComponent, "bsu-barsa-card-layout-panel", never, {}, {}, never, never, false>;
|
|
10
|
-
}
|
|
11
|
-
interface BarsaCardLayoutPanelSetting extends MetaobjectDataModel {
|
|
12
|
-
HideTitle: boolean;
|
|
13
|
-
Margin: string;
|
|
14
|
-
}
|
|
15
|
-
export {};
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { LayoutPanelBaseComponent, LayoutSetting, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarsaCardLayoutPanelComponent extends LayoutPanelBaseComponent implements OnInit {
|
|
5
|
+
layoutControls: LayoutSetting[];
|
|
6
|
+
parameters: BarsaCardLayoutPanelSetting;
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCardLayoutPanelComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCardLayoutPanelComponent, "bsu-barsa-card-layout-panel", never, {}, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
11
|
+
interface BarsaCardLayoutPanelSetting extends MetaobjectDataModel {
|
|
12
|
+
HideTitle: boolean;
|
|
13
|
+
Margin: string;
|
|
14
|
+
}
|
|
15
|
+
export {};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { SafeHtml } from '@angular/platform-browser';
|
|
3
|
-
import { BaseViewItemPropsComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BarsaCardRowPayamComponent extends BaseViewItemPropsComponent implements OnInit {
|
|
6
|
-
hideContent: boolean;
|
|
7
|
-
content: SafeHtml;
|
|
8
|
-
parameters: BarsaCardRowPayam;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCardRowPayamComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCardRowPayamComponent, "bsu-barsa-card-row-payam", never, {}, {}, never, never, false>;
|
|
12
|
-
}
|
|
13
|
-
interface BarsaCardRowPayam extends MetaobjectDataModel {
|
|
14
|
-
FieldTitle: string;
|
|
15
|
-
FieldDateTimeLeft: string;
|
|
16
|
-
FieldDateTimeRight: string;
|
|
17
|
-
ShowAttachments: boolean;
|
|
18
|
-
FieldAttachments: string;
|
|
19
|
-
}
|
|
20
|
-
export {};
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { SafeHtml } from '@angular/platform-browser';
|
|
3
|
+
import { BaseViewItemPropsComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BarsaCardRowPayamComponent extends BaseViewItemPropsComponent implements OnInit {
|
|
6
|
+
hideContent: boolean;
|
|
7
|
+
content: SafeHtml;
|
|
8
|
+
parameters: BarsaCardRowPayam;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCardRowPayamComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCardRowPayamComponent, "bsu-barsa-card-row-payam", never, {}, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
13
|
+
interface BarsaCardRowPayam extends MetaobjectDataModel {
|
|
14
|
+
FieldTitle: string;
|
|
15
|
+
FieldDateTimeLeft: string;
|
|
16
|
+
FieldDateTimeRight: string;
|
|
17
|
+
ShowAttachments: boolean;
|
|
18
|
+
FieldAttachments: string;
|
|
19
|
+
}
|
|
20
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FormBaseComponent, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BarsaCartableFormComponent extends FormBaseComponent implements OnInit {
|
|
5
|
-
_isSmallDevice: boolean;
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
protected _isSmalDeviceSize(deviceSize: AbbrevationDeviceSize): boolean;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCartableFormComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCartableFormComponent, "bsu-barsa-cartable-form", never, {}, {}, never, never, false>;
|
|
10
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormBaseComponent, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarsaCartableFormComponent extends FormBaseComponent implements OnInit {
|
|
5
|
+
_isSmallDevice: boolean;
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
protected _isSmalDeviceSize(deviceSize: AbbrevationDeviceSize): boolean;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCartableFormComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCartableFormComponent, "bsu-barsa-cartable-form", never, {}, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
-
import { RichTextStaticComponent } from '../rich-text-static/rich-text-static.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BarsaCartableTemplateComponent extends RichTextStaticComponent implements OnInit {
|
|
6
|
-
parameters: MetaobjectDataModel;
|
|
7
|
-
mo: MetaobjectDataModel;
|
|
8
|
-
text: string;
|
|
9
|
-
relatedMo: MetaobjectDataModel;
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
protected get moContext(): MetaobjectDataModel;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCartableTemplateComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCartableTemplateComponent, "bsu-barsa-cartable-template", never, { "parameters": "parameters"; "mo": "mo"; }, {}, never, never, false>;
|
|
14
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import { RichTextStaticComponent } from '../rich-text-static/rich-text-static.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BarsaCartableTemplateComponent extends RichTextStaticComponent implements OnInit {
|
|
6
|
+
parameters: MetaobjectDataModel;
|
|
7
|
+
mo: MetaobjectDataModel;
|
|
8
|
+
text: string;
|
|
9
|
+
relatedMo: MetaobjectDataModel;
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
protected get moContext(): MetaobjectDataModel;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCartableTemplateComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCartableTemplateComponent, "bsu-barsa-cartable-template", never, { "parameters": { "alias": "parameters"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ElementRef, OnDestroy, OnInit, WritableSignal } from '@angular/core';
|
|
2
|
+
import { FormBaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarsaChatComponent extends FormBaseComponent implements OnInit, OnDestroy {
|
|
5
|
+
simple: boolean;
|
|
6
|
+
chatContentElement: ElementRef;
|
|
7
|
+
randomNameArr: string[];
|
|
8
|
+
randomFamilyArr: string[];
|
|
9
|
+
randomTextArr: string[];
|
|
10
|
+
threads: {
|
|
11
|
+
id: number;
|
|
12
|
+
title: string;
|
|
13
|
+
avatar: string;
|
|
14
|
+
status: number;
|
|
15
|
+
lastActivity: Date;
|
|
16
|
+
unreadCount: number;
|
|
17
|
+
pinned: boolean;
|
|
18
|
+
muted: boolean;
|
|
19
|
+
lastMessage: {
|
|
20
|
+
id: number;
|
|
21
|
+
owner: {
|
|
22
|
+
id: number;
|
|
23
|
+
avatar: string;
|
|
24
|
+
name: string;
|
|
25
|
+
};
|
|
26
|
+
text: string;
|
|
27
|
+
createdAt: string;
|
|
28
|
+
deliveredAt: string;
|
|
29
|
+
readAt: string;
|
|
30
|
+
};
|
|
31
|
+
}[];
|
|
32
|
+
moment: any;
|
|
33
|
+
selectedThread: WritableSignal<any | null>;
|
|
34
|
+
messages: WritableSignal<any[] | null>;
|
|
35
|
+
replyingMessage: WritableSignal<any | null>;
|
|
36
|
+
messageText: string;
|
|
37
|
+
ngOnInit(): void;
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
scrollToBottom(force?: boolean, instant?: boolean): void;
|
|
40
|
+
checkInput(event: any): Promise<void>;
|
|
41
|
+
sendMessage(): void;
|
|
42
|
+
addAttachment(): void;
|
|
43
|
+
selectThread(thread: any): void;
|
|
44
|
+
randomDate(start: Date, end: Date): Date;
|
|
45
|
+
shuffle(array: string[]): string[];
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatComponent, "bsu-barsa-chat", never, { "simple": { "alias": "simple"; "required": false; }; }, {}, never, never, false, never>;
|
|
48
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export type Thread = {
|
|
2
|
+
id: number;
|
|
3
|
+
title: string;
|
|
4
|
+
avatar: string;
|
|
5
|
+
status: ThreadStatus;
|
|
6
|
+
lastActivity: Date;
|
|
7
|
+
unreadCount: number;
|
|
8
|
+
pinned: boolean;
|
|
9
|
+
muted: boolean;
|
|
10
|
+
lastMessage: Message;
|
|
11
|
+
};
|
|
12
|
+
export type Message = {
|
|
13
|
+
id: string;
|
|
14
|
+
owner: User;
|
|
15
|
+
text?: string;
|
|
16
|
+
file?: MessageFile;
|
|
17
|
+
image?: MessageImage;
|
|
18
|
+
createdAt: Date;
|
|
19
|
+
deliveredAt: Date;
|
|
20
|
+
readAt: Date;
|
|
21
|
+
};
|
|
22
|
+
export declare enum ThreadStatus {
|
|
23
|
+
LastSeen = 0,
|
|
24
|
+
Offline = 1,
|
|
25
|
+
Online = 2,
|
|
26
|
+
Busy = 3
|
|
27
|
+
}
|
|
28
|
+
export type User = {
|
|
29
|
+
id: number;
|
|
30
|
+
avatar: string;
|
|
31
|
+
name: string;
|
|
32
|
+
};
|
|
33
|
+
export type MessageFile = {
|
|
34
|
+
name: string;
|
|
35
|
+
ext: string;
|
|
36
|
+
size: string;
|
|
37
|
+
};
|
|
38
|
+
export type MessageImage = {
|
|
39
|
+
name: string;
|
|
40
|
+
url: string;
|
|
41
|
+
originalWidth: number;
|
|
42
|
+
originalHeight: number;
|
|
43
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BarsaChatContentComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatContentComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatContentComponent, "bsu-barsa-chat-content", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BarsaChatContentToolbarComponent {
|
|
3
|
+
avatar: string;
|
|
4
|
+
title: string;
|
|
5
|
+
subtitle: string;
|
|
6
|
+
status: number;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatContentToolbarComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatContentToolbarComponent, "bsu-barsa-chat-content-toolbar", never, { "avatar": { "alias": "avatar"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ReportViewBaseComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
3
|
+
import { Message } from '../barsa-chat/chat.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BarsaChatListComponent extends ReportViewBaseComponent<UiReportViewBaseSetting> implements OnInit, OnChanges {
|
|
6
|
+
messages: Message[] | null;
|
|
7
|
+
replyingMessage: Message | null;
|
|
8
|
+
simple: boolean;
|
|
9
|
+
setReplyingMessage: EventEmitter<Message>;
|
|
10
|
+
moment: any;
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
13
|
+
private _prepareMessages;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatListComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatListComponent, "bsu-barsa-chat-list", never, { "messages": { "alias": "messages"; "required": false; }; "replyingMessage": { "alias": "replyingMessage"; "required": false; }; "simple": { "alias": "simple"; "required": false; }; }, { "setReplyingMessage": "setReplyingMessage"; }, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BarsaChatMessageComponent {
|
|
4
|
+
message: any;
|
|
5
|
+
showSender: boolean;
|
|
6
|
+
nextIsSame: boolean;
|
|
7
|
+
pervIsSame: boolean;
|
|
8
|
+
badge: boolean;
|
|
9
|
+
nextHasBadge: boolean;
|
|
10
|
+
badgeLabel: string;
|
|
11
|
+
reply: EventEmitter<any>;
|
|
12
|
+
userId: number;
|
|
13
|
+
imageRatio(image: any): any;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatMessageComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatMessageComponent, "bsu-barsa-chat-message", never, { "message": { "alias": "message"; "required": false; }; "showSender": { "alias": "showSender"; "required": false; }; "nextIsSame": { "alias": "nextIsSame"; "required": false; }; "pervIsSame": { "alias": "pervIsSame"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "nextHasBadge": { "alias": "nextHasBadge"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; }, { "reply": "reply"; }, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BarsaChatThreadComponent {
|
|
3
|
+
thread: any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatThreadComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatThreadComponent, "bsu-barsa-chat-thread", never, { "thread": { "alias": "thread"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BarsaChatThreadsListComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatThreadsListComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatThreadsListComponent, "bsu-barsa-chat-threads-list", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BarsaChatThreadsListToolbarComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatThreadsListToolbarComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatThreadsListToolbarComponent, "bsu-barsa-chat-threads-list-toolbar", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BarsaChipComponent implements OnChanges {
|
|
4
|
-
title: string;
|
|
5
|
-
moreInfo: string;
|
|
6
|
-
canCheck: boolean;
|
|
7
|
-
checkedChange: EventEmitter<any>;
|
|
8
|
-
set isChecked(value: boolean);
|
|
9
|
-
private _cdr;
|
|
10
|
-
private _isChecked;
|
|
11
|
-
get getClass(): string;
|
|
12
|
-
get cursorPointer(): boolean;
|
|
13
|
-
get hoverTextColor(): boolean;
|
|
14
|
-
get border(): boolean;
|
|
15
|
-
get bgSelectedHover(): boolean;
|
|
16
|
-
onRowClick(): void;
|
|
17
|
-
ngOnChanges(changes: any): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChipComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChipComponent, "bsu-barsa-chip", never, { "title": "title"; "moreInfo": "moreInfo"; "canCheck": "canCheck"; "isChecked": "isChecked"; }, { "checkedChange": "checkedChange"; }, never, never, false>;
|
|
20
|
-
}
|
|
1
|
+
import { EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BarsaChipComponent implements OnChanges {
|
|
4
|
+
title: string;
|
|
5
|
+
moreInfo: string;
|
|
6
|
+
canCheck: boolean;
|
|
7
|
+
checkedChange: EventEmitter<any>;
|
|
8
|
+
set isChecked(value: boolean);
|
|
9
|
+
private _cdr;
|
|
10
|
+
private _isChecked;
|
|
11
|
+
get getClass(): string;
|
|
12
|
+
get cursorPointer(): boolean;
|
|
13
|
+
get hoverTextColor(): boolean;
|
|
14
|
+
get border(): boolean;
|
|
15
|
+
get bgSelectedHover(): boolean;
|
|
16
|
+
onRowClick(): void;
|
|
17
|
+
ngOnChanges(changes: any): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChipComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChipComponent, "bsu-barsa-chip", never, { "title": { "alias": "title"; "required": false; }; "moreInfo": { "alias": "moreInfo"; "required": false; }; "canCheck": { "alias": "canCheck"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; }, { "checkedChange": "checkedChange"; }, never, never, false, never>;
|
|
20
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BarsaColumnIndicatorComponent extends BaseComponent implements OnInit {
|
|
5
|
-
backColor: string;
|
|
6
|
-
hideBorderBottom: boolean;
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaColumnIndicatorComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaColumnIndicatorComponent, "bsu-barsa-column-indicator", never, { "backColor": "backColor"; "hideBorderBottom": "hideBorderBottom"; }, {}, never, never, false>;
|
|
11
|
-
}
|
|
1
|
+
import { OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarsaColumnIndicatorComponent extends BaseComponent implements OnInit {
|
|
5
|
+
backColor: string;
|
|
6
|
+
hideBorderBottom: boolean;
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaColumnIndicatorComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaColumnIndicatorComponent, "bsu-barsa-column-indicator", never, { "backColor": { "alias": "backColor"; "required": false; }; "hideBorderBottom": { "alias": "hideBorderBottom"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BarsaColumnRowNumberComponent extends BaseComponent implements OnInit {
|
|
5
|
-
rowNumber: string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaColumnRowNumberComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaColumnRowNumberComponent, "bsu-barsa-column-rownumber", never, { "rowNumber": "rowNumber"; }, {}, never, never, false>;
|
|
8
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarsaColumnRowNumberComponent extends BaseComponent implements OnInit {
|
|
5
|
+
rowNumber: string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaColumnRowNumberComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaColumnRowNumberComponent, "bsu-barsa-column-rownumber", never, { "rowNumber": { "alias": "rowNumber"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReportViewBaseComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BarsaCustomInlineEditComponent extends ReportViewBaseComponent<UiReportViewBaseSetting> {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCustomInlineEditComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCustomInlineEditComponent, "bsu-barsa-custom-inline-edit", never, {}, {}, never, never, false>;
|
|
6
|
-
}
|
|
1
|
+
import { ReportViewBaseComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BarsaCustomInlineEditComponent extends ReportViewBaseComponent<UiReportViewBaseSetting> {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCustomInlineEditComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCustomInlineEditComponent, "bsu-barsa-custom-inline-edit", never, {}, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { BaseViewItemPropsComponent, FormComponentParams } from 'barsa-novin-ray-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BarsaCustomInlineEditRowComponent extends BaseViewItemPropsComponent {
|
|
4
|
-
params: FormComponentParams;
|
|
5
|
-
rewriteInlineEditLayout94: boolean;
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
protected readonly toolbar: BarProp;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCustomInlineEditRowComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCustomInlineEditRowComponent, "bsu-barsa-custom-inline-edit-row", never, {}, {}, never, never, false>;
|
|
10
|
-
}
|
|
1
|
+
import { BaseViewItemPropsComponent, FormComponentParams } from 'barsa-novin-ray-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BarsaCustomInlineEditRowComponent extends BaseViewItemPropsComponent {
|
|
4
|
+
params: FormComponentParams;
|
|
5
|
+
rewriteInlineEditLayout94: boolean;
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
protected readonly toolbar: BarProp;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaCustomInlineEditRowComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCustomInlineEditRowComponent, "bsu-barsa-custom-inline-edit-row", never, {}, {}, never, never, false, never>;
|
|
10
|
+
}
|