barsa-sap-ui 1.0.248 → 1.0.250
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/barsa-sap-ui-routing.module.mjs +4 -3
- package/esm2020/lib/barsa-sap-ui.module.mjs +118 -118
- package/esm2020/lib/form-dialog-less/form-dialog-less.component.mjs +12 -6
- package/esm2020/lib/index.mjs +1 -5
- package/esm2020/lib/page-with-header/page-with-header.component.mjs +2 -3
- package/esm2020/lib/ui-form-panel/ui-form-panel.component.mjs +1 -1
- package/esm2020/public-api.mjs +1 -5
- package/fesm2015/barsa-sap-ui.mjs +134 -371
- package/fesm2015/barsa-sap-ui.mjs.map +1 -1
- package/fesm2020/barsa-sap-ui.mjs +133 -367
- package/fesm2020/barsa-sap-ui.mjs.map +1 -1
- package/lib/barsa-sap-ui.module.d.ts +125 -126
- package/lib/form-dialog-less/form-dialog-less.component.d.ts +4 -3
- package/lib/index.d.ts +1 -3
- package/lib/page-with-header/page-with-header.component.d.ts +1 -1
- package/lib/ui-form-panel/ui-form-panel.component.d.ts +1 -2
- package/package.json +1 -1
- package/public-api.d.ts +0 -4
- package/esm2020/lib/empty-page/empty-page.component.mjs +0 -38
- package/esm2020/lib/form-page/form-page.component.mjs +0 -51
- package/esm2020/lib/form-page-base.mjs +0 -129
- package/esm2020/lib/page-with-form-handler-base.mjs +0 -42
- package/lib/empty-page/empty-page.component.d.ts +0 -11
- package/lib/form-page/form-page.component.d.ts +0 -17
- package/lib/form-page-base.d.ts +0 -26
- package/lib/page-with-form-handler-base.d.ts +0 -10
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ComponentFactoryResolver, ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import { DynamicComponentService, BaseModule } from 'barsa-novin-ray-core';
|
|
3
|
+
import { FormDialogComponent } from './form-dialog/form-dialog.component';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
import * as i1 from "./ui-text-field/ui-text-field.component";
|
|
5
6
|
import * as i2 from "./ly-layout-field-label/ly-layout-field-label.component";
|
|
@@ -50,137 +51,135 @@ import * as i46 from "./layout-control/layout-control.component";
|
|
|
50
51
|
import * as i47 from "./layout-wizard/layout-wizard.component";
|
|
51
52
|
import * as i48 from "./form-wizard/form-wizard.component";
|
|
52
53
|
import * as i49 from "./form-dialog-less/form-dialog-less.component";
|
|
53
|
-
import * as i50 from "./
|
|
54
|
-
import * as i51 from "./
|
|
55
|
-
import * as i52 from "./
|
|
56
|
-
import * as i53 from "./ly-
|
|
57
|
-
import * as i54 from "./ly-
|
|
58
|
-
import * as i55 from "./ly-tab-
|
|
59
|
-
import * as i56 from "./ly-
|
|
60
|
-
import * as i57 from "./
|
|
61
|
-
import * as i58 from "./
|
|
62
|
-
import * as i59 from "./
|
|
63
|
-
import * as i60 from "./
|
|
64
|
-
import * as i61 from "./
|
|
65
|
-
import * as i62 from "./
|
|
66
|
-
import * as i63 from "./
|
|
67
|
-
import * as i64 from "./
|
|
68
|
-
import * as i65 from "./
|
|
69
|
-
import * as i66 from "./
|
|
70
|
-
import * as i67 from "./
|
|
71
|
-
import * as i68 from "./
|
|
72
|
-
import * as i69 from "./
|
|
73
|
-
import * as i70 from "./global-search
|
|
74
|
-
import * as i71 from "./
|
|
75
|
-
import * as i72 from "./
|
|
76
|
-
import * as i73 from "./
|
|
77
|
-
import * as i74 from "./
|
|
78
|
-
import * as i75 from "./
|
|
79
|
-
import * as i76 from "./
|
|
80
|
-
import * as i77 from "./
|
|
81
|
-
import * as i78 from "./
|
|
82
|
-
import * as i79 from "./
|
|
83
|
-
import * as i80 from "./
|
|
84
|
-
import * as i81 from "./
|
|
85
|
-
import * as i82 from "./ulv-
|
|
86
|
-
import * as i83 from "./ulv-
|
|
87
|
-
import * as i84 from "./ulv-
|
|
88
|
-
import * as i85 from "./
|
|
89
|
-
import * as i86 from "./
|
|
90
|
-
import * as i87 from "./barsa-
|
|
91
|
-
import * as i88 from "./ui-
|
|
92
|
-
import * as i89 from "./barsa-
|
|
93
|
-
import * as i90 from "./
|
|
94
|
-
import * as i91 from "./barsa-
|
|
95
|
-
import * as i92 from "./
|
|
96
|
-
import * as i93 from "./
|
|
97
|
-
import * as i94 from "./
|
|
98
|
-
import * as i95 from "./ui-
|
|
99
|
-
import * as i96 from "./
|
|
100
|
-
import * as i97 from "./
|
|
101
|
-
import * as i98 from "./report-
|
|
102
|
-
import * as i99 from "./
|
|
103
|
-
import * as i100 from "./
|
|
104
|
-
import * as i101 from "./report-search-
|
|
105
|
-
import * as i102 from "./
|
|
106
|
-
import * as i103 from "./
|
|
107
|
-
import * as i104 from "./ui-
|
|
108
|
-
import * as i105 from "./
|
|
109
|
-
import * as i106 from "./ui-
|
|
110
|
-
import * as i107 from "./
|
|
111
|
-
import * as i108 from "./ui-
|
|
112
|
-
import * as i109 from "./ui-
|
|
113
|
-
import * as i110 from "./
|
|
114
|
-
import * as i111 from "./
|
|
115
|
-
import * as i112 from "./
|
|
116
|
-
import * as i113 from "./
|
|
117
|
-
import * as i114 from "./
|
|
118
|
-
import * as i115 from "./ui-
|
|
119
|
-
import * as i116 from "./ui-
|
|
120
|
-
import * as i117 from "./ui-
|
|
121
|
-
import * as i118 from "./ui-
|
|
122
|
-
import * as i119 from "./
|
|
123
|
-
import * as i120 from "./ui-
|
|
124
|
-
import * as i121 from "./
|
|
125
|
-
import * as i122 from "./
|
|
126
|
-
import * as i123 from "./
|
|
127
|
-
import * as i124 from "./
|
|
128
|
-
import * as i125 from "./
|
|
129
|
-
import * as i126 from "./
|
|
130
|
-
import * as i127 from "./
|
|
131
|
-
import * as i128 from "./
|
|
132
|
-
import * as i129 from "./
|
|
133
|
-
import * as i130 from "./card-view-
|
|
134
|
-
import * as i131 from "./
|
|
135
|
-
import * as i132 from "./
|
|
136
|
-
import * as i133 from "./
|
|
137
|
-
import * as i134 from "./
|
|
138
|
-
import * as i135 from "./
|
|
139
|
-
import * as i136 from "./
|
|
140
|
-
import * as i137 from "./
|
|
141
|
-
import * as i138 from "./
|
|
142
|
-
import * as i139 from "./
|
|
143
|
-
import * as i140 from "./
|
|
144
|
-
import * as i141 from "./
|
|
145
|
-
import * as i142 from "./barsa-
|
|
146
|
-
import * as i143 from "./
|
|
147
|
-
import * as i144 from "./
|
|
148
|
-
import * as i145 from "./file-viewer
|
|
149
|
-
import * as i146 from "./
|
|
150
|
-
import * as i147 from "./
|
|
151
|
-
import * as i148 from "./
|
|
152
|
-
import * as i149 from "./
|
|
153
|
-
import * as i150 from "./
|
|
154
|
-
import * as i151 from "./
|
|
155
|
-
import * as i152 from "./
|
|
156
|
-
import * as i153 from "./
|
|
157
|
-
import * as i154 from "./
|
|
158
|
-
import * as i155 from "./
|
|
159
|
-
import * as i156 from "./
|
|
160
|
-
import * as i157 from "./
|
|
161
|
-
import * as i158 from "./
|
|
162
|
-
import * as i159 from "./
|
|
163
|
-
import * as i160 from "
|
|
164
|
-
import * as i161 from "
|
|
165
|
-
import * as i162 from "
|
|
166
|
-
import * as i163 from "@angular/
|
|
167
|
-
import * as i164 from "
|
|
168
|
-
import * as i165 from "@
|
|
169
|
-
import * as i166 from "@
|
|
170
|
-
import * as i167 from "
|
|
171
|
-
import * as i168 from "
|
|
172
|
-
import * as i169 from "
|
|
173
|
-
import * as i170 from "
|
|
174
|
-
import * as i171 from "
|
|
175
|
-
import * as i172 from "barsa-calendar";
|
|
176
|
-
import * as i173 from "./barsa-sap-ui-routing.module";
|
|
54
|
+
import * as i50 from "./rich-text-static/rich-text-static.component";
|
|
55
|
+
import * as i51 from "./ui-pictures-info/ui-pictures-info.component";
|
|
56
|
+
import * as i52 from "./ly-horizontal-layout/ly-horizontal-layout.component";
|
|
57
|
+
import * as i53 from "./ly-vertical-layout/ly-vertical-layout.component";
|
|
58
|
+
import * as i54 from "./ly-tab-container/ly-tab-container.component";
|
|
59
|
+
import * as i55 from "./ly-tab-page/ly-tab-page.component";
|
|
60
|
+
import * as i56 from "./ly-label/ly-label.component";
|
|
61
|
+
import * as i57 from "./ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component";
|
|
62
|
+
import * as i58 from "./ul-msg-box-adapter/ul-msg-box-adapter.component";
|
|
63
|
+
import * as i59 from "./ui-tree/ui-tree.component";
|
|
64
|
+
import * as i60 from "./page-with-header/page-with-header.component";
|
|
65
|
+
import * as i61 from "./header-avatar/header-avatar.component";
|
|
66
|
+
import * as i62 from "./ui-workflow-panel-ui/ui-workflow-panel-ui.component";
|
|
67
|
+
import * as i63 from "./ulv-context-menu/ulv-context-menu.component";
|
|
68
|
+
import * as i64 from "./ul-loading-mask-ui/ul-loading-mask-ui.component";
|
|
69
|
+
import * as i65 from "./ui-text-field-auto-complete/ui-text-field-auto-complete.component";
|
|
70
|
+
import * as i66 from "./captcha-field/captcha-field.component";
|
|
71
|
+
import * as i67 from "./ly-simple-label/ly-simple-label.component";
|
|
72
|
+
import * as i68 from "./global-search-panel/global-search-panel.component";
|
|
73
|
+
import * as i69 from "./global-search-module/global-search-module.component";
|
|
74
|
+
import * as i70 from "./global-search/global-search.component";
|
|
75
|
+
import * as i71 from "./hyperlink/hyperlink.component";
|
|
76
|
+
import * as i72 from "./static-text/static-text.component";
|
|
77
|
+
import * as i73 from "./ul-toast-adapter/ul-toast-adapter.component";
|
|
78
|
+
import * as i74 from "./message-strip/message-strip.component";
|
|
79
|
+
import * as i75 from "./ui-linear-list-container-with-button/ui-linear-list-container-with-button.component";
|
|
80
|
+
import * as i76 from "./fundamental-dynamic-form/fundamental-dynamic-form.component";
|
|
81
|
+
import * as i77 from "./layout-actions/layout-actions.component";
|
|
82
|
+
import * as i78 from "./ly-layout-container/ly-layout-container.component";
|
|
83
|
+
import * as i79 from "./ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component";
|
|
84
|
+
import * as i80 from "./ulv-form-multi-select/ulv-form-multi-select.component";
|
|
85
|
+
import * as i81 from "./ulv-column-settings/ulv-column-settings.component";
|
|
86
|
+
import * as i82 from "./ulv-filter-settings/ulv-filter-settings.component";
|
|
87
|
+
import * as i83 from "./ulv-sort-settings/ulv-sort-settings.component";
|
|
88
|
+
import * as i84 from "./ulv-groupby-settings/ulv-groupby-settings.component";
|
|
89
|
+
import * as i85 from "./barsa-list-file-linear/barsa-list-file-linear.component";
|
|
90
|
+
import * as i86 from "./ui-pdf-viewer/ui-pdf-viewer.component";
|
|
91
|
+
import * as i87 from "./barsa-tinyemce/barsa-tinyemce.component";
|
|
92
|
+
import * as i88 from "./ui-monaco-editor/ui-monaco-editor.component";
|
|
93
|
+
import * as i89 from "./barsa-monaco-editor/barsa-monaco-editor.component";
|
|
94
|
+
import * as i90 from "./barsa-date-time-picker/barsa-date-time-picker.component";
|
|
95
|
+
import * as i91 from "./barsa-tree-item/barsa-tree-item.component";
|
|
96
|
+
import * as i92 from "./ui-switch-button/ui-switch-button.component";
|
|
97
|
+
import * as i93 from "./ui-color-ui/ui-color-ui.component";
|
|
98
|
+
import * as i94 from "./ly-line/ly-line.component";
|
|
99
|
+
import * as i95 from "./ui-ulv-main-ui/ui-ulv-main-ui.component";
|
|
100
|
+
import * as i96 from "./report-navigator/report-navigator.component";
|
|
101
|
+
import * as i97 from "./manage-filters-report/manage-filters-report.component";
|
|
102
|
+
import * as i98 from "./report-search-fields-manage/report-search-fields-manage.component";
|
|
103
|
+
import * as i99 from "./report-search-fields-hidden-settings/report-search-fields-hidden-settings.component";
|
|
104
|
+
import * as i100 from "./search-panel/search-panel.component";
|
|
105
|
+
import * as i101 from "./report-search-panel-save/report-search-panel-save.component";
|
|
106
|
+
import * as i102 from "./ui-grid-filter-settings/ui-grid-filter-settings.component";
|
|
107
|
+
import * as i103 from "./ui-grid-filter-item/ui-grid-filter-item.component";
|
|
108
|
+
import * as i104 from "./ui-date-range-ex/ui-date-range-ex.component";
|
|
109
|
+
import * as i105 from "./ul-notify-popup/ul-notify-popup.component";
|
|
110
|
+
import * as i106 from "./ui-table-view/ui-table-view.component";
|
|
111
|
+
import * as i107 from "./ui-list-view/ui-list-view.component";
|
|
112
|
+
import * as i108 from "./ui-card-view/ui-card-view.component";
|
|
113
|
+
import * as i109 from "./ui-report-container/ui-report-container.component";
|
|
114
|
+
import * as i110 from "./no-data/no-data.component";
|
|
115
|
+
import * as i111 from "./column-renderer/column-renderer.component";
|
|
116
|
+
import * as i112 from "./inline-save-and-cancel/inline-save-and-cancel.component";
|
|
117
|
+
import * as i113 from "./ui-tree-view/ui-tree-view.component";
|
|
118
|
+
import * as i114 from "./ui-calendar/ui-calendar.component";
|
|
119
|
+
import * as i115 from "./ui-asp-report-viewer/ui-asp-report-viewer.component";
|
|
120
|
+
import * as i116 from "./ui-graph/ui-graph.component";
|
|
121
|
+
import * as i117 from "./ui-exception-form/ui-exception-form.component";
|
|
122
|
+
import * as i118 from "./ui-editable-grid/ui-editable-grid.component";
|
|
123
|
+
import * as i119 from "./column-matrix-renderer/column-matrix-renderer.component";
|
|
124
|
+
import * as i120 from "./ui-matrix-view/ui-matrix-view.component";
|
|
125
|
+
import * as i121 from "./custom-date-time/custom-date-time.component";
|
|
126
|
+
import * as i122 from "./barsa-asp-viewer/barsa-asp-viewer.component";
|
|
127
|
+
import * as i123 from "./file-in-dialog/file-in-dialog.component";
|
|
128
|
+
import * as i124 from "./ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component";
|
|
129
|
+
import * as i125 from "./ui-gantt-chart/ui-gantt-chart.component";
|
|
130
|
+
import * as i126 from "./gantt-dhtml-chart-view/gantt-dhtml-chart-view.component";
|
|
131
|
+
import * as i127 from "./progress-indicator/progress-indicator.component";
|
|
132
|
+
import * as i128 from "./card-view-content/card-view-content.component";
|
|
133
|
+
import * as i129 from "./card-item/card-item.component";
|
|
134
|
+
import * as i130 from "./ui-card-view-horizontal-group/ui-card-view-horizontal-group.component";
|
|
135
|
+
import * as i131 from "./title/title.component";
|
|
136
|
+
import * as i132 from "./barsa-ulv-main/barsa-ulv-main.component";
|
|
137
|
+
import * as i133 from "./list-item/list-item.component";
|
|
138
|
+
import * as i134 from "./htree-create-new/htree-create-new.component";
|
|
139
|
+
import * as i135 from "./barsa-table-header/barsa-table-header.component";
|
|
140
|
+
import * as i136 from "./barsa-table-row/barsa-table-row.component";
|
|
141
|
+
import * as i137 from "./breadcrumb/breadcrumb.component";
|
|
142
|
+
import * as i138 from "./ui-label/ui-label.component";
|
|
143
|
+
import * as i139 from "./form-toolbar-button/form-toolbar-button.component";
|
|
144
|
+
import * as i140 from "./barsa-search-form/barsa-search-form.component";
|
|
145
|
+
import * as i141 from "./report-new-top-form/report-new-top-form.component";
|
|
146
|
+
import * as i142 from "./barsa-network-offline/barsa-network-offline.component";
|
|
147
|
+
import * as i143 from "./file-viewer-content/file-viewer-content.component";
|
|
148
|
+
import * as i144 from "./file-viewer-popover/file-viewer-popover.component";
|
|
149
|
+
import * as i145 from "./file-viewer/file-viewer.component";
|
|
150
|
+
import * as i146 from "./blob-viewer/blob-viewer.component";
|
|
151
|
+
import * as i147 from "./upload-file-status.pipe";
|
|
152
|
+
import * as i148 from "./sap-font.pipe";
|
|
153
|
+
import * as i149 from "./sap-font-class.pipe";
|
|
154
|
+
import * as i150 from "./barsa-tree-item/node-has-one-depth-level.pipe";
|
|
155
|
+
import * as i151 from "./column-matrix-renderer/matrix-value.pipe";
|
|
156
|
+
import * as i152 from "./dynamic-page-size.pipe";
|
|
157
|
+
import * as i153 from "./wizard-layout.directive";
|
|
158
|
+
import * as i154 from "./col-renderer.directive";
|
|
159
|
+
import * as i155 from "./apply-conditional-formmatings.directive";
|
|
160
|
+
import * as i156 from "./report-view-renderer.directive";
|
|
161
|
+
import * as i157 from "./fullscreen-dialog.directive";
|
|
162
|
+
import * as i158 from "./fullscreen-files.directive";
|
|
163
|
+
import * as i159 from "./download-files.directive";
|
|
164
|
+
import * as i160 from "@angular/common";
|
|
165
|
+
import * as i161 from "@angular/forms";
|
|
166
|
+
import * as i162 from "barsa-novin-ray-core";
|
|
167
|
+
import * as i163 from "@angular/cdk/drag-drop";
|
|
168
|
+
import * as i164 from "@angular/cdk/table";
|
|
169
|
+
import * as i165 from "@fundamental-ngx/core";
|
|
170
|
+
import * as i166 from "@fundamental-ngx/platform";
|
|
171
|
+
import * as i167 from "ngx-color/swatches";
|
|
172
|
+
import * as i168 from "ngx-color/chrome";
|
|
173
|
+
import * as i169 from "@angular/cdk/clipboard";
|
|
174
|
+
import * as i170 from "barsa-calendar";
|
|
175
|
+
import * as i171 from "./barsa-sap-ui-routing.module";
|
|
177
176
|
export declare class BarsaSapUiModule extends BaseModule {
|
|
178
177
|
protected dcm: DynamicComponentService;
|
|
179
178
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
180
|
-
protected dynamicComponents: (typeof import("barsa-sap-ui").GanttDhtmlChartViewComponent | typeof import("barsa-sap-ui").LayoutControlComponent | typeof import("barsa-sap-ui").UlvColumnSettingsComponent | typeof import("barsa-sap-ui").UiGridSortSettingComponent | typeof import("barsa-sap-ui").UlvSortSettingsComponent | typeof import("barsa-sap-ui").UlvGroupbySettingsComponent | typeof import("barsa-sap-ui").UlvFilterSettingsComponent | typeof import("barsa-sap-ui").UiMoInfoGeneralObjectUiComponent | typeof import("barsa-sap-ui").FileInDialogComponent | typeof import("barsa-sap-ui").BarsaAspViewerComponent | typeof import("barsa-sap-ui").CustomDateTimeComponent | typeof import("barsa-sap-ui").UiExceptionFormComponent | typeof import("barsa-sap-ui").UiMatrixViewComponent | typeof import("barsa-sap-ui").UiGraphComponent | typeof import("barsa-sap-ui").UiTreeViewComponent | typeof import("barsa-sap-ui").ColumnRendererComponent | typeof import("barsa-sap-ui").UiCardViewComponent | typeof import("barsa-sap-ui").UiListViewComponent | typeof import("barsa-sap-ui").UiTableViewComponent | typeof import("barsa-sap-ui").UlNotifyPopupComponent | typeof import("barsa-sap-ui").ReportSearchPanelSaveComponent | typeof import("barsa-sap-ui").ReportSearchFieldsHiddenSettingsComponent | typeof import("barsa-sap-ui").ReportSearchFieldsManageComponent | typeof import("barsa-sap-ui").ManageFiltersReportComponent | typeof import("barsa-sap-ui").ReportNavigatorComponent | typeof import("barsa-sap-ui").LyLineComponent | typeof import("barsa-sap-ui").UiUlvMainUiComponent | typeof import("barsa-sap-ui").BarsaTreeItemComponent | typeof import("barsa-sap-ui").BarsaTinyemceComponent | typeof import("barsa-sap-ui").UlvFormMultiSelectComponent | typeof import("barsa-sap-ui").UiUlvFormMultiSelectUiComponent | typeof import("barsa-sap-ui").LayoutActionsComponent | typeof import("barsa-sap-ui").FundamentalDynamicFormComponent | typeof import("barsa-sap-ui").UlToastAdapterComponent | typeof import("barsa-sap-ui").GlobalSearchModuleComponent | typeof import("barsa-sap-ui").GlobalSearchPanelComponent | typeof import("barsa-sap-ui").LySimpleLabelComponent | typeof import("barsa-sap-ui").UlLoadingMaskUiComponent | typeof import("barsa-sap-ui").
|
|
179
|
+
protected dynamicComponents: (typeof import("barsa-sap-ui").GanttDhtmlChartViewComponent | typeof import("barsa-sap-ui").LayoutControlComponent | typeof import("barsa-sap-ui").UlvColumnSettingsComponent | typeof import("barsa-sap-ui").UiGridSortSettingComponent | typeof import("barsa-sap-ui").UlvSortSettingsComponent | typeof import("barsa-sap-ui").UlvGroupbySettingsComponent | typeof import("barsa-sap-ui").UlvFilterSettingsComponent | typeof import("barsa-sap-ui").UiMoInfoGeneralObjectUiComponent | typeof import("barsa-sap-ui").FileInDialogComponent | typeof import("barsa-sap-ui").BarsaAspViewerComponent | typeof import("barsa-sap-ui").CustomDateTimeComponent | typeof import("barsa-sap-ui").UiExceptionFormComponent | typeof import("barsa-sap-ui").UiMatrixViewComponent | typeof import("barsa-sap-ui").UiGraphComponent | typeof import("barsa-sap-ui").UiTreeViewComponent | typeof import("barsa-sap-ui").ColumnRendererComponent | typeof import("barsa-sap-ui").UiCardViewComponent | typeof import("barsa-sap-ui").UiListViewComponent | typeof import("barsa-sap-ui").UiTableViewComponent | typeof import("barsa-sap-ui").UlNotifyPopupComponent | typeof import("barsa-sap-ui").ReportSearchPanelSaveComponent | typeof import("barsa-sap-ui").ReportSearchFieldsHiddenSettingsComponent | typeof import("barsa-sap-ui").ReportSearchFieldsManageComponent | typeof import("barsa-sap-ui").ManageFiltersReportComponent | typeof import("barsa-sap-ui").ReportNavigatorComponent | typeof import("barsa-sap-ui").LyLineComponent | typeof import("barsa-sap-ui").UiUlvMainUiComponent | typeof import("barsa-sap-ui").BarsaTreeItemComponent | typeof import("barsa-sap-ui").BarsaTinyemceComponent | typeof import("barsa-sap-ui").UlvFormMultiSelectComponent | typeof import("barsa-sap-ui").UiUlvFormMultiSelectUiComponent | typeof import("barsa-sap-ui").LayoutActionsComponent | typeof import("barsa-sap-ui").FundamentalDynamicFormComponent | typeof import("barsa-sap-ui").UlToastAdapterComponent | typeof import("barsa-sap-ui").GlobalSearchModuleComponent | typeof import("barsa-sap-ui").GlobalSearchPanelComponent | typeof import("barsa-sap-ui").LySimpleLabelComponent | typeof import("barsa-sap-ui").UlLoadingMaskUiComponent | typeof import("barsa-sap-ui").PageWithHeaderComponent | typeof import("barsa-sap-ui").UlMsgBoxAdapterComponent | typeof import("barsa-sap-ui").LyLabelComponent | typeof import("barsa-sap-ui").LyVerticalLayoutComponent | typeof import("barsa-sap-ui").LyHorizontalLayoutComponent | typeof import("barsa-sap-ui").FormDialogLessComponent | typeof import("barsa-sap-ui").UiFormPanelComponent | typeof import("barsa-sap-ui").LayoutWizardComponent | typeof import("barsa-sap-ui").ResponsiveToolbarRendererComponent | typeof import("barsa-sap-ui").ResponsiveToolbarComponent | typeof FormDialogComponent | typeof import("barsa-sap-ui").UlvSettingsComponent | typeof import("barsa-sap-ui").UiFormPanelToolbarComponent | typeof import("barsa-sap-ui").UiInfoBarPanelComponent | typeof import("barsa-sap-ui").UlvPagingComponent | typeof import("barsa-sap-ui").UlvToolbarComponent | typeof import("barsa-sap-ui").UlvSelectionComponent | typeof import("barsa-sap-ui").LyLayoutContainerOfRootComponent | typeof import("barsa-sap-ui").CardItemComponent | typeof import("barsa-sap-ui").BarsaUlvMainComponent | typeof import("barsa-sap-ui").ListItemComponent | typeof import("barsa-sap-ui").BarsaTableRowComponent | typeof import("barsa-sap-ui").BreadcrumbComponent | typeof import("barsa-sap-ui").FormToolbarButtonComponent | typeof import("barsa-sap-ui").ReportNewTopFormComponent | typeof import("barsa-sap-ui").BarsaNetworkOfflineComponent | typeof import("barsa-sap-ui").FileViewerContentComponent | typeof import("barsa-sap-ui").FileViewerComponent | typeof import("barsa-sap-ui").BlobViewerComponent)[];
|
|
181
180
|
constructor(dcm: DynamicComponentService, componentFactoryResolver: ComponentFactoryResolver);
|
|
182
181
|
static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
|
|
183
182
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiModule, never>;
|
|
184
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiModule, [typeof i1.UiTextFieldComponent, typeof i2.LyLayoutFieldLabelComponent, typeof i3.UiCheckBoxComponent, typeof i4.UiSimpleComboComponent, typeof i5.UiRadioGroupComponent, typeof i6.UiGridComponent, typeof i7.LyLayoutContainerOfRootComponent, typeof i8.LyLayoutPanelComponent, typeof i9.UiReadOnlyFieldComponent, typeof i10.UiContainerWithButtonComponent, typeof i11.UiPictureFileComponent, typeof i12.UiMoInfoUlvComboComponent, typeof i13.UiMultiSelectComboComponent, typeof i14.UiNumDecimalUiComponent, typeof i15.UiNumIntUiComponent, typeof i16.UiTimeSpanComponent, typeof i17.UiFileLinearListBoxComponent, typeof i18.LyEmptySpaceComponent, typeof i19.UiSinglePictureComponent, typeof i20.UlvSelectionComponent, typeof i21.UlvToolbarComponent, typeof i22.UlvPagingComponent, typeof i23.UiGridSortSettingComponent, typeof i24.UiGridSortItemComponent, typeof i25.UiGridColumnsComponent, typeof i26.MaskComponent, typeof i27.UiInfoBarPanelComponent, typeof i28.UiFormPanelToolbarComponent, typeof i29.UiFormPanelComponent, typeof i30.UiSearchCommandInfoUiComponent, typeof i31.UlvSettingsComponent, typeof i32.UiTinymceComponent, typeof i33.UiButtonComponent, typeof i34.UiDateTimeComponent, typeof i35.FormDialogComponent, typeof i36.HeaderFacetKeyValueComponent, typeof i37.HeaderFacetFormComponent, typeof i38.HeaderFacetRateComponent, typeof i39.HeaderFacetProgressComponent, typeof i40.HeaderFacetMicrochartComponent, typeof i41.HeaderFacetPlainTextComponent, typeof i42.UiMoInfoSubFormUiComponent, typeof i43.ResponsiveToolbarComponent, typeof i44.ResponsiveToolbarRendererComponent, typeof i45.UiTextAreaComponent, typeof i46.LayoutControlComponent, typeof i47.LayoutWizardComponent, typeof i48.FormWizardComponent, typeof i49.FormDialogLessComponent, typeof i50.FormPageComponent, typeof i51.RichTextStaticComponent, typeof i52.UiPicturesInfoComponent, typeof i53.LyHorizontalLayoutComponent, typeof i54.LyVerticalLayoutComponent, typeof i55.LyTabContainerComponent, typeof i56.LyTabPageComponent, typeof i57.LyLabelComponent, typeof i58.UiMoInfoComboViewerComponent, typeof i59.UlMsgBoxAdapterComponent, typeof i60.UiTreeComponent, typeof i61.PageWithHeaderComponent, typeof i62.HeaderAvatarComponent, typeof i63.EmptyPageComponent, typeof i64.UiWorkflowPanelUiComponent, typeof i65.UlvContextMenuComponent, typeof i66.UlLoadingMaskUiComponent, typeof i67.UiTextFieldAutoCompleteComponent, typeof i68.CaptchaFieldComponent, typeof i69.LySimpleLabelComponent, typeof i70.GlobalSearchPanelComponent, typeof i71.GlobalSearchModuleComponent, typeof i72.GlobalSearchComponent, typeof i73.HyperlinkComponent, typeof i74.StaticTextComponent, typeof i75.UlToastAdapterComponent, typeof i76.MessageStripComponent, typeof i77.UiLinearListContainerWithButtonComponent, typeof i78.FundamentalDynamicFormComponent, typeof i79.LayoutActionsComponent, typeof i80.LyLayoutContainerComponent, typeof i81.UiUlvFormMultiSelectUiComponent, typeof i82.UlvFormMultiSelectComponent, typeof i83.UlvColumnSettingsComponent, typeof i84.UlvFilterSettingsComponent, typeof i85.UlvSortSettingsComponent, typeof i86.UlvGroupbySettingsComponent, typeof i87.BarsaListFileLinearComponent, typeof i88.UiPdfViewerComponent, typeof i89.BarsaTinyemceComponent, typeof i90.UiMonacoEditorComponent, typeof i91.BarsaMonacoEditorComponent, typeof i92.BarsaDateTimePickerComponent, typeof i93.BarsaTreeItemComponent, typeof i94.UiSwitchButtonComponent, typeof i95.UiColorUiComponent, typeof i96.LyLineComponent, typeof i97.UiUlvMainUiComponent, typeof i98.ReportNavigatorComponent, typeof i99.ManageFiltersReportComponent, typeof i100.ReportSearchFieldsManageComponent, typeof i101.ReportSearchFieldsHiddenSettingsComponent, typeof i102.SearchPanelComponent, typeof i103.ReportSearchPanelSaveComponent, typeof i104.UiGridFilterSettingsComponent, typeof i105.UiGridFilterItemComponent, typeof i106.UiDateRangeExComponent, typeof i107.UlNotifyPopupComponent, typeof i108.UiTableViewComponent, typeof i109.UiListViewComponent, typeof i110.UiCardViewComponent, typeof i111.UiReportContainerComponent, typeof i112.NoDataComponent, typeof i113.ColumnRendererComponent, typeof i114.InlineSaveAndCancelComponent, typeof i115.UiTreeViewComponent, typeof i114.InlineSaveAndCancelComponent, typeof i116.UiCalendarComponent, typeof i117.UiAspReportViewerComponent, typeof i118.UiGraphComponent, typeof i119.UiExceptionFormComponent, typeof i120.UiEditableGridComponent, typeof i121.ColumnMatrixRendererComponent, typeof i122.UiMatrixViewComponent, typeof i123.CustomDateTimeComponent, typeof i124.BarsaAspViewerComponent, typeof i125.FileInDialogComponent, typeof i126.UiMoInfoGeneralObjectUiComponent, typeof i127.UiGanttChartComponent, typeof i128.GanttDhtmlChartViewComponent, typeof i129.ProgressIndicatorComponent, typeof i130.CardViewContentComponent, typeof i131.CardItemComponent, typeof i132.UiCardViewHorizontalGroupComponent, typeof i133.TitleComponent, typeof i134.BarsaUlvMainComponent, typeof i135.ListItemComponent, typeof i136.HtreeCreateNewComponent, typeof i137.BarsaTableHeaderComponent, typeof i138.BarsaTableRowComponent, typeof i139.BreadcrumbComponent, typeof i140.UiLabelComponent, typeof i141.FormToolbarButtonComponent, typeof i142.BarsaSearchFormComponent, typeof i143.ReportNewTopFormComponent, typeof i144.BarsaNetworkOfflineComponent, typeof i145.FileViewerContentComponent, typeof i146.FileViewerPopoverComponent, typeof i147.FileViewerComponent, typeof i148.BlobViewerComponent, typeof i149.UploadFileStatusPipe, typeof i150.SapFontPipe, typeof i151.SapFontClassPipe, typeof i110.StringToArrayPipe, typeof i152.NodeHasOneDepthLevelPipe, typeof i153.MatrixValuePipe, typeof i154.DynamicPageSizePipe, typeof i155.WizardLayoutDirective, typeof i156.ColRendererDirective, typeof i157.ApplyConditionalFormatsDirective, typeof i158.ReportViewRendererDirective, typeof i159.FullscreenDialogDirective, typeof i160.FullscreenFilesDirective, typeof i161.DownloadFilesDirective], [typeof i162.CommonModule, typeof i163.FormsModule, typeof i163.ReactiveFormsModule, typeof i164.BarsaNovinRayCoreModule, typeof i165.DragDropModule, typeof i166.CdkTableModule, typeof i167.FundamentalNgxCoreModule, typeof i167.FacetModule, typeof i167.WizardModule, typeof i167.PipeModule, typeof i168.FundamentalNgxPlatformModule, typeof i168.PlatformDynamicPageModule, typeof i168.PlatformTextAreaModule, typeof i168.PlatformSearchFieldModule, typeof i169.ColorSwatchesModule, typeof i170.ColorChromeModule, typeof i171.ClipboardModule, typeof i172.BarsaCalendarModule, typeof i173.BarsaSapUiRoutingModule, typeof i167.ContentDensityModule], [typeof i1.UiTextFieldComponent, typeof i2.LyLayoutFieldLabelComponent, typeof i3.UiCheckBoxComponent, typeof i4.UiSimpleComboComponent, typeof i5.UiRadioGroupComponent, typeof i6.UiGridComponent, typeof i7.LyLayoutContainerOfRootComponent, typeof i8.LyLayoutPanelComponent, typeof i9.UiReadOnlyFieldComponent, typeof i10.UiContainerWithButtonComponent, typeof i11.UiPictureFileComponent, typeof i12.UiMoInfoUlvComboComponent, typeof i13.UiMultiSelectComboComponent, typeof i14.UiNumDecimalUiComponent, typeof i15.UiNumIntUiComponent, typeof i16.UiTimeSpanComponent, typeof i17.UiFileLinearListBoxComponent, typeof i18.LyEmptySpaceComponent, typeof i19.UiSinglePictureComponent, typeof i20.UlvSelectionComponent, typeof i21.UlvToolbarComponent, typeof i22.UlvPagingComponent, typeof i23.UiGridSortSettingComponent, typeof i24.UiGridSortItemComponent, typeof i25.UiGridColumnsComponent, typeof i26.MaskComponent, typeof i27.UiInfoBarPanelComponent, typeof i28.UiFormPanelToolbarComponent, typeof i29.UiFormPanelComponent, typeof i30.UiSearchCommandInfoUiComponent, typeof i31.UlvSettingsComponent, typeof i32.UiTinymceComponent, typeof i33.UiButtonComponent, typeof i34.UiDateTimeComponent, typeof i35.FormDialogComponent, typeof i36.HeaderFacetKeyValueComponent, typeof i37.HeaderFacetFormComponent, typeof i38.HeaderFacetRateComponent, typeof i39.HeaderFacetProgressComponent, typeof i40.HeaderFacetMicrochartComponent, typeof i41.HeaderFacetPlainTextComponent, typeof i42.UiMoInfoSubFormUiComponent, typeof i43.ResponsiveToolbarComponent, typeof i44.ResponsiveToolbarRendererComponent, typeof i45.UiTextAreaComponent, typeof i46.LayoutControlComponent, typeof i47.LayoutWizardComponent, typeof i48.FormWizardComponent, typeof i49.FormDialogLessComponent, typeof i50.FormPageComponent, typeof i51.RichTextStaticComponent, typeof i52.UiPicturesInfoComponent, typeof i53.LyHorizontalLayoutComponent, typeof i54.LyVerticalLayoutComponent, typeof i55.LyTabContainerComponent, typeof i56.LyTabPageComponent, typeof i57.LyLabelComponent, typeof i58.UiMoInfoComboViewerComponent, typeof i59.UlMsgBoxAdapterComponent, typeof i60.UiTreeComponent, typeof i61.PageWithHeaderComponent, typeof i62.HeaderAvatarComponent, typeof i63.EmptyPageComponent, typeof i64.UiWorkflowPanelUiComponent, typeof i65.UlvContextMenuComponent, typeof i66.UlLoadingMaskUiComponent, typeof i67.UiTextFieldAutoCompleteComponent, typeof i68.CaptchaFieldComponent, typeof i69.LySimpleLabelComponent, typeof i70.GlobalSearchPanelComponent, typeof i71.GlobalSearchModuleComponent, typeof i72.GlobalSearchComponent, typeof i73.HyperlinkComponent, typeof i74.StaticTextComponent, typeof i75.UlToastAdapterComponent, typeof i76.MessageStripComponent, typeof i77.UiLinearListContainerWithButtonComponent, typeof i78.FundamentalDynamicFormComponent, typeof i79.LayoutActionsComponent, typeof i80.LyLayoutContainerComponent, typeof i81.UiUlvFormMultiSelectUiComponent, typeof i82.UlvFormMultiSelectComponent, typeof i83.UlvColumnSettingsComponent, typeof i84.UlvFilterSettingsComponent, typeof i85.UlvSortSettingsComponent, typeof i86.UlvGroupbySettingsComponent, typeof i87.BarsaListFileLinearComponent, typeof i88.UiPdfViewerComponent, typeof i89.BarsaTinyemceComponent, typeof i90.UiMonacoEditorComponent, typeof i91.BarsaMonacoEditorComponent, typeof i92.BarsaDateTimePickerComponent, typeof i93.BarsaTreeItemComponent, typeof i94.UiSwitchButtonComponent, typeof i95.UiColorUiComponent, typeof i96.LyLineComponent, typeof i97.UiUlvMainUiComponent, typeof i98.ReportNavigatorComponent, typeof i99.ManageFiltersReportComponent, typeof i100.ReportSearchFieldsManageComponent, typeof i101.ReportSearchFieldsHiddenSettingsComponent, typeof i102.SearchPanelComponent, typeof i103.ReportSearchPanelSaveComponent, typeof i104.UiGridFilterSettingsComponent, typeof i105.UiGridFilterItemComponent, typeof i106.UiDateRangeExComponent, typeof i107.UlNotifyPopupComponent, typeof i108.UiTableViewComponent, typeof i109.UiListViewComponent, typeof i110.UiCardViewComponent, typeof i111.UiReportContainerComponent, typeof i112.NoDataComponent, typeof i113.ColumnRendererComponent, typeof i114.InlineSaveAndCancelComponent, typeof i115.UiTreeViewComponent, typeof i114.InlineSaveAndCancelComponent, typeof i116.UiCalendarComponent, typeof i117.UiAspReportViewerComponent, typeof i118.UiGraphComponent, typeof i119.UiExceptionFormComponent, typeof i120.UiEditableGridComponent, typeof i121.ColumnMatrixRendererComponent, typeof i122.UiMatrixViewComponent, typeof i123.CustomDateTimeComponent, typeof i124.BarsaAspViewerComponent, typeof i125.FileInDialogComponent, typeof i126.UiMoInfoGeneralObjectUiComponent, typeof i127.UiGanttChartComponent, typeof i128.GanttDhtmlChartViewComponent, typeof i129.ProgressIndicatorComponent, typeof i130.CardViewContentComponent, typeof i131.CardItemComponent, typeof i132.UiCardViewHorizontalGroupComponent, typeof i133.TitleComponent, typeof i134.BarsaUlvMainComponent, typeof i135.ListItemComponent, typeof i136.HtreeCreateNewComponent, typeof i137.BarsaTableHeaderComponent, typeof i138.BarsaTableRowComponent, typeof i139.BreadcrumbComponent, typeof i140.UiLabelComponent, typeof i141.FormToolbarButtonComponent, typeof i142.BarsaSearchFormComponent, typeof i143.ReportNewTopFormComponent, typeof i144.BarsaNetworkOfflineComponent, typeof i145.FileViewerContentComponent, typeof i146.FileViewerPopoverComponent, typeof i147.FileViewerComponent, typeof i148.BlobViewerComponent, typeof i155.WizardLayoutDirective, typeof i156.ColRendererDirective, typeof i157.ApplyConditionalFormatsDirective, typeof i158.ReportViewRendererDirective, typeof i159.FullscreenDialogDirective, typeof i160.FullscreenFilesDirective, typeof i161.DownloadFilesDirective, typeof i149.UploadFileStatusPipe, typeof i150.SapFontPipe, typeof i151.SapFontClassPipe, typeof i110.StringToArrayPipe, typeof i152.NodeHasOneDepthLevelPipe, typeof i153.MatrixValuePipe, typeof i154.DynamicPageSizePipe]>;
|
|
183
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiModule, [typeof i1.UiTextFieldComponent, typeof i2.LyLayoutFieldLabelComponent, typeof i3.UiCheckBoxComponent, typeof i4.UiSimpleComboComponent, typeof i5.UiRadioGroupComponent, typeof i6.UiGridComponent, typeof i7.LyLayoutContainerOfRootComponent, typeof i8.LyLayoutPanelComponent, typeof i9.UiReadOnlyFieldComponent, typeof i10.UiContainerWithButtonComponent, typeof i11.UiPictureFileComponent, typeof i12.UiMoInfoUlvComboComponent, typeof i13.UiMultiSelectComboComponent, typeof i14.UiNumDecimalUiComponent, typeof i15.UiNumIntUiComponent, typeof i16.UiTimeSpanComponent, typeof i17.UiFileLinearListBoxComponent, typeof i18.LyEmptySpaceComponent, typeof i19.UiSinglePictureComponent, typeof i20.UlvSelectionComponent, typeof i21.UlvToolbarComponent, typeof i22.UlvPagingComponent, typeof i23.UiGridSortSettingComponent, typeof i24.UiGridSortItemComponent, typeof i25.UiGridColumnsComponent, typeof i26.MaskComponent, typeof i27.UiInfoBarPanelComponent, typeof i28.UiFormPanelToolbarComponent, typeof i29.UiFormPanelComponent, typeof i30.UiSearchCommandInfoUiComponent, typeof i31.UlvSettingsComponent, typeof i32.UiTinymceComponent, typeof i33.UiButtonComponent, typeof i34.UiDateTimeComponent, typeof i35.FormDialogComponent, typeof i36.HeaderFacetKeyValueComponent, typeof i37.HeaderFacetFormComponent, typeof i38.HeaderFacetRateComponent, typeof i39.HeaderFacetProgressComponent, typeof i40.HeaderFacetMicrochartComponent, typeof i41.HeaderFacetPlainTextComponent, typeof i42.UiMoInfoSubFormUiComponent, typeof i43.ResponsiveToolbarComponent, typeof i44.ResponsiveToolbarRendererComponent, typeof i45.UiTextAreaComponent, typeof i46.LayoutControlComponent, typeof i47.LayoutWizardComponent, typeof i48.FormWizardComponent, typeof i49.FormDialogLessComponent, typeof i50.RichTextStaticComponent, typeof i51.UiPicturesInfoComponent, typeof i52.LyHorizontalLayoutComponent, typeof i53.LyVerticalLayoutComponent, typeof i54.LyTabContainerComponent, typeof i55.LyTabPageComponent, typeof i56.LyLabelComponent, typeof i57.UiMoInfoComboViewerComponent, typeof i58.UlMsgBoxAdapterComponent, typeof i59.UiTreeComponent, typeof i60.PageWithHeaderComponent, typeof i61.HeaderAvatarComponent, typeof i62.UiWorkflowPanelUiComponent, typeof i63.UlvContextMenuComponent, typeof i64.UlLoadingMaskUiComponent, typeof i65.UiTextFieldAutoCompleteComponent, typeof i66.CaptchaFieldComponent, typeof i67.LySimpleLabelComponent, typeof i68.GlobalSearchPanelComponent, typeof i69.GlobalSearchModuleComponent, typeof i70.GlobalSearchComponent, typeof i71.HyperlinkComponent, typeof i72.StaticTextComponent, typeof i73.UlToastAdapterComponent, typeof i74.MessageStripComponent, typeof i75.UiLinearListContainerWithButtonComponent, typeof i76.FundamentalDynamicFormComponent, typeof i77.LayoutActionsComponent, typeof i78.LyLayoutContainerComponent, typeof i79.UiUlvFormMultiSelectUiComponent, typeof i80.UlvFormMultiSelectComponent, typeof i81.UlvColumnSettingsComponent, typeof i82.UlvFilterSettingsComponent, typeof i83.UlvSortSettingsComponent, typeof i84.UlvGroupbySettingsComponent, typeof i85.BarsaListFileLinearComponent, typeof i86.UiPdfViewerComponent, typeof i87.BarsaTinyemceComponent, typeof i88.UiMonacoEditorComponent, typeof i89.BarsaMonacoEditorComponent, typeof i90.BarsaDateTimePickerComponent, typeof i91.BarsaTreeItemComponent, typeof i92.UiSwitchButtonComponent, typeof i93.UiColorUiComponent, typeof i94.LyLineComponent, typeof i95.UiUlvMainUiComponent, typeof i96.ReportNavigatorComponent, typeof i97.ManageFiltersReportComponent, typeof i98.ReportSearchFieldsManageComponent, typeof i99.ReportSearchFieldsHiddenSettingsComponent, typeof i100.SearchPanelComponent, typeof i101.ReportSearchPanelSaveComponent, typeof i102.UiGridFilterSettingsComponent, typeof i103.UiGridFilterItemComponent, typeof i104.UiDateRangeExComponent, typeof i105.UlNotifyPopupComponent, typeof i106.UiTableViewComponent, typeof i107.UiListViewComponent, typeof i108.UiCardViewComponent, typeof i109.UiReportContainerComponent, typeof i110.NoDataComponent, typeof i111.ColumnRendererComponent, typeof i112.InlineSaveAndCancelComponent, typeof i113.UiTreeViewComponent, typeof i112.InlineSaveAndCancelComponent, typeof i114.UiCalendarComponent, typeof i115.UiAspReportViewerComponent, typeof i116.UiGraphComponent, typeof i117.UiExceptionFormComponent, typeof i118.UiEditableGridComponent, typeof i119.ColumnMatrixRendererComponent, typeof i120.UiMatrixViewComponent, typeof i121.CustomDateTimeComponent, typeof i122.BarsaAspViewerComponent, typeof i123.FileInDialogComponent, typeof i124.UiMoInfoGeneralObjectUiComponent, typeof i125.UiGanttChartComponent, typeof i126.GanttDhtmlChartViewComponent, typeof i127.ProgressIndicatorComponent, typeof i128.CardViewContentComponent, typeof i129.CardItemComponent, typeof i130.UiCardViewHorizontalGroupComponent, typeof i131.TitleComponent, typeof i132.BarsaUlvMainComponent, typeof i133.ListItemComponent, typeof i134.HtreeCreateNewComponent, typeof i135.BarsaTableHeaderComponent, typeof i136.BarsaTableRowComponent, typeof i137.BreadcrumbComponent, typeof i138.UiLabelComponent, typeof i139.FormToolbarButtonComponent, typeof i140.BarsaSearchFormComponent, typeof i141.ReportNewTopFormComponent, typeof i142.BarsaNetworkOfflineComponent, typeof i143.FileViewerContentComponent, typeof i144.FileViewerPopoverComponent, typeof i145.FileViewerComponent, typeof i146.BlobViewerComponent, typeof i147.UploadFileStatusPipe, typeof i148.SapFontPipe, typeof i149.SapFontClassPipe, typeof i108.StringToArrayPipe, typeof i150.NodeHasOneDepthLevelPipe, typeof i151.MatrixValuePipe, typeof i152.DynamicPageSizePipe, typeof i153.WizardLayoutDirective, typeof i154.ColRendererDirective, typeof i155.ApplyConditionalFormatsDirective, typeof i156.ReportViewRendererDirective, typeof i157.FullscreenDialogDirective, typeof i158.FullscreenFilesDirective, typeof i159.DownloadFilesDirective], [typeof i160.CommonModule, typeof i161.FormsModule, typeof i161.ReactiveFormsModule, typeof i162.BarsaNovinRayCoreModule, typeof i163.DragDropModule, typeof i164.CdkTableModule, typeof i165.FundamentalNgxCoreModule, typeof i165.FacetModule, typeof i165.WizardModule, typeof i165.PipeModule, typeof i166.FundamentalNgxPlatformModule, typeof i166.PlatformDynamicPageModule, typeof i166.PlatformTextAreaModule, typeof i166.PlatformSearchFieldModule, typeof i167.ColorSwatchesModule, typeof i168.ColorChromeModule, typeof i169.ClipboardModule, typeof i170.BarsaCalendarModule, typeof i171.BarsaSapUiRoutingModule, typeof i165.ContentDensityModule], [typeof i1.UiTextFieldComponent, typeof i2.LyLayoutFieldLabelComponent, typeof i3.UiCheckBoxComponent, typeof i4.UiSimpleComboComponent, typeof i5.UiRadioGroupComponent, typeof i6.UiGridComponent, typeof i7.LyLayoutContainerOfRootComponent, typeof i8.LyLayoutPanelComponent, typeof i9.UiReadOnlyFieldComponent, typeof i10.UiContainerWithButtonComponent, typeof i11.UiPictureFileComponent, typeof i12.UiMoInfoUlvComboComponent, typeof i13.UiMultiSelectComboComponent, typeof i14.UiNumDecimalUiComponent, typeof i15.UiNumIntUiComponent, typeof i16.UiTimeSpanComponent, typeof i17.UiFileLinearListBoxComponent, typeof i18.LyEmptySpaceComponent, typeof i19.UiSinglePictureComponent, typeof i20.UlvSelectionComponent, typeof i21.UlvToolbarComponent, typeof i22.UlvPagingComponent, typeof i23.UiGridSortSettingComponent, typeof i24.UiGridSortItemComponent, typeof i25.UiGridColumnsComponent, typeof i26.MaskComponent, typeof i27.UiInfoBarPanelComponent, typeof i28.UiFormPanelToolbarComponent, typeof i29.UiFormPanelComponent, typeof i30.UiSearchCommandInfoUiComponent, typeof i31.UlvSettingsComponent, typeof i32.UiTinymceComponent, typeof i33.UiButtonComponent, typeof i34.UiDateTimeComponent, typeof i35.FormDialogComponent, typeof i36.HeaderFacetKeyValueComponent, typeof i37.HeaderFacetFormComponent, typeof i38.HeaderFacetRateComponent, typeof i39.HeaderFacetProgressComponent, typeof i40.HeaderFacetMicrochartComponent, typeof i41.HeaderFacetPlainTextComponent, typeof i42.UiMoInfoSubFormUiComponent, typeof i43.ResponsiveToolbarComponent, typeof i44.ResponsiveToolbarRendererComponent, typeof i45.UiTextAreaComponent, typeof i46.LayoutControlComponent, typeof i47.LayoutWizardComponent, typeof i48.FormWizardComponent, typeof i49.FormDialogLessComponent, typeof i50.RichTextStaticComponent, typeof i51.UiPicturesInfoComponent, typeof i52.LyHorizontalLayoutComponent, typeof i53.LyVerticalLayoutComponent, typeof i54.LyTabContainerComponent, typeof i55.LyTabPageComponent, typeof i56.LyLabelComponent, typeof i57.UiMoInfoComboViewerComponent, typeof i58.UlMsgBoxAdapterComponent, typeof i59.UiTreeComponent, typeof i60.PageWithHeaderComponent, typeof i61.HeaderAvatarComponent, typeof i62.UiWorkflowPanelUiComponent, typeof i63.UlvContextMenuComponent, typeof i64.UlLoadingMaskUiComponent, typeof i65.UiTextFieldAutoCompleteComponent, typeof i66.CaptchaFieldComponent, typeof i67.LySimpleLabelComponent, typeof i68.GlobalSearchPanelComponent, typeof i69.GlobalSearchModuleComponent, typeof i70.GlobalSearchComponent, typeof i71.HyperlinkComponent, typeof i72.StaticTextComponent, typeof i73.UlToastAdapterComponent, typeof i74.MessageStripComponent, typeof i75.UiLinearListContainerWithButtonComponent, typeof i76.FundamentalDynamicFormComponent, typeof i77.LayoutActionsComponent, typeof i78.LyLayoutContainerComponent, typeof i79.UiUlvFormMultiSelectUiComponent, typeof i80.UlvFormMultiSelectComponent, typeof i81.UlvColumnSettingsComponent, typeof i82.UlvFilterSettingsComponent, typeof i83.UlvSortSettingsComponent, typeof i84.UlvGroupbySettingsComponent, typeof i85.BarsaListFileLinearComponent, typeof i86.UiPdfViewerComponent, typeof i87.BarsaTinyemceComponent, typeof i88.UiMonacoEditorComponent, typeof i89.BarsaMonacoEditorComponent, typeof i90.BarsaDateTimePickerComponent, typeof i91.BarsaTreeItemComponent, typeof i92.UiSwitchButtonComponent, typeof i93.UiColorUiComponent, typeof i94.LyLineComponent, typeof i95.UiUlvMainUiComponent, typeof i96.ReportNavigatorComponent, typeof i97.ManageFiltersReportComponent, typeof i98.ReportSearchFieldsManageComponent, typeof i99.ReportSearchFieldsHiddenSettingsComponent, typeof i100.SearchPanelComponent, typeof i101.ReportSearchPanelSaveComponent, typeof i102.UiGridFilterSettingsComponent, typeof i103.UiGridFilterItemComponent, typeof i104.UiDateRangeExComponent, typeof i105.UlNotifyPopupComponent, typeof i106.UiTableViewComponent, typeof i107.UiListViewComponent, typeof i108.UiCardViewComponent, typeof i109.UiReportContainerComponent, typeof i110.NoDataComponent, typeof i111.ColumnRendererComponent, typeof i112.InlineSaveAndCancelComponent, typeof i113.UiTreeViewComponent, typeof i112.InlineSaveAndCancelComponent, typeof i114.UiCalendarComponent, typeof i115.UiAspReportViewerComponent, typeof i116.UiGraphComponent, typeof i117.UiExceptionFormComponent, typeof i118.UiEditableGridComponent, typeof i119.ColumnMatrixRendererComponent, typeof i120.UiMatrixViewComponent, typeof i121.CustomDateTimeComponent, typeof i122.BarsaAspViewerComponent, typeof i123.FileInDialogComponent, typeof i124.UiMoInfoGeneralObjectUiComponent, typeof i125.UiGanttChartComponent, typeof i126.GanttDhtmlChartViewComponent, typeof i127.ProgressIndicatorComponent, typeof i128.CardViewContentComponent, typeof i129.CardItemComponent, typeof i130.UiCardViewHorizontalGroupComponent, typeof i131.TitleComponent, typeof i132.BarsaUlvMainComponent, typeof i133.ListItemComponent, typeof i134.HtreeCreateNewComponent, typeof i135.BarsaTableHeaderComponent, typeof i136.BarsaTableRowComponent, typeof i137.BreadcrumbComponent, typeof i138.UiLabelComponent, typeof i139.FormToolbarButtonComponent, typeof i140.BarsaSearchFormComponent, typeof i141.ReportNewTopFormComponent, typeof i142.BarsaNetworkOfflineComponent, typeof i143.FileViewerContentComponent, typeof i144.FileViewerPopoverComponent, typeof i145.FileViewerComponent, typeof i146.BlobViewerComponent, typeof i153.WizardLayoutDirective, typeof i154.ColRendererDirective, typeof i155.ApplyConditionalFormatsDirective, typeof i156.ReportViewRendererDirective, typeof i157.FullscreenDialogDirective, typeof i158.FullscreenFilesDirective, typeof i159.DownloadFilesDirective, typeof i147.UploadFileStatusPipe, typeof i148.SapFontPipe, typeof i149.SapFontClassPipe, typeof i108.StringToArrayPipe, typeof i150.NodeHasOneDepthLevelPipe, typeof i151.MatrixValuePipe, typeof i152.DynamicPageSizePipe]>;
|
|
185
184
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiModule>;
|
|
186
185
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, Injector, ViewContainerRef } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, Injector, Type, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { ContainerComponent, BarsaDialogService, DialogParams, PortalService, ContainerService } from 'barsa-novin-ray-core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -13,6 +13,7 @@ export declare class FormDialogLessComponent extends ContainerComponent {
|
|
|
13
13
|
protected _router: Router;
|
|
14
14
|
protected _cdr: ChangeDetectorRef;
|
|
15
15
|
protected _containerService: ContainerService;
|
|
16
|
+
protected _formDialogComponent: Type<any>;
|
|
16
17
|
formPanelCtrlr: any;
|
|
17
18
|
params: {
|
|
18
19
|
moId: string;
|
|
@@ -20,8 +21,8 @@ export declare class FormDialogLessComponent extends ContainerComponent {
|
|
|
20
21
|
reportId: string;
|
|
21
22
|
inDialog: boolean;
|
|
22
23
|
};
|
|
23
|
-
constructor(dialogParams: DialogParams, _el: ElementRef, _activatedRoute: ActivatedRoute, _portalService: PortalService, _vcr: ViewContainerRef, _barsaDialogService: BarsaDialogService, _injector: Injector, _router: Router, _cdr: ChangeDetectorRef, _containerService: ContainerService);
|
|
24
|
+
constructor(dialogParams: DialogParams, _el: ElementRef, _activatedRoute: ActivatedRoute, _portalService: PortalService, _vcr: ViewContainerRef, _barsaDialogService: BarsaDialogService, _injector: Injector, _router: Router, _cdr: ChangeDetectorRef, _containerService: ContainerService, _formDialogComponent: Type<any>);
|
|
24
25
|
onFormClose(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormDialogLessComponent, [null, null, null, null, null, null, null, null, null, { optional: true; self: true; }]>;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormDialogLessComponent, [null, null, null, null, null, null, null, null, null, { optional: true; self: true; }, { optional: true; }]>;
|
|
26
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormDialogLessComponent, "bsu-form-dialog-less", never, {}, {}, never, never, false>;
|
|
27
28
|
}
|
package/lib/index.d.ts
CHANGED
|
@@ -16,7 +16,6 @@ import { LayoutControlComponent } from './layout-control/layout-control.componen
|
|
|
16
16
|
import { LayoutWizardComponent } from './layout-wizard/layout-wizard.component';
|
|
17
17
|
import { WizardLayoutDirective } from './wizard-layout.directive';
|
|
18
18
|
import { FormDialogLessComponent } from './form-dialog-less/form-dialog-less.component';
|
|
19
|
-
import { FormPageComponent } from './form-page/form-page.component';
|
|
20
19
|
import { LyHorizontalLayoutComponent } from './ly-horizontal-layout/ly-horizontal-layout.component';
|
|
21
20
|
import { LyVerticalLayoutComponent } from './ly-vertical-layout/ly-vertical-layout.component';
|
|
22
21
|
import { LyLabelComponent } from './ly-label/ly-label.component';
|
|
@@ -24,7 +23,6 @@ import { ColRendererDirective } from './col-renderer.directive';
|
|
|
24
23
|
import { UlMsgBoxAdapterComponent } from './ul-msg-box-adapter/ul-msg-box-adapter.component';
|
|
25
24
|
import { PageWithHeaderComponent } from './page-with-header/page-with-header.component';
|
|
26
25
|
import { ApplyConditionalFormatsDirective } from './apply-conditional-formmatings.directive';
|
|
27
|
-
import { EmptyPageComponent } from './empty-page/empty-page.component';
|
|
28
26
|
import { UlLoadingMaskUiComponent } from './ul-loading-mask-ui/ul-loading-mask-ui.component';
|
|
29
27
|
import { LySimpleLabelComponent } from './ly-simple-label/ly-simple-label.component';
|
|
30
28
|
import { GlobalSearchPanelComponent } from './global-search-panel/global-search-panel.component';
|
|
@@ -82,7 +80,7 @@ import { FileViewerComponent } from './file-viewer/file-viewer.component';
|
|
|
82
80
|
import { FileViewerContentComponent } from './file-viewer-content/file-viewer-content.component';
|
|
83
81
|
import { DownloadFilesDirective } from './download-files.directive';
|
|
84
82
|
import { FullscreenFilesDirective } from './fullscreen-files.directive';
|
|
85
|
-
export declare const components: (typeof GanttDhtmlChartViewComponent | typeof LayoutControlComponent | typeof UlvColumnSettingsComponent | typeof UiGridSortSettingComponent | typeof UlvSortSettingsComponent | typeof UlvGroupbySettingsComponent | typeof UlvFilterSettingsComponent | typeof UiMoInfoGeneralObjectUiComponent | typeof FileInDialogComponent | typeof BarsaAspViewerComponent | typeof CustomDateTimeComponent | typeof UiExceptionFormComponent | typeof UiMatrixViewComponent | typeof UiGraphComponent | typeof UiTreeViewComponent | typeof ColumnRendererComponent | typeof UiCardViewComponent | typeof UiListViewComponent | typeof UiTableViewComponent | typeof UlNotifyPopupComponent | typeof ReportSearchPanelSaveComponent | typeof ReportSearchFieldsHiddenSettingsComponent | typeof ReportSearchFieldsManageComponent | typeof ManageFiltersReportComponent | typeof ReportNavigatorComponent | typeof LyLineComponent | typeof UiUlvMainUiComponent | typeof BarsaTreeItemComponent | typeof BarsaTinyemceComponent | typeof UlvFormMultiSelectComponent | typeof UiUlvFormMultiSelectUiComponent | typeof LayoutActionsComponent | typeof FundamentalDynamicFormComponent | typeof UlToastAdapterComponent | typeof GlobalSearchModuleComponent | typeof GlobalSearchPanelComponent | typeof LySimpleLabelComponent | typeof UlLoadingMaskUiComponent | typeof
|
|
83
|
+
export declare const components: (typeof GanttDhtmlChartViewComponent | typeof LayoutControlComponent | typeof UlvColumnSettingsComponent | typeof UiGridSortSettingComponent | typeof UlvSortSettingsComponent | typeof UlvGroupbySettingsComponent | typeof UlvFilterSettingsComponent | typeof UiMoInfoGeneralObjectUiComponent | typeof FileInDialogComponent | typeof BarsaAspViewerComponent | typeof CustomDateTimeComponent | typeof UiExceptionFormComponent | typeof UiMatrixViewComponent | typeof UiGraphComponent | typeof UiTreeViewComponent | typeof ColumnRendererComponent | typeof UiCardViewComponent | typeof UiListViewComponent | typeof UiTableViewComponent | typeof UlNotifyPopupComponent | typeof ReportSearchPanelSaveComponent | typeof ReportSearchFieldsHiddenSettingsComponent | typeof ReportSearchFieldsManageComponent | typeof ManageFiltersReportComponent | typeof ReportNavigatorComponent | typeof LyLineComponent | typeof UiUlvMainUiComponent | typeof BarsaTreeItemComponent | typeof BarsaTinyemceComponent | typeof UlvFormMultiSelectComponent | typeof UiUlvFormMultiSelectUiComponent | typeof LayoutActionsComponent | typeof FundamentalDynamicFormComponent | typeof UlToastAdapterComponent | typeof GlobalSearchModuleComponent | typeof GlobalSearchPanelComponent | typeof LySimpleLabelComponent | typeof UlLoadingMaskUiComponent | typeof PageWithHeaderComponent | typeof UlMsgBoxAdapterComponent | typeof LyLabelComponent | typeof LyVerticalLayoutComponent | typeof LyHorizontalLayoutComponent | typeof FormDialogLessComponent | typeof UiFormPanelComponent | typeof LayoutWizardComponent | typeof ResponsiveToolbarRendererComponent | typeof ResponsiveToolbarComponent | typeof FormDialogComponent | typeof UlvSettingsComponent | typeof UiFormPanelToolbarComponent | typeof UiInfoBarPanelComponent | typeof UlvPagingComponent | typeof UlvToolbarComponent | typeof UlvSelectionComponent | typeof LyLayoutContainerOfRootComponent | typeof CardItemComponent | typeof BarsaUlvMainComponent | typeof ListItemComponent | typeof BarsaTableRowComponent | typeof BreadcrumbComponent | typeof FormToolbarButtonComponent | typeof ReportNewTopFormComponent | typeof BarsaNetworkOfflineComponent | typeof FileViewerContentComponent | typeof FileViewerComponent | typeof BlobViewerComponent)[];
|
|
86
84
|
export declare const pipes: (typeof MatrixValuePipe | typeof DynamicPageSizePipe | typeof StringToArrayPipe | typeof UploadFileStatusPipe | typeof SapFontPipe | typeof SapFontClassPipe | typeof NodeHasOneDepthLevelPipe)[];
|
|
87
85
|
export declare const directives: (typeof WizardLayoutDirective | typeof ColRendererDirective | typeof ApplyConditionalFormatsDirective | typeof ReportViewRendererDirective | typeof FullscreenDialogDirective | typeof FullscreenFilesDirective | typeof DownloadFilesDirective)[];
|
|
88
86
|
export declare const INIT_SAPFIORI: (rtlService: RtlService, contentDensityService: GlobalContentDensityService, themeService: ThemesService, portalService: PortalService) => () => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ButtonType } from '@fundamental-ngx/core';
|
|
3
|
-
import { PageWithFormHandlerBaseComponent } from '
|
|
3
|
+
import { PageWithFormHandlerBaseComponent } from 'barsa-novin-ray-core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PageWithHeaderComponent extends PageWithFormHandlerBaseComponent implements OnInit, AfterViewInit {
|
|
6
6
|
formpageContentClass: boolean;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
3
2
|
import { ContentDensity, ContentDensityService } from '@fundamental-ngx/core';
|
|
4
3
|
import { FormBaseComponent, PortalService, BreadCrumbInfo, FormPanelService, BreadcrumbService } from 'barsa-novin-ray-core';
|
|
5
4
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class UiFormPanelComponent extends FormBaseComponent
|
|
6
|
+
export declare class UiFormPanelComponent extends FormBaseComponent {
|
|
8
7
|
protected _breadcrumbService: BreadcrumbService;
|
|
9
8
|
protected _contentDensityService: ContentDensityService;
|
|
10
9
|
protected _portalService: PortalService;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -66,7 +66,6 @@ export * from './lib/ui-text-field-auto-complete/ui-text-field-auto-complete.com
|
|
|
66
66
|
export * from './lib/ul-loading-mask-ui/ul-loading-mask-ui.component';
|
|
67
67
|
export * from './lib/ulv-context-menu/ulv-context-menu.component';
|
|
68
68
|
export * from './lib/ui-workflow-panel-ui/ui-workflow-panel-ui.component';
|
|
69
|
-
export * from './lib/empty-page/empty-page.component';
|
|
70
69
|
export * from './lib/header-avatar/header-avatar.component';
|
|
71
70
|
export * from './lib/page-with-header/page-with-header.component';
|
|
72
71
|
export * from './lib/ui-tree/ui-tree.component';
|
|
@@ -131,13 +130,10 @@ export * from './lib/ui-check-box/ui-check-box.component';
|
|
|
131
130
|
export * from './lib/ui-switch-button/ui-switch-button.component';
|
|
132
131
|
export * from './lib/ly-layout-field-label/ly-layout-field-label.component';
|
|
133
132
|
export * from './lib/ui-text-field/ui-text-field.component';
|
|
134
|
-
export * from './lib/form-page/form-page.component';
|
|
135
133
|
export * from './lib/ulv-context-menu/ulv-context-menu.component';
|
|
136
134
|
export * from './lib/wizard-layout.directive';
|
|
137
135
|
export * from './lib/col-renderer.directive';
|
|
138
|
-
export * from './lib/page-with-form-handler-base';
|
|
139
136
|
export * from './lib/apply-conditional-formmatings.directive';
|
|
140
|
-
export * from './lib/form-page-base';
|
|
141
137
|
export * from './lib/upload-file-status.pipe';
|
|
142
138
|
export * from './lib/sap-font.pipe';
|
|
143
139
|
export * from './lib/sap-font-class.pipe';
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, HostBinding } from '@angular/core';
|
|
2
|
-
import { BarsaApi, ContainerService } from 'barsa-novin-ray-core';
|
|
3
|
-
import { PageWithFormHandlerBaseComponent } from '../page-with-form-handler-base';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/router";
|
|
6
|
-
export class EmptyPageComponent extends PageWithFormHandlerBaseComponent {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(...arguments);
|
|
9
|
-
this._position = null;
|
|
10
|
-
this.sectionClass = true;
|
|
11
|
-
this.absolutePageClass = true;
|
|
12
|
-
}
|
|
13
|
-
ngOnInit() {
|
|
14
|
-
super.ngOnInit();
|
|
15
|
-
if (!BarsaApi.LoginFormData.IsServiceDesk) {
|
|
16
|
-
this._position = 'relative';
|
|
17
|
-
}
|
|
18
|
-
if (this._activatedRoute.snapshot.data?.pageData?.Component?.Settings?.IsRelativePage) {
|
|
19
|
-
this._position = 'relative';
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
EmptyPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: EmptyPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
-
EmptyPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: EmptyPageComponent, selector: "bsu-empty-page", host: { properties: { "style.position": "this._position", "class.section": "this.sectionClass", "class.absolute-page": "this.absolutePageClass" } }, providers: [ContainerService], usesInheritance: true, ngImport: i0, template: "<ng-container #containerRef></ng-container>\r\n<router-outlet></router-outlet>\r\n<router-outlet name=\"main\"></router-outlet>\r\n", styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: EmptyPageComponent, decorators: [{
|
|
26
|
-
type: Component,
|
|
27
|
-
args: [{ selector: 'bsu-empty-page', providers: [ContainerService], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #containerRef></ng-container>\r\n<router-outlet></router-outlet>\r\n<router-outlet name=\"main\"></router-outlet>\r\n", styles: [":host{display:block}\n"] }]
|
|
28
|
-
}], propDecorators: { _position: [{
|
|
29
|
-
type: HostBinding,
|
|
30
|
-
args: ['style.position']
|
|
31
|
-
}], sectionClass: [{
|
|
32
|
-
type: HostBinding,
|
|
33
|
-
args: ['class.section']
|
|
34
|
-
}], absolutePageClass: [{
|
|
35
|
-
type: HostBinding,
|
|
36
|
-
args: ['class.absolute-page']
|
|
37
|
-
}] } });
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW1wdHktcGFnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYXJzYS1zYXAtdWkvc3JjL2xpYi9lbXB0eS1wYWdlL2VtcHR5LXBhZ2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvZW1wdHktcGFnZS9lbXB0eS1wYWdlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ3hGLE9BQU8sRUFBRSxRQUFRLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7O0FBUWxGLE1BQU0sT0FBTyxrQkFBbUIsU0FBUSxnQ0FBZ0M7SUFQeEU7O1FBUW1DLGNBQVMsR0FBa0IsSUFBSSxDQUFDO1FBQ2pDLGlCQUFZLEdBQUcsSUFBSSxDQUFDO1FBQ2Qsc0JBQWlCLEdBQUcsSUFBSSxDQUFDO0tBVWhFO0lBVEcsUUFBUTtRQUNKLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNqQixJQUFJLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQyxhQUFhLEVBQUU7WUFDdkMsSUFBSSxDQUFDLFNBQVMsR0FBRyxVQUFVLENBQUM7U0FDL0I7UUFDRCxJQUFJLElBQUksQ0FBQyxlQUFlLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxjQUFjLEVBQUU7WUFDbkYsSUFBSSxDQUFDLFNBQVMsR0FBRyxVQUFVLENBQUM7U0FDL0I7SUFDTCxDQUFDOzsrR0FaUSxrQkFBa0I7bUdBQWxCLGtCQUFrQiw4TEFIaEIsQ0FBQyxnQkFBZ0IsQ0FBQyxpRENQakMscUlBR0E7MkZET2Esa0JBQWtCO2tCQVA5QixTQUFTOytCQUNJLGdCQUFnQixhQUdmLENBQUMsZ0JBQWdCLENBQUMsbUJBQ1osdUJBQXVCLENBQUMsTUFBTTs4QkFHaEIsU0FBUztzQkFBdkMsV0FBVzt1QkFBQyxnQkFBZ0I7Z0JBQ0MsWUFBWTtzQkFBekMsV0FBVzt1QkFBQyxlQUFlO2dCQUNRLGlCQUFpQjtzQkFBcEQsV0FBVzt1QkFBQyxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBIb3N0QmluZGluZywgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEJhcnNhQXBpLCBDb250YWluZXJTZXJ2aWNlIH0gZnJvbSAnYmFyc2Etbm92aW4tcmF5LWNvcmUnO1xyXG5pbXBvcnQgeyBQYWdlV2l0aEZvcm1IYW5kbGVyQmFzZUNvbXBvbmVudCB9IGZyb20gJy4uL3BhZ2Utd2l0aC1mb3JtLWhhbmRsZXItYmFzZSc7XHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdic3UtZW1wdHktcGFnZScsXHJcbiAgICB0ZW1wbGF0ZVVybDogJy4vZW1wdHktcGFnZS5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBzdHlsZVVybHM6IFsnLi9lbXB0eS1wYWdlLmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgICBwcm92aWRlcnM6IFtDb250YWluZXJTZXJ2aWNlXSxcclxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBFbXB0eVBhZ2VDb21wb25lbnQgZXh0ZW5kcyBQYWdlV2l0aEZvcm1IYW5kbGVyQmFzZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgICBASG9zdEJpbmRpbmcoJ3N0eWxlLnBvc2l0aW9uJykgX3Bvc2l0aW9uOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcclxuICAgIEBIb3N0QmluZGluZygnY2xhc3Muc2VjdGlvbicpIHNlY3Rpb25DbGFzcyA9IHRydWU7XHJcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzLmFic29sdXRlLXBhZ2UnKSBhYnNvbHV0ZVBhZ2VDbGFzcyA9IHRydWU7XHJcbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgICAgICBzdXBlci5uZ09uSW5pdCgpO1xyXG4gICAgICAgIGlmICghQmFyc2FBcGkuTG9naW5Gb3JtRGF0YS5Jc1NlcnZpY2VEZXNrKSB7XHJcbiAgICAgICAgICAgIHRoaXMuX3Bvc2l0aW9uID0gJ3JlbGF0aXZlJztcclxuICAgICAgICB9XHJcbiAgICAgICAgaWYgKHRoaXMuX2FjdGl2YXRlZFJvdXRlLnNuYXBzaG90LmRhdGE/LnBhZ2VEYXRhPy5Db21wb25lbnQ/LlNldHRpbmdzPy5Jc1JlbGF0aXZlUGFnZSkge1xyXG4gICAgICAgICAgICB0aGlzLl9wb3NpdGlvbiA9ICdyZWxhdGl2ZSc7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcbiIsIjxuZy1jb250YWluZXIgI2NvbnRhaW5lclJlZj48L25nLWNvbnRhaW5lcj5cclxuPHJvdXRlci1vdXRsZXQ+PC9yb3V0ZXItb3V0bGV0PlxyXG48cm91dGVyLW91dGxldCBuYW1lPVwibWFpblwiPjwvcm91dGVyLW91dGxldD5cclxuIl19
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, HostBinding, Input, ViewChild } from '@angular/core';
|
|
2
|
-
import { FormService, ContainerService, FormComponent } from 'barsa-novin-ray-core';
|
|
3
|
-
import { FormPageBaseComponent } from '../form-page-base';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "barsa-novin-ray-core";
|
|
6
|
-
import * as i2 from "@angular/router";
|
|
7
|
-
export class FormPageComponent extends FormPageBaseComponent {
|
|
8
|
-
constructor() {
|
|
9
|
-
super(...arguments);
|
|
10
|
-
this.sectionClass = true;
|
|
11
|
-
this.absolutePageClass = true;
|
|
12
|
-
}
|
|
13
|
-
ngOnInit() {
|
|
14
|
-
this.containerRef = this.formRef.vcr; // it must be first because we change containerRef
|
|
15
|
-
super.ngOnInit();
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
FormPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: FormPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
-
FormPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: FormPageComponent, selector: "bsu-form-page", inputs: { formPanelCtrlr: "formPanelCtrlr" }, host: { properties: { "class.section": "this.sectionClass", "class.absolute-page": "this.absolutePageClass" } }, providers: [FormService, ContainerService], viewQueries: [{ propertyName: "formRef", first: true, predicate: FormComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
20
|
-
<bnrc-form
|
|
21
|
-
[formPanelCtrl]="formPanelCtrlr"
|
|
22
|
-
[formPanelCtrlId]="formpanelCtrlrId"
|
|
23
|
-
[params]="params"
|
|
24
|
-
(formClose)="onFormClose()"
|
|
25
|
-
></bnrc-form>
|
|
26
|
-
<router-outlet></router-outlet>
|
|
27
|
-
`, isInline: true, styles: [":host{display:block;background:var(--sapBackgroundColor)}\n"], dependencies: [{ kind: "component", type: i1.FormComponent, selector: "bnrc-form", inputs: ["params", "customFormPanelUi", "formPanelCtrl", "formPanelCtrlId"], outputs: ["titleChanged", "moChanged", "formClose", "formRendered"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: FormPageComponent, decorators: [{
|
|
29
|
-
type: Component,
|
|
30
|
-
args: [{ selector: 'bsu-form-page', template: `
|
|
31
|
-
<bnrc-form
|
|
32
|
-
[formPanelCtrl]="formPanelCtrlr"
|
|
33
|
-
[formPanelCtrlId]="formpanelCtrlrId"
|
|
34
|
-
[params]="params"
|
|
35
|
-
(formClose)="onFormClose()"
|
|
36
|
-
></bnrc-form>
|
|
37
|
-
<router-outlet></router-outlet>
|
|
38
|
-
`, providers: [FormService, ContainerService], changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;background:var(--sapBackgroundColor)}\n"] }]
|
|
39
|
-
}], propDecorators: { formRef: [{
|
|
40
|
-
type: ViewChild,
|
|
41
|
-
args: [FormComponent, { static: true }]
|
|
42
|
-
}], formPanelCtrlr: [{
|
|
43
|
-
type: Input
|
|
44
|
-
}], sectionClass: [{
|
|
45
|
-
type: HostBinding,
|
|
46
|
-
args: ['class.section']
|
|
47
|
-
}], absolutePageClass: [{
|
|
48
|
-
type: HostBinding,
|
|
49
|
-
args: ['class.absolute-page']
|
|
50
|
-
}] } });
|
|
51
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1wYWdlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhcnNhLXNhcC11aS9zcmMvbGliL2Zvcm0tcGFnZS9mb3JtLXBhZ2UuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFbEcsT0FBTyxFQUFFLFdBQVcsRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNwRixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7OztBQWlCMUQsTUFBTSxPQUFPLGlCQUFrQixTQUFRLHFCQUFxQjtJQWY1RDs7UUFrQmtDLGlCQUFZLEdBQUcsSUFBSSxDQUFDO1FBQ2Qsc0JBQWlCLEdBQUcsSUFBSSxDQUFDO0tBVWhFO0lBSkcsUUFBUTtRQUNKLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsQ0FBQyxrREFBa0Q7UUFDeEYsS0FBSyxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQ3JCLENBQUM7OzhHQWJRLGlCQUFpQjtrR0FBakIsaUJBQWlCLHVNQUhmLENBQUMsV0FBVyxFQUFFLGdCQUFnQixDQUFDLG1FQUkvQixhQUFhLHFGQWRkOzs7Ozs7OztLQVFUOzJGQUtRLGlCQUFpQjtrQkFmN0IsU0FBUzsrQkFDSSxlQUFlLFlBQ2Y7Ozs7Ozs7O0tBUVQsYUFFVSxDQUFDLFdBQVcsRUFBRSxnQkFBZ0IsQ0FBQyxtQkFDekIsdUJBQXVCLENBQUMsTUFBTTs4QkFHSCxPQUFPO3NCQUFsRCxTQUFTO3VCQUFDLGFBQWEsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUU7Z0JBQ2pDLGNBQWM7c0JBQXRCLEtBQUs7Z0JBQ3dCLFlBQVk7c0JBQXpDLFdBQVc7dUJBQUMsZUFBZTtnQkFDUSxpQkFBaUI7c0JBQXBELFdBQVc7dUJBQUMscUJBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIElucHV0LCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbmltcG9ydCB7IEZvcm1TZXJ2aWNlLCBDb250YWluZXJTZXJ2aWNlLCBGb3JtQ29tcG9uZW50IH0gZnJvbSAnYmFyc2Etbm92aW4tcmF5LWNvcmUnO1xyXG5pbXBvcnQgeyBGb3JtUGFnZUJhc2VDb21wb25lbnQgfSBmcm9tICcuLi9mb3JtLXBhZ2UtYmFzZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAnYnN1LWZvcm0tcGFnZScsXHJcbiAgICB0ZW1wbGF0ZTogYFxyXG4gICAgICAgIDxibnJjLWZvcm1cclxuICAgICAgICAgICAgW2Zvcm1QYW5lbEN0cmxdPVwiZm9ybVBhbmVsQ3RybHJcIlxyXG4gICAgICAgICAgICBbZm9ybVBhbmVsQ3RybElkXT1cImZvcm1wYW5lbEN0cmxySWRcIlxyXG4gICAgICAgICAgICBbcGFyYW1zXT1cInBhcmFtc1wiXHJcbiAgICAgICAgICAgIChmb3JtQ2xvc2UpPVwib25Gb3JtQ2xvc2UoKVwiXHJcbiAgICAgICAgPjwvYm5yYy1mb3JtPlxyXG4gICAgICAgIDxyb3V0ZXItb3V0bGV0Pjwvcm91dGVyLW91dGxldD5cclxuICAgIGAsXHJcbiAgICBzdHlsZVVybHM6IFsnLi9mb3JtLXBhZ2UuY29tcG9uZW50LnNjc3MnXSxcclxuICAgIHByb3ZpZGVyczogW0Zvcm1TZXJ2aWNlLCBDb250YWluZXJTZXJ2aWNlXSxcclxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBGb3JtUGFnZUNvbXBvbmVudCBleHRlbmRzIEZvcm1QYWdlQmFzZUNvbXBvbmVudCB7XHJcbiAgICBAVmlld0NoaWxkKEZvcm1Db21wb25lbnQsIHsgc3RhdGljOiB0cnVlIH0pIGZvcm1SZWY6IEZvcm1Db21wb25lbnQ7XHJcbiAgICBASW5wdXQoKSBmb3JtUGFuZWxDdHJscjogYW55O1xyXG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcy5zZWN0aW9uJykgc2VjdGlvbkNsYXNzID0gdHJ1ZTtcclxuICAgIEBIb3N0QmluZGluZygnY2xhc3MuYWJzb2x1dGUtcGFnZScpIGFic29sdXRlUGFnZUNsYXNzID0gdHJ1ZTtcclxuICAgIG1vSWQ6IHN0cmluZztcclxuICAgIHR5cGVEZWZJZDogc3RyaW5nO1xyXG4gICAgcmVwb3J0SWQ6IHN0cmluZztcclxuICAgIHZpZXdJZDogc3RyaW5nO1xyXG4gICAgZm9ybXBhbmVsQ3RybHJJZDogc3RyaW5nO1xyXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICAgICAgdGhpcy5jb250YWluZXJSZWYgPSB0aGlzLmZvcm1SZWYudmNyOyAvLyBpdCBtdXN0IGJlIGZpcnN0IGJlY2F1c2Ugd2UgY2hhbmdlIGNvbnRhaW5lclJlZlxyXG4gICAgICAgIHN1cGVyLm5nT25Jbml0KCk7XHJcbiAgICB9XHJcbn1cclxuIl19
|