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
|
@@ -0,0 +1,421 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvY29uc3RhbnRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQU1BLE1BQU0sVUFBVSxZQUFZLENBQUMsVUFBVSxFQUFFLGVBQWUsRUFBRSxRQUFRLEVBQUUsTUFBTTtJQUN0RSxJQUFJLE1BQU0sRUFBRSxDQUFDO1FBQ1QsTUFBTSxXQUFXLEdBQUcsT0FBTyxNQUFNLEtBQUssUUFBUSxJQUFJLE1BQU0sQ0FBQyxXQUFXLENBQUM7UUFDckUsTUFBTSxhQUFhLEdBQUcsZUFBZSxDQUFDLGtCQUFrQixDQUFDO1lBQ3JELFNBQVMsRUFBRSxNQUFNO1lBQ2pCLE1BQU0sRUFBRSxPQUFPLE1BQU0sS0FBSyxRQUFRO1lBQ2xDLFdBQVc7U0FDZCxDQUFDLENBQUM7UUFDSCxRQUFRLENBQUMsS0FBSyxFQUFFLENBQUM7UUFDakIsUUFBUSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUMvQixNQUFNLEVBQUUsR0FBRyxVQUFVLENBQUMsYUFBNEIsQ0FBQztRQUNuRCxNQUFNLE9BQU8sR0FBRyxFQUFFLENBQUMsYUFBYSxDQUFDLHlCQUF5QixDQUFnQixDQUFDO1FBRTNFLE1BQU0sZ0JBQWdCLEdBQUcsRUFBRSxDQUFDLGFBQWEsQ0FBQyxtQ0FBbUMsQ0FBZ0IsQ0FBQztRQUM5RixNQUFNLFFBQVEsR0FBRyxFQUFFLENBQUMsYUFBYSxDQUFDLDBCQUEwQixDQUFnQixDQUFDO1FBQzdFLGdCQUFnQixDQUFDLFlBQVksQ0FBQyxRQUFRLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDakQsTUFBTSxVQUFVLEdBQUcsRUFBRSxDQUFDLGFBQWEsQ0FBQyw0QkFBNEIsQ0FBZ0IsQ0FBQztRQUNqRixJQUFJLFVBQVUsRUFBRSxDQUFDO1lBQ2Isd0NBQXdDO1lBQ3hDLFVBQVUsQ0FBQyxLQUFLLENBQUMsWUFBWSxHQUFHLFFB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Q1YsZUFBZTtJQUNmLG1CQUFtQjtJQUNuQixnQkFBZ0I7SUFDaEIsWUFBWTtJQUNaLGFBQWE7SUFDYixrQkFBa0I7SUFDbEIsWUFBWTtJQUNaLFFBQVE7SUFDUixpQkFBaUI7SUFDakIsZ0JBQWdCO0lBQ2hCLGNBQWM7SUFDZCxXQUFXO0lBQ1gsZUFBZTtJQUNmLGVBQWU7SUFDZixnQkFBZ0I7SUFDaEIsYUFBYTtJQUNiLGVBQWU7SUFDZixlQUFlO0lBQ2YsUUFBUTtJQUNSLFNBQVM7SUFDVCxjQUFjO0lBQ2QsZ0JBQWdCO0lBQ2hCLGNBQWM7SUFDZCxnQkFBZ0I7SUFDaEIsb0JBQW9CO0lBQ3BCLE1BQU07SUFDTixPQUFPO0lBQ1AsZUFBZTtJQUNmLGNBQWM7SUFDZCx1QkFBdUI7SUFDdkIsWUFBWTtJQUNaLGFBQWE7SUFDYixnQkFBZ0I7SUFDaEIsZ0JBQWdCO0lBQ2hCLGVBQWU7SUFDZixPQUFPO0lBQ1AsVUFBVTtJQUNWLFlBQVk7SUFDWixVQUFVO0lBQ1YsdUJBQXVCO0lBQ3ZCLEtBQUs7SUFDTCxlQUFlO0lBQ2YsTUFBTTtJQUNOLGVBQWU7SUFDZixpQkFBaUI7SUFDakIsTUFBTTtJQUNOLDRCQUE0QjtJQUM1QixnQkFBZ0I7SUFDaEIsZUFBZTtDQUNsQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBGb3JtTGF5b3V0Q29sIHtcbiAgICBjb2xYbDogbnVtYmVyO1xuICAgIGNvbExnOiBudW1iZXI7XG4gICAgY29sTWQ6IG51bWJlcjtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGluc2VydEF2YXRhcihlbGVtZW50UmVmLCBoZWFkZXJBdmF0YXJSZWYsIHRpdGxlUmVmLCBhdmF0YXIpOiB2b2lkIHtcbiAgICBpZiAoYXZhdGFyKSB7XG4gICAgICAgIGNvbnN0IGlzTnVsbEltYWdlID0gdHlwZW9mIGF2YXRhciA9PT0gJ29iamVjdCcgJiYgYXZhdGFyLklzTnVsbEltYWdlO1xuICAgICAgICBjb25zdCBhdmF0YXJWaWV3UmVmID0gaGVhZGVyQXZhdGFyUmVmLmNyZWF0ZUVtYmVkZGVkVmlldyh7XG4gICAgICAgICAgICAkaW1wbGljaXQ6IGF2YXRhcixcbiAgICAgICAgICAgIGlzSWNvbjogdHlwZW9mIGF2YXRhciA9PT0gJ3N0cmluZycsXG4gICAgICAgICAgICBpc051bGxJbWFnZVxuICAgICAgICB9KTtcbiAgICAgICAgdGl0bGVSZWYuY2xlYXIoKTtcbiAgICAgICAgdGl0bGVSZWYuaW5zZXJ0KGF2YXRhclZpZXdSZWYpO1xuICAgICAgICBjb25zdCBlbCA9IGVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudDtcbiAgICAgICAgY29uc3QgdGl0bGVFbCA9IGVsLnF1ZXJ5U2VsZWN0b3IoJy5mZC1keW5hbWljLXBhZ2VfX3RpdGxlJykgYXMgSFRNTEVsZW1lbnQ7XG5cbiAgICAgICAgY29uc3QgdGl0bGVDb250YWluZXJFbCA9IGVsLnF1ZXJ5U2VsZWN0b3IoJy5mZC1keW5hbWljLXBhZ2VfX3RpdGxlLWNvbnRhaW5lcicpIGFzIEhUTUxFbGVtZW50O1xuICAgICAgICBjb25zdCBhdmF0YXJFbCA9IGVsLnF1ZXJ5U2VsZWN0b3IoJy5mZC1keW5hbWljLXBhZ2VfX2F2YXRhcicpIGFzIEhUTUxFbGVtZW50O1xuICAgICAgICB0aXRsZUNvbnRhaW5lckVsLmluc2VydEJlZm9yZShhdmF0YXJFbCwgdGl0bGVFbCk7XG4gICAgICAgIGNvbnN0IHN1YlRpdGxlRWwgPSBlbC5xdWVyeVNlbGVjdG9yKCcuZmQtZHluYW1pYy1wYWdlX19zdWJ0aXRsZScpIGFzIEhUTUxFbGVtZW50O1xuICAgICAgICBpZiAoc3ViVGl0bGVFbCkge1xuICAgICAgICAgICAgLy8gY29uc3QgaW5Nb2JpbGUgPSBnZXREZXZpY2VJc01vYmlsZSgpO1xuICAgICAgICAgICAgc3ViVGl0bGVFbC5zdHlsZS5wYWRkaW5nUmlnaHQgPSBgY2FsYygkezEuNX1yZW0gKyAxMHB4KWA7XG4gICAgICAgIH1cbiAgICB9XG59XG5leHBvcnQgZnVuY3Rpb24gR2V0Rm9ybUxheW91dEdyaWQoY2VpbDogYm9vbGVhbiwgY29sWGw6IG51bWJlciwgY29sTGc6IG51bWJlciwgY29sTWQ6IG51bWJlcik6IEZvcm1MYXlvdXRDb2wge1xuICAgIGNvbnN0IHggPSBjZWlsID8gTWF0aC5jZWlsIDogTWF0aC5yb3VuZDtcbiAgICByZXR1cm4ge1xuICAgICAgICBjb2xYbDogY29sWGwgPT09IDAgPyAwIDogeCgoMTIgLSBjb2xYbCkgLyAyKSxcbiAgICAgICAgY29sTGc6IGNvbExnID09PSAwID8gMCA6IHgoKDEyIC0gY29sTGcpIC8gMiksXG4gICAgICAgIGNvbE1kOiBjb2xNZCA9PT0gMCA/IDAgOiB4KCgxMiAtIGNvbE1kKSAvIDIpXG4gICAgfTtcbn1cblxuZXhwb3J0IGNvbnN0IHNvcnQgPSA8VCBleHRlbmRzIG9iamVjdD4oYTogVCwgYjogVCwga2V5OiBzdHJpbmcgfCBudWxsLCBpc051bWJlcj86IGJvb2xlYW4pOiBudW1iZXIgPT4ge1xuICAgIGlmIChrZXkpIHtcbiAgICAgICAgYSA9IGdldE5lc3RlZFZhbHVlKGtleSwgYSk7XG4gICAgICAgIGIgPSBnZXROZXN0ZWRWYWx1ZShrZXksIGIpO1xuICAgIH1cbiAgICBpZiAoa2V5ID09PSAnUm93bnVtYmVyJyB8fCBpc051bWJlcikge1xuICAgICAgICByZXR1cm4gTnVtYmVyKGEpID4gTnVtYmVyKGIpID8gMSA6IC0xO1xuICAgIH0gZWxzZSBpZiAodHlwZW9mIGEgPT09ICdzdHJpbmcnICYmIHR5cGVvZiBiID09PSAnc3RyaW5nJykge1xuICAgICAgICByZXR1cm4gX3RyaW1FbmQoYSBhcyBzdHJpbmcpLmxvY2FsZUNvbXBhcmUoX3RyaW1FbmQoYiBhcyBzdHJpbmcpKTtcbiAgICB9XG4gICAgcmV0dXJuIGEgPiBiID8gMSA6IGEgPT09IGIgPyAwIDogLTE7XG59O1xuZXhwb3J0IGZ1bmN0aW9uIF90cmltRW5kKHZhbHVlOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGNvbnN0IGNhY2hlID0gbmV3IFNldChTdHJpbmcodmFsdWUpKTtcbiAgICBsZXQgZW5kID0gdmFsdWUubGVuZ3RoO1xuICAgIGZvciAobGV0IGkgPSB2YWx1ZS5sZW5ndGggLSAxOyBpID49IDA7IGktLSkge1xuICAgICAgICBpZiAoIWNhY2hlLmhhcyh2YWx1ZVtpXSkpIHtcbiAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICB9XG4gICAgICAgIGVuZC0tO1xuICAgIH1cbiAgICByZXR1cm4gdmFsdWUuc2xpY2UoMCwgZW5kKTtcbn1cbmV4cG9ydCBmdW5jdGlvbiBnZXROZXN0ZWRWYWx1ZTxUIGV4dGVuZHMgUmVjb3JkPHN0cmluZywgYW55Pj4oa2V5OiBzdHJpbmcsIG9iamVjdDogVCk6IGFueSB7XG4gICAgcmV0dXJuIGtleS5zcGxpdCgnLicpLnJlZHVjZSgoYSwgYikgPT4gYVtiXSwgb2JqZWN0KTtcbn1cblxuZXhwb3J0IGNvbnN0IEljb25UTlQgPSBbXG4gICAgJ3RlY2huaWNhbHN5c3RlbScsXG4gICAgJ3N5c3RlbWphdmEnLFxuICAgICdzeXN0ZW1hYmFwJyxcbiAgICAnc3lzdGVtcmVjb21tZW5kYXRpb25zJyxcbiAgICAnc3lzdGVtJyxcbiAgICAnc3lzdGVtdHJleCcsXG4gICAgJ3N5c3RlbXRyYWNrcycsXG4gICAgJ3RlY2huaWNhbHNjZW5hcmlvJyxcbiAgICAndGVjaG5pY2FsaW5zdGFuY2UnLFxuICAgICd0aHJvdWdocHV0LWJhY2tsb2cnLFxuICAgICdiYXRjaC1wcm9jZXNzaW5nJyxcbiAgICAnZGF0YWJhc2UtY29uc2lzdGVuY3knLFxuICAgICdpbnRlcm1lZGlhdGUtbWVzc2FnZScsXG4gICAgJ2V4Y2VwdGlvbnMnLFxuICAgICdzeXN0ZW0tSEFOQScsXG4gICAgJ3B5dGhvbicsXG4gICAgJ3JhaXNlLWZhdWx0JyxcbiAgICAnY29kZTEnLFxuICAgICdjb2RlMicsXG4gICAgJ3NwaWtlLWFycmVzdCcsXG4gICAgJ3ZlcmlmeS1BUEknLFxuICAgICd1c2VyJyxcbiAgICAnbm90ZScsXG4gICAgJ3Rocm93aW5nLW1lc3NhZ2UnLFxuICAgICdjYXRjaGluZy1tZXNzYWdlJyxcbiAgICAnc3RhcnQtZXZlbnQnLFxuICAgICdlbmQtZXZlbnQnLFxuICAgICdnYXRld2F5JyxcbiAgICAnc3ViLXByb2Nlc3MtbWFya2VyJyxcbiAgICAnYWQtaG9jLW1hcmtlcicsXG4gICAgJ21hbnVhbC10YXNrJyxcbiAgICAnc2VuZC10YXNrJyxcbiAgICAncmVjZWl2ZS10YXNrJyxcbiAgICAnc2NyaXB0LXRhc2snLFxuICAgICdtYXJxdWVlJyxcbiAgICAnZGF0YS1pbnB1dC1hcnJvdycsXG4gICAgJ2RhdGEtb3V0cHV0LWFycm93JyxcbiAgICAnbW9yZScsXG4gICAgJ3BhdHRlcm4nLFxuICAgICd0YXNrJyxcbiAgICAnYXJyb3cnLFxuICAgICdkYXRhJyxcbiAgICAnZGF0YS1zdG9yZScsXG4gICAgJ3Bvb2wnLFxuICAgICdzd2ltbGFuZScsXG4gICAgJ3NlbGVjdCcsXG4gICAgJ2N1cnNvcicsXG4gICAgJ2FwaScsXG4gICAgJ28tZGF0YScsXG4gICAgJ2phdmFzY3JpcHQnLFxuICAgICd2YWx1ZS1tYXBwaW5nJyxcbiAgICAndGVybWluYXRlLWVuZC1ldmVudCcsXG4gICAgJ3BhcmFsbGVsLWdhdGV3YXknLFxuICAgICdleGNsdXNpdmUtZ2F0ZXdheScsXG4gICAgJ3NlcnZpY2UtdGFzaycsXG4gICAgJ3dvcmtmbG93LWVkaXRvcicsXG4gICAgJ2JvdW5kYXJ5LWludGVycnVwdGluZycsXG4gICAgJ2JvdW5kYXJ5LW5vbi1pbnRlcnJ1cHRpbmcnLFxuICAgICdibG9jaycsXG4gICAgJ2NvbnN0cmFpbi1ibG9jaycsXG4gICAgJ2FjdG9yJyxcbiAgICAnaW5zdGFuY2Utc3BlY2lmaWNhdGlvbicsXG4gICAgJ3ZhbHVlLXR5cGUnLFxuICAgICdpbnRlcmZhY2UtYmxvY2snLFxuICAgICd1bml0JyxcbiAgICAnc2lnbmFsJyxcbiAgICAncXVhbnRpdHkta2luZCcsXG4gICAgJ2l0ZW0tZmxvdycsXG4gICAgJ2RlcGVuZGVuY3knLFxuICAgICdnZW5lcmFsaXphdGlvbicsXG4gICAgJ2FnZ3JlZ2F0aW9uJyxcbiAgICAnY29tcG9zaXRpb24nLFxuICAgICdhc3NvY2lhdGlvbicsXG4gICAgJ3BvcnQnLFxuICAgICdwcm94eS1wb3J0JyxcbiAgICAnZnVsbC1wb3J0JyxcbiAgICAnb3BlcmF0aW9ucycsXG4gICAgJ2NvbnN0cmFpbnMnLFxuICAgICdyZWNlcHRpb25zJyxcbiAgICAncmVmZXJlbmNlcycsXG4gICAgJ3BhcnRzJyxcbiAgICAnZmxvdycsXG4gICAgJ3ZhbHVlcycsXG4gICAgJ2JpbGwtb2YtbWF0ZXJpYWwnLFxuICAgICdkb2N1bWVudC1pbmZvLXJlY29yZGluZycsXG4gICAgJ3VzZS1jYXNlLWRpYWdyYW0nLFxuICAgICdiZGQtZGlhZ3JhbScsXG4gICAgJ3JlcXVpcmVtZW50LWRpYWdyYW0nLFxuICAgICdwYWNrYWdlLWRpYWdyYW0nLFxuICAgICdpbnRlcm5hbC1ibG9jay1kaWFncmFtJyxcbiAgICAncmVxdWlyZW1lbnQtY29udGFpbm1lbnQtcmVsYXRpb25zaGlwJyxcbiAgICAndXNlLWNhc2UnLFxuICAgICd1c2UtY2FzZS1leHRlbnNpb24tcG9pbnQnLFxuICAgICdjb21tdW5pY2F0aW9uLXBhdGgnLFxuICAgICdub3RlLWNvbm5lY3Rpb24nLFxuICAgICdzdWJqZWN0JyxcbiAgICAnYXV0by1sYXlvdXQnLFxuICAgICdyZXF1aXJlZC1pbnRlcmZhY2UnLFxuICAgICdwcm92aWRlZC1pbnRlcmZhY2UnLFxuICAgICdzdWItY29udGVudCcsXG4gICAgJ2Nvbm5lY3RvcicsXG4gICAgJ2xvY2FsLXByb2Nlc3MtY2FsbCcsXG4gICAgJ2FnZ3JlZ2F0b3InLFxuICAgICdzcGxpdHRlcicsXG4gICAgJ2NvbnZlcnRlcicsXG4gICAgJ2NvbnRlbnQtbW9kaWZpZXInLFxuICAgICdtZXNzYWdlLXN0YXJ0LWV2ZW50JyxcbiAgICAnbWVzc2FnZS1lbmQtZXZlbnQnLFxuICAgICdlc2NhbGF0aW9uLWVuZC1ldmVudCcsXG4gICAgJ3N0YXJ0LXRpbWVyLWV2ZW50JyxcbiAgICAnZXJyb3Itc3RhcnQtZXZlbnQnLFxuICAgICdlcnJvci1lbmQtZXZlbnQnLFxuICAgICdjb250ZW50LWVucmljaGVyJyxcbiAgICAncmVhbGl6YXRpb24nLFxuICAgICdpbnRlcmZhY2UnLFxuICAgICd1c2luZXNzLWNhcGFiaWxpdHknLFxuICAgICdwcm9ncmVzcy1ncm91cCcsXG4gICAgJ3ZhbHVlLXN0cmVhbScsXG4gICAgJ3ZhbHVlLWZsb3cnLFxuICAgICdhcHBsaWNhdGlvbicsXG4gICAgJ2V0bC1qb2InLFxuICAgICdidXNpbmVzcy1zZXJ2aWNlJyxcbiAgICAnYXBwbGljYXRpb24tc2VydmljZScsXG4gICAgJ25ldHdvcmstbm9kZScsXG4gICAgJ25ldHdvcmsnLFxuICAgICdkZXBsb3ltZW50LWluc3RhbmNlJyxcbiAgICAnaW50cmFuZXQnLFxuICAgICdtb2JpbGUtbmV0d29yaycsXG4gICAgJ3ByaXZhdGUtY2xvdWQnLFxuICAgICdhbnRlbm5hJyxcbiAgICAnZmlyZXdhbGwnLFxuICAgICdodWInLFxuICAgICdtb2RlbScsXG4gICAgJ3JlcGVhdGVyJyxcbiAgICAncm91dGVyJyxcbiAgICAnc3dpdGNoJyxcbiAgICAnc2F0ZWxsaXRlJyxcbiAgICAnc3lzdGVtLTInLFxuICAgICdzdGF0dXMtYWN0aXZhdGluZycsXG4gICAgJ3N0YXR1cy1zdXNwZW5kZWQnLFxuICAgICdzdGF0dXMtc3VzcGVuZGluZycsXG4gICAgJ3N0YXR1cy10ZXJtaW5hdGVkJyxcbiAgICAnc3RhdHVzLXRlcm1pbmF0aW5nJyxcbiAgICAnc29sdXRpb24tbm90LWxpY2Vuc2VkJyxcbiAgICAnY2xlYXItYWxsLW1hcHBpbmcnLFxuICAgICdtYXAtYWxsLWZpZWxkcydcbl07XG5leHBvcnQgY29uc3QgSWNvbkJ1c2luZXNzU3VpdGUgPSBbXG4gICAgJ2hlYXJ0JyxcbiAgICAncXVhcnRlcicsXG4gICAgJ3llYXInLFxuICAgICdlcXVhbGl6ZXInLFxuICAgICdjb21wb25lbnQnLFxuICAgICdjb21wb25lbnQtcHJpdmF0ZScsXG4gICAgJ3Jhdy1tYXRlcmlhbCcsXG4gICAgJ3NtcycsXG4gICAgJ2FkZC1ub3RlJyxcbiAgICAnY2hhbmdlLXRpbWUtaG9yaXpvbicsXG4gICAgJ3RhYmxlLWNoYXJ0LWN1c3RvbWl6YXRpb24nLFxuICAgICdkZWxlZ2F0ZWQtaW1wb3J0YW50LXRhc2snLFxuICAgICdmb3JrbGlmdCcsXG4gICAgJ2NvaW5zJyxcbiAgICAnZmlsdGVyLW1lbnUnLFxuICAgICd0YXJnZXQtdG8tZGF0ZScsXG4gICAgJ3Byb2dyYW0nLFxuICAgICdwaGFzZScsXG4gICAgJ2NoZWNrbGlzdCcsXG4gICAgJ21pcnJvcmVkLXRhc2snLFxuICAgICdzdWItcHJvamVjdCcsXG4gICAgJ2NoZWNrbGlzdC1pdGVtJyxcbiAgICAnYWRob2MtYW5hbHlzaXMnLFxuICAgICdjaGFuZ2UtYW5hbHlzaXMnLFxuICAgICdyZXZpZXctZGVtYW5kcycsXG4gICAgJ3Byb2plY3QtZGVmaW5pdGlvbicsXG4gICAgJ2RhdGEtYWNjZXNzJyxcbiAgICAnZGVmaW5lLXNob3J0YWdlJyxcbiAgICAncmV2aWV3LXN1cHBsaWVzJyxcbiAgICAnY2hhbmdlLWxvZycsXG4gICAgJ3ByaW9yaXR5LTEnLFxuICAgICdwcmlvcml0eS0yJyxcbiAgICAnamFtJyxcbiAgICAnbWlsZXN0b25lJyxcbiAgICAnYnVsbGV0aW5nLXdpdGgtbnVtYmVycycsXG4gICAgJ2RlY3JlYXNlLWluZGVudCcsXG4gICAgJ2luY3JlYXNlLWluZGVudCcsXG4gICAgJ2JvbGQnLFxuICAgICdpdGFsaWMnLFxuICAgICdzdHJpa2UtdGhyb3VnaCcsXG4gICAgJ3VuZGVybGluZScsXG4gICAgJ3NhdmUtYXMnLFxuICAgICdzZWdtZW50YXRpb24nLFxuICAgICdjb250ZXh0LW1lbnUnLFxuICAgICdzbmFwc2hvdCcsXG4gICAgJ3N1YnRyYWN0aW9uLWItYScsXG4gICAgJ3N1YnRyYWN0aW9uLWEtYicsXG4gICAgJ2ludGVyc2VjdGlvbicsXG4gICAgJ3VuaW9uJyxcbiAgICAndG9wJyxcbiAgICAnYm90dG9tJyxcbiAgICAncGFnZS11cCcsXG4gICAgJ3BhZ2UtZG93bicsXG4gICAgJ2NyZWF0ZS1kYXNoYm9hcmQnLFxuICAgICd4Y2Vsc2l1cy1maWxlJyxcbiAgICAnb3Blbi1mb2xkZXInLFxuICAgICduZXV0cmFsJyxcbiAgICAnc3BsaXQtc2VnbWVudGF0aW9uJyxcbiAgICAnbWFuYWdlLWJ1ZGdldCcsXG4gICAgJ2Jsb2NrZWQnLFxuICAgICdwaXBldHRlJyxcbiAgICAndG9wLXJlY2lwZScsXG4gICAgJ3JlY2lwZScsXG4gICAgJ2luZ3JlZGllbnRzJyxcbiAgICAnbXVsdGlwbGUtY2hhcnRzJyxcbiAgICAnZGVzY2VuZGluZy1iYXJzJyxcbiAgICAnZGVzY2VuZGluZy1zdGFja2VkLWJhcnMnLFxuICAgICdzY2F0dGVyLXBsb3QnLFxuICAgICdzcGlsbCcsXG4gICAgJ2ZpcmUnLFxuICAgICdzdHJhdGlmaWNhdGlvbicsXG4gICAgJ3JlbGF0aW9uc2hpcCcsXG4gICAgJ21hcmdpbi1kZWNvbXBvc2l0aW9uJyxcbiAgICAnY29udHJvbC1ncm91cCcsXG4gICAgJ2NvbXBhcmlzb24tY2hhcnQnLFxuICAgICdyZXNwb25zaWJsZS1hcmVhJyxcbiAgICAnaW5jcmVhc2UnLFxuICAgICdkZWNyZWFzZScsXG4gICAgJ2N1cnJlbnQtc3RvY2snLFxuICAgICdleHBlZGl0ZScsXG4gICAgJ3Bvc3Rwb25lJyxcbiAgICAnYXBwcm92ZWQnLFxuICAgICdwYXJ0aWFsbHktZGVsaXZlcmVkJyxcbiAgICAnbGluZS1iYXItY2hhcnQnLFxuICAgICdleHBhbmQtYWxsJyxcbiAgICAnc3VibWlzc2lvbicsXG4gICAgJ2NoYW5nZS1yZXF1ZXN0JyxcbiAgICAnY29sdW1uLXVuc2VsZWN0ZWQnLFxuICAgICdjb2x1bW4tc2VsZWN0ZWQnLFxuICAgICdyb3ctdW5zZWxlY3RlZCcsXG4gICAgJ3Jvdy1zZWxlY3RlZCcsXG4gICAgJ3N0b2NrLXJlcXVpcmVtZW50cycsXG4gICAgJ2dlbmRlci1tYWxlLWFuZC1mZW1hbGUnLFxuICAgICdtYXJpdGFsLXN0YXR1cycsXG4gICAgJ2JpcnRoZGF5JyxcbiAgICAnY2xhc3NpZmljYXRpb24nLFxuICAgICdtYXJrZWQtZm9yLWRlbGV0aW9uJyxcbiAgICAnYnVsbGV0LWNoYXJ0JyxcbiAgICAncmVtb3ZlLWZpbHRlcicsXG4gICAgJ2JhbmstYWNjb3VudCcsXG4gICAgJ3NhdmluZ3MtYWNjb3VudCcsXG4gICAgJ2RlYml0LWNhcmQnLFxuICAgICd2aXAtY3VzdG9tZXInLFxuICAgICd1bmRlc2lyYWJsZS1jdXN0b21lcicsXG4gICAgJ2Fuc3dlcmVkLWNoYW5nZS1yZXF1ZXN0JyxcbiAgICAnY29sbGVjdGVkLWNoYW5nZS1yZXF1ZXN0JyxcbiAgICAnZHJhdy1mcmVlaGFuZCcsXG4gICAgJ2RyYXctY2lyY2xlJyxcbiAgICAnY29tcGxldGVkJyxcbiAgICAnYW5zd2VyZWQnLFxuICAgICd0cmFmZmljLWNvbmUnLFxuICAgICd0cmFmZmljLWxpZ2h0cycsXG4gICAgJ2NvbnRhaW5lcicsXG4gICAgJ2NvbnRhaW5lci1sb2FkaW5nJyxcbiAgICAndHJhZmZpYy1qYW0nLFxuICAgICdwcm9kdWN0cycsXG4gICAgJ3NpZGVwYW5lbCcsXG4gICAgJ3NwbGl0LXNjcmVlbicsXG4gICAgJ3RydWNrLWRyaXZlcicsXG4gICAgJ2tlZXAtc2VnbWVudCcsXG4gICAgJ2V4Y2x1ZGUtc2VnbWVudCcsXG4gICAgJ3NlcGFyYXRlLXNlZ21lbnRzJyxcbiAgICAnZGlzdHJpYnV0ZS1zZWdtZW50cycsXG4gICAgJ25leHQtb3Blbi1pdGVtJyxcbiAgICAnd2hlcmUtdXNlZCcsXG4gICAgJ291dGJvdW5kLWRlbGl2ZXJ5JyxcbiAgICAnb3V0Ym91bmQtZGVsaXZlcnktaW5hY3RpdmUnLFxuICAgICdvdXRib3VuZC1kZWxpdmVyeS1hY3RpdmUnLFxuICAgICd0YXJnZXQnLFxuICAgICdzb3VyY2UnLFxuICAgICdtYXRlcmlhbCcsXG4gICAgJ2R1ZS1kYXRlJyxcbiAgICAnb3ZlcmR1ZScsXG4gICAgJ3NldC1hcy1kZWZhdWx0JyxcbiAgICAnZmFjZS12ZXJ5LWJhZCcsXG4gICAgJ2ZhY2UtYmFkJyxcbiAgICAnZmFjZS1za2VwdGljYWwnLFxuICAgICdmYWNlLW5ldXRyYWwnLFxuICAgICdmYWNlLWFzdG9uaXNoZWQnLFxuICAgICdmYWNlLWhhcHB5JyxcbiAgICAnZmFjZS12ZXJ5LWhhcHB5JyxcbiAgICAnZmFjZS1hd2Z1bCcsXG4gICAgJ2ZhY2UtZGV2YXN0YXRlZCcsXG4gICAgJ2ZhY2Utb2tleS1kb2tleScsXG4gICAgJ2FsYXJtJyxcbiAgICAnYWN0aXZhdGUnLFxuICAgICdzZWdtZW50LXByZXZpZXctcmVmZXJlbmNlLW9iamVjdHMnLFxuICAgICdyYWRpdXMnLFxuICAgICdwb2x5Z29uZS1ibGFjaycsXG4gICAgJ3BvbHlnb25lLXdoaXRlJyxcbiAgICAncGxveWdvbmUnLFxuICAgICduby1maWx0ZXInLFxuICAgICdncmlwJyxcbiAgICAnd2F0ZXInLFxuICAgICdnYXMnLFxuICAgICdsaXF1aWQnLFxuICAgICd0aW1lLWRlcG9zaXQnLFxuICAgICdlYXJseS13aWR0aGRyYXdhbC1mb3ItdGltZS1kZXBvc2l0cycsXG4gICAgJ3RydWNrLWxvYWQnLFxuICAgICd0cnVjay11bmxvYWQnLFxuICAgICd0cnVjay1sb2FkLXVubG9hZCcsXG4gICAgJ3BoYXJtYWN5JyxcbiAgICAnbWVkaWNpbmUtc3lydXAnLFxuICAgICdyZW1pbmRlcicsXG4gICAgJ21lZGljaW5lLXBpbGwnLFxuICAgICdtZWRpY2luZS1vaW50bWVudCcsXG4gICAgJ21lZGljaW5lLWRyb3BzJyxcbiAgICAnYmxvb2QtdGVzdCcsXG4gICAgJ3RlbXBlcmF0dXJlJyxcbiAgICAnbWVkaWNpbmUtaW5oYWxlcicsXG4gICAgJ2Zvb3Qtc3RlcHMnLFxuICAgICd3ZWlnaHQnLFxuICAgICdoZWFsdGgtdHJhY2tpbmcnLFxuICAgICdibG9vZC1wcmVzc3VyZScsXG4gICAgJ2ltbXVuaXphdGlvbicsXG4gICAgJ2FsbGVyZ2llcycsXG4gICAgJ3Jlc2NoZWR1bGluZzInLFxuICAgICdyZXNlcXVlbmNpbmcyJyxcbiAgICAnbm8tdGltZS1jaGFuZ2UnLFxuICAgICd0aW1lLWNoYW5nZScsXG4gICAgJ3NtYXJ0LW1hdGNoZXInLFxuICAgICdsZWdhbC1zZWN0aW9uJyxcbiAgICAnY2F1c2VzJyxcbiAgICAnZWZmZWN0cycsXG4gICAgJ3NoYXJlZC1ieS1tZScsXG4gICAgJ3NoYXJlZC13aXRoLW1lJyxcbiAgICAnYWxlcnQtZ3JvdXBzJyxcbiAgICAnZnVuY3Rpb24tYWxlcnQnLFxuICAgICdmdW5jdGlvbi1oaWVyYXJjaHknLFxuICAgICdyZmlkJyxcbiAgICAnaW5wdXQnLFxuICAgICdzb2Z0d2FyZS1pdGVtJyxcbiAgICAncHJvZHVjdC12aWV3JyxcbiAgICAnc29mdHdhcmUtaXRlbS12YXJpYW50JyxcbiAgICAnbGlnaHRob3VzZScsXG4gICAgJ2RlbWFuZC11bml0JyxcbiAgICAnZm1hLW1hbmFnZW1lbnQnLFxuICAgICdmbWEtdmFsaWRhdGlvbicsXG4gICAgJ2ZtYS1hbmFseXRpY3MnLFxuICAgICdjbGFzcycsXG4gICAgJ292ZXJ2aWV3JyxcbiAgICAncHJvZHVjdGlvbicsXG4gICAgJ3N1YmNsYXNzJyxcbiAgICAndmFyaWFudC1jb25maWd1cmF0aW9uJyxcbiAgICAnc3VtJyxcbiAgICAnZW1wdHktdHJhaWxlcicsXG4gICAgJ2Rvb3InLFxuICAgICdsb2FkaW5nLXBvaW50JyxcbiAgICAnc3RvY2std2FyZWhvdXNlJyxcbiAgICAnZ2F0ZScsXG4gICAgJ3RpbWVzZXJpZXMtd2F0ZXJmYWxsLWNoYXJ0JyxcbiAgICAnc3RhZ2VzLXdhcm5pbmcnLFxuICAgICdlbXB0eS13YXJuaW5nJ1xuXTtcbiJdfQ==
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: CustomDateTimeComponent, deps: [{ token: i1.CalendarService, self: true }, { token: i2.PortalService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
21
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", type: CustomDateTimeComponent, selector: "bsu-custom-date-time", providers: [
|
|
22
|
+
{
|
|
23
|
+
provide: DateService,
|
|
24
|
+
useFactory: getDateService
|
|
25
|
+
},
|
|
26
|
+
CalendarService
|
|
27
|
+
], 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 }); }
|
|
28
|
+
}
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", 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: () => [{ type: i1.CalendarService, decorators: [{
|
|
39
|
+
type: Self
|
|
40
|
+
}] }, { type: i2.PortalService }] });
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLWRhdGUtdGltZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYXJzYS1zYXAtdWkvc3JjL2xpYi9jdXN0b20tZGF0ZS10aW1lL2N1c3RvbS1kYXRlLXRpbWUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvY3VzdG9tLWRhdGUtdGltZS9jdXN0b20tZGF0ZS10aW1lLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsSUFBSSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpFLE9BQU8sRUFBMEIsZUFBZSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFekUsT0FBTyxFQUFFLGFBQWEsRUFBRSxXQUFXLEVBQUUsY0FBYyxFQUFpQixNQUFNLHNCQUFzQixDQUFDOzs7OztBQWVqRyxNQUFNLE9BQU8sdUJBQXdCLFNBQVEsYUFBYTtJQWlCdEQsWUFBNEIsZ0JBQWlDLEVBQUUsY0FBNkI7UUFDeEYsS0FBSyxFQUFFLENBQUM7UUFEZ0IscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFpQjtRQWY3RCxlQUFVLEdBQUcsQ0FBQyxDQUFDLENBQUM7UUFpQlosSUFBSSxDQUFDLElBQUksR0FBRyxjQUFjLENBQUMsSUFBSSxDQUFDO1FBQ2hDLElBQUksQ0FBQyxXQUFXLEdBQUcsY0FBYyxDQUFDLFdBQVcsQ0FBQztRQUM5QyxJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUN2RCxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNqRCxJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxTQUFTLENBQUM7UUFDdEQsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsS0FBSyxDQUFDO0lBQzdDLENBQUM7OEdBekJRLHVCQUF1QjtrR0FBdkIsdUJBQXVCLCtDQVJyQjtZQUNQO2dCQUNJLE9BQU8sRUFBRSxXQUFXO2dCQUNwQixVQUFVLEVBQUUsY0FBYzthQUM3QjtZQUNELGVBQWU7U0FDbEIsaURDakJMLDRtQ0F3Q0E7OzJGRHJCYSx1QkFBdUI7a0JBYm5DLFNBQVM7K0JBQ0ksc0JBQXNCLG1CQUdmLHVCQUF1QixDQUFDLE1BQU0sYUFDcEM7d0JBQ1A7NEJBQ0ksT0FBTyxFQUFFLFdBQVc7NEJBQ3BCLFVBQVUsRUFBRSxjQUFjO3lCQUM3Qjt3QkFDRCxlQUFlO3FCQUNsQjs7MEJBbUJZLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBTZWxmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBEYXksIENhbGVuZGFyTW9udGhJbmZvLCBDYWxlbmRhclNlcnZpY2UgfSBmcm9tICdiYXJzYS1jYWxlbmRhcic7XHJcblxyXG5pbXBvcnQgeyBCYXNlQ29tcG9uZW50LCBEYXRlU2VydmljZSwgZ2V0RGF0ZVNlcnZpY2UsIFBvcnRhbFNlcnZpY2UgfSBmcm9tICdiYXJzYS1ub3Zpbi1yYXktY29yZSc7XHJcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2JzdS1jdXN0b20tZGF0ZS10aW1lJyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9jdXN0b20tZGF0ZS10aW1lLmNvbXBvbmVudC5odG1sJyxcclxuICAgIHN0eWxlVXJsczogWycuL2N1c3RvbS1kYXRlLXRpbWUuY29tcG9uZW50LnNjc3MnXSxcclxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gICAgcHJvdmlkZXJzOiBbXHJcbiAgICAgICAge1xyXG4gICAgICAgICAgICBwcm92aWRlOiBEYXRlU2VydmljZSxcclxuICAgICAgICAgICAgdXNlRmFjdG9yeTogZ2V0RGF0ZVNlcnZpY2VcclxuICAgICAgICB9LFxyXG4gICAgICAgIENhbGVuZGFyU2VydmljZVxyXG4gICAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQ3VzdG9tRGF0ZVRpbWVDb21wb25lbnQgZXh0ZW5kcyBCYXNlQ29tcG9uZW50IHtcclxuICAgIHNlbGVjdGVkRGF5OiBEYXk7XHJcbiAgICB0b2RheUluZGV4ID0gLTE7XHJcbiAgICBzZWxlY3RlZEluZGV4OiBhbnk7XHJcbiAgICBjYWxlbmRhcnM6IENhbGVuZGFyTW9udGhJbmZvW107XHJcbiAgICBzaG93RXZlbnRzOiBib29sZWFuO1xyXG4gICAgd2lkdGg6IG51bWJlcjtcclxuICAgIGhlaWdodDogbnVtYmVyO1xyXG4gICAgc2VsZWN0ZWRNb250aCQ6IE9ic2VydmFibGU8Q2FsZW5kYXJNb250aEluZm8+O1xyXG4gICAgcnRsJDogT2JzZXJ2YWJsZTxib29sZWFuPjtcclxuICAgIHRvZGF5OiBEYXRlO1xyXG4gICAgd2Vla0RheXNNaW46IHN0cmluZ1tdO1xyXG4gICAgd2Vla0RheXM6IHN0cmluZ1tdO1xyXG4gICAgZGV2aWNlU2l6ZSQ6IE9ic2VydmFibGU8c3RyaW5nPjtcclxuICAgIG1vZGUkOiBPYnNlcnZhYmxlPCdtb250aCcgfCAnd2VlaycgfCAnZGF5JyB8ICd5ZWFyJyB8ICdsaXN0Jz47XHJcbiAgICBzZWxlY3RlZFdlZWskOiBPYnNlcnZhYmxlPG51bWJlcj47XHJcbiAgICB3ZWVrTW9kZURheXMkOiBPYnNlcnZhYmxlPERheVtdPjtcclxuICAgIGNvbnN0cnVjdG9yKEBTZWxmKCkgcHJpdmF0ZSBfY2FsZW5kYXJTZXJ2aWNlOiBDYWxlbmRhclNlcnZpY2UsIF9wb3J0YWxTZXJ2aWNlOiBQb3J0YWxTZXJ2aWNlKSB7XHJcbiAgICAgICAgc3VwZXIoKTtcclxuICAgICAgICB0aGlzLnJ0bCQgPSBfcG9ydGFsU2VydmljZS5ydGwkO1xyXG4gICAgICAgIHRoaXMuZGV2aWNlU2l6ZSQgPSBfcG9ydGFsU2VydmljZS5kZXZpY2VTaXplJDtcclxuICAgICAgICB0aGlzLndlZWtEYXlzTWluID0gdGhpcy5fY2FsZW5kYXJTZXJ2aWNlLndlZWtEYXlzTWluKCk7XHJcbiAgICAgICAgdGhpcy53ZWVrRGF5cyA9IHRoaXMuX2NhbGVuZGFyU2VydmljZS53ZWVrRGF5cygpO1xyXG4gICAgICAgIHRoaXMuc2VsZWN0ZWRNb250aCQgPSB0aGlzLl9jYWxlbmRhclNlcnZpY2Uuc2VsZWN0ZWQkO1xyXG4gICAgICAgIHRoaXMudG9kYXkgPSB0aGlzLl9jYWxlbmRhclNlcnZpY2UudG9kYXk7XHJcbiAgICB9XHJcbn1cclxuIiwiPG5nLWNvbnRhaW5lclxyXG4gICAgKm5nVGVtcGxhdGVPdXRsZXQ9XCJcclxuICAgICAgICBtb250aDtcclxuICAgICAgICBjb250ZXh0OiB7XHJcbiAgICAgICAgICAgICRpbXBsaWNpdDogc2VsZWN0ZWRNb250aCQgfCBhc3luYyxcclxuICAgICAgICAgICAgd2lkdGg6IHdpZHRoLFxyXG4gICAgICAgICAgICBoZWlnaHQ6IGhlaWdodCxcclxuICAgICAgICAgICAgcnRsOiBydGwkIHwgYXN5bmMsXHJcbiAgICAgICAgICAgIHdlZWtEYXlzOiB3ZWVrRGF5cyxcclxuICAgICAgICAgICAgd2Vla0RheXNNaW46IHdlZWtEYXlzTWluLFxyXG4gICAgICAgICAgICB0b2RheTogdG9kYXksXHJcbiAgICAgICAgICAgIGRldmljZVNpemU6IGRldmljZVNpemUkIHwgYXN5bmNcclxuICAgICAgICB9XHJcbiAgICBcIlxyXG4+XHJcbjwvbmctY29udGFpbmVyPlxyXG48bmctdGVtcGxhdGVcclxuICAgICNtb250aFxyXG4gICAgbGV0LXNlbGVjdGVkTW9udGhcclxuICAgIGxldC13aWR0aD1cIndpZHRoXCJcclxuICAgIGxldC1oZWlnaHQ9XCJoZWlnaHRcIlxyXG4gICAgbGV0LXJ0bD1cInJ0bFwiXHJcbiAgICBsZXQtdG9kYXk9XCJ0b2RheVwiXHJcbiAgICBsZXQtc2hvd0V2ZW50cz1cInNob3dFdmVudHNcIlxyXG4gICAgbGV0LWRldmljZVNpemU9XCJkZXZpY2VTaXplXCJcclxuPlxyXG4gICAgPGJjLWNhbGVuZGFyLW1vbnRoXHJcbiAgICAgICAgW3N0eWxlLndpZHRoXT1cIndpZHRoXCJcclxuICAgICAgICBbY29udGFpbmVySGVpZ2h0XT1cImhlaWdodFwiXHJcbiAgICAgICAgW2NvbnRhaW5lcldpZHRoXT1cIndpZHRoXCJcclxuICAgICAgICBbcnRsXT1cInJ0bFwiXHJcbiAgICAgICAgW3dlZWtEYXlzXT1cIndlZWtEYXlzXCJcclxuICAgICAgICBbd2Vla0RheXNNaW5dPVwid2Vla0RheXNNaW5cIlxyXG4gICAgICAgIFt0b2RheV09XCJ0b2RheVwiXHJcbiAgICAgICAgW2RhdGVQaWNrZXJdPVwidHJ1ZVwiXHJcbiAgICAgICAgW2RhdGVSYW5nZV09XCJmYWxzZVwiXHJcbiAgICAgICAgW21vbnRoSW5mb109XCJzZWxlY3RlZE1vbnRoXCJcclxuICAgICAgICBbZGV2aWNlU2l6ZV09XCJkZXZpY2VTaXplXCJcclxuICAgID48L2JjLWNhbGVuZGFyLW1vbnRoPlxyXG48L25nLXRlbXBsYXRlPlxyXG4iXX0=
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
-
import { map, takeUntil } from 'rxjs/operators';
|
|
3
|
-
import { FieldBaseComponent, getDeviceIsMobile } from 'barsa-novin-ray-core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class DeviceInfoFieldBaseComponent extends FieldBaseComponent {
|
|
6
|
-
ngOnInit() {
|
|
7
|
-
super.ngOnInit();
|
|
8
|
-
this.isMobileDevice = getDeviceIsMobile();
|
|
9
|
-
this.deviceSize$ = this._portalService.deviceSize$;
|
|
10
|
-
this.isMobileSize$ = this._portalService.deviceSize$.pipe(takeUntil(this._onDestroy$), map((deviceSize) => (deviceSize === 's' ? true : false)));
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16
|
-
type: Component,
|
|
17
|
-
args: [{
|
|
18
|
-
selector: 'bsu-device-info-field-base',
|
|
19
|
-
template: '',
|
|
20
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
21
|
-
}]
|
|
22
|
-
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { map, takeUntil } from 'rxjs/operators';
|
|
3
|
+
import { FieldBaseComponent, getDeviceIsMobile } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class DeviceInfoFieldBaseComponent extends FieldBaseComponent {
|
|
6
|
+
ngOnInit() {
|
|
7
|
+
super.ngOnInit();
|
|
8
|
+
this.isMobileDevice = getDeviceIsMobile();
|
|
9
|
+
this.deviceSize$ = this._portalService.deviceSize$;
|
|
10
|
+
this.isMobileSize$ = this._portalService.deviceSize$.pipe(takeUntil(this._onDestroy$), map((deviceSize) => (deviceSize === 's' ? true : false)));
|
|
11
|
+
}
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: DeviceInfoFieldBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", type: DeviceInfoFieldBaseComponent, selector: "bsu-device-info-field-base", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14
|
+
}
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: DeviceInfoFieldBaseComponent, decorators: [{
|
|
16
|
+
type: Component,
|
|
17
|
+
args: [{
|
|
18
|
+
selector: 'bsu-device-info-field-base',
|
|
19
|
+
template: '',
|
|
20
|
+
changeDetection: ChangeDetectionStrategy.OnPush
|
|
21
|
+
}]
|
|
22
|
+
}] });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2aWNlLWluZm8tZmllbGQtYmFzZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2JhcnNhLXNhcC11aS9zcmMvbGliL2RldmljZS1pbmZvLWZpZWxkLWJhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUUzRSxPQUFPLEVBQUUsR0FBRyxFQUFFLFNBQVMsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ2hELE9BQU8sRUFBRSxrQkFBa0IsRUFBeUIsaUJBQWlCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQzs7QUFPcEcsTUFBTSxPQUFnQiw0QkFBNkIsU0FBUSxrQkFBa0I7SUFLekUsUUFBUTtRQUNKLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNqQixJQUFJLENBQUMsY0FBYyxHQUFHLGlCQUFpQixFQUFFLENBQUM7UUFDMUMsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLFdBQVcsQ0FBQztRQUNuRCxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsV0FBVyxDQUFDLElBQUksQ0FDckQsU0FBUyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsRUFDM0IsR0FBRyxDQUFDLENBQUMsVUFBVSxFQUFFLEVBQUUsQ0FBQyxDQUFDLFVBQVUsS0FBSyxHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FDM0QsQ0FBQztJQUNOLENBQUM7OEdBYmlCLDRCQUE0QjtrR0FBNUIsNEJBQTRCLHlGQUhwQyxFQUFFOzsyRkFHTSw0QkFBNEI7a0JBTGpELFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDRCQUE0QjtvQkFDdEMsUUFBUSxFQUFFLEVBQUU7b0JBQ1osZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07aUJBQ2xEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgbWFwLCB0YWtlVW50aWwgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XHJcbmltcG9ydCB7IEZpZWxkQmFzZUNvbXBvbmVudCwgQWJicmV2YXRpb25EZXZpY2VTaXplLCBnZXREZXZpY2VJc01vYmlsZSB9IGZyb20gJ2JhcnNhLW5vdmluLXJheS1jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdic3UtZGV2aWNlLWluZm8tZmllbGQtYmFzZScsXHJcbiAgICB0ZW1wbGF0ZTogJycsXHJcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxyXG59KVxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgRGV2aWNlSW5mb0ZpZWxkQmFzZUNvbXBvbmVudCBleHRlbmRzIEZpZWxkQmFzZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgICBkZXZpY2VTaXplJDogT2JzZXJ2YWJsZTxBYmJyZXZhdGlvbkRldmljZVNpemU+O1xyXG4gICAgaXNNb2JpbGVTaXplJDogT2JzZXJ2YWJsZTxib29sZWFuPjtcclxuICAgIGlzTW9iaWxlRGV2aWNlOiBib29sZWFuO1xyXG5cclxuICAgIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgICAgIHN1cGVyLm5nT25Jbml0KCk7XHJcbiAgICAgICAgdGhpcy5pc01vYmlsZURldmljZSA9IGdldERldmljZUlzTW9iaWxlKCk7XHJcbiAgICAgICAgdGhpcy5kZXZpY2VTaXplJCA9IHRoaXMuX3BvcnRhbFNlcnZpY2UuZGV2aWNlU2l6ZSQ7XHJcbiAgICAgICAgdGhpcy5pc01vYmlsZVNpemUkID0gdGhpcy5fcG9ydGFsU2VydmljZS5kZXZpY2VTaXplJC5waXBlKFxyXG4gICAgICAgICAgICB0YWtlVW50aWwodGhpcy5fb25EZXN0cm95JCksXHJcbiAgICAgICAgICAgIG1hcCgoZGV2aWNlU2l6ZSkgPT4gKGRldmljZVNpemUgPT09ICdzJyA/IHRydWUgOiBmYWxzZSkpXHJcbiAgICAgICAgKTtcclxuICAgIH1cclxufVxyXG4iXX0=
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { Directive, HostListener, Input } from '@angular/core';
|
|
2
|
-
import { FileViewerComponent } from './file-viewer/file-viewer.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@fundamental-ngx/core";
|
|
5
|
-
export class DialogHandlerDirective {
|
|
6
|
-
constructor(_dialogService) {
|
|
7
|
-
this._dialogService = _dialogService;
|
|
8
|
-
}
|
|
9
|
-
_handleClick() {
|
|
10
|
-
this._dialogService.open(this.component ?? FileViewerComponent, this.config);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16
|
-
type: Directive,
|
|
17
|
-
args: [{
|
|
18
|
-
selector: '[diaogHandler]'
|
|
19
|
-
}]
|
|
20
|
-
}], ctorParameters:
|
|
21
|
-
type: Input
|
|
22
|
-
}], component: [{
|
|
23
|
-
type: Input
|
|
24
|
-
}], _handleClick: [{
|
|
25
|
-
type: HostListener,
|
|
26
|
-
args: ['click']
|
|
27
|
-
}] } });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Directive, HostListener, Input } from '@angular/core';
|
|
2
|
+
import { FileViewerComponent } from './file-viewer/file-viewer.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@fundamental-ngx/core";
|
|
5
|
+
export class DialogHandlerDirective {
|
|
6
|
+
constructor(_dialogService) {
|
|
7
|
+
this._dialogService = _dialogService;
|
|
8
|
+
}
|
|
9
|
+
_handleClick() {
|
|
10
|
+
this._dialogService.open(this.component ?? FileViewerComponent, this.config);
|
|
11
|
+
}
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: DialogHandlerDirective, deps: [{ token: i1.DialogService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: DialogHandlerDirective, selector: "[diaogHandler]", inputs: { config: "config", component: "component" }, host: { listeners: { "click": "_handleClick()" } }, ngImport: i0 }); }
|
|
14
|
+
}
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: DialogHandlerDirective, decorators: [{
|
|
16
|
+
type: Directive,
|
|
17
|
+
args: [{
|
|
18
|
+
selector: '[diaogHandler]'
|
|
19
|
+
}]
|
|
20
|
+
}], ctorParameters: () => [{ type: i1.DialogService }], propDecorators: { config: [{
|
|
21
|
+
type: Input
|
|
22
|
+
}], component: [{
|
|
23
|
+
type: Input
|
|
24
|
+
}], _handleClick: [{
|
|
25
|
+
type: HostListener,
|
|
26
|
+
args: ['click']
|
|
27
|
+
}] } });
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLWhhbmRsZXIuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvZGlhbG9nLWhhbmRsZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBcUIsTUFBTSxlQUFlLENBQUM7QUFFbEYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUNBQXFDLENBQUM7OztBQUsxRSxNQUFNLE9BQU8sc0JBQXNCO0lBRy9CLFlBQW9CLGNBQTZCO1FBQTdCLG1CQUFjLEdBQWQsY0FBYyxDQUFlO0lBQUcsQ0FBQztJQUM5QixZQUFZO1FBQy9CLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLElBQUksbUJBQW1CLEVBQUUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQ2pGLENBQUM7OEdBTlEsc0JBQXNCO2tHQUF0QixzQkFBc0I7OzJGQUF0QixzQkFBc0I7a0JBSGxDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGdCQUFnQjtpQkFDN0I7a0ZBRVksTUFBTTtzQkFBZCxLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBRWlCLFlBQVk7c0JBQWxDLFlBQVk7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdExpc3RlbmVyLCBJbnB1dCwgVGVtcGxhdGVSZWYsIFR5cGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERpYWxvZ0NvbmZpZywgRGlhbG9nU2VydmljZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZSc7XG5pbXBvcnQgeyBGaWxlVmlld2VyQ29tcG9uZW50IH0gZnJvbSAnLi9maWxlLXZpZXdlci9maWxlLXZpZXdlci5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1tkaWFvZ0hhbmRsZXJdJ1xufSlcbmV4cG9ydCBjbGFzcyBEaWFsb2dIYW5kbGVyRGlyZWN0aXZlIHtcbiAgICBASW5wdXQoKSBjb25maWc6IERpYWxvZ0NvbmZpZztcbiAgICBASW5wdXQoKSBjb21wb25lbnQ6IFR5cGU8YW55PiB8IFRlbXBsYXRlUmVmPGFueT47XG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBfZGlhbG9nU2VydmljZTogRGlhbG9nU2VydmljZSkge31cbiAgICBASG9zdExpc3RlbmVyKCdjbGljaycpIF9oYW5kbGVDbGljaygpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5fZGlhbG9nU2VydmljZS5vcGVuKHRoaXMuY29tcG9uZW50ID8/IEZpbGVWaWV3ZXJDb21wb25lbnQsIHRoaXMuY29uZmlnKTtcbiAgICB9XG59XG4iXX0=
|