barsa-sap-ui 1.0.455 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{esm2020 → esm2022}/barsa-sap-ui.mjs +4 -4
- package/esm2022/lib/apply-conditional-formmatings.directive.mjs +89 -0
- package/esm2022/lib/barsa-answer-card/barsa-answer-card.component.mjs +41 -0
- package/esm2022/lib/barsa-asp-viewer/barsa-asp-viewer.component.mjs +127 -0
- package/{esm2020 → esm2022}/lib/barsa-bar-panel/barsa-bar-panel.component.mjs +23 -23
- package/esm2022/lib/barsa-base-panel/barsa-base-layout-panel.component.mjs +29 -0
- package/esm2022/lib/barsa-card-layout-panel/barsa-card-layout-panel.component.mjs +24 -0
- package/esm2022/lib/barsa-card-row-payam/barsa-card-row-payam.component.mjs +30 -0
- package/esm2022/lib/barsa-cartable-form/barsa-cartable-form.component.mjs +41 -0
- package/{esm2020 → esm2022}/lib/barsa-cartable-template/barsa-cartable-template.component.mjs +24 -24
- package/esm2022/lib/barsa-chat/barsa-chat.component.mjs +260 -0
- package/esm2022/lib/barsa-chat/chat.model.mjs +8 -0
- package/esm2022/lib/barsa-chat-content/barsa-chat-content.component.mjs +13 -0
- package/esm2022/lib/barsa-chat-content-toolbar/barsa-chat-content-toolbar.component.mjs +22 -0
- package/esm2022/lib/barsa-chat-list/barsa-chat-list.component.mjs +56 -0
- package/esm2022/lib/barsa-chat-message/barsa-chat-message.component.mjs +77 -0
- package/esm2022/lib/barsa-chat-thread/barsa-chat-thread.component.mjs +22 -0
- package/esm2022/lib/barsa-chat-threads-list/barsa-chat-threads-list.component.mjs +13 -0
- package/esm2022/lib/barsa-chat-threads-list-toolbar/barsa-chat-threads-list-toolbar.component.mjs +15 -0
- package/esm2022/lib/barsa-chip/barsa-chip.component.mjs +72 -0
- package/{esm2020 → esm2022}/lib/barsa-column-indicator/barsa-column-indicator.component.mjs +23 -23
- package/{esm2020 → esm2022}/lib/barsa-column-rownumber/barsa-column-rownumber.component.mjs +15 -15
- package/esm2022/lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component.mjs +14 -0
- package/esm2022/lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component.mjs +26 -0
- package/esm2022/lib/barsa-date-time-picker/barsa-date-time-picker.component.mjs +71 -0
- package/esm2022/lib/barsa-dynamic-field/barsa-dynamic-field.component.mjs +41 -0
- package/esm2022/lib/barsa-enum-menu-button/barsa-enum-menu-button.component.mjs +61 -0
- package/esm2022/lib/barsa-field-key-value/barsa-field-key-value.component.mjs +45 -0
- package/esm2022/lib/barsa-form-side-content/barsa-form-side-content.component.mjs +37 -0
- package/esm2022/lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component.mjs +27 -0
- package/esm2022/lib/barsa-group-cartable/barsa-cartable-group.component.mjs +94 -0
- package/esm2022/lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component.mjs +22 -0
- package/esm2022/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.mjs +37 -0
- package/esm2022/lib/barsa-list-file-linear/barsa-list-file-linear.component.mjs +41 -0
- package/esm2022/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.mjs +29 -0
- package/esm2022/lib/barsa-list-layout-panel/barsa-list-layout-panel.component.mjs +23 -0
- package/esm2022/lib/barsa-monaco-editor/barsa-monaco-editor.component.mjs +83 -0
- package/esm2022/lib/barsa-network-offline/barsa-network-offline.component.mjs +53 -0
- package/esm2022/lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component.mjs +159 -0
- package/esm2022/lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component.mjs +17 -0
- package/esm2022/lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component.mjs +30 -0
- package/esm2022/lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component.mjs +14 -0
- package/esm2022/lib/barsa-question-answer-form/barsa-question-answer-form.component.mjs +34 -0
- package/esm2022/lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component.mjs +46 -0
- package/esm2022/lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component.mjs +79 -0
- package/esm2022/lib/barsa-question-post/barsa-question-post.component.mjs +30 -0
- package/esm2022/lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component.mjs +31 -0
- package/{esm2020 → esm2022}/lib/barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component.mjs +28 -28
- package/esm2022/lib/barsa-report-one-of-list/barsa-report-one-of-list.component.mjs +98 -0
- package/{esm2020 → esm2022}/lib/barsa-sap-ui-routing.module.mjs +18 -18
- package/esm2022/lib/barsa-sap-ui.module.mjs +360 -0
- package/esm2022/lib/barsa-search-form/barsa-search-form.component.mjs +29 -0
- package/esm2022/lib/barsa-simple-form/barsa-simple-form.component.mjs +168 -0
- package/esm2022/lib/barsa-table-column/barsa-table-column.component.mjs +27 -0
- package/esm2022/lib/barsa-table-header/barsa-table-header.component.mjs +198 -0
- package/esm2022/lib/barsa-table-row/barsa-table-row.component.mjs +61 -0
- package/esm2022/lib/barsa-tag-categories/barsa-tag-categories.component.mjs +60 -0
- package/esm2022/lib/barsa-tag-chip/barsa-tag-chip.component.mjs +26 -0
- package/esm2022/lib/barsa-tags-category-row/barsa-tags-category-row.component.mjs +23 -0
- package/esm2022/lib/barsa-text-ellipsis/barsa-text-ellipsis.component.mjs +37 -0
- package/esm2022/lib/barsa-tinyemce/barsa-tinyemce.component.mjs +417 -0
- package/esm2022/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.mjs +36 -0
- package/esm2022/lib/barsa-tree-item/barsa-tree-item.component.mjs +129 -0
- package/{esm2020 → esm2022}/lib/barsa-tree-item/node-has-one-depth-level.pipe.mjs +19 -19
- package/esm2022/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +208 -0
- package/esm2022/lib/blob-viewer/blob-viewer.component.mjs +78 -0
- package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +44 -0
- package/{esm2020 → esm2022}/lib/captcha-field/captcha-field.component.mjs +28 -28
- package/esm2022/lib/card-item/card-item.component.mjs +76 -0
- package/esm2022/lib/card-view-content/card-view-content.component.mjs +46 -0
- package/esm2022/lib/col-renderer.directive.mjs +46 -0
- package/esm2022/lib/column-matrix-renderer/column-matrix-renderer.component.mjs +56 -0
- package/esm2022/lib/column-matrix-renderer/matrix-value.pipe.mjs +60 -0
- package/esm2022/lib/column-renderer/column-renderer.component.mjs +85 -0
- package/esm2022/lib/constants.mjs +421 -0
- package/esm2022/lib/custom-date-time/custom-date-time.component.mjs +41 -0
- package/{esm2020 → esm2022}/lib/device-info-field-base.mjs +23 -23
- package/{esm2020 → esm2022}/lib/dialog-handler.directive.mjs +28 -28
- package/esm2022/lib/download-files.directive.mjs +33 -0
- package/esm2022/lib/dynamic-page-size.pipe.mjs +26 -0
- package/{esm2020 → esm2022}/lib/file-in-dialog/file-in-dialog.component.mjs +44 -44
- package/esm2022/lib/file-viewer/file-viewer.component.mjs +39 -0
- package/{esm2020 → esm2022}/lib/file-viewer-content/file-viewer-content.component.mjs +53 -53
- package/esm2022/lib/file-viewer-popover/file-viewer-popover.component.mjs +41 -0
- package/esm2022/lib/form-dialog/form-dialog.component.mjs +142 -0
- package/esm2022/lib/form-dialog-less/form-dialog-less.component.mjs +44 -0
- package/esm2022/lib/form-toolbar/form-toolbar.component.mjs +43 -0
- package/esm2022/lib/form-toolbar-button/form-toolbar-button.component.mjs +45 -0
- package/esm2022/lib/form-wizard/form-wizard.component.mjs +21 -0
- package/esm2022/lib/fullscreen-dialog.directive.mjs +59 -0
- package/esm2022/lib/fullscreen-files.directive.mjs +42 -0
- package/esm2022/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +188 -0
- package/esm2022/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.mjs +203 -0
- package/{esm2020 → esm2022}/lib/global-search/global-search.component.mjs +27 -27
- package/esm2022/lib/global-search-module/global-search-module.component.mjs +29 -0
- package/esm2022/lib/global-search-panel/global-search-panel.component.mjs +25 -0
- package/esm2022/lib/header-avatar/header-avatar.component.mjs +18 -0
- package/{esm2020 → esm2022}/lib/header-facet-form/header-facet-form.component.mjs +22 -22
- package/{esm2020 → esm2022}/lib/header-facet-key-value/header-facet-key-value.component.mjs +31 -31
- package/{esm2020 → esm2022}/lib/header-facet-microchart/header-facet-microchart.component.mjs +21 -21
- package/{esm2020 → esm2022}/lib/header-facet-plain-text/header-facet-plain-text.component.mjs +28 -28
- package/esm2022/lib/header-facet-progress/header-facet-progress.component.mjs +25 -0
- package/esm2022/lib/header-facet-rate/header-facet-rate.component.mjs +25 -0
- package/esm2022/lib/htree-create-new/htree-create-new.component.mjs +48 -0
- package/esm2022/lib/hyperlink/hyperlink.component.mjs +23 -0
- package/esm2022/lib/index.mjs +564 -0
- package/{esm2020 → esm2022}/lib/inline-save-and-cancel/inline-save-and-cancel.component.mjs +32 -32
- package/esm2022/lib/layout-actions/layout-actions.component.mjs +68 -0
- package/esm2022/lib/layout-control/layout-control.component.mjs +234 -0
- package/esm2022/lib/layout-wizard/layout-wizard.component.mjs +154 -0
- package/esm2022/lib/list-item/list-item.component.mjs +34 -0
- package/esm2022/lib/ly-empty-space/ly-empty-space.component.mjs +42 -0
- package/esm2022/lib/ly-horizontal-layout/ly-horizontal-layout.component.mjs +71 -0
- package/esm2022/lib/ly-label/ly-label.component.mjs +34 -0
- package/esm2022/lib/ly-layout-container/ly-layout-container.component.mjs +83 -0
- package/esm2022/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.mjs +17 -0
- package/{esm2020 → esm2022}/lib/ly-layout-field-label/ly-layout-field-label.component.mjs +24 -24
- package/esm2022/lib/ly-layout-panel/ly-layout-panel.component.mjs +73 -0
- package/esm2022/lib/ly-line/ly-line.component.mjs +56 -0
- package/esm2022/lib/ly-simple-label/ly-simple-label.component.mjs +22 -0
- package/esm2022/lib/ly-tab-container/ly-tab-container.component.mjs +52 -0
- package/esm2022/lib/ly-tab-page/ly-tab-page.component.mjs +44 -0
- package/esm2022/lib/ly-vertical-layout/ly-vertical-layout.component.mjs +50 -0
- package/esm2022/lib/manage-filters-report/manage-filters-report.component.mjs +43 -0
- package/{esm2020 → esm2022}/lib/mask/mask.component.mjs +22 -22
- package/esm2022/lib/message-strip/message-strip.component.mjs +28 -0
- package/esm2022/lib/models/grid-data-provider.mjs +83 -0
- package/esm2022/lib/models/grid-view.mjs +2 -0
- package/{esm2020 → esm2022}/lib/models/index.mjs +1 -1
- package/esm2022/lib/no-data/no-data.component.mjs +31 -0
- package/esm2022/lib/notification-item/notification-item.component.mjs +57 -0
- package/esm2022/lib/notification-popup.service.mjs +92 -0
- package/{esm2020 → esm2022}/lib/progress-indicator/progress-indicator.component.mjs +18 -18
- package/esm2022/lib/report-navigator/report-navigator.component.mjs +63 -0
- package/esm2022/lib/report-new-top-form/report-new-top-form.component.mjs +60 -0
- package/esm2022/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.mjs +35 -0
- package/esm2022/lib/report-search-fields-manage/report-search-fields-manage.component.mjs +97 -0
- package/esm2022/lib/report-search-panel-save/report-search-panel-save.component.mjs +88 -0
- package/esm2022/lib/report-tree-base.mjs +408 -0
- package/esm2022/lib/report-view-renderer.directive.mjs +366 -0
- package/esm2022/lib/responsive-toolbar/responsive-toolbar.component.mjs +50 -0
- package/esm2022/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.mjs +84 -0
- package/esm2022/lib/rich-text-static/rich-text-static.component.mjs +72 -0
- package/esm2022/lib/sap-font-class.pipe.mjs +29 -0
- package/esm2022/lib/sap-font.pipe.mjs +29 -0
- package/esm2022/lib/sap-size.pipe.mjs +27 -0
- package/esm2022/lib/sap-ui-report-base.component.mjs +765 -0
- package/esm2022/lib/search-panel/search-panel.component.mjs +42 -0
- package/{esm2020 → esm2022}/lib/static-text/static-text.component.mjs +15 -15
- package/{esm2020 → esm2022}/lib/title/title.component.mjs +15 -15
- package/{esm2020 → esm2022}/lib/ui-asp-report-viewer/ui-asp-report-viewer.component.mjs +18 -18
- package/esm2022/lib/ui-button/ui-button.component.mjs +31 -0
- package/esm2022/lib/ui-calendar/ui-calendar.component.mjs +53 -0
- package/esm2022/lib/ui-card-view/ui-card-view.component.mjs +59 -0
- package/esm2022/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.mjs +42 -0
- package/esm2022/lib/ui-check-box/ui-check-box.component.mjs +34 -0
- package/esm2022/lib/ui-color-ui/ui-color-ui.component.mjs +50 -0
- package/esm2022/lib/ui-container-with-button/ui-container-with-button.component.mjs +34 -0
- package/esm2022/lib/ui-date-range-ex/ui-date-range-ex.component.mjs +191 -0
- package/esm2022/lib/ui-date-time/ui-date-time.component.mjs +149 -0
- package/esm2022/lib/ui-editable-grid/ui-editable-grid.component.mjs +110 -0
- package/esm2022/lib/ui-exception-form/ui-exception-form.component.mjs +53 -0
- package/esm2022/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.mjs +121 -0
- package/esm2022/lib/ui-form-panel/ui-form-panel.component.mjs +92 -0
- package/{esm2020 → esm2022}/lib/ui-gantt-chart/ui-gantt-chart.component.mjs +32 -32
- package/{esm2020 → esm2022}/lib/ui-graph/ui-graph.component.mjs +17 -17
- package/{esm2020 → esm2022}/lib/ui-grid/ui-grid.component.mjs +25 -25
- package/esm2022/lib/ui-grid-columns/ui-grid-columns.component.mjs +43 -0
- package/esm2022/lib/ui-grid-filter-item/ui-grid-filter-item.component.mjs +66 -0
- package/esm2022/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.mjs +75 -0
- package/esm2022/lib/ui-grid-sort-item/ui-grid-sort-item.component.mjs +58 -0
- package/esm2022/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.mjs +155 -0
- package/{esm2020 → esm2022}/lib/ui-html-viewer/ui-html-viewer.component.mjs +16 -16
- package/{esm2020 → esm2022}/lib/ui-info-bar-panel/ui-info-bar-panel.component.mjs +11 -11
- package/{esm2020 → esm2022}/lib/ui-label/ui-label.component.mjs +12 -12
- package/esm2022/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +349 -0
- package/esm2022/lib/ui-list-view/ui-list-view.component.mjs +75 -0
- package/esm2022/lib/ui-matrix-view/ui-matrix-view.component.mjs +124 -0
- package/esm2022/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.mjs +19 -0
- package/{esm2020 → esm2022}/lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component.mjs +14 -14
- package/esm2022/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.mjs +55 -0
- package/esm2022/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.mjs +430 -0
- package/esm2022/lib/ui-monaco-editor/ui-monaco-editor.component.mjs +28 -0
- package/esm2022/lib/ui-multi-select-card/ui-multi-select-card.component.mjs +37 -0
- package/esm2022/lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component.mjs +59 -0
- package/esm2022/lib/ui-multi-select-combo/ui-multi-select-combo.component.mjs +93 -0
- package/esm2022/lib/ui-multi-select-radio/ui-multi-select-radio.component.mjs +36 -0
- package/esm2022/lib/ui-multi-select-slider/ui-multi-select-slider.component.mjs +56 -0
- package/esm2022/lib/ui-multi-select-smile/ui-multi-select-smile.component.mjs +28 -0
- package/esm2022/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.mjs +24 -0
- package/esm2022/lib/ui-num-int-slider/ui-num-int-slider.component.mjs +27 -0
- package/{esm2020 → esm2022}/lib/ui-num-int-ui/ui-num-int-ui.component.mjs +21 -21
- package/esm2022/lib/ui-pdf-viewer/ui-pdf-viewer.component.mjs +261 -0
- package/esm2022/lib/ui-picture-file/ui-picture-file.component.mjs +98 -0
- package/esm2022/lib/ui-pictures-info/ui-pictures-info.component.mjs +223 -0
- package/esm2022/lib/ui-radio-group/ui-radio-group.component.mjs +48 -0
- package/esm2022/lib/ui-read-only-field/ui-read-only-field.component.mjs +36 -0
- package/esm2022/lib/ui-report-container/ui-report-container.component.mjs +46 -0
- package/{esm2020 → esm2022}/lib/ui-search-command-info-ui/ui-search-command-info-ui.component.mjs +24 -24
- package/esm2022/lib/ui-simple-combo/ui-simple-combo.component.mjs +37 -0
- package/{esm2020 → esm2022}/lib/ui-single-picture/ui-single-picture.component.mjs +36 -36
- package/esm2022/lib/ui-switch-button/ui-switch-button.component.mjs +20 -0
- package/esm2022/lib/ui-table-view/ui-table-view.component.mjs +155 -0
- package/esm2022/lib/ui-text-area/ui-text-area.component.mjs +49 -0
- package/esm2022/lib/ui-text-field/ui-text-field.component.mjs +52 -0
- package/{esm2020 → esm2022}/lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component.mjs +47 -47
- package/{esm2020 → esm2022}/lib/ui-time-span/ui-time-span.component.mjs +24 -24
- package/esm2022/lib/ui-tinymce/ui-tinymce.component.mjs +53 -0
- package/esm2022/lib/ui-tree/ui-tree.component.mjs +92 -0
- package/esm2022/lib/ui-tree-view/ui-tree-view.component.mjs +80 -0
- package/esm2022/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.mjs +23 -0
- package/esm2022/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +289 -0
- package/esm2022/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.mjs +25 -0
- package/esm2022/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.mjs +93 -0
- package/esm2022/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.mjs +117 -0
- package/esm2022/lib/ul-notify-popup/ul-notify-popup.component.mjs +32 -0
- package/esm2022/lib/ul-toast-adapter/ul-toast-adapter.component.mjs +48 -0
- package/esm2022/lib/ulv-column-settings/ulv-column-settings.component.mjs +60 -0
- package/esm2022/lib/ulv-context-menu/ulv-context-menu.component.mjs +87 -0
- package/esm2022/lib/ulv-filter-settings/ulv-filter-settings.component.mjs +43 -0
- package/esm2022/lib/ulv-form-multi-select/ulv-form-multi-select.component.mjs +184 -0
- package/esm2022/lib/ulv-groupby-settings/ulv-groupby-settings.component.mjs +44 -0
- package/esm2022/lib/ulv-paging/ulv-paging.component.mjs +84 -0
- package/esm2022/lib/ulv-selection/ulv-selection.component.mjs +65 -0
- package/esm2022/lib/ulv-settings/ulv-settings.component.mjs +116 -0
- package/esm2022/lib/ulv-sort-settings/ulv-sort-settings.component.mjs +44 -0
- package/esm2022/lib/ulv-toolbar/ulv-toolbar.component.mjs +115 -0
- package/esm2022/lib/upload-file-status.pipe.mjs +28 -0
- package/esm2022/lib/util-chat-time-badge.pipe.mjs +18 -0
- package/esm2022/lib/util-date-to-hh-mm.pipe.mjs +23 -0
- package/{esm2020 → esm2022}/lib/wizard-layout.directive.mjs +103 -103
- package/{esm2020 → esm2022}/public-api.mjs +230 -222
- package/fesm2022/barsa-sap-ui.mjs +14745 -0
- package/fesm2022/barsa-sap-ui.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/apply-conditional-formmatings.directive.d.ts +25 -25
- package/lib/barsa-answer-card/barsa-answer-card.component.d.ts +12 -12
- package/lib/barsa-asp-viewer/barsa-asp-viewer.component.d.ts +29 -29
- package/lib/barsa-bar-panel/barsa-bar-panel.component.d.ts +9 -9
- package/lib/barsa-base-panel/barsa-base-layout-panel.component.d.ts +12 -12
- package/lib/barsa-card-layout-panel/barsa-card-layout-panel.component.d.ts +15 -15
- package/lib/barsa-card-row-payam/barsa-card-row-payam.component.d.ts +20 -20
- package/lib/barsa-cartable-form/barsa-cartable-form.component.d.ts +10 -10
- package/lib/barsa-cartable-template/barsa-cartable-template.component.d.ts +14 -14
- package/lib/barsa-chat/barsa-chat.component.d.ts +48 -0
- package/lib/barsa-chat/chat.model.d.ts +43 -0
- package/lib/barsa-chat-content/barsa-chat-content.component.d.ts +5 -0
- package/lib/barsa-chat-content-toolbar/barsa-chat-content-toolbar.component.d.ts +9 -0
- package/lib/barsa-chat-list/barsa-chat-list.component.d.ts +16 -0
- package/lib/barsa-chat-message/barsa-chat-message.component.d.ts +16 -0
- package/lib/barsa-chat-thread/barsa-chat-thread.component.d.ts +6 -0
- package/lib/barsa-chat-threads-list/barsa-chat-threads-list.component.d.ts +5 -0
- package/lib/barsa-chat-threads-list-toolbar/barsa-chat-threads-list-toolbar.component.d.ts +5 -0
- package/lib/barsa-chip/barsa-chip.component.d.ts +20 -20
- package/lib/barsa-column-indicator/barsa-column-indicator.component.d.ts +11 -11
- package/lib/barsa-column-rownumber/barsa-column-rownumber.component.d.ts +8 -8
- package/lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component.d.ts +6 -6
- package/lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component.d.ts +10 -10
- package/lib/barsa-date-time-picker/barsa-date-time-picker.component.d.ts +18 -18
- package/lib/barsa-dynamic-field/barsa-dynamic-field.component.d.ts +16 -16
- package/lib/barsa-enum-menu-button/barsa-enum-menu-button.component.d.ts +23 -23
- package/lib/barsa-field-key-value/barsa-field-key-value.component.d.ts +26 -26
- package/lib/barsa-form-side-content/barsa-form-side-content.component.d.ts +25 -23
- package/lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component.d.ts +16 -16
- package/lib/barsa-group-cartable/barsa-cartable-group.component.d.ts +26 -26
- package/lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component.d.ts +14 -14
- package/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.d.ts +12 -12
- package/lib/barsa-list-file-linear/barsa-list-file-linear.component.d.ts +17 -17
- package/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.d.ts +8 -8
- package/lib/barsa-list-layout-panel/barsa-list-layout-panel.component.d.ts +9 -9
- package/lib/barsa-monaco-editor/barsa-monaco-editor.component.d.ts +23 -23
- package/lib/barsa-network-offline/barsa-network-offline.component.d.ts +14 -14
- package/lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component.d.ts +79 -79
- package/lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component.d.ts +7 -7
- package/lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component.d.ts +13 -13
- package/lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component.d.ts +7 -7
- package/lib/barsa-question-answer-form/barsa-question-answer-form.component.d.ts +10 -10
- package/lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component.d.ts +13 -13
- package/lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component.d.ts +14 -14
- package/lib/barsa-question-post/barsa-question-post.component.d.ts +10 -10
- package/lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component.d.ts +9 -9
- package/lib/barsa-report-checkbox-switch-button/barsa-report-checkbox-switch-button.component.d.ts +15 -15
- package/lib/barsa-report-one-of-list/barsa-report-one-of-list.component.d.ts +31 -31
- package/lib/barsa-sap-ui-routing.module.d.ts +7 -7
- package/lib/barsa-sap-ui.module.d.ts +245 -234
- package/lib/barsa-search-form/barsa-search-form.component.d.ts +8 -8
- package/lib/barsa-simple-form/barsa-simple-form.component.d.ts +73 -73
- package/lib/barsa-table-column/barsa-table-column.component.d.ts +8 -8
- package/lib/barsa-table-header/barsa-table-header.component.d.ts +59 -59
- package/lib/barsa-table-row/barsa-table-row.component.d.ts +18 -18
- package/lib/barsa-tag-categories/barsa-tag-categories.component.d.ts +11 -11
- package/lib/barsa-tag-chip/barsa-tag-chip.component.d.ts +10 -10
- package/lib/barsa-tags-category-row/barsa-tags-category-row.component.d.ts +9 -9
- package/lib/barsa-text-ellipsis/barsa-text-ellipsis.component.d.ts +18 -18
- package/lib/barsa-tinyemce/barsa-tinyemce.component.d.ts +54 -54
- package/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.d.ts +12 -12
- package/lib/barsa-tree-item/barsa-tree-item.component.d.ts +54 -54
- package/lib/barsa-tree-item/node-has-one-depth-level.pipe.d.ts +8 -8
- package/lib/barsa-ulv-main/barsa-ulv-main.component.d.ts +72 -72
- package/lib/blob-viewer/blob-viewer.component.d.ts +24 -24
- package/lib/breadcrumb/breadcrumb.component.d.ts +17 -17
- package/lib/captcha-field/captcha-field.component.d.ts +10 -10
- package/lib/card-item/card-item.component.d.ts +20 -20
- package/lib/card-view-content/card-view-content.component.d.ts +14 -14
- package/lib/col-renderer.directive.d.ts +10 -10
- package/lib/column-matrix-renderer/column-matrix-renderer.component.d.ts +23 -23
- package/lib/column-matrix-renderer/matrix-value.pipe.d.ts +8 -8
- package/lib/column-renderer/column-renderer.component.d.ts +33 -33
- package/lib/constants.d.ts +12 -12
- package/lib/custom-date-time/custom-date-time.component.d.ts +26 -26
- package/lib/device-info-field-base.d.ts +12 -12
- package/lib/dialog-handler.directive.d.ts +12 -12
- package/lib/download-files.directive.d.ts +9 -9
- package/lib/dynamic-page-size.pipe.d.ts +8 -8
- package/lib/file-in-dialog/file-in-dialog.component.d.ts +16 -16
- package/lib/file-viewer/file-viewer.component.d.ts +21 -21
- package/lib/file-viewer-content/file-viewer-content.component.d.ts +20 -20
- package/lib/file-viewer-popover/file-viewer-popover.component.d.ts +17 -17
- package/lib/form-dialog/form-dialog.component.d.ts +45 -45
- package/lib/form-dialog-less/form-dialog-less.component.d.ts +29 -29
- package/lib/form-toolbar/form-toolbar.component.d.ts +14 -14
- package/lib/form-toolbar-button/form-toolbar-button.component.d.ts +20 -20
- package/lib/form-wizard/form-wizard.component.d.ts +8 -8
- package/lib/fullscreen-dialog.directive.d.ts +20 -20
- package/lib/fullscreen-files.directive.d.ts +16 -16
- package/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.d.ts +76 -76
- package/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.d.ts +18 -18
- package/lib/global-search/global-search.component.d.ts +11 -11
- package/lib/global-search-module/global-search-module.component.d.ts +18 -18
- package/lib/global-search-panel/global-search-panel.component.d.ts +9 -9
- package/lib/header-avatar/header-avatar.component.d.ts +8 -8
- package/lib/header-facet-form/header-facet-form.component.d.ts +9 -9
- package/lib/header-facet-key-value/header-facet-key-value.component.d.ts +11 -11
- package/lib/header-facet-microchart/header-facet-microchart.component.d.ts +8 -8
- package/lib/header-facet-plain-text/header-facet-plain-text.component.d.ts +11 -11
- package/lib/header-facet-progress/header-facet-progress.component.d.ts +11 -11
- package/lib/header-facet-rate/header-facet-rate.component.d.ts +11 -11
- package/lib/htree-create-new/htree-create-new.component.d.ts +13 -13
- package/lib/hyperlink/hyperlink.component.d.ts +7 -7
- package/lib/index.d.ts +102 -100
- package/lib/inline-save-and-cancel/inline-save-and-cancel.component.d.ts +11 -11
- package/lib/layout-actions/layout-actions.component.d.ts +25 -25
- package/lib/layout-control/layout-control.component.d.ts +67 -67
- package/lib/layout-wizard/layout-wizard.component.d.ts +28 -28
- package/lib/list-item/list-item.component.d.ts +14 -14
- package/lib/ly-empty-space/ly-empty-space.component.d.ts +13 -13
- package/lib/ly-horizontal-layout/ly-horizontal-layout.component.d.ts +23 -23
- package/lib/ly-label/ly-label.component.d.ts +16 -16
- package/lib/ly-layout-container/ly-layout-container.component.d.ts +26 -26
- package/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.d.ts +8 -8
- package/lib/ly-layout-field-label/ly-layout-field-label.component.d.ts +13 -13
- package/lib/ly-layout-panel/ly-layout-panel.component.d.ts +26 -26
- package/lib/ly-line/ly-line.component.d.ts +17 -17
- package/lib/ly-simple-label/ly-simple-label.component.d.ts +9 -9
- package/lib/ly-tab-container/ly-tab-container.component.d.ts +19 -19
- package/lib/ly-tab-page/ly-tab-page.component.d.ts +20 -20
- package/lib/ly-vertical-layout/ly-vertical-layout.component.d.ts +19 -19
- package/lib/manage-filters-report/manage-filters-report.component.d.ts +24 -24
- package/lib/mask/mask.component.d.ts +9 -9
- package/lib/message-strip/message-strip.component.d.ts +11 -11
- package/lib/models/grid-data-provider.d.ts +22 -22
- package/lib/models/grid-view.d.ts +61 -61
- package/lib/models/index.d.ts +1 -1
- package/lib/no-data/no-data.component.d.ts +11 -9
- package/lib/notification-item/notification-item.component.d.ts +43 -43
- package/lib/notification-popup.service.d.ts +17 -17
- package/lib/progress-indicator/progress-indicator.component.d.ts +8 -8
- package/lib/report-navigator/report-navigator.component.d.ts +21 -21
- package/lib/report-new-top-form/report-new-top-form.component.d.ts +18 -18
- package/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.d.ts +14 -14
- package/lib/report-search-fields-manage/report-search-fields-manage.component.d.ts +20 -20
- package/lib/report-search-panel-save/report-search-panel-save.component.d.ts +27 -27
- package/lib/report-tree-base.d.ts +62 -62
- package/lib/report-view-renderer.directive.d.ts +117 -117
- package/lib/responsive-toolbar/responsive-toolbar.component.d.ts +19 -19
- package/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.d.ts +24 -24
- package/lib/rich-text-static/rich-text-static.component.d.ts +28 -28
- package/lib/sap-font-class.pipe.d.ts +8 -8
- package/lib/sap-font.pipe.d.ts +9 -9
- package/lib/sap-size.pipe.d.ts +8 -8
- package/lib/sap-ui-report-base.component.d.ts +154 -154
- package/lib/search-panel/search-panel.component.d.ts +14 -14
- package/lib/static-text/static-text.component.d.ts +7 -7
- package/lib/title/title.component.d.ts +7 -7
- package/lib/ui-asp-report-viewer/ui-asp-report-viewer.component.d.ts +9 -9
- package/lib/ui-button/ui-button.component.d.ts +11 -11
- package/lib/ui-calendar/ui-calendar.component.d.ts +19 -19
- package/lib/ui-card-view/ui-card-view.component.d.ts +16 -16
- package/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.d.ts +12 -12
- package/lib/ui-check-box/ui-check-box.component.d.ts +14 -14
- package/lib/ui-color-ui/ui-color-ui.component.d.ts +16 -16
- package/lib/ui-container-with-button/ui-container-with-button.component.d.ts +11 -11
- package/lib/ui-date-range-ex/ui-date-range-ex.component.d.ts +35 -36
- package/lib/ui-date-time/ui-date-time.component.d.ts +39 -40
- package/lib/ui-editable-grid/ui-editable-grid.component.d.ts +43 -43
- package/lib/ui-exception-form/ui-exception-form.component.d.ts +15 -15
- package/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.d.ts +50 -50
- package/lib/ui-form-panel/ui-form-panel.component.d.ts +53 -53
- package/lib/ui-gantt-chart/ui-gantt-chart.component.d.ts +15 -15
- package/lib/ui-graph/ui-graph.component.d.ts +9 -9
- package/lib/ui-grid/ui-grid.component.d.ts +12 -12
- package/lib/ui-grid-columns/ui-grid-columns.component.d.ts +14 -14
- package/lib/ui-grid-filter-item/ui-grid-filter-item.component.d.ts +19 -19
- package/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.d.ts +24 -24
- package/lib/ui-grid-sort-item/ui-grid-sort-item.component.d.ts +25 -25
- package/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.d.ts +28 -28
- package/lib/ui-html-viewer/ui-html-viewer.component.d.ts +9 -9
- package/lib/ui-info-bar-panel/ui-info-bar-panel.component.d.ts +5 -5
- package/lib/ui-label/ui-label.component.d.ts +6 -6
- package/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.d.ts +73 -73
- package/lib/ui-list-view/ui-list-view.component.d.ts +29 -29
- package/lib/ui-matrix-view/ui-matrix-view.component.d.ts +45 -45
- package/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.d.ts +7 -7
- package/lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component.d.ts +6 -6
- package/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.d.ts +15 -15
- package/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.d.ts +90 -89
- package/lib/ui-monaco-editor/ui-monaco-editor.component.d.ts +10 -7
- package/lib/ui-multi-select-card/ui-multi-select-card.component.d.ts +17 -17
- package/lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component.d.ts +19 -19
- package/lib/ui-multi-select-combo/ui-multi-select-combo.component.d.ts +27 -27
- package/lib/ui-multi-select-radio/ui-multi-select-radio.component.d.ts +17 -17
- package/lib/ui-multi-select-slider/ui-multi-select-slider.component.d.ts +24 -24
- package/lib/ui-multi-select-smile/ui-multi-select-smile.component.d.ts +23 -23
- package/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.d.ts +11 -11
- package/lib/ui-num-int-slider/ui-num-int-slider.component.d.ts +18 -18
- package/lib/ui-num-int-ui/ui-num-int-ui.component.d.ts +10 -10
- package/lib/ui-pdf-viewer/ui-pdf-viewer.component.d.ts +79 -79
- package/lib/ui-picture-file/ui-picture-file.component.d.ts +26 -25
- package/lib/ui-pictures-info/ui-pictures-info.component.d.ts +80 -69
- package/lib/ui-radio-group/ui-radio-group.component.d.ts +20 -20
- package/lib/ui-read-only-field/ui-read-only-field.component.d.ts +21 -21
- package/lib/ui-report-container/ui-report-container.component.d.ts +17 -17
- package/lib/ui-search-command-info-ui/ui-search-command-info-ui.component.d.ts +9 -9
- package/lib/ui-simple-combo/ui-simple-combo.component.d.ts +16 -16
- package/lib/ui-single-picture/ui-single-picture.component.d.ts +13 -13
- package/lib/ui-switch-button/ui-switch-button.component.d.ts +11 -11
- package/lib/ui-table-view/ui-table-view.component.d.ts +39 -39
- package/lib/ui-text-area/ui-text-area.component.d.ts +23 -23
- package/lib/ui-text-field/ui-text-field.component.d.ts +23 -23
- package/lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component.d.ts +13 -13
- package/lib/ui-time-span/ui-time-span.component.d.ts +10 -10
- package/lib/ui-tinymce/ui-tinymce.component.d.ts +22 -22
- package/lib/ui-tree/ui-tree.component.d.ts +37 -37
- package/lib/ui-tree-view/ui-tree-view.component.d.ts +47 -47
- package/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.d.ts +9 -9
- package/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.d.ts +74 -74
- package/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.d.ts +16 -16
- package/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.d.ts +21 -21
- package/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.d.ts +48 -48
- package/lib/ul-notify-popup/ul-notify-popup.component.d.ts +21 -21
- package/lib/ul-toast-adapter/ul-toast-adapter.component.d.ts +13 -13
- package/lib/ulv-column-settings/ulv-column-settings.component.d.ts +20 -20
- package/lib/ulv-context-menu/ulv-context-menu.component.d.ts +31 -31
- package/lib/ulv-filter-settings/ulv-filter-settings.component.d.ts +19 -19
- package/lib/ulv-form-multi-select/ulv-form-multi-select.component.d.ts +26 -26
- package/lib/ulv-groupby-settings/ulv-groupby-settings.component.d.ts +16 -16
- package/lib/ulv-paging/ulv-paging.component.d.ts +28 -28
- package/lib/ulv-selection/ulv-selection.component.d.ts +43 -43
- package/lib/ulv-settings/ulv-settings.component.d.ts +43 -43
- package/lib/ulv-sort-settings/ulv-sort-settings.component.d.ts +16 -16
- package/lib/ulv-toolbar/ulv-toolbar.component.d.ts +49 -49
- package/lib/upload-file-status.pipe.d.ts +9 -9
- package/lib/util-chat-time-badge.pipe.d.ts +7 -0
- package/lib/util-date-to-hh-mm.pipe.d.ts +7 -0
- package/lib/wizard-layout.directive.d.ts +40 -40
- package/package.json +7 -13
- package/public-api.d.ts +226 -218
- package/esm2020/lib/apply-conditional-formmatings.directive.mjs +0 -89
- package/esm2020/lib/barsa-answer-card/barsa-answer-card.component.mjs +0 -41
- package/esm2020/lib/barsa-asp-viewer/barsa-asp-viewer.component.mjs +0 -127
- package/esm2020/lib/barsa-base-panel/barsa-base-layout-panel.component.mjs +0 -29
- package/esm2020/lib/barsa-card-layout-panel/barsa-card-layout-panel.component.mjs +0 -25
- package/esm2020/lib/barsa-card-row-payam/barsa-card-row-payam.component.mjs +0 -30
- package/esm2020/lib/barsa-cartable-form/barsa-cartable-form.component.mjs +0 -41
- package/esm2020/lib/barsa-chip/barsa-chip.component.mjs +0 -72
- package/esm2020/lib/barsa-custom-inline-edit/barsa-custom-inline-edit.component.mjs +0 -15
- package/esm2020/lib/barsa-custom-inline-edit-row/barsa-custom-inline-edit-row.component.mjs +0 -26
- package/esm2020/lib/barsa-date-time-picker/barsa-date-time-picker.component.mjs +0 -71
- package/esm2020/lib/barsa-dynamic-field/barsa-dynamic-field.component.mjs +0 -42
- package/esm2020/lib/barsa-enum-menu-button/barsa-enum-menu-button.component.mjs +0 -61
- package/esm2020/lib/barsa-field-key-value/barsa-field-key-value.component.mjs +0 -45
- package/esm2020/lib/barsa-form-side-content/barsa-form-side-content.component.mjs +0 -37
- package/esm2020/lib/barsa-grid-layout-panel/barsa-grid-layout-panel.component.mjs +0 -27
- package/esm2020/lib/barsa-group-cartable/barsa-cartable-group.component.mjs +0 -94
- package/esm2020/lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component.mjs +0 -22
- package/esm2020/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.mjs +0 -37
- package/esm2020/lib/barsa-list-file-linear/barsa-list-file-linear.component.mjs +0 -41
- package/esm2020/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.mjs +0 -29
- package/esm2020/lib/barsa-list-layout-panel/barsa-list-layout-panel.component.mjs +0 -23
- package/esm2020/lib/barsa-monaco-editor/barsa-monaco-editor.component.mjs +0 -83
- package/esm2020/lib/barsa-network-offline/barsa-network-offline.component.mjs +0 -53
- package/esm2020/lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component.mjs +0 -159
- package/esm2020/lib/barsa-question-answer-comments-section/barsa-question-answer-comments-section.component.mjs +0 -17
- package/esm2020/lib/barsa-question-answer-content-actions-section/barsa-question-answer-content-actions-section.component.mjs +0 -31
- package/esm2020/lib/barsa-question-answer-creator-time-section/barsa-question-answer-creator-time-section.component.mjs +0 -14
- package/esm2020/lib/barsa-question-answer-form/barsa-question-answer-form.component.mjs +0 -35
- package/esm2020/lib/barsa-question-answer-form-add-comment/barsa-question-answer-form-add-comment.component.mjs +0 -47
- package/esm2020/lib/barsa-question-answer-vote-section/barsa-question-answer-vote-section.component.mjs +0 -78
- package/esm2020/lib/barsa-question-post/barsa-question-post.component.mjs +0 -30
- package/esm2020/lib/barsa-report-card-flex-view/barsa-report-card-flex-view.component.mjs +0 -31
- package/esm2020/lib/barsa-report-one-of-list/barsa-report-one-of-list.component.mjs +0 -98
- package/esm2020/lib/barsa-sap-ui.module.mjs +0 -332
- package/esm2020/lib/barsa-search-form/barsa-search-form.component.mjs +0 -29
- package/esm2020/lib/barsa-simple-form/barsa-simple-form.component.mjs +0 -168
- package/esm2020/lib/barsa-table-column/barsa-table-column.component.mjs +0 -28
- package/esm2020/lib/barsa-table-header/barsa-table-header.component.mjs +0 -198
- package/esm2020/lib/barsa-table-row/barsa-table-row.component.mjs +0 -61
- package/esm2020/lib/barsa-tag-categories/barsa-tag-categories.component.mjs +0 -60
- package/esm2020/lib/barsa-tag-chip/barsa-tag-chip.component.mjs +0 -26
- package/esm2020/lib/barsa-tags-category-row/barsa-tags-category-row.component.mjs +0 -23
- package/esm2020/lib/barsa-text-ellipsis/barsa-text-ellipsis.component.mjs +0 -38
- package/esm2020/lib/barsa-tinyemce/barsa-tinyemce.component.mjs +0 -417
- package/esm2020/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.mjs +0 -36
- package/esm2020/lib/barsa-tree-item/barsa-tree-item.component.mjs +0 -130
- package/esm2020/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +0 -209
- package/esm2020/lib/blob-viewer/blob-viewer.component.mjs +0 -78
- package/esm2020/lib/breadcrumb/breadcrumb.component.mjs +0 -45
- package/esm2020/lib/card-item/card-item.component.mjs +0 -76
- package/esm2020/lib/card-view-content/card-view-content.component.mjs +0 -46
- package/esm2020/lib/col-renderer.directive.mjs +0 -46
- package/esm2020/lib/column-matrix-renderer/column-matrix-renderer.component.mjs +0 -56
- package/esm2020/lib/column-matrix-renderer/matrix-value.pipe.mjs +0 -60
- package/esm2020/lib/column-renderer/column-renderer.component.mjs +0 -85
- package/esm2020/lib/constants.mjs +0 -421
- package/esm2020/lib/custom-date-time/custom-date-time.component.mjs +0 -41
- package/esm2020/lib/download-files.directive.mjs +0 -33
- package/esm2020/lib/dynamic-page-size.pipe.mjs +0 -26
- package/esm2020/lib/file-viewer/file-viewer.component.mjs +0 -47
- package/esm2020/lib/file-viewer-popover/file-viewer-popover.component.mjs +0 -41
- package/esm2020/lib/form-dialog/form-dialog.component.mjs +0 -143
- package/esm2020/lib/form-dialog-less/form-dialog-less.component.mjs +0 -45
- package/esm2020/lib/form-toolbar/form-toolbar.component.mjs +0 -42
- package/esm2020/lib/form-toolbar-button/form-toolbar-button.component.mjs +0 -46
- package/esm2020/lib/form-wizard/form-wizard.component.mjs +0 -21
- package/esm2020/lib/fullscreen-dialog.directive.mjs +0 -59
- package/esm2020/lib/fullscreen-files.directive.mjs +0 -42
- package/esm2020/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +0 -188
- package/esm2020/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.mjs +0 -203
- package/esm2020/lib/global-search-module/global-search-module.component.mjs +0 -30
- package/esm2020/lib/global-search-panel/global-search-panel.component.mjs +0 -25
- package/esm2020/lib/header-avatar/header-avatar.component.mjs +0 -19
- package/esm2020/lib/header-facet-progress/header-facet-progress.component.mjs +0 -26
- package/esm2020/lib/header-facet-rate/header-facet-rate.component.mjs +0 -26
- package/esm2020/lib/htree-create-new/htree-create-new.component.mjs +0 -49
- package/esm2020/lib/hyperlink/hyperlink.component.mjs +0 -23
- package/esm2020/lib/index.mjs +0 -529
- package/esm2020/lib/layout-actions/layout-actions.component.mjs +0 -68
- package/esm2020/lib/layout-control/layout-control.component.mjs +0 -234
- package/esm2020/lib/layout-wizard/layout-wizard.component.mjs +0 -155
- package/esm2020/lib/list-item/list-item.component.mjs +0 -33
- package/esm2020/lib/ly-empty-space/ly-empty-space.component.mjs +0 -42
- package/esm2020/lib/ly-horizontal-layout/ly-horizontal-layout.component.mjs +0 -71
- package/esm2020/lib/ly-label/ly-label.component.mjs +0 -35
- package/esm2020/lib/ly-layout-container/ly-layout-container.component.mjs +0 -83
- package/esm2020/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.mjs +0 -17
- package/esm2020/lib/ly-layout-panel/ly-layout-panel.component.mjs +0 -73
- package/esm2020/lib/ly-line/ly-line.component.mjs +0 -56
- package/esm2020/lib/ly-simple-label/ly-simple-label.component.mjs +0 -23
- package/esm2020/lib/ly-tab-container/ly-tab-container.component.mjs +0 -52
- package/esm2020/lib/ly-tab-page/ly-tab-page.component.mjs +0 -44
- package/esm2020/lib/ly-vertical-layout/ly-vertical-layout.component.mjs +0 -50
- package/esm2020/lib/manage-filters-report/manage-filters-report.component.mjs +0 -45
- package/esm2020/lib/message-strip/message-strip.component.mjs +0 -28
- package/esm2020/lib/models/grid-data-provider.mjs +0 -83
- package/esm2020/lib/models/grid-view.mjs +0 -2
- package/esm2020/lib/no-data/no-data.component.mjs +0 -23
- package/esm2020/lib/notification-item/notification-item.component.mjs +0 -57
- package/esm2020/lib/notification-popup.service.mjs +0 -88
- package/esm2020/lib/report-navigator/report-navigator.component.mjs +0 -63
- package/esm2020/lib/report-new-top-form/report-new-top-form.component.mjs +0 -60
- package/esm2020/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.mjs +0 -35
- package/esm2020/lib/report-search-fields-manage/report-search-fields-manage.component.mjs +0 -98
- package/esm2020/lib/report-search-panel-save/report-search-panel-save.component.mjs +0 -90
- package/esm2020/lib/report-tree-base.mjs +0 -408
- package/esm2020/lib/report-view-renderer.directive.mjs +0 -366
- package/esm2020/lib/responsive-toolbar/responsive-toolbar.component.mjs +0 -50
- package/esm2020/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.mjs +0 -84
- package/esm2020/lib/rich-text-static/rich-text-static.component.mjs +0 -72
- package/esm2020/lib/sap-font-class.pipe.mjs +0 -29
- package/esm2020/lib/sap-font.pipe.mjs +0 -29
- package/esm2020/lib/sap-size.pipe.mjs +0 -27
- package/esm2020/lib/sap-ui-report-base.component.mjs +0 -766
- package/esm2020/lib/search-panel/search-panel.component.mjs +0 -43
- package/esm2020/lib/ui-button/ui-button.component.mjs +0 -31
- package/esm2020/lib/ui-calendar/ui-calendar.component.mjs +0 -53
- package/esm2020/lib/ui-card-view/ui-card-view.component.mjs +0 -60
- package/esm2020/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.mjs +0 -43
- package/esm2020/lib/ui-check-box/ui-check-box.component.mjs +0 -34
- package/esm2020/lib/ui-color-ui/ui-color-ui.component.mjs +0 -50
- package/esm2020/lib/ui-container-with-button/ui-container-with-button.component.mjs +0 -34
- package/esm2020/lib/ui-date-range-ex/ui-date-range-ex.component.mjs +0 -194
- package/esm2020/lib/ui-date-time/ui-date-time.component.mjs +0 -150
- package/esm2020/lib/ui-editable-grid/ui-editable-grid.component.mjs +0 -110
- package/esm2020/lib/ui-exception-form/ui-exception-form.component.mjs +0 -53
- package/esm2020/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.mjs +0 -121
- package/esm2020/lib/ui-form-panel/ui-form-panel.component.mjs +0 -92
- package/esm2020/lib/ui-grid-columns/ui-grid-columns.component.mjs +0 -44
- package/esm2020/lib/ui-grid-filter-item/ui-grid-filter-item.component.mjs +0 -67
- package/esm2020/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.mjs +0 -76
- package/esm2020/lib/ui-grid-sort-item/ui-grid-sort-item.component.mjs +0 -59
- package/esm2020/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.mjs +0 -156
- package/esm2020/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +0 -349
- package/esm2020/lib/ui-list-view/ui-list-view.component.mjs +0 -75
- package/esm2020/lib/ui-matrix-view/ui-matrix-view.component.mjs +0 -125
- package/esm2020/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.mjs +0 -19
- package/esm2020/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.mjs +0 -56
- package/esm2020/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.mjs +0 -409
- package/esm2020/lib/ui-monaco-editor/ui-monaco-editor.component.mjs +0 -18
- package/esm2020/lib/ui-multi-select-card/ui-multi-select-card.component.mjs +0 -37
- package/esm2020/lib/ui-multi-select-checkbox/ui-multi-select-checkbox.component.mjs +0 -59
- package/esm2020/lib/ui-multi-select-combo/ui-multi-select-combo.component.mjs +0 -93
- package/esm2020/lib/ui-multi-select-radio/ui-multi-select-radio.component.mjs +0 -36
- package/esm2020/lib/ui-multi-select-slider/ui-multi-select-slider.component.mjs +0 -56
- package/esm2020/lib/ui-multi-select-smile/ui-multi-select-smile.component.mjs +0 -28
- package/esm2020/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.mjs +0 -24
- package/esm2020/lib/ui-num-int-slider/ui-num-int-slider.component.mjs +0 -27
- package/esm2020/lib/ui-pdf-viewer/ui-pdf-viewer.component.mjs +0 -262
- package/esm2020/lib/ui-picture-file/ui-picture-file.component.mjs +0 -91
- package/esm2020/lib/ui-pictures-info/ui-pictures-info.component.mjs +0 -223
- package/esm2020/lib/ui-radio-group/ui-radio-group.component.mjs +0 -48
- package/esm2020/lib/ui-read-only-field/ui-read-only-field.component.mjs +0 -36
- package/esm2020/lib/ui-report-container/ui-report-container.component.mjs +0 -46
- package/esm2020/lib/ui-simple-combo/ui-simple-combo.component.mjs +0 -37
- package/esm2020/lib/ui-switch-button/ui-switch-button.component.mjs +0 -20
- package/esm2020/lib/ui-table-view/ui-table-view.component.mjs +0 -151
- package/esm2020/lib/ui-text-area/ui-text-area.component.mjs +0 -49
- package/esm2020/lib/ui-text-field/ui-text-field.component.mjs +0 -52
- package/esm2020/lib/ui-tinymce/ui-tinymce.component.mjs +0 -53
- package/esm2020/lib/ui-tree/ui-tree.component.mjs +0 -92
- package/esm2020/lib/ui-tree-view/ui-tree-view.component.mjs +0 -81
- package/esm2020/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.mjs +0 -24
- package/esm2020/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +0 -289
- package/esm2020/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.mjs +0 -26
- package/esm2020/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.mjs +0 -91
- package/esm2020/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.mjs +0 -117
- package/esm2020/lib/ul-notify-popup/ul-notify-popup.component.mjs +0 -32
- package/esm2020/lib/ul-toast-adapter/ul-toast-adapter.component.mjs +0 -44
- package/esm2020/lib/ulv-column-settings/ulv-column-settings.component.mjs +0 -60
- package/esm2020/lib/ulv-context-menu/ulv-context-menu.component.mjs +0 -87
- package/esm2020/lib/ulv-filter-settings/ulv-filter-settings.component.mjs +0 -43
- package/esm2020/lib/ulv-form-multi-select/ulv-form-multi-select.component.mjs +0 -185
- package/esm2020/lib/ulv-groupby-settings/ulv-groupby-settings.component.mjs +0 -44
- package/esm2020/lib/ulv-paging/ulv-paging.component.mjs +0 -84
- package/esm2020/lib/ulv-selection/ulv-selection.component.mjs +0 -66
- package/esm2020/lib/ulv-settings/ulv-settings.component.mjs +0 -117
- package/esm2020/lib/ulv-sort-settings/ulv-sort-settings.component.mjs +0 -44
- package/esm2020/lib/ulv-toolbar/ulv-toolbar.component.mjs +0 -115
- package/esm2020/lib/upload-file-status.pipe.mjs +0 -28
- package/fesm2015/barsa-sap-ui.mjs +0 -14213
- package/fesm2015/barsa-sap-ui.mjs.map +0 -1
- package/fesm2020/barsa-sap-ui.mjs +0 -14183
- package/fesm2020/barsa-sap-ui.mjs.map +0 -1
|
@@ -1,421 +0,0 @@
|
|
|
1
|
-
export function insertAvatar(elementRef, headerAvatarRef, titleRef, avatar) {
|
|
2
|
-
if (avatar) {
|
|
3
|
-
const isNullImage = typeof avatar === 'object' && avatar.IsNullImage;
|
|
4
|
-
const avatarViewRef = headerAvatarRef.createEmbeddedView({
|
|
5
|
-
$implicit: avatar,
|
|
6
|
-
isIcon: typeof avatar === 'string',
|
|
7
|
-
isNullImage
|
|
8
|
-
});
|
|
9
|
-
titleRef.clear();
|
|
10
|
-
titleRef.insert(avatarViewRef);
|
|
11
|
-
const el = elementRef.nativeElement;
|
|
12
|
-
const titleEl = el.querySelector('.fd-dynamic-page__title');
|
|
13
|
-
const titleContainerEl = el.querySelector('.fd-dynamic-page__title-container');
|
|
14
|
-
const avatarEl = el.querySelector('.fd-dynamic-page__avatar');
|
|
15
|
-
titleContainerEl.insertBefore(avatarEl, titleEl);
|
|
16
|
-
const subTitleEl = el.querySelector('.fd-dynamic-page__subtitle');
|
|
17
|
-
if (subTitleEl) {
|
|
18
|
-
// const inMobile = getDeviceIsMobile();
|
|
19
|
-
subTitleEl.style.paddingRight = `calc(${1.5}rem + 10px)`;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export function GetFormLayoutGrid(ceil, colXl, colLg, colMd) {
|
|
24
|
-
const x = ceil ? Math.ceil : Math.round;
|
|
25
|
-
return {
|
|
26
|
-
colXl: colXl === 0 ? 0 : x((12 - colXl) / 2),
|
|
27
|
-
colLg: colLg === 0 ? 0 : x((12 - colLg) / 2),
|
|
28
|
-
colMd: colMd === 0 ? 0 : x((12 - colMd) / 2)
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
export const sort = (a, b, key, isNumber) => {
|
|
32
|
-
if (key) {
|
|
33
|
-
a = getNestedValue(key, a);
|
|
34
|
-
b = getNestedValue(key, b);
|
|
35
|
-
}
|
|
36
|
-
if (key === 'Rownumber' || isNumber) {
|
|
37
|
-
return Number(a) > Number(b) ? 1 : -1;
|
|
38
|
-
}
|
|
39
|
-
else if (typeof a === 'string' && typeof b === 'string') {
|
|
40
|
-
return _trimEnd(a).localeCompare(_trimEnd(b));
|
|
41
|
-
}
|
|
42
|
-
return a > b ? 1 : a === b ? 0 : -1;
|
|
43
|
-
};
|
|
44
|
-
export function _trimEnd(value) {
|
|
45
|
-
const cache = new Set(String(value));
|
|
46
|
-
let end = value.length;
|
|
47
|
-
for (let i = value.length - 1; i >= 0; i--) {
|
|
48
|
-
if (!cache.has(value[i])) {
|
|
49
|
-
break;
|
|
50
|
-
}
|
|
51
|
-
end--;
|
|
52
|
-
}
|
|
53
|
-
return value.slice(0, end);
|
|
54
|
-
}
|
|
55
|
-
export function getNestedValue(key, object) {
|
|
56
|
-
return key.split('.').reduce((a, b) => a[b], object);
|
|
57
|
-
}
|
|
58
|
-
export const IconTNT = [
|
|
59
|
-
'technicalsystem',
|
|
60
|
-
'systemjava',
|
|
61
|
-
'systemabap',
|
|
62
|
-
'systemrecommendations',
|
|
63
|
-
'system',
|
|
64
|
-
'systemtrex',
|
|
65
|
-
'systemtracks',
|
|
66
|
-
'technicalscenario',
|
|
67
|
-
'technicalinstance',
|
|
68
|
-
'throughput-backlog',
|
|
69
|
-
'batch-processing',
|
|
70
|
-
'database-consistency',
|
|
71
|
-
'intermediate-message',
|
|
72
|
-
'exceptions',
|
|
73
|
-
'system-HANA',
|
|
74
|
-
'python',
|
|
75
|
-
'raise-fault',
|
|
76
|
-
'code1',
|
|
77
|
-
'code2',
|
|
78
|
-
'spike-arrest',
|
|
79
|
-
'verify-API',
|
|
80
|
-
'user',
|
|
81
|
-
'note',
|
|
82
|
-
'throwing-message',
|
|
83
|
-
'catching-message',
|
|
84
|
-
'start-event',
|
|
85
|
-
'end-event',
|
|
86
|
-
'gateway',
|
|
87
|
-
'sub-process-marker',
|
|
88
|
-
'ad-hoc-marker',
|
|
89
|
-
'manual-task',
|
|
90
|
-
'send-task',
|
|
91
|
-
'receive-task',
|
|
92
|
-
'script-task',
|
|
93
|
-
'marquee',
|
|
94
|
-
'data-input-arrow',
|
|
95
|
-
'data-output-arrow',
|
|
96
|
-
'more',
|
|
97
|
-
'pattern',
|
|
98
|
-
'task',
|
|
99
|
-
'arrow',
|
|
100
|
-
'data',
|
|
101
|
-
'data-store',
|
|
102
|
-
'pool',
|
|
103
|
-
'swimlane',
|
|
104
|
-
'select',
|
|
105
|
-
'cursor',
|
|
106
|
-
'api',
|
|
107
|
-
'o-data',
|
|
108
|
-
'javascript',
|
|
109
|
-
'value-mapping',
|
|
110
|
-
'terminate-end-event',
|
|
111
|
-
'parallel-gateway',
|
|
112
|
-
'exclusive-gateway',
|
|
113
|
-
'service-task',
|
|
114
|
-
'workflow-editor',
|
|
115
|
-
'boundary-interrupting',
|
|
116
|
-
'boundary-non-interrupting',
|
|
117
|
-
'block',
|
|
118
|
-
'constrain-block',
|
|
119
|
-
'actor',
|
|
120
|
-
'instance-specification',
|
|
121
|
-
'value-type',
|
|
122
|
-
'interface-block',
|
|
123
|
-
'unit',
|
|
124
|
-
'signal',
|
|
125
|
-
'quantity-kind',
|
|
126
|
-
'item-flow',
|
|
127
|
-
'dependency',
|
|
128
|
-
'generalization',
|
|
129
|
-
'aggregation',
|
|
130
|
-
'composition',
|
|
131
|
-
'association',
|
|
132
|
-
'port',
|
|
133
|
-
'proxy-port',
|
|
134
|
-
'full-port',
|
|
135
|
-
'operations',
|
|
136
|
-
'constrains',
|
|
137
|
-
'receptions',
|
|
138
|
-
'references',
|
|
139
|
-
'parts',
|
|
140
|
-
'flow',
|
|
141
|
-
'values',
|
|
142
|
-
'bill-of-material',
|
|
143
|
-
'document-info-recording',
|
|
144
|
-
'use-case-diagram',
|
|
145
|
-
'bdd-diagram',
|
|
146
|
-
'requirement-diagram',
|
|
147
|
-
'package-diagram',
|
|
148
|
-
'internal-block-diagram',
|
|
149
|
-
'requirement-containment-relationship',
|
|
150
|
-
'use-case',
|
|
151
|
-
'use-case-extension-point',
|
|
152
|
-
'communication-path',
|
|
153
|
-
'note-connection',
|
|
154
|
-
'subject',
|
|
155
|
-
'auto-layout',
|
|
156
|
-
'required-interface',
|
|
157
|
-
'provided-interface',
|
|
158
|
-
'sub-content',
|
|
159
|
-
'connector',
|
|
160
|
-
'local-process-call',
|
|
161
|
-
'aggregator',
|
|
162
|
-
'splitter',
|
|
163
|
-
'converter',
|
|
164
|
-
'content-modifier',
|
|
165
|
-
'message-start-event',
|
|
166
|
-
'message-end-event',
|
|
167
|
-
'escalation-end-event',
|
|
168
|
-
'start-timer-event',
|
|
169
|
-
'error-start-event',
|
|
170
|
-
'error-end-event',
|
|
171
|
-
'content-enricher',
|
|
172
|
-
'realization',
|
|
173
|
-
'interface',
|
|
174
|
-
'usiness-capability',
|
|
175
|
-
'progress-group',
|
|
176
|
-
'value-stream',
|
|
177
|
-
'value-flow',
|
|
178
|
-
'application',
|
|
179
|
-
'etl-job',
|
|
180
|
-
'business-service',
|
|
181
|
-
'application-service',
|
|
182
|
-
'network-node',
|
|
183
|
-
'network',
|
|
184
|
-
'deployment-instance',
|
|
185
|
-
'intranet',
|
|
186
|
-
'mobile-network',
|
|
187
|
-
'private-cloud',
|
|
188
|
-
'antenna',
|
|
189
|
-
'firewall',
|
|
190
|
-
'hub',
|
|
191
|
-
'modem',
|
|
192
|
-
'repeater',
|
|
193
|
-
'router',
|
|
194
|
-
'switch',
|
|
195
|
-
'satellite',
|
|
196
|
-
'system-2',
|
|
197
|
-
'status-activating',
|
|
198
|
-
'status-suspended',
|
|
199
|
-
'status-suspending',
|
|
200
|
-
'status-terminated',
|
|
201
|
-
'status-terminating',
|
|
202
|
-
'solution-not-licensed',
|
|
203
|
-
'clear-all-mapping',
|
|
204
|
-
'map-all-fields'
|
|
205
|
-
];
|
|
206
|
-
export const IconBusinessSuite = [
|
|
207
|
-
'heart',
|
|
208
|
-
'quarter',
|
|
209
|
-
'year',
|
|
210
|
-
'equalizer',
|
|
211
|
-
'component',
|
|
212
|
-
'component-private',
|
|
213
|
-
'raw-material',
|
|
214
|
-
'sms',
|
|
215
|
-
'add-note',
|
|
216
|
-
'change-time-horizon',
|
|
217
|
-
'table-chart-customization',
|
|
218
|
-
'delegated-important-task',
|
|
219
|
-
'forklift',
|
|
220
|
-
'coins',
|
|
221
|
-
'filter-menu',
|
|
222
|
-
'target-to-date',
|
|
223
|
-
'program',
|
|
224
|
-
'phase',
|
|
225
|
-
'checklist',
|
|
226
|
-
'mirrored-task',
|
|
227
|
-
'sub-project',
|
|
228
|
-
'checklist-item',
|
|
229
|
-
'adhoc-analysis',
|
|
230
|
-
'change-analysis',
|
|
231
|
-
'review-demands',
|
|
232
|
-
'project-definition',
|
|
233
|
-
'data-access',
|
|
234
|
-
'define-shortage',
|
|
235
|
-
'review-supplies',
|
|
236
|
-
'change-log',
|
|
237
|
-
'priority-1',
|
|
238
|
-
'priority-2',
|
|
239
|
-
'jam',
|
|
240
|
-
'milestone',
|
|
241
|
-
'bulleting-with-numbers',
|
|
242
|
-
'decrease-indent',
|
|
243
|
-
'increase-indent',
|
|
244
|
-
'bold',
|
|
245
|
-
'italic',
|
|
246
|
-
'strike-through',
|
|
247
|
-
'underline',
|
|
248
|
-
'save-as',
|
|
249
|
-
'segmentation',
|
|
250
|
-
'context-menu',
|
|
251
|
-
'snapshot',
|
|
252
|
-
'subtraction-b-a',
|
|
253
|
-
'subtraction-a-b',
|
|
254
|
-
'intersection',
|
|
255
|
-
'union',
|
|
256
|
-
'top',
|
|
257
|
-
'bottom',
|
|
258
|
-
'page-up',
|
|
259
|
-
'page-down',
|
|
260
|
-
'create-dashboard',
|
|
261
|
-
'xcelsius-file',
|
|
262
|
-
'open-folder',
|
|
263
|
-
'neutral',
|
|
264
|
-
'split-segmentation',
|
|
265
|
-
'manage-budget',
|
|
266
|
-
'blocked',
|
|
267
|
-
'pipette',
|
|
268
|
-
'top-recipe',
|
|
269
|
-
'recipe',
|
|
270
|
-
'ingredients',
|
|
271
|
-
'multiple-charts',
|
|
272
|
-
'descending-bars',
|
|
273
|
-
'descending-stacked-bars',
|
|
274
|
-
'scatter-plot',
|
|
275
|
-
'spill',
|
|
276
|
-
'fire',
|
|
277
|
-
'stratification',
|
|
278
|
-
'relationship',
|
|
279
|
-
'margin-decomposition',
|
|
280
|
-
'control-group',
|
|
281
|
-
'comparison-chart',
|
|
282
|
-
'responsible-area',
|
|
283
|
-
'increase',
|
|
284
|
-
'decrease',
|
|
285
|
-
'current-stock',
|
|
286
|
-
'expedite',
|
|
287
|
-
'postpone',
|
|
288
|
-
'approved',
|
|
289
|
-
'partially-delivered',
|
|
290
|
-
'line-bar-chart',
|
|
291
|
-
'expand-all',
|
|
292
|
-
'submission',
|
|
293
|
-
'change-request',
|
|
294
|
-
'column-unselected',
|
|
295
|
-
'column-selected',
|
|
296
|
-
'row-unselected',
|
|
297
|
-
'row-selected',
|
|
298
|
-
'stock-requirements',
|
|
299
|
-
'gender-male-and-female',
|
|
300
|
-
'marital-status',
|
|
301
|
-
'birthday',
|
|
302
|
-
'classification',
|
|
303
|
-
'marked-for-deletion',
|
|
304
|
-
'bullet-chart',
|
|
305
|
-
'remove-filter',
|
|
306
|
-
'bank-account',
|
|
307
|
-
'savings-account',
|
|
308
|
-
'debit-card',
|
|
309
|
-
'vip-customer',
|
|
310
|
-
'undesirable-customer',
|
|
311
|
-
'answered-change-request',
|
|
312
|
-
'collected-change-request',
|
|
313
|
-
'draw-freehand',
|
|
314
|
-
'draw-circle',
|
|
315
|
-
'completed',
|
|
316
|
-
'answered',
|
|
317
|
-
'traffic-cone',
|
|
318
|
-
'traffic-lights',
|
|
319
|
-
'container',
|
|
320
|
-
'container-loading',
|
|
321
|
-
'traffic-jam',
|
|
322
|
-
'products',
|
|
323
|
-
'sidepanel',
|
|
324
|
-
'split-screen',
|
|
325
|
-
'truck-driver',
|
|
326
|
-
'keep-segment',
|
|
327
|
-
'exclude-segment',
|
|
328
|
-
'separate-segments',
|
|
329
|
-
'distribute-segments',
|
|
330
|
-
'next-open-item',
|
|
331
|
-
'where-used',
|
|
332
|
-
'outbound-delivery',
|
|
333
|
-
'outbound-delivery-inactive',
|
|
334
|
-
'outbound-delivery-active',
|
|
335
|
-
'target',
|
|
336
|
-
'source',
|
|
337
|
-
'material',
|
|
338
|
-
'due-date',
|
|
339
|
-
'overdue',
|
|
340
|
-
'set-as-default',
|
|
341
|
-
'face-very-bad',
|
|
342
|
-
'face-bad',
|
|
343
|
-
'face-skeptical',
|
|
344
|
-
'face-neutral',
|
|
345
|
-
'face-astonished',
|
|
346
|
-
'face-happy',
|
|
347
|
-
'face-very-happy',
|
|
348
|
-
'face-awful',
|
|
349
|
-
'face-devastated',
|
|
350
|
-
'face-okey-dokey',
|
|
351
|
-
'alarm',
|
|
352
|
-
'activate',
|
|
353
|
-
'segment-preview-reference-objects',
|
|
354
|
-
'radius',
|
|
355
|
-
'polygone-black',
|
|
356
|
-
'polygone-white',
|
|
357
|
-
'ploygone',
|
|
358
|
-
'no-filter',
|
|
359
|
-
'grip',
|
|
360
|
-
'water',
|
|
361
|
-
'gas',
|
|
362
|
-
'liquid',
|
|
363
|
-
'time-deposit',
|
|
364
|
-
'early-widthdrawal-for-time-deposits',
|
|
365
|
-
'truck-load',
|
|
366
|
-
'truck-unload',
|
|
367
|
-
'truck-load-unload',
|
|
368
|
-
'pharmacy',
|
|
369
|
-
'medicine-syrup',
|
|
370
|
-
'reminder',
|
|
371
|
-
'medicine-pill',
|
|
372
|
-
'medicine-ointment',
|
|
373
|
-
'medicine-drops',
|
|
374
|
-
'blood-test',
|
|
375
|
-
'temperature',
|
|
376
|
-
'medicine-inhaler',
|
|
377
|
-
'foot-steps',
|
|
378
|
-
'weight',
|
|
379
|
-
'health-tracking',
|
|
380
|
-
'blood-pressure',
|
|
381
|
-
'immunization',
|
|
382
|
-
'allergies',
|
|
383
|
-
'rescheduling2',
|
|
384
|
-
'resequencing2',
|
|
385
|
-
'no-time-change',
|
|
386
|
-
'time-change',
|
|
387
|
-
'smart-matcher',
|
|
388
|
-
'legal-section',
|
|
389
|
-
'causes',
|
|
390
|
-
'effects',
|
|
391
|
-
'shared-by-me',
|
|
392
|
-
'shared-with-me',
|
|
393
|
-
'alert-groups',
|
|
394
|
-
'function-alert',
|
|
395
|
-
'function-hierarchy',
|
|
396
|
-
'rfid',
|
|
397
|
-
'input',
|
|
398
|
-
'software-item',
|
|
399
|
-
'product-view',
|
|
400
|
-
'software-item-variant',
|
|
401
|
-
'lighthouse',
|
|
402
|
-
'demand-unit',
|
|
403
|
-
'fma-management',
|
|
404
|
-
'fma-validation',
|
|
405
|
-
'fma-analytics',
|
|
406
|
-
'class',
|
|
407
|
-
'overview',
|
|
408
|
-
'production',
|
|
409
|
-
'subclass',
|
|
410
|
-
'variant-configuration',
|
|
411
|
-
'sum',
|
|
412
|
-
'empty-trailer',
|
|
413
|
-
'door',
|
|
414
|
-
'loading-point',
|
|
415
|
-
'stock-warehouse',
|
|
416
|
-
'gate',
|
|
417
|
-
'timeseries-waterfall-chart',
|
|
418
|
-
'stages-warning',
|
|
419
|
-
'empty-warning'
|
|
420
|
-
];
|
|
421
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvY29uc3RhbnRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQU1BLE1BQU0sVUFBVSxZQUFZLENBQUMsVUFBVSxFQUFFLGVBQWUsRUFBRSxRQUFRLEVBQUUsTUFBTTtJQUN0RSxJQUFJLE1BQU0sRUFBRTtRQUNSLE1BQU0sV0FBVyxHQUFHLE9BQU8sTUFBTSxLQUFLLFFBQVEsSUFBSSxNQUFNLENBQUMsV0FBVyxDQUFDO1FBQ3JFLE1BQU0sYUFBYSxHQUFHLGVBQWUsQ0FBQyxrQkFBa0IsQ0FBQztZQUNyRCxTQUFTLEVBQUUsTUFBTTtZQUNqQixNQUFNLEVBQUUsT0FBTyxNQUFNLEtBQUssUUFBUTtZQUNsQyxXQUFXO1NBQ2QsQ0FBQyxDQUFDO1FBQ0gsUUFBUSxDQUFDLEtBQUssRUFBRSxDQUFDO1FBQ2pCLFFBQVEsQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLENBQUM7UUFDL0IsTUFBTSxFQUFFLEdBQUcsVUFBVSxDQUFDLGFBQTRCLENBQUM7UUFDbkQsTUFBTSxPQUFPLEdBQUcsRUFBRSxDQUFDLGFBQWEsQ0FBQyx5QkFBeUIsQ0FBZ0IsQ0FBQztRQUUzRSxNQUFNLGdCQUFnQixHQUFHLEVBQUUsQ0FBQyxhQUFhLENBQUMsbUNBQW1DLENBQWdCLENBQUM7UUFDOUYsTUFBTSxRQUFRLEdBQUcsRUFBRSxDQUFDLGFBQWEsQ0FBQywwQkFBMEIsQ0FBZ0IsQ0FBQztRQUM3RSxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsUUFBUSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ2pELE1BQU0sVUFBVSxHQUFHLEVBQUUsQ0FBQyxhQUFhLENBQUMsNEJBQTRCLENBQWdCLENBQUM7UUFDakYsSUFBSSxVQUFVLEVBQUU7WUFDWix3Q0FBd0M7WUFDeEMsVUFBVSxDQUFDLEtBQUssQ0FBQyxZQUFZLEdBQUcsUUFBUSxHQUFHLGFB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QixZQUFZO0lBQ1osUUFBUTtJQUNSLGlCQUFpQjtJQUNqQixnQkFBZ0I7SUFDaEIsY0FBYztJQUNkLFdBQVc7SUFDWCxlQUFlO0lBQ2YsZUFBZTtJQUNmLGdCQUFnQjtJQUNoQixhQUFhO0lBQ2IsZUFBZTtJQUNmLGVBQWU7SUFDZixRQUFRO0lBQ1IsU0FBUztJQUNULGNBQWM7SUFDZCxnQkFBZ0I7SUFDaEIsY0FBYztJQUNkLGdCQUFnQjtJQUNoQixvQkFBb0I7SUFDcEIsTUFBTTtJQUNOLE9BQU87SUFDUCxlQUFlO0lBQ2YsY0FBYztJQUNkLHVCQUF1QjtJQUN2QixZQUFZO0lBQ1osYUFBYTtJQUNiLGdCQUFnQjtJQUNoQixnQkFBZ0I7SUFDaEIsZUFBZTtJQUNmLE9BQU87SUFDUCxVQUFVO0lBQ1YsWUFBWTtJQUNaLFVBQVU7SUFDVix1QkFBdUI7SUFDdkIsS0FBSztJQUNMLGVBQWU7SUFDZixNQUFNO0lBQ04sZUFBZTtJQUNmLGlCQUFpQjtJQUNqQixNQUFNO0lBQ04sNEJBQTRCO0lBQzVCLGdCQUFnQjtJQUNoQixlQUFlO0NBQ2xCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIEZvcm1MYXlvdXRDb2wge1xuICAgIGNvbFhsOiBudW1iZXI7XG4gICAgY29sTGc6IG51bWJlcjtcbiAgICBjb2xNZDogbnVtYmVyO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gaW5zZXJ0QXZhdGFyKGVsZW1lbnRSZWYsIGhlYWRlckF2YXRhclJlZiwgdGl0bGVSZWYsIGF2YXRhcik6IHZvaWQge1xuICAgIGlmIChhdmF0YXIpIHtcbiAgICAgICAgY29uc3QgaXNOdWxsSW1hZ2UgPSB0eXBlb2YgYXZhdGFyID09PSAnb2JqZWN0JyAmJiBhdmF0YXIuSXNOdWxsSW1hZ2U7XG4gICAgICAgIGNvbnN0IGF2YXRhclZpZXdSZWYgPSBoZWFkZXJBdmF0YXJSZWYuY3JlYXRlRW1iZWRkZWRWaWV3KHtcbiAgICAgICAgICAgICRpbXBsaWNpdDogYXZhdGFyLFxuICAgICAgICAgICAgaXNJY29uOiB0eXBlb2YgYXZhdGFyID09PSAnc3RyaW5nJyxcbiAgICAgICAgICAgIGlzTnVsbEltYWdlXG4gICAgICAgIH0pO1xuICAgICAgICB0aXRsZVJlZi5jbGVhcigpO1xuICAgICAgICB0aXRsZVJlZi5pbnNlcnQoYXZhdGFyVmlld1JlZik7XG4gICAgICAgIGNvbnN0IGVsID0gZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50IGFzIEhUTUxFbGVtZW50O1xuICAgICAgICBjb25zdCB0aXRsZUVsID0gZWwucXVlcnlTZWxlY3RvcignLmZkLWR5bmFtaWMtcGFnZV9fdGl0bGUnKSBhcyBIVE1MRWxlbWVudDtcblxuICAgICAgICBjb25zdCB0aXRsZUNvbnRhaW5lckVsID0gZWwucXVlcnlTZWxlY3RvcignLmZkLWR5bmFtaWMtcGFnZV9fdGl0bGUtY29udGFpbmVyJykgYXMgSFRNTEVsZW1lbnQ7XG4gICAgICAgIGNvbnN0IGF2YXRhckVsID0gZWwucXVlcnlTZWxlY3RvcignLmZkLWR5bmFtaWMtcGFnZV9fYXZhdGFyJykgYXMgSFRNTEVsZW1lbnQ7XG4gICAgICAgIHRpdGxlQ29udGFpbmVyRWwuaW5zZXJ0QmVmb3JlKGF2YXRhckVsLCB0aXRsZUVsKTtcbiAgICAgICAgY29uc3Qgc3ViVGl0bGVFbCA9IGVsLnF1ZXJ5U2VsZWN0b3IoJy5mZC1keW5hbWljLXBhZ2VfX3N1YnRpdGxlJykgYXMgSFRNTEVsZW1lbnQ7XG4gICAgICAgIGlmIChzdWJUaXRsZUVsKSB7XG4gICAgICAgICAgICAvLyBjb25zdCBpbk1vYmlsZSA9IGdldERldmljZUlzTW9iaWxlKCk7XG4gICAgICAgICAgICBzdWJUaXRsZUVsLnN0eWxlLnBhZGRpbmdSaWdodCA9IGBjYWxjKCR7MS41fXJlbSArIDEwcHgpYDtcbiAgICAgICAgfVxuICAgIH1cbn1cbmV4cG9ydCBmdW5jdGlvbiBHZXRGb3JtTGF5b3V0R3JpZChjZWlsOiBib29sZWFuLCBjb2xYbDogbnVtYmVyLCBjb2xMZzogbnVtYmVyLCBjb2xNZDogbnVtYmVyKTogRm9ybUxheW91dENvbCB7XG4gICAgY29uc3QgeCA9IGNlaWwgPyBNYXRoLmNlaWwgOiBNYXRoLnJvdW5kO1xuICAgIHJldHVybiB7XG4gICAgICAgIGNvbFhsOiBjb2xYbCA9PT0gMCA/IDAgOiB4KCgxMiAtIGNvbFhsKSAvIDIpLFxuICAgICAgICBjb2xMZzogY29sTGcgPT09IDAgPyAwIDogeCgoMTIgLSBjb2xMZykgLyAyKSxcbiAgICAgICAgY29sTWQ6IGNvbE1kID09PSAwID8gMCA6IHgoKDEyIC0gY29sTWQpIC8gMilcbiAgICB9O1xufVxuXG5leHBvcnQgY29uc3Qgc29ydCA9IDxUIGV4dGVuZHMgb2JqZWN0PihhOiBULCBiOiBULCBrZXk6IHN0cmluZyB8IG51bGwsIGlzTnVtYmVyPzogYm9vbGVhbik6IG51bWJlciA9PiB7XG4gICAgaWYgKGtleSkge1xuICAgICAgICBhID0gZ2V0TmVzdGVkVmFsdWUoa2V5LCBhKTtcbiAgICAgICAgYiA9IGdldE5lc3RlZFZhbHVlKGtleSwgYik7XG4gICAgfVxuICAgIGlmIChrZXkgPT09ICdSb3dudW1iZXInIHx8IGlzTnVtYmVyKSB7XG4gICAgICAgIHJldHVybiBOdW1iZXIoYSkgPiBOdW1iZXIoYikgPyAxIDogLTE7XG4gICAgfSBlbHNlIGlmICh0eXBlb2YgYSA9PT0gJ3N0cmluZycgJiYgdHlwZW9mIGIgPT09ICdzdHJpbmcnKSB7XG4gICAgICAgIHJldHVybiBfdHJpbUVuZChhIGFzIHN0cmluZykubG9jYWxlQ29tcGFyZShfdHJpbUVuZChiIGFzIHN0cmluZykpO1xuICAgIH1cbiAgICByZXR1cm4gYSA+IGIgPyAxIDogYSA9PT0gYiA/IDAgOiAtMTtcbn07XG5leHBvcnQgZnVuY3Rpb24gX3RyaW1FbmQodmFsdWU6IHN0cmluZyk6IHN0cmluZyB7XG4gICAgY29uc3QgY2FjaGUgPSBuZXcgU2V0KFN0cmluZyh2YWx1ZSkpO1xuICAgIGxldCBlbmQgPSB2YWx1ZS5sZW5ndGg7XG4gICAgZm9yIChsZXQgaSA9IHZhbHVlLmxlbmd0aCAtIDE7IGkgPj0gMDsgaS0tKSB7XG4gICAgICAgIGlmICghY2FjaGUuaGFzKHZhbHVlW2ldKSkge1xuICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgIH1cbiAgICAgICAgZW5kLS07XG4gICAgfVxuICAgIHJldHVybiB2YWx1ZS5zbGljZSgwLCBlbmQpO1xufVxuZXhwb3J0IGZ1bmN0aW9uIGdldE5lc3RlZFZhbHVlPFQgZXh0ZW5kcyBSZWNvcmQ8c3RyaW5nLCBhbnk+PihrZXk6IHN0cmluZywgb2JqZWN0OiBUKTogYW55IHtcbiAgICByZXR1cm4ga2V5LnNwbGl0KCcuJykucmVkdWNlKChhLCBiKSA9PiBhW2JdLCBvYmplY3QpO1xufVxuXG5leHBvcnQgY29uc3QgSWNvblROVCA9IFtcbiAgICAndGVjaG5pY2Fsc3lzdGVtJyxcbiAgICAnc3lzdGVtamF2YScsXG4gICAgJ3N5c3RlbWFiYXAnLFxuICAgICdzeXN0ZW1yZWNvbW1lbmRhdGlvbnMnLFxuICAgICdzeXN0ZW0nLFxuICAgICdzeXN0ZW10cmV4JyxcbiAgICAnc3lzdGVtdHJhY2tzJyxcbiAgICAndGVjaG5pY2Fsc2NlbmFyaW8nLFxuICAgICd0ZWNobmljYWxpbnN0YW5jZScsXG4gICAgJ3Rocm91Z2hwdXQtYmFja2xvZycsXG4gICAgJ2JhdGNoLXByb2Nlc3NpbmcnLFxuICAgICdkYXRhYmFzZS1jb25zaXN0ZW5jeScsXG4gICAgJ2ludGVybWVkaWF0ZS1tZXNzYWdlJyxcbiAgICAnZXhjZXB0aW9ucycsXG4gICAgJ3N5c3RlbS1IQU5BJyxcbiAgICAncHl0aG9uJyxcbiAgICAncmFpc2UtZmF1bHQnLFxuICAgICdjb2RlMScsXG4gICAgJ2NvZGUyJyxcbiAgICAnc3Bpa2UtYXJyZXN0JyxcbiAgICAndmVyaWZ5LUFQSScsXG4gICAgJ3VzZXInLFxuICAgICdub3RlJyxcbiAgICAndGhyb3dpbmctbWVzc2FnZScsXG4gICAgJ2NhdGNoaW5nLW1lc3NhZ2UnLFxuICAgICdzdGFydC1ldmVudCcsXG4gICAgJ2VuZC1ldmVudCcsXG4gICAgJ2dhdGV3YXknLFxuICAgICdzdWItcHJvY2Vzcy1tYXJrZXInLFxuICAgICdhZC1ob2MtbWFya2VyJyxcbiAgICAnbWFudWFsLXRhc2snLFxuICAgICdzZW5kLXRhc2snLFxuICAgICdyZWNlaXZlLXRhc2snLFxuICAgICdzY3JpcHQtdGFzaycsXG4gICAgJ21hcnF1ZWUnLFxuICAgICdkYXRhLWlucHV0LWFycm93JyxcbiAgICAnZGF0YS1vdXRwdXQtYXJyb3cnLFxuICAgICdtb3JlJyxcbiAgICAncGF0dGVybicsXG4gICAgJ3Rhc2snLFxuICAgICdhcnJvdycsXG4gICAgJ2RhdGEnLFxuICAgICdkYXRhLXN0b3JlJyxcbiAgICAncG9vbCcsXG4gICAgJ3N3aW1sYW5lJyxcbiAgICAnc2VsZWN0JyxcbiAgICAnY3Vyc29yJyxcbiAgICAnYXBpJyxcbiAgICAnby1kYXRhJyxcbiAgICAnamF2YXNjcmlwdCcsXG4gICAgJ3ZhbHVlLW1hcHBpbmcnLFxuICAgICd0ZXJtaW5hdGUtZW5kLWV2ZW50JyxcbiAgICAncGFyYWxsZWwtZ2F0ZXdheScsXG4gICAgJ2V4Y2x1c2l2ZS1nYXRld2F5JyxcbiAgICAnc2VydmljZS10YXNrJyxcbiAgICAnd29ya2Zsb3ctZWRpdG9yJyxcbiAgICAnYm91bmRhcnktaW50ZXJydXB0aW5nJyxcbiAgICAnYm91bmRhcnktbm9uLWludGVycnVwdGluZycsXG4gICAgJ2Jsb2NrJyxcbiAgICAnY29uc3RyYWluLWJsb2NrJyxcbiAgICAnYWN0b3InLFxuICAgICdpbnN0YW5jZS1zcGVjaWZpY2F0aW9uJyxcbiAgICAndmFsdWUtdHlwZScsXG4gICAgJ2ludGVyZmFjZS1ibG9jaycsXG4gICAgJ3VuaXQnLFxuICAgICdzaWduYWwnLFxuICAgICdxdWFudGl0eS1raW5kJyxcbiAgICAnaXRlbS1mbG93JyxcbiAgICAnZGVwZW5kZW5jeScsXG4gICAgJ2dlbmVyYWxpemF0aW9uJyxcbiAgICAnYWdncmVnYXRpb24nLFxuICAgICdjb21wb3NpdGlvbicsXG4gICAgJ2Fzc29jaWF0aW9uJyxcbiAgICAncG9ydCcsXG4gICAgJ3Byb3h5LXBvcnQnLFxuICAgICdmdWxsLXBvcnQnLFxuICAgICdvcGVyYXRpb25zJyxcbiAgICAnY29uc3RyYWlucycsXG4gICAgJ3JlY2VwdGlvbnMnLFxuICAgICdyZWZlcmVuY2VzJyxcbiAgICAncGFydHMnLFxuICAgICdmbG93JyxcbiAgICAndmFsdWVzJyxcbiAgICAnYmlsbC1vZi1tYXRlcmlhbCcsXG4gICAgJ2RvY3VtZW50LWluZm8tcmVjb3JkaW5nJyxcbiAgICAndXNlLWNhc2UtZGlhZ3JhbScsXG4gICAgJ2JkZC1kaWFncmFtJyxcbiAgICAncmVxdWlyZW1lbnQtZGlhZ3JhbScsXG4gICAgJ3BhY2thZ2UtZGlhZ3JhbScsXG4gICAgJ2ludGVybmFsLWJsb2NrLWRpYWdyYW0nLFxuICAgICdyZXF1aXJlbWVudC1jb250YWlubWVudC1yZWxhdGlvbnNoaXAnLFxuICAgICd1c2UtY2FzZScsXG4gICAgJ3VzZS1jYXNlLWV4dGVuc2lvbi1wb2ludCcsXG4gICAgJ2NvbW11bmljYXRpb24tcGF0aCcsXG4gICAgJ25vdGUtY29ubmVjdGlvbicsXG4gICAgJ3N1YmplY3QnLFxuICAgICdhdXRvLWxheW91dCcsXG4gICAgJ3JlcXVpcmVkLWludGVyZmFjZScsXG4gICAgJ3Byb3ZpZGVkLWludGVyZmFjZScsXG4gICAgJ3N1Yi1jb250ZW50JyxcbiAgICAnY29ubmVjdG9yJyxcbiAgICAnbG9jYWwtcHJvY2Vzcy1jYWxsJyxcbiAgICAnYWdncmVnYXRvcicsXG4gICAgJ3NwbGl0dGVyJyxcbiAgICAnY29udmVydGVyJyxcbiAgICAnY29udGVudC1tb2RpZmllcicsXG4gICAgJ21lc3NhZ2Utc3RhcnQtZXZlbnQnLFxuICAgICdtZXNzYWdlLWVuZC1ldmVudCcsXG4gICAgJ2VzY2FsYXRpb24tZW5kLWV2ZW50JyxcbiAgICAnc3RhcnQtdGltZXItZXZlbnQnLFxuICAgICdlcnJvci1zdGFydC1ldmVudCcsXG4gICAgJ2Vycm9yLWVuZC1ldmVudCcsXG4gICAgJ2NvbnRlbnQtZW5yaWNoZXInLFxuICAgICdyZWFsaXphdGlvbicsXG4gICAgJ2ludGVyZmFjZScsXG4gICAgJ3VzaW5lc3MtY2FwYWJpbGl0eScsXG4gICAgJ3Byb2dyZXNzLWdyb3VwJyxcbiAgICAndmFsdWUtc3RyZWFtJyxcbiAgICAndmFsdWUtZmxvdycsXG4gICAgJ2FwcGxpY2F0aW9uJyxcbiAgICAnZXRsLWpvYicsXG4gICAgJ2J1c2luZXNzLXNlcnZpY2UnLFxuICAgICdhcHBsaWNhdGlvbi1zZXJ2aWNlJyxcbiAgICAnbmV0d29yay1ub2RlJyxcbiAgICAnbmV0d29yaycsXG4gICAgJ2RlcGxveW1lbnQtaW5zdGFuY2UnLFxuICAgICdpbnRyYW5ldCcsXG4gICAgJ21vYmlsZS1uZXR3b3JrJyxcbiAgICAncHJpdmF0ZS1jbG91ZCcsXG4gICAgJ2FudGVubmEnLFxuICAgICdmaXJld2FsbCcsXG4gICAgJ2h1YicsXG4gICAgJ21vZGVtJyxcbiAgICAncmVwZWF0ZXInLFxuICAgICdyb3V0ZXInLFxuICAgICdzd2l0Y2gnLFxuICAgICdzYXRlbGxpdGUnLFxuICAgICdzeXN0ZW0tMicsXG4gICAgJ3N0YXR1cy1hY3RpdmF0aW5nJyxcbiAgICAnc3RhdHVzLXN1c3BlbmRlZCcsXG4gICAgJ3N0YXR1cy1zdXNwZW5kaW5nJyxcbiAgICAnc3RhdHVzLXRlcm1pbmF0ZWQnLFxuICAgICdzdGF0dXMtdGVybWluYXRpbmcnLFxuICAgICdzb2x1dGlvbi1ub3QtbGljZW5zZWQnLFxuICAgICdjbGVhci1hbGwtbWFwcGluZycsXG4gICAgJ21hcC1hbGwtZmllbGRzJ1xuXTtcbmV4cG9ydCBjb25zdCBJY29uQnVzaW5lc3NTdWl0ZSA9IFtcbiAgICAnaGVhcnQnLFxuICAgICdxdWFydGVyJyxcbiAgICAneWVhcicsXG4gICAgJ2VxdWFsaXplcicsXG4gICAgJ2NvbXBvbmVudCcsXG4gICAgJ2NvbXBvbmVudC1wcml2YXRlJyxcbiAgICAncmF3LW1hdGVyaWFsJyxcbiAgICAnc21zJyxcbiAgICAnYWRkLW5vdGUnLFxuICAgICdjaGFuZ2UtdGltZS1ob3Jpem9uJyxcbiAgICAndGFibGUtY2hhcnQtY3VzdG9taXphdGlvbicsXG4gICAgJ2RlbGVnYXRlZC1pbXBvcnRhbnQtdGFzaycsXG4gICAgJ2ZvcmtsaWZ0JyxcbiAgICAnY29pbnMnLFxuICAgICdmaWx0ZXItbWVudScsXG4gICAgJ3RhcmdldC10by1kYXRlJyxcbiAgICAncHJvZ3JhbScsXG4gICAgJ3BoYXNlJyxcbiAgICAnY2hlY2tsaXN0JyxcbiAgICAnbWlycm9yZWQtdGFzaycsXG4gICAgJ3N1Yi1wcm9qZWN0JyxcbiAgICAnY2hlY2tsaXN0LWl0ZW0nLFxuICAgICdhZGhvYy1hbmFseXNpcycsXG4gICAgJ2NoYW5nZS1hbmFseXNpcycsXG4gICAgJ3Jldmlldy1kZW1hbmRzJyxcbiAgICAncHJvamVjdC1kZWZpbml0aW9uJyxcbiAgICAnZGF0YS1hY2Nlc3MnLFxuICAgICdkZWZpbmUtc2hvcnRhZ2UnLFxuICAgICdyZXZpZXctc3VwcGxpZXMnLFxuICAgICdjaGFuZ2UtbG9nJyxcbiAgICAncHJpb3JpdHktMScsXG4gICAgJ3ByaW9yaXR5LTInLFxuICAgICdqYW0nLFxuICAgICdtaWxlc3RvbmUnLFxuICAgICdidWxsZXRpbmctd2l0aC1udW1iZXJzJyxcbiAgICAnZGVjcmVhc2UtaW5kZW50JyxcbiAgICAnaW5jcmVhc2UtaW5kZW50JyxcbiAgICAnYm9sZCcsXG4gICAgJ2l0YWxpYycsXG4gICAgJ3N0cmlrZS10aHJvdWdoJyxcbiAgICAndW5kZXJsaW5lJyxcbiAgICAnc2F2ZS1hcycsXG4gICAgJ3NlZ21lbnRhdGlvbicsXG4gICAgJ2NvbnRleHQtbWVudScsXG4gICAgJ3NuYXBzaG90JyxcbiAgICAnc3VidHJhY3Rpb24tYi1hJyxcbiAgICAnc3VidHJhY3Rpb24tYS1iJyxcbiAgICAnaW50ZXJzZWN0aW9uJyxcbiAgICAndW5pb24nLFxuICAgICd0b3AnLFxuICAgICdib3R0b20nLFxuICAgICdwYWdlLXVwJyxcbiAgICAncGFnZS1kb3duJyxcbiAgICAnY3JlYXRlLWRhc2hib2FyZCcsXG4gICAgJ3hjZWxzaXVzLWZpbGUnLFxuICAgICdvcGVuLWZvbGRlcicsXG4gICAgJ25ldXRyYWwnLFxuICAgICdzcGxpdC1zZWdtZW50YXRpb24nLFxuICAgICdtYW5hZ2UtYnVkZ2V0JyxcbiAgICAnYmxvY2tlZCcsXG4gICAgJ3BpcGV0dGUnLFxuICAgICd0b3AtcmVjaXBlJyxcbiAgICAncmVjaXBlJyxcbiAgICAnaW5ncmVkaWVudHMnLFxuICAgICdtdWx0aXBsZS1jaGFydHMnLFxuICAgICdkZXNjZW5kaW5nLWJhcnMnLFxuICAgICdkZXNjZW5kaW5nLXN0YWNrZWQtYmFycycsXG4gICAgJ3NjYXR0ZXItcGxvdCcsXG4gICAgJ3NwaWxsJyxcbiAgICAnZmlyZScsXG4gICAgJ3N0cmF0aWZpY2F0aW9uJyxcbiAgICAncmVsYXRpb25zaGlwJyxcbiAgICAnbWFyZ2luLWRlY29tcG9zaXRpb24nLFxuICAgICdjb250cm9sLWdyb3VwJyxcbiAgICAnY29tcGFyaXNvbi1jaGFydCcsXG4gICAgJ3Jlc3BvbnNpYmxlLWFyZWEnLFxuICAgICdpbmNyZWFzZScsXG4gICAgJ2RlY3JlYXNlJyxcbiAgICAnY3VycmVudC1zdG9jaycsXG4gICAgJ2V4cGVkaXRlJyxcbiAgICAncG9zdHBvbmUnLFxuICAgICdhcHByb3ZlZCcsXG4gICAgJ3BhcnRpYWxseS1kZWxpdmVyZWQnLFxuICAgICdsaW5lLWJhci1jaGFydCcsXG4gICAgJ2V4cGFuZC1hbGwnLFxuICAgICdzdWJtaXNzaW9uJyxcbiAgICAnY2hhbmdlLXJlcXVlc3QnLFxuICAgICdjb2x1bW4tdW5zZWxlY3RlZCcsXG4gICAgJ2NvbHVtbi1zZWxlY3RlZCcsXG4gICAgJ3Jvdy11bnNlbGVjdGVkJyxcbiAgICAncm93LXNlbGVjdGVkJyxcbiAgICAnc3RvY2stcmVxdWlyZW1lbnRzJyxcbiAgICAnZ2VuZGVyLW1hbGUtYW5kLWZlbWFsZScsXG4gICAgJ21hcml0YWwtc3RhdHVzJyxcbiAgICAnYmlydGhkYXknLFxuICAgICdjbGFzc2lmaWNhdGlvbicsXG4gICAgJ21hcmtlZC1mb3ItZGVsZXRpb24nLFxuICAgICdidWxsZXQtY2hhcnQnLFxuICAgICdyZW1vdmUtZmlsdGVyJyxcbiAgICAnYmFuay1hY2NvdW50JyxcbiAgICAnc2F2aW5ncy1hY2NvdW50JyxcbiAgICAnZGViaXQtY2FyZCcsXG4gICAgJ3ZpcC1jdXN0b21lcicsXG4gICAgJ3VuZGVzaXJhYmxlLWN1c3RvbWVyJyxcbiAgICAnYW5zd2VyZWQtY2hhbmdlLXJlcXVlc3QnLFxuICAgICdjb2xsZWN0ZWQtY2hhbmdlLXJlcXVlc3QnLFxuICAgICdkcmF3LWZyZWVoYW5kJyxcbiAgICAnZHJhdy1jaXJjbGUnLFxuICAgICdjb21wbGV0ZWQnLFxuICAgICdhbnN3ZXJlZCcsXG4gICAgJ3RyYWZmaWMtY29uZScsXG4gICAgJ3RyYWZmaWMtbGlnaHRzJyxcbiAgICAnY29udGFpbmVyJyxcbiAgICAnY29udGFpbmVyLWxvYWRpbmcnLFxuICAgICd0cmFmZmljLWphbScsXG4gICAgJ3Byb2R1Y3RzJyxcbiAgICAnc2lkZXBhbmVsJyxcbiAgICAnc3BsaXQtc2NyZWVuJyxcbiAgICAndHJ1Y2stZHJpdmVyJyxcbiAgICAna2VlcC1zZWdtZW50JyxcbiAgICAnZXhjbHVkZS1zZWdtZW50JyxcbiAgICAnc2VwYXJhdGUtc2VnbWVudHMnLFxuICAgICdkaXN0cmlidXRlLXNlZ21lbnRzJyxcbiAgICAnbmV4dC1vcGVuLWl0ZW0nLFxuICAgICd3aGVyZS11c2VkJyxcbiAgICAnb3V0Ym91bmQtZGVsaXZlcnknLFxuICAgICdvdXRib3VuZC1kZWxpdmVyeS1pbmFjdGl2ZScsXG4gICAgJ291dGJvdW5kLWRlbGl2ZXJ5LWFjdGl2ZScsXG4gICAgJ3RhcmdldCcsXG4gICAgJ3NvdXJjZScsXG4gICAgJ21hdGVyaWFsJyxcbiAgICAnZHVlLWRhdGUnLFxuICAgICdvdmVyZHVlJyxcbiAgICAnc2V0LWFzLWRlZmF1bHQnLFxuICAgICdmYWNlLXZlcnktYmFkJyxcbiAgICAnZmFjZS1iYWQnLFxuICAgICdmYWNlLXNrZXB0aWNhbCcsXG4gICAgJ2ZhY2UtbmV1dHJhbCcsXG4gICAgJ2ZhY2UtYXN0b25pc2hlZCcsXG4gICAgJ2ZhY2UtaGFwcHknLFxuICAgICdmYWNlLXZlcnktaGFwcHknLFxuICAgICdmYWNlLWF3ZnVsJyxcbiAgICAnZmFjZS1kZXZhc3RhdGVkJyxcbiAgICAnZmFjZS1va2V5LWRva2V5JyxcbiAgICAnYWxhcm0nLFxuICAgICdhY3RpdmF0ZScsXG4gICAgJ3NlZ21lbnQtcHJldmlldy1yZWZlcmVuY2Utb2JqZWN0cycsXG4gICAgJ3JhZGl1cycsXG4gICAgJ3BvbHlnb25lLWJsYWNrJyxcbiAgICAncG9seWdvbmUtd2hpdGUnLFxuICAgICdwbG95Z29uZScsXG4gICAgJ25vLWZpbHRlcicsXG4gICAgJ2dyaXAnLFxuICAgICd3YXRlcicsXG4gICAgJ2dhcycsXG4gICAgJ2xpcXVpZCcsXG4gICAgJ3RpbWUtZGVwb3NpdCcsXG4gICAgJ2Vhcmx5LXdpZHRoZHJhd2FsLWZvci10aW1lLWRlcG9zaXRzJyxcbiAgICAndHJ1Y2stbG9hZCcsXG4gICAgJ3RydWNrLXVubG9hZCcsXG4gICAgJ3RydWNrLWxvYWQtdW5sb2FkJyxcbiAgICAncGhhcm1hY3knLFxuICAgICdtZWRpY2luZS1zeXJ1cCcsXG4gICAgJ3JlbWluZGVyJyxcbiAgICAnbWVkaWNpbmUtcGlsbCcsXG4gICAgJ21lZGljaW5lLW9pbnRtZW50JyxcbiAgICAnbWVkaWNpbmUtZHJvcHMnLFxuICAgICdibG9vZC10ZXN0JyxcbiAgICAndGVtcGVyYXR1cmUnLFxuICAgICdtZWRpY2luZS1pbmhhbGVyJyxcbiAgICAnZm9vdC1zdGVwcycsXG4gICAgJ3dlaWdodCcsXG4gICAgJ2hlYWx0aC10cmFja2luZycsXG4gICAgJ2Jsb29kLXByZXNzdXJlJyxcbiAgICAnaW1tdW5pemF0aW9uJyxcbiAgICAnYWxsZXJnaWVzJyxcbiAgICAncmVzY2hlZHVsaW5nMicsXG4gICAgJ3Jlc2VxdWVuY2luZzInLFxuICAgICduby10aW1lLWNoYW5nZScsXG4gICAgJ3RpbWUtY2hhbmdlJyxcbiAgICAnc21hcnQtbWF0Y2hlcicsXG4gICAgJ2xlZ2FsLXNlY3Rpb24nLFxuICAgICdjYXVzZXMnLFxuICAgICdlZmZlY3RzJyxcbiAgICAnc2hhcmVkLWJ5LW1lJyxcbiAgICAnc2hhcmVkLXdpdGgtbWUnLFxuICAgICdhbGVydC1ncm91cHMnLFxuICAgICdmdW5jdGlvbi1hbGVydCcsXG4gICAgJ2Z1bmN0aW9uLWhpZXJhcmNoeScsXG4gICAgJ3JmaWQnLFxuICAgICdpbnB1dCcsXG4gICAgJ3NvZnR3YXJlLWl0ZW0nLFxuICAgICdwcm9kdWN0LXZpZXcnLFxuICAgICdzb2Z0d2FyZS1pdGVtLXZhcmlhbnQnLFxuICAgICdsaWdodGhvdXNlJyxcbiAgICAnZGVtYW5kLXVuaXQnLFxuICAgICdmbWEtbWFuYWdlbWVudCcsXG4gICAgJ2ZtYS12YWxpZGF0aW9uJyxcbiAgICAnZm1hLWFuYWx5dGljcycsXG4gICAgJ2NsYXNzJyxcbiAgICAnb3ZlcnZpZXcnLFxuICAgICdwcm9kdWN0aW9uJyxcbiAgICAnc3ViY2xhc3MnLFxuICAgICd2YXJpYW50LWNvbmZpZ3VyYXRpb24nLFxuICAgICdzdW0nLFxuICAgICdlbXB0eS10cmFpbGVyJyxcbiAgICAnZG9vcicsXG4gICAgJ2xvYWRpbmctcG9pbnQnLFxuICAgICdzdG9jay13YXJlaG91c2UnLFxuICAgICdnYXRlJyxcbiAgICAndGltZXNlcmllcy13YXRlcmZhbGwtY2hhcnQnLFxuICAgICdzdGFnZXMtd2FybmluZycsXG4gICAgJ2VtcHR5LXdhcm5pbmcnXG5dO1xuIl19
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Self } from '@angular/core';
|
|
2
|
-
import { CalendarService } from 'barsa-calendar';
|
|
3
|
-
import { BaseComponent, DateService, getDateService } from 'barsa-novin-ray-core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "barsa-calendar";
|
|
6
|
-
import * as i2 from "barsa-novin-ray-core";
|
|
7
|
-
import * as i3 from "@angular/common";
|
|
8
|
-
export class CustomDateTimeComponent extends BaseComponent {
|
|
9
|
-
constructor(_calendarService, _portalService) {
|
|
10
|
-
super();
|
|
11
|
-
this._calendarService = _calendarService;
|
|
12
|
-
this.todayIndex = -1;
|
|
13
|
-
this.rtl$ = _portalService.rtl$;
|
|
14
|
-
this.deviceSize$ = _portalService.deviceSize$;
|
|
15
|
-
this.weekDaysMin = this._calendarService.weekDaysMin();
|
|
16
|
-
this.weekDays = this._calendarService.weekDays();
|
|
17
|
-
this.selectedMonth$ = this._calendarService.selected$;
|
|
18
|
-
this.today = this._calendarService.today;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
CustomDateTimeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CustomDateTimeComponent, deps: [{ token: i1.CalendarService, self: true }, { token: i2.PortalService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
-
CustomDateTimeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: CustomDateTimeComponent, selector: "bsu-custom-date-time", providers: [
|
|
23
|
-
{
|
|
24
|
-
provide: DateService,
|
|
25
|
-
useFactory: getDateService
|
|
26
|
-
},
|
|
27
|
-
CalendarService
|
|
28
|
-
], usesInheritance: true, ngImport: i0, template: "<ng-container\r\n *ngTemplateOutlet=\"\r\n month;\r\n context: {\r\n $implicit: selectedMonth$ | async,\r\n width: width,\r\n height: height,\r\n rtl: rtl$ | async,\r\n weekDays: weekDays,\r\n weekDaysMin: weekDaysMin,\r\n today: today,\r\n deviceSize: deviceSize$ | async\r\n }\r\n \"\r\n>\r\n</ng-container>\r\n<ng-template\r\n #month\r\n let-selectedMonth\r\n let-width=\"width\"\r\n let-height=\"height\"\r\n let-rtl=\"rtl\"\r\n let-today=\"today\"\r\n let-showEvents=\"showEvents\"\r\n let-deviceSize=\"deviceSize\"\r\n>\r\n <bc-calendar-month\r\n [style.width]=\"width\"\r\n [containerHeight]=\"height\"\r\n [containerWidth]=\"width\"\r\n [rtl]=\"rtl\"\r\n [weekDays]=\"weekDays\"\r\n [weekDaysMin]=\"weekDaysMin\"\r\n [today]=\"today\"\r\n [datePicker]=\"true\"\r\n [dateRange]=\"false\"\r\n [monthInfo]=\"selectedMonth\"\r\n [deviceSize]=\"deviceSize\"\r\n ></bc-calendar-month>\r\n</ng-template>\r\n", styles: [""], dependencies: [{ kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i1.CalendarMonthComponent, selector: "bc-calendar-month", inputs: ["monthWeeksCount", "weekDays", "weekDaysMin", "today", "containerHeight", "days", "calendarFields", "rtl", "deviceSize", "moDataList", "datePicker", "rangePicker", "canDelete", "canAdd", "canEdit", "selectedDate", "startSelectedDayIndex", "endSelectedDayIndex"], outputs: ["editEvent", "deleteEvent", "daySelect", "dayClick", "dayMouseMove", "dayMouseUp", "dayMouseDown", "showEvent"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CustomDateTimeComponent, decorators: [{
|
|
30
|
-
type: Component,
|
|
31
|
-
args: [{ selector: 'bsu-custom-date-time', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
32
|
-
{
|
|
33
|
-
provide: DateService,
|
|
34
|
-
useFactory: getDateService
|
|
35
|
-
},
|
|
36
|
-
CalendarService
|
|
37
|
-
], template: "<ng-container\r\n *ngTemplateOutlet=\"\r\n month;\r\n context: {\r\n $implicit: selectedMonth$ | async,\r\n width: width,\r\n height: height,\r\n rtl: rtl$ | async,\r\n weekDays: weekDays,\r\n weekDaysMin: weekDaysMin,\r\n today: today,\r\n deviceSize: deviceSize$ | async\r\n }\r\n \"\r\n>\r\n</ng-container>\r\n<ng-template\r\n #month\r\n let-selectedMonth\r\n let-width=\"width\"\r\n let-height=\"height\"\r\n let-rtl=\"rtl\"\r\n let-today=\"today\"\r\n let-showEvents=\"showEvents\"\r\n let-deviceSize=\"deviceSize\"\r\n>\r\n <bc-calendar-month\r\n [style.width]=\"width\"\r\n [containerHeight]=\"height\"\r\n [containerWidth]=\"width\"\r\n [rtl]=\"rtl\"\r\n [weekDays]=\"weekDays\"\r\n [weekDaysMin]=\"weekDaysMin\"\r\n [today]=\"today\"\r\n [datePicker]=\"true\"\r\n [dateRange]=\"false\"\r\n [monthInfo]=\"selectedMonth\"\r\n [deviceSize]=\"deviceSize\"\r\n ></bc-calendar-month>\r\n</ng-template>\r\n" }]
|
|
38
|
-
}], ctorParameters: function () { return [{ type: i1.CalendarService, decorators: [{
|
|
39
|
-
type: Self
|
|
40
|
-
}] }, { type: i2.PortalService }]; } });
|
|
41
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLWRhdGUtdGltZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYXJzYS1zYXAtdWkvc3JjL2xpYi9jdXN0b20tZGF0ZS10aW1lL2N1c3RvbS1kYXRlLXRpbWUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvY3VzdG9tLWRhdGUtdGltZS9jdXN0b20tZGF0ZS10aW1lLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsSUFBSSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpFLE9BQU8sRUFBMEIsZUFBZSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFekUsT0FBTyxFQUFFLGFBQWEsRUFBRSxXQUFXLEVBQUUsY0FBYyxFQUFpQixNQUFNLHNCQUFzQixDQUFDOzs7OztBQWVqRyxNQUFNLE9BQU8sdUJBQXdCLFNBQVEsYUFBYTtJQWlCdEQsWUFBNEIsZ0JBQWlDLEVBQUUsY0FBNkI7UUFDeEYsS0FBSyxFQUFFLENBQUM7UUFEZ0IscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFpQjtRQWY3RCxlQUFVLEdBQUcsQ0FBQyxDQUFDLENBQUM7UUFpQlosSUFBSSxDQUFDLElBQUksR0FBRyxjQUFjLENBQUMsSUFBSSxDQUFDO1FBQ2hDLElBQUksQ0FBQyxXQUFXLEdBQUcsY0FBYyxDQUFDLFdBQVcsQ0FBQztRQUM5QyxJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUN2RCxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNqRCxJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxTQUFTLENBQUM7UUFDdEQsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsS0FBSyxDQUFDO0lBQzdDLENBQUM7O29IQXpCUSx1QkFBdUI7d0dBQXZCLHVCQUF1QiwrQ0FSckI7UUFDUDtZQUNJLE9BQU8sRUFBRSxXQUFXO1lBQ3BCLFVBQVUsRUFBRSxjQUFjO1NBQzdCO1FBQ0QsZUFBZTtLQUNsQixpRENqQkwsNG1DQXdDQTsyRkRyQmEsdUJBQXVCO2tCQWJuQyxTQUFTOytCQUNJLHNCQUFzQixtQkFHZix1QkFBdUIsQ0FBQyxNQUFNLGFBQ3BDO3dCQUNQOzRCQUNJLE9BQU8sRUFBRSxXQUFXOzRCQUNwQixVQUFVLEVBQUUsY0FBYzt5QkFDN0I7d0JBQ0QsZUFBZTtxQkFDbEI7OzBCQW1CWSxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgU2VsZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuaW1wb3J0IHsgRGF5LCBDYWxlbmRhck1vbnRoSW5mbywgQ2FsZW5kYXJTZXJ2aWNlIH0gZnJvbSAnYmFyc2EtY2FsZW5kYXInO1xyXG5cclxuaW1wb3J0IHsgQmFzZUNvbXBvbmVudCwgRGF0ZVNlcnZpY2UsIGdldERhdGVTZXJ2aWNlLCBQb3J0YWxTZXJ2aWNlIH0gZnJvbSAnYmFyc2Etbm92aW4tcmF5LWNvcmUnO1xyXG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdic3UtY3VzdG9tLWRhdGUtdGltZScsXHJcbiAgICB0ZW1wbGF0ZVVybDogJy4vY3VzdG9tLWRhdGUtdGltZS5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBzdHlsZVVybHM6IFsnLi9jdXN0b20tZGF0ZS10aW1lLmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxuICAgIHByb3ZpZGVyczogW1xyXG4gICAgICAgIHtcclxuICAgICAgICAgICAgcHJvdmlkZTogRGF0ZVNlcnZpY2UsXHJcbiAgICAgICAgICAgIHVzZUZhY3Rvcnk6IGdldERhdGVTZXJ2aWNlXHJcbiAgICAgICAgfSxcclxuICAgICAgICBDYWxlbmRhclNlcnZpY2VcclxuICAgIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIEN1c3RvbURhdGVUaW1lQ29tcG9uZW50IGV4dGVuZHMgQmFzZUNvbXBvbmVudCB7XHJcbiAgICBzZWxlY3RlZERheTogRGF5O1xyXG4gICAgdG9kYXlJbmRleCA9IC0xO1xyXG4gICAgc2VsZWN0ZWRJbmRleDogYW55O1xyXG4gICAgY2FsZW5kYXJzOiBDYWxlbmRhck1vbnRoSW5mb1tdO1xyXG4gICAgc2hvd0V2ZW50czogYm9vbGVhbjtcclxuICAgIHdpZHRoOiBudW1iZXI7XHJcbiAgICBoZWlnaHQ6IG51bWJlcjtcclxuICAgIHNlbGVjdGVkTW9udGgkOiBPYnNlcnZhYmxlPENhbGVuZGFyTW9udGhJbmZvPjtcclxuICAgIHJ0bCQ6IE9ic2VydmFibGU8Ym9vbGVhbj47XHJcbiAgICB0b2RheTogRGF0ZTtcclxuICAgIHdlZWtEYXlzTWluOiBzdHJpbmdbXTtcclxuICAgIHdlZWtEYXlzOiBzdHJpbmdbXTtcclxuICAgIGRldmljZVNpemUkOiBPYnNlcnZhYmxlPHN0cmluZz47XHJcbiAgICBtb2RlJDogT2JzZXJ2YWJsZTwnbW9udGgnIHwgJ3dlZWsnIHwgJ2RheScgfCAneWVhcicgfCAnbGlzdCc+O1xyXG4gICAgc2VsZWN0ZWRXZWVrJDogT2JzZXJ2YWJsZTxudW1iZXI+O1xyXG4gICAgd2Vla01vZGVEYXlzJDogT2JzZXJ2YWJsZTxEYXlbXT47XHJcbiAgICBjb25zdHJ1Y3RvcihAU2VsZigpIHByaXZhdGUgX2NhbGVuZGFyU2VydmljZTogQ2FsZW5kYXJTZXJ2aWNlLCBfcG9ydGFsU2VydmljZTogUG9ydGFsU2VydmljZSkge1xyXG4gICAgICAgIHN1cGVyKCk7XHJcbiAgICAgICAgdGhpcy5ydGwkID0gX3BvcnRhbFNlcnZpY2UucnRsJDtcclxuICAgICAgICB0aGlzLmRldmljZVNpemUkID0gX3BvcnRhbFNlcnZpY2UuZGV2aWNlU2l6ZSQ7XHJcbiAgICAgICAgdGhpcy53ZWVrRGF5c01pbiA9IHRoaXMuX2NhbGVuZGFyU2VydmljZS53ZWVrRGF5c01pbigpO1xyXG4gICAgICAgIHRoaXMud2Vla0RheXMgPSB0aGlzLl9jYWxlbmRhclNlcnZpY2Uud2Vla0RheXMoKTtcclxuICAgICAgICB0aGlzLnNlbGVjdGVkTW9udGgkID0gdGhpcy5fY2FsZW5kYXJTZXJ2aWNlLnNlbGVjdGVkJDtcclxuICAgICAgICB0aGlzLnRvZGF5ID0gdGhpcy5fY2FsZW5kYXJTZXJ2aWNlLnRvZGF5O1xyXG4gICAgfVxyXG59XHJcbiIsIjxuZy1jb250YWluZXJcclxuICAgICpuZ1RlbXBsYXRlT3V0bGV0PVwiXHJcbiAgICAgICAgbW9udGg7XHJcbiAgICAgICAgY29udGV4dDoge1xyXG4gICAgICAgICAgICAkaW1wbGljaXQ6IHNlbGVjdGVkTW9udGgkIHwgYXN5bmMsXHJcbiAgICAgICAgICAgIHdpZHRoOiB3aWR0aCxcclxuICAgICAgICAgICAgaGVpZ2h0OiBoZWlnaHQsXHJcbiAgICAgICAgICAgIHJ0bDogcnRsJCB8IGFzeW5jLFxyXG4gICAgICAgICAgICB3ZWVrRGF5czogd2Vla0RheXMsXHJcbiAgICAgICAgICAgIHdlZWtEYXlzTWluOiB3ZWVrRGF5c01pbixcclxuICAgICAgICAgICAgdG9kYXk6IHRvZGF5LFxyXG4gICAgICAgICAgICBkZXZpY2VTaXplOiBkZXZpY2VTaXplJCB8IGFzeW5jXHJcbiAgICAgICAgfVxyXG4gICAgXCJcclxuPlxyXG48L25nLWNvbnRhaW5lcj5cclxuPG5nLXRlbXBsYXRlXHJcbiAgICAjbW9udGhcclxuICAgIGxldC1zZWxlY3RlZE1vbnRoXHJcbiAgICBsZXQtd2lkdGg9XCJ3aWR0aFwiXHJcbiAgICBsZXQtaGVpZ2h0PVwiaGVpZ2h0XCJcclxuICAgIGxldC1ydGw9XCJydGxcIlxyXG4gICAgbGV0LXRvZGF5PVwidG9kYXlcIlxyXG4gICAgbGV0LXNob3dFdmVudHM9XCJzaG93RXZlbnRzXCJcclxuICAgIGxldC1kZXZpY2VTaXplPVwiZGV2aWNlU2l6ZVwiXHJcbj5cclxuICAgIDxiYy1jYWxlbmRhci1tb250aFxyXG4gICAgICAgIFtzdHlsZS53aWR0aF09XCJ3aWR0aFwiXHJcbiAgICAgICAgW2NvbnRhaW5lckhlaWdodF09XCJoZWlnaHRcIlxyXG4gICAgICAgIFtjb250YWluZXJXaWR0aF09XCJ3aWR0aFwiXHJcbiAgICAgICAgW3J0bF09XCJydGxcIlxyXG4gICAgICAgIFt3ZWVrRGF5c109XCJ3ZWVrRGF5c1wiXHJcbiAgICAgICAgW3dlZWtEYXlzTWluXT1cIndlZWtEYXlzTWluXCJcclxuICAgICAgICBbdG9kYXldPVwidG9kYXlcIlxyXG4gICAgICAgIFtkYXRlUGlja2VyXT1cInRydWVcIlxyXG4gICAgICAgIFtkYXRlUmFuZ2VdPVwiZmFsc2VcIlxyXG4gICAgICAgIFttb250aEluZm9dPVwic2VsZWN0ZWRNb250aFwiXHJcbiAgICAgICAgW2RldmljZVNpemVdPVwiZGV2aWNlU2l6ZVwiXHJcbiAgICA+PC9iYy1jYWxlbmRhci1tb250aD5cclxuPC9uZy10ZW1wbGF0ZT5cclxuIl19
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { Directive, HostListener, Input } from '@angular/core';
|
|
2
|
-
import { BarsaApi } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class DownloadFilesDirective {
|
|
5
|
-
constructor() { }
|
|
6
|
-
_handleClick() {
|
|
7
|
-
const files = this.files;
|
|
8
|
-
if (!files.length) {
|
|
9
|
-
return;
|
|
10
|
-
}
|
|
11
|
-
const firstFile = files[0];
|
|
12
|
-
if (files.length === 1) {
|
|
13
|
-
BarsaApi.Common.File.Download5({ fileId: firstFile.Id });
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
BarsaApi.Common.File.DownloadAllAsZip(files.map((c) => c.Id));
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
DownloadFilesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DownloadFilesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
21
|
-
DownloadFilesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: DownloadFilesDirective, selector: "[downloadFiles]", inputs: { files: "files" }, host: { listeners: { "click": "_handleClick()" } }, ngImport: i0 });
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DownloadFilesDirective, decorators: [{
|
|
23
|
-
type: Directive,
|
|
24
|
-
args: [{
|
|
25
|
-
selector: '[downloadFiles]'
|
|
26
|
-
}]
|
|
27
|
-
}], ctorParameters: function () { return []; }, propDecorators: { files: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}], _handleClick: [{
|
|
30
|
-
type: HostListener,
|
|
31
|
-
args: ['click']
|
|
32
|
-
}] } });
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG93bmxvYWQtZmlsZXMuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvZG93bmxvYWQtZmlsZXMuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMvRCxPQUFPLEVBQUUsUUFBUSxFQUFzQixNQUFNLHNCQUFzQixDQUFDOztBQUtwRSxNQUFNLE9BQU8sc0JBQXNCO0lBRS9CLGdCQUFlLENBQUM7SUFDTyxZQUFZO1FBQy9CLE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUM7UUFDekIsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLEVBQUU7WUFDZixPQUFPO1NBQ1Y7UUFDRCxNQUFNLFNBQVMsR0FBRyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDM0IsSUFBSSxLQUFLLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRTtZQUNwQixRQUFRLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsRUFBRSxNQUFNLEVBQUUsU0FBUyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7U0FDNUQ7YUFBTTtZQUNILFFBQVEsQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1NBQ2pFO0lBQ0wsQ0FBQzs7bUhBZFEsc0JBQXNCO3VHQUF0QixzQkFBc0I7MkZBQXRCLHNCQUFzQjtrQkFIbEMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsaUJBQWlCO2lCQUM5QjswRUFFWSxLQUFLO3NCQUFiLEtBQUs7Z0JBRWlCLFlBQVk7c0JBQWxDLFlBQVk7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdExpc3RlbmVyLCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBCYXJzYUFwaSwgRmlsZUF0dGFjaG1lbnRJbmZvIH0gZnJvbSAnYmFyc2Etbm92aW4tcmF5LWNvcmUnO1xyXG5cclxuQERpcmVjdGl2ZSh7XHJcbiAgICBzZWxlY3RvcjogJ1tkb3dubG9hZEZpbGVzXSdcclxufSlcclxuZXhwb3J0IGNsYXNzIERvd25sb2FkRmlsZXNEaXJlY3RpdmUge1xyXG4gICAgQElucHV0KCkgZmlsZXM6IEZpbGVBdHRhY2htZW50SW5mb1tdO1xyXG4gICAgY29uc3RydWN0b3IoKSB7fVxyXG4gICAgQEhvc3RMaXN0ZW5lcignY2xpY2snKSBfaGFuZGxlQ2xpY2soKTogdm9pZCB7XHJcbiAgICAgICAgY29uc3QgZmlsZXMgPSB0aGlzLmZpbGVzO1xyXG4gICAgICAgIGlmICghZmlsZXMubGVuZ3RoKSB7XHJcbiAgICAgICAgICAgIHJldHVybjtcclxuICAgICAgICB9XHJcbiAgICAgICAgY29uc3QgZmlyc3RGaWxlID0gZmlsZXNbMF07XHJcbiAgICAgICAgaWYgKGZpbGVzLmxlbmd0aCA9PT0gMSkge1xyXG4gICAgICAgICAgICBCYXJzYUFwaS5Db21tb24uRmlsZS5Eb3dubG9hZDUoeyBmaWxlSWQ6IGZpcnN0RmlsZS5JZCB9KTtcclxuICAgICAgICB9IGVsc2Uge1xyXG4gICAgICAgICAgICBCYXJzYUFwaS5Db21tb24uRmlsZS5Eb3dubG9hZEFsbEFzWmlwKGZpbGVzLm1hcCgoYykgPT4gYy5JZCkpO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxufVxyXG4iXX0=
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Pipe } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class DynamicPageSizePipe {
|
|
4
|
-
transform(deviceSize) {
|
|
5
|
-
switch (deviceSize) {
|
|
6
|
-
case 'xl':
|
|
7
|
-
return 'extra-large';
|
|
8
|
-
case 'l':
|
|
9
|
-
return 'large';
|
|
10
|
-
case 'm':
|
|
11
|
-
return 'medium';
|
|
12
|
-
case 's':
|
|
13
|
-
return 'small';
|
|
14
|
-
}
|
|
15
|
-
return 'extra-large';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
DynamicPageSizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DynamicPageSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
19
|
-
DynamicPageSizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: DynamicPageSizePipe, name: "dynamicPageSize" });
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DynamicPageSizePipe, decorators: [{
|
|
21
|
-
type: Pipe,
|
|
22
|
-
args: [{
|
|
23
|
-
name: 'dynamicPageSize'
|
|
24
|
-
}]
|
|
25
|
-
}] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pYy1wYWdlLXNpemUucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2JhcnNhLXNhcC11aS9zcmMvbGliL2R5bmFtaWMtcGFnZS1zaXplLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFpQixJQUFJLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTXBELE1BQU0sT0FBTyxtQkFBbUI7SUFDNUIsU0FBUyxDQUFDLFVBQWtCO1FBQ3hCLFFBQVEsVUFBVSxFQUFFO1lBQ2hCLEtBQUssSUFBSTtnQkFDTCxPQUFPLGFBQWEsQ0FBQztZQUN6QixLQUFLLEdBQUc7Z0JBQ0osT0FBTyxPQUFPLENBQUM7WUFDbkIsS0FBSyxHQUFHO2dCQUNKLE9BQU8sUUFBUSxDQUFDO1lBQ3BCLEtBQUssR0FBRztnQkFDSixPQUFPLE9BQU8sQ0FBQztTQUN0QjtRQUNELE9BQU8sYUFBYSxDQUFDO0lBQ3pCLENBQUM7O2dIQWJRLG1CQUFtQjs4R0FBbkIsbUJBQW1COzJGQUFuQixtQkFBbUI7a0JBSC9CLElBQUk7bUJBQUM7b0JBQ0YsSUFBSSxFQUFFLGlCQUFpQjtpQkFDMUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlVHJhbnNmb3JtLCBQaXBlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IER5bmFtaWNQYWdlUmVzcG9uc2l2ZVNpemUgfSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUnO1xyXG5cclxuQFBpcGUoe1xyXG4gICAgbmFtZTogJ2R5bmFtaWNQYWdlU2l6ZSdcclxufSlcclxuZXhwb3J0IGNsYXNzIER5bmFtaWNQYWdlU2l6ZVBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcclxuICAgIHRyYW5zZm9ybShkZXZpY2VTaXplOiBzdHJpbmcpOiBEeW5hbWljUGFnZVJlc3BvbnNpdmVTaXplIHtcclxuICAgICAgICBzd2l0Y2ggKGRldmljZVNpemUpIHtcclxuICAgICAgICAgICAgY2FzZSAneGwnOlxyXG4gICAgICAgICAgICAgICAgcmV0dXJuICdleHRyYS1sYXJnZSc7XHJcbiAgICAgICAgICAgIGNhc2UgJ2wnOlxyXG4gICAgICAgICAgICAgICAgcmV0dXJuICdsYXJnZSc7XHJcbiAgICAgICAgICAgIGNhc2UgJ20nOlxyXG4gICAgICAgICAgICAgICAgcmV0dXJuICdtZWRpdW0nO1xyXG4gICAgICAgICAgICBjYXNlICdzJzpcclxuICAgICAgICAgICAgICAgIHJldHVybiAnc21hbGwnO1xyXG4gICAgICAgIH1cclxuICAgICAgICByZXR1cm4gJ2V4dHJhLWxhcmdlJztcclxuICAgIH1cclxufVxyXG4iXX0=
|