barsa-sap-ui 1.0.356 → 1.0.358
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-list-file-linear/barsa-list-file-linear.component.mjs +12 -12
- package/esm2020/lib/barsa-sap-ui.module.mjs +118 -129
- package/esm2020/lib/barsa-table-column/barsa-table-column.component.mjs +3 -3
- package/esm2020/lib/barsa-table-header/barsa-table-header.component.mjs +51 -18
- package/esm2020/lib/barsa-table-row/barsa-table-row.component.mjs +3 -3
- package/esm2020/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.mjs +11 -8
- package/esm2020/lib/barsa-tree-item/barsa-tree-item.component.mjs +6 -7
- package/esm2020/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +12 -8
- package/esm2020/lib/card-item/card-item.component.mjs +3 -3
- package/esm2020/lib/column-renderer/column-renderer.component.mjs +9 -8
- package/esm2020/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +3 -3
- package/esm2020/lib/global-search/global-search.component.mjs +7 -6
- package/esm2020/lib/index.mjs +1 -3
- package/esm2020/lib/inline-save-and-cancel/inline-save-and-cancel.component.mjs +4 -4
- package/esm2020/lib/layout-actions/layout-actions.component.mjs +3 -4
- package/esm2020/lib/list-item/list-item.component.mjs +3 -3
- package/esm2020/lib/models/grid-data-provider.mjs +3 -142
- package/esm2020/lib/report-search-fields-manage/report-search-fields-manage.component.mjs +5 -6
- package/esm2020/lib/report-view-renderer.directive.mjs +8 -2
- package/esm2020/lib/sap-ui-report-base.component.mjs +2 -3
- package/esm2020/lib/ui-calendar/ui-calendar.component.mjs +3 -3
- package/esm2020/lib/ui-card-view-horizontal-group/ui-card-view-horizontal-group.component.mjs +3 -3
- package/esm2020/lib/ui-check-box/ui-check-box.component.mjs +3 -3
- package/esm2020/lib/ui-editable-grid/ui-editable-grid.component.mjs +3 -3
- package/esm2020/lib/ui-form-panel-toolbar/ui-form-panel-toolbar.component.mjs +5 -7
- package/esm2020/lib/ui-gantt-chart/ui-gantt-chart.component.mjs +3 -3
- package/esm2020/lib/ui-grid/ui-grid.component.mjs +3 -3
- package/esm2020/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +3 -3
- package/esm2020/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.mjs +4 -5
- package/esm2020/lib/ui-picture-file/ui-picture-file.component.mjs +4 -4
- package/esm2020/lib/ui-pictures-info/ui-pictures-info.component.mjs +1 -1
- package/esm2020/lib/ui-report-container/ui-report-container.component.mjs +3 -3
- package/esm2020/lib/ui-table-view/ui-table-view.component.mjs +57 -8
- package/esm2020/lib/ui-tree/ui-tree.component.mjs +8 -8
- package/esm2020/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +5 -3
- package/esm2020/lib/ulv-column-settings/ulv-column-settings.component.mjs +15 -13
- package/esm2020/lib/ulv-form-multi-select/ulv-form-multi-select.component.mjs +13 -14
- package/esm2020/lib/ulv-toolbar/ulv-toolbar.component.mjs +5 -6
- package/esm2020/public-api.mjs +1 -2
- package/fesm2015/barsa-sap-ui.mjs +360 -479
- package/fesm2015/barsa-sap-ui.mjs.map +1 -1
- package/fesm2020/barsa-sap-ui.mjs +360 -478
- package/fesm2020/barsa-sap-ui.mjs.map +1 -1
- package/lib/barsa-sap-ui.module.d.ts +124 -126
- package/lib/barsa-table-header/barsa-table-header.component.d.ts +13 -4
- package/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.d.ts +2 -2
- package/lib/barsa-ulv-main/barsa-ulv-main.component.d.ts +4 -1
- package/lib/global-search/global-search.component.d.ts +1 -2
- package/lib/index.d.ts +1 -2
- package/lib/models/grid-data-provider.d.ts +2 -6
- package/lib/report-view-renderer.directive.d.ts +3 -1
- package/lib/sap-ui-report-base.component.d.ts +1 -3
- package/lib/ui-pictures-info/ui-pictures-info.component.d.ts +1 -1
- package/lib/ui-table-view/ui-table-view.component.d.ts +12 -3
- package/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.d.ts +2 -0
- package/lib/ulv-column-settings/ulv-column-settings.component.d.ts +2 -1
- package/lib/ulv-toolbar/ulv-toolbar.component.d.ts +2 -4
- package/package.json +1 -1
- package/public-api.d.ts +0 -1
- package/esm2020/lib/page-with-header/page-with-header.component.mjs +0 -75
- package/lib/page-with-header/page-with-header.component.d.ts +0 -29
|
@@ -3,15 +3,15 @@ import { UploadService } from 'barsa-novin-ray-core';
|
|
|
3
3
|
import { UiFileLinearListBoxComponent } from '../ui-file-linear-list-box/ui-file-linear-list-box.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@angular/common";
|
|
6
|
-
import * as i2 from "@
|
|
7
|
-
import * as i3 from "@fundamental-ngx/core/
|
|
8
|
-
import * as i4 from "@fundamental-ngx/core/
|
|
9
|
-
import * as i5 from "@fundamental-ngx/core/
|
|
10
|
-
import * as i6 from "@fundamental-ngx/core/
|
|
11
|
-
import * as i7 from "@fundamental-ngx/core/
|
|
12
|
-
import * as i8 from "@fundamental-ngx/core/
|
|
13
|
-
import * as i9 from "@fundamental-ngx/
|
|
14
|
-
import * as i10 from "@fundamental-ngx/
|
|
6
|
+
import * as i2 from "@angular/forms";
|
|
7
|
+
import * as i3 from "@fundamental-ngx/core/avatar";
|
|
8
|
+
import * as i4 from "@fundamental-ngx/core/button";
|
|
9
|
+
import * as i5 from "@fundamental-ngx/core/file-uploader";
|
|
10
|
+
import * as i6 from "@fundamental-ngx/core/icon";
|
|
11
|
+
import * as i7 from "@fundamental-ngx/core/list";
|
|
12
|
+
import * as i8 from "@fundamental-ngx/core/object-status";
|
|
13
|
+
import * as i9 from "@fundamental-ngx/core/toolbar";
|
|
14
|
+
import * as i10 from "@fundamental-ngx/core/slider";
|
|
15
15
|
import * as i11 from "barsa-novin-ray-core";
|
|
16
16
|
import * as i12 from "../upload-file-status.pipe";
|
|
17
17
|
export class BarsaListFileLinearComponent extends UiFileLinearListBoxComponent {
|
|
@@ -20,9 +20,9 @@ export class BarsaListFileLinearComponent extends UiFileLinearListBoxComponent {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
BarsaListFileLinearComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaListFileLinearComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
23
|
-
BarsaListFileLinearComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: BarsaListFileLinearComponent, selector: "bsu-barsa-list-file-linear", providers: [UploadService], usesInheritance: true, ngImport: i0, template: "<fd-toolbar [fdType]=\"'transparent'\" [clearBorder]=\"true\" *ngIf=\"(disableOrReadonly$ | async) === false\">\r\n <fd-file-uploader\r\n fd-toolbar-item\r\n [id]=\"id\"\r\n [name]=\"id\"\r\n [placeholder]=\"'AttachFile' | bbbTranslate\"\r\n [buttonLabel]=\"'AttachFile' | bbbTranslate\"\r\n [buttonAriaLabel]=\"'AttachFile' | bbbTranslate\"\r\n [accept]=\"Setting.ValidExtensions || ''\"\r\n [multiple]=\"maxFileCount > 1\"\r\n (selectedFilesChanged)=\"onFileSelection($event)\"\r\n [contentDensity]=\"(contentDensity$ | async)!!\"\r\n ></fd-file-uploader>\r\n</fd-toolbar>\r\n<ul fd-list [byline]=\"true\">\r\n <ng-container *ngIf=\"fileCount$ | async as fileCount\">\r\n <li fd-list-item *ngIf=\"fileCount === 0\">\r\n <div fd-list-content style=\"text-align: center\">\r\n <span>{{ 'NoFiles' | bbbTranslate }}</span>\r\n </div>\r\n </li>\r\n </ng-container>\r\n <ng-container *ngFor=\"let file of value\">\r\n <ng-container *ngIf=\"valueExtra$ | async as valueExtra\">\r\n <li fd-list-item *ngIf=\"!file.IsDeleted\">\r\n <span fd-list-thumbnail>\r\n <fd-icon\r\n *ngIf=\"valueExtra[file.Id].IsIcon; else isImage\"\r\n [glyph]=\"valueExtra[file.Id].FileUrl\"\r\n ></fd-icon>\r\n <ng-template #isImage>\r\n <fd-avatar size=\"m\" [image]=\"valueExtra[file.Id].FileUrl || ''\"></fd-avatar>\r\n </ng-template>\r\n </span>\r\n <!-- for byline, fd-list-content is mandatory -->\r\n <div fd-list-content>\r\n <div fd-list-title>{{ file.FileName }}</div>\r\n <div fd-list-byline [twoCol]=\"true\">\r\n <div fd-list-byline-left></div>\r\n <div fd-list-byline-right style=\"display: flex; justify-content: flex-end\">\r\n <fd-toolbar [fdType]=\"'transparent'\" [clearBorder]=\"true\">\r\n <ng-container *ngIf=\"file.IsNew\">\r\n <span\r\n fd-toolbar-item\r\n fd-object-status\r\n [status]=\"file.Id | uploadFileStatus: valueExtra\"\r\n [label]=\"valueExtra[file.Id]?.UploadState || ''\"\r\n [title]=\"valueExtra[file.Id]?.UploadState\"\r\n [aria-label]=\"'File Upload Status Is ' + valueExtra[file.Id]?.UploadState\"\r\n ></span>\r\n <ng-container *ngIf=\"valueExtra[file.Id].UploadState === 'Uploading'\">\r\n <fdp-slider\r\n fd-toolbar-item\r\n [id]=\"id\"\r\n [name]=\"'filerLinear_' + id\"\r\n [value]=\"valueExtra[file.Id]?.Progress\"\r\n [min]=\"0\"\r\n [max]=\"100\"\r\n [step]=\"1\"\r\n [contentDensity]=\"(contentDensity$ | async)!!\"\r\n >\r\n </fdp-slider>\r\n </ng-container>\r\n </ng-container>\r\n </fd-toolbar>\r\n </div>\r\n </div>\r\n </div>\r\n <button\r\n *ngIf=\"(disableOrReadonly$ | async) === false && valueExtra[file.Id].UploadState !== 'Uploading'\"\r\n fd-button\r\n fdType=\"transparent\"\r\n glyph=\"decline\"\r\n (click)=\"onFileDeleted(file.Id)\"\r\n ></button>\r\n <button\r\n *ngIf=\"valueExtra[file.Id].UploadState === 'Uploading'\"\r\n fd-button\r\n [fdType]=\"'transparent'\"\r\n [glyph]=\"'stop'\"\r\n (click)=\"onTerminate(file)\"\r\n ></button>\r\n <button\r\n *ngIf=\"valueExtra[file.Id].UploadState === 'Error'\"\r\n fd-button\r\n [fdType]=\"'transparent'\"\r\n [glyph]=\"'refresh'\"\r\n (click)=\"onRetry(file)\"\r\n ></button>\r\n </li>\r\n </ng-container>\r\n </ng-container>\r\n</ul>\r\n", styles: [":host{display:block;width:100%;height:100%}:host ::ng-deep .fd-slider__handle{display:none}:host ::ng-deep .fd-file-uploader input{display:none}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.AvatarComponent, selector: "fd-avatar", inputs: ["class", "id", "ariaLabel", "ariaLabelledby", "label", "size", "glyph", "zoomGlyph", "circle", "transparent", "contain", "placeholder", "tile", "border", "colorAccent", "random", "clickable", "backgroundImage", "image", "alterIcon", "backupImage"], outputs: ["avatarClicked", "zoomGlyphClicked"] }, { kind: "component", type: i3.ButtonComponent, selector: "button[fd-button], a[fd-button]", inputs: ["class"], exportAs: ["fd-button"] }, { kind: "component", type: i4.FileUploaderComponent, selector: "fd-file-uploader", inputs: ["disabled", "required", "multiple", "accept", "dragndrop", "maxFileSize", "minFileSize", "id", "ariaLabel", "ariaLabelledBy", "placeholder", "buttonLabel", "buttonAriaLabel", "state", "fileLimit", "inputHidden", "width"], outputs: ["selectedFilesChanged", "selectedInvalidFiles", "onDragEnter", "onDragLeave"] }, { kind: "component", type: i5.IconComponent, selector: "fd-icon", inputs: ["glyph", "font", "class", "ariaLabel"] }, { kind: "component", type: i6.ListComponent, selector: "[fd-list], [fdList]", inputs: ["dropdownMode", "multiInputMode", "mobileMode", "hasMessage", "noBorder", "navigationIndicator", "selection", "keyboardSupport", "byline"], outputs: ["focusEscapeList"] }, { kind: "component", type: i6.ListItemComponent, selector: "[fdListItem] ,[fd-list-item]", inputs: ["selected", "ariaDescribedBy", "noData", "action", "interactive", "growing", "counter", "unread", "selectedListItemScreenReaderText", "navigatedListItemScreenReaderText", "navigatableListItemScreenReaderText"], outputs: ["keyDown"] }, { kind: "directive", type: i6.ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap"] }, { kind: "directive", type: i6.ListBylineDirective, selector: "[fdListByline], [fd-list-byline]", inputs: ["twoCol", "wrap"] }, { kind: "directive", type: i6.ListBylineLeftDirective, selector: "[fdListBylineLeft], [fd-list-byline-left]", inputs: ["wrap"] }, { kind: "directive", type: i6.ListBylineRightDirective, selector: "[fdListBylineRight], [fd-list-byline-right]", inputs: ["status", "wrap"] }, { kind: "directive", type: i6.ListContentDirective, selector: "[fdListContent], [fd-list-content]", inputs: ["twoCol"] }, { kind: "directive", type: i6.ListThumbnailDirective, selector: "[fdListThumbnail], [fd-list-thumbnail]" }, { kind: "component", type: i7.ObjectStatusComponent, selector: "[fd-object-status]", inputs: ["class", "status", "glyph", "label", "glyphAriaLabel", "indicationColor", "clickable", "inverted", "large"] }, { kind: "component", type: i8.ToolbarComponent, selector: "fd-toolbar", inputs: ["class", "shouldOverflow", "fdType", "hasTitle", "title", "active", "clearBorder", "forceOverflow", "tabindex"] }, { kind: "directive", type: i8.ToolbarItemDirective, selector: "[fd-toolbar-item]" }, { kind: "directive", type: i9.PlatformContentDensityDeprecationDirective, selector: " fdp-action-bar[contentDensity], fdp-button[contentDensity], fdp-object-list-item[contentDensity], fdp-standard-list-item[contentDensity], fdp-menu[contentDensity], fdp-menu-button[contentDensity], fdp-panel[contentDensity], fdp-search-field[contentDensity], fdp-split-menu-button[contentDensity], fdp-file-uploader[contentDensity], fdp-upload-collection[contentDensity], fdp-table[contentDensity], fdp-multi-input[contentDensity], fdp-list[contentDensity], fdp-slider[contentDensity], fdp-time-picker[contentDensity], fdp-textarea[contentDensity], fdp-switch[contentDensity], fdp-number-step-input[contentDensity], fdp-select[contentDensity], fdp-date-picker[contentDensity], fdp-checkbox[contentDensity], fdp-checkbox-group[contentDensity], fdp-combobox[contentDensity], fdp-datetime-picker[contentDensity], fdp-input[contentDensity], fdp-radio-group[contentDensity], fdp-radio-button[contentDensity], fdp-multi-combobox[contentDensity], fdp-input-group-addon-body[contentDensity], fdp-input-group[contentDensity], fdp-value-help-dialog[contentDensity], fdp-filter-single-select[contentDensity], fdp-filter-multi-select[contentDensity], fdp-filter-custom[contentDensity] " }, { kind: "component", type: i10.SliderComponent, selector: "fdp-slider", inputs: ["class", "min", "max", "step", "jump", "tickmarksBetweenLabels", "mode", "showTicks", "showTicksLabels", "customValues", "tooltipMode", "hideProgressBar", "value"], outputs: ["sliderChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i11.BbbTranslatePipe, name: "bbbTranslate" }, { kind: "pipe", type: i12.UploadFileStatusPipe, name: "uploadFileStatus" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
23
|
+
BarsaListFileLinearComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: BarsaListFileLinearComponent, selector: "bsu-barsa-list-file-linear", providers: [UploadService], usesInheritance: true, ngImport: i0, template: "<fd-toolbar [fdType]=\"'transparent'\" [clearBorder]=\"true\" *ngIf=\"(disableOrReadonly$ | async) === false\">\n <fd-file-uploader\n fd-toolbar-item\n [id]=\"id\"\n [name]=\"id\"\n [placeholder]=\"'AttachFile' | bbbTranslate\"\n [buttonLabel]=\"'AttachFile' | bbbTranslate\"\n [buttonAriaLabel]=\"'AttachFile' | bbbTranslate\"\n [accept]=\"Setting.ValidExtensions || ''\"\n [multiple]=\"maxFileCount > 1\"\n (selectedFilesChanged)=\"onFileSelection($event)\"\n [contentDensity]=\"(contentDensity$ | async)!!\"\n ></fd-file-uploader>\n</fd-toolbar>\n<ul fd-list [byline]=\"true\">\n <ng-container *ngIf=\"fileCount$ | async as fileCount\">\n <li fd-list-item *ngIf=\"fileCount === 0\">\n <div fd-list-content style=\"text-align: center\">\n <span>{{ 'NoFiles' | bbbTranslate }}</span>\n </div>\n </li>\n </ng-container>\n <ng-container *ngFor=\"let file of value\">\n <ng-container *ngIf=\"valueExtra$ | async as valueExtra\">\n <li fd-list-item *ngIf=\"!file.IsDeleted\">\n <span fd-list-thumbnail>\n <fd-icon\n *ngIf=\"valueExtra[file.Id].IsIcon; else isImage\"\n [glyph]=\"valueExtra[file.Id].FileUrl\"\n ></fd-icon>\n <ng-template #isImage>\n <fd-avatar size=\"m\" [image]=\"valueExtra[file.Id].FileUrl || ''\"></fd-avatar>\n </ng-template>\n </span>\n <!-- for byline, fd-list-content is mandatory -->\n <div fd-list-content>\n <div fd-list-title>{{ file.FileName }}</div>\n <div fd-list-byline [twoCol]=\"true\">\n <div fd-list-byline-left></div>\n <div fd-list-byline-right style=\"display: flex; justify-content: flex-end\">\n <fd-toolbar [fdType]=\"'transparent'\" [clearBorder]=\"true\">\n <ng-container *ngIf=\"file.IsNew\">\n <span\n fd-toolbar-item\n fd-object-status\n [status]=\"file.Id | uploadFileStatus: valueExtra\"\n [label]=\"valueExtra[file.Id]?.UploadState || ''\"\n [title]=\"valueExtra[file.Id]?.UploadState\"\n [aria-label]=\"'File Upload Status Is ' + valueExtra[file.Id]?.UploadState\"\n ></span>\n <ng-container *ngIf=\"valueExtra[file.Id].UploadState === 'Uploading'\">\n <fd-slider\n [contentDensity]=\"(contentDensity$ | async)!!\"\n [(ngModel)]=\"valueExtra[file.Id].Progress\"\n [name]=\"'filerLinear_' + id\"\n fd-toolbar-item\n [id]=\"id\"\n [min]=\"0\"\n [max]=\"100\"\n [step]=\"1\"\n >\n </fd-slider>\n </ng-container>\n </ng-container>\n </fd-toolbar>\n </div>\n </div>\n </div>\n <button\n *ngIf=\"(disableOrReadonly$ | async) === false && valueExtra[file.Id].UploadState !== 'Uploading'\"\n fd-button\n fdType=\"transparent\"\n glyph=\"decline\"\n (click)=\"onFileDeleted(file.Id)\"\n ></button>\n <button\n *ngIf=\"valueExtra[file.Id].UploadState === 'Uploading'\"\n fd-button\n [fdType]=\"'transparent'\"\n [glyph]=\"'stop'\"\n (click)=\"onTerminate(file)\"\n ></button>\n <button\n *ngIf=\"valueExtra[file.Id].UploadState === 'Error'\"\n fd-button\n [fdType]=\"'transparent'\"\n [glyph]=\"'refresh'\"\n (click)=\"onRetry(file)\"\n ></button>\n </li>\n </ng-container>\n </ng-container>\n</ul>\n", styles: [":host{display:block;width:100%;height:100%}:host ::ng-deep .fd-slider__handle{display:none}:host ::ng-deep .fd-file-uploader input{display:none}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.AvatarComponent, selector: "fd-avatar", inputs: ["class", "id", "ariaLabel", "ariaLabelledby", "label", "size", "glyph", "zoomGlyph", "circle", "transparent", "contain", "placeholder", "tile", "border", "colorAccent", "random", "clickable", "backgroundImage", "image", "alterIcon", "backupImage"], outputs: ["avatarClicked", "zoomGlyphClicked"] }, { kind: "component", type: i4.ButtonComponent, selector: "button[fd-button], a[fd-button]", inputs: ["class"], exportAs: ["fd-button"] }, { kind: "component", type: i5.FileUploaderComponent, selector: "fd-file-uploader", inputs: ["disabled", "required", "multiple", "accept", "dragndrop", "maxFileSize", "minFileSize", "id", "ariaLabel", "ariaLabelledBy", "placeholder", "buttonLabel", "buttonAriaLabel", "state", "fileLimit", "inputHidden", "width"], outputs: ["selectedFilesChanged", "selectedInvalidFiles", "onDragEnter", "onDragLeave"] }, { kind: "component", type: i6.IconComponent, selector: "fd-icon", inputs: ["glyph", "font", "class", "ariaLabel"] }, { kind: "component", type: i7.ListComponent, selector: "[fd-list], [fdList]", inputs: ["dropdownMode", "multiInputMode", "mobileMode", "hasMessage", "noBorder", "navigationIndicator", "selection", "keyboardSupport", "byline"], outputs: ["focusEscapeList"] }, { kind: "component", type: i7.ListItemComponent, selector: "[fdListItem] ,[fd-list-item]", inputs: ["selected", "ariaDescribedBy", "noData", "action", "interactive", "growing", "counter", "unread", "selectedListItemScreenReaderText", "navigatedListItemScreenReaderText", "navigatableListItemScreenReaderText"], outputs: ["keyDown"] }, { kind: "directive", type: i7.ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap"] }, { kind: "directive", type: i7.ListBylineDirective, selector: "[fdListByline], [fd-list-byline]", inputs: ["twoCol", "wrap"] }, { kind: "directive", type: i7.ListBylineLeftDirective, selector: "[fdListBylineLeft], [fd-list-byline-left]", inputs: ["wrap"] }, { kind: "directive", type: i7.ListBylineRightDirective, selector: "[fdListBylineRight], [fd-list-byline-right]", inputs: ["status", "wrap"] }, { kind: "directive", type: i7.ListContentDirective, selector: "[fdListContent], [fd-list-content]", inputs: ["twoCol"] }, { kind: "directive", type: i7.ListThumbnailDirective, selector: "[fdListThumbnail], [fd-list-thumbnail]" }, { kind: "component", type: i8.ObjectStatusComponent, selector: "[fd-object-status]", inputs: ["class", "status", "glyph", "label", "glyphAriaLabel", "indicationColor", "clickable", "inverted", "large"] }, { kind: "component", type: i9.ToolbarComponent, selector: "fd-toolbar", inputs: ["class", "shouldOverflow", "fdType", "hasTitle", "title", "active", "clearBorder", "forceOverflow", "tabindex"] }, { kind: "directive", type: i9.ToolbarItemDirective, selector: "[fd-toolbar-item]" }, { kind: "component", type: i10.SliderComponent, selector: "fd-slider", inputs: ["id", "class", "ariaLabelledBy", "ariaLabel", "min", "max", "step", "jump", "tickmarksBetweenLabels", "mode", "showTicks", "showTicksLabels", "customValues", "tooltipMode", "hideProgressBar", "disabled", "singleSliderCurrentValuePrefix", "rangeSliderHandle1CurrentValuePrefix", "rangeSliderHandle2CurrentValuePrefix", "value"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i11.BbbTranslatePipe, name: "bbbTranslate" }, { kind: "pipe", type: i12.UploadFileStatusPipe, name: "uploadFileStatus" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
24
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaListFileLinearComponent, decorators: [{
|
|
25
25
|
type: Component,
|
|
26
|
-
args: [{ selector: 'bsu-barsa-list-file-linear', changeDetection: ChangeDetectionStrategy.OnPush, providers: [UploadService], template: "<fd-toolbar [fdType]=\"'transparent'\" [clearBorder]=\"true\" *ngIf=\"(disableOrReadonly$ | async) === false\">\
|
|
26
|
+
args: [{ selector: 'bsu-barsa-list-file-linear', changeDetection: ChangeDetectionStrategy.OnPush, providers: [UploadService], template: "<fd-toolbar [fdType]=\"'transparent'\" [clearBorder]=\"true\" *ngIf=\"(disableOrReadonly$ | async) === false\">\n <fd-file-uploader\n fd-toolbar-item\n [id]=\"id\"\n [name]=\"id\"\n [placeholder]=\"'AttachFile' | bbbTranslate\"\n [buttonLabel]=\"'AttachFile' | bbbTranslate\"\n [buttonAriaLabel]=\"'AttachFile' | bbbTranslate\"\n [accept]=\"Setting.ValidExtensions || ''\"\n [multiple]=\"maxFileCount > 1\"\n (selectedFilesChanged)=\"onFileSelection($event)\"\n [contentDensity]=\"(contentDensity$ | async)!!\"\n ></fd-file-uploader>\n</fd-toolbar>\n<ul fd-list [byline]=\"true\">\n <ng-container *ngIf=\"fileCount$ | async as fileCount\">\n <li fd-list-item *ngIf=\"fileCount === 0\">\n <div fd-list-content style=\"text-align: center\">\n <span>{{ 'NoFiles' | bbbTranslate }}</span>\n </div>\n </li>\n </ng-container>\n <ng-container *ngFor=\"let file of value\">\n <ng-container *ngIf=\"valueExtra$ | async as valueExtra\">\n <li fd-list-item *ngIf=\"!file.IsDeleted\">\n <span fd-list-thumbnail>\n <fd-icon\n *ngIf=\"valueExtra[file.Id].IsIcon; else isImage\"\n [glyph]=\"valueExtra[file.Id].FileUrl\"\n ></fd-icon>\n <ng-template #isImage>\n <fd-avatar size=\"m\" [image]=\"valueExtra[file.Id].FileUrl || ''\"></fd-avatar>\n </ng-template>\n </span>\n <!-- for byline, fd-list-content is mandatory -->\n <div fd-list-content>\n <div fd-list-title>{{ file.FileName }}</div>\n <div fd-list-byline [twoCol]=\"true\">\n <div fd-list-byline-left></div>\n <div fd-list-byline-right style=\"display: flex; justify-content: flex-end\">\n <fd-toolbar [fdType]=\"'transparent'\" [clearBorder]=\"true\">\n <ng-container *ngIf=\"file.IsNew\">\n <span\n fd-toolbar-item\n fd-object-status\n [status]=\"file.Id | uploadFileStatus: valueExtra\"\n [label]=\"valueExtra[file.Id]?.UploadState || ''\"\n [title]=\"valueExtra[file.Id]?.UploadState\"\n [aria-label]=\"'File Upload Status Is ' + valueExtra[file.Id]?.UploadState\"\n ></span>\n <ng-container *ngIf=\"valueExtra[file.Id].UploadState === 'Uploading'\">\n <fd-slider\n [contentDensity]=\"(contentDensity$ | async)!!\"\n [(ngModel)]=\"valueExtra[file.Id].Progress\"\n [name]=\"'filerLinear_' + id\"\n fd-toolbar-item\n [id]=\"id\"\n [min]=\"0\"\n [max]=\"100\"\n [step]=\"1\"\n >\n </fd-slider>\n </ng-container>\n </ng-container>\n </fd-toolbar>\n </div>\n </div>\n </div>\n <button\n *ngIf=\"(disableOrReadonly$ | async) === false && valueExtra[file.Id].UploadState !== 'Uploading'\"\n fd-button\n fdType=\"transparent\"\n glyph=\"decline\"\n (click)=\"onFileDeleted(file.Id)\"\n ></button>\n <button\n *ngIf=\"valueExtra[file.Id].UploadState === 'Uploading'\"\n fd-button\n [fdType]=\"'transparent'\"\n [glyph]=\"'stop'\"\n (click)=\"onTerminate(file)\"\n ></button>\n <button\n *ngIf=\"valueExtra[file.Id].UploadState === 'Error'\"\n fd-button\n [fdType]=\"'transparent'\"\n [glyph]=\"'refresh'\"\n (click)=\"onRetry(file)\"\n ></button>\n </li>\n </ng-container>\n </ng-container>\n</ul>\n", styles: [":host{display:block;width:100%;height:100%}:host ::ng-deep .fd-slider__handle{display:none}:host ::ng-deep .fd-file-uploader input{display:none}\n"] }]
|
|
27
27
|
}] });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2EtbGlzdC1maWxlLWxpbmVhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYXJzYS1zYXAtdWkvc3JjL2xpYi9iYXJzYS1saXN0LWZpbGUtbGluZWFyL2JhcnNhLWxpc3QtZmlsZS1saW5lYXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2Etc2FwLXVpL3NyYy9saWIvYmFyc2EtbGlzdC1maWxlLWxpbmVhci9iYXJzYS1saXN0LWZpbGUtbGluZWFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbkUsT0FBTyxFQUFFLGFBQWEsRUFBc0IsTUFBTSxzQkFBc0IsQ0FBQztBQUN6RSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSw4REFBOEQsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7QUFTNUcsTUFBTSxPQUFPLDRCQUE2QixTQUFRLDRCQUE0QjtJQUMxRSxPQUFPLENBQUMsY0FBa0M7UUFDdEMsSUFBSSxDQUFDLEtBQUssQ0FBQyxjQUFjLENBQUMsQ0FBQztJQUMvQixDQUFDOzt5SEFIUSw0QkFBNEI7NkdBQTVCLDRCQUE0QixxREFGMUIsQ0FBQyxhQUFhLENBQUMsaURDVDlCLG9ySkE2RkE7MkZEbEZhLDRCQUE0QjtrQkFQeEMsU0FBUzsrQkFDSSw0QkFBNEIsbUJBR3JCLHVCQUF1QixDQUFDLE1BQU0sYUFDcEMsQ0FBQyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFVwbG9hZFNlcnZpY2UsIEZpbGVBdHRhY2htZW50SW5mbyB9IGZyb20gJ2JhcnNhLW5vdmluLXJheS1jb3JlJztcclxuaW1wb3J0IHsgVWlGaWxlTGluZWFyTGlzdEJveENvbXBvbmVudCB9IGZyb20gJy4uL3VpLWZpbGUtbGluZWFyLWxpc3QtYm94L3VpLWZpbGUtbGluZWFyLWxpc3QtYm94LmNvbXBvbmVudCc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAnYnN1LWJhcnNhLWxpc3QtZmlsZS1saW5lYXInLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhcnNhLWxpc3QtZmlsZS1saW5lYXIuY29tcG9uZW50Lmh0bWwnLFxyXG4gICAgc3R5bGVVcmxzOiBbJy4vYmFyc2EtbGlzdC1maWxlLWxpbmVhci5jb21wb25lbnQuc2NzcyddLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbiAgICBwcm92aWRlcnM6IFtVcGxvYWRTZXJ2aWNlXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmFyc2FMaXN0RmlsZUxpbmVhckNvbXBvbmVudCBleHRlbmRzIFVpRmlsZUxpbmVhckxpc3RCb3hDb21wb25lbnQge1xyXG4gICAgb25SZXRyeShmaWxlQXR0YWNobWVudDogRmlsZUF0dGFjaG1lbnRJbmZvKTogdm9pZCB7XHJcbiAgICAgICAgdGhpcy5yZXRyeShmaWxlQXR0YWNobWVudCk7XHJcbiAgICB9XHJcbn1cclxuIiwiPGZkLXRvb2xiYXIgW2ZkVHlwZV09XCIndHJhbnNwYXJlbnQnXCIgW2NsZWFyQm9yZGVyXT1cInRydWVcIiAqbmdJZj1cIihkaXNhYmxlT3JSZWFkb25seSQgfCBhc3luYykgPT09IGZhbHNlXCI+XG4gICAgPGZkLWZpbGUtdXBsb2FkZXJcbiAgICAgICAgZmQtdG9vbGJhci1pdGVtXG4gICAgICAgIFtpZF09XCJpZFwiXG4gICAgICAgIFtuYW1lXT1cImlkXCJcbiAgICAgICAgW3BsYWNlaG9sZGVyXT1cIidBdHRhY2hGaWxlJyB8IGJiYlRyYW5zbGF0ZVwiXG4gICAgICAgIFtidXR0b25MYWJlbF09XCInQXR0YWNoRmlsZScgfCBiYmJUcmFuc2xhdGVcIlxuICAgICAgICBbYnV0dG9uQXJpYUxhYmVsXT1cIidBdHRhY2hGaWxlJyB8IGJiYlRyYW5zbGF0ZVwiXG4gICAgICAgIFthY2NlcHRdPVwiU2V0dGluZy5WYWxpZEV4dGVuc2lvbnMgfHwgJydcIlxuICAgICAgICBbbXVsdGlwbGVdPVwibWF4RmlsZUNvdW50ID4gMVwiXG4gICAgICAgIChzZWxlY3RlZEZpbGVzQ2hhbmdlZCk9XCJvbkZpbGVTZWxlY3Rpb24oJGV2ZW50KVwiXG4gICAgICAgIFtjb250ZW50RGVuc2l0eV09XCIoY29udGVudERlbnNpdHkkIHwgYXN5bmMpISFcIlxuICAgID48L2ZkLWZpbGUtdXBsb2FkZXI+XG48L2ZkLXRvb2xiYXI+XG48dWwgZmQtbGlzdCBbYnlsaW5lXT1cInRydWVcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiZmlsZUNvdW50JCB8IGFzeW5jIGFzIGZpbGVDb3VudFwiPlxuICAgICAgICA8bGkgZmQtbGlzdC1pdGVtICpuZ0lmPVwiZmlsZUNvdW50ID09PSAwXCI+XG4gICAgICAgICAgICA8ZGl2IGZkLWxpc3QtY29udGVudCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlclwiPlxuICAgICAgICAgICAgICAgIDxzcGFuPnt7ICdOb0ZpbGVzJyB8IGJiYlRyYW5zbGF0ZSB9fTwvc3Bhbj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2xpPlxuICAgIDwvbmctY29udGFpbmVyPlxuICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGZpbGUgb2YgdmFsdWVcIj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInZhbHVlRXh0cmEkIHwgYXN5bmMgYXMgdmFsdWVFeHRyYVwiPlxuICAgICAgICAgICAgPGxpIGZkLWxpc3QtaXRlbSAqbmdJZj1cIiFmaWxlLklzRGVsZXRlZFwiPlxuICAgICAgICAgICAgICAgIDxzcGFuIGZkLWxpc3QtdGh1bWJuYWlsPlxuICAgICAgICAgICAgICAgICAgICA8ZmQtaWNvblxuICAgICAgICAgICAgICAgICAgICAgICAgKm5nSWY9XCJ2YWx1ZUV4dHJhW2ZpbGUuSWRdLklzSWNvbjsgZWxzZSBpc0ltYWdlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtnbHlwaF09XCJ2YWx1ZUV4dHJhW2ZpbGUuSWRdLkZpbGVVcmxcIlxuICAgICAgICAgICAgICAgICAgICA+PC9mZC1pY29uPlxuICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI2lzSW1hZ2U+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmQtYXZhdGFyIHNpemU9XCJtXCIgW2ltYWdlXT1cInZhbHVlRXh0cmFbZmlsZS5JZF0uRmlsZVVybCB8fCAnJ1wiPjwvZmQtYXZhdGFyPlxuICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8IS0tIGZvciBieWxpbmUsIGZkLWxpc3QtY29udGVudCBpcyBtYW5kYXRvcnkgLS0+XG4gICAgICAgICAgICAgICAgPGRpdiBmZC1saXN0LWNvbnRlbnQ+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgZmQtbGlzdC10aXRsZT57eyBmaWxlLkZpbGVOYW1lIH19PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgZmQtbGlzdC1ieWxpbmUgW3R3b0NvbF09XCJ0cnVlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGZkLWxpc3QtYnlsaW5lLWxlZnQ+PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGZkLWxpc3QtYnlsaW5lLXJpZ2h0IHN0eWxlPVwiZGlzcGxheTogZmxleDsganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxmZC10b29sYmFyIFtmZFR5cGVdPVwiJ3RyYW5zcGFyZW50J1wiIFtjbGVhckJvcmRlcl09XCJ0cnVlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJmaWxlLklzTmV3XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZkLXRvb2xiYXItaXRlbVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZkLW9iamVjdC1zdGF0dXNcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3RhdHVzXT1cImZpbGUuSWQgfCB1cGxvYWRGaWxlU3RhdHVzOiB2YWx1ZUV4dHJhXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGFiZWxdPVwidmFsdWVFeHRyYVtmaWxlLklkXT8uVXBsb2FkU3RhdGUgfHwgJydcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt0aXRsZV09XCJ2YWx1ZUV4dHJhW2ZpbGUuSWRdPy5VcGxvYWRTdGF0ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FyaWEtbGFiZWxdPVwiJ0ZpbGUgVXBsb2FkIFN0YXR1cyBJcyAnICsgdmFsdWVFeHRyYVtmaWxlLklkXT8uVXBsb2FkU3RhdGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJ2YWx1ZUV4dHJhW2ZpbGUuSWRdLlVwbG9hZFN0YXRlID09PSAnVXBsb2FkaW5nJ1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxmZC1zbGlkZXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbnRlbnREZW5zaXR5XT1cIihjb250ZW50RGVuc2l0eSQgfCBhc3luYykhIVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwidmFsdWVFeHRyYVtmaWxlLklkXS5Qcm9ncmVzc1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuYW1lXT1cIidmaWxlckxpbmVhcl8nICsgaWRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmZC10b29sYmFyLWl0ZW1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2lkXT1cImlkXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW21pbl09XCIwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW21heF09XCIxMDBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3RlcF09XCIxXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9mZC1zbGlkZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9mZC10b29sYmFyPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgKm5nSWY9XCIoZGlzYWJsZU9yUmVhZG9ubHkkIHwgYXN5bmMpID09PSBmYWxzZSAmJiB2YWx1ZUV4dHJhW2ZpbGUuSWRdLlVwbG9hZFN0YXRlICE9PSAnVXBsb2FkaW5nJ1wiXG4gICAgICAgICAgICAgICAgICAgIGZkLWJ1dHRvblxuICAgICAgICAgICAgICAgICAgICBmZFR5cGU9XCJ0cmFuc3BhcmVudFwiXG4gICAgICAgICAgICAgICAgICAgIGdseXBoPVwiZGVjbGluZVwiXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJvbkZpbGVEZWxldGVkKGZpbGUuSWQpXCJcbiAgICAgICAgICAgICAgICA+PC9idXR0b24+XG4gICAgICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICAgICAqbmdJZj1cInZhbHVlRXh0cmFbZmlsZS5JZF0uVXBsb2FkU3RhdGUgPT09ICdVcGxvYWRpbmcnXCJcbiAgICAgICAgICAgICAgICAgICAgZmQtYnV0dG9uXG4gICAgICAgICAgICAgICAgICAgIFtmZFR5cGVdPVwiJ3RyYW5zcGFyZW50J1wiXG4gICAgICAgICAgICAgICAgICAgIFtnbHlwaF09XCInc3RvcCdcIlxuICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwib25UZXJtaW5hdGUoZmlsZSlcIlxuICAgICAgICAgICAgICAgID48L2J1dHRvbj5cbiAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICpuZ0lmPVwidmFsdWVFeHRyYVtmaWxlLklkXS5VcGxvYWRTdGF0ZSA9PT0gJ0Vycm9yJ1wiXG4gICAgICAgICAgICAgICAgICAgIGZkLWJ1dHRvblxuICAgICAgICAgICAgICAgICAgICBbZmRUeXBlXT1cIid0cmFuc3BhcmVudCdcIlxuICAgICAgICAgICAgICAgICAgICBbZ2x5cGhdPVwiJ3JlZnJlc2gnXCJcbiAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIm9uUmV0cnkoZmlsZSlcIlxuICAgICAgICAgICAgICAgID48L2J1dHRvbj5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgIDwvbmctY29udGFpbmVyPlxuPC91bD5cbiJdfQ==
|
|
@@ -5,9 +5,8 @@ import { CommonModule } from '@angular/common';
|
|
|
5
5
|
import { DragDropModule } from '@angular/cdk/drag-drop';
|
|
6
6
|
import { CdkTableModule } from '@angular/cdk/table';
|
|
7
7
|
import { FundamentalNgxCoreModule, RtlService, WizardModule, FacetModule, ThemesService, DialogService, ContentDensityModule, ContentDensityMode, GlobalContentDensityService, PipeModule, NotificationRef, MessageToastService } from '@fundamental-ngx/core';
|
|
8
|
-
import { FundamentalNgxPlatformModule, PlatformDynamicPageModule, PlatformTextAreaModule, PlatformSearchFieldModule } from '@fundamental-ngx/platform';
|
|
9
8
|
import { PdfJsViewerModule } from 'ng2-pdfjs-viewer';
|
|
10
|
-
import { PortalService, BarsaNovinRayCoreModule, BaseModule, DIALOG_SERVICE, FORM_DIALOG_COMPONENT, NOTIFICATAION_POPUP_SERVER, TOAST_SERVICE } from 'barsa-novin-ray-core';
|
|
9
|
+
import { PortalService, BarsaNovinRayCoreModule, BaseModule, DIALOG_SERVICE, FORM_DIALOG_COMPONENT, NOTIFICATAION_POPUP_SERVER, TOAST_SERVICE, ResizableModule } from 'barsa-novin-ray-core';
|
|
11
10
|
import { BarsaCalendarModule } from 'barsa-calendar';
|
|
12
11
|
import { ColorSwatchesModule } from 'ngx-color/swatches';
|
|
13
12
|
import { ColorChromeModule } from 'ngx-color/chrome';
|
|
@@ -77,118 +76,117 @@ import * as i57 from "./ly-label/ly-label.component";
|
|
|
77
76
|
import * as i58 from "./ui-mo-info-combo-viewer/ui-mo-info-combo-viewer.component";
|
|
78
77
|
import * as i59 from "./ul-msg-box-adapter/ul-msg-box-adapter.component";
|
|
79
78
|
import * as i60 from "./ui-tree/ui-tree.component";
|
|
80
|
-
import * as i61 from "./
|
|
81
|
-
import * as i62 from "./
|
|
82
|
-
import * as i63 from "./
|
|
83
|
-
import * as i64 from "./
|
|
84
|
-
import * as i65 from "./
|
|
85
|
-
import * as i66 from "./
|
|
86
|
-
import * as i67 from "./
|
|
87
|
-
import * as i68 from "./
|
|
88
|
-
import * as i69 from "./global-search-
|
|
89
|
-
import * as i70 from "./global-search
|
|
90
|
-
import * as i71 from "./
|
|
91
|
-
import * as i72 from "./
|
|
92
|
-
import * as i73 from "./
|
|
93
|
-
import * as i74 from "./
|
|
94
|
-
import * as i75 from "./
|
|
95
|
-
import * as i76 from "./
|
|
96
|
-
import * as i77 from "./
|
|
97
|
-
import * as i78 from "./layout-
|
|
98
|
-
import * as i79 from "./
|
|
99
|
-
import * as i80 from "./
|
|
100
|
-
import * as i81 from "./ulv-
|
|
101
|
-
import * as i82 from "./ulv-
|
|
102
|
-
import * as i83 from "./ulv-
|
|
103
|
-
import * as i84 from "./ulv-
|
|
104
|
-
import * as i85 from "./
|
|
105
|
-
import * as i86 from "./
|
|
106
|
-
import * as i87 from "./
|
|
107
|
-
import * as i88 from "./
|
|
108
|
-
import * as i89 from "./
|
|
109
|
-
import * as i90 from "./barsa-
|
|
110
|
-
import * as i91 from "./barsa-
|
|
111
|
-
import * as i92 from "./
|
|
112
|
-
import * as i93 from "./ui-
|
|
113
|
-
import * as i94 from "./
|
|
114
|
-
import * as i95 from "./
|
|
115
|
-
import * as i96 from "./
|
|
116
|
-
import * as i97 from "./report-
|
|
117
|
-
import * as i98 from "./
|
|
118
|
-
import * as i99 from "./report-search-fields-
|
|
119
|
-
import * as i100 from "./
|
|
120
|
-
import * as i101 from "./search-panel/search-panel.component";
|
|
121
|
-
import * as i102 from "./
|
|
122
|
-
import * as i103 from "./ui-grid-filter-
|
|
123
|
-
import * as i104 from "./ui-
|
|
124
|
-
import * as i105 from "./
|
|
125
|
-
import * as i106 from "./
|
|
126
|
-
import * as i107 from "./ui-
|
|
127
|
-
import * as i108 from "./ui-
|
|
128
|
-
import * as i109 from "./ui-
|
|
129
|
-
import * as i110 from "./
|
|
130
|
-
import * as i111 from "./
|
|
131
|
-
import * as i112 from "./
|
|
132
|
-
import * as i113 from "./
|
|
133
|
-
import * as i114 from "./ui-
|
|
134
|
-
import * as i115 from "./ui-
|
|
135
|
-
import * as i116 from "./ui-
|
|
136
|
-
import * as i117 from "./ui-
|
|
137
|
-
import * as i118 from "./ui-
|
|
138
|
-
import * as i119 from "./
|
|
139
|
-
import * as i120 from "./
|
|
140
|
-
import * as i121 from "./
|
|
141
|
-
import * as i122 from "./
|
|
142
|
-
import * as i123 from "./
|
|
143
|
-
import * as i124 from "./
|
|
144
|
-
import * as i125 from "./ui-
|
|
145
|
-
import * as i126 from "./
|
|
146
|
-
import * as i127 from "./
|
|
147
|
-
import * as i128 from "./
|
|
148
|
-
import * as i129 from "./card-
|
|
149
|
-
import * as i130 from "./card-
|
|
150
|
-
import * as i131 from "./
|
|
151
|
-
import * as i132 from "./
|
|
152
|
-
import * as i133 from "./
|
|
153
|
-
import * as i134 from "./
|
|
154
|
-
import * as i135 from "./
|
|
155
|
-
import * as i136 from "./barsa-table-
|
|
156
|
-
import * as i137 from "./barsa-table-
|
|
157
|
-
import * as i138 from "./
|
|
158
|
-
import * as i139 from "./
|
|
159
|
-
import * as i140 from "./
|
|
160
|
-
import * as i141 from "./
|
|
161
|
-
import * as i142 from "./
|
|
162
|
-
import * as i143 from "./
|
|
163
|
-
import * as i144 from "./
|
|
164
|
-
import * as i145 from "./file-viewer-
|
|
165
|
-
import * as i146 from "./file-viewer
|
|
166
|
-
import * as i147 from "./
|
|
167
|
-
import * as i148 from "./
|
|
168
|
-
import * as i149 from "./
|
|
169
|
-
import * as i150 from "./barsa-cartable
|
|
170
|
-
import * as i151 from "./barsa-
|
|
171
|
-
import * as i152 from "./barsa-
|
|
172
|
-
import * as i153 from "./barsa-
|
|
173
|
-
import * as i154 from "./barsa-
|
|
174
|
-
import * as i155 from "./
|
|
175
|
-
import * as i156 from "./
|
|
176
|
-
import * as i157 from "./barsa-
|
|
177
|
-
import * as i158 from "./
|
|
178
|
-
import * as i159 from "./
|
|
179
|
-
import * as i160 from "./sap-font.pipe";
|
|
180
|
-
import * as i161 from "./
|
|
181
|
-
import * as i162 from "./
|
|
182
|
-
import * as i163 from "./
|
|
183
|
-
import * as i164 from "./
|
|
184
|
-
import * as i165 from "./
|
|
185
|
-
import * as i166 from "./
|
|
186
|
-
import * as i167 from "./
|
|
187
|
-
import * as i168 from "./
|
|
188
|
-
import * as i169 from "./fullscreen-
|
|
189
|
-
import * as i170 from "./
|
|
190
|
-
import * as i171 from "
|
|
191
|
-
import * as i172 from "@fundamental-ngx/core";
|
|
79
|
+
import * as i61 from "./header-avatar/header-avatar.component";
|
|
80
|
+
import * as i62 from "./ui-workflow-panel-ui/ui-workflow-panel-ui.component";
|
|
81
|
+
import * as i63 from "./ulv-context-menu/ulv-context-menu.component";
|
|
82
|
+
import * as i64 from "./ul-loading-mask-ui/ul-loading-mask-ui.component";
|
|
83
|
+
import * as i65 from "./ui-text-field-auto-complete/ui-text-field-auto-complete.component";
|
|
84
|
+
import * as i66 from "./captcha-field/captcha-field.component";
|
|
85
|
+
import * as i67 from "./ly-simple-label/ly-simple-label.component";
|
|
86
|
+
import * as i68 from "./global-search-panel/global-search-panel.component";
|
|
87
|
+
import * as i69 from "./global-search-module/global-search-module.component";
|
|
88
|
+
import * as i70 from "./global-search/global-search.component";
|
|
89
|
+
import * as i71 from "./hyperlink/hyperlink.component";
|
|
90
|
+
import * as i72 from "./static-text/static-text.component";
|
|
91
|
+
import * as i73 from "./ul-toast-adapter/ul-toast-adapter.component";
|
|
92
|
+
import * as i74 from "./message-strip/message-strip.component";
|
|
93
|
+
import * as i75 from "./ui-linear-list-container-with-button/ui-linear-list-container-with-button.component";
|
|
94
|
+
import * as i76 from "./fundamental-dynamic-form/fundamental-dynamic-form.component";
|
|
95
|
+
import * as i77 from "./layout-actions/layout-actions.component";
|
|
96
|
+
import * as i78 from "./ly-layout-container/ly-layout-container.component";
|
|
97
|
+
import * as i79 from "./ui-ulv-form-multi-select-ui/ui-ulv-form-multi-select-ui.component";
|
|
98
|
+
import * as i80 from "./ulv-form-multi-select/ulv-form-multi-select.component";
|
|
99
|
+
import * as i81 from "./ulv-column-settings/ulv-column-settings.component";
|
|
100
|
+
import * as i82 from "./ulv-filter-settings/ulv-filter-settings.component";
|
|
101
|
+
import * as i83 from "./ulv-sort-settings/ulv-sort-settings.component";
|
|
102
|
+
import * as i84 from "./ulv-groupby-settings/ulv-groupby-settings.component";
|
|
103
|
+
import * as i85 from "./barsa-list-file-linear/barsa-list-file-linear.component";
|
|
104
|
+
import * as i86 from "./ui-pdf-viewer/ui-pdf-viewer.component";
|
|
105
|
+
import * as i87 from "./barsa-tinyemce/barsa-tinyemce.component";
|
|
106
|
+
import * as i88 from "./ui-monaco-editor/ui-monaco-editor.component";
|
|
107
|
+
import * as i89 from "./barsa-monaco-editor/barsa-monaco-editor.component";
|
|
108
|
+
import * as i90 from "./barsa-date-time-picker/barsa-date-time-picker.component";
|
|
109
|
+
import * as i91 from "./barsa-tree-item/barsa-tree-item.component";
|
|
110
|
+
import * as i92 from "./ui-switch-button/ui-switch-button.component";
|
|
111
|
+
import * as i93 from "./ui-color-ui/ui-color-ui.component";
|
|
112
|
+
import * as i94 from "./ly-line/ly-line.component";
|
|
113
|
+
import * as i95 from "./ui-ulv-main-ui/ui-ulv-main-ui.component";
|
|
114
|
+
import * as i96 from "./report-navigator/report-navigator.component";
|
|
115
|
+
import * as i97 from "./manage-filters-report/manage-filters-report.component";
|
|
116
|
+
import * as i98 from "./report-search-fields-manage/report-search-fields-manage.component";
|
|
117
|
+
import * as i99 from "./report-search-fields-hidden-settings/report-search-fields-hidden-settings.component";
|
|
118
|
+
import * as i100 from "./search-panel/search-panel.component";
|
|
119
|
+
import * as i101 from "./report-search-panel-save/report-search-panel-save.component";
|
|
120
|
+
import * as i102 from "./ui-grid-filter-settings/ui-grid-filter-settings.component";
|
|
121
|
+
import * as i103 from "./ui-grid-filter-item/ui-grid-filter-item.component";
|
|
122
|
+
import * as i104 from "./ui-date-range-ex/ui-date-range-ex.component";
|
|
123
|
+
import * as i105 from "./ul-notify-popup/ul-notify-popup.component";
|
|
124
|
+
import * as i106 from "./ui-table-view/ui-table-view.component";
|
|
125
|
+
import * as i107 from "./ui-list-view/ui-list-view.component";
|
|
126
|
+
import * as i108 from "./ui-card-view/ui-card-view.component";
|
|
127
|
+
import * as i109 from "./ui-report-container/ui-report-container.component";
|
|
128
|
+
import * as i110 from "./no-data/no-data.component";
|
|
129
|
+
import * as i111 from "./column-renderer/column-renderer.component";
|
|
130
|
+
import * as i112 from "./inline-save-and-cancel/inline-save-and-cancel.component";
|
|
131
|
+
import * as i113 from "./ui-tree-view/ui-tree-view.component";
|
|
132
|
+
import * as i114 from "./ui-calendar/ui-calendar.component";
|
|
133
|
+
import * as i115 from "./ui-asp-report-viewer/ui-asp-report-viewer.component";
|
|
134
|
+
import * as i116 from "./ui-graph/ui-graph.component";
|
|
135
|
+
import * as i117 from "./ui-exception-form/ui-exception-form.component";
|
|
136
|
+
import * as i118 from "./ui-editable-grid/ui-editable-grid.component";
|
|
137
|
+
import * as i119 from "./column-matrix-renderer/column-matrix-renderer.component";
|
|
138
|
+
import * as i120 from "./ui-matrix-view/ui-matrix-view.component";
|
|
139
|
+
import * as i121 from "./custom-date-time/custom-date-time.component";
|
|
140
|
+
import * as i122 from "./barsa-asp-viewer/barsa-asp-viewer.component";
|
|
141
|
+
import * as i123 from "./file-in-dialog/file-in-dialog.component";
|
|
142
|
+
import * as i124 from "./ui-mo-info-general-object-ui/ui-mo-info-general-object-ui.component";
|
|
143
|
+
import * as i125 from "./ui-gantt-chart/ui-gantt-chart.component";
|
|
144
|
+
import * as i126 from "./gantt-dhtml-chart-view/gantt-dhtml-chart-view.component";
|
|
145
|
+
import * as i127 from "./progress-indicator/progress-indicator.component";
|
|
146
|
+
import * as i128 from "./card-view-content/card-view-content.component";
|
|
147
|
+
import * as i129 from "./card-item/card-item.component";
|
|
148
|
+
import * as i130 from "./ui-card-view-horizontal-group/ui-card-view-horizontal-group.component";
|
|
149
|
+
import * as i131 from "./title/title.component";
|
|
150
|
+
import * as i132 from "./barsa-ulv-main/barsa-ulv-main.component";
|
|
151
|
+
import * as i133 from "./list-item/list-item.component";
|
|
152
|
+
import * as i134 from "./htree-create-new/htree-create-new.component";
|
|
153
|
+
import * as i135 from "./barsa-table-header/barsa-table-header.component";
|
|
154
|
+
import * as i136 from "./barsa-table-row/barsa-table-row.component";
|
|
155
|
+
import * as i137 from "./barsa-table-column/barsa-table-column.component";
|
|
156
|
+
import * as i138 from "./breadcrumb/breadcrumb.component";
|
|
157
|
+
import * as i139 from "./ui-label/ui-label.component";
|
|
158
|
+
import * as i140 from "./form-toolbar-button/form-toolbar-button.component";
|
|
159
|
+
import * as i141 from "./barsa-search-form/barsa-search-form.component";
|
|
160
|
+
import * as i142 from "./report-new-top-form/report-new-top-form.component";
|
|
161
|
+
import * as i143 from "./barsa-network-offline/barsa-network-offline.component";
|
|
162
|
+
import * as i144 from "./file-viewer-content/file-viewer-content.component";
|
|
163
|
+
import * as i145 from "./file-viewer-popover/file-viewer-popover.component";
|
|
164
|
+
import * as i146 from "./file-viewer/file-viewer.component";
|
|
165
|
+
import * as i147 from "./blob-viewer/blob-viewer.component";
|
|
166
|
+
import * as i148 from "./notification-item/notification-item.component";
|
|
167
|
+
import * as i149 from "./barsa-cartable-template/barsa-cartable-template.component";
|
|
168
|
+
import * as i150 from "./barsa-group-cartable/barsa-cartable-group.component";
|
|
169
|
+
import * as i151 from "./barsa-cartable-form/barsa-cartable-form.component";
|
|
170
|
+
import * as i152 from "./barsa-column-indicator/barsa-column-indicator.component";
|
|
171
|
+
import * as i153 from "./barsa-field-key-value/barsa-field-key-value.component";
|
|
172
|
+
import * as i154 from "./barsa-toolbaritem-search/barsa-toolbaritem-search.component";
|
|
173
|
+
import * as i155 from "./ui-html-viewer/ui-html-viewer.component";
|
|
174
|
+
import * as i156 from "./barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component";
|
|
175
|
+
import * as i157 from "./barsa-text-ellipsis/barsa-text-ellipsis.component";
|
|
176
|
+
import * as i158 from "./upload-file-status.pipe";
|
|
177
|
+
import * as i159 from "./sap-font.pipe";
|
|
178
|
+
import * as i160 from "./sap-font-class.pipe";
|
|
179
|
+
import * as i161 from "./barsa-tree-item/node-has-one-depth-level.pipe";
|
|
180
|
+
import * as i162 from "./column-matrix-renderer/matrix-value.pipe";
|
|
181
|
+
import * as i163 from "./dynamic-page-size.pipe";
|
|
182
|
+
import * as i164 from "./wizard-layout.directive";
|
|
183
|
+
import * as i165 from "./col-renderer.directive";
|
|
184
|
+
import * as i166 from "./apply-conditional-formmatings.directive";
|
|
185
|
+
import * as i167 from "./report-view-renderer.directive";
|
|
186
|
+
import * as i168 from "./fullscreen-dialog.directive";
|
|
187
|
+
import * as i169 from "./fullscreen-files.directive";
|
|
188
|
+
import * as i170 from "./download-files.directive";
|
|
189
|
+
import * as i171 from "@fundamental-ngx/core";
|
|
192
190
|
const rootProviders = [
|
|
193
191
|
Overlay,
|
|
194
192
|
GlobalContentDensityService,
|
|
@@ -220,7 +218,7 @@ export class BarsaSapUiModule extends BaseModule {
|
|
|
220
218
|
}
|
|
221
219
|
}
|
|
222
220
|
BarsaSapUiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, deps: [{ token: i1.DynamicComponentService }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
223
|
-
BarsaSapUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, declarations: [i2.UiTextFieldComponent, i3.LyLayoutFieldLabelComponent, i4.UiCheckBoxComponent, i5.UiSimpleComboComponent, i6.UiRadioGroupComponent, i7.UiGridComponent, i8.LyLayoutContainerOfRootComponent, i9.LyLayoutPanelComponent, i10.UiReadOnlyFieldComponent, i11.UiContainerWithButtonComponent, i12.UiPictureFileComponent, i13.UiMoInfoUlvComboComponent, i14.UiMultiSelectComboComponent, i15.UiNumDecimalUiComponent, i16.UiNumIntUiComponent, i17.UiTimeSpanComponent, i18.UiFileLinearListBoxComponent, i19.LyEmptySpaceComponent, i20.UiSinglePictureComponent, i21.UlvSelectionComponent, i22.UlvToolbarComponent, i23.UlvPagingComponent, i24.UiGridSortSettingComponent, i25.UiGridSortItemComponent, i26.UiGridColumnsComponent, i27.MaskComponent, i28.UiInfoBarPanelComponent, i29.UiFormPanelToolbarComponent, i30.UiFormPanelComponent, i31.UiSearchCommandInfoUiComponent, i32.UlvSettingsComponent, i33.UiTinymceComponent, i34.UiButtonComponent, i35.UiDateTimeComponent, i36.FormDialogComponent, i37.HeaderFacetKeyValueComponent, i38.HeaderFacetFormComponent, i39.HeaderFacetRateComponent, i40.HeaderFacetProgressComponent, i41.HeaderFacetMicrochartComponent, i42.HeaderFacetPlainTextComponent, i43.UiMoInfoSubFormUiComponent, i44.ResponsiveToolbarComponent, i45.ResponsiveToolbarRendererComponent, i46.UiTextAreaComponent, i47.LayoutControlComponent, i48.LayoutWizardComponent, i49.FormWizardComponent, i50.FormDialogLessComponent, i51.RichTextStaticComponent, i52.UiPicturesInfoComponent, i53.LyHorizontalLayoutComponent, i54.LyVerticalLayoutComponent, i55.LyTabContainerComponent, i56.LyTabPageComponent, i57.LyLabelComponent, i58.UiMoInfoComboViewerComponent, i59.UlMsgBoxAdapterComponent, i60.UiTreeComponent, i61.
|
|
221
|
+
BarsaSapUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, declarations: [i2.UiTextFieldComponent, i3.LyLayoutFieldLabelComponent, i4.UiCheckBoxComponent, i5.UiSimpleComboComponent, i6.UiRadioGroupComponent, i7.UiGridComponent, i8.LyLayoutContainerOfRootComponent, i9.LyLayoutPanelComponent, i10.UiReadOnlyFieldComponent, i11.UiContainerWithButtonComponent, i12.UiPictureFileComponent, i13.UiMoInfoUlvComboComponent, i14.UiMultiSelectComboComponent, i15.UiNumDecimalUiComponent, i16.UiNumIntUiComponent, i17.UiTimeSpanComponent, i18.UiFileLinearListBoxComponent, i19.LyEmptySpaceComponent, i20.UiSinglePictureComponent, i21.UlvSelectionComponent, i22.UlvToolbarComponent, i23.UlvPagingComponent, i24.UiGridSortSettingComponent, i25.UiGridSortItemComponent, i26.UiGridColumnsComponent, i27.MaskComponent, i28.UiInfoBarPanelComponent, i29.UiFormPanelToolbarComponent, i30.UiFormPanelComponent, i31.UiSearchCommandInfoUiComponent, i32.UlvSettingsComponent, i33.UiTinymceComponent, i34.UiButtonComponent, i35.UiDateTimeComponent, i36.FormDialogComponent, i37.HeaderFacetKeyValueComponent, i38.HeaderFacetFormComponent, i39.HeaderFacetRateComponent, i40.HeaderFacetProgressComponent, i41.HeaderFacetMicrochartComponent, i42.HeaderFacetPlainTextComponent, i43.UiMoInfoSubFormUiComponent, i44.ResponsiveToolbarComponent, i45.ResponsiveToolbarRendererComponent, i46.UiTextAreaComponent, i47.LayoutControlComponent, i48.LayoutWizardComponent, i49.FormWizardComponent, i50.FormDialogLessComponent, i51.RichTextStaticComponent, i52.UiPicturesInfoComponent, i53.LyHorizontalLayoutComponent, i54.LyVerticalLayoutComponent, i55.LyTabContainerComponent, i56.LyTabPageComponent, i57.LyLabelComponent, i58.UiMoInfoComboViewerComponent, i59.UlMsgBoxAdapterComponent, i60.UiTreeComponent, i61.HeaderAvatarComponent, i62.UiWorkflowPanelUiComponent, i63.UlvContextMenuComponent, i64.UlLoadingMaskUiComponent, i65.UiTextFieldAutoCompleteComponent, i66.CaptchaFieldComponent, i67.LySimpleLabelComponent, i68.GlobalSearchPanelComponent, i69.GlobalSearchModuleComponent, i70.GlobalSearchComponent, i71.HyperlinkComponent, i72.StaticTextComponent, i73.UlToastAdapterComponent, i74.MessageStripComponent, i75.UiLinearListContainerWithButtonComponent, i76.FundamentalDynamicFormComponent, i77.LayoutActionsComponent, i78.LyLayoutContainerComponent, i79.UiUlvFormMultiSelectUiComponent, i80.UlvFormMultiSelectComponent, i81.UlvColumnSettingsComponent, i82.UlvFilterSettingsComponent, i83.UlvSortSettingsComponent, i84.UlvGroupbySettingsComponent, i85.BarsaListFileLinearComponent, i86.UiPdfViewerComponent, i87.BarsaTinyemceComponent, i88.UiMonacoEditorComponent, i89.BarsaMonacoEditorComponent, i90.BarsaDateTimePickerComponent, i91.BarsaTreeItemComponent, i92.UiSwitchButtonComponent, i93.UiColorUiComponent, i94.LyLineComponent, i95.UiUlvMainUiComponent, i96.ReportNavigatorComponent, i97.ManageFiltersReportComponent, i98.ReportSearchFieldsManageComponent, i99.ReportSearchFieldsHiddenSettingsComponent, i100.SearchPanelComponent, i101.ReportSearchPanelSaveComponent, i102.UiGridFilterSettingsComponent, i103.UiGridFilterItemComponent, i104.UiDateRangeExComponent, i105.UlNotifyPopupComponent, i106.UiTableViewComponent, i107.UiListViewComponent, i108.UiCardViewComponent, i109.UiReportContainerComponent, i110.NoDataComponent, i111.ColumnRendererComponent, i112.InlineSaveAndCancelComponent, i113.UiTreeViewComponent, i112.InlineSaveAndCancelComponent, i114.UiCalendarComponent, i115.UiAspReportViewerComponent, i116.UiGraphComponent, i117.UiExceptionFormComponent, i118.UiEditableGridComponent, i119.ColumnMatrixRendererComponent, i120.UiMatrixViewComponent, i121.CustomDateTimeComponent, i122.BarsaAspViewerComponent, i123.FileInDialogComponent, i124.UiMoInfoGeneralObjectUiComponent, i125.UiGanttChartComponent, i126.GanttDhtmlChartViewComponent, i127.ProgressIndicatorComponent, i128.CardViewContentComponent, i129.CardItemComponent, i130.UiCardViewHorizontalGroupComponent, i131.TitleComponent, i132.BarsaUlvMainComponent, i133.ListItemComponent, i134.HtreeCreateNewComponent, i135.BarsaTableHeaderComponent, i136.BarsaTableRowComponent, i137.BarsaTableColumnComponent, i138.BreadcrumbComponent, i139.UiLabelComponent, i140.FormToolbarButtonComponent, i141.BarsaSearchFormComponent, i142.ReportNewTopFormComponent, i143.BarsaNetworkOfflineComponent, i144.FileViewerContentComponent, i145.FileViewerPopoverComponent, i146.FileViewerComponent, i147.BlobViewerComponent, i148.NotificationItemComponent, i149.BarsaCartableTemplateComponent, i150.BarsaCartableGroupComponent, i151.BarsaCartableFormComponent, i152.BarsaColumnIndicatorComponent, i153.BarsaFieldKeyValueComponent, i154.BarsaToolbaritemSearchComponent, i155.UiHtmlViewerComponent, i156.BarsaPishnamayeshPayamComponent, i157.BarsaTextEllipsisComponent, i158.UploadFileStatusPipe, i159.SapFontPipe, i160.SapFontClassPipe, i108.StringToArrayPipe, i161.NodeHasOneDepthLevelPipe, i162.MatrixValuePipe, i163.DynamicPageSizePipe, i164.WizardLayoutDirective, i165.ColRendererDirective, i166.ApplyConditionalFormatsDirective, i167.ReportViewRendererDirective, i168.FullscreenDialogDirective, i169.FullscreenFilesDirective, i170.DownloadFilesDirective], imports: [CommonModule,
|
|
224
222
|
FormsModule,
|
|
225
223
|
ReactiveFormsModule,
|
|
226
224
|
BarsaNovinRayCoreModule,
|
|
@@ -230,16 +228,13 @@ BarsaSapUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versio
|
|
|
230
228
|
FacetModule,
|
|
231
229
|
WizardModule,
|
|
232
230
|
PipeModule,
|
|
233
|
-
FundamentalNgxPlatformModule,
|
|
234
|
-
PlatformDynamicPageModule,
|
|
235
|
-
PlatformTextAreaModule,
|
|
236
|
-
PlatformSearchFieldModule,
|
|
237
231
|
ColorSwatchesModule,
|
|
238
232
|
ColorChromeModule,
|
|
239
233
|
ClipboardModule,
|
|
240
234
|
BarsaCalendarModule,
|
|
241
235
|
BarsaSapUiRoutingModule,
|
|
242
|
-
PdfJsViewerModule,
|
|
236
|
+
PdfJsViewerModule,
|
|
237
|
+
ResizableModule, i171.ContentDensityModule], exports: [i2.UiTextFieldComponent, i3.LyLayoutFieldLabelComponent, i4.UiCheckBoxComponent, i5.UiSimpleComboComponent, i6.UiRadioGroupComponent, i7.UiGridComponent, i8.LyLayoutContainerOfRootComponent, i9.LyLayoutPanelComponent, i10.UiReadOnlyFieldComponent, i11.UiContainerWithButtonComponent, i12.UiPictureFileComponent, i13.UiMoInfoUlvComboComponent, i14.UiMultiSelectComboComponent, i15.UiNumDecimalUiComponent, i16.UiNumIntUiComponent, i17.UiTimeSpanComponent, i18.UiFileLinearListBoxComponent, i19.LyEmptySpaceComponent, i20.UiSinglePictureComponent, i21.UlvSelectionComponent, i22.UlvToolbarComponent, i23.UlvPagingComponent, i24.UiGridSortSettingComponent, i25.UiGridSortItemComponent, i26.UiGridColumnsComponent, i27.MaskComponent, i28.UiInfoBarPanelComponent, i29.UiFormPanelToolbarComponent, i30.UiFormPanelComponent, i31.UiSearchCommandInfoUiComponent, i32.UlvSettingsComponent, i33.UiTinymceComponent, i34.UiButtonComponent, i35.UiDateTimeComponent, i36.FormDialogComponent, i37.HeaderFacetKeyValueComponent, i38.HeaderFacetFormComponent, i39.HeaderFacetRateComponent, i40.HeaderFacetProgressComponent, i41.HeaderFacetMicrochartComponent, i42.HeaderFacetPlainTextComponent, i43.UiMoInfoSubFormUiComponent, i44.ResponsiveToolbarComponent, i45.ResponsiveToolbarRendererComponent, i46.UiTextAreaComponent, i47.LayoutControlComponent, i48.LayoutWizardComponent, i49.FormWizardComponent, i50.FormDialogLessComponent, i51.RichTextStaticComponent, i52.UiPicturesInfoComponent, i53.LyHorizontalLayoutComponent, i54.LyVerticalLayoutComponent, i55.LyTabContainerComponent, i56.LyTabPageComponent, i57.LyLabelComponent, i58.UiMoInfoComboViewerComponent, i59.UlMsgBoxAdapterComponent, i60.UiTreeComponent, i61.HeaderAvatarComponent, i62.UiWorkflowPanelUiComponent, i63.UlvContextMenuComponent, i64.UlLoadingMaskUiComponent, i65.UiTextFieldAutoCompleteComponent, i66.CaptchaFieldComponent, i67.LySimpleLabelComponent, i68.GlobalSearchPanelComponent, i69.GlobalSearchModuleComponent, i70.GlobalSearchComponent, i71.HyperlinkComponent, i72.StaticTextComponent, i73.UlToastAdapterComponent, i74.MessageStripComponent, i75.UiLinearListContainerWithButtonComponent, i76.FundamentalDynamicFormComponent, i77.LayoutActionsComponent, i78.LyLayoutContainerComponent, i79.UiUlvFormMultiSelectUiComponent, i80.UlvFormMultiSelectComponent, i81.UlvColumnSettingsComponent, i82.UlvFilterSettingsComponent, i83.UlvSortSettingsComponent, i84.UlvGroupbySettingsComponent, i85.BarsaListFileLinearComponent, i86.UiPdfViewerComponent, i87.BarsaTinyemceComponent, i88.UiMonacoEditorComponent, i89.BarsaMonacoEditorComponent, i90.BarsaDateTimePickerComponent, i91.BarsaTreeItemComponent, i92.UiSwitchButtonComponent, i93.UiColorUiComponent, i94.LyLineComponent, i95.UiUlvMainUiComponent, i96.ReportNavigatorComponent, i97.ManageFiltersReportComponent, i98.ReportSearchFieldsManageComponent, i99.ReportSearchFieldsHiddenSettingsComponent, i100.SearchPanelComponent, i101.ReportSearchPanelSaveComponent, i102.UiGridFilterSettingsComponent, i103.UiGridFilterItemComponent, i104.UiDateRangeExComponent, i105.UlNotifyPopupComponent, i106.UiTableViewComponent, i107.UiListViewComponent, i108.UiCardViewComponent, i109.UiReportContainerComponent, i110.NoDataComponent, i111.ColumnRendererComponent, i112.InlineSaveAndCancelComponent, i113.UiTreeViewComponent, i112.InlineSaveAndCancelComponent, i114.UiCalendarComponent, i115.UiAspReportViewerComponent, i116.UiGraphComponent, i117.UiExceptionFormComponent, i118.UiEditableGridComponent, i119.ColumnMatrixRendererComponent, i120.UiMatrixViewComponent, i121.CustomDateTimeComponent, i122.BarsaAspViewerComponent, i123.FileInDialogComponent, i124.UiMoInfoGeneralObjectUiComponent, i125.UiGanttChartComponent, i126.GanttDhtmlChartViewComponent, i127.ProgressIndicatorComponent, i128.CardViewContentComponent, i129.CardItemComponent, i130.UiCardViewHorizontalGroupComponent, i131.TitleComponent, i132.BarsaUlvMainComponent, i133.ListItemComponent, i134.HtreeCreateNewComponent, i135.BarsaTableHeaderComponent, i136.BarsaTableRowComponent, i137.BarsaTableColumnComponent, i138.BreadcrumbComponent, i139.UiLabelComponent, i140.FormToolbarButtonComponent, i141.BarsaSearchFormComponent, i142.ReportNewTopFormComponent, i143.BarsaNetworkOfflineComponent, i144.FileViewerContentComponent, i145.FileViewerPopoverComponent, i146.FileViewerComponent, i147.BlobViewerComponent, i148.NotificationItemComponent, i149.BarsaCartableTemplateComponent, i150.BarsaCartableGroupComponent, i151.BarsaCartableFormComponent, i152.BarsaColumnIndicatorComponent, i153.BarsaFieldKeyValueComponent, i154.BarsaToolbaritemSearchComponent, i155.UiHtmlViewerComponent, i156.BarsaPishnamayeshPayamComponent, i157.BarsaTextEllipsisComponent, i164.WizardLayoutDirective, i165.ColRendererDirective, i166.ApplyConditionalFormatsDirective, i167.ReportViewRendererDirective, i168.FullscreenDialogDirective, i169.FullscreenFilesDirective, i170.DownloadFilesDirective, i158.UploadFileStatusPipe, i159.SapFontPipe, i160.SapFontClassPipe, i108.StringToArrayPipe, i161.NodeHasOneDepthLevelPipe, i162.MatrixValuePipe, i163.DynamicPageSizePipe] });
|
|
243
238
|
BarsaSapUiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BarsaSapUiModule, providers: [{ provide: DIALOG_SERVICE, useClass: DialogService }], imports: [CommonModule,
|
|
244
239
|
FormsModule,
|
|
245
240
|
ReactiveFormsModule,
|
|
@@ -250,16 +245,13 @@ BarsaSapUiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
250
245
|
FacetModule,
|
|
251
246
|
WizardModule,
|
|
252
247
|
PipeModule,
|
|
253
|
-
FundamentalNgxPlatformModule,
|
|
254
|
-
PlatformDynamicPageModule,
|
|
255
|
-
PlatformTextAreaModule,
|
|
256
|
-
PlatformSearchFieldModule,
|
|
257
248
|
ColorSwatchesModule,
|
|
258
249
|
ColorChromeModule,
|
|
259
250
|
ClipboardModule,
|
|
260
251
|
BarsaCalendarModule,
|
|
261
252
|
BarsaSapUiRoutingModule,
|
|
262
253
|
PdfJsViewerModule,
|
|
254
|
+
ResizableModule,
|
|
263
255
|
ContentDensityModule.forRoot({
|
|
264
256
|
storage: 'localStorage',
|
|
265
257
|
storageKey: '__contentDensity__',
|
|
@@ -281,16 +273,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
281
273
|
FacetModule,
|
|
282
274
|
WizardModule,
|
|
283
275
|
PipeModule,
|
|
284
|
-
FundamentalNgxPlatformModule,
|
|
285
|
-
PlatformDynamicPageModule,
|
|
286
|
-
PlatformTextAreaModule,
|
|
287
|
-
PlatformSearchFieldModule,
|
|
288
276
|
ColorSwatchesModule,
|
|
289
277
|
ColorChromeModule,
|
|
290
278
|
ClipboardModule,
|
|
291
279
|
BarsaCalendarModule,
|
|
292
280
|
BarsaSapUiRoutingModule,
|
|
293
281
|
PdfJsViewerModule,
|
|
282
|
+
ResizableModule,
|
|
294
283
|
ContentDensityModule.forRoot({
|
|
295
284
|
storage: 'localStorage',
|
|
296
285
|
storageKey: '__contentDensity__',
|
|
@@ -301,4 +290,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
301
290
|
providers: [{ provide: DIALOG_SERVICE, useClass: DialogService }]
|
|
302
291
|
}]
|
|
303
292
|
}], ctorParameters: function () { return [{ type: i1.DynamicComponentService }, { type: i0.ComponentFactoryResolver }]; } });
|
|
304
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2Etc2FwLXVpLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2JhcnNhLXNhcC11aS9zcmMvbGliL2JhcnNhLXNhcC11aS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVILHNCQUFzQixFQUV0QixRQUFRLEVBQ1IsZ0JBQWdCLEVBQ2hCLGVBQWUsRUFDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNwRCxPQUFPLEVBQ0gsd0JBQXdCLEVBQ3hCLFVBQVUsRUFDVixZQUFZLEVBQ1osV0FBVyxFQUNYLGFBQWEsRUFDYixhQUFhLEVBQ2Isb0JBQW9CLEVBQ3BCLGtCQUFrQixFQUNsQiwyQkFBMkIsRUFDM0IsVUFBVSxFQUNWLGVBQWUsRUFDZixtQkFBbUIsRUFDdEIsTUFBTSx1QkFBdUIsQ0FBQztBQUMvQixPQUFPLEVBQ0gsNEJBQTRCLEVBQzVCLHlCQUF5QixFQUN6QixzQkFBc0IsRUFDdEIseUJBQXlCLEVBQzVCLE1BQU0sMkJBQTJCLENBQUM7QUFDbkMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFFckQsT0FBTyxFQUNILGFBQWEsRUFFYix1QkFBdUIsRUFDdkIsVUFBVSxFQUNWLGNBQWMsRUFDZCxxQkFBcUIsRUFDckIsMEJBQTBCLEVBQzFCLGFBQWEsRUFDaEIsTUFBTSxzQkFBc0IsQ0FBQztBQUU5QixPQUFPLEVBQUUsbUJBQW1C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RmFjdG9yeVJlc29sdmVyLFxuICAgIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsXG4gICAgTW9kdWxlV2l0aFByb3ZpZGVycyxcbiAgICBOZ01vZHVsZSxcbiAgICBOT19FUlJPUlNfU0NIRU1BLFxuICAgIEFQUF9JTklUSUFMSVpFUlxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgT3ZlcmxheSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBEcmFnRHJvcE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9kcmFnLWRyb3AnO1xuaW1wb3J0IHsgQ2RrVGFibGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvdGFibGUnO1xuaW1wb3J0IHtcbiAgICBGdW5kYW1lbnRhbE5neENvcmVNb2R1bGUsXG4gICAgUnRsU2VydmljZSxcbiAgICBXaXphcmRNb2R1bGUsXG4gICAgRmFjZXRNb2R1bGUsXG4gICAgVGhlbWVzU2VydmljZSxcbiAgICBEaWFsb2dTZXJ2aWNlLFxuICAgIENvbnRlbnREZW5zaXR5TW9kdWxlLFxuICAgIENvbnRlbnREZW5zaXR5TW9kZSxcbiAgICBHbG9iYWxDb250ZW50RGVuc2l0eVNlcnZpY2UsXG4gICAgUGlwZU1vZHVsZSxcbiAgICBOb3RpZmljYXRpb25SZWYsXG4gICAgTWVzc2FnZVRvYXN0U2VydmljZVxufSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUnO1xuaW1wb3J0IHtcbiAgICBGdW5kYW1lbnRhbE5neFBsYXRmb3JtTW9kdWxlLFxuICAgIFBsYXRmb3JtRHluYW1pY1BhZ2VNb2R1bGUsXG4gICAgUGxhdGZvcm1UZXh0QXJlYU1vZHVsZSxcbiAgICBQbGF0Zm9ybVNlYXJjaEZpZWxkTW9kdWxlXG59IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvcGxhdGZvcm0nO1xuaW1wb3J0IHsgUGRmSnNWaWV3ZXJNb2R1bGUgfSBmcm9tICduZzItcGRmanMtdmlld2VyJztcblxuaW1wb3J0IHtcbiAgICBQb3J0YWxTZXJ2aWNlLFxuICAgIER5bmFtaWNDb21wb25lbnRTZXJ2aWNlLFxuICAgIEJhcnNhTm92aW5SYXlDb3JlTW9kdWxlLFxuICAgIEJhc2VNb2R1bGUsXG4gICAgRElBTE9HX1NFUlZJQ0UsXG4gICAgRk9STV9ESUFMT0dfQ09NUE9ORU5ULFxuICAgIE5PVElGSUNBVEFJT05fUE9QVVBfU0VSVkVSLFxuICAgIFRPQVNUX1NFUlZJQ0Vcbn0gZnJvbSAnYmFyc2Etbm92aW4tcmF5LWNvcmUnO1xuXG5pbXBvcnQgeyBCYXJzYUNhbGVuZGFyTW9kdWxlIH0gZnJvbSAnYmFyc2EtY2FsZW5kYXInO1xuaW1wb3J0IHsgQ29sb3JTd2F0Y2hlc01vZHVsZSB9IGZyb20gJ25neC1jb2xvci9zd2F0Y2hlcyc7XG5pbXBvcnQgeyBDb2xvckNocm9tZU1vZHVsZSB9IGZyb20gJ25neC1jb2xvci9jaHJvbWUnO1xuaW1wb3J0IHsgQ2xpcGJvYXJkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NsaXBib2FyZCc7XG5cbmltcG9ydCB7IGNvbXBvbmVudHMsIHBpcGVzLCBkaXJlY3RpdmVzLCBJTklUX1NBUEZJT1JJIH0gZnJvbSAnLi9pbmRleCc7XG5pbXBvcnQgeyBCYXJzYVNhcFVpUm91dGluZ01vZHVsZSB9IGZyb20gJy4vYmFyc2Etc2FwLXVpLXJvdXRpbmcubW9kdWxlJztcbmltcG9ydCB7IEZvcm1EaWFsb2dDb21wb25lbnQgfSBmcm9tICcuL2Zvcm0tZGlhbG9nL2Zvcm0tZGlhbG9nLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25Qb3B1cFNlcnZpY2UgfSBmcm9tICcuL25vdGlmaWNhdGlvbi1wb3B1cC5zZXJ2aWNlJztcblxuY29uc3Qgcm9vdFByb3ZpZGVycyA9IFtcbiAgICBPdmVybGF5LFxuICAgIEdsb2JhbENvbnRlbnREZW5zaXR5U2VydmljZSxcbiAgICBUaGVtZXNTZXJ2aWNlLFxuICAgIE5vdGlmaWNhdGlvblJlZixcbiAgICBSdGxTZXJ2aWNlLFxuICAgIHtcbiAgICAgICAgcHJvdmlkZTogQVBQX0lOSVRJQUxJWkVSLFxuICAgICAgICB1c2VGYWN0b3J5OiBJTklUX1NBUEZJT1JJLFxuICAgICAgICBkZXBzOiBbUnRsU2VydmljZSwgR2xvYmFsQ29udGVudERlbnNpdHlTZXJ2aWNlLCBUaGVtZXNTZXJ2aWNlLCBQb3J0YWxTZXJ2aWNlXSxcbiAgICAgICAgbXVsdGk6IHRydWVcbiAgICB9LFxuICAgIHsgcHJvdmlkZTogRk9STV9ESUFMT0dfQ09NUE9ORU5ULCB1c2VWYWx1ZTogRm9ybURpYWxvZ0NvbXBvbmVudCB9LFxuICAgIHsgcHJvdmlkZTogTk9USUZJQ0FUQUlPTl9QT1BVUF9TRVJWRVIsIHVzZUNsYXNzOiBOb3RpZmljYXRpb25Qb3B1cFNlcnZpY2UgfSxcbiAgICB7IHByb3ZpZGU6IFRPQVNUX1NFUlZJQ0UsIHVzZUNsYXNzOiBNZXNzYWdlVG9hc3RTZXJ2aWNlIH1cbl07XG5cbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbLi4uY29tcG9uZW50cywgLi4ucGlwZXMsIC4uLmRpcmVjdGl2ZXNdLFxuICAgIHNjaGVtYXM6IFtOT19FUlJPUlNfU0NIRU1BLCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgRm9ybXNNb2R1bGUsXG4gICAgICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgICAgIEJhcnNhTm92aW5SYXlDb3JlTW9kdWxlLFxuICAgICAgICBEcmFnRHJvcE1vZHVsZSxcbiAgICAgICAgQ2RrVGFibGVNb2R1bGUsXG4gICAgICAgIEZ1bmRhbWVudGFsTmd4Q29yZU1vZHVsZSxcbiAgICAgICAgRmFjZXRNb2R1bGUsXG4gICAgICAgIFdpemFyZE1vZHVsZSxcbiAgICAgICAgUGlwZU1vZHVsZSxcbiAgICAgICAgRnVuZGFtZW50YWxOZ3hQbGF0Zm9ybU1vZHVsZSxcbiAgICAgICAgUGxhdGZvcm1EeW5hbWljUGFnZU1vZHVsZSxcbiAgICAgICAgUGxhdGZvcm1UZXh0QXJlYU1vZHVsZSxcbiAgICAgICAgUGxhdGZvcm1TZWFyY2hGaWVsZE1vZHVsZSxcbiAgICAgICAgQ29sb3JTd2F0Y2hlc01vZHVsZSxcbiAgICAgICAgQ29sb3JDaHJvbWVNb2R1bGUsXG4gICAgICAgIENsaXBib2FyZE1vZHVsZSxcbiAgICAgICAgQmFyc2FDYWxlbmRhck1vZHVsZSxcbiAgICAgICAgQmFyc2FTYXBVaVJvdXRpbmdNb2R1bGUsXG4gICAgICAgIFBkZkpzVmlld2VyTW9kdWxlLFxuICAgICAgICBDb250ZW50RGVuc2l0eU1vZHVsZS5mb3JSb290KHtcbiAgICAgICAgICAgIHN0b3JhZ2U6ICdsb2NhbFN0b3JhZ2UnLCAvLyBjYW4gYmUgJ3VybCcgb3IgJ21lbW9yeSdcbiAgICAgICAgICAgIHN0b3JhZ2VLZXk6ICdfX2NvbnRlbnREZW5zaXR5X18nLFxuICAgICAgICAgICAgZGVmYXVsdEdsb2JhbENvbnRlbnREZW5zaXR5OiBDb250ZW50RGVuc2l0eU1vZGUuQ09NUEFDVFxuICAgICAgICB9KVxuICAgIF0sXG4gICAgZXhwb3J0czogWy4uLmNvbXBvbmVudHMsIC4uLmRpcmVjdGl2ZXMsIC4uLnBpcGVzXSxcbiAgICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IERJQUxPR19TRVJWSUNFLCB1c2VDbGFzczogRGlhbG9nU2VydmljZSB9XVxufSlcbmV4cG9ydCBjbGFzcyBCYXJzYVNhcFVpTW9kdWxlIGV4dGVuZHMgQmFzZU1vZHVsZSB7XG4gICAgcHJvdGVjdGVkIGR5bmFtaWNDb21wb25lbnRzID0gWy4uLmNvbXBvbmVudHNdO1xuICAgIGNvbnN0cnVjdG9yKHByb3RlY3RlZCBkY206IER5bmFtaWNDb21wb25lbnRTZXJ2aWNlLCBwcm90ZWN0ZWQgY29tcG9uZW50RmFjdG9yeVJlc29sdmVyOiBDb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIpIHtcbiAgICAgICAgc3VwZXIoZGNtLCBjb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIsICdCYXJzYVNhcFVpTW9kdWxlJyk7XG4gICAgfVxuICAgIHN0YXRpYyBmb3JSb290KCk6IE1vZHVsZVdpdGhQcm92aWRlcnM8QmFyc2FTYXBVaU1vZHVsZT4ge1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgbmdNb2R1bGU6IEJhcnNhU2FwVWlNb2R1bGUsXG4gICAgICAgICAgICBwcm92aWRlcnM6IFsuLi5waXBlcywgLi4ucm9vdFByb3ZpZGVyc11cbiAgICAgICAgfTtcbiAgICB9XG59XG4iXX0=
|
|
293
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyc2Etc2FwLXVpLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2JhcnNhLXNhcC11aS9zcmMvbGliL2JhcnNhLXNhcC11aS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVILHNCQUFzQixFQUV0QixRQUFRLEVBQ1IsZ0JBQWdCLEVBQ2hCLGVBQWUsRUFDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNwRCxPQUFPLEVBQ0gsd0JBQXdCLEVBQ3hCLFVBQVUsRUFDVixZQUFZLEVBQ1osV0FBVyxFQUNYLGFBQWEsRUFDYixhQUFhLEVBQ2Isb0JBQW9CLEVBQ3BCLGtCQUFrQixFQUNsQiwyQkFBMkIsRUFDM0IsVUFBVSxFQUNWLGVBQWUsRUFDZixtQkFBbUIsRUFDdEIsTUFBTSx1QkFBdUIsQ0FBQztBQUUvQixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUVyRCxPQUFPLEVBQ0gsYUFBYSxFQUViLHVCQUF1QixFQUN2QixVQUFVLEVBQ1YsY0FBYyxFQUNkLHFCQUFxQixFQUNyQiwwQkFBMEIsRUFDMUIsYUFBYSxFQUNiLGVBQWUsRUFDbEIsTUFBTSxzQkFBc0IsQ0FBQztBQUU5QixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN6RCxP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MUQsQ0FBQzsyRkFLRyxnQkFBZ0I7a0JBOUI1QixRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLEdBQUcsVUFBVSxFQUFFLEdBQUcsS0FBSyxFQUFFLEdBQUcsVUFBVSxDQUFDO29CQUN0RCxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxzQkFBc0IsQ0FBQztvQkFDbkQsT0FBTyxFQUFFO3dCQUNMLFlBQVk7d0JBQ1osV0FBVzt3QkFDWCxtQkFBbUI7d0JBQ25CLHVCQUF1Qjt3QkFDdkIsY0FBYzt3QkFDZCxjQUFjO3dCQUNkLHdCQUF3Qjt3QkFDeEIsV0FBVzt3QkFDWCxZQUFZO3dCQUNaLFVBQVU7d0JBQ1YsbUJBQW1CO3dCQUNuQixpQkFBaUI7d0JBQ2pCLGVBQWU7d0JBQ2YsbUJBQW1CO3dCQUNuQix1QkFBdUI7d0JBQ3ZCLGlCQUFpQjt3QkFDakIsZUFBZTt3QkFDZixvQkFBb0IsQ0FBQyxPQUFPLENBQUM7NEJBQ3pCLE9BQU8sRUFBRSxjQUFjOzRCQUN2QixVQUFVLEVBQUUsb0JBQW9COzRCQUNoQywyQkFBMkIsRUFBRSxrQkFBa0IsQ0FBQyxPQUFPO3lCQUMxRCxDQUFDO3FCQUNMO29CQUNELE9BQU8sRUFBRSxDQUFDLEdBQUcsVUFBVSxFQUFFLEdBQUcsVUFBVSxFQUFFLEdBQUcsS0FBSyxDQUFDO29CQUNqRCxTQUFTLEVBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxjQUFjLEVBQUUsUUFBUSxFQUFFLGFBQWEsRUFBRSxDQUFDO2lCQUNwRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyLFxuICAgIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsXG4gICAgTW9kdWxlV2l0aFByb3ZpZGVycyxcbiAgICBOZ01vZHVsZSxcbiAgICBOT19FUlJPUlNfU0NIRU1BLFxuICAgIEFQUF9JTklUSUFMSVpFUlxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgT3ZlcmxheSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBEcmFnRHJvcE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9kcmFnLWRyb3AnO1xuaW1wb3J0IHsgQ2RrVGFibGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvdGFibGUnO1xuaW1wb3J0IHtcbiAgICBGdW5kYW1lbnRhbE5neENvcmVNb2R1bGUsXG4gICAgUnRsU2VydmljZSxcbiAgICBXaXphcmRNb2R1bGUsXG4gICAgRmFjZXRNb2R1bGUsXG4gICAgVGhlbWVzU2VydmljZSxcbiAgICBEaWFsb2dTZXJ2aWNlLFxuICAgIENvbnRlbnREZW5zaXR5TW9kdWxlLFxuICAgIENvbnRlbnREZW5zaXR5TW9kZSxcbiAgICBHbG9iYWxDb250ZW50RGVuc2l0eVNlcnZpY2UsXG4gICAgUGlwZU1vZHVsZSxcbiAgICBOb3RpZmljYXRpb25SZWYsXG4gICAgTWVzc2FnZVRvYXN0U2VydmljZVxufSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUnO1xuXG5pbXBvcnQgeyBQZGZKc1ZpZXdlck1vZHVsZSB9IGZyb20gJ25nMi1wZGZqcy12aWV3ZXInO1xuXG5pbXBvcnQge1xuICAgIFBvcnRhbFNlcnZpY2UsXG4gICAgRHluYW1pY0NvbXBvbmVudFNlcnZpY2UsXG4gICAgQmFyc2FOb3ZpblJheUNvcmVNb2R1bGUsXG4gICAgQmFzZU1vZHVsZSxcbiAgICBESUFMT0dfU0VSVklDRSxcbiAgICBGT1JNX0RJQUxPR19DT01QT05FTlQsXG4gICAgTk9USUZJQ0FUQUlPTl9QT1BVUF9TRVJWRVIsXG4gICAgVE9BU1RfU0VSVklDRSxcbiAgICBSZXNpemFibGVNb2R1bGVcbn0gZnJvbSAnYmFyc2Etbm92aW4tcmF5LWNvcmUnO1xuXG5pbXBvcnQgeyBCYXJzYUNhbGVuZGFyTW9kdWxlIH0gZnJvbSAnYmFyc2EtY2FsZW5kYXInO1xuaW1wb3J0IHsgQ29sb3JTd2F0Y2hlc01vZHVsZSB9IGZyb20gJ25neC1jb2xvci9zd2F0Y2hlcyc7XG5pbXBvcnQgeyBDb2xvckNocm9tZU1vZHVsZSB9IGZyb20gJ25neC1jb2xvci9jaHJvbWUnO1xuaW1wb3J0IHsgQ2xpcGJvYXJkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NsaXBib2FyZCc7XG5cbmltcG9ydCB7IGNvbXBvbmVudHMsIHBpcGVzLCBkaXJlY3RpdmVzLCBJTklUX1NBUEZJT1JJIH0gZnJvbSAnLi9pbmRleCc7XG5pbXBvcnQgeyBCYXJzYVNhcFVpUm91dGluZ01vZHVsZSB9IGZyb20gJy4vYmFyc2Etc2FwLXVpLXJvdXRpbmcubW9kdWxlJztcbmltcG9ydCB7IEZvcm1EaWFsb2dDb21wb25lbnQgfSBmcm9tICcuL2Zvcm0tZGlhbG9nL2Zvcm0tZGlhbG9nLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25Qb3B1cFNlcnZpY2UgfSBmcm9tICcuL25vdGlmaWNhdGlvbi1wb3B1cC5zZXJ2aWNlJztcblxuY29uc3Qgcm9vdFByb3ZpZGVycyA9IFtcbiAgICBPdmVybGF5LFxuICAgIEdsb2JhbENvbnRlbnREZW5zaXR5U2VydmljZSxcbiAgICBUaGVtZXNTZXJ2aWNlLFxuICAgIE5vdGlmaWNhdGlvblJlZixcbiAgICBSdGxTZXJ2aWNlLFxuICAgIHtcbiAgICAgICAgcHJvdmlkZTogQVBQX0lOSVRJQUxJWkVSLFxuICAgICAgICB1c2VGYWN0b3J5OiBJTklUX1NBUEZJT1JJLFxuICAgICAgICBkZXBzOiBbUnRsU2VydmljZSwgR2xvYmFsQ29udGVudERlbnNpdHlTZXJ2aWNlLCBUaGVtZXNTZXJ2aWNlLCBQb3J0YWxTZXJ2aWNlXSxcbiAgICAgICAgbXVsdGk6IHRydWVcbiAgICB9LFxuICAgIHsgcHJvdmlkZTogRk9STV9ESUFMT0dfQ09NUE9ORU5ULCB1c2VWYWx1ZTogRm9ybURpYWxvZ0NvbXBvbmVudCB9LFxuICAgIHsgcHJvdmlkZTogTk9USUZJQ0FUQUlPTl9QT1BVUF9TRVJWRVIsIHVzZUNsYXNzOiBOb3RpZmljYXRpb25Qb3B1cFNlcnZpY2UgfSxcbiAgICB7IHByb3ZpZGU6IFRPQVNUX1NFUlZJQ0UsIHVzZUNsYXNzOiBNZXNzYWdlVG9hc3RTZXJ2aWNlIH1cbl07XG5cbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbLi4uY29tcG9uZW50cywgLi4ucGlwZXMsIC4uLmRpcmVjdGl2ZXNdLFxuICAgIHNjaGVtYXM6IFtOT19FUlJPUlNfU0NIRU1BLCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgRm9ybXNNb2R1bGUsXG4gICAgICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgICAgIEJhcnNhTm92aW5SYXlDb3JlTW9kdWxlLFxuICAgICAgICBEcmFnRHJvcE1vZHVsZSxcbiAgICAgICAgQ2RrVGFibGVNb2R1bGUsXG4gICAgICAgIEZ1bmRhbWVudGFsTmd4Q29yZU1vZHVsZSxcbiAgICAgICAgRmFjZXRNb2R1bGUsXG4gICAgICAgIFdpemFyZE1vZHVsZSxcbiAgICAgICAgUGlwZU1vZHVsZSxcbiAgICAgICAgQ29sb3JTd2F0Y2hlc01vZHVsZSxcbiAgICAgICAgQ29sb3JDaHJvbWVNb2R1bGUsXG4gICAgICAgIENsaXBib2FyZE1vZHVsZSxcbiAgICAgICAgQmFyc2FDYWxlbmRhck1vZHVsZSxcbiAgICAgICAgQmFyc2FTYXBVaVJvdXRpbmdNb2R1bGUsXG4gICAgICAgIFBkZkpzVmlld2VyTW9kdWxlLFxuICAgICAgICBSZXNpemFibGVNb2R1bGUsXG4gICAgICAgIENvbnRlbnREZW5zaXR5TW9kdWxlLmZvclJvb3Qoe1xuICAgICAgICAgICAgc3RvcmFnZTogJ2xvY2FsU3RvcmFnZScsIC8vIGNhbiBiZSAndXJsJyBvciAnbWVtb3J5J1xuICAgICAgICAgICAgc3RvcmFnZUtleTogJ19fY29udGVudERlbnNpdHlfXycsXG4gICAgICAgICAgICBkZWZhdWx0R2xvYmFsQ29udGVudERlbnNpdHk6IENvbnRlbnREZW5zaXR5TW9kZS5DT01QQUNUXG4gICAgICAgIH0pXG4gICAgXSxcbiAgICBleHBvcnRzOiBbLi4uY29tcG9uZW50cywgLi4uZGlyZWN0aXZlcywgLi4ucGlwZXNdLFxuICAgIHByb3ZpZGVyczogW3sgcHJvdmlkZTogRElBTE9HX1NFUlZJQ0UsIHVzZUNsYXNzOiBEaWFsb2dTZXJ2aWNlIH1dXG59KVxuZXhwb3J0IGNsYXNzIEJhcnNhU2FwVWlNb2R1bGUgZXh0ZW5kcyBCYXNlTW9kdWxlIHtcbiAgICBwcm90ZWN0ZWQgZHluYW1pY0NvbXBvbmVudHMgPSBbLi4uY29tcG9uZW50c107XG4gICAgY29uc3RydWN0b3IocHJvdGVjdGVkIGRjbTogRHluYW1pY0NvbXBvbmVudFNlcnZpY2UsIHByb3RlY3RlZCBjb21wb25lbnRGYWN0b3J5UmVzb2x2ZXI6IENvbXBvbmVudEZhY3RvcnlSZXNvbHZlcikge1xuICAgICAgICBzdXBlcihkY20sIGNvbXBvbmVudEZhY3RvcnlSZXNvbHZlciwgJ0JhcnNhU2FwVWlNb2R1bGUnKTtcbiAgICB9XG4gICAgc3RhdGljIGZvclJvb3QoKTogTW9kdWxlV2l0aFByb3ZpZGVyczxCYXJzYVNhcFVpTW9kdWxlPiB7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBuZ01vZHVsZTogQmFyc2FTYXBVaU1vZHVsZSxcbiAgICAgICAgICAgIHByb3ZpZGVyczogWy4uLnBpcGVzLCAuLi5yb290UHJvdmlkZXJzXVxuICAgICAgICB9O1xuICAgIH1cbn1cbiJdfQ==
|