barsa-develop-components 1.0.358 → 1.0.360

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.
Files changed (24) hide show
  1. package/esm2020/lib/barsa-develop-components.module.mjs +16 -4
  2. package/esm2020/lib/barsa-geographic-location/barsa-geographic-location.component.mjs +10 -3
  3. package/esm2020/lib/form-card/form-card.component.mjs +65 -0
  4. package/esm2020/lib/form-report-view/form-report-view.component.mjs +20 -0
  5. package/esm2020/lib/form-report-view-item/form-report-view-item.component.mjs +33 -0
  6. package/esm2020/lib/micro-process-flow-view/micro-process-flow-view.component.mjs +2 -2
  7. package/esm2020/lib/models/form-report-view-setting.mjs +2 -0
  8. package/esm2020/lib/models/index.mjs +2 -1
  9. package/esm2020/lib/service-desk-servcie-detail/service-desk-servcie-detail.component.mjs +4 -18
  10. package/esm2020/lib/ui-num-rate/ui-num-rate.component.mjs +3 -3
  11. package/esm2020/public-api.mjs +4 -1
  12. package/fesm2015/barsa-develop-components.mjs +133 -33
  13. package/fesm2015/barsa-develop-components.mjs.map +1 -1
  14. package/fesm2020/barsa-develop-components.mjs +133 -32
  15. package/fesm2020/barsa-develop-components.mjs.map +1 -1
  16. package/lib/barsa-develop-components.module.d.ts +19 -14
  17. package/lib/form-card/form-card.component.d.ts +40 -0
  18. package/lib/form-report-view/form-report-view.component.d.ts +10 -0
  19. package/lib/form-report-view-item/form-report-view-item.component.d.ts +18 -0
  20. package/lib/models/form-report-view-setting.d.ts +4 -0
  21. package/lib/models/index.d.ts +1 -0
  22. package/lib/service-desk-servcie-detail/service-desk-servcie-detail.component.d.ts +0 -1
  23. package/package.json +1 -1
  24. package/public-api.d.ts +3 -0
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ChangeDetectionStrategy, Input, ViewChild, Injectable, EventEmitter, Output, Pipe, HostBinding, HostListener, RendererStyleFlags2, ElementRef, ViewEncapsulation, ViewChildren, ViewContainerRef, TemplateRef, Optional, NgModule, CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from '@angular/core';
2
+ import { Component, ChangeDetectionStrategy, Input, ViewChild, Injectable, EventEmitter, Output, Pipe, HostBinding, HostListener, RendererStyleFlags2, ElementRef, ViewEncapsulation, ViewChildren, ViewContainerRef, TemplateRef, Optional, ContentChildren, NgModule, CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from '@angular/core';
3
3
  import * as i3$2 from 'barsa-sap-ui';
4
4
  import { DeviceInfoFieldBaseComponent, UiMoInfoSubFormUiComponent, UiCheckBoxComponent, UiMoInfoUlvComboComponent, UiSimpleComboComponent, UiPicturesInfoComponent, UiPdfViewerComponent, ColumnRendererComponent, BarsaSapUiModule } from 'barsa-sap-ui';
5
5
  import { Subject, debounceTime, distinctUntilChanged, BehaviorSubject, of, takeUntil as takeUntil$1 } from 'rxjs';
@@ -8,10 +8,10 @@ import { ReactiveFormsModule, FormsModule } from '@angular/forms';
8
8
  import * as i2$1 from '@fundamental-ngx/core/input-group';
9
9
  import * as i3 from '@fundamental-ngx/core/toolbar';
10
10
  import * as i1 from 'barsa-novin-ray-core';
11
- import { ReportViewBaseComponent, FieldBaseComponent, FormBaseComponent, FormPanelService, BaseComponent, BarsaApi, ReportBaseComponent, BaseItemContentPropsComponent, FormPropsBaseComponent, BaseFormToolbaritemPropsComponent, DateService, getDateService, LogService, UploadService, AudioRecordingService, VideoRecordingService, createGridEditorFormPanel, ImageMimeType, AudioMimeType, VideoMimeType, AllFilesMimeType, PreventDefaulEvent, isImage, getIcon, FilesValidationHelper, LinearListHelper, getUniqueId, BaseModule, BarsaNovinRayCoreModule } from 'barsa-novin-ray-core';
11
+ import { ReportViewBaseComponent, FieldBaseComponent, FormBaseComponent, FormPanelService, BaseComponent, BarsaApi, ReportBaseComponent, BaseItemContentPropsComponent, FormPropsBaseComponent, FindLayoutSettingFromLayout94, BaseFormToolbaritemPropsComponent, DateService, getDateService, LogService, UploadService, AudioRecordingService, VideoRecordingService, createGridEditorFormPanel, ImageMimeType, AudioMimeType, VideoMimeType, AllFilesMimeType, PreventDefaulEvent, isImage, getIcon, FilesValidationHelper, LinearListHelper, getUniqueId, BaseViewPropsComponent, BaseModule, BarsaNovinRayCoreModule } from 'barsa-novin-ray-core';
12
12
  import { takeUntil, shareReplay, filter, map, debounceTime as debounceTime$1, tap, exhaustMap, concatMap, finalize, delay, withLatestFrom } from 'rxjs/operators';
13
13
  import * as i2$3 from '@fundamental-ngx/core';
14
- import { TabListComponent, PopoverBodyComponent, TabPanelComponent, FundamentalNgxCoreModule } from '@fundamental-ngx/core';
14
+ import { TabListComponent, PopoverBodyComponent, TabPanelComponent, UploadCollectionItemDirective, FundamentalNgxCoreModule } from '@fundamental-ngx/core';
15
15
  import * as i1$1 from '@angular/common';
16
16
  import { CommonModule } from '@angular/common';
17
17
  import * as i2$2 from '@fundamental-ngx/core/tabs';
@@ -51,13 +51,12 @@ import * as i4$9 from '@fundamental-ngx/core/carousel';
51
51
  import * as i1$3 from '@fundamental-ngx/core/rating-indicator';
52
52
  import * as i4$a from '@fundamental-ngx/core/nested-list';
53
53
  import * as i5$4 from '@fundamental-ngx/core/progress-indicator';
54
- import * as i2$6 from '@fundamental-ngx/core/menu';
54
+ import * as i5$5 from '@fundamental-ngx/core/menu';
55
55
  import * as i3$5 from '@fundamental-ngx/core/split-button';
56
56
  import * as i4$b from '@fundamental-ngx/core/action-sheet';
57
57
  import * as i7$3 from '@fundamental-ngx/core/file-uploader';
58
58
  import * as i9 from '@fundamental-ngx/core/inline-help';
59
- import * as L from 'leaflet';
60
- import * as i2$7 from '@fundamental-ngx/core/content-density';
59
+ import * as i2$6 from '@fundamental-ngx/core/content-density';
61
60
  import * as i3$6 from '@fundamental-ngx/core/token';
62
61
 
63
62
  class UiTextFieldSearchComponent extends DeviceInfoFieldBaseComponent {
@@ -160,7 +159,7 @@ class MicroProcessFlowViewComponent extends ReportViewBaseComponent {
160
159
  this.fieldTitle = this.viewSetting.FieldTitle;
161
160
  this.fieldIcon = this.viewSetting.FieldIcon;
162
161
  this.fieldState = this.viewSetting.FieldState;
163
- this.mode = this.viewSetting.Mode$Caption;
162
+ this.mode = this.viewSetting.ModeValue$Caption;
164
163
  }
165
164
  }
166
165
  MicroProcessFlowViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: MicroProcessFlowViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
@@ -1409,23 +1408,9 @@ class ServiceDeskServcieDetailComponent extends FormPropsBaseComponent {
1409
1408
  });
1410
1409
  }, 0);
1411
1410
  }
