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
|
@@ -1,332 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule, NO_ERRORS_SCHEMA, APP_INITIALIZER } from '@angular/core';
|
|
2
|
-
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
3
|
-
import { Overlay } from '@angular/cdk/overlay';
|
|
4
|
-
import { CommonModule } from '@angular/common';
|
|
5
|
-
import { DragDropModule } from '@angular/cdk/drag-drop';
|
|
6
|
-
import { CdkTableModule } from '@angular/cdk/table';
|
|
7
|
-
import { FundamentalNgxCoreModule, RtlService, WizardModule, FacetModule, ThemesService, DialogService, ContentDensityModule, ContentDensityMode, GlobalContentDensityService, PipeModule, NotificationRef, MessageToastService } from '@fundamental-ngx/core';
|
|
8
|
-
import { PdfJsViewerModule } from 'ng2-pdfjs-viewer';
|
|
9
|
-
import { PortalService, BarsaNovinRayCoreModule, BaseModule, DIALOG_SERVICE, FORM_DIALOG_COMPONENT, NOTIFICATAION_POPUP_SERVER, TOAST_SERVICE, ResizableModule } from 'barsa-novin-ray-core';
|
|
10
|
-
import { BarsaCalendarModule } from 'barsa-calendar';
|
|
11
|
-
import { ColorSwatchesModule } from 'ngx-color/swatches';
|
|
12
|
-
import { ColorChromeModule } from 'ngx-color/chrome';
|
|
13
|
-
import { ClipboardModule } from '@angular/cdk/clipboard';
|
|
14
|
-
import { components, pipes, directives, INIT_SAPFIORI } from './index';
|
|
15
|
-
import { BarsaSapUiRoutingModule } from './barsa-sap-ui-routing.module';
|
|
16
|
-
import { FormDialogComponent } from './form-dialog/form-dialog.component';
|
|
17
|
-
import { NotificationPopupService } from './notification-popup.service';
|
|
18
|
-
import * as i0 from "@angular/core";
|
|
19
|
-
import * as i1 from "barsa-novin-ray-core";
|
|
20
|
-
import * as i2 from "./ui-text-field/ui-text-field.component";
|
|
21
|
-
import * as i3 from "./ly-layout-field-label/ly-layout-field-label.component";
|
|
22
|
-
import * as i4 from "./ui-check-box/ui-check-box.component";
|
|
23
|
-
import * as i5 from "./ui-simple-combo/ui-simple-combo.component";
|
|
24
|
-
import * as i6 from "./ui-radio-group/ui-radio-group.component";
|
|
25
|
-
import * as i7 from "./ui-grid/ui-grid.component";
|
|
26
|
-
import * as i8 from "./ly-layout-container-of-root/ly-layout-container-of-root.component";
|
|
27
|
-
import * as i9 from "./ly-layout-panel/ly-layout-panel.component";
|
|
28
|
-
import * as i10 from "./ui-read-only-field/ui-read-only-field.component";
|
|
29
|
-
import * as i11 from "./ui-container-with-button/ui-container-with-button.component";
|
|
30
|
-
import * as i12 from "./ui-picture-file/ui-picture-file.component";
|
|
31
|
-
import * as i13 from "./ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component";
|
|
32
|
-
import * as i14 from "./ui-multi-select-combo/ui-multi-select-combo.component";
|
|
33
|
-
import * as i15 from "./ui-num-decimal-ui/ui-num-decimal-ui.component";
|
|
34
|
-
import * as i16 from "./ui-num-int-ui/ui-num-int-ui.component";
|
|
35
|
-
import * as i17 from "./ui-time-span/ui-time-span.component";
|
|
36
|
-
import * as i18 from "./ui-file-linear-list-box/ui-file-linear-list-box.component";
|
|
37
|
-
import * as i19 from "./ly-empty-space/ly-empty-space.component";
|
|
38
|
-
import * as i20 from "./ui-single-picture/ui-single-picture.component";
|
|
39
|
-
import * as i21 from "./ulv-selection/ulv-selection.component";
|
|
40
|
-
import * as i22 from "./ulv-toolbar/ulv-toolbar.component";
|
|
41
|
-
import * as i23 from "./ulv-paging/ulv-paging.component";
|
|
42
|
-
import * as i24 from "./ui-grid-sort-setting/ui-grid-sort-setting.component";
|
|
43
|
-
import * as i25 from "./ui-grid-sort-item/ui-grid-sort-item.component";
|
|
44
|
-
import * as i26 from "./ui-grid-columns/ui-grid-columns.component";
|
|
45
|
-
import * as i27 from "./mask/mask.component";
|
|
46
|
-
import * as i28 from "./ui-info-bar-panel/ui-info-bar-panel.component";
|
|
47
|
-
import * as i29 from "./ui-form-panel/ui-form-panel.component";
|
|
48
|
-
import * as i30 from "./ui-search-command-info-ui/ui-search-command-info-ui.component";
|
|
49
|
-
import * as i31 from "./ulv-settings/ulv-settings.component";
|
|
50
|
-
import * as i32 from "./ui-tinymce/ui-tinymce.component";
|
|
51
|
-
import * as i33 from "./ui-button/ui-button.component";
|
|
52
|
-
import * as i34 from "./ui-date-time/ui-date-time.component";
|
|
53
|
-
import * as i35 from "./form-dialog/form-dialog.component";
|
|
54
|
-
import * as i36 from "./header-facet-key-value/header-facet-key-value.component";
|
|
55
|
-
import * as i37 from "./header-facet-form/header-facet-form.component";
|
|
56
|
-
import * as i38 from "./header-facet-rate/header-facet-rate.component";
|
|
57
|
-
import * as i39 from "./header-facet-progress/header-facet-progress.component";
|
|
58
|
-
import * as i40 from "./header-facet-microchart/header-facet-microchart.component";
|
|
59
|
-
import * as i41 from "./header-facet-plain-text/header-facet-plain-text.component";
|
|
60
|
-
import * as i42 from "./ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component";
|
|
61
|
-
import * as i43 from "./responsive-toolbar/responsive-toolbar.component";
|
|
62
|
-
import * as i44 from "./responsive-toolbar-renderer/responsive-toolbar-renderer.component";
|
|
63
|
-
import * as i45 from "./ui-text-area/ui-text-area.component";
|
|
64
|
-
import * as i46 from "./layout-control/layout-control.component";
|
|
65
|
-
import * as i47 from "./layout-wizard/layout-wizard.component";
|
|
66
|
-
import * as i48 from "./form-wizard/form-wizard.component";
|
|
67
|
-
import * as i49 from "./form-dialog-less/form-dialog-less.component";
|
|
68
|
-
import * as i50 from "./rich-text-static/rich-text-static.component";
|
|
69
|
-
import * as i51 from "./ui-pictures-info/ui-pictures-info.component";
|
|
70
|
-
import * as i52 from "./ly-horizontal-layout/ly-horizontal-layout.component";
|
|
71
|
-
import * as i53 from "./ly-vertical-layout/ly-vertical-layout.component";
|
|
72
|
-
import * as i54 from "./ly-tab-container/ly-tab-container.component";
|
|
73
|
-
import * as i55 from "./ly-tab-page/ly-tab-page.component";
|
|
74
|
-
import * as i56 from "./ly-label/ly-label.component";
|
|
75
|
-
import * as i57 from "./ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component";
|
|
76
|
-
import * as i58 from "./ul-msg-box-adapter/ul-msg-box-adapter.component";
|
|
77
|
-
import * as i59 from "./ui-tree/ui-tree.component";
|
|
78
|
-
import * as i60 from "./header-avatar/header-avatar.component";
|
|
79
|
-
import * as i61 from "./ui-workflow-panel-ui/ui-workflow-panel-ui.component";
|
|
80
|
-
import * as i62 from "./ulv-context-menu/ulv-context-menu.component";
|
|
81
|
-
import * as i63 from "./ul-loading-mask-ui/ul-loading-mask-ui.component";
|
|
82
|
-
import * as i64 from "./ui-text-field-auto-complete/ui-text-field-auto-complete.component";
|
|
83
|
-
import * as i65 from "./captcha-field/captcha-field.component";
|
|
84
|
-
import * as i66 from "./ly-simple-label/ly-simple-label.component";
|
|
85
|
-
import * as i67 from "./global-search-panel/global-search-panel.component";
|
|
86
|
-
import * as i68 from "./global-search-module/global-search-module.component";
|
|
87
|
-
import * as i69 from "./global-search/global-search.component";
|
|
88
|
-
import * as i70 from "./hyperlink/hyperlink.component";
|
|
89
|
-
import * as i71 from "./static-text/static-text.component";
|
|
90
|
-
import * as i72 from "./ul-toast-adapter/ul-toast-adapter.component";
|
|
91
|
-
import * as i73 from "./message-strip/message-strip.component";
|
|
92
|
-
import * as i74 from "./ui-linear-list-container-with-button/ui-linear-list-container-with-button.component";
|
|
93
|
-
import * as i75 from "./fundamental-dynamic-form/fundamental-dynamic-form.component";
|
|
94
|
-
import * as i76 from "./layout-actions/layout-actions.component";
|
|
95
|
-
import * as i77 from "./ly-layout-container/ly-layout-container.component";
|
|
96
|
-
import * as i78 from "./ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component";
|
|
97
|
-
import * as i79 from "./ulv-form-multi-select/ulv-form-multi-select.component";
|
|
98
|
-
import * as i80 from "./ulv-column-settings/ulv-column-settings.component";
|
|
99
|
-
import * as i81 from "./ulv-filter-settings/ulv-filter-settings.component";
|
|
100
|
-
import * as i82 from "./ulv-sort-settings/ulv-sort-settings.component";
|
|
101
|
-
import * as i83 from "./ulv-groupby-settings/ulv-groupby-settings.component";
|
|
102
|
-
import * as i84 from "./barsa-list-file-linear/barsa-list-file-linear.component";
|
|
103
|
-
import * as i85 from "./ui-pdf-viewer/ui-pdf-viewer.component";
|
|
104
|
-
import * as i86 from "./barsa-tinyemce/barsa-tinyemce.component";
|
|
105
|
-
import * as i87 from "./ui-monaco-editor/ui-monaco-editor.component";
|
|
106
|
-
import * as i88 from "./barsa-monaco-editor/barsa-monaco-editor.component";
|
|
107
|
-
import * as i89 from "./barsa-date-time-picker/barsa-date-time-picker.component";
|
|
108
|
-
import * as i90 from "./barsa-tree-item/barsa-tree-item.component";
|
|
109
|
-
import * as i91 from "./ui-switch-button/ui-switch-button.component";
|
|
110
|
-
import * as i92 from "./ui-color-ui/ui-color-ui.component";
|
|
111
|
-
import * as i93 from "./ly-line/ly-line.component";
|
|
112
|
-
import * as i94 from "./ui-ulv-main-ui/ui-ulv-main-ui.component";
|
|
113
|
-
import * as i95 from "./report-navigator/report-navigator.component";
|
|
114
|
-
import * as i96 from "./manage-filters-report/manage-filters-report.component";
|
|
115
|
-
import * as i97 from "./report-search-fields-manage/report-search-fields-manage.component";
|
|
116
|
-
import * as i98 from "./report-search-fields-hidden-settings/report-search-fields-hidden-settings.component";
|
|
117
|
-
import * as i99 from "./search-panel/search-panel.component";
|
|
118
|
-
import * as i100 from "./report-search-panel-save/report-search-panel-save.component";
|
|
119
|
-
import * as i101 from "./ui-grid-filter-settings/ui-grid-filter-settings.component";
|
|
120
|
-
import * as i102 from "./ui-grid-filter-item/ui-grid-filter-item.component";
|
|
121
|
-
import * as i103 from "./ui-date-range-ex/ui-date-range-ex.component";
|
|
122
|
-
import * as i104 from "./ul-notify-popup/ul-notify-popup.component";
|
|
123
|
-
import * as i105 from "./ui-table-view/ui-table-view.component";
|
|
124
|
-
import * as i106 from "./ui-list-view/ui-list-view.component";
|
|
125
|
-
import * as i107 from "./ui-card-view/ui-card-view.component";
|
|
126
|
-
import * as i108 from "./ui-report-container/ui-report-container.component";
|
|
127
|
-
import * as i109 from "./no-data/no-data.component";
|
|
128
|
-
import * as i110 from "./column-renderer/column-renderer.component";
|
|
129
|
-
import * as i111 from "./inline-save-and-cancel/inline-save-and-cancel.component";
|
|
130
|
-
import * as i112 from "./ui-tree-view/ui-tree-view.component";
|
|
131
|
-
import * as i113 from "./ui-calendar/ui-calendar.component";
|
|
132
|
-
import * as i114 from "./ui-asp-report-viewer/ui-asp-report-viewer.component";
|
|
133
|
-
import * as i115 from "./ui-graph/ui-graph.component";
|
|
134
|
-
import * as i116 from "./ui-exception-form/ui-exception-form.component";
|
|
135
|
-
import * as i117 from "./ui-editable-grid/ui-editable-grid.component";
|
|
136
|
-
import * as i118 from "./column-matrix-renderer/column-matrix-renderer.component";
|
|
137
|
-
import * as i119 from "./ui-matrix-view/ui-matrix-view.component";
|
|
138
|
-
import * as i120 from "./custom-date-time/custom-date-time.component";
|
|
139
|
-
import * as i121 from "./barsa-asp-viewer/barsa-asp-viewer.component";
|
|
140
|
-
import * as i122 from "./file-in-dialog/file-in-dialog.component";
|
|
141
|
-
import * as i123 from "./ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component";
|
|
142
|
-
import * as i124 from "./ui-gantt-chart/ui-gantt-chart.component";
|
|
143
|
-
import * as i125 from "./gantt-dhtml-chart-view/gantt-dhtml-chart-view.component";
|
|
144
|
-
import * as i126 from "./progress-indicator/progress-indicator.component";
|
|
145
|
-
import * as i127 from "./card-view-content/card-view-content.component";
|
|
146
|
-
import * as i128 from "./card-item/card-item.component";
|
|
147
|
-
import * as i129 from "./ui-card-view-horizontal-group/ui-card-view-horizontal-group.component";
|
|
148
|
-
import * as i130 from "./title/title.component";
|
|
149
|
-
import * as i131 from "./barsa-ulv-main/barsa-ulv-main.component";
|
|
150
|
-
import * as i132 from "./list-item/list-item.component";
|
|
151
|
-
import * as i133 from "./htree-create-new/htree-create-new.component";
|
|
152
|
-
import * as i134 from "./barsa-table-header/barsa-table-header.component";
|
|
153
|
-
import * as i135 from "./barsa-table-row/barsa-table-row.component";
|
|
154
|
-
import * as i136 from "./barsa-table-column/barsa-table-column.component";
|
|
155
|
-
import * as i137 from "./breadcrumb/breadcrumb.component";
|
|
156
|
-
import * as i138 from "./ui-label/ui-label.component";
|
|
157
|
-
import * as i139 from "./form-toolbar-button/form-toolbar-button.component";
|
|
158
|
-
import * as i140 from "./barsa-search-form/barsa-search-form.component";
|
|
159
|
-
import * as i141 from "./report-new-top-form/report-new-top-form.component";
|
|
160
|
-
import * as i142 from "./barsa-network-offline/barsa-network-offline.component";
|
|
161
|
-
import * as i143 from "./file-viewer-content/file-viewer-content.component";
|
|
162
|
-
import * as i144 from "./file-viewer-popover/file-viewer-popover.component";
|
|
163
|
-
import * as i145 from "./file-viewer/file-viewer.component";
|
|
164
|
-
import * as i146 from "./blob-viewer/blob-viewer.component";
|
|
165
|
-
import * as i147 from "./notification-item/notification-item.component";
|
|
166
|
-
import * as i148 from "./barsa-cartable-template/barsa-cartable-template.component";
|
|
167
|
-
import * as i149 from "./barsa-group-cartable/barsa-cartable-group.component";
|
|
168
|
-
import * as i150 from "./barsa-cartable-form/barsa-cartable-form.component";
|
|
169
|
-
import * as i151 from "./barsa-column-indicator/barsa-column-indicator.component";
|
|
170
|
-
import * as i152 from "./barsa-field-key-value/barsa-field-key-value.component";
|
|
171
|
-
import * as i153 from "./barsa-toolbaritem-search/barsa-toolbaritem-search.component";
|
|
172
|
-
import * as i154 from "./ui-html-viewer/ui-html-viewer.component";
|
|
173
|
-
import * as i155 from "./barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component";
|
|
174
|
-
import * as i156 from "./barsa-text-ellipsis/barsa-text-ellipsis.component";
|
|
175
|
-
import * as i157 from "./barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component";
|
|
176
|
-
import * as i158 from "./barsa-linkable-items-panel/barsa-linkable-items-panel.component";
|
|
177
|
-
import * as i159 from "./barsa-enum-menu-button/barsa-enum-menu-button.component";
|
|
178
|
-
import * as i160 from "./barsa-card-layout-panel/barsa-card-layout-panel.component";
|
|
179
|
-
import * as i161 from "./barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component";
|
|
180
|
-
import * as i162 from "./barsa-base-panel/barsa-base-layout-panel.component";
|
|
181
|
-
import * as i163 from "./barsa-bar-panel/barsa-bar-panel.component";
|
|
182
|
-
import * as i164 from "./barsa-form-side-content/barsa-form-side-content.component";
|
|
183
|
-
import * as i165 from "./barsa-simple-form/barsa-simple-form.component";
|
|
184
|
-
import * as i166 from "./form-toolbar/form-toolbar.component";
|
|
185
|
-
import * as i167 from "./barsa-list-layout-panel/barsa-list-layout-panel.component";
|
|
186
|
-
import * as i168 from "./barsa-grid-layout-panel/barsa-grid-layout-panel.component";
|
|
187
|
-
import * as i169 from "./barsa-dynamic-field/barsa-dynamic-field.component";
|
|
188
|
-
import * as i170 from "./ui-multi-select-radio/ui-multi-select-radio.component";
|
|
189
|
-
import * as i171 from "./ui-multi-select-checkbox/ui-multi-select-checkbox.component";
|
|
190
|
-
import * as i172 from "./ui-num-int-slider/ui-num-int-slider.component";
|
|
191
|
-
import * as i173 from "./ui-multi-select-slider/ui-multi-select-slider.component";
|
|
192
|
-
import * as i174 from "./ui-multi-select-card/ui-multi-select-card.component";
|
|
193
|
-
import * as i175 from "./ui-multi-select-smile/ui-multi-select-smile.component";
|
|
194
|
-
import * as i176 from "./barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component";
|
|
195
|
-
import * as i177 from "./barsa-column-rownumber/barsa-column-rownumber.component";
|
|
196
|
-
import * as i178 from "./barsa-card-row-payam/barsa-card-row-payam.component";
|
|
197
|
-
import * as i179 from "./barsa-question-post/barsa-question-post.component";
|
|
198
|
-
import * as i180 from "./barsa-question-answer-form/barsa-question-answer-form.component";
|
|
199
|
-
import * as i181 from "./barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component";
|
|
200
|
-
import * as i182 from "./barsa-answer-card/barsa-answer-card.component";
|
|
201
|
-
import * as i183 from "./barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component";
|
|
202
|
-
import * as i184 from "./barsa-question-answer-vote-section/barsa-question-answer-vote-section.component";
|
|
203
|
-
import * as i185 from "./barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component";
|
|
204
|
-
import * as i186 from "./barsa-question-answer-comments-section/barsa-question-answer-comments-section.component";
|
|
205
|
-
import * as i187 from "./barsa-chip/barsa-chip.component";
|
|
206
|
-
import * as i188 from "./barsa-tag-chip/barsa-tag-chip.component";
|
|
207
|
-
import * as i189 from "./barsa-report-card-flex-view/barsa-report-card-flex-view.component";
|
|
208
|
-
import * as i190 from "./barsa-tags-category-row/barsa-tags-category-row.component";
|
|
209
|
-
import * as i191 from "./barsa-tag-categories/barsa-tag-categories.component";
|
|
210
|
-
import * as i192 from "./barsa-report-one-of-list/barsa-report-one-of-list.component";
|
|
211
|
-
import * as i193 from "./barsa-custom-inline-edit/barsa-custom-inline-edit.component";
|
|
212
|
-
import * as i194 from "./barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component";
|
|
213
|
-
import * as i195 from "./upload-file-status.pipe";
|
|
214
|
-
import * as i196 from "./sap-font.pipe";
|
|
215
|
-
import * as i197 from "./sap-font-class.pipe";
|
|
216
|
-
import * as i198 from "./barsa-tree-item/node-has-one-depth-level.pipe";
|
|
217
|
-
import * as i199 from "./column-matrix-renderer/matrix-value.pipe";
|
|
218
|
-
import * as i200 from "./dynamic-page-size.pipe";
|
|
219
|
-
import * as i201 from "./sap-size.pipe";
|
|
220
|
-
import * as i202 from "./wizard-layout.directive";
|
|
221
|
-
import * as i203 from "./col-renderer.directive";
|
|
222
|
-
import * as i204 from "./apply-conditional-formmatings.directive";
|
|
223
|
-
import * as i205 from "./report-view-renderer.directive";
|
|
224
|
-
import * as i206 from "./fullscreen-dialog.directive";
|
|
225
|
-
import * as i207 from "./fullscreen-files.directive";
|
|
226
|
-
import * as i208 from "./download-files.directive";
|
|
227
|
-
import * as i209 from "./dialog-handler.directive";
|
|
228
|
-
import * as i210 from "@fundamental-ngx/core";
|
|
229
|
-
const rootProviders = [
|
|
230
|
-
Overlay,
|
|
231
|
-
GlobalContentDensityService,
|
|
232
|
-
ThemesService,
|
|
233
|
-
NotificationRef,
|
|
234
|
-
RtlService,
|
|
235
|
-
{
|
|
236
|
-
provide: APP_INITIALIZER,
|
|
237
|
-
useFactory: INIT_SAPFIORI,
|
|
238
|
-
deps: [RtlService, GlobalContentDensityService, ThemesService, PortalService],
|
|
239
|
-
multi: true
|
|
240
|
-
},
|
|
241
|
-
{ provide: FORM_DIALOG_COMPONENT, useValue: FormDialogComponent },
|
|
242
|
-
{ provide: NOTIFICATAION_POPUP_SERVER, useClass: NotificationPopupService },
|
|
243
|
-
{ provide: TOAST_SERVICE, useClass: MessageToastService }
|
|
244
|
-
];
|
|
245
|
-
export class BarsaSapUiModule extends BaseModule {
|
|
246
|
-
constructor(dcm, componentFactoryResolver) {
|
|
247
|
-
super(dcm, componentFactoryResolver, 'BarsaSapUiModule');
|
|
248
|
-
this.dcm = dcm;
|
|
249
|
-
this.componentFactoryResolver = componentFactoryResolver;
|
|
250
|
-
this.dynamicComponents = [...components];
|
|
251
|
-
}
|
|
252
|
-
static forRoot() {
|
|
253
|
-
return {
|
|
254
|
-
ngModule: BarsaSapUiModule,
|
|
255
|
-
providers: [...pipes, ...rootProviders]
|
|
256
|
-
};
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
BarsaSapUiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, deps: [{ token: i1.DynamicComponentService }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
260
|
-
BarsaSapUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, declarations: [i2.UiTextFieldComponent, i3.LyLayoutFieldLabelComponent, i4.UiCheckBoxComponent, i5.UiSimpleComboComponent, i6.UiRadioGroupComponent, i7.UiGridComponent, i8.LyLayoutContainerOfRootComponent, i9.LyLayoutPanelComponent, i10.UiReadOnlyFieldComponent, i11.UiContainerWithButtonComponent, i12.UiPictureFileComponent, i13.UiMoInfoUlvComboComponent, i14.UiMultiSelectComboComponent, i15.UiNumDecimalUiComponent, i16.UiNumIntUiComponent, i17.UiTimeSpanComponent, i18.UiFileLinearListBoxComponent, i19.LyEmptySpaceComponent, i20.UiSinglePictureComponent, i21.UlvSelectionComponent, i22.UlvToolbarComponent, i23.UlvPagingComponent, i24.UiGridSortSettingComponent, i25.UiGridSortItemComponent, i26.UiGridColumnsComponent, i27.MaskComponent, i28.UiInfoBarPanelComponent, i29.UiFormPanelComponent, i30.UiSearchCommandInfoUiComponent, i31.UlvSettingsComponent, i32.UiTinymceComponent, i33.UiButtonComponent, i34.UiDateTimeComponent, i35.FormDialogComponent, i36.HeaderFacetKeyValueComponent, i37.HeaderFacetFormComponent, i38.HeaderFacetRateComponent, i39.HeaderFacetProgressComponent, i40.HeaderFacetMicrochartComponent, i41.HeaderFacetPlainTextComponent, i42.UiMoInfoSubFormUiComponent, i43.ResponsiveToolbarComponent, i44.ResponsiveToolbarRendererComponent, i45.UiTextAreaComponent, i46.LayoutControlComponent, i47.LayoutWizardComponent, i48.FormWizardComponent, i49.FormDialogLessComponent, i50.RichTextStaticComponent, i51.UiPicturesInfoComponent, i52.LyHorizontalLayoutComponent, i53.LyVerticalLayoutComponent, i54.LyTabContainerComponent, i55.LyTabPageComponent, i56.LyLabelComponent, i57.UiMoInfoComboViewerComponent, i58.UlMsgBoxAdapterComponent, i59.UiTreeComponent, i60.HeaderAvatarComponent, i61.UiWorkflowPanelUiComponent, i62.UlvContextMenuComponent, i63.UlLoadingMaskUiComponent, i64.UiTextFieldAutoCompleteComponent, i65.CaptchaFieldComponent, i66.LySimpleLabelComponent, i67.GlobalSearchPanelComponent, i68.GlobalSearchModuleComponent, i69.GlobalSearchComponent, i70.HyperlinkComponent, i71.StaticTextComponent, i72.UlToastAdapterComponent, i73.MessageStripComponent, i74.UiLinearListContainerWithButtonComponent, i75.FundamentalDynamicFormComponent, i76.LayoutActionsComponent, i77.LyLayoutContainerComponent, i78.UiUlvFormMultiSelectUiComponent, i79.UlvFormMultiSelectComponent, i80.UlvColumnSettingsComponent, i81.UlvFilterSettingsComponent, i82.UlvSortSettingsComponent, i83.UlvGroupbySettingsComponent, i84.BarsaListFileLinearComponent, i85.UiPdfViewerComponent, i86.BarsaTinyemceComponent, i87.UiMonacoEditorComponent, i88.BarsaMonacoEditorComponent, i89.BarsaDateTimePickerComponent, i90.BarsaTreeItemComponent, i91.UiSwitchButtonComponent, i92.UiColorUiComponent, i93.LyLineComponent, i94.UiUlvMainUiComponent, i95.ReportNavigatorComponent, i96.ManageFiltersReportComponent, i97.ReportSearchFieldsManageComponent, i98.ReportSearchFieldsHiddenSettingsComponent, i99.SearchPanelComponent, i100.ReportSearchPanelSaveComponent, i101.UiGridFilterSettingsComponent, i102.UiGridFilterItemComponent, i103.UiDateRangeExComponent, i104.UlNotifyPopupComponent, i105.UiTableViewComponent, i106.UiListViewComponent, i107.UiCardViewComponent, i108.UiReportContainerComponent, i109.NoDataComponent, i110.ColumnRendererComponent, i111.InlineSaveAndCancelComponent, i112.UiTreeViewComponent, i111.InlineSaveAndCancelComponent, i113.UiCalendarComponent, i114.UiAspReportViewerComponent, i115.UiGraphComponent, i116.UiExceptionFormComponent, i117.UiEditableGridComponent, i118.ColumnMatrixRendererComponent, i119.UiMatrixViewComponent, i120.CustomDateTimeComponent, i121.BarsaAspViewerComponent, i122.FileInDialogComponent, i123.UiMoInfoGeneralObjectUiComponent, i124.UiGanttChartComponent, i125.GanttDhtmlChartViewComponent, i126.ProgressIndicatorComponent, i127.CardViewContentComponent, i128.CardItemComponent, i129.UiCardViewHorizontalGroupComponent, i130.TitleComponent, i131.BarsaUlvMainComponent, i132.ListItemComponent, i133.HtreeCreateNewComponent, i134.BarsaTableHeaderComponent, i135.BarsaTableRowComponent, i136.BarsaTableColumnComponent, i137.BreadcrumbComponent, i138.UiLabelComponent, i139.FormToolbarButtonComponent, i140.BarsaSearchFormComponent, i141.ReportNewTopFormComponent, i142.BarsaNetworkOfflineComponent, i143.FileViewerContentComponent, i144.FileViewerPopoverComponent, i145.FileViewerComponent, i146.BlobViewerComponent, i147.NotificationItemComponent, i148.BarsaCartableTemplateComponent, i149.BarsaCartableGroupComponent, i150.BarsaCartableFormComponent, i151.BarsaColumnIndicatorComponent, i152.BarsaFieldKeyValueComponent, i153.BarsaToolbaritemSearchComponent, i154.UiHtmlViewerComponent, i155.BarsaPishnamayeshPayamComponent, i156.BarsaTextEllipsisComponent, i157.BarsaListFileLinearGmailComponent, i158.BarsaLinkableItemsPanelComponent, i159.BarsaEnumMenuButtonComponent, i160.BarsaCardLayoutPanelComponent, i161.BarsaHorizontalFlexPanelComponent, i162.BarsaBaseLayoutPanelComponent, i163.BarsaBarPanelComponent, i164.BarsaFormSideContentComponent, i165.BarsaSimpleFormComponent, i166.FormToolbarComponent, i167.BarsaListLayoutPanelComponent, i168.BarsaGridLayoutPanelComponent, i169.BarsaDynamicFieldComponent, i170.UiMultiSelectRadioComponent, i171.UiMultiSelectCheckboxComponent, i172.UiNumIntSliderComponent, i173.UiMultiSelectSliderComponent, i174.UiMultiSelectCardComponent, i175.UiMultiSelectSmileComponent, i176.BarsaReportCheckboxSwitchButtonComponent, i177.BarsaColumnRowNumberComponent, i178.BarsaCardRowPayamComponent, i177.BarsaColumnRowNumberComponent, i179.BarsaQuestionPostComponent, i180.BarsaQuestionAnswerFormComponent, i181.BarsaQuestionAnswerFormAddCommentComponent, i182.BarsaAnswerCardComponent, i183.BarsaQuestionAnswerContentActionsSectionComponent, i184.BarsaQuestionAnswerVoteSectionComponent, i185.BarsaQuestionAnswerCreatorTimeSectionComponent, i186.BarsaQuestionAnswerCommentsSectionComponent, i187.BarsaChipComponent, i188.BarsaTagChipComponent, i189.BarsaReportCardFlexViewComponent, i190.BarsaTagsCategoryRowComponent, i191.BarsaTagCategoriesComponent, i192.BarsaReportOneOfListComponent, i178.BarsaCardRowPayamComponent, i193.BarsaCustomInlineEditComponent, i194.BarsaCustomInlineEditRowComponent, i195.UploadFileStatusPipe, i196.SapFontPipe, i197.SapFontClassPipe, i107.StringToArrayPipe, i198.NodeHasOneDepthLevelPipe, i199.MatrixValuePipe, i200.DynamicPageSizePipe, i201.SapSizePipe, i202.WizardLayoutDirective, i203.ColRendererDirective, i204.ApplyConditionalFormatsDirective, i205.ReportViewRendererDirective, i206.FullscreenDialogDirective, i207.FullscreenFilesDirective, i208.DownloadFilesDirective, i209.DialogHandlerDirective], imports: [CommonModule,
|
|
261
|
-
FormsModule,
|
|
262
|
-
ReactiveFormsModule,
|
|
263
|
-
BarsaNovinRayCoreModule,
|
|
264
|
-
DragDropModule,
|
|
265
|
-
CdkTableModule,
|
|
266
|
-
FundamentalNgxCoreModule,
|
|
267
|
-
FacetModule,
|
|
268
|
-
WizardModule,
|
|
269
|
-
PipeModule,
|
|
270
|
-
ColorSwatchesModule,
|
|
271
|
-
ColorChromeModule,
|
|
272
|
-
ClipboardModule,
|
|
273
|
-
BarsaCalendarModule,
|
|
274
|
-
BarsaSapUiRoutingModule,
|
|
275
|
-
PdfJsViewerModule,
|
|
276
|
-
ResizableModule, i210.ContentDensityModule], exports: [i2.UiTextFieldComponent, i3.LyLayoutFieldLabelComponent, i4.UiCheckBoxComponent, i5.UiSimpleComboComponent, i6.UiRadioGroupComponent, i7.UiGridComponent, i8.LyLayoutContainerOfRootComponent, i9.LyLayoutPanelComponent, i10.UiReadOnlyFieldComponent, i11.UiContainerWithButtonComponent, i12.UiPictureFileComponent, i13.UiMoInfoUlvComboComponent, i14.UiMultiSelectComboComponent, i15.UiNumDecimalUiComponent, i16.UiNumIntUiComponent, i17.UiTimeSpanComponent, i18.UiFileLinearListBoxComponent, i19.LyEmptySpaceComponent, i20.UiSinglePictureComponent, i21.UlvSelectionComponent, i22.UlvToolbarComponent, i23.UlvPagingComponent, i24.UiGridSortSettingComponent, i25.UiGridSortItemComponent, i26.UiGridColumnsComponent, i27.MaskComponent, i28.UiInfoBarPanelComponent, i29.UiFormPanelComponent, i30.UiSearchCommandInfoUiComponent, i31.UlvSettingsComponent, i32.UiTinymceComponent, i33.UiButtonComponent, i34.UiDateTimeComponent, i35.FormDialogComponent, i36.HeaderFacetKeyValueComponent, i37.HeaderFacetFormComponent, i38.HeaderFacetRateComponent, i39.HeaderFacetProgressComponent, i40.HeaderFacetMicrochartComponent, i41.HeaderFacetPlainTextComponent, i42.UiMoInfoSubFormUiComponent, i43.ResponsiveToolbarComponent, i44.ResponsiveToolbarRendererComponent, i45.UiTextAreaComponent, i46.LayoutControlComponent, i47.LayoutWizardComponent, i48.FormWizardComponent, i49.FormDialogLessComponent, i50.RichTextStaticComponent, i51.UiPicturesInfoComponent, i52.LyHorizontalLayoutComponent, i53.LyVerticalLayoutComponent, i54.LyTabContainerComponent, i55.LyTabPageComponent, i56.LyLabelComponent, i57.UiMoInfoComboViewerComponent, i58.UlMsgBoxAdapterComponent, i59.UiTreeComponent, i60.HeaderAvatarComponent, i61.UiWorkflowPanelUiComponent, i62.UlvContextMenuComponent, i63.UlLoadingMaskUiComponent, i64.UiTextFieldAutoCompleteComponent, i65.CaptchaFieldComponent, i66.LySimpleLabelComponent, i67.GlobalSearchPanelComponent, i68.GlobalSearchModuleComponent, i69.GlobalSearchComponent, i70.HyperlinkComponent, i71.StaticTextComponent, i72.UlToastAdapterComponent, i73.MessageStripComponent, i74.UiLinearListContainerWithButtonComponent, i75.FundamentalDynamicFormComponent, i76.LayoutActionsComponent, i77.LyLayoutContainerComponent, i78.UiUlvFormMultiSelectUiComponent, i79.UlvFormMultiSelectComponent, i80.UlvColumnSettingsComponent, i81.UlvFilterSettingsComponent, i82.UlvSortSettingsComponent, i83.UlvGroupbySettingsComponent, i84.BarsaListFileLinearComponent, i85.UiPdfViewerComponent, i86.BarsaTinyemceComponent, i87.UiMonacoEditorComponent, i88.BarsaMonacoEditorComponent, i89.BarsaDateTimePickerComponent, i90.BarsaTreeItemComponent, i91.UiSwitchButtonComponent, i92.UiColorUiComponent, i93.LyLineComponent, i94.UiUlvMainUiComponent, i95.ReportNavigatorComponent, i96.ManageFiltersReportComponent, i97.ReportSearchFieldsManageComponent, i98.ReportSearchFieldsHiddenSettingsComponent, i99.SearchPanelComponent, i100.ReportSearchPanelSaveComponent, i101.UiGridFilterSettingsComponent, i102.UiGridFilterItemComponent, i103.UiDateRangeExComponent, i104.UlNotifyPopupComponent, i105.UiTableViewComponent, i106.UiListViewComponent, i107.UiCardViewComponent, i108.UiReportContainerComponent, i109.NoDataComponent, i110.ColumnRendererComponent, i111.InlineSaveAndCancelComponent, i112.UiTreeViewComponent, i111.InlineSaveAndCancelComponent, i113.UiCalendarComponent, i114.UiAspReportViewerComponent, i115.UiGraphComponent, i116.UiExceptionFormComponent, i117.UiEditableGridComponent, i118.ColumnMatrixRendererComponent, i119.UiMatrixViewComponent, i120.CustomDateTimeComponent, i121.BarsaAspViewerComponent, i122.FileInDialogComponent, i123.UiMoInfoGeneralObjectUiComponent, i124.UiGanttChartComponent, i125.GanttDhtmlChartViewComponent, i126.ProgressIndicatorComponent, i127.CardViewContentComponent, i128.CardItemComponent, i129.UiCardViewHorizontalGroupComponent, i130.TitleComponent, i131.BarsaUlvMainComponent, i132.ListItemComponent, i133.HtreeCreateNewComponent, i134.BarsaTableHeaderComponent, i135.BarsaTableRowComponent, i136.BarsaTableColumnComponent, i137.BreadcrumbComponent, i138.UiLabelComponent, i139.FormToolbarButtonComponent, i140.BarsaSearchFormComponent, i141.ReportNewTopFormComponent, i142.BarsaNetworkOfflineComponent, i143.FileViewerContentComponent, i144.FileViewerPopoverComponent, i145.FileViewerComponent, i146.BlobViewerComponent, i147.NotificationItemComponent, i148.BarsaCartableTemplateComponent, i149.BarsaCartableGroupComponent, i150.BarsaCartableFormComponent, i151.BarsaColumnIndicatorComponent, i152.BarsaFieldKeyValueComponent, i153.BarsaToolbaritemSearchComponent, i154.UiHtmlViewerComponent, i155.BarsaPishnamayeshPayamComponent, i156.BarsaTextEllipsisComponent, i157.BarsaListFileLinearGmailComponent, i158.BarsaLinkableItemsPanelComponent, i159.BarsaEnumMenuButtonComponent, i160.BarsaCardLayoutPanelComponent, i161.BarsaHorizontalFlexPanelComponent, i162.BarsaBaseLayoutPanelComponent, i163.BarsaBarPanelComponent, i164.BarsaFormSideContentComponent, i165.BarsaSimpleFormComponent, i166.FormToolbarComponent, i167.BarsaListLayoutPanelComponent, i168.BarsaGridLayoutPanelComponent, i169.BarsaDynamicFieldComponent, i170.UiMultiSelectRadioComponent, i171.UiMultiSelectCheckboxComponent, i172.UiNumIntSliderComponent, i173.UiMultiSelectSliderComponent, i174.UiMultiSelectCardComponent, i175.UiMultiSelectSmileComponent, i176.BarsaReportCheckboxSwitchButtonComponent, i177.BarsaColumnRowNumberComponent, i178.BarsaCardRowPayamComponent, i177.BarsaColumnRowNumberComponent, i179.BarsaQuestionPostComponent, i180.BarsaQuestionAnswerFormComponent, i181.BarsaQuestionAnswerFormAddCommentComponent, i182.BarsaAnswerCardComponent, i183.BarsaQuestionAnswerContentActionsSectionComponent, i184.BarsaQuestionAnswerVoteSectionComponent, i185.BarsaQuestionAnswerCreatorTimeSectionComponent, i186.BarsaQuestionAnswerCommentsSectionComponent, i187.BarsaChipComponent, i188.BarsaTagChipComponent, i189.BarsaReportCardFlexViewComponent, i190.BarsaTagsCategoryRowComponent, i191.BarsaTagCategoriesComponent, i192.BarsaReportOneOfListComponent, i178.BarsaCardRowPayamComponent, i193.BarsaCustomInlineEditComponent, i194.BarsaCustomInlineEditRowComponent, i202.WizardLayoutDirective, i203.ColRendererDirective, i204.ApplyConditionalFormatsDirective, i205.ReportViewRendererDirective, i206.FullscreenDialogDirective, i207.FullscreenFilesDirective, i208.DownloadFilesDirective, i209.DialogHandlerDirective, i195.UploadFileStatusPipe, i196.SapFontPipe, i197.SapFontClassPipe, i107.StringToArrayPipe, i198.NodeHasOneDepthLevelPipe, i199.MatrixValuePipe, i200.DynamicPageSizePipe, i201.SapSizePipe] });
|
|
277
|
-
BarsaSapUiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, providers: [{ provide: DIALOG_SERVICE, useClass: DialogService }], imports: [CommonModule,
|
|
278
|
-
FormsModule,
|
|
279
|
-
ReactiveFormsModule,
|
|
280
|
-
BarsaNovinRayCoreModule,
|
|
281
|
-
DragDropModule,
|
|
282
|
-
CdkTableModule,
|
|
283
|
-
FundamentalNgxCoreModule,
|
|
284
|
-
FacetModule,
|
|
285
|
-
WizardModule,
|
|
286
|
-
PipeModule,
|
|
287
|
-
ColorSwatchesModule,
|
|
288
|
-
ColorChromeModule,
|
|
289
|
-
ClipboardModule,
|
|
290
|
-
BarsaCalendarModule,
|
|
291
|
-
BarsaSapUiRoutingModule,
|
|
292
|
-
PdfJsViewerModule,
|
|
293
|
-
ResizableModule,
|
|
294
|
-
ContentDensityModule.forRoot({
|
|
295
|
-
storage: 'localStorage',
|
|
296
|
-
storageKey: '__contentDensity__',
|
|
297
|
-
defaultGlobalContentDensity: ContentDensityMode.COMPACT
|
|
298
|
-
})] });
|
|
299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, decorators: [{
|
|
300
|
-
type: NgModule,
|
|
301
|
-
args: [{
|
|
302
|
-
declarations: [...components, ...pipes, ...directives],
|
|
303
|
-
schemas: [NO_ERRORS_SCHEMA, CUSTOM_ELEMENTS_SCHEMA],
|
|
304
|
-
imports: [
|
|
305
|
-
CommonModule,
|
|
306
|
-
FormsModule,
|
|
307
|
-
ReactiveFormsModule,
|
|
308
|
-
BarsaNovinRayCoreModule,
|
|
309
|
-
DragDropModule,
|
|
310
|
-
CdkTableModule,
|
|
311
|
-
FundamentalNgxCoreModule,
|
|
312
|
-
FacetModule,
|
|
313
|
-
WizardModule,
|
|
314
|
-
PipeModule,
|
|
315
|
-
ColorSwatchesModule,
|
|
316
|
-
ColorChromeModule,
|
|
317
|
-
ClipboardModule,
|
|
318
|
-
BarsaCalendarModule,
|
|
319
|
-
BarsaSapUiRoutingModule,
|
|
320
|
-
PdfJsViewerModule,
|
|
321
|
-
ResizableModule,
|
|
322
|
-
ContentDensityModule.forRoot({
|
|
323
|
-
storage: 'localStorage',
|
|
324
|
-
storageKey: '__contentDensity__',
|
|
325
|
-
defaultGlobalContentDensity: ContentDensityMode.COMPACT
|
|
326
|
-
})
|
|
327
|
-
],
|
|
328
|
-
exports: [...components, ...directives, ...pipes],
|
|
329
|
-
providers: [{ provide: DIALOG_SERVICE, useClass: DialogService }]
|
|
330
|
-
}]
|
|
331
|
-
}], ctorParameters: function () { return [{ type: i1.DynamicComponentService }, { type: i0.ComponentFactoryResolver }]; } });
|
|
332
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2Etc2FwLXVpLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2JhcnNhLXNhcC11aS9zcmMvbGliL2JhcnNhLXNhcC11aS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVILHNCQUFzQixFQUV0QixRQUFRLEVBQ1IsZ0JBQWdCLEVBQ2hCLGVBQWUsRUFDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNwRCxPQUFPLEVBQ0gsd0JBQXdCLEVBQ3hCLFVBQVUsRUFDVixZQUFZLEVBQ1osV0FBVyxFQUNYLGFBQWEsRUFDYixhQUFhLEVBQ2Isb0JBQW9CLEVBQ3BCLGtCQUFrQixFQUNsQiwyQkFBMkIsRUFDM0IsVUFBVSxFQUNWLGVBQWUsRUFDZixtQkFBbUIsRUFDdEIsTUFBTSx1QkFBdUIsQ0FBQztBQUUvQixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUVyRCxPQUFPLEVBQ0gsYUFBYSxFQUViLHVCQUF1QixFQUN2QixVQUFVLEVBQ1YsY0FBYyxFQUNkLHFCQUFxQixFQUNyQiwwQkFBMEIsRUFDMUIsYUFBYSxFQUNiLGVBQWUsRUFDbEIsTUFBTSxzQkFBc0IsQ0FBQztBQUU5QixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFekQsT0FBTyxFQUFFLFVBQVUsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLGFBQWEsRUFBRSxNQUFNLFNBQVMsQ0FBQztBQUN2RSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUN4RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFeEUsTUFBTSxhQUFhLEdBQUc7SUFDbEIsT0FBTztJQUNQLDJCQUEyQjtJQUMzQixhQUFhO0lBQ2IsZUFBZTtJQUNmLFVBQVU7SUFDVjtRQUNJLE9BQU8sRUFBRSxlQUFlO1FBQ3hCLFVBQVUsRUFBRSxhQUFhO1FBQ3pCLElBQUksRUFBRSxDQUFDLFVBQVUsRUFBRSwyQkFBMkIsRUFBRSxhQUFhLEVBQUUsYUFBYSxDQUFDO1FBQzdFLEtBQUssRUFBRSxJQUFJO0tBQ2Q7SUFDRCxFQUFFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxRQUFRLEVBQUUsbUJBQW1CLEVBQUU7SUFDakUsRUFBRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsUUFBUSxFQUFFLHdCQUF3QixFQUFFO0lBQzNFLEVBQUUsT0FBTyxFQUFFLGFBQWEsRUFBRSxRQUFRLEVBQUUsbUJBQW1CLEVBQUU7Q0FDNUQsQ0FBQztBQWdDRixNQUFNLE9BQU8sZ0JBQWlCLFNBQVEsVUFBVTtJQUU1QyxZQUFzQixHQUE0QixFQUFZLHdCQUFrRDtRQUM1RyxLQUFLLENBQUMsR0FBRyxFQUFFLHdCQUF3QixFQUFFLGtCQUFrQixDQUFDLENBQUM7UUFEdkMsUUFBRyxHQUFILEdBQUcsQ0FBeUI7UUFBWSw2QkFBd0IsR0FBeEIsd0JBQXdCLENBQTBCO1FBRHRHLHNCQUFpQixHQUFHLENBQUMsR0FBRyxVQUFVLENBQUMsQ0FBQztJQUc5QyxDQUFDO0lBQ0QsTUFBTSxDQUFDLE9BQU87UUFDVixPQUFPO1lBQ0gsUUFBUSxFQUFFLGdCQUFnQjtZQUMxQixTQUFTLEVBQUUsQ0FBQyxHQUFHLEtBQUssRUFBRSxHQUFHLGFBQWEsQ0FBQztTQUMxQyxDQUFDO0lBQ04sQ0FBQzs7NkdBVlEsZ0JBQWdCOzhHQUFoQixnQkFBZ0IsZytNQTFCckIsWUFBWTtRQUNaLFdBQVc7UUFDWCxtQkFBbUI7UUFDbkIsdUJBQXVCO1FBQ3ZCLGNBQWM7UUFDZCxjQUFjO1FBQ2Qsd0JBQXdCO1FBQ3hCLFdBQVc7UUFDWCxZQUFZO1FBQ1osVUFBVTtRQUNWLG1CQUFtQjtRQUNuQixpQkFBaUI7UUFDakIsZUFBZTtRQUNmLG1CQUFtQjtRQUNuQix1QkFBdUI7UUFDdkIsaUJBQWlCO1FBQ2pCLGVBQWU7OEdBVVYsZ0JBQWdCLGFBRmQsQ0FBQyxFQUFFLE9BQU8sRUFBRSxjQUFjLEVBQUUsUUFBUSxFQUFFLGFBQWEsRUFBRSxDQUFDLFlBeEI3RCxZQUFZO1FBQ1osV0FBVztRQUNYLG1CQUFtQjtRQUNuQix1QkFBdUI7UUFDdkIsY0FBYztRQUNkLGNBQWM7UUFDZCx3QkFBd0I7UUFDeEIsV0FBVztRQUNYLFlBQVk7UUFDWixVQUFVO1FBQ1YsbUJBQW1CO1FBQ25CLGlCQUFpQjtRQUNqQixlQUFlO1FBQ2YsbUJBQW1CO1FBQ25CLHVCQUF1QjtRQUN2QixpQkFBaUI7UUFDakIsZUFBZTtRQUNmLG9CQUFvQixDQUFDLE9BQU8sQ0FBQztZQUN6QixPQUFPLEVBQUUsY0FBYztZQUN2QixVQUFVLEVBQUUsb0JBQW9CO1lBQ2hDLDJCQUEyQixFQUFFLGtCQUFrQixDQUFDLE9BQU87U0FDMUQsQ0FBQzsyRkFLRyxnQkFBZ0I7a0JBOUI1QixRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLEdBQUcsVUFBVSxFQUFFLEdBQUcsS0FBSyxFQUFFLEdBQUcsVUFBVSxDQUFDO29CQUN0RCxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxzQkFBc0IsQ0FBQztvQkFDbkQsT0FBTyxFQUFFO3dCQUNMLFlBQVk7d0JBQ1osV0FBVzt3QkFDWCxtQkFBbUI7d0JBQ25CLHVCQUF1Qjt3QkFDdkIsY0FBYzt3QkFDZCxjQUFjO3dCQUNkLHdCQUF3Qjt3QkFDeEIsV0FBVzt3QkFDWCxZQUFZO3dCQUNaLFVBQVU7d0JBQ1YsbUJBQW1CO3dCQUNuQixpQkFBaUI7d0JBQ2pCLGVBQWU7d0JBQ2YsbUJBQW1CO3dCQUNuQix1QkFBdUI7d0JBQ3ZCLGlCQUFpQjt3QkFDakIsZUFBZTt3QkFDZixvQkFBb0IsQ0FBQyxPQUFPLENBQUM7NEJBQ3pCLE9BQU8sRUFBRSxjQUFjOzRCQUN2QixVQUFVLEVBQUUsb0JBQW9COzRCQUNoQywyQkFBMkIsRUFBRSxrQkFBa0IsQ0FBQyxPQUFPO3lCQUMxRCxDQUFDO3FCQUNMO29CQUNELE9BQU8sRUFBRSxDQUFDLEdBQUcsVUFBVSxFQUFFLEdBQUcsVUFBVSxFQUFFLEdBQUcsS0FBSyxDQUFDO29CQUNqRCxTQUFTLEVBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxjQUFjLEVBQUUsUUFBUSxFQUFFLGFBQWEsRUFBRSxDQUFDO2lCQUNwRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyLFxuICAgIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsXG4gICAgTW9kdWxlV2l0aFByb3ZpZGVycyxcbiAgICBOZ01vZHVsZSxcbiAgICBOT19FUlJPUlNfU0NIRU1BLFxuICAgIEFQUF9JTklUSUFMSVpFUlxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgT3ZlcmxheSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBEcmFnRHJvcE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9kcmFnLWRyb3AnO1xuaW1wb3J0IHsgQ2RrVGFibGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvdGFibGUnO1xuaW1wb3J0IHtcbiAgICBGdW5kYW1lbnRhbE5neENvcmVNb2R1bGUsXG4gICAgUnRsU2VydmljZSxcbiAgICBXaXphcmRNb2R1bGUsXG4gICAgRmFjZXRNb2R1bGUsXG4gICAgVGhlbWVzU2VydmljZSxcbiAgICBEaWFsb2dTZXJ2aWNlLFxuICAgIENvbnRlbnREZW5zaXR5TW9kdWxlLFxuICAgIENvbnRlbnREZW5zaXR5TW9kZSxcbiAgICBHbG9iYWxDb250ZW50RGVuc2l0eVNlcnZpY2UsXG4gICAgUGlwZU1vZHVsZSxcbiAgICBOb3RpZmljYXRpb25SZWYsXG4gICAgTWVzc2FnZVRvYXN0U2VydmljZVxufSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUnO1xuXG5pbXBvcnQgeyBQZGZKc1ZpZXdlck1vZHVsZSB9IGZyb20gJ25nMi1wZGZqcy12aWV3ZXInO1xuXG5pbXBvcnQge1xuICAgIFBvcnRhbFNlcnZpY2UsXG4gICAgRHluYW1pY0NvbXBvbmVudFNlcnZpY2UsXG4gICAgQmFyc2FOb3ZpblJheUNvcmVNb2R1bGUsXG4gICAgQmFzZU1vZHVsZSxcbiAgICBESUFMT0dfU0VSVklDRSxcbiAgICBGT1JNX0RJQUxPR19DT01QT05FTlQsXG4gICAgTk9USUZJQ0FUQUlPTl9QT1BVUF9TRVJWRVIsXG4gICAgVE9BU1RfU0VSVklDRSxcbiAgICBSZXNpemFibGVNb2R1bGVcbn0gZnJvbSAnYmFyc2Etbm92aW4tcmF5LWNvcmUnO1xuXG5pbXBvcnQgeyBCYXJzYUNhbGVuZGFyTW9kdWxlIH0gZnJvbSAnYmFyc2EtY2FsZW5kYXInO1xuaW1wb3J0IHsgQ29sb3JTd2F0Y2hlc01vZHVsZSB9IGZyb20gJ25neC1jb2xvci9zd2F0Y2hlcyc7XG5pbXBvcnQgeyBDb2xvckNocm9tZU1vZHVsZSB9IGZyb20gJ25neC1jb2xvci9jaHJvbWUnO1xuaW1wb3J0IHsgQ2xpcGJvYXJkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NsaXBib2FyZCc7XG5cbmltcG9ydCB7IGNvbXBvbmVudHMsIHBpcGVzLCBkaXJlY3RpdmVzLCBJTklUX1NBUEZJT1JJIH0gZnJvbSAnLi9pbmRleCc7XG5pbXBvcnQgeyBCYXJzYVNhcFVpUm91dGluZ01vZHVsZSB9IGZyb20gJy4vYmFyc2Etc2FwLXVpLXJvdXRpbmcubW9kdWxlJztcbmltcG9ydCB7IEZvcm1EaWFsb2dDb21wb25lbnQgfSBmcm9tICcuL2Zvcm0tZGlhbG9nL2Zvcm0tZGlhbG9nLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25Qb3B1cFNlcnZpY2UgfSBmcm9tICcuL25vdGlmaWNhdGlvbi1wb3B1cC5zZXJ2aWNlJztcblxuY29uc3Qgcm9vdFByb3ZpZGVycyA9IFtcbiAgICBPdmVybGF5LFxuICAgIEdsb2JhbENvbnRlbnREZW5zaXR5U2VydmljZSxcbiAgICBUaGVtZXNTZXJ2aWNlLFxuICAgIE5vdGlmaWNhdGlvblJlZixcbiAgICBSdGxTZXJ2aWNlLFxuICAgIHtcbiAgICAgICAgcHJvdmlkZTogQVBQX0lOSVRJQUxJWkVSLFxuICAgICAgICB1c2VGYWN0b3J5OiBJTklUX1NBUEZJT1JJLFxuICAgICAgICBkZXBzOiBbUnRsU2VydmljZSwgR2xvYmFsQ29udGVudERlbnNpdHlTZXJ2aWNlLCBUaGVtZXNTZXJ2aWNlLCBQb3J0YWxTZXJ2aWNlXSxcbiAgICAgICAgbXVsdGk6IHRydWVcbiAgICB9LFxuICAgIHsgcHJvdmlkZTogRk9STV9ESUFMT0dfQ09NUE9ORU5ULCB1c2VWYWx1ZTogRm9ybURpYWxvZ0NvbXBvbmVudCB9LFxuICAgIHsgcHJvdmlkZTogTk9USUZJQ0FUQUlPTl9QT1BVUF9TRVJWRVIsIHVzZUNsYXNzOiBOb3RpZmljYXRpb25Qb3B1cFNlcnZpY2UgfSxcbiAgICB7IHByb3ZpZGU6IFRPQVNUX1NFUlZJQ0UsIHVzZUNsYXNzOiBNZXNzYWdlVG9hc3RTZXJ2aWNlIH1cbl07XG5cbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbLi4uY29tcG9uZW50cywgLi4ucGlwZXMsIC4uLmRpcmVjdGl2ZXNdLFxuICAgIHNjaGVtYXM6IFtOT19FUlJPUlNfU0NIRU1BLCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgRm9ybXNNb2R1bGUsXG4gICAgICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgICAgIEJhcnNhTm92aW5SYXlDb3JlTW9kdWxlLFxuICAgICAgICBEcmFnRHJvcE1vZHVsZSxcbiAgICAgICAgQ2RrVGFibGVNb2R1bGUsXG4gICAgICAgIEZ1bmRhbWVudGFsTmd4Q29yZU1vZHVsZSxcbiAgICAgICAgRmFjZXRNb2R1bGUsXG4gICAgICAgIFdpemFyZE1vZHVsZSxcbiAgICAgICAgUGlwZU1vZHVsZSxcbiAgICAgICAgQ29sb3JTd2F0Y2hlc01vZHVsZSxcbiAgICAgICAgQ29sb3JDaHJvbWVNb2R1bGUsXG4gICAgICAgIENsaXBib2FyZE1vZHVsZSxcbiAgICAgICAgQmFyc2FDYWxlbmRhck1vZHVsZSxcbiAgICAgICAgQmFyc2FTYXBVaVJvdXRpbmdNb2R1bGUsXG4gICAgICAgIFBkZkpzVmlld2VyTW9kdWxlLFxuICAgICAgICBSZXNpemFibGVNb2R1bGUsXG4gICAgICAgIENvbnRlbnREZW5zaXR5TW9kdWxlLmZvclJvb3Qoe1xuICAgICAgICAgICAgc3RvcmFnZTogJ2xvY2FsU3RvcmFnZScsIC8vIGNhbiBiZSAndXJsJyBvciAnbWVtb3J5J1xuICAgICAgICAgICAgc3RvcmFnZUtleTogJ19fY29udGVudERlbnNpdHlfXycsXG4gICAgICAgICAgICBkZWZhdWx0R2xvYmFsQ29udGVudERlbnNpdHk6IENvbnRlbnREZW5zaXR5TW9kZS5DT01QQUNUXG4gICAgICAgIH0pXG4gICAgXSxcbiAgICBleHBvcnRzOiBbLi4uY29tcG9uZW50cywgLi4uZGlyZWN0aXZlcywgLi4ucGlwZXNdLFxuICAgIHByb3ZpZGVyczogW3sgcHJvdmlkZTogRElBTE9HX1NFUlZJQ0UsIHVzZUNsYXNzOiBEaWFsb2dTZXJ2aWNlIH1dXG59KVxuZXhwb3J0IGNsYXNzIEJhcnNhU2FwVWlNb2R1bGUgZXh0ZW5kcyBCYXNlTW9kdWxlIHtcbiAgICBwcm90ZWN0ZWQgZHluYW1pY0NvbXBvbmVudHMgPSBbLi4uY29tcG9uZW50c107XG4gICAgY29uc3RydWN0b3IocHJvdGVjdGVkIGRjbTogRHluYW1pY0NvbXBvbmVudFNlcnZpY2UsIHByb3RlY3RlZCBjb21wb25lbnRGYWN0b3J5UmVzb2x2ZXI6IENvbXBvbmVudEZhY3RvcnlSZXNvbHZlcikge1xuICAgICAgICBzdXBlcihkY20sIGNvbXBvbmVudEZhY3RvcnlSZXNvbHZlciwgJ0JhcnNhU2FwVWlNb2R1bGUnKTtcbiAgICB9XG4gICAgc3RhdGljIGZvclJvb3QoKTogTW9kdWxlV2l0aFByb3ZpZGVyczxCYXJzYVNhcFVpTW9kdWxlPiB7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBuZ01vZHVsZTogQmFyc2FTYXBVaU1vZHVsZSxcbiAgICAgICAgICAgIHByb3ZpZGVyczogWy4uLnBpcGVzLCAuLi5yb290UHJvdmlkZXJzXVxuICAgICAgICB9O1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Component, ChangeDetectionStrategy } from '@angular/core';
|
|
2
|
-
import { FormPanelService } from 'barsa-novin-ray-core';
|
|
3
|
-
import { UiFormPanelComponent } from '../ui-form-panel/ui-form-panel.component';
|
|
4
|
-
import { takeUntil } from 'rxjs';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "../fundamental-dynamic-form/fundamental-dynamic-form.component";
|
|
7
|
-
import * as i2 from "@angular/common";
|
|
8
|
-
import * as i3 from "barsa-novin-ray-core";
|
|
9
|
-
export class BarsaSearchFormComponent extends UiFormPanelComponent {
|
|
10
|
-
ngOnInit() {
|
|
11
|
-
super.ngOnInit();
|
|
12
|
-
this._activatedRoute.queryParams.pipe(takeUntil(this._onDestroy$)).subscribe((params) => {
|
|
13
|
-
const searchTerm = params.term;
|
|
14
|
-
if (searchTerm && typeof searchTerm === 'string') {
|
|
15
|
-
this._portalService.setSearchTerm(searchTerm);
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
onClose2() {
|
|
20
|
-
this._router.navigate(['..']);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
BarsaSearchFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSearchFormComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
-
BarsaSearchFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: BarsaSearchFormComponent, selector: "bsu-barsa-search-form", providers: [FormPanelService], usesInheritance: true, ngImport: i0, template: "<bsu-fundamental-dynamic-form\n [removeContentPadding]=\"(headerRemoveContentPadding$ | async)!!\"\n [breadCrumbs]=\"breadCrumbs$ | async\"\n [description]=\"(headerDescription$ | async)!!\"\n [title]=\"(title$ | async)!!\"\n [subtitle]=\"(headerSubtitle$ | async)!!\"\n [toolbarItems]=\"toolbarItems$ | async | tlbButtons: 'inFooter':false\"\n [layoutActions]=\"toolbarItems$ | async | tlbButtons: 'inFooter':true\"\n [toolbarVisible]=\"(toolbarVisible$ | async)!!\"\n [facetList]=\"(headerLayout$ | async)?.FacetList2\"\n [parameters]=\"parameters\"\n [workflowPanelUi]=\"workflowPanelUi$ | async\"\n [isMobile]=\"isMobile\"\n [layout94]=\"layout94$ | async\"\n [rtl]=\"(rtl$ | async)!!\"\n [mask]=\"(mask$ | async)!!\"\n [dirValue]=\"(dirValue$ | async)!!\"\n [deviceSize]=\"(deviceSize$ | async)!!\"\n [contentDensity]=\"(contentDensity$ | async)!!\"\n [modernTabs]=\"(modernTabs$ | async)!!\"\n [avatar]=\"(avatar$ | async)!!\"\n [fieldDict]=\"(fieldDict$ | async)!!\"\n (close)=\"onClose2()\"\n (toolbarClick)=\"onToolbarClick($event)\"\n [contentIsPage]=\"parameters?.ContentIsPage === true\"\n (workflowChoiceClick)=\"onWorkflowChoiceClick($event)\"\n></bsu-fundamental-dynamic-form>\n", styles: [""], dependencies: [{ kind: "component", type: i1.FundamentalDynamicFormComponent, selector: "bsu-fundamental-dynamic-form", inputs: ["breadCrumbs", "toolbarVisible", "toolbarItems", "layoutActions", "layout94", "parameters", "workflowPanelUi", "context", "title", "subtitle", "description", "facetList", "fieldDict", "removeHeaderBorder", "removeContentPadding", "isMobile", "mo", "avatar", "rtl", "hideTitle", "hideClose", "hidePin", "fullscreen", "mask", "canSend", "contentIsPage", "contentDensity", "deviceSize", "dirValue", "landscape", "standalone", "modernTabs", "formVisibilityStatus", "layoutGridCol", "colLg", "colXl", "colMd"], outputs: ["toolbarClick", "workflowChoiceClick", "close", "fullscreenRequest"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.TlbButtonsPipe, name: "tlbButtons" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSearchFormComponent, decorators: [{
|
|
26
|
-
type: Component,
|
|
27
|
-
args: [{ selector: 'bsu-barsa-search-form', changeDetection: ChangeDetectionStrategy.OnPush, providers: [FormPanelService], template: "<bsu-fundamental-dynamic-form\n [removeContentPadding]=\"(headerRemoveContentPadding$ | async)!!\"\n [breadCrumbs]=\"breadCrumbs$ | async\"\n [description]=\"(headerDescription$ | async)!!\"\n [title]=\"(title$ | async)!!\"\n [subtitle]=\"(headerSubtitle$ | async)!!\"\n [toolbarItems]=\"toolbarItems$ | async | tlbButtons: 'inFooter':false\"\n [layoutActions]=\"toolbarItems$ | async | tlbButtons: 'inFooter':true\"\n [toolbarVisible]=\"(toolbarVisible$ | async)!!\"\n [facetList]=\"(headerLayout$ | async)?.FacetList2\"\n [parameters]=\"parameters\"\n [workflowPanelUi]=\"workflowPanelUi$ | async\"\n [isMobile]=\"isMobile\"\n [layout94]=\"layout94$ | async\"\n [rtl]=\"(rtl$ | async)!!\"\n [mask]=\"(mask$ | async)!!\"\n [dirValue]=\"(dirValue$ | async)!!\"\n [deviceSize]=\"(deviceSize$ | async)!!\"\n [contentDensity]=\"(contentDensity$ | async)!!\"\n [modernTabs]=\"(modernTabs$ | async)!!\"\n [avatar]=\"(avatar$ | async)!!\"\n [fieldDict]=\"(fieldDict$ | async)!!\"\n (close)=\"onClose2()\"\n (toolbarClick)=\"onToolbarClick($event)\"\n [contentIsPage]=\"parameters?.ContentIsPage === true\"\n (workflowChoiceClick)=\"onWorkflowChoiceClick($event)\"\n></bsu-fundamental-dynamic-form>\n" }]
|
|
28
|
-
}] });
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2Etc2VhcmNoLWZvcm0vYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2Etc2VhcmNoLWZvcm0vYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUNoRixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7OztBQVFqQyxNQUFNLE9BQU8sd0JBQXlCLFNBQVEsb0JBQW9CO0lBQzlELFFBQVE7UUFDSixLQUFLLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDakIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxNQUFNLEVBQUUsRUFBRTtZQUNwRixNQUFNLFVBQVUsR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDO1lBQy9CLElBQUksVUFBVSxJQUFJLE9BQU8sVUFBVSxLQUFLLFFBQVEsRUFBRTtnQkFDOUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDLENBQUM7YUFDakQ7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFDRCxRQUFRO1FBQ0osSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDO0lBQ2xDLENBQUM7O3FIQVpRLHdCQUF3Qjt5R0FBeEIsd0JBQXdCLGdEQUZ0QixDQUFDLGdCQUFnQixDQUFDLGlEQ1RqQyxzdkNBMkJBOzJGRGhCYSx3QkFBd0I7a0JBUHBDLFNBQVM7K0JBQ0ksdUJBQXVCLG1CQUdoQix1QkFBdUIsQ0FBQyxNQUFNLGFBQ3BDLENBQUMsZ0JBQWdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtUGFuZWxTZXJ2aWNlIH0gZnJvbSAnYmFyc2Etbm92aW4tcmF5LWNvcmUnO1xuaW1wb3J0IHsgVWlGb3JtUGFuZWxDb21wb25lbnQgfSBmcm9tICcuLi91aS1mb3JtLXBhbmVsL3VpLWZvcm0tcGFuZWwuY29tcG9uZW50JztcbmltcG9ydCB7IHRha2VVbnRpbCB9IGZyb20gJ3J4anMnO1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdic3UtYmFyc2Etc2VhcmNoLWZvcm0nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9iYXJzYS1zZWFyY2gtZm9ybS5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50LnNjc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBwcm92aWRlcnM6IFtGb3JtUGFuZWxTZXJ2aWNlXVxufSlcbmV4cG9ydCBjbGFzcyBCYXJzYVNlYXJjaEZvcm1Db21wb25lbnQgZXh0ZW5kcyBVaUZvcm1QYW5lbENvbXBvbmVudCB7XG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHN1cGVyLm5nT25Jbml0KCk7XG4gICAgICAgIHRoaXMuX2FjdGl2YXRlZFJvdXRlLnF1ZXJ5UGFyYW1zLnBpcGUodGFrZVVudGlsKHRoaXMuX29uRGVzdHJveSQpKS5zdWJzY3JpYmUoKHBhcmFtcykgPT4ge1xuICAgICAgICAgICAgY29uc3Qgc2VhcmNoVGVybSA9IHBhcmFtcy50ZXJtO1xuICAgICAgICAgICAgaWYgKHNlYXJjaFRlcm0gJiYgdHlwZW9mIHNlYXJjaFRlcm0gPT09ICdzdHJpbmcnKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5fcG9ydGFsU2VydmljZS5zZXRTZWFyY2hUZXJtKHNlYXJjaFRlcm0pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICB9XG4gICAgb25DbG9zZTIoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuX3JvdXRlci5uYXZpZ2F0ZShbJy4uJ10pO1xuICAgIH1cbn1cbiIsIjxic3UtZnVuZGFtZW50YWwtZHluYW1pYy1mb3JtXG4gICAgW3JlbW92ZUNvbnRlbnRQYWRkaW5nXT1cIihoZWFkZXJSZW1vdmVDb250ZW50UGFkZGluZyQgfCBhc3luYykhIVwiXG4gICAgW2JyZWFkQ3J1bWJzXT1cImJyZWFkQ3J1bWJzJCB8IGFzeW5jXCJcbiAgICBbZGVzY3JpcHRpb25dPVwiKGhlYWRlckRlc2NyaXB0aW9uJCB8IGFzeW5jKSEhXCJcbiAgICBbdGl0bGVdPVwiKHRpdGxlJCB8IGFzeW5jKSEhXCJcbiAgICBbc3VidGl0bGVdPVwiKGhlYWRlclN1YnRpdGxlJCB8IGFzeW5jKSEhXCJcbiAgICBbdG9vbGJhckl0ZW1zXT1cInRvb2xiYXJJdGVtcyQgfCBhc3luYyB8IHRsYkJ1dHRvbnM6ICdpbkZvb3Rlcic6ZmFsc2VcIlxuICAgIFtsYXlvdXRBY3Rpb25zXT1cInRvb2xiYXJJdGVtcyQgfCBhc3luYyB8IHRsYkJ1dHRvbnM6ICdpbkZvb3Rlcic6dHJ1ZVwiXG4gICAgW3Rvb2xiYXJWaXNpYmxlXT1cIih0b29sYmFyVmlzaWJsZSQgfCBhc3luYykhIVwiXG4gICAgW2ZhY2V0TGlzdF09XCIoaGVhZGVyTGF5b3V0JCB8IGFzeW5jKT8uRmFjZXRMaXN0MlwiXG4gICAgW3BhcmFtZXRlcnNdPVwicGFyYW1ldGVyc1wiXG4gICAgW3dvcmtmbG93UGFuZWxVaV09XCJ3b3JrZmxvd1BhbmVsVWkkIHwgYXN5bmNcIlxuICAgIFtpc01vYmlsZV09XCJpc01vYmlsZVwiXG4gICAgW2xheW91dDk0XT1cImxheW91dDk0JCB8IGFzeW5jXCJcbiAgICBbcnRsXT1cIihydGwkIHwgYXN5bmMpISFcIlxuICAgIFttYXNrXT1cIihtYXNrJCB8IGFzeW5jKSEhXCJcbiAgICBbZGlyVmFsdWVdPVwiKGRpclZhbHVlJCB8IGFzeW5jKSEhXCJcbiAgICBbZGV2aWNlU2l6ZV09XCIoZGV2aWNlU2l6ZSQgfCBhc3luYykhIVwiXG4gICAgW2NvbnRlbnREZW5zaXR5XT1cIihjb250ZW50RGVuc2l0eSQgfCBhc3luYykhIVwiXG4gICAgW21vZGVyblRhYnNdPVwiKG1vZGVyblRhYnMkIHwgYXN5bmMpISFcIlxuICAgIFthdmF0YXJdPVwiKGF2YXRhciQgfCBhc3luYykhIVwiXG4gICAgW2ZpZWxkRGljdF09XCIoZmllbGREaWN0JCB8IGFzeW5jKSEhXCJcbiAgICAoY2xvc2UpPVwib25DbG9zZTIoKVwiXG4gICAgKHRvb2xiYXJDbGljayk9XCJvblRvb2xiYXJDbGljaygkZXZlbnQpXCJcbiAgICBbY29udGVudElzUGFnZV09XCJwYXJhbWV0ZXJzPy5Db250ZW50SXNQYWdlID09PSB0cnVlXCJcbiAgICAod29ya2Zsb3dDaG9pY2VDbGljayk9XCJvbldvcmtmbG93Q2hvaWNlQ2xpY2soJGV2ZW50KVwiXG4+PC9ic3UtZnVuZGFtZW50YWwtZHluYW1pYy1mb3JtPlxuIl19
|