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,17 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Size } from '@fundamental-ngx/core';
|
|
3
|
+
import { BaseViewItemPropsComponent } from 'barsa-novin-ray-core';
|
|
4
|
+
import { UiCardListViewSetting } from '../models/grid-view';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CardItemComponent extends BaseViewItemPropsComponent implements OnInit {
|
|
7
|
+
setting: UiCardListViewSetting;
|
|
8
|
+
noContent: boolean;
|
|
9
|
+
cardWidth: string;
|
|
10
|
+
maxWidth: string;
|
|
11
|
+
minWidth: string;
|
|
12
|
+
contextMenuInFooter: boolean;
|
|
13
|
+
avatarSize: Size;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardItemComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardItemComponent, "bsu-card-item", never, { "setting": "setting"; }, {}, never, never, false>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BaseViewContentPropsComponent } from 'barsa-novin-ray-core';
|
|
2
|
+
import { UiCardListViewSetting } from '../models/grid-view';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CardViewContentComponent extends BaseViewContentPropsComponent<UiCardListViewSetting> {
|
|
5
|
+
onExpandClick(mo: any): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardViewContentComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardViewContentComponent, "bsu-card-view-content", never, {}, {}, never, never, false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
+
import { BaseDirective, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ColRendererDirective extends BaseDirective implements OnInit {
|
|
5
|
+
private el;
|
|
6
|
+
colRenderer: any;
|
|
7
|
+
mo: MetaobjectDataModel;
|
|
8
|
+
constructor(el: ElementRef);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColRendererDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColRendererDirective, "[colRenderer]", never, { "colRenderer": "colRenderer"; "mo": "mo"; }, {}, never, never, false>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import { PopoverComponent } from '@fundamental-ngx/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ColumnMatrixRendererComponent extends BaseComponent implements OnInit {
|
|
6
|
+
popover: PopoverComponent;
|
|
7
|
+
value: any;
|
|
8
|
+
valueCaption: any;
|
|
9
|
+
formLayout: any;
|
|
10
|
+
columnCaption: string;
|
|
11
|
+
uiControl: any;
|
|
12
|
+
valueType: string;
|
|
13
|
+
isActive: boolean;
|
|
14
|
+
height: number;
|
|
15
|
+
cellClick: EventEmitter<any>;
|
|
16
|
+
changeToEdit: EventEmitter<any>;
|
|
17
|
+
breakValueAnywhere: boolean;
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
onOpenPopover($event: any, popoverControlEl: any): void;
|
|
20
|
+
onEdit(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMatrixRendererComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMatrixRendererComponent, "bsu-column-matrix-renderer", never, { "value": "value"; "valueCaption": "valueCaption"; "formLayout": "formLayout"; "columnCaption": "columnCaption"; "uiControl": "uiControl"; "valueType": "valueType"; "isActive": "isActive"; "height": "height"; }, { "cellClick": "cellClick"; "changeToEdit": "changeToEdit"; }, never, never, false>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MatrixValuePipe implements PipeTransform {
|
|
4
|
+
transform(value: any, valueType: string, uiControl: any): any;
|
|
5
|
+
private getEnumInfoValue;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatrixValuePipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MatrixValuePipe, "matrixValue", false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ChangeDetectorRef, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { AbbrevationDeviceSize, BaseComponent, LayoutSetting, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ColumnRendererComponent extends BaseComponent implements OnInit {
|
|
5
|
+
private _cdr;
|
|
6
|
+
column: any;
|
|
7
|
+
mo: MetaobjectDataModel;
|
|
8
|
+
index: any;
|
|
9
|
+
editMode: boolean;
|
|
10
|
+
customRowHeight: any;
|
|
11
|
+
controlUi: LayoutSetting | null;
|
|
12
|
+
formLayoutShowLabel: boolean;
|
|
13
|
+
isChecked: boolean;
|
|
14
|
+
isNewInlineMo: boolean;
|
|
15
|
+
rtl: boolean;
|
|
16
|
+
deviceName: string;
|
|
17
|
+
deviceSize: AbbrevationDeviceSize;
|
|
18
|
+
value: any;
|
|
19
|
+
icon: any;
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
constructor(_cdr: ChangeDetectorRef);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
26
|
+
private _setIconAndValue;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnRendererComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnRendererComponent, "bsu-column-renderer,[colRenderer]", never, { "column": "column"; "mo": "mo"; "index": "index"; "editMode": "editMode"; "customRowHeight": "customRowHeight"; "controlUi": "controlUi"; "formLayoutShowLabel": "formLayoutShowLabel"; "isChecked": "isChecked"; "isNewInlineMo": "isNewInlineMo"; "rtl": "rtl"; "deviceName": "deviceName"; "deviceSize": "deviceSize"; }, {}, never, never, false>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare function insertAvatar(elementRef: any, headerAvatarRef: any, titleRef: any, avatar: any): void;
|
|
2
|
+
export declare const sort: <T extends object>(a: T, b: T, key: string | null) => number;
|
|
3
|
+
export declare function _trimEnd(value: string): string;
|
|
4
|
+
export declare function getNestedValue<T extends Record<string, any>>(key: string, object: T): any;
|
|
5
|
+
export declare const IconTNT: string[];
|
|
6
|
+
export declare const IconBusinessSuite: string[];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Day, CalendarMonthInfo, CalendarService } from 'barsa-calendar';
|
|
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 CustomDateTimeComponent extends BaseComponent {
|
|
6
|
+
private _calendarService;
|
|
7
|
+
selectedDay: Day;
|
|
8
|
+
todayIndex: number;
|
|
9
|
+
selectedIndex: any;
|
|
10
|
+
calendars: CalendarMonthInfo[];
|
|
11
|
+
showEvents: boolean;
|
|
12
|
+
width: number;
|
|
13
|
+
height: number;
|
|
14
|
+
selectedMonth$: Observable<CalendarMonthInfo>;
|
|
15
|
+
rtl$: Observable<boolean>;
|
|
16
|
+
today: Date;
|
|
17
|
+
weekDaysMin: string[];
|
|
18
|
+
weekDays: string[];
|
|
19
|
+
deviceSize$: Observable<string>;
|
|
20
|
+
mode$: Observable<'month' | 'week' | 'day' | 'year' | 'list'>;
|
|
21
|
+
selectedWeek$: Observable<number>;
|
|
22
|
+
weekModeDays$: Observable<Day[]>;
|
|
23
|
+
constructor(_calendarService: CalendarService, _portalService: PortalService);
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDateTimeComponent, [{ self: true; }, null]>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomDateTimeComponent, "bsu-custom-date-time", never, {}, {}, never, never, false>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { FieldBaseComponent, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare abstract class DeviceInfoFieldBaseComponent extends FieldBaseComponent implements OnInit {
|
|
6
|
+
deviceSize$: Observable<AbbrevationDeviceSize>;
|
|
7
|
+
isMobileSize$: Observable<boolean>;
|
|
8
|
+
isMobileDevice: boolean;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DeviceInfoFieldBaseComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeviceInfoFieldBaseComponent, "bsu-device-info-field-base", never, {}, {}, never, never, false>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DynamicPageResponsiveSize } from '@fundamental-ngx/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DynamicPageSizePipe implements PipeTransform {
|
|
5
|
+
transform(deviceSize: string): DynamicPageResponsiveSize;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicPageSizePipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DynamicPageSizePipe, "dynamicPageSize", false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { PageWithFormHandlerBaseComponent } from '../page-with-form-handler-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EmptyPageComponent extends PageWithFormHandlerBaseComponent implements OnInit {
|
|
5
|
+
_position: string | null;
|
|
6
|
+
sectionClass: boolean;
|
|
7
|
+
absolutePageClass: boolean;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyPageComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyPageComponent, "bsu-empty-page", never, {}, {}, never, never, false>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { DialogService } from '@fundamental-ngx/core';
|
|
4
|
+
import { BaseComponent, PortalService } from 'barsa-novin-ray-core';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class FileInDialogComponent extends BaseComponent implements OnInit {
|
|
7
|
+
private _portalService;
|
|
8
|
+
private _domSanitize;
|
|
9
|
+
private _dialogService;
|
|
10
|
+
dialogTemplate: TemplateRef<any>;
|
|
11
|
+
deviceSize: string;
|
|
12
|
+
constructor(_portalService: PortalService, _domSanitize: DomSanitizer, _dialogService: DialogService);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileInDialogComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileInDialogComponent, "bsu-file-in-dialog", never, {}, {}, never, never, false>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ComponentRef, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { DialogRef, DialogService } from '@fundamental-ngx/core';
|
|
3
|
+
import { DialogParams, FormComponent, PortalService, BaseComponent } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FormDialogComponent extends BaseComponent implements OnInit {
|
|
6
|
+
private _dialogService;
|
|
7
|
+
private dialogParams;
|
|
8
|
+
private _portalService;
|
|
9
|
+
dialogTemplateRef: TemplateRef<any>;
|
|
10
|
+
formPanelCtrlr: any;
|
|
11
|
+
formComponentRef: ComponentRef<FormComponent>;
|
|
12
|
+
caption: string;
|
|
13
|
+
fullscreen: boolean;
|
|
14
|
+
dialogOpened: boolean;
|
|
15
|
+
dialogRef: DialogRef;
|
|
16
|
+
inDialog: any;
|
|
17
|
+
params: {
|
|
18
|
+
moId: string;
|
|
19
|
+
typeDefId: string;
|
|
20
|
+
reportId: string;
|
|
21
|
+
inDialog: boolean;
|
|
22
|
+
};
|
|
23
|
+
parentContainer: any;
|
|
24
|
+
deviceSize: string;
|
|
25
|
+
isNonePersistance: boolean;
|
|
26
|
+
showSaveButton: boolean;
|
|
27
|
+
showToolbar: boolean;
|
|
28
|
+
showFooter: boolean;
|
|
29
|
+
constructor(_dialogService: DialogService, dialogParams: DialogParams, _portalService: PortalService);
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
openDialog(): void;
|
|
32
|
+
onCancel(): void;
|
|
33
|
+
onSave(): void;
|
|
34
|
+
onOk(): void;
|
|
35
|
+
onFormClose(): void;
|
|
36
|
+
private _close;
|
|
37
|
+
private _setCaption;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormDialogComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormDialogComponent, "bsu-form-dialog", never, {}, {}, never, never, false>;
|
|
40
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, Injector, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
+
import { ContainerComponent, BarsaDialogService, DialogParams, PortalService, ContainerService } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FormDialogLessComponent extends ContainerComponent {
|
|
6
|
+
protected dialogParams: DialogParams;
|
|
7
|
+
protected _el: ElementRef;
|
|
8
|
+
protected _activatedRoute: ActivatedRoute;
|
|
9
|
+
protected _portalService: PortalService;
|
|
10
|
+
protected _vcr: ViewContainerRef;
|
|
11
|
+
protected _barsaDialogService: BarsaDialogService;
|
|
12
|
+
protected _injector: Injector;
|
|
13
|
+
protected _router: Router;
|
|
14
|
+
protected _cdr: ChangeDetectorRef;
|
|
15
|
+
protected _containerService: ContainerService;
|
|
16
|
+
formPanelCtrlr: any;
|
|
17
|
+
params: {
|
|
18
|
+
moId: string;
|
|
19
|
+
typeDefId: string;
|
|
20
|
+
reportId: string;
|
|
21
|
+
inDialog: boolean;
|
|
22
|
+
};
|
|
23
|
+
constructor(dialogParams: DialogParams, _el: ElementRef, _activatedRoute: ActivatedRoute, _portalService: PortalService, _vcr: ViewContainerRef, _barsaDialogService: BarsaDialogService, _injector: Injector, _router: Router, _cdr: ChangeDetectorRef, _containerService: ContainerService);
|
|
24
|
+
onFormClose(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormDialogLessComponent, [null, null, null, null, null, null, null, null, null, { optional: true; self: true; }]>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormDialogLessComponent, "bsu-form-dialog-less", never, {}, {}, never, never, false>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FormComponent } from 'barsa-novin-ray-core';
|
|
2
|
+
import { FormPageBaseComponent } from '../form-page-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FormPageComponent extends FormPageBaseComponent {
|
|
5
|
+
formRef: FormComponent;
|
|
6
|
+
formPanelCtrlr: any;
|
|
7
|
+
sectionClass: boolean;
|
|
8
|
+
absolutePageClass: boolean;
|
|
9
|
+
moId: string;
|
|
10
|
+
typeDefId: string;
|
|
11
|
+
reportId: string;
|
|
12
|
+
viewId: string;
|
|
13
|
+
formpanelCtrlrId: string;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormPageComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormPageComponent, "bsu-form-page", never, { "formPanelCtrlr": "formPanelCtrlr"; }, {}, never, never, false>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { OnInit, AfterViewInit, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
+
import { ContainerComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FormPageBaseComponent extends ContainerComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy {
|
|
5
|
+
formPanelCtrlr: any;
|
|
6
|
+
params: {
|
|
7
|
+
moId: string;
|
|
8
|
+
typeDefId: string;
|
|
9
|
+
reportId: string;
|
|
10
|
+
viewId: string;
|
|
11
|
+
};
|
|
12
|
+
formpanelCtrlrId: string;
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
ngAfterViewInit(): void;
|
|
15
|
+
ngOnDestroy(): void;
|
|
16
|
+
hideAllPageContent(): void;
|
|
17
|
+
removeLastHidePage(): void;
|
|
18
|
+
ShowFormPanelControl: (formpanelCtrlr: any) => void;
|
|
19
|
+
RefreshFormPanelControl: () => void;
|
|
20
|
+
ForceCloseChild: () => void;
|
|
21
|
+
ForceClose: () => void;
|
|
22
|
+
onFormClose(): void;
|
|
23
|
+
protected prepareIds(formpanelCtrlrId: string, params: any): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormPageBaseComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormPageBaseComponent, "bsu-form-page-base", never, { "formPanelCtrlr": "formPanelCtrlr"; "ShowFormPanelControl": "ShowFormPanelControl"; "RefreshFormPanelControl": "RefreshFormPanelControl"; "ForceCloseChild": "ForceCloseChild"; "ForceClose": "ForceClose"; }, {}, never, never, false>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, SimpleChanges, OnChanges } from '@angular/core';
|
|
2
|
+
import { ButtonType, InlineHelpDirective } from '@fundamental-ngx/core';
|
|
3
|
+
import { BaseFormToolbaritemPropsComponent } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FormToolbarButtonComponent extends BaseFormToolbaritemPropsComponent implements OnInit, OnChanges {
|
|
6
|
+
inlineHelpDirective: InlineHelpDirective;
|
|
7
|
+
parameters: any;
|
|
8
|
+
btnClick: EventEmitter<void>;
|
|
9
|
+
onlyIcon: boolean;
|
|
10
|
+
icon: string;
|
|
11
|
+
inlineHelp: string;
|
|
12
|
+
fdType: ButtonType;
|
|
13
|
+
text: string;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormToolbarButtonComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormToolbarButtonComponent, "bsu-form-toolbar-button", never, { "parameters": "parameters"; }, { "btnClick": "btnClick"; }, never, never, false>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { UiFormPanelComponent } from '../ui-form-panel/ui-form-panel.component';
|
|
2
|
+
import { WizardLayoutDirective } from '../wizard-layout.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FormWizardComponent extends UiFormPanelComponent {
|
|
5
|
+
wizardLayout: WizardLayoutDirective;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormWizardComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormWizardComponent, "bsu-form-wizard", never, {}, {}, never, never, false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Renderer2 } from '@angular/core';
|
|
2
|
+
import { DialogComponent } from '@fundamental-ngx/core';
|
|
3
|
+
import { BaseDirective, PortalService } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FullscreenDialogDirective extends BaseDirective {
|
|
6
|
+
private _renderer2;
|
|
7
|
+
private _portalService;
|
|
8
|
+
dialog: any;
|
|
9
|
+
dialogComponent: DialogComponent;
|
|
10
|
+
constructor(_renderer2: Renderer2, _portalService: PortalService);
|
|
11
|
+
onFullscreen(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FullscreenDialogDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FullscreenDialogDirective, "[fullscreenDialog]", never, { "dialog": "dialog"; "dialogComponent": "dialogComponent"; }, {}, never, never, false>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ContentDensity, DynamicPageComponent, TabPanelComponent } from '@fundamental-ngx/core';
|
|
3
|
+
import { BaseComponent, BreadCrumbInfo, MetaobjectDataModel, LayoutSetting } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FundamentalDynamicFormComponent extends BaseComponent implements OnInit {
|
|
6
|
+
el: ElementRef;
|
|
7
|
+
_dynamicPageComponent: DynamicPageComponent;
|
|
8
|
+
toolbarClick: EventEmitter<any>;
|
|
9
|
+
workflowChoiceClick: EventEmitter<any>;
|
|
10
|
+
close: EventEmitter<any>;
|
|
11
|
+
breadCrumbs: BreadCrumbInfo[] | null;
|
|
12
|
+
toolbarVisible: boolean;
|
|
13
|
+
toolbarItems: any[];
|
|
14
|
+
layoutActions: any[];
|
|
15
|
+
layout94: any;
|
|
16
|
+
parameters: MetaobjectDataModel;
|
|
17
|
+
workflowPanelUi: any;
|
|
18
|
+
context: any;
|
|
19
|
+
title: string;
|
|
20
|
+
subtitle: string;
|
|
21
|
+
description: string;
|
|
22
|
+
facetList: any[];
|
|
23
|
+
fieldDict: {
|
|
24
|
+
[key: string]: string;
|
|
25
|
+
} | undefined;
|
|
26
|
+
removeHeaderBorder: boolean;
|
|
27
|
+
removeContentPadding: boolean;
|
|
28
|
+
isMobile: boolean;
|
|
29
|
+
mo: MetaobjectDataModel;
|
|
30
|
+
avatar: any;
|
|
31
|
+
rtl: boolean;
|
|
32
|
+
hideTitle: boolean;
|
|
33
|
+
hideClose: boolean;
|
|
34
|
+
hidePin: boolean;
|
|
35
|
+
mask: boolean;
|
|
36
|
+
canSend: boolean;
|
|
37
|
+
contentIsPage: boolean;
|
|
38
|
+
contentDensity: ContentDensity;
|
|
39
|
+
deviceSize: 's' | 'm' | 'l' | 'xl';
|
|
40
|
+
dirValue: 'rtl' | 'ltr';
|
|
41
|
+
modernTabs: LayoutSetting[];
|
|
42
|
+
titleRef: ViewContainerRef;
|
|
43
|
+
headerAvatarRef: TemplateRef<any>;
|
|
44
|
+
workflowButtons: any[];
|
|
45
|
+
selectedTab: any;
|
|
46
|
+
toolbarShouldOverflow: boolean;
|
|
47
|
+
workflowInfoText: string;
|
|
48
|
+
workflowButtonsComboMode: boolean;
|
|
49
|
+
constructor(el: ElementRef);
|
|
50
|
+
ngOnInit(): void;
|
|
51
|
+
onToolbarClick(btn: any, menu?: any): void;
|
|
52
|
+
onWfChoiceSelect(wfChoice: any): void;
|
|
53
|
+
onTabChanged(tab: TabPanelComponent): void;
|
|
54
|
+
getNumber(val: any): number;
|
|
55
|
+
onDynamicComponentEvents(e: any): void;
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FundamentalDynamicFormComponent, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FundamentalDynamicFormComponent, "bsu-fundamental-dynamic-form", never, { "breadCrumbs": "breadCrumbs"; "toolbarVisible": "toolbarVisible"; "toolbarItems": "toolbarItems"; "layoutActions": "layoutActions"; "layout94": "layout94"; "parameters": "parameters"; "workflowPanelUi": "workflowPanelUi"; "context": "context"; "title": "title"; "subtitle": "subtitle"; "description": "description"; "facetList": "facetList"; "fieldDict": "fieldDict"; "removeHeaderBorder": "removeHeaderBorder"; "removeContentPadding": "removeContentPadding"; "isMobile": "isMobile"; "mo": "mo"; "avatar": "avatar"; "rtl": "rtl"; "hideTitle": "hideTitle"; "hideClose": "hideClose"; "hidePin": "hidePin"; "mask": "mask"; "canSend": "canSend"; "contentIsPage": "contentIsPage"; "contentDensity": "contentDensity"; "deviceSize": "deviceSize"; "dirValue": "dirValue"; "modernTabs": "modernTabs"; }, { "toolbarClick": "toolbarClick"; "workflowChoiceClick": "workflowChoiceClick"; "close": "close"; }, never, never, false>;
|
|
58
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ReportViewBaseComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GanttDhtmlChartViewComponent extends ReportViewBaseComponent<UiReportViewBaseSetting> implements OnInit, OnChanges {
|
|
5
|
+
mode: string;
|
|
6
|
+
ganttFields: any;
|
|
7
|
+
ganttChartHelper: any;
|
|
8
|
+
ganttId: string;
|
|
9
|
+
_rowcheck: boolean;
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
12
|
+
private _getSelected;
|
|
13
|
+
private _onRowCheck;
|
|
14
|
+
private _onRowClick;
|
|
15
|
+
private _prepareDate;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GanttDhtmlChartViewComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GanttDhtmlChartViewComponent, "bsu-gantt-dhtml-chart-view", never, { "mode": "mode"; "ganttFields": "ganttFields"; "ganttChartHelper": "ganttChartHelper"; }, {}, never, never, false>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SearchInput } from '@fundamental-ngx/platform';
|
|
2
|
+
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GlobalSearchComponent extends BaseComponent {
|
|
5
|
+
mo: MetaobjectDataModel;
|
|
6
|
+
compact: any;
|
|
7
|
+
searchTerm: string;
|
|
8
|
+
onSearchSubmit($event: SearchInput): void;
|
|
9
|
+
search(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalSearchComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GlobalSearchComponent, "bsu-global-search", never, { "mo": "mo"; "compact": "compact"; }, {}, never, never, false>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
3
|
+
import { BaseComponent, MetaobjectDataModel, FilePictureInfoModel } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class GlobalSearchModuleComponent extends BaseComponent implements OnInit {
|
|
6
|
+
private sanitizer;
|
|
7
|
+
background: SafeStyle;
|
|
8
|
+
settings: {
|
|
9
|
+
SearchField: string;
|
|
10
|
+
Title: string;
|
|
11
|
+
BackgroundImage: FilePictureInfoModel;
|
|
12
|
+
GlobalSearchResult: MetaobjectDataModel;
|
|
13
|
+
};
|
|
14
|
+
constructor(sanitizer: DomSanitizer);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalSearchModuleComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GlobalSearchModuleComponent, "bsu-global-search-module", never, { "settings": "settings"; }, {}, never, never, false>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormBaseComponent, MetaobjectDataModel, FormPanelService } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GlobalSearchPanelComponent extends FormBaseComponent implements OnInit {
|
|
5
|
+
protected _formPanelService: FormPanelService;
|
|
6
|
+
parentMo: MetaobjectDataModel;
|
|
7
|
+
constructor(_formPanelService: FormPanelService);
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalSearchPanelComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GlobalSearchPanelComponent, "bsu-global-search-panel", never, {}, {}, never, never, false>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HeaderAvatarComponent extends BaseComponent {
|
|
4
|
+
fileId: string;
|
|
5
|
+
icon: string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderAvatarComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderAvatarComponent, "bsu-header-avatar", never, { "fileId": "fileId"; "icon": "icon"; }, {}, never, never, false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HeaderFacetFormComponent extends BaseComponent {
|
|
4
|
+
settings: MetaobjectDataModel;
|
|
5
|
+
headerFacetClass: boolean;
|
|
6
|
+
id: string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderFacetFormComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderFacetFormComponent, "bsu-header-facet-form", never, { "settings": "settings"; }, {}, never, never, false>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class HeaderFacetKeyValueComponent extends BaseComponent implements OnInit {
|
|
5
|
+
width: string;
|
|
6
|
+
settings: MetaobjectDataModel;
|
|
7
|
+
headerFacetClass: boolean;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderFacetKeyValueComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderFacetKeyValueComponent, "bsu-header-facet-key-value", never, { "settings": "settings"; }, {}, never, never, false>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HeaderFacetMicrochartComponent extends BaseComponent {
|
|
4
|
+
headerFacetClass: boolean;
|
|
5
|
+
settings: MetaobjectDataModel;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderFacetMicrochartComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderFacetMicrochartComponent, "bsu-header-facet-microchart", never, { "settings": "settings"; }, {}, never, never, false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class HeaderFacetPlainTextComponent extends BaseComponent implements OnInit {
|
|
5
|
+
settings: MetaobjectDataModel;
|
|
6
|
+
headerFacetClass: boolean;
|
|
7
|
+
width: number;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderFacetPlainTextComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderFacetPlainTextComponent, "bsu-header-facet-plain-text", never, { "settings": "settings"; }, {}, never, never, false>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class HeaderFacetProgressComponent extends BaseComponent implements OnInit {
|
|
5
|
+
settings: MetaobjectDataModel;
|
|
6
|
+
headerFacetClass: boolean;
|
|
7
|
+
value: number;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderFacetProgressComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderFacetProgressComponent, "bsu-header-facet-progress", never, { "settings": "settings"; }, {}, never, never, false>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class HeaderFacetRateComponent extends BaseComponent implements OnInit {
|
|
5
|
+
settings: MetaobjectDataModel;
|
|
6
|
+
headerFacetClass: boolean;
|
|
7
|
+
value: number;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderFacetRateComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderFacetRateComponent, "bsu-header-facet-rate", never, { "settings": "settings"; }, {}, never, never, false>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponent, RelationItemType, TreeNodeObj } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class HtreeCreateNewComponent extends BaseComponent implements OnInit {
|
|
5
|
+
createNew: EventEmitter<RelationItemType>;
|
|
6
|
+
relationList: RelationItemType[];
|
|
7
|
+
node: TreeNodeObj;
|
|
8
|
+
relationItem: RelationItemType;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
onClick(e: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HtreeCreateNewComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HtreeCreateNewComponent, "bsu-htree-create-new", never, { "relationList": "relationList"; "node": "node"; }, { "createNew": "createNew"; }, 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 HyperlinkComponent extends FieldBaseComponent {
|
|
4
|
+
onClick(): void;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HyperlinkComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HyperlinkComponent, "bsu-hyperlink", never, {}, {}, never, never, false>;
|
|
7
|
+
}
|