1412
- _findTab(layout94, title) {
1413
- if (layout94.Title === title) {
1414
- return layout94;
1415
- }
1416
- let tempLayout94 = null;
1417
- if (layout94.items?.length) {
1418
- for (let i = 0; i < layout94.items.length; i++) {
1419
- if (!tempLayout94) {
1420
- tempLayout94 = this._findTab(layout94.items[i], title);
1421
- }
1422
- }
1423
- }
1424
- return tempLayout94;
1425
- }
1426
1411
  _prepare($FieldDict, mo) {
1427
- const leftside = this._findTab(this.layout94, 'جدول چپ');
1428
- const rightside = this._findTab(this.layout94, 'جدول راست');
1412
+ const leftside = FindLayoutSettingFromLayout94(this.layout94, 'جدول چپ');
1413
+ const rightside = FindLayoutSettingFromLayout94(this.layout94, 'جدول راست');
1429
1414
  leftside?.items[0]?.items?.forEach((item2) => {
1430
1415
  const key = item2.Caption;
1431
1416
  const fieldName = $FieldDict[key];
@@ -2302,10 +2287,10 @@ class UiNumRateComponent extends FieldBaseComponent {
2302
2287
  }
2303
2288
  }
2304
2289
  UiNumRateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: UiNumRateComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
2305
- UiNumRateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: UiNumRateComponent, selector: "bdc-ui-num-rate", usesInheritance: true, ngImport: i0, template: "<fd-rating-indicator\r\n [ariaLabel]=\"Setting.NullText || ''\"\r\n [size]=\"parameters?.Size$Caption\"\r\n [value]=\"value\"\r\n [disabled]=\"(disableOrReadonly$ | async) === true\"\r\n [displayMode]=\"parameters?.DisplayMode\"\r\n [dynamicTextIndicator]=\"parameters?.TextIndicator\"\r\n (ratingChanged)=\"onRatingChanged($event)\"\r\n></fd-rating-indicator>\r\n", styles: [":host{display:flex}\n"], dependencies: [{ kind: "component", type: i1$3.RatingIndicatorComponent, selector: "fd-rating-indicator", inputs: ["class", "name", "ariaLabel", "ariaLabelledBy", "disabled", "displayMode", "indicatorCapacity", "allowHalves", "value", "totalRatings", "ratingAverage", "ratings", "displayAllRatings", "ratedIcon", "unratedIcon", "size", "dynamicTextIndicator"], outputs: ["ratingChanged"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2290
+ UiNumRateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: UiNumRateComponent, selector: "bdc-ui-num-rate", usesInheritance: true, ngImport: i0, template: "<fd-rating-indicator\n [ariaLabel]=\"Setting.NullText || ''\"\n [size]=\"parameters?.SizeValue$Caption\"\n [value]=\"value\"\n [disabled]=\"(disableOrReadonly$ | async) === true\"\n [displayMode]=\"parameters?.DisplayMode\"\n [dynamicTextIndicator]=\"parameters?.TextIndicator\"\n (ratingChanged)=\"onRatingChanged($event)\"\n></fd-rating-indicator>\n", styles: [":host{display:flex}\n"], dependencies: [{ kind: "component", type: i1$3.RatingIndicatorComponent, selector: "fd-rating-indicator", inputs: ["class", "name", "ariaLabel", "ariaLabelledBy", "disabled", "displayMode", "indicatorCapacity", "allowHalves", "value", "totalRatings", "ratingAverage", "ratings", "displayAllRatings", "ratedIcon", "unratedIcon", "size", "dynamicTextIndicator"], outputs: ["ratingChanged"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2306
2291
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: UiNumRateComponent, decorators: [{
2307
2292
  type: Component,
2308
- args: [{ selector: 'bdc-ui-num-rate', changeDetection: ChangeDetectionStrategy.OnPush, template: "<fd-rating-indicator\r\n [ariaLabel]=\"Setting.NullText || ''\"\r\n [size]=\"parameters?.Size$Caption\"\r\n [value]=\"value\"\r\n [disabled]=\"(disableOrReadonly$ | async) === true\"\r\n [displayMode]=\"parameters?.DisplayMode\"\r\n [dynamicTextIndicator]=\"parameters?.TextIndicator\"\r\n (ratingChanged)=\"onRatingChanged($event)\"\r\n></fd-rating-indicator>\r\n", styles: [":host{display:flex}\n"] }]
2293
+ args: [{ selector: 'bdc-ui-num-rate', changeDetection: ChangeDetectionStrategy.OnPush, template: "<fd-rating-indicator\n [ariaLabel]=\"Setting.NullText || ''\"\n [size]=\"parameters?.SizeValue$Caption\"\n [value]=\"value\"\n [disabled]=\"(disableOrReadonly$ | async) === true\"\n [displayMode]=\"parameters?.DisplayMode\"\n [dynamicTextIndicator]=\"parameters?.TextIndicator\"\n (ratingChanged)=\"onRatingChanged($event)\"\n></fd-rating-indicator>\n", styles: [":host{display:flex}\n"] }]
2309
2294
  }] });
2310
2295
 
2311
2296
  class MediaFileUploaderComponent extends UiPdfViewerComponent {
@@ -2592,7 +2577,7 @@ class ReportButtonViewComponent extends BaseFormToolbaritemPropsComponent {
2592
2577
  onButtonClick(btn) { }
2593
2578
  }
2594
2579
  ReportButtonViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ReportButtonViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
2595
- ReportButtonViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: ReportButtonViewComponent, selector: "bdc-report-button-view", usesInheritance: true, ngImport: i0, template: "<!-- <fd-split-button\nfd-toolbar-item\n[fdType]=\"'transparent'\"\n[mainAction]=\"{\n keepMainAction: true,\n mainActionTitle: 'Choose' | bbbTranslate\n}\"\n>\n<fd-menu>\n <li fd-menu-item *ngFor=\"let mo of moDataList;let index=index\">\n <div fd-menu-interactive (click)=\"onRowCheck({mo,index})\">\n <span fd-menu-title>\n <fd-icon [glyph]=\"viewSetting.Icon | rval: mo:allColumns:true \"> </fd-icon>\n </span>\n </div>\n </li>\n</fd-menu>\n</fd-split-button> -->\n\n<fd-split-button\n fd-toolbar-item\n [mainAction]=\"{ mainActionTitle: parameters.MainActionTitle, keepMainAction: true }\"\n [fdType]=\"parameters.FdType$Caption\"\n (click)=\"onMainActionClick(menu)\"\n>\n <fd-menu #menu>\n <li fd-menu-item *ngFor=\"let mo of moDataList; let index = index\" (click)=\"onButtonClick(mo)\">\n <div fd-menu-interactive>\n <fd-menu-addon position=\"before\"> </fd-menu-addon>\n <span fd-menu-title>{{ mo.$Caption | bbbTranslate }}</span>\n </div>\n </li>\n </fd-menu>\n</fd-split-button>\n", styles: [""], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2$6.MenuComponent, selector: "fd-menu", inputs: ["mobile", "disabled", "focusTrapped", "openOnHoverTime", "mobileConfig", "ariaLabel", "ariaLabelledby", "id"], outputs: ["activePath"] }, { kind: "component", type: i2$6.MenuItemComponent, selector: "li[fd-menu-item]", inputs: ["disabled", "itemId", "submenu"], outputs: ["onSelect"], exportAs: ["fd-menu-item"] }, { kind: "directive", type: i2$6.MenuInteractiveDirective, selector: "[fd-menu-interactive]" }, { kind: "directive", type: i2$6.MenuTitleDirective, selector: "[fd-menu-title]" }, { kind: "component", type: i2$6.MenuAddonDirective, selector: "fd-menu-addon", inputs: ["position", "glyph", "submenuIndicator", "ariaHidden"] }, { kind: "component", type: i3$5.SplitButtonComponent, selector: "fd-split-button", inputs: ["glyph", "disabled", "mainActionTitle", "fdType", "expandButtonAriaLabel", "expandButtonTitle", "selected", "fixedWidth", "mainAction", "arialLabel"], outputs: ["primaryButtonClicked"] }, { kind: "directive", type: i3.ToolbarItemDirective, selector: "[fd-toolbar-item]" }, { kind: "pipe", type: i1.BbbTranslatePipe, name: "bbbTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2580
+ ReportButtonViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: ReportButtonViewComponent, selector: "bdc-report-button-view", usesInheritance: true, ngImport: i0, template: "<!-- <fd-split-button\nfd-toolbar-item\n[fdType]=\"'transparent'\"\n[mainAction]=\"{\n keepMainAction: true,\n mainActionTitle: 'Choose' | bbbTranslate\n}\"\n>\n<fd-menu>\n <li fd-menu-item *ngFor=\"let mo of moDataList;let index=index\">\n <div fd-menu-interactive (click)=\"onRowCheck({mo,index})\">\n <span fd-menu-title>\n <fd-icon [glyph]=\"viewSetting.Icon | rval: mo:allColumns:true \"> </fd-icon>\n </span>\n </div>\n </li>\n</fd-menu>\n</fd-split-button> -->\n\n<fd-split-button\n fd-toolbar-item\n [mainAction]=\"{ mainActionTitle: parameters.MainActionTitle, keepMainAction: true }\"\n [fdType]=\"parameters.FdType$Caption\"\n (click)=\"onMainActionClick(menu)\"\n>\n <fd-menu #menu>\n <li fd-menu-item *ngFor=\"let mo of moDataList; let index = index\" (click)=\"onButtonClick(mo)\">\n <div fd-menu-interactive>\n <fd-menu-addon position=\"before\"> </fd-menu-addon>\n <span fd-menu-title>{{ mo.$Caption | bbbTranslate }}</span>\n </div>\n </li>\n </fd-menu>\n</fd-split-button>\n", styles: [""], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i5$5.MenuComponent, selector: "fd-menu", inputs: ["mobile", "disabled", "focusTrapped", "openOnHoverTime", "mobileConfig", "ariaLabel", "ariaLabelledby", "id"], outputs: ["activePath"] }, { kind: "component", type: i5$5.MenuItemComponent, selector: "li[fd-menu-item]", inputs: ["disabled", "itemId", "submenu"], outputs: ["onSelect"], exportAs: ["fd-menu-item"] }, { kind: "directive", type: i5$5.MenuInteractiveDirective, selector: "[fd-menu-interactive]" }, { kind: "directive", type: i5$5.MenuTitleDirective, selector: "[fd-menu-title]" }, { kind: "component", type: i5$5.MenuAddonDirective, selector: "fd-menu-addon", inputs: ["position", "glyph", "submenuIndicator", "ariaHidden"] }, { kind: "component", type: i3$5.SplitButtonComponent, selector: "fd-split-button", inputs: ["glyph", "disabled", "mainActionTitle", "fdType", "expandButtonAriaLabel", "expandButtonTitle", "selected", "fixedWidth", "mainAction", "arialLabel"], outputs: ["primaryButtonClicked"] }, { kind: "directive", type: i3.ToolbarItemDirective, selector: "[fd-toolbar-item]" }, { kind: "pipe", type: i1.BbbTranslatePipe, name: "bbbTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2596
2581
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ReportButtonViewComponent, decorators: [{
2597
2582
  type: Component,
2598
2583
  args: [{ selector: 'bdc-report-button-view', changeDetection: ChangeDetectionStrategy.OnPush, template: "<!-- <fd-split-button\nfd-toolbar-item\n[fdType]=\"'transparent'\"\n[mainAction]=\"{\n keepMainAction: true,\n mainActionTitle: 'Choose' | bbbTranslate\n}\"\n>\n<fd-menu>\n <li fd-menu-item *ngFor=\"let mo of moDataList;let index=index\">\n <div fd-menu-interactive (click)=\"onRowCheck({mo,index})\">\n <span fd-menu-title>\n <fd-icon [glyph]=\"viewSetting.Icon | rval: mo:allColumns:true \"> </fd-icon>\n </span>\n </div>\n </li>\n</fd-menu>\n</fd-split-button> -->\n\n<fd-split-button\n fd-toolbar-item\n [mainAction]=\"{ mainActionTitle: parameters.MainActionTitle, keepMainAction: true }\"\n [fdType]=\"parameters.FdType$Caption\"\n (click)=\"onMainActionClick(menu)\"\n>\n <fd-menu #menu>\n <li fd-menu-item *ngFor=\"let mo of moDataList; let index = index\" (click)=\"onButtonClick(mo)\">\n <div fd-menu-interactive>\n <fd-menu-addon position=\"before\"> </fd-menu-addon>\n <span fd-menu-title>{{ mo.$Caption | bbbTranslate }}</span>\n </div>\n </li>\n </fd-menu>\n</fd-split-button>\n" }]
@@ -2959,7 +2944,15 @@ class BarsaGeographicLocationComponent extends BaseComponent {
2959
2944
  }
2960
2945
  ngAfterViewInit() {
2961
2946
  super.ngAfterViewInit();
2962
- this._initilaize();
2947
+ head.load([
2948
+ 'Lib/leaflet/leaflet.css',
2949
+ 'Lib/leaflet/leaflet-src.js',
2950
+ 'Lib/leaflet/SearchControl.js',
2951
+ 'Lib/leaflet/BeautifyMarker-master/leaflet-beautify-marker-icon.css',
2952
+ 'Lib/leaflet/BeautifyMarker-master/leaflet-beautify-marker-icon.js',
2953
+ 'Lib/leaflet/BeautifyMarker-master/leaflet-beautify-marker.js',
2954
+ 'Lib/leaflet/BeautifyMarker-master/leaflet-beautify-marker-icon-barsa.js'
2955
+ ], () => this._initilaize());
2963
2956
  }
2964
2957
  onCurrentLocation() {
2965
2958
  if (this.disableOrReadonly) {
@@ -3182,7 +3175,7 @@ class TokenReportViewComponent extends ReportViewBaseComponent {
3182
3175
  }
3183
3176
  }
3184
3177
  TokenReportViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TokenReportViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
3185
- TokenReportViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: TokenReportViewComponent, selector: "bdc-token-report-view", usesInheritance: true, ngImport: i0, template: "<ng-container *ngFor=\"let mo of moDataList | multipleGroupBy: groupby; let index = index; let last = last\">\n <ng-container *ngIf=\"!mo.parent || mo.parent?.expanded\">\n <ng-container\n *ngTemplateOutlet=\"\n itemTemplate;\n context: {\n $implicit: mo,\n index: index,\n last: last,\n columns: columns,\n moDataList: moDataList,\n moDataListCount: moDataList.length\n }\n \"\n ></ng-container>\n </ng-container>\n</ng-container>\n<ng-template\n #itemTemplate\n let-mo\n let-index=\"index\"\n let-last=\"last\"\n let-columns=\"columns\"\n let-moDataListCount=\"moDataListCount\"\n let-moDataList=\"moDataList\"\n>\n <fd-token fdCozy (onCloseClick)=\"onRemoveItem(mo, index)\" [readOnly]=\"false\">{{\n columns[0].Caption | rval: mo:columns:true\n }}</fd-token>\n</ng-template>\n", styles: [":host{display:flex;column-gap:5px;flex-wrap:wrap;row-gap:5px}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2$7.ContentDensityDirective, selector: "[fdContentDensity]:not([fdCompact]):not([fdCondensed]):not([fdCozy]), [fdCompact]:not([fdContentDensity]):not([fdCondensed]):not([fdCozy]), [fdCondensed]:not([fdContentDensity]):not([fdCompact]):not([fdCozy]), [fdCozy]:not([fdContentDensity]):not([fdCompact]):not([fdCondensed])", inputs: ["fdContentDensity", "fdCompact", "fdCondensed", "fdCozy"], exportAs: ["fdContentDensity"] }, { kind: "component", type: i3$6.TokenComponent, selector: "fd-token", inputs: ["disabled", "selected", "readOnly", "deleteButtonLabel", "ariaRoleDescription"], outputs: ["onCloseClick", "onRemove", "onTokenClick", "onTokenKeydown"] }, { kind: "pipe", type: i1.MultipleGroupByPipe, name: "multipleGroupBy" }, { kind: "pipe", type: i1.MoReportValuePipe, name: "rval" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
3178
+ TokenReportViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: TokenReportViewComponent, selector: "bdc-token-report-view", usesInheritance: true, ngImport: i0, template: "<ng-container *ngFor=\"let mo of moDataList | multipleGroupBy: groupby; let index = index; let last = last\">\n <ng-container *ngIf=\"!mo.parent || mo.parent?.expanded\">\n <ng-container\n *ngTemplateOutlet=\"\n itemTemplate;\n context: {\n $implicit: mo,\n index: index,\n last: last,\n columns: columns,\n moDataList: moDataList,\n moDataListCount: moDataList.length\n }\n \"\n ></ng-container>\n </ng-container>\n</ng-container>\n<ng-template\n #itemTemplate\n let-mo\n let-index=\"index\"\n let-last=\"last\"\n let-columns=\"columns\"\n let-moDataListCount=\"moDataListCount\"\n let-moDataList=\"moDataList\"\n>\n <fd-token fdCozy (onCloseClick)=\"onRemoveItem(mo, index)\" [readOnly]=\"false\">{{\n columns[0].Caption | rval: mo:columns:true\n }}</fd-token>\n</ng-template>\n", styles: [":host{display:flex;column-gap:5px;flex-wrap:wrap;row-gap:5px}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2$6.ContentDensityDirective, selector: "[fdContentDensity]:not([fdCompact]):not([fdCondensed]):not([fdCozy]), [fdCompact]:not([fdContentDensity]):not([fdCondensed]):not([fdCozy]), [fdCondensed]:not([fdContentDensity]):not([fdCompact]):not([fdCozy]), [fdCozy]:not([fdContentDensity]):not([fdCompact]):not([fdCondensed])", inputs: ["fdContentDensity", "fdCompact", "fdCondensed", "fdCozy"], exportAs: ["fdContentDensity"] }, { kind: "component", type: i3$6.TokenComponent, selector: "fd-token", inputs: ["disabled", "selected", "readOnly", "deleteButtonLabel", "ariaRoleDescription"], outputs: ["onCloseClick", "onRemove", "onTokenClick", "onTokenKeydown"] }, { kind: "pipe", type: i1.MultipleGroupByPipe, name: "multipleGroupBy" }, { kind: "pipe", type: i1.MoReportValuePipe, name: "rval" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
3186
3179
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TokenReportViewComponent, decorators: [{
3187
3180
  type: Component,
3188
3181
  args: [{ selector: 'bdc-token-report-view', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngFor=\"let mo of moDataList | multipleGroupBy: groupby; let index = index; let last = last\">\n <ng-container *ngIf=\"!mo.parent || mo.parent?.expanded\">\n <ng-container\n *ngTemplateOutlet=\"\n itemTemplate;\n context: {\n $implicit: mo,\n index: index,\n last: last,\n columns: columns,\n moDataList: moDataList,\n moDataListCount: moDataList.length\n }\n \"\n ></ng-container>\n </ng-container>\n</ng-container>\n<ng-template\n #itemTemplate\n let-mo\n let-index=\"index\"\n let-last=\"last\"\n let-columns=\"columns\"\n let-moDataListCount=\"moDataListCount\"\n let-moDataList=\"moDataList\"\n>\n <fd-token fdCozy (onCloseClick)=\"onRemoveItem(mo, index)\" [readOnly]=\"false\">{{\n columns[0].Caption | rval: mo:columns:true\n }}</fd-token>\n</ng-template>\n", styles: [":host{display:flex;column-gap:5px;flex-wrap:wrap;row-gap:5px}\n"] }]
@@ -3267,6 +3260,105 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
3267
3260
  type: Input
3268
3261
  }] } });
3269
3262
 
3263
+ class FormReportViewItemComponent extends BaseViewPropsComponent {
3264
+ constructor() {
3265
+ super(...arguments);
3266
+ this.toolbarItems = [];
3267
+ }
3268
+ ngOnInit() {
3269
+ super.ngOnInit();
3270
+ this.mo.$FieldDict = this.fieldDict;
3271
+ this.formSetting.Data = { Mo: this.mo };
3272
+ this.formParams = {
3273
+ formSetting: this.formSetting,
3274
+ moId: this.mo.Id,
3275
+ typeDefId: this.typeDefId,
3276
+ isSimple: true,
3277
+ viewId: this.formSetting.View.TypeViewId
3278
+ };
3279
+ }
3280
+ }
3281
+ FormReportViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: FormReportViewItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
3282
+ FormReportViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: FormReportViewItemComponent, selector: "bdc-form-report-view-item", inputs: { mo: "mo", fieldDict: "fieldDict" }, usesInheritance: true, ngImport: i0, template: "<bnrc-form class=\"form-report-view-item\" [params]=\"formParams\"></bnrc-form>\n", styles: [""], dependencies: [{ kind: "component", type: i1.FormComponent, selector: "bnrc-form", inputs: ["params", "customFormPanelUi", "formPanelCtrl", "formPanelCtrlId"], outputs: ["titleChanged", "moChanged", "formClose", "formRendered"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
3283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: FormReportViewItemComponent, decorators: [{
3284
+ type: Component,
3285
+ args: [{ selector: 'bdc-form-report-view-item', changeDetection: ChangeDetectionStrategy.OnPush, template: "<bnrc-form class=\"form-report-view-item\" [params]=\"formParams\"></bnrc-form>\n" }]
3286
+ }], propDecorators: { mo: [{
3287
+ type: Input
3288
+ }], fieldDict: [{
3289
+ type: Input
3290
+ }] } });
3291
+
3292
+ class FormReportViewComponent extends ReportViewBaseComponent {
3293
+ ngOnInit() {
3294
+ super.ngOnInit();
3295
+ const x = BarsaApi.Bw.RunBlMethod('GetSerializeFormSetting', this.typeViewId);
3296
+ this.formSettingItem = BarsaApi.Ext.decode(x);
3297
+ }
3298
+ }
3299
+ FormReportViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: FormReportViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
3300
+ FormReportViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: FormReportViewComponent, selector: "bdc-form-report-view", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"moDataList?.length; else empty\">\n <ng-container *ngFor=\"let mo of moDataList; let index = index; let last = last; trackBy: _trackByRow\">\n <bdc-form-report-view-item\n [setting]=\"viewSetting\"\n [formSetting]=\"formSettingItem\"\n [fieldDict]=\"fieldDict\"\n [typeDefId]=\"typeDefId\"\n [columnsCount]=\"columnsCount\"\n [moDataList]=\"moDataList\"\n [mo]=\"mo\"\n [rtl]=\"rtl\"\n (editFormPanelSave)=\"onEditFormPanelSave($event)\"\n (editFormPanelCancel)=\"onEditFormPanelCancel(mo)\"\n >\n </bdc-form-report-view-item>\n </ng-container>\n</ng-container>\n\n<ng-template #empty>\n <bsu-no-data></bsu-no-data>\n</ng-template>\n", styles: [""], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3$2.NoDataComponent, selector: "bsu-no-data" }, { kind: "component", type: FormReportViewItemComponent, selector: "bdc-form-report-view-item", inputs: ["mo", "fieldDict"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
3301
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: FormReportViewComponent, decorators: [{
3302
+ type: Component,
3303
+ args: [{ selector: 'bdc-form-report-view', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"moDataList?.length; else empty\">\n <ng-container *ngFor=\"let mo of moDataList; let index = index; let last = last; trackBy: _trackByRow\">\n <bdc-form-report-view-item\n [setting]=\"viewSetting\"\n [formSetting]=\"formSettingItem\"\n [fieldDict]=\"fieldDict\"\n [typeDefId]=\"typeDefId\"\n [columnsCount]=\"columnsCount\"\n [moDataList]=\"moDataList\"\n [mo]=\"mo\"\n [rtl]=\"rtl\"\n (editFormPanelSave)=\"onEditFormPanelSave($event)\"\n (editFormPanelCancel)=\"onEditFormPanelCancel(mo)\"\n >\n </bdc-form-report-view-item>\n </ng-container>\n</ng-container>\n\n<ng-template #empty>\n <bsu-no-data></bsu-no-data>\n</ng-template>\n" }]
3304
+ }] });
3305
+
3306
+ class FormCardComponent extends FormBaseComponent {
3307
+ constructor() {
3308
+ super(...arguments);
3309
+ this.attachments = [];
3310
+ this.selectedValues = [];
3311
+ this.selectedValuesCc = [];
3312
+ this.selectedValuesBc = [];
3313
+ this.values = ['عادی', 'محرمانه', 'خیلی محرمانه'];
3314
+ this.values2 = ['عادی', 'آنی', 'فوری'];
3315
+ this.roneveshtBc = false;
3316
+ this.roneveshtCc = false;
3317
+ this.files = [
3318
+ { fileName: 'File_Name_1', extension: 'txt', icon: 'activate', inEdit: false },
3319
+ {
3320
+ fileName: 'File_Name_2',
3321
+ extension: 'jpg',
3322
+ icon: 'calendar',
3323
+ marker1: 'flag',
3324
+ marker2: 'add-favorite',
3325
+ inEdit: false
3326
+ },
3327
+ { fileName: 'File_Name_3', extension: 'pdf', icon: 'customer', inEdit: false }
3328
+ ];
3329
+ this.displayedItems = ['Apple', 'Banana', 'Orange', 'Pineapple', 'Strawberry'];
3330
+ this.attachmentInEdit = false;
3331
+ this.cards = [1];
3332
+ this.secondConfig = {
3333
+ approveButtonText: 'Approve',
3334
+ cancelButtonText: 'Cancel',
3335
+ hasCloseButton: true,
3336
+ dialogConfig: {
3337
+ ariaLabel: 'Select fruits dialog'
3338
+ }
3339
+ };
3340
+ }
3341
+ ngOnInit() {
3342
+ super.ngOnInit();
3343
+ }
3344
+ fileNameChanged(event) {
3345
+ window.alert('User has updated the file name to ' + event.fileName);
3346
+ }
3347
+ deleteClicked(event, file) {
3348
+ window.alert('User has deleted the file ' + event.fileName + '.' + event.extension);
3349
+ this.files.splice(this.files.indexOf(file), 1);
3350
+ }
3351
+ }
3352
+ FormCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: FormCardComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
3353
+ FormCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: FormCardComponent, selector: "bdc-form-card", providers: [FormPanelService], queries: [{ propertyName: "uploadCollectionItems", predicate: UploadCollectionItemDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: "<fd-card cardType=\"object\">\n <ng-container *ngIf=\"toolbarItems$ | async as toolbarItems\">\n <fd-card-header *ngIf=\"(toolbarVisible$ | async) !== false && toolbarItems.length\">\n <div fd-card-title></div>\n <div fd-card-subtitle style=\"width: 100%\"></div>\n </fd-card-header>\n </ng-container>\n <fd-card-content>\n <bsu-ly-layout-container-of-root\n [config]=\"layout94$ | async\"\n [isPanel]=\"false\"\n [isRoot]=\"true\"\n ></bsu-ly-layout-container-of-root>\n </fd-card-content>\n <fd-card-footer>\n <button\n style=\"min-width: 6.5rem\"\n [label]=\"'\u0645\u0634\u062E\u0635\u0627\u062A \u0646\u0627\u0645\u0647'\"\n [title]=\"'\u0645\u0634\u062E\u0635\u0627\u062A \u0646\u0627\u0645\u0647'\"\n fd-button\n [fdMenu]=\"true\"\n fdType=\"transparent\"\n [fdMenuTrigger]=\"menuIcons\"\n ></button>\n <fd-menu #menuIcons>\n <li fd-menu-item [submenu]=\"noeErja\">\n <div fd-menu-interactive>\n <span fd-menu-title>\u0646\u0648\u0639 \u0627\u0631\u062C\u0627\u0639</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </div>\n </li>\n <li fd-menu-item [submenu]=\"noeNameh\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0646\u0648\u0639 \u0646\u0627\u0645\u0647</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n <fd-menu-separator></fd-menu-separator>\n\n <li fd-menu-item [submenu]=\"foriat\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0641\u0648\u0631\u06CC\u062A</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n <li fd-menu-item [submenu]=\"security\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0645\u062D\u0631\u0645\u0627\u0646\u06AF\u06CC</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n </fd-menu>\n <fd-submenu #noeErja>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062C\u0647\u062A \u0627\u0637\u0644\u0627\u0639</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062C\u0647\u062A \u0627\u0633\u062A\u062D\u0636\u0627\u0631</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0647\u0645\u06CC\u0646\u062C\u0648\u0631\u06CC</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #noeNameh>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 1</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 2</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 3</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #foriat>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0639\u0627\u062F\u06CC</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0622\u0646\u06CC</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0641\u0648\u0631\u06CC</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #security>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0639\u0627\u062F\u06CC</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0645\u062D\u0631\u0645\u0627\u0646\u0647</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062E\u06CC\u0644\u06CC \u0645\u062D\u0631\u0645\u0627\u0646\u0647</span>\n </a>\n </li>\n </fd-submenu>\n </fd-card-footer>\n</fd-card>\n<!-- \n<fd-card *ngFor=\"let card of cards\" cardType=\"object\">\n <fd-card-content>\n <div style=\"display: flex; flex-direction: row; column-gap: 1rem; flex-wrap: wrap\">\n <div style=\"display: flex; flex-direction: column\">\n <label fd-label>\u0645\u062D\u0631\u0645\u0627\u0646\u06AF\u06CC</label>\n <fd-select placeholder=\"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F\" [(value)]=\"selectedValue1\" style=\"min-width: 7rem\">\n <li fd-option *ngFor=\"let option of values\" [value]=\"option\">{{ option }}</li>\n </fd-select>\n </div>\n <div style=\"display: flex; flex-direction: column\">\n <label fd-label>\u0641\u0648\u0631\u06CC\u062A</label>\n <fd-select placeholder=\"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F\" [(value)]=\"selectedValue1\" style=\"min-width: 7rem\">\n <li fd-option *ngFor=\"let option of values2\" [value]=\"option\">{{ option }}</li>\n </fd-select>\n </div>\n <div style=\"display: flex; flex-direction: column\">\n <label fd-label>\u0646\u0648\u0639 \u0646\u0627\u0645\u0647</label>\n <fd-select placeholder=\"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F\" [(value)]=\"selectedValue1\" style=\"min-width: 7rem\">\n <li fd-option *ngFor=\"let option of values2\" [value]=\"option\">{{ option }}</li>\n </fd-select>\n </div>\n <div style=\"display: flex; flex-direction: column\">\n <label fd-label>\u0646\u0648\u0639 \u0627\u0631\u062C\u0627\u0639</label>\n <fd-select placeholder=\"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F\" [(value)]=\"selectedValue1\" style=\"min-width: 7rem\">\n <li fd-option *ngFor=\"let option of values2\" [value]=\"option\">{{ option }}</li>\n </fd-select>\n </div>\n <div style=\"display: flex; flex-direction: column\">\n <label fd-label>\u0645\u0647\u0644\u062A \u067E\u0627\u0633\u062E</label>\n <span\n style=\"padding-top: 0.725rem\"\n fd-object-status\n status=\"negative\"\n label=\"1402/06/31 14:12\"\n aria-label=\"Object status Negative\"\n ></span>\n </div>\n </div>\n\n <div style=\"margin: 1.2rem 0; width: 100%; flex-direction: column; display: flex; align-items: start\">\n <fd-multi-input\n style=\"width: 100%\"\n [mobile]=\"true\"\n [dropdownValues]=\"displayedItems\"\n [showAllButton]=\"false\"\n placeholder=\"\u06AF\u06CC\u0631\u0646\u062F\u06AF\u0627\u0646 \u067E\u06CC\u0627\u0645\"\n [mobileConfig]=\"secondConfig\"\n [(ngModel)]=\"selectedValues\"\n ></fd-multi-input>\n <div style=\"display: flex; column-gap: 0.285rem\" *ngIf=\"!roneveshtCc && !roneveshtBc\">\n <a *ngIf=\"!roneveshtCc\" fd-link aria-label=\"Standard\" (click)=\"roneveshtCc = true\"> \u0631\u0648\u0646\u0648\u0634\u062A</a>\n <span>/</span>\n <a *ngIf=\"!roneveshtBc\" fd-link aria-label=\"Standard\" (click)=\"roneveshtBc = true\"> \u0631\u0648\u0646\u0648\u0634\u062A \u0646\u0647\u0627\u0646</a>\n </div>\n </div>\n <div\n *ngIf=\"roneveshtCc\"\n style=\"margin: 1.2rem 0; width: 100%; flex-direction: column; display: flex; align-items: start\"\n >\n <fd-multi-input\n style=\"width: 100%\"\n [mobile]=\"true\"\n [dropdownValues]=\"displayedItems\"\n [showAllButton]=\"false\"\n placeholder=\"\u0631\u0648\u0646\u0648\u0634\u062A \u0628\u0647...\"\n [mobileConfig]=\"secondConfig\"\n [(ngModel)]=\"selectedValuesCc\"\n ></fd-multi-input>\n <a *ngIf=\"!roneveshtBc\" fd-link aria-label=\"Standard\" (click)=\"roneveshtBc = true\"> \u0631\u0648\u0646\u0648\u0634\u062A \u0646\u0647\u0627\u0646</a>\n </div>\n <div\n *ngIf=\"roneveshtBc\"\n style=\"margin: 1.2rem 0; width: 100%; flex-direction: column; display: flex; align-items: start\"\n >\n <fd-multi-input\n style=\"width: 100%\"\n [mobile]=\"true\"\n [dropdownValues]=\"displayedItems\"\n [showAllButton]=\"false\"\n placeholder=\"\u0631\u0648\u0646\u0648\u0634\u062A \u067E\u0646\u0647\u0627\u0646 \u0628\u0647...\"\n [mobileConfig]=\"secondConfig\"\n [(ngModel)]=\"selectedValuesBc\"\n ></fd-multi-input>\n <a *ngIf=\"!roneveshtCc\" fd-link aria-label=\"Standard\" (click)=\"roneveshtCc = true\"> \u0631\u0648\u0646\u0648\u0634\u062A</a>\n </div>\n <div>\n <div>\n <textarea\n style=\"min-height: 150px\"\n formControlName=\"textAreaControl\"\n fd-form-control\n id=\"textarea-21\"\n placeholder=\"\u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u06CC\u0627\u0645\"\n growing=\"true\"\n wrapType=\"hard\"\n ></textarea>\n <div *ngIf=\"true\" class=\"file-viewer-attachments\">\n <ul fd-list>\n <li\n fd-list-item\n *ngFor=\"let item of files; let ind = index\"\n style=\"background-color: #f5f5f5; margin: 0.5rem 0 0 30%\"\n >\n <input\n style=\"width: 90%\"\n *ngIf=\"item.inEdit\"\n fd-form-control\n [value]=\"item.fileName\"\n (click)=\"$event.preventDefault(); $event.stopPropagation()\"\n />\n <span *ngIf=\"!item.inEdit\" fd-list-title>\n {{ item.fileName }}\n </span>\n <span fd-list-secondary>\n <button\n ariaLabel=\"Edit Or Save\"\n fdType=\"transparent\"\n class=\"fd-button--compact\"\n fd-button\n fdCompact\n [glyph]=\"item.inEdit ? 'save' : 'edit'\"\n (click)=\"item.inEdit = !item.inEdit\"\n ></button>\n <button\n *ngIf=\"!item.inEdit\"\n ariaLabel=\"Remove\"\n fdType=\"transparent\"\n title=\"Remove\"\n fd-button\n glyph=\"delete\"\n ></button>\n </span>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </fd-card-content>\n <fd-card-footer>\n <button *fdCardFooterActionItem fd-button fdType=\"standard\" glyph=\"delete\">\u062D\u0630\u0641 \u0627\u0631\u062C\u0627\u0639</button>\n <button fd-button fdType=\"transparent\" [title]=\"'\u062A\u0628\u062F\u06CC\u0644 \u0635\u062F\u0627 \u0628\u0647 \u0645\u062A\u0646'\" glyph=\"microphone\"></button>\n <button\n fd-button\n fdType=\"transparent\"\n style=\"min-width: 6rem\"\n [label]=\"'\u067E\u06CC\u0648\u0633\u062A'\"\n [title]=\"'\u067E\u06CC\u0648\u0633\u062A'\"\n glyph=\"attachment\"\n ></button>\n <fd-menu #menuIcons>\n <li fd-menu-item [submenu]=\"noeErja\">\n <div fd-menu-interactive>\n <span fd-menu-title>\u0646\u0648\u0639 \u0627\u0631\u062C\u0627\u0639</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </div>\n </li>\n <li fd-menu-item [submenu]=\"noeNameh\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0646\u0648\u0639 \u0646\u0627\u0645\u0647</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n <fd-menu-separator></fd-menu-separator>\n\n <li fd-menu-item [submenu]=\"foriat\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0641\u0648\u0631\u06CC\u062A</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n <li fd-menu-item [submenu]=\"security\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0645\u062D\u0631\u0645\u0627\u0646\u06AF\u06CC</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n </fd-menu>\n <fd-submenu #noeErja>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062C\u0647\u062A \u0627\u0637\u0644\u0627\u0639</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062C\u0647\u062A \u0627\u0633\u062A\u062D\u0636\u0627\u0631</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0647\u0645\u06CC\u0646\u062C\u0648\u0631\u06CC</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #noeNameh>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 1</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 2</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 3</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #foriat>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0639\u0627\u062F\u06CC</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0622\u0646\u06CC</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0641\u0648\u0631\u06CC</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #security>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0639\u0627\u062F\u06CC</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0645\u062D\u0631\u0645\u0627\u0646\u0647</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062E\u06CC\u0644\u06CC \u0645\u062D\u0631\u0645\u0627\u0646\u0647</span>\n </a>\n </li>\n </fd-submenu>\n </fd-card-footer>\n</fd-card> -->\n", styles: [":host{display:block;background-color:var(--sapField_Background)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3$2.LyLayoutContainerOfRootComponent, selector: "bsu-ly-layout-container-of-root" }, { kind: "component", type: i5.ButtonComponent, selector: "button[fd-button], a[fd-button]", inputs: ["class"], exportAs: ["fd-button"] }, { kind: "component", type: i5$2.CardComponent, selector: "fd-card", inputs: ["badge", "isLoading", "cardType", "id", "role"] }, { kind: "component", type: i5$2.CardHeaderComponent, selector: "fd-card-header", inputs: ["interactive", "tabindex"] }, { kind: "component", type: i5$2.CardContentComponent, selector: "fd-card-content" }, { kind: "directive", type: i5$2.CardTitleDirective, selector: "[fd-card-title]" }, { kind: "directive", type: i5$2.CardSubtitleDirective, selector: "[fd-card-subtitle]" }, { kind: "component", type: i5$2.CardFooterComponent, selector: "fd-card-footer" }, { kind: "component", type: i5$5.MenuComponent, selector: "fd-menu", inputs: ["mobile", "disabled", "focusTrapped", "openOnHoverTime", "mobileConfig", "ariaLabel", "ariaLabelledby", "id"], outputs: ["activePath"] }, { kind: "component", type: i5$5.MenuItemComponent, selector: "li[fd-menu-item]", inputs: ["disabled", "itemId", "submenu"], outputs: ["onSelect"], exportAs: ["fd-menu-item"] }, { kind: "component", type: i5$5.SubmenuComponent, selector: "fd-submenu", inputs: ["ariaLabel", "ariaLabelledby"], exportAs: ["fdSubmenu"] }, { kind: "component", type: i5$5.MenuSeparatorComponent, selector: "fd-menu-separator" }, { kind: "directive", type: i5$5.MenuInteractiveDirective, selector: "[fd-menu-interactive]" }, { kind: "directive", type: i5$5.MenuTitleDirective, selector: "[fd-menu-title]" }, { kind: "component", type: i5$5.MenuAddonDirective, selector: "fd-menu-addon", inputs: ["position", "glyph", "submenuIndicator", "ariaHidden"] }, { kind: "directive", type: i5$5.MenuTriggerDirective, selector: "[fdMenuTrigger]", inputs: ["fdMenuTrigger"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
3354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: FormCardComponent, decorators: [{
3355
+ type: Component,
3356
+ args: [{ selector: 'bdc-form-card', changeDetection: ChangeDetectionStrategy.OnPush, providers: [FormPanelService], template: "<fd-card cardType=\"object\">\n <ng-container *ngIf=\"toolbarItems$ | async as toolbarItems\">\n <fd-card-header *ngIf=\"(toolbarVisible$ | async) !== false && toolbarItems.length\">\n <div fd-card-title></div>\n <div fd-card-subtitle style=\"width: 100%\"></div>\n </fd-card-header>\n </ng-container>\n <fd-card-content>\n <bsu-ly-layout-container-of-root\n [config]=\"layout94$ | async\"\n [isPanel]=\"false\"\n [isRoot]=\"true\"\n ></bsu-ly-layout-container-of-root>\n </fd-card-content>\n <fd-card-footer>\n <button\n style=\"min-width: 6.5rem\"\n [label]=\"'\u0645\u0634\u062E\u0635\u0627\u062A \u0646\u0627\u0645\u0647'\"\n [title]=\"'\u0645\u0634\u062E\u0635\u0627\u062A \u0646\u0627\u0645\u0647'\"\n fd-button\n [fdMenu]=\"true\"\n fdType=\"transparent\"\n [fdMenuTrigger]=\"menuIcons\"\n ></button>\n <fd-menu #menuIcons>\n <li fd-menu-item [submenu]=\"noeErja\">\n <div fd-menu-interactive>\n <span fd-menu-title>\u0646\u0648\u0639 \u0627\u0631\u062C\u0627\u0639</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </div>\n </li>\n <li fd-menu-item [submenu]=\"noeNameh\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0646\u0648\u0639 \u0646\u0627\u0645\u0647</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n <fd-menu-separator></fd-menu-separator>\n\n <li fd-menu-item [submenu]=\"foriat\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0641\u0648\u0631\u06CC\u062A</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n <li fd-menu-item [submenu]=\"security\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0645\u062D\u0631\u0645\u0627\u0646\u06AF\u06CC</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n </fd-menu>\n <fd-submenu #noeErja>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062C\u0647\u062A \u0627\u0637\u0644\u0627\u0639</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062C\u0647\u062A \u0627\u0633\u062A\u062D\u0636\u0627\u0631</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0647\u0645\u06CC\u0646\u062C\u0648\u0631\u06CC</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #noeNameh>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 1</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 2</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 3</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #foriat>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0639\u0627\u062F\u06CC</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0622\u0646\u06CC</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0641\u0648\u0631\u06CC</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #security>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0639\u0627\u062F\u06CC</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0645\u062D\u0631\u0645\u0627\u0646\u0647</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062E\u06CC\u0644\u06CC \u0645\u062D\u0631\u0645\u0627\u0646\u0647</span>\n </a>\n </li>\n </fd-submenu>\n </fd-card-footer>\n</fd-card>\n<!-- \n<fd-card *ngFor=\"let card of cards\" cardType=\"object\">\n <fd-card-content>\n <div style=\"display: flex; flex-direction: row; column-gap: 1rem; flex-wrap: wrap\">\n <div style=\"display: flex; flex-direction: column\">\n <label fd-label>\u0645\u062D\u0631\u0645\u0627\u0646\u06AF\u06CC</label>\n <fd-select placeholder=\"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F\" [(value)]=\"selectedValue1\" style=\"min-width: 7rem\">\n <li fd-option *ngFor=\"let option of values\" [value]=\"option\">{{ option }}</li>\n </fd-select>\n </div>\n <div style=\"display: flex; flex-direction: column\">\n <label fd-label>\u0641\u0648\u0631\u06CC\u062A</label>\n <fd-select placeholder=\"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F\" [(value)]=\"selectedValue1\" style=\"min-width: 7rem\">\n <li fd-option *ngFor=\"let option of values2\" [value]=\"option\">{{ option }}</li>\n </fd-select>\n </div>\n <div style=\"display: flex; flex-direction: column\">\n <label fd-label>\u0646\u0648\u0639 \u0646\u0627\u0645\u0647</label>\n <fd-select placeholder=\"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F\" [(value)]=\"selectedValue1\" style=\"min-width: 7rem\">\n <li fd-option *ngFor=\"let option of values2\" [value]=\"option\">{{ option }}</li>\n </fd-select>\n </div>\n <div style=\"display: flex; flex-direction: column\">\n <label fd-label>\u0646\u0648\u0639 \u0627\u0631\u062C\u0627\u0639</label>\n <fd-select placeholder=\"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F\" [(value)]=\"selectedValue1\" style=\"min-width: 7rem\">\n <li fd-option *ngFor=\"let option of values2\" [value]=\"option\">{{ option }}</li>\n </fd-select>\n </div>\n <div style=\"display: flex; flex-direction: column\">\n <label fd-label>\u0645\u0647\u0644\u062A \u067E\u0627\u0633\u062E</label>\n <span\n style=\"padding-top: 0.725rem\"\n fd-object-status\n status=\"negative\"\n label=\"1402/06/31 14:12\"\n aria-label=\"Object status Negative\"\n ></span>\n </div>\n </div>\n\n <div style=\"margin: 1.2rem 0; width: 100%; flex-direction: column; display: flex; align-items: start\">\n <fd-multi-input\n style=\"width: 100%\"\n [mobile]=\"true\"\n [dropdownValues]=\"displayedItems\"\n [showAllButton]=\"false\"\n placeholder=\"\u06AF\u06CC\u0631\u0646\u062F\u06AF\u0627\u0646 \u067E\u06CC\u0627\u0645\"\n [mobileConfig]=\"secondConfig\"\n [(ngModel)]=\"selectedValues\"\n ></fd-multi-input>\n <div style=\"display: flex; column-gap: 0.285rem\" *ngIf=\"!roneveshtCc && !roneveshtBc\">\n <a *ngIf=\"!roneveshtCc\" fd-link aria-label=\"Standard\" (click)=\"roneveshtCc = true\"> \u0631\u0648\u0646\u0648\u0634\u062A</a>\n <span>/</span>\n <a *ngIf=\"!roneveshtBc\" fd-link aria-label=\"Standard\" (click)=\"roneveshtBc = true\"> \u0631\u0648\u0646\u0648\u0634\u062A \u0646\u0647\u0627\u0646</a>\n </div>\n </div>\n <div\n *ngIf=\"roneveshtCc\"\n style=\"margin: 1.2rem 0; width: 100%; flex-direction: column; display: flex; align-items: start\"\n >\n <fd-multi-input\n style=\"width: 100%\"\n [mobile]=\"true\"\n [dropdownValues]=\"displayedItems\"\n [showAllButton]=\"false\"\n placeholder=\"\u0631\u0648\u0646\u0648\u0634\u062A \u0628\u0647...\"\n [mobileConfig]=\"secondConfig\"\n [(ngModel)]=\"selectedValuesCc\"\n ></fd-multi-input>\n <a *ngIf=\"!roneveshtBc\" fd-link aria-label=\"Standard\" (click)=\"roneveshtBc = true\"> \u0631\u0648\u0646\u0648\u0634\u062A \u0646\u0647\u0627\u0646</a>\n </div>\n <div\n *ngIf=\"roneveshtBc\"\n style=\"margin: 1.2rem 0; width: 100%; flex-direction: column; display: flex; align-items: start\"\n >\n <fd-multi-input\n style=\"width: 100%\"\n [mobile]=\"true\"\n [dropdownValues]=\"displayedItems\"\n [showAllButton]=\"false\"\n placeholder=\"\u0631\u0648\u0646\u0648\u0634\u062A \u067E\u0646\u0647\u0627\u0646 \u0628\u0647...\"\n [mobileConfig]=\"secondConfig\"\n [(ngModel)]=\"selectedValuesBc\"\n ></fd-multi-input>\n <a *ngIf=\"!roneveshtCc\" fd-link aria-label=\"Standard\" (click)=\"roneveshtCc = true\"> \u0631\u0648\u0646\u0648\u0634\u062A</a>\n </div>\n <div>\n <div>\n <textarea\n style=\"min-height: 150px\"\n formControlName=\"textAreaControl\"\n fd-form-control\n id=\"textarea-21\"\n placeholder=\"\u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u06CC\u0627\u0645\"\n growing=\"true\"\n wrapType=\"hard\"\n ></textarea>\n <div *ngIf=\"true\" class=\"file-viewer-attachments\">\n <ul fd-list>\n <li\n fd-list-item\n *ngFor=\"let item of files; let ind = index\"\n style=\"background-color: #f5f5f5; margin: 0.5rem 0 0 30%\"\n >\n <input\n style=\"width: 90%\"\n *ngIf=\"item.inEdit\"\n fd-form-control\n [value]=\"item.fileName\"\n (click)=\"$event.preventDefault(); $event.stopPropagation()\"\n />\n <span *ngIf=\"!item.inEdit\" fd-list-title>\n {{ item.fileName }}\n </span>\n <span fd-list-secondary>\n <button\n ariaLabel=\"Edit Or Save\"\n fdType=\"transparent\"\n class=\"fd-button--compact\"\n fd-button\n fdCompact\n [glyph]=\"item.inEdit ? 'save' : 'edit'\"\n (click)=\"item.inEdit = !item.inEdit\"\n ></button>\n <button\n *ngIf=\"!item.inEdit\"\n ariaLabel=\"Remove\"\n fdType=\"transparent\"\n title=\"Remove\"\n fd-button\n glyph=\"delete\"\n ></button>\n </span>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </fd-card-content>\n <fd-card-footer>\n <button *fdCardFooterActionItem fd-button fdType=\"standard\" glyph=\"delete\">\u062D\u0630\u0641 \u0627\u0631\u062C\u0627\u0639</button>\n <button fd-button fdType=\"transparent\" [title]=\"'\u062A\u0628\u062F\u06CC\u0644 \u0635\u062F\u0627 \u0628\u0647 \u0645\u062A\u0646'\" glyph=\"microphone\"></button>\n <button\n fd-button\n fdType=\"transparent\"\n style=\"min-width: 6rem\"\n [label]=\"'\u067E\u06CC\u0648\u0633\u062A'\"\n [title]=\"'\u067E\u06CC\u0648\u0633\u062A'\"\n glyph=\"attachment\"\n ></button>\n <fd-menu #menuIcons>\n <li fd-menu-item [submenu]=\"noeErja\">\n <div fd-menu-interactive>\n <span fd-menu-title>\u0646\u0648\u0639 \u0627\u0631\u062C\u0627\u0639</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </div>\n </li>\n <li fd-menu-item [submenu]=\"noeNameh\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0646\u0648\u0639 \u0646\u0627\u0645\u0647</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n <fd-menu-separator></fd-menu-separator>\n\n <li fd-menu-item [submenu]=\"foriat\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0641\u0648\u0631\u06CC\u062A</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n <li fd-menu-item [submenu]=\"security\">\n <a fd-menu-interactive>\n <span fd-menu-title>\u0645\u062D\u0631\u0645\u0627\u0646\u06AF\u06CC</span>\n <fd-menu-addon [submenuIndicator]=\"true\"></fd-menu-addon>\n </a>\n </li>\n </fd-menu>\n <fd-submenu #noeErja>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062C\u0647\u062A \u0627\u0637\u0644\u0627\u0639</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062C\u0647\u062A \u0627\u0633\u062A\u062D\u0636\u0627\u0631</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0647\u0645\u06CC\u0646\u062C\u0648\u0631\u06CC</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #noeNameh>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 1</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 2</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0646\u0627\u0645\u0647 3</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #foriat>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0639\u0627\u062F\u06CC</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0622\u0646\u06CC</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0641\u0648\u0631\u06CC</span>\n </a>\n </li>\n </fd-submenu>\n <fd-submenu #security>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0639\u0627\u062F\u06CC</span>\n </a>\n </li>\n\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u0645\u062D\u0631\u0645\u0627\u0646\u0647</span>\n </a>\n </li>\n <li fd-menu-item>\n <a href=\"#\" fd-menu-interactive>\n <span fd-menu-title>\u062E\u06CC\u0644\u06CC \u0645\u062D\u0631\u0645\u0627\u0646\u0647</span>\n </a>\n </li>\n </fd-submenu>\n </fd-card-footer>\n</fd-card> -->\n", styles: [":host{display:block;background-color:var(--sapField_Background)}\n"] }]
3357
+ }], propDecorators: { uploadCollectionItems: [{
3358
+ type: ContentChildren,
3359
+ args: [UploadCollectionItemDirective, { descendants: true }]
3360
+ }] } });
3361
+
3270
3362
  const components = [
3271
3363
  LoginFormComponent,
3272
3364
  LoginSocialConncetionsComponent,
@@ -3319,7 +3411,10 @@ const components = [
3319
3411
  GeographicLocationComponent,
3320
3412
  BarsaGeographicLocationComponent,
3321
3413
  TokenReportViewComponent,
3322
- ColumnFormViewerComponent
3414
+ ColumnFormViewerComponent,
3415
+ FormReportViewComponent,
3416
+ FormReportViewItemComponent,
3417
+ FormCardComponent
3323
3418
  ];
3324
3419
  const pipes = [UiPersonPipe, BarcodeFormatPipe, MoListToFlowItemPipe, DataSourceToFlowItemPipe];
3325
3420
  class BarsaDevelopComponentsModule extends BaseModule {
@@ -3382,7 +3477,10 @@ BarsaDevelopComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.
3382
3477
  GeographicLocationComponent,
3383
3478
  BarsaGeographicLocationComponent,
3384
3479
  TokenReportViewComponent,
3385
- ColumnFormViewerComponent, UiPersonPipe, BarcodeFormatPipe, MoListToFlowItemPipe, DataSourceToFlowItemPipe], imports: [CommonModule,
3480
+ ColumnFormViewerComponent,
3481
+ FormReportViewComponent,
3482
+ FormReportViewItemComponent,
3483
+ FormCardComponent, UiPersonPipe, BarcodeFormatPipe, MoListToFlowItemPipe, DataSourceToFlowItemPipe], imports: [CommonModule,
3386
3484
  BarsaNovinRayCoreModule,
3387
3485
  ReactiveFormsModule,
3388
3486
  BarsaSapUiModule,
@@ -3441,7 +3539,10 @@ BarsaDevelopComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.
3441
3539
  GeographicLocationComponent,
3442
3540
  BarsaGeographicLocationComponent,
3443
3541
  TokenReportViewComponent,
3444
- ColumnFormViewerComponent] });
3542
+ ColumnFormViewerComponent,
3543
+ FormReportViewComponent,
3544
+ FormReportViewItemComponent,
3545
+ FormCardComponent] });
3445
3546
  BarsaDevelopComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaDevelopComponentsModule, providers: [UserMediaBaseService, WebBarcodeService], imports: [CommonModule,
3446
3547
  BarsaNovinRayCoreModule,
3447
3548
  ReactiveFormsModule,
@@ -3476,5 +3577,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
3476
3577
  * Generated bundle index. Do not edit.
3477
3578
  */
3478
3579
 
3479
- export { AcceptRejectComponent, AvatarComponent, BarcodeFormatPipe, BarcodeReaderComponent, BarcodeReaderDialogComponent, BarcodeReaderVideoComponent, BarsaDevelopComponentsModule, BarsaDocumentListItemComponent, BarsaDocumentsComponent, BarsaGeographicLocationComponent, CardContentImageAndTitleComponent, CardContentLineChartComponent, CardHeaderBigImageTitleAndSubtitleComponent, CardHeaderKpiComponent, CardHeaderLogoTitleSubtitleComponent, CheckboxButtonComponent, ColumnFormViewerComponent, EnumInfoMicroProccessFlowComponent, FooterComponent, FormChartContentComponent, FormContentQuickViewComponent, G4bDetailsComponent, G4bEstelamComponent, GeographicLocationComponent, LoginFormComponent, LoginSocialConncetionsComponent, MasterDetailCardFormComponent, MediaFileUploaderComponent, MicroProccessFlowComponent, MicroProcessFlowViewComponent, MoInfoMicroProccessFlowComponent, QueryStringFormObservableComponent, QueryStringObservableComponent, ReportButtonViewComponent, ReportLineChartViewComponent, ReportTabViewComponent, ResendVerificationCodeComponent, ServiceDeskCardContentMojavezhayAkhzShodeComponent, ServiceDeskFormLayoutContentMojavezComponent, ServiceDeskHeaderComponent, ServiceDeskServcieDetailComponent, ServiceDeskViewOfServicesComponent, SettingFormComponent, SubformInRowReportComponent, TabProcessViewComponent, TableViewVerticalColumnsComponent, TimerCountDownComponent, TokenReportViewComponent, UiEnumSegmentedButtonComponent, UiNumRateComponent, UiPersonComponent, UiPicturesCarouselComponent, UiTextFieldSearchComponent, UlvContextMenuItemShowFileContentComponent };
3580
+ export { AcceptRejectComponent, AvatarComponent, BarcodeFormatPipe, BarcodeReaderComponent, BarcodeReaderDialogComponent, BarcodeReaderVideoComponent, BarsaDevelopComponentsModule, BarsaDocumentListItemComponent, BarsaDocumentsComponent, BarsaGeographicLocationComponent, CardContentImageAndTitleComponent, CardContentLineChartComponent, CardHeaderBigImageTitleAndSubtitleComponent, CardHeaderKpiComponent, CardHeaderLogoTitleSubtitleComponent, CheckboxButtonComponent, ColumnFormViewerComponent, EnumInfoMicroProccessFlowComponent, FooterComponent, FormCardComponent, FormChartContentComponent, FormContentQuickViewComponent, FormReportViewComponent, FormReportViewItemComponent, G4bDetailsComponent, G4bEstelamComponent, GeographicLocationComponent, LoginFormComponent, LoginSocialConncetionsComponent, MasterDetailCardFormComponent, MediaFileUploaderComponent, MicroProccessFlowComponent, MicroProcessFlowViewComponent, MoInfoMicroProccessFlowComponent, QueryStringFormObservableComponent, QueryStringObservableComponent, ReportButtonViewComponent, ReportLineChartViewComponent, ReportTabViewComponent, ResendVerificationCodeComponent, ServiceDeskCardContentMojavezhayAkhzShodeComponent, ServiceDeskFormLayoutContentMojavezComponent, ServiceDeskHeaderComponent, ServiceDeskServcieDetailComponent, ServiceDeskViewOfServicesComponent, SettingFormComponent, SubformInRowReportComponent, TabProcessViewComponent, TableViewVerticalColumnsComponent, TimerCountDownComponent, TokenReportViewComponent, UiEnumSegmentedButtonComponent, UiNumRateComponent, UiPersonComponent, UiPicturesCarouselComponent, UiTextFieldSearchComponent, UlvContextMenuItemShowFileContentComponent };
3480
3581
  //# sourceMappingURL=barsa-develop-components.mjs.map