barsa-sap-ui 0.0.2
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/README.md +25 -0
- package/esm2020/barsa-sap-ui.mjs +5 -0
- package/esm2020/lib/apply-conditional-formmatings.directive.mjs +84 -0
- package/esm2020/lib/barsa-asp-viewer/barsa-asp-viewer.component.mjs +109 -0
- package/esm2020/lib/barsa-base-layout/barsa-base-layout.component.mjs +34 -0
- package/esm2020/lib/barsa-date-time-picker/barsa-date-time-picker.component.mjs +71 -0
- package/esm2020/lib/barsa-list-file-linear/barsa-list-file-linear.component.mjs +28 -0
- package/esm2020/lib/barsa-monaco-editor/barsa-monaco-editor.component.mjs +77 -0
- package/esm2020/lib/barsa-network-offline/barsa-network-offline.component.mjs +45 -0
- package/esm2020/lib/barsa-sap-ui-routing.module.mjs +17 -0
- package/esm2020/lib/barsa-sap-ui.module.mjs +277 -0
- package/esm2020/lib/barsa-search-form/barsa-search-form.component.mjs +29 -0
- package/esm2020/lib/barsa-table-header/barsa-table-header.component.mjs +122 -0
- package/esm2020/lib/barsa-table-row/barsa-table-row.component.mjs +57 -0
- package/esm2020/lib/barsa-tinyemce/barsa-tinyemce.component.mjs +334 -0
- package/esm2020/lib/barsa-tree-item/barsa-tree-item.component.mjs +120 -0
- package/esm2020/lib/barsa-tree-item/node-has-one-depth-level.pipe.mjs +19 -0
- package/esm2020/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +156 -0
- package/esm2020/lib/breadcrumb/breadcrumb.component.mjs +45 -0
- package/esm2020/lib/captcha-field/captcha-field.component.mjs +28 -0
- package/esm2020/lib/card-item/card-item.component.mjs +60 -0
- package/esm2020/lib/card-view-content/card-view-content.component.mjs +23 -0
- package/esm2020/lib/col-renderer.directive.mjs +50 -0
- package/esm2020/lib/column-matrix-renderer/column-matrix-renderer.component.mjs +56 -0
- package/esm2020/lib/column-matrix-renderer/matrix-value.pipe.mjs +60 -0
- package/esm2020/lib/column-renderer/column-renderer.component.mjs +84 -0
- package/esm2020/lib/constants.mjs +413 -0
- package/esm2020/lib/custom-date-time/custom-date-time.component.mjs +41 -0
- package/esm2020/lib/device-info-field-base.mjs +23 -0
- package/esm2020/lib/dynamic-page-size.pipe.mjs +26 -0
- package/esm2020/lib/empty-page/empty-page.component.mjs +38 -0
- package/esm2020/lib/file-in-dialog/file-in-dialog.component.mjs +44 -0
- package/esm2020/lib/form-dialog/form-dialog.component.mjs +125 -0
- package/esm2020/lib/form-dialog-less/form-dialog-less.component.mjs +38 -0
- package/esm2020/lib/form-page/form-page.component.mjs +51 -0
- package/esm2020/lib/form-page-base.mjs +129 -0
- package/esm2020/lib/form-toolbar-button/form-toolbar-button.component.mjs +44 -0
- package/esm2020/lib/form-wizard/form-wizard.component.mjs +21 -0
- package/esm2020/lib/fullscreen-dialog.directive.mjs +40 -0
- package/esm2020/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +152 -0
- package/esm2020/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.mjs +203 -0
- package/esm2020/lib/global-search/global-search.component.mjs +26 -0
- package/esm2020/lib/global-search-module/global-search-module.component.mjs +30 -0
- package/esm2020/lib/global-search-panel/global-search-panel.component.mjs +30 -0
- package/esm2020/lib/header-avatar/header-avatar.component.mjs +19 -0
- package/esm2020/lib/header-facet-form/header-facet-form.component.mjs +22 -0
- package/esm2020/lib/header-facet-key-value/header-facet-key-value.component.mjs +31 -0
- package/esm2020/lib/header-facet-microchart/header-facet-microchart.component.mjs +21 -0
- package/esm2020/lib/header-facet-plain-text/header-facet-plain-text.component.mjs +28 -0
- package/esm2020/lib/header-facet-progress/header-facet-progress.component.mjs +26 -0
- package/esm2020/lib/header-facet-rate/header-facet-rate.component.mjs +26 -0
- package/esm2020/lib/htree-create-new/htree-create-new.component.mjs +49 -0
- package/esm2020/lib/hyperlink/hyperlink.component.mjs +19 -0
- package/esm2020/lib/index.mjs +412 -0
- package/esm2020/lib/inline-save-and-cancel/inline-save-and-cancel.component.mjs +32 -0
- package/esm2020/lib/layout-actions/layout-actions.component.mjs +65 -0
- package/esm2020/lib/layout-control/layout-control.component.mjs +214 -0
- package/esm2020/lib/layout-wizard/layout-wizard.component.mjs +133 -0
- package/esm2020/lib/list-item/list-item.component.mjs +30 -0
- package/esm2020/lib/ly-empty-space/ly-empty-space.component.mjs +37 -0
- package/esm2020/lib/ly-horizontal-layout/ly-horizontal-layout.component.mjs +70 -0
- package/esm2020/lib/ly-label/ly-label.component.mjs +31 -0
- package/esm2020/lib/ly-layout-container/ly-layout-container.component.mjs +83 -0
- package/esm2020/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.mjs +17 -0
- package/esm2020/lib/ly-layout-field-label/ly-layout-field-label.component.mjs +24 -0
- package/esm2020/lib/ly-layout-panel/ly-layout-panel.component.mjs +64 -0
- package/esm2020/lib/ly-line/ly-line.component.mjs +56 -0
- package/esm2020/lib/ly-simple-label/ly-simple-label.component.mjs +27 -0
- package/esm2020/lib/ly-tab-container/ly-tab-container.component.mjs +43 -0
- package/esm2020/lib/ly-tab-page/ly-tab-page.component.mjs +35 -0
- package/esm2020/lib/ly-vertical-layout/ly-vertical-layout.component.mjs +49 -0
- package/esm2020/lib/manage-filters-report/manage-filters-report.component.mjs +45 -0
- package/esm2020/lib/mask/mask.component.mjs +22 -0
- package/esm2020/lib/message-strip/message-strip.component.mjs +28 -0
- package/esm2020/lib/models/grid-data-provider.mjs +219 -0
- package/esm2020/lib/models/grid-view.mjs +2 -0
- package/esm2020/lib/models/index.mjs +2 -0
- package/esm2020/lib/no-data/no-data.component.mjs +20 -0
- package/esm2020/lib/page-with-form-handler-base.mjs +42 -0
- package/esm2020/lib/page-with-header/page-with-header.component.mjs +76 -0
- package/esm2020/lib/progress-indicator/progress-indicator.component.mjs +18 -0
- package/esm2020/lib/report-navigator/report-navigator.component.mjs +62 -0
- package/esm2020/lib/report-new-top-form/report-new-top-form.component.mjs +60 -0
- package/esm2020/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.mjs +35 -0
- package/esm2020/lib/report-search-fields-manage/report-search-fields-manage.component.mjs +99 -0
- package/esm2020/lib/report-search-panel-save/report-search-panel-save.component.mjs +90 -0
- package/esm2020/lib/report-tree-base.mjs +405 -0
- package/esm2020/lib/report-view-renderer.directive.mjs +248 -0
- package/esm2020/lib/responsive-toolbar/responsive-toolbar.component.mjs +50 -0
- package/esm2020/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.mjs +84 -0
- package/esm2020/lib/rich-text-static/rich-text-static.component.mjs +35 -0
- package/esm2020/lib/sap-font-class.pipe.mjs +29 -0
- package/esm2020/lib/sap-font.pipe.mjs +29 -0
- package/esm2020/lib/sap-ui-report-base.component.mjs +689 -0
- package/esm2020/lib/search-panel/search-panel.component.mjs +40 -0
- package/esm2020/lib/static-text/static-text.component.mjs +15 -0
- package/esm2020/lib/title/title.component.mjs +15 -0
- package/esm2020/lib/ui-asp-report-viewer/ui-asp-report-viewer.component.mjs +14 -0
- package/esm2020/lib/ui-button/ui-button.component.mjs +31 -0
- package/esm2020/lib/ui-calendar/ui-calendar.component.mjs +46 -0
- package/esm2020/lib/ui-card-view/ui-card-view.component.mjs +60 -0
- package/esm2020/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.mjs +27 -0
- package/esm2020/lib/ui-check-box/ui-check-box.component.mjs +29 -0
- package/esm2020/lib/ui-color-ui/ui-color-ui.component.mjs +50 -0
- package/esm2020/lib/ui-container-with-button/ui-container-with-button.component.mjs +34 -0
- package/esm2020/lib/ui-date-range-ex/ui-date-range-ex.component.mjs +194 -0
- package/esm2020/lib/ui-date-time/ui-date-time.component.mjs +116 -0
- package/esm2020/lib/ui-editable-grid/ui-editable-grid.component.mjs +110 -0
- package/esm2020/lib/ui-exception-form/ui-exception-form.component.mjs +61 -0
- package/esm2020/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.mjs +181 -0
- package/esm2020/lib/ui-form-panel/ui-form-panel.component.mjs +43 -0
- package/esm2020/lib/ui-form-panel-toolbar/ui-form-panel-toolbar.component.mjs +26 -0
- package/esm2020/lib/ui-gantt-chart/ui-gantt-chart.component.mjs +32 -0
- package/esm2020/lib/ui-graph/ui-graph.component.mjs +16 -0
- package/esm2020/lib/ui-grid/ui-grid.component.mjs +25 -0
- package/esm2020/lib/ui-grid-columns/ui-grid-columns.component.mjs +44 -0
- package/esm2020/lib/ui-grid-filter-item/ui-grid-filter-item.component.mjs +67 -0
- package/esm2020/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.mjs +76 -0
- package/esm2020/lib/ui-grid-sort-item/ui-grid-sort-item.component.mjs +59 -0
- package/esm2020/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.mjs +156 -0
- package/esm2020/lib/ui-info-bar-panel/ui-info-bar-panel.component.mjs +11 -0
- package/esm2020/lib/ui-label/ui-label.component.mjs +12 -0
- package/esm2020/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +299 -0
- package/esm2020/lib/ui-list-view/ui-list-view.component.mjs +44 -0
- package/esm2020/lib/ui-matrix-view/ui-matrix-view.component.mjs +125 -0
- package/esm2020/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.mjs +19 -0
- package/esm2020/lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component.mjs +13 -0
- package/esm2020/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.mjs +46 -0
- package/esm2020/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.mjs +335 -0
- package/esm2020/lib/ui-monaco-editor/ui-monaco-editor.component.mjs +18 -0
- package/esm2020/lib/ui-multi-select-combo/ui-multi-select-combo.component.mjs +83 -0
- package/esm2020/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.mjs +24 -0
- package/esm2020/lib/ui-num-int-ui/ui-num-int-ui.component.mjs +21 -0
- package/esm2020/lib/ui-pdf-viewer/ui-pdf-viewer.component.mjs +216 -0
- package/esm2020/lib/ui-picture-file/ui-picture-file.component.mjs +95 -0
- package/esm2020/lib/ui-pictures-info/ui-pictures-info.component.mjs +215 -0
- package/esm2020/lib/ui-radio-group/ui-radio-group.component.mjs +24 -0
- package/esm2020/lib/ui-read-only-field/ui-read-only-field.component.mjs +29 -0
- package/esm2020/lib/ui-report-container/ui-report-container.component.mjs +46 -0
- package/esm2020/lib/ui-search-command-info-ui/ui-search-command-info-ui.component.mjs +24 -0
- package/esm2020/lib/ui-simple-combo/ui-simple-combo.component.mjs +29 -0
- package/esm2020/lib/ui-single-picture/ui-single-picture.component.mjs +36 -0
- package/esm2020/lib/ui-switch-button/ui-switch-button.component.mjs +20 -0
- package/esm2020/lib/ui-table-view/ui-table-view.component.mjs +106 -0
- package/esm2020/lib/ui-text-area/ui-text-area.component.mjs +44 -0
- package/esm2020/lib/ui-text-field/ui-text-field.component.mjs +47 -0
- package/esm2020/lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component.mjs +47 -0
- package/esm2020/lib/ui-time-span/ui-time-span.component.mjs +24 -0
- package/esm2020/lib/ui-tinymce/ui-tinymce.component.mjs +53 -0
- package/esm2020/lib/ui-tree/ui-tree.component.mjs +69 -0
- package/esm2020/lib/ui-tree-view/ui-tree-view.component.mjs +75 -0
- package/esm2020/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.mjs +24 -0
- package/esm2020/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +276 -0
- package/esm2020/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.mjs +26 -0
- package/esm2020/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.mjs +86 -0
- package/esm2020/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.mjs +117 -0
- package/esm2020/lib/ul-notify-popup/ul-notify-popup.component.mjs +114 -0
- package/esm2020/lib/ul-toast-adapter/ul-toast-adapter.component.mjs +44 -0
- package/esm2020/lib/ulv-column-settings/ulv-column-settings.component.mjs +53 -0
- package/esm2020/lib/ulv-context-menu/ulv-context-menu.component.mjs +74 -0
- package/esm2020/lib/ulv-filter-settings/ulv-filter-settings.component.mjs +43 -0
- package/esm2020/lib/ulv-form-multi-select/ulv-form-multi-select.component.mjs +183 -0
- package/esm2020/lib/ulv-groupby-settings/ulv-groupby-settings.component.mjs +44 -0
- package/esm2020/lib/ulv-paging/ulv-paging.component.mjs +73 -0
- package/esm2020/lib/ulv-selection/ulv-selection.component.mjs +66 -0
- package/esm2020/lib/ulv-settings/ulv-settings.component.mjs +117 -0
- package/esm2020/lib/ulv-sort-settings/ulv-sort-settings.component.mjs +44 -0
- package/esm2020/lib/ulv-toolbar/ulv-toolbar.component.mjs +110 -0
- package/esm2020/lib/upload-file-status.pipe.mjs +28 -0
- package/esm2020/lib/wizard-layout.directive.mjs +102 -0
- package/esm2020/public-api.mjs +170 -0
- package/fesm2015/barsa-sap-ui.mjs +11437 -0
- package/fesm2015/barsa-sap-ui.mjs.map +1 -0
- package/fesm2020/barsa-sap-ui.mjs +11427 -0
- package/fesm2020/barsa-sap-ui.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/apply-conditional-formmatings.directive.d.ts +25 -0
- package/lib/barsa-asp-viewer/barsa-asp-viewer.component.d.ts +26 -0
- package/lib/barsa-base-layout/barsa-base-layout.component.d.ts +18 -0
- package/lib/barsa-date-time-picker/barsa-date-time-picker.component.d.ts +18 -0
- package/lib/barsa-list-file-linear/barsa-list-file-linear.component.d.ts +8 -0
- package/lib/barsa-monaco-editor/barsa-monaco-editor.component.d.ts +18 -0
- package/lib/barsa-network-offline/barsa-network-offline.component.d.ts +13 -0
- package/lib/barsa-sap-ui-routing.module.d.ts +7 -0
- package/lib/barsa-sap-ui.module.d.ts +181 -0
- package/lib/barsa-search-form/barsa-search-form.component.d.ts +8 -0
- package/lib/barsa-table-header/barsa-table-header.component.d.ts +37 -0
- package/lib/barsa-table-row/barsa-table-row.component.d.ts +20 -0
- package/lib/barsa-tinyemce/barsa-tinyemce.component.d.ts +43 -0
- package/lib/barsa-tree-item/barsa-tree-item.component.d.ts +48 -0
- package/lib/barsa-tree-item/node-has-one-depth-level.pipe.d.ts +8 -0
- package/lib/barsa-ulv-main/barsa-ulv-main.component.d.ts +52 -0
- package/lib/breadcrumb/breadcrumb.component.d.ts +17 -0
- package/lib/captcha-field/captcha-field.component.d.ts +10 -0
- package/lib/card-item/card-item.component.d.ts +17 -0
- package/lib/card-view-content/card-view-content.component.d.ts +8 -0
- package/lib/col-renderer.directive.d.ts +12 -0
- package/lib/column-matrix-renderer/column-matrix-renderer.component.d.ts +23 -0
- package/lib/column-matrix-renderer/matrix-value.pipe.d.ts +8 -0
- package/lib/column-renderer/column-renderer.component.d.ts +29 -0
- package/lib/constants.d.ts +6 -0
- package/lib/custom-date-time/custom-date-time.component.d.ts +26 -0
- package/lib/device-info-field-base.d.ts +12 -0
- package/lib/dynamic-page-size.pipe.d.ts +8 -0
- package/lib/empty-page/empty-page.component.d.ts +11 -0
- package/lib/file-in-dialog/file-in-dialog.component.d.ts +16 -0
- package/lib/form-dialog/form-dialog.component.d.ts +40 -0
- package/lib/form-dialog-less/form-dialog-less.component.d.ts +27 -0
- package/lib/form-page/form-page.component.d.ts +17 -0
- package/lib/form-page-base.d.ts +26 -0
- package/lib/form-toolbar-button/form-toolbar-button.component.d.ts +18 -0
- package/lib/form-wizard/form-wizard.component.d.ts +8 -0
- package/lib/fullscreen-dialog.directive.d.ts +14 -0
- package/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.d.ts +58 -0
- package/lib/gantt-dhtml-chart-view/gantt-dhtml-chart-view.component.d.ts +18 -0
- package/lib/global-search/global-search.component.d.ts +12 -0
- package/lib/global-search-module/global-search-module.component.d.ts +18 -0
- package/lib/global-search-panel/global-search-panel.component.d.ts +11 -0
- package/lib/header-avatar/header-avatar.component.d.ts +8 -0
- package/lib/header-facet-form/header-facet-form.component.d.ts +9 -0
- package/lib/header-facet-key-value/header-facet-key-value.component.d.ts +11 -0
- package/lib/header-facet-microchart/header-facet-microchart.component.d.ts +8 -0
- package/lib/header-facet-plain-text/header-facet-plain-text.component.d.ts +11 -0
- package/lib/header-facet-progress/header-facet-progress.component.d.ts +11 -0
- package/lib/header-facet-rate/header-facet-rate.component.d.ts +11 -0
- package/lib/htree-create-new/htree-create-new.component.d.ts +13 -0
- package/lib/hyperlink/hyperlink.component.d.ts +7 -0
- package/lib/index.d.ts +85 -0
- package/lib/inline-save-and-cancel/inline-save-and-cancel.component.d.ts +11 -0
- package/lib/layout-actions/layout-actions.component.d.ts +23 -0
- package/lib/layout-control/layout-control.component.d.ts +65 -0
- package/lib/layout-wizard/layout-wizard.component.d.ts +27 -0
- package/lib/list-item/list-item.component.d.ts +13 -0
- package/lib/ly-empty-space/ly-empty-space.component.d.ts +14 -0
- package/lib/ly-horizontal-layout/ly-horizontal-layout.component.d.ts +22 -0
- package/lib/ly-label/ly-label.component.d.ts +15 -0
- package/lib/ly-layout-container/ly-layout-container.component.d.ts +26 -0
- package/lib/ly-layout-container-of-root/ly-layout-container-of-root.component.d.ts +8 -0
- package/lib/ly-layout-field-label/ly-layout-field-label.component.d.ts +13 -0
- package/lib/ly-layout-panel/ly-layout-panel.component.d.ts +25 -0
- package/lib/ly-line/ly-line.component.d.ts +17 -0
- package/lib/ly-simple-label/ly-simple-label.component.d.ts +11 -0
- package/lib/ly-tab-container/ly-tab-container.component.d.ts +16 -0
- package/lib/ly-tab-page/ly-tab-page.component.d.ts +18 -0
- package/lib/ly-vertical-layout/ly-vertical-layout.component.d.ts +18 -0
- package/lib/manage-filters-report/manage-filters-report.component.d.ts +24 -0
- package/lib/mask/mask.component.d.ts +9 -0
- package/lib/message-strip/message-strip.component.d.ts +11 -0
- package/lib/models/grid-data-provider.d.ts +26 -0
- package/lib/models/grid-view.d.ts +64 -0
- package/lib/models/index.d.ts +1 -0
- package/lib/no-data/no-data.component.d.ts +8 -0
- package/lib/page-with-form-handler-base.d.ts +10 -0
- package/lib/page-with-header/page-with-header.component.d.ts +29 -0
- package/lib/progress-indicator/progress-indicator.component.d.ts +8 -0
- package/lib/report-navigator/report-navigator.component.d.ts +21 -0
- package/lib/report-new-top-form/report-new-top-form.component.d.ts +18 -0
- package/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.d.ts +14 -0
- package/lib/report-search-fields-manage/report-search-fields-manage.component.d.ts +20 -0
- package/lib/report-search-panel-save/report-search-panel-save.component.d.ts +27 -0
- package/lib/report-tree-base.d.ts +61 -0
- package/lib/report-view-renderer.directive.d.ts +82 -0
- package/lib/responsive-toolbar/responsive-toolbar.component.d.ts +19 -0
- package/lib/responsive-toolbar-renderer/responsive-toolbar-renderer.component.d.ts +24 -0
- package/lib/rich-text-static/rich-text-static.component.d.ts +24 -0
- package/lib/sap-font-class.pipe.d.ts +8 -0
- package/lib/sap-font.pipe.d.ts +9 -0
- package/lib/sap-ui-report-base.component.d.ts +133 -0
- package/lib/search-panel/search-panel.component.d.ts +13 -0
- package/lib/static-text/static-text.component.d.ts +7 -0
- package/lib/title/title.component.d.ts +7 -0
- package/lib/ui-asp-report-viewer/ui-asp-report-viewer.component.d.ts +7 -0
- package/lib/ui-button/ui-button.component.d.ts +11 -0
- package/lib/ui-calendar/ui-calendar.component.d.ts +16 -0
- package/lib/ui-card-view/ui-card-view.component.d.ts +16 -0
- package/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.d.ts +9 -0
- package/lib/ui-check-box/ui-check-box.component.d.ts +12 -0
- package/lib/ui-color-ui/ui-color-ui.component.d.ts +16 -0
- package/lib/ui-container-with-button/ui-container-with-button.component.d.ts +11 -0
- package/lib/ui-date-range-ex/ui-date-range-ex.component.d.ts +36 -0
- package/lib/ui-date-time/ui-date-time.component.d.ts +24 -0
- package/lib/ui-editable-grid/ui-editable-grid.component.d.ts +43 -0
- package/lib/ui-exception-form/ui-exception-form.component.d.ts +16 -0
- package/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.d.ts +51 -0
- package/lib/ui-form-panel/ui-form-panel.component.d.ts +24 -0
- package/lib/ui-form-panel-toolbar/ui-form-panel-toolbar.component.d.ts +13 -0
- package/lib/ui-gantt-chart/ui-gantt-chart.component.d.ts +15 -0
- package/lib/ui-graph/ui-graph.component.d.ts +9 -0
- package/lib/ui-grid/ui-grid.component.d.ts +12 -0
- package/lib/ui-grid-columns/ui-grid-columns.component.d.ts +14 -0
- package/lib/ui-grid-filter-item/ui-grid-filter-item.component.d.ts +19 -0
- package/lib/ui-grid-filter-settings/ui-grid-filter-settings.component.d.ts +24 -0
- package/lib/ui-grid-sort-item/ui-grid-sort-item.component.d.ts +25 -0
- package/lib/ui-grid-sort-setting/ui-grid-sort-setting.component.d.ts +28 -0
- package/lib/ui-info-bar-panel/ui-info-bar-panel.component.d.ts +5 -0
- package/lib/ui-label/ui-label.component.d.ts +6 -0
- package/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.d.ts +62 -0
- package/lib/ui-list-view/ui-list-view.component.d.ts +15 -0
- package/lib/ui-matrix-view/ui-matrix-view.component.d.ts +45 -0
- package/lib/ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component.d.ts +7 -0
- package/lib/ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component.d.ts +6 -0
- package/lib/ui-mo-info-sub-form-ui/ui-mo-info-sub-form-ui.component.d.ts +13 -0
- package/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.d.ts +78 -0
- package/lib/ui-monaco-editor/ui-monaco-editor.component.d.ts +7 -0
- package/lib/ui-multi-select-combo/ui-multi-select-combo.component.d.ts +21 -0
- package/lib/ui-num-decimal-ui/ui-num-decimal-ui.component.d.ts +11 -0
- package/lib/ui-num-int-ui/ui-num-int-ui.component.d.ts +10 -0
- package/lib/ui-pdf-viewer/ui-pdf-viewer.component.d.ts +63 -0
- package/lib/ui-picture-file/ui-picture-file.component.d.ts +27 -0
- package/lib/ui-pictures-info/ui-pictures-info.component.d.ts +68 -0
- package/lib/ui-radio-group/ui-radio-group.component.d.ts +9 -0
- package/lib/ui-read-only-field/ui-read-only-field.component.d.ts +11 -0
- package/lib/ui-report-container/ui-report-container.component.d.ts +17 -0
- package/lib/ui-search-command-info-ui/ui-search-command-info-ui.component.d.ts +9 -0
- package/lib/ui-simple-combo/ui-simple-combo.component.d.ts +13 -0
- package/lib/ui-single-picture/ui-single-picture.component.d.ts +13 -0
- package/lib/ui-switch-button/ui-switch-button.component.d.ts +11 -0
- package/lib/ui-table-view/ui-table-view.component.d.ts +29 -0
- package/lib/ui-text-area/ui-text-area.component.d.ts +15 -0
- package/lib/ui-text-field/ui-text-field.component.d.ts +14 -0
- package/lib/ui-text-field-auto-complete/ui-text-field-auto-complete.component.d.ts +13 -0
- package/lib/ui-time-span/ui-time-span.component.d.ts +10 -0
- package/lib/ui-tinymce/ui-tinymce.component.d.ts +17 -0
- package/lib/ui-tree/ui-tree.component.d.ts +32 -0
- package/lib/ui-tree-view/ui-tree-view.component.d.ts +41 -0
- package/lib/ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component.d.ts +9 -0
- package/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.d.ts +67 -0
- package/lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component.d.ts +16 -0
- package/lib/ul-loading-mask-ui/ul-loading-mask-ui.component.d.ts +20 -0
- package/lib/ul-msg-box-adapter/ul-msg-box-adapter.component.d.ts +48 -0
- package/lib/ul-notify-popup/ul-notify-popup.component.d.ts +41 -0
- package/lib/ul-toast-adapter/ul-toast-adapter.component.d.ts +13 -0
- package/lib/ulv-column-settings/ulv-column-settings.component.d.ts +19 -0
- package/lib/ulv-context-menu/ulv-context-menu.component.d.ts +24 -0
- package/lib/ulv-filter-settings/ulv-filter-settings.component.d.ts +19 -0
- package/lib/ulv-form-multi-select/ulv-form-multi-select.component.d.ts +26 -0
- package/lib/ulv-groupby-settings/ulv-groupby-settings.component.d.ts +16 -0
- package/lib/ulv-paging/ulv-paging.component.d.ts +27 -0
- package/lib/ulv-selection/ulv-selection.component.d.ts +43 -0
- package/lib/ulv-settings/ulv-settings.component.d.ts +43 -0
- package/lib/ulv-sort-settings/ulv-sort-settings.component.d.ts +16 -0
- package/lib/ulv-toolbar/ulv-toolbar.component.d.ts +47 -0
- package/lib/upload-file-status.pipe.d.ts +9 -0
- package/lib/wizard-layout.directive.d.ts +39 -0
- package/package.json +31 -0
- package/public-api.d.ts +166 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ButtonType } from '@fundamental-ngx/core';
|
|
3
|
+
import { PageWithFormHandlerBaseComponent } from '../page-with-form-handler-base';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class PageWithHeaderComponent extends PageWithFormHandlerBaseComponent implements OnInit, AfterViewInit {
|
|
6
|
+
formpageContentClass: boolean;
|
|
7
|
+
contentRef: ElementRef;
|
|
8
|
+
headerAvatarRef: TemplateRef<any>;
|
|
9
|
+
titleRef: ViewContainerRef;
|
|
10
|
+
headerLayout: any;
|
|
11
|
+
title: string;
|
|
12
|
+
subtitle: string;
|
|
13
|
+
avatar: string;
|
|
14
|
+
removeContentPadding: boolean;
|
|
15
|
+
removeHeaderBorder: boolean;
|
|
16
|
+
commands: {
|
|
17
|
+
Title: string;
|
|
18
|
+
Icon: string;
|
|
19
|
+
Design: ButtonType;
|
|
20
|
+
Command: any;
|
|
21
|
+
}[];
|
|
22
|
+
get isMobile(): boolean;
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
ngAfterViewInit(): void;
|
|
25
|
+
onCommandClick(command: any): void;
|
|
26
|
+
addFragmentDocToPage(fragmentDoc: any): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageWithHeaderComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageWithHeaderComponent, "bsu-page-with-header", never, {}, {}, never, never, false>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ProgressIndicatorComponent extends BaseComponent {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressIndicatorComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressIndicatorComponent, "bsu-progress-indicator", never, {}, {}, never, never, false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ChangeDetectorRef, Injector, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { BaseComponent, PortalService } from 'barsa-novin-ray-core';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ReportNavigatorComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
7
|
+
private _activatedRoute;
|
|
8
|
+
private _portalService;
|
|
9
|
+
private _injector;
|
|
10
|
+
private _cdr;
|
|
11
|
+
containerRef: ViewContainerRef;
|
|
12
|
+
loading$: Observable<boolean>;
|
|
13
|
+
private _loadingSource;
|
|
14
|
+
constructor(_activatedRoute: ActivatedRoute, _portalService: PortalService, _injector: Injector, _cdr: ChangeDetectorRef);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
private _setLoading;
|
|
18
|
+
private _setActiveReport;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportNavigatorComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportNavigatorComponent, "bsu-report-navigator", never, {}, {}, never, never, false>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit, EventEmitter, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { BaseViewItemPropsComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ReportNewTopFormComponent extends BaseViewItemPropsComponent implements OnInit {
|
|
5
|
+
selectedMo: MetaobjectDataModel | null | undefined;
|
|
6
|
+
add: EventEmitter<MetaobjectDataModel>;
|
|
7
|
+
save: EventEmitter<MetaobjectDataModel>;
|
|
8
|
+
inRow: boolean;
|
|
9
|
+
newMo: MetaobjectDataModel;
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
onAdd(): void;
|
|
12
|
+
onSave(): void;
|
|
13
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
14
|
+
private _setValue;
|
|
15
|
+
private _createNewMo;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportNewTopFormComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportNewTopFormComponent, "bsu-report-new-top-form", never, { "selectedMo": "selectedMo"; }, { "add": "add"; "save": "save"; }, never, never, false>;
|
|
18
|
+
}
|
package/lib/report-search-fields-hidden-settings/report-search-fields-hidden-settings.component.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DialogRef } from '@fundamental-ngx/core';
|
|
2
|
+
import { BaseComponent, ColumnInfoType } from 'barsa-novin-ray-core';
|
|
3
|
+
import { UiGridColumnsComponent } from '../ui-grid-columns/ui-grid-columns.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ReportSearchFieldsHiddenSettingsComponent extends BaseComponent {
|
|
6
|
+
private _dialogRef;
|
|
7
|
+
girdColumnsComppnent: UiGridColumnsComponent;
|
|
8
|
+
fields: ColumnInfoType[];
|
|
9
|
+
constructor(_dialogRef: DialogRef);
|
|
10
|
+
onCancelSettings(): void;
|
|
11
|
+
onOkClick(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportSearchFieldsHiddenSettingsComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportSearchFieldsHiddenSettingsComponent, "bsu-report-search-fields-hidden-settings", never, {}, {}, never, never, false>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { OnInit, QueryList } from '@angular/core';
|
|
2
|
+
import { DialogRef, RadioButtonComponent } from '@fundamental-ngx/core';
|
|
3
|
+
import { BaseComponent, SearchPanelSettings } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ReportSearchFieldsManageComponent extends BaseComponent implements OnInit {
|
|
6
|
+
private _dialogRef;
|
|
7
|
+
radioButtonsComponent: QueryList<RadioButtonComponent>;
|
|
8
|
+
saveing: boolean;
|
|
9
|
+
allSearchPanelSettings: SearchPanelSettings[];
|
|
10
|
+
reportId: string;
|
|
11
|
+
private _saveingSource;
|
|
12
|
+
constructor(_dialogRef: DialogRef);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
onCancelSettings(): void;
|
|
15
|
+
onOkClick(): void;
|
|
16
|
+
onDefault(row: any): void;
|
|
17
|
+
onDelete(row: any): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportSearchFieldsManageComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportSearchFieldsManageComponent, "bsu-report-search-fields-manage", never, {}, {}, never, never, false>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { DialogRef } from '@fundamental-ngx/core';
|
|
4
|
+
import { BaseComponent, MetaobjectDataModel, ColumnInfoType, BbbTranslatePipe } from 'barsa-novin-ray-core';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ReportSearchPanelSaveComponent extends BaseComponent implements OnInit {
|
|
7
|
+
private fb;
|
|
8
|
+
dialogRef: DialogRef;
|
|
9
|
+
private bbbPipe;
|
|
10
|
+
title: string;
|
|
11
|
+
appGroupForm: UntypedFormGroup;
|
|
12
|
+
submitted: boolean;
|
|
13
|
+
RequiredText: string;
|
|
14
|
+
isDefault: boolean;
|
|
15
|
+
isPublic: boolean;
|
|
16
|
+
applyAutomatically: boolean;
|
|
17
|
+
saveing: boolean;
|
|
18
|
+
searchMo: MetaobjectDataModel;
|
|
19
|
+
reportId: string;
|
|
20
|
+
fieldsSetting: ColumnInfoType[];
|
|
21
|
+
private _saveingSource;
|
|
22
|
+
constructor(fb: UntypedFormBuilder, dialogRef: DialogRef, bbbPipe: BbbTranslatePipe);
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
onSave(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportSearchPanelSaveComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportSearchPanelSaveComponent, "bsu-report-search-panel-save", never, {}, {}, never, never, false>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
3
|
+
import { ContentDensity } from '@fundamental-ngx/core';
|
|
4
|
+
import { MetaobjectDataModel, UiReportViewBaseSetting, TreeNodeObj, RelationItemType } from 'barsa-novin-ray-core';
|
|
5
|
+
import { SapUiReportBaseComponent } from './sap-ui-report-base.component';
|
|
6
|
+
import { DropInfo } from './ui-tree-view/ui-tree-view.component';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ReportTreeBaseComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> implements OnInit {
|
|
9
|
+
contentDensity$: Observable<ContentDensity>;
|
|
10
|
+
rtl$: Observable<boolean>;
|
|
11
|
+
dialogSelectedNode: any;
|
|
12
|
+
selectedNode$: Observable<TreeNodeObj | null>;
|
|
13
|
+
root$: Observable<TreeNodeObj | null>;
|
|
14
|
+
dropActionTodo: DropInfo;
|
|
15
|
+
_dragMove: Subject<any>;
|
|
16
|
+
flatMoDataList: any;
|
|
17
|
+
dialogRef: any;
|
|
18
|
+
protected _selectedNodeSource: BehaviorSubject<TreeNodeObj | null>;
|
|
19
|
+
private _rootSource;
|
|
20
|
+
private get _root();
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
onCreateNew(e: RelationItemType): void;
|
|
23
|
+
protected dragMoved(event: any): void;
|
|
24
|
+
protected drop(event: any): void;
|
|
25
|
+
protected _saveToServer(draggedId: string, target: TreeNodeObj | null, parent: TreeNodeObj): void;
|
|
26
|
+
protected confirmDialog(selectedNode: MetaobjectDataModel): void;
|
|
27
|
+
protected dismissDialog(): void;
|
|
28
|
+
protected collapseAll(): void;
|
|
29
|
+
protected openMoveToDialog(sourceNode: any, device: string, dialogTmp: any): void;
|
|
30
|
+
protected selectNodeInMoveDialog(ev: {
|
|
31
|
+
node: TreeNodeObj;
|
|
32
|
+
index: number;
|
|
33
|
+
}): void;
|
|
34
|
+
protected loadChildren(node: TreeNodeObj): void;
|
|
35
|
+
protected updateGridSetting(): void;
|
|
36
|
+
protected _selectNode(node: TreeNodeObj): void;
|
|
37
|
+
protected _deselectNode(): void;
|
|
38
|
+
protected _raiseRowClick(index: any, mo: any): void;
|
|
39
|
+
private _resetDropActionTodo;
|
|
40
|
+
private _getAllItemsPerChildren;
|
|
41
|
+
private _changeDraggedItemsOrder;
|
|
42
|
+
private _addDraggedItemsToMoDataList;
|
|
43
|
+
private _removeDraggedItemFromMoDataList;
|
|
44
|
+
private _nextIndexInMoDataList;
|
|
45
|
+
private _allNestedChildesCount;
|
|
46
|
+
private _getNodeById;
|
|
47
|
+
private _setLevelForDraggedItems;
|
|
48
|
+
private _moveNodeInsideAnother;
|
|
49
|
+
private _clearDragInfo;
|
|
50
|
+
private _stopDragging;
|
|
51
|
+
private _showDragInfo;
|
|
52
|
+
private _doDragMove;
|
|
53
|
+
private setOneDepthLevel;
|
|
54
|
+
private _removeNoDrops;
|
|
55
|
+
private _setNoDropItems;
|
|
56
|
+
private _setNoDropStyle;
|
|
57
|
+
private _canMove;
|
|
58
|
+
private static _showForbiddenMoveAlert;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportTreeBaseComponent, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportTreeBaseComponent, "bsu-report-tree-base", never, {}, {}, never, never, false>;
|
|
61
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { ComponentRef, EventEmitter, Injector, OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ContentDensity } from '@fundamental-ngx/core';
|
|
3
|
+
import { AbbrevationDeviceSize, BaseDirective, columnsResizedEventArgs, DefaultCommandsAccess, DeviceSize, FormSetting, MenuItem, MetaobjectDataModel, PortalService, RelationItemType, ReportViewBaseComponent, ReportViewColumn, SortSetting, UiReportViewBase, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ReportViewRendererDirective extends BaseDirective implements OnChanges, OnInit, OnDestroy {
|
|
6
|
+
private _portalService;
|
|
7
|
+
private _vcr;
|
|
8
|
+
private _injector;
|
|
9
|
+
view: UiReportViewBase;
|
|
10
|
+
moDataList: MetaobjectDataModel[];
|
|
11
|
+
allChecked: boolean;
|
|
12
|
+
groupby: SortSetting[];
|
|
13
|
+
isCheckList: boolean;
|
|
14
|
+
hasSummary: boolean;
|
|
15
|
+
relationList: Array<RelationItemType>;
|
|
16
|
+
columns: ReportViewColumn[];
|
|
17
|
+
columnsCount: number;
|
|
18
|
+
secondaryColumns: ReportViewColumn[];
|
|
19
|
+
contextMenuItems: MenuItem[];
|
|
20
|
+
conditionalFormats: any[];
|
|
21
|
+
deviceName: DeviceSize;
|
|
22
|
+
deviceSize: AbbrevationDeviceSize;
|
|
23
|
+
mobileOrTablet: boolean;
|
|
24
|
+
access: DefaultCommandsAccess;
|
|
25
|
+
title: string;
|
|
26
|
+
allColumns: ReportViewColumn[];
|
|
27
|
+
viewSetting: UiReportViewBaseSetting;
|
|
28
|
+
inlineEditMode: boolean;
|
|
29
|
+
onlyInlineEdit: boolean;
|
|
30
|
+
allowInlineEdit: boolean;
|
|
31
|
+
popin: boolean;
|
|
32
|
+
formSetting: FormSetting;
|
|
33
|
+
disableOverflowContextMenu: boolean;
|
|
34
|
+
navigationArrow: string;
|
|
35
|
+
typeDefId: string;
|
|
36
|
+
containerWidth: number;
|
|
37
|
+
extraRelation: any;
|
|
38
|
+
contextView: any;
|
|
39
|
+
contentDensity: ContentDensity;
|
|
40
|
+
hideOpenIcon: boolean;
|
|
41
|
+
openOnClick: boolean;
|
|
42
|
+
inDialog: boolean;
|
|
43
|
+
disableResponsive: boolean;
|
|
44
|
+
cartableTemplates: {
|
|
45
|
+
[key: string]: FormSetting;
|
|
46
|
+
};
|
|
47
|
+
cartableChildsMo: {
|
|
48
|
+
[key: string]: MetaobjectDataModel;
|
|
49
|
+
};
|
|
50
|
+
editFormPanelCancel: EventEmitter<MetaobjectDataModel>;
|
|
51
|
+
editFormPanelValueChange: EventEmitter<MetaobjectDataModel>;
|
|
52
|
+
ulvCommandClick: EventEmitter<any>;
|
|
53
|
+
sortAscending: EventEmitter<any>;
|
|
54
|
+
sortDescending: EventEmitter<any>;
|
|
55
|
+
filter: EventEmitter<any>;
|
|
56
|
+
rowCheck: EventEmitter<{
|
|
57
|
+
mo: any;
|
|
58
|
+
index: any;
|
|
59
|
+
cause?: any;
|
|
60
|
+
}>;
|
|
61
|
+
rowClick: EventEmitter<{
|
|
62
|
+
mo: any;
|
|
63
|
+
index: any;
|
|
64
|
+
}>;
|
|
65
|
+
expandClick: EventEmitter<MetaobjectDataModel>;
|
|
66
|
+
trackBySelectedFn: EventEmitter<{
|
|
67
|
+
index: any;
|
|
68
|
+
record: any;
|
|
69
|
+
}>;
|
|
70
|
+
allCheckbox: EventEmitter<boolean>;
|
|
71
|
+
editFormPanelSave: EventEmitter<MetaobjectDataModel>;
|
|
72
|
+
columnResized: EventEmitter<columnsResizedEventArgs>;
|
|
73
|
+
selectNextInlineRecord: EventEmitter<MetaobjectDataModel>;
|
|
74
|
+
_reportViewRef: ComponentRef<ReportViewBaseComponent<UiReportViewBaseSetting>>;
|
|
75
|
+
constructor(_portalService: PortalService, _vcr: ViewContainerRef, _injector: Injector);
|
|
76
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
77
|
+
ngOnInit(): void;
|
|
78
|
+
ngOnDestroy(): void;
|
|
79
|
+
private _insertView;
|
|
80
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportViewRendererDirective, never>;
|
|
81
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ReportViewRendererDirective, "[reportViewRenderer]", never, { "view": "view"; "moDataList": "moDataList"; "allChecked": "allChecked"; "groupby": "groupby"; "isCheckList": "isCheckList"; "hasSummary": "hasSummary"; "relationList": "relationList"; "columns": "columns"; "columnsCount": "columnsCount"; "secondaryColumns": "secondaryColumns"; "contextMenuItems": "contextMenuItems"; "conditionalFormats": "conditionalFormats"; "deviceName": "deviceName"; "deviceSize": "deviceSize"; "mobileOrTablet": "mobileOrTablet"; "access": "access"; "title": "title"; "allColumns": "allColumns"; "viewSetting": "viewSetting"; "inlineEditMode": "inlineEditMode"; "onlyInlineEdit": "onlyInlineEdit"; "allowInlineEdit": "allowInlineEdit"; "popin": "popin"; "formSetting": "formSetting"; "disableOverflowContextMenu": "disableOverflowContextMenu"; "navigationArrow": "navigationArrow"; "typeDefId": "typeDefId"; "containerWidth": "containerWidth"; "extraRelation": "extraRelation"; "contextView": "contextView"; "contentDensity": "contentDensity"; "hideOpenIcon": "hideOpenIcon"; "openOnClick": "openOnClick"; "inDialog": "inDialog"; "disableResponsive": "disableResponsive"; "cartableTemplates": "cartableTemplates"; "cartableChildsMo": "cartableChildsMo"; }, { "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelValueChange": "editFormPanelValueChange"; "ulvCommandClick": "ulvCommandClick"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; "rowCheck": "rowCheck"; "rowClick": "rowClick"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "allCheckbox": "allCheckbox"; "editFormPanelSave": "editFormPanelSave"; "columnResized": "columnResized"; "selectNextInlineRecord": "selectNextInlineRecord"; }, never, never, false>;
|
|
82
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit, QueryList } from '@angular/core';
|
|
2
|
+
import { BaseComponent, PortalService } from 'barsa-novin-ray-core';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ResponsiveToolbarComponent extends BaseComponent implements OnInit {
|
|
6
|
+
private portalService;
|
|
7
|
+
buttons: any[];
|
|
8
|
+
btnClick: EventEmitter<any>;
|
|
9
|
+
btnListRef: QueryList<ElementRef>;
|
|
10
|
+
dirValue$: Observable<string>;
|
|
11
|
+
buttonsCalculated: any[];
|
|
12
|
+
btns: any[];
|
|
13
|
+
constructor(portalService: PortalService);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
calculateWidthOfButtons(): void;
|
|
16
|
+
onButtonClick(button: any): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResponsiveToolbarComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResponsiveToolbarComponent, "bsu-responsive-toolbar", never, { "buttons": "buttons"; }, { "btnClick": "btnClick"; }, never, never, false>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, TemplateRef } from '@angular/core';
|
|
2
|
+
import { Subscription } from 'rxjs';
|
|
3
|
+
import { BaseComponent, UiService } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ResponsiveToolbarRendererComponent extends BaseComponent implements AfterViewInit, OnDestroy {
|
|
6
|
+
private uiService;
|
|
7
|
+
private el;
|
|
8
|
+
buttons: any[];
|
|
9
|
+
renderToolbar: TemplateRef<any>;
|
|
10
|
+
btnClick: EventEmitter<any>;
|
|
11
|
+
dialogRef: ElementRef;
|
|
12
|
+
showPopupButton: boolean;
|
|
13
|
+
resizeSubscription$: Subscription;
|
|
14
|
+
constructor(uiService: UiService, el: ElementRef);
|
|
15
|
+
get inToolbarBtn(): any;
|
|
16
|
+
get inPopoverBtn(): any;
|
|
17
|
+
ngAfterViewInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
resizeToolbar(): void;
|
|
20
|
+
onShowPopover(el: any): void;
|
|
21
|
+
onButtonClick(btn: any): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResponsiveToolbarRendererComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResponsiveToolbarRendererComponent, "bsu-responsive-toolbar-renderer", never, { "buttons": "buttons"; "renderToolbar": "renderToolbar"; }, { "btnClick": "btnClick"; }, never, never, false>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FieldBaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface SettingsMo extends MetaobjectDataModel {
|
|
5
|
+
Text: string;
|
|
6
|
+
Text$Caption: string;
|
|
7
|
+
Placeholders: any;
|
|
8
|
+
}
|
|
9
|
+
export declare class RichTextStaticComponent extends FieldBaseComponent implements OnInit {
|
|
10
|
+
settings: SettingsMo;
|
|
11
|
+
classList: string;
|
|
12
|
+
parameters: any;
|
|
13
|
+
text: any;
|
|
14
|
+
placeholders: {
|
|
15
|
+
MoDataList: [{
|
|
16
|
+
FieldCaption: string;
|
|
17
|
+
Placeholder: string;
|
|
18
|
+
}];
|
|
19
|
+
};
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextStaticComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextStaticComponent, "bsu-rich-text-static", never, { "settings": "settings"; }, {}, never, never, false>;
|
|
23
|
+
}
|
|
24
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SapFontClassPipe implements PipeTransform {
|
|
4
|
+
transform(iconName: string): string;
|
|
5
|
+
protected _getFontName(iconName: any): string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SapFontClassPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SapFontClassPipe, "sapFontClass", false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { IconFont } from '@fundamental-ngx/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SapFontPipe implements PipeTransform {
|
|
5
|
+
transform(iconName: string): IconFont;
|
|
6
|
+
protected _getFontName(iconName: any): IconFont;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SapFontPipe, never>;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SapFontPipe, "sapFont", false>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { ElementRef, OnDestroy, OnInit, QueryList, Renderer2 } from '@angular/core';
|
|
2
|
+
import { Overlay, ScrollStrategy } from '@angular/cdk/overlay';
|
|
3
|
+
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
4
|
+
import { ContentDensity, ContentDensityService, DialogConfig, DialogService, TableComponent, ToolbarComponent } from '@fundamental-ngx/core';
|
|
5
|
+
import { SelectionMode, TableDataSource } from '@fundamental-ngx/platform';
|
|
6
|
+
import { columnsResizedEventArgs, DefaultCommandsAccess, DeviceSize, FormPanelService, LayoutService, MetaobjectDataModel, PortalService, ReportBaseComponent, ReportViewColumn, UiReportViewBaseSetting, UlvMainService } from 'barsa-novin-ray-core';
|
|
7
|
+
import { LayoutControlComponent } from './layout-control/layout-control.component';
|
|
8
|
+
import { GridMoDataList } from './models';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting> extends ReportBaseComponent implements OnInit, OnDestroy {
|
|
11
|
+
el: ElementRef;
|
|
12
|
+
protected _overlay: Overlay;
|
|
13
|
+
protected _contentDensityService: ContentDensityService;
|
|
14
|
+
protected _portalService: PortalService;
|
|
15
|
+
protected _dialogService: DialogService;
|
|
16
|
+
protected _ulvMainService: UlvMainService;
|
|
17
|
+
protected _layoutService: LayoutService;
|
|
18
|
+
protected _renderer: Renderer2;
|
|
19
|
+
protected document: any;
|
|
20
|
+
protected _formpanelService: FormPanelService;
|
|
21
|
+
tableComponent: TableComponent;
|
|
22
|
+
toolbarComponent: ToolbarComponent;
|
|
23
|
+
tableRowsRef: QueryList<ElementRef>;
|
|
24
|
+
layoutControlsRef: QueryList<LayoutControlComponent>;
|
|
25
|
+
useLayoutItemTextForControl: boolean;
|
|
26
|
+
hasSelected$: Observable<boolean>;
|
|
27
|
+
showOkCancelButtons: any;
|
|
28
|
+
parentHeight: number;
|
|
29
|
+
dialogConfig: DialogConfig;
|
|
30
|
+
selectedRowsNumber: {};
|
|
31
|
+
selectAll: boolean;
|
|
32
|
+
selectionAdapterHandler: {
|
|
33
|
+
scope: any;
|
|
34
|
+
rowselect: any;
|
|
35
|
+
rowdeselect: any;
|
|
36
|
+
beforerowselect: any;
|
|
37
|
+
};
|
|
38
|
+
navigationArrow$: Observable<string>;
|
|
39
|
+
customRowHeight: any;
|
|
40
|
+
rowClick: boolean;
|
|
41
|
+
cellClick: boolean;
|
|
42
|
+
deviceName$: Observable<DeviceSize>;
|
|
43
|
+
mobileOrTablet$: Observable<boolean>;
|
|
44
|
+
secondaryColumnsSource: BehaviorSubject<ReportViewColumn[]>;
|
|
45
|
+
secondaryColumns$: Observable<ReportViewColumn[]>;
|
|
46
|
+
popin$: Observable<boolean>;
|
|
47
|
+
contentDensity$: Observable<ContentDensity>;
|
|
48
|
+
rowActivable: boolean;
|
|
49
|
+
openOverflowCommands: boolean[];
|
|
50
|
+
containerWidthSource$: Subject<number>;
|
|
51
|
+
closeScrollStrategy: ScrollStrategy;
|
|
52
|
+
rowHoverable: boolean;
|
|
53
|
+
source: TableDataSource<MetaobjectDataModel>;
|
|
54
|
+
selectionMode: SelectionMode;
|
|
55
|
+
columnsCount$: Observable<number>;
|
|
56
|
+
secondaryColumnsCount$: Observable<number>;
|
|
57
|
+
containerWidth$: Observable<number>;
|
|
58
|
+
columns$: Observable<ReportViewColumn[]>;
|
|
59
|
+
gridDataSource: GridMoDataList;
|
|
60
|
+
singleSelection: SelectionMode;
|
|
61
|
+
multipleSelection: SelectionMode;
|
|
62
|
+
allowInlineEdit$: Observable<boolean>;
|
|
63
|
+
inlineEditMode$: Observable<boolean>;
|
|
64
|
+
onlyInlineEdit$: Observable<boolean>;
|
|
65
|
+
formPanelCtrlr: any;
|
|
66
|
+
layout$: Observable<any>;
|
|
67
|
+
rtl$: Observable<boolean>;
|
|
68
|
+
reportId: string;
|
|
69
|
+
viewSetting: T;
|
|
70
|
+
protected _deviceNameSource: BehaviorSubject<DeviceSize>;
|
|
71
|
+
private _oldContainer;
|
|
72
|
+
private _openOnClick;
|
|
73
|
+
constructor(el: ElementRef, _overlay: Overlay, _contentDensityService: ContentDensityService, _portalService: PortalService, _dialogService: DialogService, _ulvMainService: UlvMainService, _layoutService: LayoutService, _renderer: Renderer2, document: any, _formpanelService: FormPanelService);
|
|
74
|
+
get _typeDefId(): string;
|
|
75
|
+
get _inlineEditMode(): boolean;
|
|
76
|
+
get _allowInlineEdit(): boolean;
|
|
77
|
+
get _access(): DefaultCommandsAccess;
|
|
78
|
+
set _access(val: DefaultCommandsAccess);
|
|
79
|
+
ngOnInit(): void;
|
|
80
|
+
ngOnDestroy(): void;
|
|
81
|
+
onEditMode(): void;
|
|
82
|
+
onSelectNextInlineRecord(mo: any): void;
|
|
83
|
+
onEditFormPanelSave(mo: MetaobjectDataModel): void;
|
|
84
|
+
onEditFormPanelCancel(): void;
|
|
85
|
+
onEditFormPanelValueChange(mo: MetaobjectDataModel): void;
|
|
86
|
+
onColumnResized(columns: columnsResizedEventArgs): void;
|
|
87
|
+
onRowClick($event: any): void;
|
|
88
|
+
onUlvCommand($event: any): void;
|
|
89
|
+
onRowCheck($event: any): void;
|
|
90
|
+
onExpandClick(mo: MetaobjectDataModel): void;
|
|
91
|
+
onAllCheckbox(checked: any): void;
|
|
92
|
+
onSortAscending(column: any): void;
|
|
93
|
+
onSortDescending(column: any): void;
|
|
94
|
+
onFilter(selectedColumn: any): void;
|
|
95
|
+
onColumnSettings(device: any): void;
|
|
96
|
+
onSortSettings(device: any): void;
|
|
97
|
+
onGroupbySettings(device: any): void;
|
|
98
|
+
onListCheckboxClick($event: any): void;
|
|
99
|
+
onListNavigationClick($event: any): void;
|
|
100
|
+
onSaveTopForm(mo: MetaobjectDataModel): void;
|
|
101
|
+
onNewTopFormAdd(mo: MetaobjectDataModel): void;
|
|
102
|
+
ShowFormPanelControl: (formpanelCtrlr: any) => void;
|
|
103
|
+
ForceCloseChild: () => void;
|
|
104
|
+
RefreshFormPanelControl: (formpanelCtrlr: any) => void;
|
|
105
|
+
protected _setParentHeight(): void;
|
|
106
|
+
protected _mapCartableMo(items: MetaobjectDataModel[]): MetaobjectDataModel[];
|
|
107
|
+
protected _inlineEditModeChanged(editMode: boolean): void;
|
|
108
|
+
private _inlineReportCreateNewMo;
|
|
109
|
+
protected _inlineFormPanelValueChange(mo: MetaobjectDataModel): void;
|
|
110
|
+
protected _selectNextInlineRecord(mo: MetaobjectDataModel): void;
|
|
111
|
+
protected _inlineEditSaveFormPanel(mo: MetaobjectDataModel): void;
|
|
112
|
+
protected _setDefaultAccess(): void;
|
|
113
|
+
protected _expandMo(selectedMo: MetaobjectDataModel, expand: any): void;
|
|
114
|
+
protected _indexOfId(id: any): number;
|
|
115
|
+
protected _indexOfMo(mo: MetaobjectDataModel): number;
|
|
116
|
+
protected _indexOfSelected(): number;
|
|
117
|
+
protected _getIndex(mo: MetaobjectDataModel): number;
|
|
118
|
+
protected _inilineEditCancel(): void;
|
|
119
|
+
protected _setInlineEdit(value: boolean): void;
|
|
120
|
+
protected _readViewSetting(): void;
|
|
121
|
+
protected _setVisibility(expand: boolean, mo: any): void;
|
|
122
|
+
protected _addInlineMoToModataList(newInlineMo: MetaobjectDataModel): void;
|
|
123
|
+
protected _rowCheck(mo: MetaobjectDataModel, index: number, selected?: boolean): void;
|
|
124
|
+
protected _inlineEditorDestroyFormPanelCtrlr(): void;
|
|
125
|
+
protected _windowResized(): void;
|
|
126
|
+
protected _setContainerWidth(): void;
|
|
127
|
+
protected _deviceSizeChanged(deviceSize: any): void;
|
|
128
|
+
protected _openSettings(name: any, device: DeviceSize): void;
|
|
129
|
+
protected _showFilterSetting(selectedColumn: ReportViewColumn): void;
|
|
130
|
+
protected _addSortColumn(name: any, sortDirection: string, isGrouped?: boolean): void;
|
|
131
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SapUiReportBaseComponent<any>, [null, null, null, null, null, null, null, null, null, { optional: true; self: true; }]>;
|
|
132
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SapUiReportBaseComponent<any>, "bsu-sap-ui-report-base", never, { "ShowFormPanelControl": "ShowFormPanelControl"; "ForceCloseChild": "ForceCloseChild"; "RefreshFormPanelControl": "RefreshFormPanelControl"; }, {}, never, never, false>;
|
|
133
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SearchPanelComponent extends BaseComponent implements OnInit {
|
|
5
|
+
searchPanelUi: any;
|
|
6
|
+
hideButtons: boolean;
|
|
7
|
+
moChanged: EventEmitter<any>;
|
|
8
|
+
firstValueChanged: boolean;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
onTitleChange(title: string): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchPanelComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchPanelComponent, "bsu-search-panel", never, { "searchPanelUi": "searchPanelUi"; "hideButtons": "hideButtons"; }, { "moChanged": "moChanged"; }, never, never, false>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FieldBaseComponent } from 'barsa-novin-ray-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class StaticTextComponent extends FieldBaseComponent {
|
|
4
|
+
styleObj: Record<string, unknown>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StaticTextComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StaticTextComponent, "bsu-static-text", never, {}, {}, never, never, false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FieldBaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TitleComponent extends FieldBaseComponent implements OnInit {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TitleComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "bsu-title", never, {}, {}, never, never, false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { UiReportViewBaseSetting } from 'dist/barsa-novin-ray-core';
|
|
2
|
+
import { SapUiReportBaseComponent } from '../sap-ui-report-base.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UiAspReportViewerComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiAspReportViewerComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiAspReportViewerComponent, "bsu-ui-asp-report-viewer", never, {}, {}, never, never, false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FieldBaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UiButtonComponent extends FieldBaseComponent implements OnInit {
|
|
5
|
+
designMode: string;
|
|
6
|
+
label: string;
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
onClick(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiButtonComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiButtonComponent, "bsu-ui-button", never, {}, {}, never, never, false>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { UiReportViewBaseSetting, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import { SapUiReportBaseComponent } from '../sap-ui-report-base.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class UiCalendarComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> implements OnInit {
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
onDeleteTask(mo: MetaobjectDataModel): void;
|
|
8
|
+
onEditTask(mo: MetaobjectDataModel): void;
|
|
9
|
+
onDaySelect(date: Date): void;
|
|
10
|
+
onLoadData(t: {
|
|
11
|
+
start: Date;
|
|
12
|
+
end: Date;
|
|
13
|
+
}): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiCalendarComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiCalendarComponent, "bsu-ui-calendar", never, {}, {}, never, never, false>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit, PipeTransform } from '@angular/core';
|
|
2
|
+
import { ReportViewBaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import { UiCardListViewSetting } from '../models/grid-view';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class StringToArrayPipe implements PipeTransform {
|
|
6
|
+
transform(str: string | undefined): string[];
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StringToArrayPipe, never>;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<StringToArrayPipe, "stringToArray", false>;
|
|
9
|
+
}
|
|
10
|
+
export declare class UiCardViewComponent extends ReportViewBaseComponent<UiCardListViewSetting> implements OnInit {
|
|
11
|
+
cardSetting: UiCardListViewSetting;
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
onAction(commandBody: string): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiCardViewComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiCardViewComponent, "bsu-ui-card-view", never, {}, {}, never, never, false>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DynamicPageComponent } from '@fundamental-ngx/core';
|
|
2
|
+
import { UiCardViewComponent } from '../ui-card-view/ui-card-view.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UiCardViewHorizontalGroupComponent extends UiCardViewComponent {
|
|
5
|
+
dynamicPage: DynamicPageComponent;
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiCardViewHorizontalGroupComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiCardViewHorizontalGroupComponent, "bsu-ui-card-view-horizontal-group", never, {}, {}, never, never, false>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DeviceInfoFieldBaseComponent } from '../device-info-field-base';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class UiCheckBoxComponent extends DeviceInfoFieldBaseComponent {
|
|
4
|
+
get MinSize(): {
|
|
5
|
+
width: number;
|
|
6
|
+
height: number;
|
|
7
|
+
};
|
|
8
|
+
onValueChange(): void;
|
|
9
|
+
protected _valueChanged(val: boolean): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiCheckBoxComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiCheckBoxComponent, "bsu-ui-check-box", never, { "MinSize": "MinSize"; }, {}, never, never, false>;
|
|
12
|
+
}
|