barsa-sap-ui 1.0.456 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 -90
- 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 -430
- 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 -14233
- package/fesm2015/barsa-sap-ui.mjs.map +0 -1
- package/fesm2020/barsa-sap-ui.mjs +0 -14203
- package/fesm2020/barsa-sap-ui.mjs.map +0 -1
|
@@ -0,0 +1,360 @@
|
|
|
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, WizardModule, FacetModule, ThemingService, DialogService, ContentDensityModule, ContentDensityMode, GlobalContentDensityService, RatingStarLabelPipe, ListGroupPipe, DateTimeFormatPipe, DateFromNowPipe, DateFormatPipe, AvatarIconPipe, NotificationRef, MessageToastService } from '@fundamental-ngx/core';
|
|
8
|
+
import { RtlService } from '@fundamental-ngx/cdk/utils';
|
|
9
|
+
import { PdfJsViewerModule } from 'ng2-pdfjs-viewer';
|
|
10
|
+
import { PortalService, BarsaNovinRayCoreModule, BaseModule, DIALOG_SERVICE, FORM_DIALOG_COMPONENT, NOTIFICATAION_POPUP_SERVER, TOAST_SERVICE, ResizableModule } from 'barsa-novin-ray-core';
|
|
11
|
+
import { BarsaCalendarModule } from 'barsa-calendar';
|
|
12
|
+
import { ColorSwatchesModule } from 'ngx-color/swatches';
|
|
13
|
+
import { ColorChromeModule } from 'ngx-color/chrome';
|
|
14
|
+
import { ClipboardModule } from '@angular/cdk/clipboard';
|
|
15
|
+
import { components, pipes, directives, INIT_SAPFIORI } from './index';
|
|
16
|
+
import { BarsaSapUiRoutingModule } from './barsa-sap-ui-routing.module';
|
|
17
|
+
import { FormDialogComponent } from './form-dialog/form-dialog.component';
|
|
18
|
+
import { NotificationPopupService } from './notification-popup.service';
|
|
19
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
20
|
+
import { ScrollingModule } from '@angular/cdk/scrolling';
|
|
21
|
+
import { UtilDateToHhMmPipe } from './util-date-to-hh-mm.pipe';
|
|
22
|
+
import { UtilChatTimeBadgePipe } from './util-chat-time-badge.pipe';
|
|
23
|
+
import * as i0 from "@angular/core";
|
|
24
|
+
import * as i1 from "barsa-novin-ray-core";
|
|
25
|
+
import * as i2 from "./ui-text-field/ui-text-field.component";
|
|
26
|
+
import * as i3 from "./ly-layout-field-label/ly-layout-field-label.component";
|
|
27
|
+
import * as i4 from "./ui-check-box/ui-check-box.component";
|
|
28
|
+
import * as i5 from "./ui-simple-combo/ui-simple-combo.component";
|
|
29
|
+
import * as i6 from "./ui-radio-group/ui-radio-group.component";
|
|
30
|
+
import * as i7 from "./ui-grid/ui-grid.component";
|
|
31
|
+
import * as i8 from "./ly-layout-container-of-root/ly-layout-container-of-root.component";
|
|
32
|
+
import * as i9 from "./ly-layout-panel/ly-layout-panel.component";
|
|
33
|
+
import * as i10 from "./ui-read-only-field/ui-read-only-field.component";
|
|
34
|
+
import * as i11 from "./ui-container-with-button/ui-container-with-button.component";
|
|
35
|
+
import * as i12 from "./ui-picture-file/ui-picture-file.component";
|
|
36
|
+
import * as i13 from "./ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component";
|
|
37
|
+
import * as i14 from "./ui-multi-select-combo/ui-multi-select-combo.component";
|
|
38
|
+
import * as i15 from "./ui-num-decimal-ui/ui-num-decimal-ui.component";
|
|
39
|
+
import * as i16 from "./ui-num-int-ui/ui-num-int-ui.component";
|
|
40
|
+
import * as i17 from "./ui-time-span/ui-time-span.component";
|
|
41
|
+
import * as i18 from "./ui-file-linear-list-box/ui-file-linear-list-box.component";
|
|
42
|
+
import * as i19 from "./ly-empty-space/ly-empty-space.component";
|
|
43
|
+
import * as i20 from "./ui-single-picture/ui-single-picture.component";
|
|
44
|
+
import * as i21 from "./ulv-selection/ulv-selection.component";
|
|
45
|
+
import * as i22 from "./ulv-toolbar/ulv-toolbar.component";
|
|
46
|
+
import * as i23 from "./ulv-paging/ulv-paging.component";
|
|
47
|
+
import * as i24 from "./ui-grid-sort-setting/ui-grid-sort-setting.component";
|
|
48
|
+
import * as i25 from "./ui-grid-sort-item/ui-grid-sort-item.component";
|
|
49
|
+
import * as i26 from "./ui-grid-columns/ui-grid-columns.component";
|
|
50
|
+
import * as i27 from "./mask/mask.component";
|
|
51
|
+
import * as i28 from "./ui-info-bar-panel/ui-info-bar-panel.component";
|
|
52
|
+
import * as i29 from "./ui-form-panel/ui-form-panel.component";
|
|
53
|
+
import * as i30 from "./ui-search-command-info-ui/ui-search-command-info-ui.component";
|
|
54
|
+
import * as i31 from "./ulv-settings/ulv-settings.component";
|
|
55
|
+
import * as i32 from "./ui-tinymce/ui-tinymce.component";
|
|
56
|
+
import * as i33 from "./ui-button/ui-button.component";
|
|
57
|
+
import * as i34 from "./ui-date-time/ui-date-time.component";
|
|
58
|
+
import * as i35 from "./form-dialog/form-dialog.component";
|
|
59
|
+
import * as i36 from "./header-facet-key-value/header-facet-key-value.component";
|
|
60
|
+
import * as i37 from "./header-facet-form/header-facet-form.component";
|
|
61
|
+
import * as i38 from "./header-facet-rate/header-facet-rate.component";
|
|
62
|
+
import * as i39 from "./header-facet-progress/header-facet-progress.component";
|
|
63
|
+
import * as i40 from "./header-facet-microchart/header-facet-microchart.component";
|
|
64
|
+
import * as i41 from "./header-facet-plain-text/header-facet-plain-text.component";
|
|
65
|
+
import * as i42 from "./ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component";
|
|
66
|
+
import * as i43 from "./responsive-toolbar/responsive-toolbar.component";
|
|
67
|
+
import * as i44 from "./responsive-toolbar-renderer/responsive-toolbar-renderer.component";
|
|
68
|
+
import * as i45 from "./ui-text-area/ui-text-area.component";
|
|
69
|
+
import * as i46 from "./layout-control/layout-control.component";
|
|
70
|
+
import * as i47 from "./layout-wizard/layout-wizard.component";
|
|
71
|
+
import * as i48 from "./form-wizard/form-wizard.component";
|
|
72
|
+
import * as i49 from "./form-dialog-less/form-dialog-less.component";
|
|
73
|
+
import * as i50 from "./rich-text-static/rich-text-static.component";
|
|
74
|
+
import * as i51 from "./ui-pictures-info/ui-pictures-info.component";
|
|
75
|
+
import * as i52 from "./ly-horizontal-layout/ly-horizontal-layout.component";
|
|
76
|
+
import * as i53 from "./ly-vertical-layout/ly-vertical-layout.component";
|
|
77
|
+
import * as i54 from "./ly-tab-container/ly-tab-container.component";
|
|
78
|
+
import * as i55 from "./ly-tab-page/ly-tab-page.component";
|
|
79
|
+
import * as i56 from "./ly-label/ly-label.component";
|
|
80
|
+
import * as i57 from "./ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component";
|
|
81
|
+
import * as i58 from "./ul-msg-box-adapter/ul-msg-box-adapter.component";
|
|
82
|
+
import * as i59 from "./ui-tree/ui-tree.component";
|
|
83
|
+
import * as i60 from "./header-avatar/header-avatar.component";
|
|
84
|
+
import * as i61 from "./ui-workflow-panel-ui/ui-workflow-panel-ui.component";
|
|
85
|
+
import * as i62 from "./ulv-context-menu/ulv-context-menu.component";
|
|
86
|
+
import * as i63 from "./ul-loading-mask-ui/ul-loading-mask-ui.component";
|
|
87
|
+
import * as i64 from "./ui-text-field-auto-complete/ui-text-field-auto-complete.component";
|
|
88
|
+
import * as i65 from "./captcha-field/captcha-field.component";
|
|
89
|
+
import * as i66 from "./ly-simple-label/ly-simple-label.component";
|
|
90
|
+
import * as i67 from "./global-search-panel/global-search-panel.component";
|
|
91
|
+
import * as i68 from "./global-search-module/global-search-module.component";
|
|
92
|
+
import * as i69 from "./global-search/global-search.component";
|
|
93
|
+
import * as i70 from "./hyperlink/hyperlink.component";
|
|
94
|
+
import * as i71 from "./static-text/static-text.component";
|
|
95
|
+
import * as i72 from "./ul-toast-adapter/ul-toast-adapter.component";
|
|
96
|
+
import * as i73 from "./message-strip/message-strip.component";
|
|
97
|
+
import * as i74 from "./ui-linear-list-container-with-button/ui-linear-list-container-with-button.component";
|
|
98
|
+
import * as i75 from "./fundamental-dynamic-form/fundamental-dynamic-form.component";
|
|
99
|
+
import * as i76 from "./layout-actions/layout-actions.component";
|
|
100
|
+
import * as i77 from "./ly-layout-container/ly-layout-container.component";
|
|
101
|
+
import * as i78 from "./ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component";
|
|
102
|
+
import * as i79 from "./ulv-form-multi-select/ulv-form-multi-select.component";
|
|
103
|
+
import * as i80 from "./ulv-column-settings/ulv-column-settings.component";
|
|
104
|
+
import * as i81 from "./ulv-filter-settings/ulv-filter-settings.component";
|
|
105
|
+
import * as i82 from "./ulv-sort-settings/ulv-sort-settings.component";
|
|
106
|
+
import * as i83 from "./ulv-groupby-settings/ulv-groupby-settings.component";
|
|
107
|
+
import * as i84 from "./barsa-list-file-linear/barsa-list-file-linear.component";
|
|
108
|
+
import * as i85 from "./ui-pdf-viewer/ui-pdf-viewer.component";
|
|
109
|
+
import * as i86 from "./barsa-tinyemce/barsa-tinyemce.component";
|
|
110
|
+
import * as i87 from "./ui-monaco-editor/ui-monaco-editor.component";
|
|
111
|
+
import * as i88 from "./barsa-monaco-editor/barsa-monaco-editor.component";
|
|
112
|
+
import * as i89 from "./barsa-date-time-picker/barsa-date-time-picker.component";
|
|
113
|
+
import * as i90 from "./barsa-tree-item/barsa-tree-item.component";
|
|
114
|
+
import * as i91 from "./ui-switch-button/ui-switch-button.component";
|
|
115
|
+
import * as i92 from "./ui-color-ui/ui-color-ui.component";
|
|
116
|
+
import * as i93 from "./ly-line/ly-line.component";
|
|
117
|
+
import * as i94 from "./ui-ulv-main-ui/ui-ulv-main-ui.component";
|
|
118
|
+
import * as i95 from "./report-navigator/report-navigator.component";
|
|
119
|
+
import * as i96 from "./manage-filters-report/manage-filters-report.component";
|
|
120
|
+
import * as i97 from "./report-search-fields-manage/report-search-fields-manage.component";
|
|
121
|
+
import * as i98 from "./report-search-fields-hidden-settings/report-search-fields-hidden-settings.component";
|
|
122
|
+
import * as i99 from "./search-panel/search-panel.component";
|
|
123
|
+
import * as i100 from "./report-search-panel-save/report-search-panel-save.component";
|
|
124
|
+
import * as i101 from "./ui-grid-filter-settings/ui-grid-filter-settings.component";
|
|
125
|
+
import * as i102 from "./ui-grid-filter-item/ui-grid-filter-item.component";
|
|
126
|
+
import * as i103 from "./ui-date-range-ex/ui-date-range-ex.component";
|
|
127
|
+
import * as i104 from "./ul-notify-popup/ul-notify-popup.component";
|
|
128
|
+
import * as i105 from "./ui-table-view/ui-table-view.component";
|
|
129
|
+
import * as i106 from "./ui-list-view/ui-list-view.component";
|
|
130
|
+
import * as i107 from "./ui-card-view/ui-card-view.component";
|
|
131
|
+
import * as i108 from "./ui-report-container/ui-report-container.component";
|
|
132
|
+
import * as i109 from "./no-data/no-data.component";
|
|
133
|
+
import * as i110 from "./column-renderer/column-renderer.component";
|
|
134
|
+
import * as i111 from "./inline-save-and-cancel/inline-save-and-cancel.component";
|
|
135
|
+
import * as i112 from "./ui-tree-view/ui-tree-view.component";
|
|
136
|
+
import * as i113 from "./ui-calendar/ui-calendar.component";
|
|
137
|
+
import * as i114 from "./ui-asp-report-viewer/ui-asp-report-viewer.component";
|
|
138
|
+
import * as i115 from "./ui-graph/ui-graph.component";
|
|
139
|
+
import * as i116 from "./ui-exception-form/ui-exception-form.component";
|
|
140
|
+
import * as i117 from "./ui-editable-grid/ui-editable-grid.component";
|
|
141
|
+
import * as i118 from "./column-matrix-renderer/column-matrix-renderer.component";
|
|
142
|
+
import * as i119 from "./ui-matrix-view/ui-matrix-view.component";
|
|
143
|
+
import * as i120 from "./custom-date-time/custom-date-time.component";
|
|
144
|
+
import * as i121 from "./barsa-asp-viewer/barsa-asp-viewer.component";
|
|
145
|
+
import * as i122 from "./file-in-dialog/file-in-dialog.component";
|
|
146
|
+
import * as i123 from "./ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component";
|
|
147
|
+
import * as i124 from "./ui-gantt-chart/ui-gantt-chart.component";
|
|
148
|
+
import * as i125 from "./gantt-dhtml-chart-view/gantt-dhtml-chart-view.component";
|
|
149
|
+
import * as i126 from "./progress-indicator/progress-indicator.component";
|
|
150
|
+
import * as i127 from "./card-view-content/card-view-content.component";
|
|
151
|
+
import * as i128 from "./card-item/card-item.component";
|
|
152
|
+
import * as i129 from "./ui-card-view-horizontal-group/ui-card-view-horizontal-group.component";
|
|
153
|
+
import * as i130 from "./title/title.component";
|
|
154
|
+
import * as i131 from "./barsa-ulv-main/barsa-ulv-main.component";
|
|
155
|
+
import * as i132 from "./list-item/list-item.component";
|
|
156
|
+
import * as i133 from "./htree-create-new/htree-create-new.component";
|
|
157
|
+
import * as i134 from "./barsa-table-header/barsa-table-header.component";
|
|
158
|
+
import * as i135 from "./barsa-table-row/barsa-table-row.component";
|
|
159
|
+
import * as i136 from "./barsa-table-column/barsa-table-column.component";
|
|
160
|
+
import * as i137 from "./breadcrumb/breadcrumb.component";
|
|
161
|
+
import * as i138 from "./ui-label/ui-label.component";
|
|
162
|
+
import * as i139 from "./form-toolbar-button/form-toolbar-button.component";
|
|
163
|
+
import * as i140 from "./barsa-search-form/barsa-search-form.component";
|
|
164
|
+
import * as i141 from "./report-new-top-form/report-new-top-form.component";
|
|
165
|
+
import * as i142 from "./barsa-network-offline/barsa-network-offline.component";
|
|
166
|
+
import * as i143 from "./file-viewer-content/file-viewer-content.component";
|
|
167
|
+
import * as i144 from "./file-viewer-popover/file-viewer-popover.component";
|
|
168
|
+
import * as i145 from "./file-viewer/file-viewer.component";
|
|
169
|
+
import * as i146 from "./blob-viewer/blob-viewer.component";
|
|
170
|
+
import * as i147 from "./notification-item/notification-item.component";
|
|
171
|
+
import * as i148 from "./barsa-cartable-template/barsa-cartable-template.component";
|
|
172
|
+
import * as i149 from "./barsa-group-cartable/barsa-cartable-group.component";
|
|
173
|
+
import * as i150 from "./barsa-cartable-form/barsa-cartable-form.component";
|
|
174
|
+
import * as i151 from "./barsa-column-indicator/barsa-column-indicator.component";
|
|
175
|
+
import * as i152 from "./barsa-field-key-value/barsa-field-key-value.component";
|
|
176
|
+
import * as i153 from "./barsa-toolbaritem-search/barsa-toolbaritem-search.component";
|
|
177
|
+
import * as i154 from "./ui-html-viewer/ui-html-viewer.component";
|
|
178
|
+
import * as i155 from "./barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component";
|
|
179
|
+
import * as i156 from "./barsa-text-ellipsis/barsa-text-ellipsis.component";
|
|
180
|
+
import * as i157 from "./barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component";
|
|
181
|
+
import * as i158 from "./barsa-linkable-items-panel/barsa-linkable-items-panel.component";
|
|
182
|
+
import * as i159 from "./barsa-enum-menu-button/barsa-enum-menu-button.component";
|
|
183
|
+
import * as i160 from "./barsa-card-layout-panel/barsa-card-layout-panel.component";
|
|
184
|
+
import * as i161 from "./barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component";
|
|
185
|
+
import * as i162 from "./barsa-base-panel/barsa-base-layout-panel.component";
|
|
186
|
+
import * as i163 from "./barsa-bar-panel/barsa-bar-panel.component";
|
|
187
|
+
import * as i164 from "./barsa-form-side-content/barsa-form-side-content.component";
|
|
188
|
+
import * as i165 from "./barsa-simple-form/barsa-simple-form.component";
|
|
189
|
+
import * as i166 from "./form-toolbar/form-toolbar.component";
|
|
190
|
+
import * as i167 from "./barsa-list-layout-panel/barsa-list-layout-panel.component";
|
|
191
|
+
import * as i168 from "./barsa-grid-layout-panel/barsa-grid-layout-panel.component";
|
|
192
|
+
import * as i169 from "./barsa-dynamic-field/barsa-dynamic-field.component";
|
|
193
|
+
import * as i170 from "./ui-multi-select-radio/ui-multi-select-radio.component";
|
|
194
|
+
import * as i171 from "./ui-multi-select-checkbox/ui-multi-select-checkbox.component";
|
|
195
|
+
import * as i172 from "./ui-num-int-slider/ui-num-int-slider.component";
|
|
196
|
+
import * as i173 from "./ui-multi-select-slider/ui-multi-select-slider.component";
|
|
197
|
+
import * as i174 from "./ui-multi-select-card/ui-multi-select-card.component";
|
|
198
|
+
import * as i175 from "./ui-multi-select-smile/ui-multi-select-smile.component";
|
|
199
|
+
import * as i176 from "./barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component";
|
|
200
|
+
import * as i177 from "./barsa-column-rownumber/barsa-column-rownumber.component";
|
|
201
|
+
import * as i178 from "./barsa-card-row-payam/barsa-card-row-payam.component";
|
|
202
|
+
import * as i179 from "./barsa-question-post/barsa-question-post.component";
|
|
203
|
+
import * as i180 from "./barsa-question-answer-form/barsa-question-answer-form.component";
|
|
204
|
+
import * as i181 from "./barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component";
|
|
205
|
+
import * as i182 from "./barsa-answer-card/barsa-answer-card.component";
|
|
206
|
+
import * as i183 from "./barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component";
|
|
207
|
+
import * as i184 from "./barsa-question-answer-vote-section/barsa-question-answer-vote-section.component";
|
|
208
|
+
import * as i185 from "./barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component";
|
|
209
|
+
import * as i186 from "./barsa-question-answer-comments-section/barsa-question-answer-comments-section.component";
|
|
210
|
+
import * as i187 from "./barsa-chip/barsa-chip.component";
|
|
211
|
+
import * as i188 from "./barsa-tag-chip/barsa-tag-chip.component";
|
|
212
|
+
import * as i189 from "./barsa-report-card-flex-view/barsa-report-card-flex-view.component";
|
|
213
|
+
import * as i190 from "./barsa-tags-category-row/barsa-tags-category-row.component";
|
|
214
|
+
import * as i191 from "./barsa-tag-categories/barsa-tag-categories.component";
|
|
215
|
+
import * as i192 from "./barsa-report-one-of-list/barsa-report-one-of-list.component";
|
|
216
|
+
import * as i193 from "./barsa-custom-inline-edit/barsa-custom-inline-edit.component";
|
|
217
|
+
import * as i194 from "./barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component";
|
|
218
|
+
import * as i195 from "./barsa-chat/barsa-chat.component";
|
|
219
|
+
import * as i196 from "./barsa-chat-content/barsa-chat-content.component";
|
|
220
|
+
import * as i197 from "./barsa-chat-message/barsa-chat-message.component";
|
|
221
|
+
import * as i198 from "./barsa-chat-thread/barsa-chat-thread.component";
|
|
222
|
+
import * as i199 from "./barsa-chat-threads-list/barsa-chat-threads-list.component";
|
|
223
|
+
import * as i200 from "./barsa-chat-threads-list-toolbar/barsa-chat-threads-list-toolbar.component";
|
|
224
|
+
import * as i201 from "./barsa-chat-content-toolbar/barsa-chat-content-toolbar.component";
|
|
225
|
+
import * as i202 from "./barsa-chat-list/barsa-chat-list.component";
|
|
226
|
+
import * as i203 from "./upload-file-status.pipe";
|
|
227
|
+
import * as i204 from "./sap-font.pipe";
|
|
228
|
+
import * as i205 from "./sap-font-class.pipe";
|
|
229
|
+
import * as i206 from "./barsa-tree-item/node-has-one-depth-level.pipe";
|
|
230
|
+
import * as i207 from "./column-matrix-renderer/matrix-value.pipe";
|
|
231
|
+
import * as i208 from "./dynamic-page-size.pipe";
|
|
232
|
+
import * as i209 from "./sap-size.pipe";
|
|
233
|
+
import * as i210 from "./wizard-layout.directive";
|
|
234
|
+
import * as i211 from "./col-renderer.directive";
|
|
235
|
+
import * as i212 from "./apply-conditional-formmatings.directive";
|
|
236
|
+
import * as i213 from "./report-view-renderer.directive";
|
|
237
|
+
import * as i214 from "./fullscreen-dialog.directive";
|
|
238
|
+
import * as i215 from "./fullscreen-files.directive";
|
|
239
|
+
import * as i216 from "./download-files.directive";
|
|
240
|
+
import * as i217 from "./dialog-handler.directive";
|
|
241
|
+
import * as i218 from "@fundamental-ngx/core";
|
|
242
|
+
const rootProviders = [
|
|
243
|
+
Overlay,
|
|
244
|
+
GlobalContentDensityService,
|
|
245
|
+
ThemingService,
|
|
246
|
+
NotificationRef,
|
|
247
|
+
RtlService,
|
|
248
|
+
{
|
|
249
|
+
provide: APP_INITIALIZER,
|
|
250
|
+
useFactory: INIT_SAPFIORI,
|
|
251
|
+
deps: [RtlService, GlobalContentDensityService, ThemingService, PortalService, DomSanitizer],
|
|
252
|
+
multi: true
|
|
253
|
+
},
|
|
254
|
+
{ provide: FORM_DIALOG_COMPONENT, useValue: FormDialogComponent },
|
|
255
|
+
{ provide: NOTIFICATAION_POPUP_SERVER, useClass: NotificationPopupService },
|
|
256
|
+
{ provide: TOAST_SERVICE, useClass: MessageToastService }
|
|
257
|
+
];
|
|
258
|
+
export class BarsaSapUiModule extends BaseModule {
|
|
259
|
+
constructor(dcm, componentFactoryResolver) {
|
|
260
|
+
super(dcm, componentFactoryResolver, 'BarsaSapUiModule');
|
|
261
|
+
this.dcm = dcm;
|
|
262
|
+
this.componentFactoryResolver = componentFactoryResolver;
|
|
263
|
+
this.dynamicComponents = [...components];
|
|
264
|
+
}
|
|
265
|
+
static forRoot() {
|
|
266
|
+
return {
|
|
267
|
+
ngModule: BarsaSapUiModule,
|
|
268
|
+
providers: [...pipes, ...rootProviders]
|
|
269
|
+
};
|
|
270
|
+
}
|
|
271
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BarsaSapUiModule, deps: [{ token: i1.DynamicComponentService }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
272
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.5", 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.BarsaChatComponent, i196.BarsaChatContentComponent, i197.BarsaChatMessageComponent, i198.BarsaChatThreadComponent, i199.BarsaChatThreadsListComponent, i200.BarsaChatThreadsListToolbarComponent, i201.BarsaChatContentToolbarComponent, i202.BarsaChatListComponent, i203.UploadFileStatusPipe, i204.SapFontPipe, i205.SapFontClassPipe, i107.StringToArrayPipe, i206.NodeHasOneDepthLevelPipe, i207.MatrixValuePipe, i208.DynamicPageSizePipe, i209.SapSizePipe, i210.WizardLayoutDirective, i211.ColRendererDirective, i212.ApplyConditionalFormatsDirective, i213.ReportViewRendererDirective, i214.FullscreenDialogDirective, i215.FullscreenFilesDirective, i216.DownloadFilesDirective, i217.DialogHandlerDirective], imports: [CommonModule,
|
|
273
|
+
FormsModule,
|
|
274
|
+
ReactiveFormsModule,
|
|
275
|
+
BarsaNovinRayCoreModule,
|
|
276
|
+
DragDropModule,
|
|
277
|
+
CdkTableModule,
|
|
278
|
+
FundamentalNgxCoreModule,
|
|
279
|
+
FacetModule,
|
|
280
|
+
WizardModule,
|
|
281
|
+
RatingStarLabelPipe,
|
|
282
|
+
ListGroupPipe,
|
|
283
|
+
DateTimeFormatPipe,
|
|
284
|
+
DateFromNowPipe,
|
|
285
|
+
DateFormatPipe,
|
|
286
|
+
AvatarIconPipe,
|
|
287
|
+
ColorSwatchesModule,
|
|
288
|
+
ColorChromeModule,
|
|
289
|
+
ClipboardModule,
|
|
290
|
+
BarsaCalendarModule,
|
|
291
|
+
BarsaSapUiRoutingModule,
|
|
292
|
+
PdfJsViewerModule,
|
|
293
|
+
ResizableModule, i218.ContentDensityModule, ScrollingModule,
|
|
294
|
+
UtilDateToHhMmPipe,
|
|
295
|
+
UtilChatTimeBadgePipe], 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, i195.BarsaChatComponent, i196.BarsaChatContentComponent, i197.BarsaChatMessageComponent, i198.BarsaChatThreadComponent, i199.BarsaChatThreadsListComponent, i200.BarsaChatThreadsListToolbarComponent, i201.BarsaChatContentToolbarComponent, i202.BarsaChatListComponent, i210.WizardLayoutDirective, i211.ColRendererDirective, i212.ApplyConditionalFormatsDirective, i213.ReportViewRendererDirective, i214.FullscreenDialogDirective, i215.FullscreenFilesDirective, i216.DownloadFilesDirective, i217.DialogHandlerDirective, i203.UploadFileStatusPipe, i204.SapFontPipe, i205.SapFontClassPipe, i107.StringToArrayPipe, i206.NodeHasOneDepthLevelPipe, i207.MatrixValuePipe, i208.DynamicPageSizePipe, i209.SapSizePipe] }); }
|
|
296
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BarsaSapUiModule, providers: [{ provide: DIALOG_SERVICE, useClass: DialogService }], imports: [CommonModule,
|
|
297
|
+
FormsModule,
|
|
298
|
+
ReactiveFormsModule,
|
|
299
|
+
BarsaNovinRayCoreModule,
|
|
300
|
+
DragDropModule,
|
|
301
|
+
CdkTableModule,
|
|
302
|
+
FundamentalNgxCoreModule,
|
|
303
|
+
FacetModule,
|
|
304
|
+
WizardModule,
|
|
305
|
+
ColorSwatchesModule,
|
|
306
|
+
ColorChromeModule,
|
|
307
|
+
ClipboardModule,
|
|
308
|
+
BarsaCalendarModule,
|
|
309
|
+
BarsaSapUiRoutingModule,
|
|
310
|
+
PdfJsViewerModule,
|
|
311
|
+
ResizableModule,
|
|
312
|
+
ContentDensityModule.forRoot({
|
|
313
|
+
storage: 'localStorage', // can be 'url' or 'memory'
|
|
314
|
+
storageKey: '__contentDensity__',
|
|
315
|
+
defaultGlobalContentDensity: ContentDensityMode.COMPACT
|
|
316
|
+
}),
|
|
317
|
+
ScrollingModule] }); }
|
|
318
|
+
}
|
|
319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BarsaSapUiModule, decorators: [{
|
|
320
|
+
type: NgModule,
|
|
321
|
+
args: [{
|
|
322
|
+
declarations: [...components, ...pipes, ...directives],
|
|
323
|
+
schemas: [NO_ERRORS_SCHEMA, CUSTOM_ELEMENTS_SCHEMA],
|
|
324
|
+
imports: [
|
|
325
|
+
CommonModule,
|
|
326
|
+
FormsModule,
|
|
327
|
+
ReactiveFormsModule,
|
|
328
|
+
BarsaNovinRayCoreModule,
|
|
329
|
+
DragDropModule,
|
|
330
|
+
CdkTableModule,
|
|
331
|
+
FundamentalNgxCoreModule,
|
|
332
|
+
FacetModule,
|
|
333
|
+
WizardModule,
|
|
334
|
+
RatingStarLabelPipe,
|
|
335
|
+
ListGroupPipe,
|
|
336
|
+
DateTimeFormatPipe,
|
|
337
|
+
DateFromNowPipe,
|
|
338
|
+
DateFormatPipe,
|
|
339
|
+
AvatarIconPipe,
|
|
340
|
+
ColorSwatchesModule,
|
|
341
|
+
ColorChromeModule,
|
|
342
|
+
ClipboardModule,
|
|
343
|
+
BarsaCalendarModule,
|
|
344
|
+
BarsaSapUiRoutingModule,
|
|
345
|
+
PdfJsViewerModule,
|
|
346
|
+
ResizableModule,
|
|
347
|
+
ContentDensityModule.forRoot({
|
|
348
|
+
storage: 'localStorage', // can be 'url' or 'memory'
|
|
349
|
+
storageKey: '__contentDensity__',
|
|
350
|
+
defaultGlobalContentDensity: ContentDensityMode.COMPACT
|
|
351
|
+
}),
|
|
352
|
+
ScrollingModule,
|
|
353
|
+
UtilDateToHhMmPipe,
|
|
354
|
+
UtilChatTimeBadgePipe
|
|
355
|
+
],
|
|
356
|
+
exports: [...components, ...directives, ...pipes],
|
|
357
|
+
providers: [{ provide: DIALOG_SERVICE, useClass: DialogService }]
|
|
358
|
+
}]
|
|
359
|
+
}], ctorParameters: () => [{ type: i1.DynamicComponentService }, { type: i0.ComponentFactoryResolver }] });
|
|
360
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2Etc2FwLXVpLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2JhcnNhLXNhcC11aS9zcmMvbGliL2JhcnNhLXNhcC11aS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVILHNCQUFzQixFQUV0QixRQUFRLEVBQ1IsZ0JBQWdCLEVBQ2hCLGVBQWUsRUFDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNwRCxPQUFPLEVBQ0gsd0JBQXdCLEVBQ3hCLFlBQVksRUFDWixXQUFXLEVBQ1gsY0FBYyxFQUNkLGFBQWEsRUFDYixvQkFBb0IsRUFDcEIsa0JBQWtCLEVBQ2xCLDJCQUEyQixFQUMzQixtQkFBbUIsRUFDbkIsYUFBYSxFQUNiLGtCQUFrQixFQUNsQixlQUFlLEVBQ2YsY0FBYyxFQUNkLGNBQWMsRUFDZCxlQUFlLEVBQ2YsbUJBQW1CLEVBQ3RCLE1BQU0sdUJBQXVCLENBQUM7QUFDL0IsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRXJELE9BQU8sRUFDSCxhQUFhLEVBRWIsdUJBQXVCLEVBQ3ZCLFVBQVUsRUFDVixjQUFjLEVBQ2QscUJBQXFCLEVBQ3JCLDBCQUEwQixFQUMxQixhQUFhLEVBQ2IsZUFBZSxFQUNsQixNQUFNLHNCQUFzQixDQUFDO0FBRTlCLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUV6RCxPQUFPLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUUsYUFBYSxFQUFFLE1BQU0sU0FBUyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3hFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ3hFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDekQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDL0QsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFcEUsTUFBTSxhQUFhLEdBQUc7SUFDbEIsT0FBTztJQUNQLDJCQUEyQjtJQUMzQixjQUFjO0lBQ2QsZUFBZTtJQUNmLFVBQVU7SUFDVjtRQUNJLE9BQU8sRUFBRSxlQUFlO1FBQ3hCLFVBQVUsRUFBRSxhQUFhO1FBQ3pCLElBQUksRUFBRSxDQUFDLFVBQVUsRUFBRSwyQkFBMkIsRUFBRSxjQUFjLEVBQUUsYUFBYSxFQUFFLFlBQVksQ0FBQztRQUM1RixLQUFLLEVBQUUsSUFBSTtLQUNkO0lBQ0QsRUFBRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsUUFBUSxFQUFFLG1CQUFtQixFQUFFO0lBQ2pFLEVBQUUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLFFBQVEsRUFBRSx3QkFBd0IsRUFBRTtJQUMzRSxFQUFFLE9BQU8sRUFBRSxhQUFhLEVBQUUsUUFBUSxFQUFFLG1CQUFtQixFQUFFO0NBQzVELENBQUM7QUF3Q0YsTUFBTSxPQUFPLGdCQUFpQixTQUFRLFVBQVU7SUFFNUMsWUFBc0IsR0FBNEIsRUFBWSx3QkFBa0Q7UUFDNUcsS0FBSyxDQUFDLEdBQUcsRUFBRSx3QkFBd0IsRUFBRSxrQkFBa0IsQ0FBQyxDQUFDO1FBRHZDLFFBQUcsR0FBSCxHQUFHLENBQXlCO1FBQVksNkJBQXdCLEdBQXhCLHdCQUF3QixDQUEwQjtRQUR0RyxzQkFBaUIsR0FBRyxDQUFDLEdBQUcsVUFBVSxDQUFDLENBQUM7SUFHOUMsQ0FBQztJQUNELE1BQU0sQ0FBQyxPQUFPO1FBQ1YsT0FBTztZQUNILFFBQVEsRUFBRSxnQkFBZ0I7WUFDMUIsU0FBUyxFQUFFLENBQUMsR0FBRyxLQUFLLEVBQUUsR0FBRyxhQUFhLENBQUM7U0FDMUMsQ0FBQztJQUNOLENBQUM7OEdBVlEsZ0JBQWdCOytHQUFoQixnQkFBZ0IsMnVOQWxDckIsWUFBWTtZQUNaLFdBQVc7WUFDWCxtQkFBbUI7WUFDbkIsdUJBQXVCO1lBQ3ZCLGNBQWM7WUFDZCxjQUFjO1lBQ2Qsd0JBQXdCO1lBQ3hCLFdBQVc7WUFDWCxZQUFZO1lBQ1osbUJBQW1CO1lBQ25CLGFBQWE7WUFDYixrQkFBa0I7WUFDbEIsZUFBZTtZQUNmLGNBQWM7WUFDZCxjQUFjO1lBQ2QsbUJBQW1CO1lBQ25CLGlCQUFpQjtZQUNqQixlQUFlO1lBQ2YsbUJBQW1CO1lBQ25CLHVCQUF1QjtZQUN2QixpQkFBaUI7WUFDakIsZUFBZSw2QkFNZixlQUFlO1lBQ2Ysa0JBQWtCO1lBQ2xCLHFCQUFxQjsrR0FLaEIsZ0JBQWdCLGFBRmQsQ0FBQyxFQUFFLE9BQU8sRUFBRSxjQUFjLEVBQUUsUUFBUSxFQUFFLGFBQWEsRUFBRSxDQUFDLFlBaEM3RCxZQUFZO1lBQ1osV0FBVztZQUNYLG1CQUFtQjtZQUNuQix1QkFBdUI7WUFDdkIsY0FBYztZQUNkLGNBQWM7WUFDZCx3QkFBd0I7WUFDeEIsV0FBVztZQUNYLFlBQVk7WUFPWixtQkFBbUI7WUFDbkIsaUJBQWlCO1lBQ2pCLGVBQWU7WUFDZixtQkFBbUI7WUFDbkIsdUJBQXVCO1lBQ3ZCLGlCQUFpQjtZQUNqQixlQUFlO1lBQ2Ysb0JBQW9CLENBQUMsT0FBTyxDQUFDO2dCQUN6QixPQUFPLEVBQUUsY0FBYyxFQUFFLDJCQUEyQjtnQkFDcEQsVUFBVSxFQUFFLG9CQUFvQjtnQkFDaEMsMkJBQTJCLEVBQUUsa0JBQWtCLENBQUMsT0FBTzthQUMxRCxDQUFDO1lBQ0YsZUFBZTs7MkZBT1YsZ0JBQWdCO2tCQXRDNUIsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUUsQ0FBQyxHQUFHLFVBQVUsRUFBRSxHQUFHLEtBQUssRUFBRSxHQUFHLFVBQVUsQ0FBQztvQkFDdEQsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLEVBQUUsc0JBQXNCLENBQUM7b0JBQ25ELE9BQU8sRUFBRTt3QkFDTCxZQUFZO3dCQUNaLFdBQVc7d0JBQ1gsbUJBQW1CO3dCQUNuQix1QkFBdUI7d0JBQ3ZCLGNBQWM7d0JBQ2QsY0FBYzt3QkFDZCx3QkFBd0I7d0JBQ3hCLFdBQVc7d0JBQ1gsWUFBWTt3QkFDWixtQkFBbUI7d0JBQ25CLGFBQWE7d0JBQ2Isa0JBQWtCO3dCQUNsQixlQUFlO3dCQUNmLGNBQWM7d0JBQ2QsY0FBYzt3QkFDZCxtQkFBbUI7d0JBQ25CLGlCQUFpQjt3QkFDakIsZUFBZTt3QkFDZixtQkFBbUI7d0JBQ25CLHVCQUF1Qjt3QkFDdkIsaUJBQWlCO3dCQUNqQixlQUFlO3dCQUNmLG9CQUFvQixDQUFDLE9BQU8sQ0FBQzs0QkFDekIsT0FBTyxFQUFFLGNBQWMsRUFBRSwyQkFBMkI7NEJBQ3BELFVBQVUsRUFBRSxvQkFBb0I7NEJBQ2hDLDJCQUEyQixFQUFFLGtCQUFrQixDQUFDLE9BQU87eUJBQzFELENBQUM7d0JBQ0YsZUFBZTt3QkFDZixrQkFBa0I7d0JBQ2xCLHFCQUFxQjtxQkFDeEI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsR0FBRyxVQUFVLEVBQUUsR0FBRyxVQUFVLEVBQUUsR0FBRyxLQUFLLENBQUM7b0JBQ2pELFNBQVMsRUFBRSxDQUFDLEVBQUUsT0FBTyxFQUFFLGNBQWMsRUFBRSxRQUFRLEVBQUUsYUFBYSxFQUFFLENBQUM7aUJBQ3BFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcclxuICAgIENvbXBvbmVudEZhY3RvcnlSZXNvbHZlcixcclxuICAgIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsXHJcbiAgICBNb2R1bGVXaXRoUHJvdmlkZXJzLFxyXG4gICAgTmdNb2R1bGUsXHJcbiAgICBOT19FUlJPUlNfU0NIRU1BLFxyXG4gICAgQVBQX0lOSVRJQUxJWkVSXHJcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBPdmVybGF5IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBEcmFnRHJvcE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9kcmFnLWRyb3AnO1xyXG5pbXBvcnQgeyBDZGtUYWJsZU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay90YWJsZSc7XHJcbmltcG9ydCB7XHJcbiAgICBGdW5kYW1lbnRhbE5neENvcmVNb2R1bGUsXHJcbiAgICBXaXphcmRNb2R1bGUsXHJcbiAgICBGYWNldE1vZHVsZSxcclxuICAgIFRoZW1pbmdTZXJ2aWNlLFxyXG4gICAgRGlhbG9nU2VydmljZSxcclxuICAgIENvbnRlbnREZW5zaXR5TW9kdWxlLFxyXG4gICAgQ29udGVudERlbnNpdHlNb2RlLFxyXG4gICAgR2xvYmFsQ29udGVudERlbnNpdHlTZXJ2aWNlLFxyXG4gICAgUmF0aW5nU3RhckxhYmVsUGlwZSxcclxuICAgIExpc3RHcm91cFBpcGUsXHJcbiAgICBEYXRlVGltZUZvcm1hdFBpcGUsXHJcbiAgICBEYXRlRnJvbU5vd1BpcGUsXHJcbiAgICBEYXRlRm9ybWF0UGlwZSxcclxuICAgIEF2YXRhckljb25QaXBlLFxyXG4gICAgTm90aWZpY2F0aW9uUmVmLFxyXG4gICAgTWVzc2FnZVRvYXN0U2VydmljZVxyXG59IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZSc7XHJcbmltcG9ydCB7IFJ0bFNlcnZpY2UgfSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2Nkay91dGlscyc7XHJcbmltcG9ydCB7IFBkZkpzVmlld2VyTW9kdWxlIH0gZnJvbSAnbmcyLXBkZmpzLXZpZXdlcic7XHJcblxyXG5pbXBvcnQge1xyXG4gICAgUG9ydGFsU2VydmljZSxcclxuICAgIER5bmFtaWNDb21wb25lbnRTZXJ2aWNlLFxyXG4gICAgQmFyc2FOb3ZpblJheUNvcmVNb2R1bGUsXHJcbiAgICBCYXNlTW9kdWxlLFxyXG4gICAgRElBTE9HX1NFUlZJQ0UsXHJcbiAgICBGT1JNX0RJQUxPR19DT01QT05FTlQsXHJcbiAgICBOT1RJRklDQVRBSU9OX1BPUFVQX1NFUlZFUixcclxuICAgIFRPQVNUX1NFUlZJQ0UsXHJcbiAgICBSZXNpemFibGVNb2R1bGVcclxufSBmcm9tICdiYXJzYS1ub3Zpbi1yYXktY29yZSc7XHJcblxyXG5pbXBvcnQgeyBCYXJzYUNhbGVuZGFyTW9kdWxlIH0gZnJvbSAnYmFyc2EtY2FsZW5kYXInO1xyXG5pbXBvcnQgeyBDb2xvclN3YXRjaGVzTW9kdWxlIH0gZnJvbSAnbmd4LWNvbG9yL3N3YXRjaGVzJztcclxuaW1wb3J0IHsgQ29sb3JDaHJvbWVNb2R1bGUgfSBmcm9tICduZ3gtY29sb3IvY2hyb21lJztcclxuaW1wb3J0IHsgQ2xpcGJvYXJkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NsaXBib2FyZCc7XHJcblxyXG5pbXBvcnQgeyBjb21wb25lbnRzLCBwaXBlcywgZGlyZWN0aXZlcywgSU5JVF9TQVBGSU9SSSB9IGZyb20gJy4vaW5kZXgnO1xyXG5pbXBvcnQgeyBCYXJzYVNhcFVpUm91dGluZ01vZHVsZSB9IGZyb20gJy4vYmFyc2Etc2FwLXVpLXJvdXRpbmcubW9kdWxlJztcclxuaW1wb3J0IHsgRm9ybURpYWxvZ0NvbXBvbmVudCB9IGZyb20gJy4vZm9ybS1kaWFsb2cvZm9ybS1kaWFsb2cuY29tcG9uZW50JztcclxuaW1wb3J0IHsgTm90aWZpY2F0aW9uUG9wdXBTZXJ2aWNlIH0gZnJvbSAnLi9ub3RpZmljYXRpb24tcG9wdXAuc2VydmljZSc7XHJcbmltcG9ydCB7IERvbVNhbml0aXplciB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xyXG5pbXBvcnQgeyBTY3JvbGxpbmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvc2Nyb2xsaW5nJztcclxuaW1wb3J0IHsgVXRpbERhdGVUb0hoTW1QaXBlIH0gZnJvbSAnLi91dGlsLWRhdGUtdG8taGgtbW0ucGlwZSc7XHJcbmltcG9ydCB7IFV0aWxDaGF0VGltZUJhZGdlUGlwZSB9IGZyb20gJy4vdXRpbC1jaGF0LXRpbWUtYmFkZ2UucGlwZSc7XHJcblxyXG5jb25zdCByb290UHJvdmlkZXJzID0gW1xyXG4gICAgT3ZlcmxheSxcclxuICAgIEdsb2JhbENvbnRlbnREZW5zaXR5U2VydmljZSxcclxuICAgIFRoZW1pbmdTZXJ2aWNlLFxyXG4gICAgTm90aWZpY2F0aW9uUmVmLFxyXG4gICAgUnRsU2VydmljZSxcclxuICAgIHtcclxuICAgICAgICBwcm92aWRlOiBBUFBfSU5JVElBTElaRVIsXHJcbiAgICAgICAgdXNlRmFjdG9yeTogSU5JVF9TQVBGSU9SSSxcclxuICAgICAgICBkZXBzOiBbUnRsU2VydmljZSwgR2xvYmFsQ29udGVudERlbnNpdHlTZXJ2aWNlLCBUaGVtaW5nU2VydmljZSwgUG9ydGFsU2VydmljZSwgRG9tU2FuaXRpemVyXSxcclxuICAgICAgICBtdWx0aTogdHJ1ZVxyXG4gICAgfSxcclxuICAgIHsgcHJvdmlkZTogRk9STV9ESUFMT0dfQ09NUE9ORU5ULCB1c2VWYWx1ZTogRm9ybURpYWxvZ0NvbXBvbmVudCB9LFxyXG4gICAgeyBwcm92aWRlOiBOT1RJRklDQVRBSU9OX1BPUFVQX1NFUlZFUiwgdXNlQ2xhc3M6IE5vdGlmaWNhdGlvblBvcHVwU2VydmljZSB9LFxyXG4gICAgeyBwcm92aWRlOiBUT0FTVF9TRVJWSUNFLCB1c2VDbGFzczogTWVzc2FnZVRvYXN0U2VydmljZSB9XHJcbl07XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gICAgZGVjbGFyYXRpb25zOiBbLi4uY29tcG9uZW50cywgLi4ucGlwZXMsIC4uLmRpcmVjdGl2ZXNdLFxyXG4gICAgc2NoZW1hczogW05PX0VSUk9SU19TQ0hFTUEsIENVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxyXG4gICAgaW1wb3J0czogW1xyXG4gICAgICAgIENvbW1vbk1vZHVsZSxcclxuICAgICAgICBGb3Jtc01vZHVsZSxcclxuICAgICAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxyXG4gICAgICAgIEJhcnNhTm92aW5SYXlDb3JlTW9kdWxlLFxyXG4gICAgICAgIERyYWdEcm9wTW9kdWxlLFxyXG4gICAgICAgIENka1RhYmxlTW9kdWxlLFxyXG4gICAgICAgIEZ1bmRhbWVudGFsTmd4Q29yZU1vZHVsZSxcclxuICAgICAgICBGYWNldE1vZHVsZSxcclxuICAgICAgICBXaXphcmRNb2R1bGUsXHJcbiAgICAgICAgUmF0aW5nU3RhckxhYmVsUGlwZSxcclxuICAgICAgICBMaXN0R3JvdXBQaXBlLFxyXG4gICAgICAgIERhdGVUaW1lRm9ybWF0UGlwZSxcclxuICAgICAgICBEYXRlRnJvbU5vd1BpcGUsXHJcbiAgICAgICAgRGF0ZUZvcm1hdFBpcGUsXHJcbiAgICAgICAgQXZhdGFySWNvblBpcGUsXHJcbiAgICAgICAgQ29sb3JTd2F0Y2hlc01vZHVsZSxcclxuICAgICAgICBDb2xvckNocm9tZU1vZHVsZSxcclxuICAgICAgICBDbGlwYm9hcmRNb2R1bGUsXHJcbiAgICAgICAgQmFyc2FDYWxlbmRhck1vZHVsZSxcclxuICAgICAgICBCYXJzYVNhcFVpUm91dGluZ01vZHVsZSxcclxuICAgICAgICBQZGZKc1ZpZXdlck1vZHVsZSxcclxuICAgICAgICBSZXNpemFibGVNb2R1bGUsXHJcbiAgICAgICAgQ29udGVudERlbnNpdHlNb2R1bGUuZm9yUm9vdCh7XHJcbiAgICAgICAgICAgIHN0b3JhZ2U6ICdsb2NhbFN0b3JhZ2UnLCAvLyBjYW4gYmUgJ3VybCcgb3IgJ21lbW9yeSdcclxuICAgICAgICAgICAgc3RvcmFnZUtleTogJ19fY29udGVudERlbnNpdHlfXycsXHJcbiAgICAgICAgICAgIGRlZmF1bHRHbG9iYWxDb250ZW50RGVuc2l0eTogQ29udGVudERlbnNpdHlNb2RlLkNPTVBBQ1RcclxuICAgICAgICB9KSxcclxuICAgICAgICBTY3JvbGxpbmdNb2R1bGUsXHJcbiAgICAgICAgVXRpbERhdGVUb0hoTW1QaXBlLFxyXG4gICAgICAgIFV0aWxDaGF0VGltZUJhZGdlUGlwZVxyXG4gICAgXSxcclxuICAgIGV4cG9ydHM6IFsuLi5jb21wb25lbnRzLCAuLi5kaXJlY3RpdmVzLCAuLi5waXBlc10sXHJcbiAgICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IERJQUxPR19TRVJWSUNFLCB1c2VDbGFzczogRGlhbG9nU2VydmljZSB9XVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmFyc2FTYXBVaU1vZHVsZSBleHRlbmRzIEJhc2VNb2R1bGUge1xyXG4gICAgcHJvdGVjdGVkIGR5bmFtaWNDb21wb25lbnRzID0gWy4uLmNvbXBvbmVudHNdO1xyXG4gICAgY29uc3RydWN0b3IocHJvdGVjdGVkIGRjbTogRHluYW1pY0NvbXBvbmVudFNlcnZpY2UsIHByb3RlY3RlZCBjb21wb25lbnRGYWN0b3J5UmVzb2x2ZXI6IENvbXBvbmVudEZhY3RvcnlSZXNvbHZlcikge1xyXG4gICAgICAgIHN1cGVyKGRjbSwgY29tcG9uZW50RmFjdG9yeVJlc29sdmVyLCAnQmFyc2FTYXBVaU1vZHVsZScpO1xyXG4gICAgfVxyXG4gICAgc3RhdGljIGZvclJvb3QoKTogTW9kdWxlV2l0aFByb3ZpZGVyczxCYXJzYVNhcFVpTW9kdWxlPiB7XHJcbiAgICAgICAgcmV0dXJuIHtcclxuICAgICAgICAgICAgbmdNb2R1bGU6IEJhcnNhU2FwVWlNb2R1bGUsXHJcbiAgICAgICAgICAgIHByb3ZpZGVyczogWy4uLnBpcGVzLCAuLi5yb290UHJvdmlkZXJzXVxyXG4gICAgICAgIH07XHJcbiAgICB9XHJcbn1cclxuIl19
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BarsaSearchFormComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
23
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", 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 }); }
|
|
24
|
+
}
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2Etc2VhcmNoLWZvcm0vYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2Etc2VhcmNoLWZvcm0vYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUNoRixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7OztBQVFqQyxNQUFNLE9BQU8sd0JBQXlCLFNBQVEsb0JBQW9CO0lBQzlELFFBQVE7UUFDSixLQUFLLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDakIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxNQUFNLEVBQUUsRUFBRTtZQUNwRixNQUFNLFVBQVUsR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDO1lBQy9CLElBQUksVUFBVSxJQUFJLE9BQU8sVUFBVSxLQUFLLFFBQVEsRUFBRSxDQUFDO2dCQUMvQyxJQUFJLENBQUMsY0FBYyxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsQ0FBQztZQUNsRCxDQUFDO1FBQ0wsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBQ0QsUUFBUTtRQUNKLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQztJQUNsQyxDQUFDOzhHQVpRLHdCQUF3QjtrR0FBeEIsd0JBQXdCLGdEQUZ0QixDQUFDLGdCQUFnQixDQUFDLGlEQ1RqQyxzdkNBMkJBOzsyRkRoQmEsd0JBQXdCO2tCQVBwQyxTQUFTOytCQUNJLHVCQUF1QixtQkFHaEIsdUJBQXVCLENBQUMsTUFBTSxhQUNwQyxDQUFDLGdCQUFnQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybVBhbmVsU2VydmljZSB9IGZyb20gJ2JhcnNhLW5vdmluLXJheS1jb3JlJztcbmltcG9ydCB7IFVpRm9ybVBhbmVsQ29tcG9uZW50IH0gZnJvbSAnLi4vdWktZm9ybS1wYW5lbC91aS1mb3JtLXBhbmVsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyB0YWtlVW50aWwgfSBmcm9tICdyeGpzJztcbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnYnN1LWJhcnNhLXNlYXJjaC1mb3JtJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFyc2Etc2VhcmNoLWZvcm0uY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2JhcnNhLXNlYXJjaC1mb3JtLmNvbXBvbmVudC5zY3NzJ10sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcHJvdmlkZXJzOiBbRm9ybVBhbmVsU2VydmljZV1cbn0pXG5leHBvcnQgY2xhc3MgQmFyc2FTZWFyY2hGb3JtQ29tcG9uZW50IGV4dGVuZHMgVWlGb3JtUGFuZWxDb21wb25lbnQge1xuICAgIG5nT25Jbml0KCk6IHZvaWQge1xuICAgICAgICBzdXBlci5uZ09uSW5pdCgpO1xuICAgICAgICB0aGlzLl9hY3RpdmF0ZWRSb3V0ZS5xdWVyeVBhcmFtcy5waXBlKHRha2VVbnRpbCh0aGlzLl9vbkRlc3Ryb3kkKSkuc3Vic2NyaWJlKChwYXJhbXMpID0+IHtcbiAgICAgICAgICAgIGNvbnN0IHNlYXJjaFRlcm0gPSBwYXJhbXMudGVybTtcbiAgICAgICAgICAgIGlmIChzZWFyY2hUZXJtICYmIHR5cGVvZiBzZWFyY2hUZXJtID09PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgICAgIHRoaXMuX3BvcnRhbFNlcnZpY2Uuc2V0U2VhcmNoVGVybShzZWFyY2hUZXJtKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgfVxuICAgIG9uQ2xvc2UyKCk6IHZvaWQge1xuICAgICAgICB0aGlzLl9yb3V0ZXIubmF2aWdhdGUoWycuLiddKTtcbiAgICB9XG59XG4iLCI8YnN1LWZ1bmRhbWVudGFsLWR5bmFtaWMtZm9ybVxuICAgIFtyZW1vdmVDb250ZW50UGFkZGluZ109XCIoaGVhZGVyUmVtb3ZlQ29udGVudFBhZGRpbmckIHwgYXN5bmMpISFcIlxuICAgIFticmVhZENydW1ic109XCJicmVhZENydW1icyQgfCBhc3luY1wiXG4gICAgW2Rlc2NyaXB0aW9uXT1cIihoZWFkZXJEZXNjcmlwdGlvbiQgfCBhc3luYykhIVwiXG4gICAgW3RpdGxlXT1cIih0aXRsZSQgfCBhc3luYykhIVwiXG4gICAgW3N1YnRpdGxlXT1cIihoZWFkZXJTdWJ0aXRsZSQgfCBhc3luYykhIVwiXG4gICAgW3Rvb2xiYXJJdGVtc109XCJ0b29sYmFySXRlbXMkIHwgYXN5bmMgfCB0bGJCdXR0b25zOiAnaW5Gb290ZXInOmZhbHNlXCJcbiAgICBbbGF5b3V0QWN0aW9uc109XCJ0b29sYmFySXRlbXMkIHwgYXN5bmMgfCB0bGJCdXR0b25zOiAnaW5Gb290ZXInOnRydWVcIlxuICAgIFt0b29sYmFyVmlzaWJsZV09XCIodG9vbGJhclZpc2libGUkIHwgYXN5bmMpISFcIlxuICAgIFtmYWNldExpc3RdPVwiKGhlYWRlckxheW91dCQgfCBhc3luYyk/LkZhY2V0TGlzdDJcIlxuICAgIFtwYXJhbWV0ZXJzXT1cInBhcmFtZXRlcnNcIlxuICAgIFt3b3JrZmxvd1BhbmVsVWldPVwid29ya2Zsb3dQYW5lbFVpJCB8IGFzeW5jXCJcbiAgICBbaXNNb2JpbGVdPVwiaXNNb2JpbGVcIlxuICAgIFtsYXlvdXQ5NF09XCJsYXlvdXQ5NCQgfCBhc3luY1wiXG4gICAgW3J0bF09XCIocnRsJCB8IGFzeW5jKSEhXCJcbiAgICBbbWFza109XCIobWFzayQgfCBhc3luYykhIVwiXG4gICAgW2RpclZhbHVlXT1cIihkaXJWYWx1ZSQgfCBhc3luYykhIVwiXG4gICAgW2RldmljZVNpemVdPVwiKGRldmljZVNpemUkIHwgYXN5bmMpISFcIlxuICAgIFtjb250ZW50RGVuc2l0eV09XCIoY29udGVudERlbnNpdHkkIHwgYXN5bmMpISFcIlxuICAgIFttb2Rlcm5UYWJzXT1cIihtb2Rlcm5UYWJzJCB8IGFzeW5jKSEhXCJcbiAgICBbYXZhdGFyXT1cIihhdmF0YXIkIHwgYXN5bmMpISFcIlxuICAgIFtmaWVsZERpY3RdPVwiKGZpZWxkRGljdCQgfCBhc3luYykhIVwiXG4gICAgKGNsb3NlKT1cIm9uQ2xvc2UyKClcIlxuICAgICh0b29sYmFyQ2xpY2spPVwib25Ub29sYmFyQ2xpY2soJGV2ZW50KVwiXG4gICAgW2NvbnRlbnRJc1BhZ2VdPVwicGFyYW1ldGVycz8uQ29udGVudElzUGFnZSA9PT0gdHJ1ZVwiXG4gICAgKHdvcmtmbG93Q2hvaWNlQ2xpY2spPVwib25Xb3JrZmxvd0Nob2ljZUNsaWNrKCRldmVudClcIlxuPjwvYnN1LWZ1bmRhbWVudGFsLWR5bmFtaWMtZm9ybT5cbiJdfQ==
|