@alfresco/adf-content-services 8.4.0-20709254987 → 8.4.0-20710234539
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/fesm2022/adf-content-services.mjs +13 -170
- package/fesm2022/adf-content-services.mjs.map +1 -1
- package/lib/common/services/card-view-content-update.service.d.ts +1 -2
- package/lib/content.module.d.ts +33 -34
- package/lib/directives/content-directive.module.d.ts +9 -11
- package/lib/directives/public-api.d.ts +0 -1
- package/lib/interfaces/public-api.d.ts +0 -2
- package/lib/upload/components/upload-button.component.d.ts +1 -2
- package/lib/upload/components/upload-drag-area.component.d.ts +1 -2
- package/lib/upload/components/upload-version-button.component.d.ts +16 -0
- package/package.json +3 -3
- package/lib/directives/check-allowable-operation.directive.d.ts +0 -65
- package/lib/interfaces/base-card-view-content-update.interface.d.ts +0 -26
- package/lib/interfaces/node-allowable-operation-subject.interface.d.ts +0 -19
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, InjectionToken, Optional, Inject, Injectable, inject, ViewEncapsulation, HostListener, Input, Directive, DestroyRef, EventEmitter, Output, ViewChild, ElementRef, ContentChildren, effect, ViewContainerRef, ContentChild, NgZone,
|
|
2
|
+
import { Component, InjectionToken, Optional, Inject, Injectable, inject, ViewEncapsulation, HostListener, Input, Directive, DestroyRef, EventEmitter, Output, ViewChild, ElementRef, ContentChildren, effect, ViewContainerRef, ContentChild, NgZone, TemplateRef, Pipe, HostBinding, ChangeDetectionStrategy, NgModule, ViewChildren, Injector, runInInjectionContext, APP_INITIALIZER } from '@angular/core';
|
|
3
3
|
import * as i3 from '@alfresco/js-api';
|
|
4
4
|
import { AlfrescoApiConfig, AlfrescoApi, ContentApi, TrashcanApi, NodesApi, PeopleApi, SitesApi, SearchApi, SharedlinksApi, FavoritesApi, SEARCH_LANGUAGE, SiteMemberPaging, DiscoveryApi, AboutApi, SystemPropertiesApi, UploadApi, VersionsApi, RenditionsApi, PreferencesApi, DownloadsApi, FileDownloadStatus, TagsApi, TagBody, CategoriesApi, QueriesApi, Pagination, SiteEntry, Site, NodePagingList, Node, UserInfo, ContentInfo, Category, SitePaging, ClassesApi, TypesApi, CategoryLinkBody, AspectsApi, GroupsApi, NodeEntry, CommentsApi, SecurityGroupsApi, SecurityMarksApi, AuthorityClearanceApi, PredictionsApi, LegalHoldApi, AgentsApi, SearchAiApi } from '@alfresco/js-api';
|
|
5
5
|
import { ReplaySubject, Subject, from, throwError, Observable, of, forkJoin, take as take$1, switchMap as switchMap$1, tap as tap$1, catchError as catchError$1, map as map$1, BehaviorSubject, timer, merge, EMPTY, Subscription, defer, zip, iif } from 'rxjs';
|
|
6
6
|
import * as i2 from '@alfresco/adf-core';
|
|
7
|
-
import { AppConfigValues, BpmProductVersionModel, AppConfigService, ObjectUtils, DataSorting, BaseEvent, DateFnsUtils, ADF_DATE_FORMATS, ADF_DATETIME_FORMATS, AdfDateFnsAdapter, AdfDateTimeFnsAdapter, IconComponent, HeaderFilterTemplateDirective, DataTableSchema, ShowHeaderMode, UserPreferenceValues, DataTableComponent, NoContentTemplateDirective, EmptyListComponent, NoPermissionTemplateDirective, LoadingContentTemplateDirective, MainMenuDataTableTemplateDirective, ColumnsSelectorComponent, DataColumnListComponent, CustomLoadingContentTemplateDirective, CustomNoPermissionTemplateDirective, CustomEmptyContentTemplateDirective, DataTableService, TranslationService, FileUtils, NotificationService,
|
|
7
|
+
import { AppConfigValues, BpmProductVersionModel, AppConfigService, ObjectUtils, DataSorting, BaseEvent, DateFnsUtils, ADF_DATE_FORMATS, ADF_DATETIME_FORMATS, AdfDateFnsAdapter, AdfDateTimeFnsAdapter, IconComponent, HeaderFilterTemplateDirective, DataTableSchema, ShowHeaderMode, UserPreferenceValues, DataTableComponent, NoContentTemplateDirective, EmptyListComponent, NoPermissionTemplateDirective, LoadingContentTemplateDirective, MainMenuDataTableTemplateDirective, ColumnsSelectorComponent, DataColumnListComponent, CustomLoadingContentTemplateDirective, CustomNoPermissionTemplateDirective, CustomEmptyContentTemplateDirective, DataTableService, TranslationService, FileUtils, NotificationService, FileSizePipe, InfiniteSelectScrollDirective, ToolbarTitleComponent, ToolbarComponent, HighlightDirective, DataColumnComponent, InfinitePaginationComponent, DynamicChipListComponent, SortingPickerComponent, SearchTextInputComponent, HighlightPipe, ConfirmDialogComponent, FileTypePipe, ContextMenuDirective, CardViewTextItemModel, CardViewDateItemModel, CardViewItemMatchValidator, UserPreferencesService, LogService, CardViewSelectItemModel, MultiValuePipe, CardViewBoolItemModel, CardViewDatetimeItemModel, CardViewFloatItemModel, CardViewLongItemModel, CardViewIntItemModel, DecimalNumberPipe, CardViewComponent, User, InitialUsernamePipe, DateColumnHeaderComponent, EmptyContentComponent, ClipboardDirective, CommentModel, CommentsComponent, ADF_COMMENTS_SERVICE, CloseButtonPosition, ViewerToolbarComponent, ViewerSidebarComponent, ViewerToolbarActionsComponent, ViewerMoreActionsComponent, ViewerOpenWithComponent, ViewUtilService, VIEWER_DIRECTIVES, provideTranslations } from '@alfresco/adf-core';
|
|
8
8
|
import * as i1 from '@angular/material/dialog';
|
|
9
9
|
import { MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
|
|
10
10
|
import { map, catchError, filter, take, switchMap, tap, first, concatMap, startWith, debounce, delay, debounceTime, retry, mergeMap, distinctUntilChanged, takeUntil, finalize, toArray, expand, reduce } from 'rxjs/operators';
|
|
@@ -10065,11 +10065,11 @@ class UploadDragAreaComponent extends UploadBase {
|
|
|
10065
10065
|
return !!node?.isFolder;
|
|
10066
10066
|
}
|
|
10067
10067
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UploadDragAreaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10068
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: UploadDragAreaComponent, isStandalone: true, selector: "adf-upload-drag-area", host: { classAttribute: "adf-upload-drag-area" }, usesInheritance: true, ngImport: i0, template: "<div [adf-file-draggable]=\"isDroppable()\" class=\"adf-upload-border\"\n (filesDropped)=\"onFilesDropped($event)\"\n (folderEntityDropped)=\"onFolderEntityDropped($event)\"\n (upload-files)=\"onUploadFiles($any($event))\"\n dropzone=\"\" webkitdropzone=\"*\" #droparea>\n <ng-content />\n</div>\n", styles: ["adf-upload-drag-area{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden;min-height:0}adf-upload-drag-area .adf-upload-border{display:flex;flex-direction:column;height:100%;overflow:hidden;min-height:0;vertical-align:unset;text-align:unset;width:100%;box-sizing:border-box}adf-upload-drag-area .adf-file-draggable-input-focus{color:#2196f3;border:1px dashed #2196f3}adf-upload-drag-area .adf-file-draggable-input-focus adf-document-list{background:#e3f2fd}adf-upload-drag-area .adf-file-draggable-input-focus adf-document-list adf-datatable>table{background:inherit}adf-upload-drag-area .adf-upload__dragging{background:#e3f2fd;color:#2196f3}adf-upload-drag-area .adf-upload__dragging td{border-top:1px dashed #2196f3!important;border-bottom:1px dashed #2196f3!important}adf-upload-drag-area .adf-upload__dragging td:first-child{border-left:1px dashed #2196f3!important}adf-upload-drag-area .adf-upload__dragging td:last-child{border-right:1px dashed #2196f3!important}adf-upload-drag-area:first-child>div adf-upload-drag-area .adf-file-draggable-input-focus{color:#2196f3;border:1px dashed #2196f3!important;margin-left:0!important}adf-upload-drag-area:first-child .adf-upload-border{vertical-align:inherit!important;text-align:inherit!important}adf-upload-drag-area:first-child .adf-file-draggable-input-focus{color:#2196f3!important;border:1px dashed #2196f3!important;margin-left:0!important}adf-upload-drag-area:first-child .adf-file-draggable-input-focus adf-upload-drag-area>div{color:#2196f3;border:1px dashed #2196f3!important;margin-left:0!important}\n"], dependencies: [{ kind: "directive", type: FileDraggableDirective, selector: "[adf-file-draggable]", inputs: ["adf-file-draggable"], outputs: ["filesDropped", "folderEntityDropped"] }],
|
|
10068
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: UploadDragAreaComponent, isStandalone: true, selector: "adf-upload-drag-area", host: { classAttribute: "adf-upload-drag-area" }, usesInheritance: true, ngImport: i0, template: "<div [adf-file-draggable]=\"isDroppable()\" class=\"adf-upload-border\"\n (filesDropped)=\"onFilesDropped($event)\"\n (folderEntityDropped)=\"onFolderEntityDropped($event)\"\n (upload-files)=\"onUploadFiles($any($event))\"\n dropzone=\"\" webkitdropzone=\"*\" #droparea>\n <ng-content />\n</div>\n", styles: ["adf-upload-drag-area{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden;min-height:0}adf-upload-drag-area .adf-upload-border{display:flex;flex-direction:column;height:100%;overflow:hidden;min-height:0;vertical-align:unset;text-align:unset;width:100%;box-sizing:border-box}adf-upload-drag-area .adf-file-draggable-input-focus{color:#2196f3;border:1px dashed #2196f3}adf-upload-drag-area .adf-file-draggable-input-focus adf-document-list{background:#e3f2fd}adf-upload-drag-area .adf-file-draggable-input-focus adf-document-list adf-datatable>table{background:inherit}adf-upload-drag-area .adf-upload__dragging{background:#e3f2fd;color:#2196f3}adf-upload-drag-area .adf-upload__dragging td{border-top:1px dashed #2196f3!important;border-bottom:1px dashed #2196f3!important}adf-upload-drag-area .adf-upload__dragging td:first-child{border-left:1px dashed #2196f3!important}adf-upload-drag-area .adf-upload__dragging td:last-child{border-right:1px dashed #2196f3!important}adf-upload-drag-area:first-child>div adf-upload-drag-area .adf-file-draggable-input-focus{color:#2196f3;border:1px dashed #2196f3!important;margin-left:0!important}adf-upload-drag-area:first-child .adf-upload-border{vertical-align:inherit!important;text-align:inherit!important}adf-upload-drag-area:first-child .adf-file-draggable-input-focus{color:#2196f3!important;border:1px dashed #2196f3!important;margin-left:0!important}adf-upload-drag-area:first-child .adf-file-draggable-input-focus adf-upload-drag-area>div{color:#2196f3;border:1px dashed #2196f3!important;margin-left:0!important}\n"], dependencies: [{ kind: "directive", type: FileDraggableDirective, selector: "[adf-file-draggable]", inputs: ["adf-file-draggable"], outputs: ["filesDropped", "folderEntityDropped"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
10069
10069
|
}
|
|
10070
10070
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UploadDragAreaComponent, decorators: [{
|
|
10071
10071
|
type: Component,
|
|
10072
|
-
args: [{ selector: 'adf-upload-drag-area', imports: [FileDraggableDirective], host: { class: 'adf-upload-drag-area' },
|
|
10072
|
+
args: [{ selector: 'adf-upload-drag-area', imports: [FileDraggableDirective], host: { class: 'adf-upload-drag-area' }, encapsulation: ViewEncapsulation.None, template: "<div [adf-file-draggable]=\"isDroppable()\" class=\"adf-upload-border\"\n (filesDropped)=\"onFilesDropped($event)\"\n (folderEntityDropped)=\"onFolderEntityDropped($event)\"\n (upload-files)=\"onUploadFiles($any($event))\"\n dropzone=\"\" webkitdropzone=\"*\" #droparea>\n <ng-content />\n</div>\n", styles: ["adf-upload-drag-area{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden;min-height:0}adf-upload-drag-area .adf-upload-border{display:flex;flex-direction:column;height:100%;overflow:hidden;min-height:0;vertical-align:unset;text-align:unset;width:100%;box-sizing:border-box}adf-upload-drag-area .adf-file-draggable-input-focus{color:#2196f3;border:1px dashed #2196f3}adf-upload-drag-area .adf-file-draggable-input-focus adf-document-list{background:#e3f2fd}adf-upload-drag-area .adf-file-draggable-input-focus adf-document-list adf-datatable>table{background:inherit}adf-upload-drag-area .adf-upload__dragging{background:#e3f2fd;color:#2196f3}adf-upload-drag-area .adf-upload__dragging td{border-top:1px dashed #2196f3!important;border-bottom:1px dashed #2196f3!important}adf-upload-drag-area .adf-upload__dragging td:first-child{border-left:1px dashed #2196f3!important}adf-upload-drag-area .adf-upload__dragging td:last-child{border-right:1px dashed #2196f3!important}adf-upload-drag-area:first-child>div adf-upload-drag-area .adf-file-draggable-input-focus{color:#2196f3;border:1px dashed #2196f3!important;margin-left:0!important}adf-upload-drag-area:first-child .adf-upload-border{vertical-align:inherit!important;text-align:inherit!important}adf-upload-drag-area:first-child .adf-file-draggable-input-focus{color:#2196f3!important;border:1px dashed #2196f3!important;margin-left:0!important}adf-upload-drag-area:first-child .adf-file-draggable-input-focus adf-upload-drag-area>div{color:#2196f3;border:1px dashed #2196f3!important;margin-left:0!important}\n"] }]
|
|
10073
10073
|
}] });
|
|
10074
10074
|
|
|
10075
10075
|
/*!
|
|
@@ -12368,11 +12368,11 @@ class UploadButtonComponent extends UploadBase {
|
|
|
12368
12368
|
return this.contentService.hasAllowableOperations(node, permission);
|
|
12369
12369
|
}
|
|
12370
12370
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UploadButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
12371
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: UploadButtonComponent, isStandalone: true, selector: "adf-upload-button", inputs: { uploadFolders: "uploadFolders", multipleFiles: "multipleFiles", staticTitle: "staticTitle", tooltip: "tooltip", file: "file" }, outputs: { permissionEvent: "permissionEvent" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<form class=\"adf-upload-button-file-container\">\n <!--Files Upload-->\n <div *ngIf=\"!uploadFolders\">\n\n <!--Single Files Upload-->\n <ng-container *ngIf=\"!multipleFiles\">\n <input\n class=\"adf-upload-button-file-container-upload-single-file\"\n id=\"upload-single-file\"\n data-automation-id=\"upload-single-file\"\n [type]=\"file ? 'button' : 'file'\"\n name=\"uploadFiles\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"\n (click)=\"onClickUploadButton()\"/>\n <label tabindex=\"0\" (keydown.enter)=\"onClickUploadButton()\" for=\"upload-single-file\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-single-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-single-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n\n <!--Multiple Files Upload-->\n <ng-container *ngIf=\"multipleFiles\">\n <input\n id=\"upload-multiple-files\"\n data-automation-id=\"upload-multiple-files\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"/>\n <label for=\"upload-multiple-files\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-multiple-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-multiple-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n </div>\n\n <!--Folders Upload-->\n <ng-container *ngIf=\"uploadFolders\">\n <input\n id=\"uploadFolder\"\n data-automation-id=\"uploadFolder\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n webkitdirectory directory\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onDirectoryAdded($event)\"/>\n <label for=\"uploadFolder\" data-automation-id=\"uploadFolder\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"uploadFolder-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FOLDER' | translate }}</span>\n <span id=\"uploadFolder-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n</form>\n", styles: [".adf-upload-button-file-container .adf-upload-button-icon{margin:0;font-size:24px;width:24px;height:24px}.adf-upload-button-file-container input{display:none}.adf-upload-button-label{display:flex;align-items:center;cursor:pointer;padding:8px 16px;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:4px}.adf-upload-button-label:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.adf-upload-button-file-container-upload-single-file[disabled]+.adf-upload-button-label{background-color:var(--adf-disabled-button-background);color:var(--adf-theme-foreground-disabled-text-color);box-shadow:none;cursor:default}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i5$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }],
|
|
12371
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: UploadButtonComponent, isStandalone: true, selector: "adf-upload-button", inputs: { uploadFolders: "uploadFolders", multipleFiles: "multipleFiles", staticTitle: "staticTitle", tooltip: "tooltip", file: "file" }, outputs: { permissionEvent: "permissionEvent" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<form class=\"adf-upload-button-file-container\">\n <!--Files Upload-->\n <div *ngIf=\"!uploadFolders\">\n\n <!--Single Files Upload-->\n <ng-container *ngIf=\"!multipleFiles\">\n <input\n class=\"adf-upload-button-file-container-upload-single-file\"\n id=\"upload-single-file\"\n data-automation-id=\"upload-single-file\"\n [type]=\"file ? 'button' : 'file'\"\n name=\"uploadFiles\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"\n (click)=\"onClickUploadButton()\"/>\n <label tabindex=\"0\" (keydown.enter)=\"onClickUploadButton()\" for=\"upload-single-file\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-single-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-single-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n\n <!--Multiple Files Upload-->\n <ng-container *ngIf=\"multipleFiles\">\n <input\n id=\"upload-multiple-files\"\n data-automation-id=\"upload-multiple-files\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"/>\n <label for=\"upload-multiple-files\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-multiple-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-multiple-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n </div>\n\n <!--Folders Upload-->\n <ng-container *ngIf=\"uploadFolders\">\n <input\n id=\"uploadFolder\"\n data-automation-id=\"uploadFolder\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n webkitdirectory directory\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onDirectoryAdded($event)\"/>\n <label for=\"uploadFolder\" data-automation-id=\"uploadFolder\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"uploadFolder-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FOLDER' | translate }}</span>\n <span id=\"uploadFolder-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n</form>\n", styles: [".adf-upload-button-file-container .adf-upload-button-icon{margin:0;font-size:24px;width:24px;height:24px}.adf-upload-button-file-container input{display:none}.adf-upload-button-label{display:flex;align-items:center;cursor:pointer;padding:8px 16px;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:4px}.adf-upload-button-label:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.adf-upload-button-file-container-upload-single-file[disabled]+.adf-upload-button-label{background-color:var(--adf-disabled-button-background);color:var(--adf-theme-foreground-disabled-text-color);box-shadow:none;cursor:default}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i5$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
12372
12372
|
}
|
|
12373
12373
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UploadButtonComponent, decorators: [{
|
|
12374
12374
|
type: Component,
|
|
12375
|
-
args: [{ selector: 'adf-upload-button', imports: [CommonModule, MatButtonModule, TranslatePipe, MatIconModule],
|
|
12375
|
+
args: [{ selector: 'adf-upload-button', imports: [CommonModule, MatButtonModule, TranslatePipe, MatIconModule], encapsulation: ViewEncapsulation.None, template: "<form class=\"adf-upload-button-file-container\">\n <!--Files Upload-->\n <div *ngIf=\"!uploadFolders\">\n\n <!--Single Files Upload-->\n <ng-container *ngIf=\"!multipleFiles\">\n <input\n class=\"adf-upload-button-file-container-upload-single-file\"\n id=\"upload-single-file\"\n data-automation-id=\"upload-single-file\"\n [type]=\"file ? 'button' : 'file'\"\n name=\"uploadFiles\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"\n (click)=\"onClickUploadButton()\"/>\n <label tabindex=\"0\" (keydown.enter)=\"onClickUploadButton()\" for=\"upload-single-file\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-single-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-single-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n\n <!--Multiple Files Upload-->\n <ng-container *ngIf=\"multipleFiles\">\n <input\n id=\"upload-multiple-files\"\n data-automation-id=\"upload-multiple-files\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"/>\n <label for=\"upload-multiple-files\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-multiple-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-multiple-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n </div>\n\n <!--Folders Upload-->\n <ng-container *ngIf=\"uploadFolders\">\n <input\n id=\"uploadFolder\"\n data-automation-id=\"uploadFolder\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n webkitdirectory directory\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onDirectoryAdded($event)\"/>\n <label for=\"uploadFolder\" data-automation-id=\"uploadFolder\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"uploadFolder-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FOLDER' | translate }}</span>\n <span id=\"uploadFolder-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n</form>\n", styles: [".adf-upload-button-file-container .adf-upload-button-icon{margin:0;font-size:24px;width:24px;height:24px}.adf-upload-button-file-container input{display:none}.adf-upload-button-label{display:flex;align-items:center;cursor:pointer;padding:8px 16px;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:4px}.adf-upload-button-label:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.adf-upload-button-file-container-upload-single-file[disabled]+.adf-upload-button-label{background-color:var(--adf-disabled-button-background);color:var(--adf-theme-foreground-disabled-text-color);box-shadow:none;cursor:default}\n"] }]
|
|
12376
12376
|
}], propDecorators: { uploadFolders: [{
|
|
12377
12377
|
type: Input
|
|
12378
12378
|
}], multipleFiles: [{
|
|
@@ -12941,127 +12941,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
12941
12941
|
args: ['click', ['$event']]
|
|
12942
12942
|
}] } });
|
|
12943
12943
|
|
|
12944
|
-
/*!
|
|
12945
|
-
* @license
|
|
12946
|
-
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
12947
|
-
*
|
|
12948
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
12949
|
-
* you may not use this file except in compliance with the License.
|
|
12950
|
-
* You may obtain a copy of the License at
|
|
12951
|
-
*
|
|
12952
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12953
|
-
*
|
|
12954
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12955
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12956
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12957
|
-
* See the License for the specific language governing permissions and
|
|
12958
|
-
* limitations under the License.
|
|
12959
|
-
*/
|
|
12960
|
-
/* eslint-disable @angular-eslint/no-input-rename */
|
|
12961
|
-
class CheckAllowableOperationDirective {
|
|
12962
|
-
constructor(elementRef, renderer, contentService, changeDetector, parentComponent) {
|
|
12963
|
-
this.elementRef = elementRef;
|
|
12964
|
-
this.renderer = renderer;
|
|
12965
|
-
this.contentService = contentService;
|
|
12966
|
-
this.changeDetector = changeDetector;
|
|
12967
|
-
this.parentComponent = parentComponent;
|
|
12968
|
-
/**
|
|
12969
|
-
* Node permission to check (create, delete, update, updatePermissions,
|
|
12970
|
-
* !create, !delete, !update, !updatePermissions).
|
|
12971
|
-
*/
|
|
12972
|
-
this.permission = null;
|
|
12973
|
-
/** Nodes to check permission for. */
|
|
12974
|
-
this.nodes = [];
|
|
12975
|
-
}
|
|
12976
|
-
ngOnChanges(changes) {
|
|
12977
|
-
if (changes.nodes && !changes.nodes.firstChange) {
|
|
12978
|
-
this.updateElement();
|
|
12979
|
-
}
|
|
12980
|
-
}
|
|
12981
|
-
/**
|
|
12982
|
-
* Updates disabled state for the decorated element
|
|
12983
|
-
*
|
|
12984
|
-
* @returns the new state
|
|
12985
|
-
*/
|
|
12986
|
-
updateElement() {
|
|
12987
|
-
const enable = this.hasAllowableOperations(this.nodes, this.permission);
|
|
12988
|
-
if (enable) {
|
|
12989
|
-
this.enable();
|
|
12990
|
-
}
|
|
12991
|
-
else {
|
|
12992
|
-
this.disable();
|
|
12993
|
-
}
|
|
12994
|
-
return enable;
|
|
12995
|
-
}
|
|
12996
|
-
enable() {
|
|
12997
|
-
if (this.parentComponent) {
|
|
12998
|
-
this.parentComponent.disabled = false;
|
|
12999
|
-
this.changeDetector.detectChanges();
|
|
13000
|
-
}
|
|
13001
|
-
else {
|
|
13002
|
-
this.enableElement();
|
|
13003
|
-
}
|
|
13004
|
-
}
|
|
13005
|
-
disable() {
|
|
13006
|
-
if (this.parentComponent) {
|
|
13007
|
-
this.parentComponent.disabled = true;
|
|
13008
|
-
this.changeDetector.detectChanges();
|
|
13009
|
-
}
|
|
13010
|
-
else {
|
|
13011
|
-
this.disableElement();
|
|
13012
|
-
}
|
|
13013
|
-
}
|
|
13014
|
-
/**
|
|
13015
|
-
* Enables decorated element
|
|
13016
|
-
*
|
|
13017
|
-
*/
|
|
13018
|
-
enableElement() {
|
|
13019
|
-
this.renderer.removeAttribute(this.elementRef.nativeElement, 'disabled');
|
|
13020
|
-
}
|
|
13021
|
-
/**
|
|
13022
|
-
* Disables decorated element
|
|
13023
|
-
*
|
|
13024
|
-
*/
|
|
13025
|
-
disableElement() {
|
|
13026
|
-
this.renderer.setAttribute(this.elementRef.nativeElement, 'disabled', 'true');
|
|
13027
|
-
}
|
|
13028
|
-
/**
|
|
13029
|
-
* Checks whether all nodes have a particular permission
|
|
13030
|
-
*
|
|
13031
|
-
* @param nodes Node collection to check
|
|
13032
|
-
* @param permission Permission to check for each node
|
|
13033
|
-
* @returns `true` if there are allowable operations, otherwise `false`
|
|
13034
|
-
*/
|
|
13035
|
-
hasAllowableOperations(nodes, permission) {
|
|
13036
|
-
if (nodes && nodes.length > 0) {
|
|
13037
|
-
return nodes.every((node) => this.contentService.hasAllowableOperations(node.entry, permission));
|
|
13038
|
-
}
|
|
13039
|
-
return false;
|
|
13040
|
-
}
|
|
13041
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CheckAllowableOperationDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: ContentService }, { token: i0.ChangeDetectorRef }, { token: EXTENDIBLE_COMPONENT, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13042
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: CheckAllowableOperationDirective, isStandalone: true, selector: "[adf-check-allowable-operation]", inputs: { permission: ["adf-check-allowable-operation", "permission"], nodes: ["adf-nodes", "nodes"] }, usesOnChanges: true, ngImport: i0 }); }
|
|
13043
|
-
}
|
|
13044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CheckAllowableOperationDirective, decorators: [{
|
|
13045
|
-
type: Directive,
|
|
13046
|
-
args: [{
|
|
13047
|
-
standalone: true,
|
|
13048
|
-
selector: '[adf-check-allowable-operation]'
|
|
13049
|
-
}]
|
|
13050
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: ContentService }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
|
|
13051
|
-
type: Host
|
|
13052
|
-
}, {
|
|
13053
|
-
type: Optional
|
|
13054
|
-
}, {
|
|
13055
|
-
type: Inject,
|
|
13056
|
-
args: [EXTENDIBLE_COMPONENT]
|
|
13057
|
-
}] }], propDecorators: { permission: [{
|
|
13058
|
-
type: Input,
|
|
13059
|
-
args: ['adf-check-allowable-operation']
|
|
13060
|
-
}], nodes: [{
|
|
13061
|
-
type: Input,
|
|
13062
|
-
args: ['adf-nodes']
|
|
13063
|
-
}] } });
|
|
13064
|
-
|
|
13065
12944
|
/*!
|
|
13066
12945
|
* @license
|
|
13067
12946
|
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
@@ -14013,12 +13892,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
14013
13892
|
* See the License for the specific language governing permissions and
|
|
14014
13893
|
* limitations under the License.
|
|
14015
13894
|
*/
|
|
13895
|
+
/* @deprecated import standalone directives instead */
|
|
14016
13896
|
const CONTENT_DIRECTIVES = [
|
|
14017
13897
|
NodeLockDirective,
|
|
14018
13898
|
NodeCounterDirective,
|
|
14019
13899
|
NodeCounterComponent,
|
|
14020
13900
|
AutoFocusDirective,
|
|
14021
|
-
CheckAllowableOperationDirective,
|
|
14022
13901
|
LibraryFavoriteDirective,
|
|
14023
13902
|
LibraryMembershipDirective,
|
|
14024
13903
|
NodeDeleteDirective,
|
|
@@ -14026,14 +13905,13 @@ const CONTENT_DIRECTIVES = [
|
|
|
14026
13905
|
NodeRestoreDirective,
|
|
14027
13906
|
NodeDownloadDirective
|
|
14028
13907
|
];
|
|
14029
|
-
/** @deprecated import
|
|
13908
|
+
/** @deprecated import standalone directives instead */
|
|
14030
13909
|
class ContentDirectiveModule {
|
|
14031
13910
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ContentDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
14032
13911
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: ContentDirectiveModule, imports: [NodeLockDirective,
|
|
14033
13912
|
NodeCounterDirective,
|
|
14034
13913
|
NodeCounterComponent,
|
|
14035
13914
|
AutoFocusDirective,
|
|
14036
|
-
CheckAllowableOperationDirective,
|
|
14037
13915
|
LibraryFavoriteDirective,
|
|
14038
13916
|
LibraryMembershipDirective,
|
|
14039
13917
|
NodeDeleteDirective,
|
|
@@ -14043,7 +13921,6 @@ class ContentDirectiveModule {
|
|
|
14043
13921
|
NodeCounterDirective,
|
|
14044
13922
|
NodeCounterComponent,
|
|
14045
13923
|
AutoFocusDirective,
|
|
14046
|
-
CheckAllowableOperationDirective,
|
|
14047
13924
|
LibraryFavoriteDirective,
|
|
14048
13925
|
LibraryMembershipDirective,
|
|
14049
13926
|
NodeDeleteDirective,
|
|
@@ -16118,11 +15995,11 @@ class UploadVersionButtonComponent extends UploadButtonComponent {
|
|
|
16118
15995
|
this.permissionValue.next(this.nodeHasPermission(this.node, AllowableOperationsEnum.UPDATE));
|
|
16119
15996
|
}
|
|
16120
15997
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UploadVersionButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
16121
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: UploadVersionButtonComponent, isStandalone: true, selector: "adf-upload-version-button", inputs: { node: "node" }, host: { classAttribute: "adf-upload-version-button" }, usesInheritance: true, ngImport: i0, template: "<form class=\"adf-upload-button-file-container\">\n <!--Files Upload-->\n <div *ngIf=\"!uploadFolders\">\n\n <!--Single Files Upload-->\n <ng-container *ngIf=\"!multipleFiles\">\n <input\n class=\"adf-upload-button-file-container-upload-single-file\"\n id=\"upload-single-file\"\n data-automation-id=\"upload-single-file\"\n [type]=\"file ? 'button' : 'file'\"\n name=\"uploadFiles\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"\n (click)=\"onClickUploadButton()\"/>\n <label tabindex=\"0\" (keydown.enter)=\"onClickUploadButton()\" for=\"upload-single-file\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-single-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-single-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n\n <!--Multiple Files Upload-->\n <ng-container *ngIf=\"multipleFiles\">\n <input\n id=\"upload-multiple-files\"\n data-automation-id=\"upload-multiple-files\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"/>\n <label for=\"upload-multiple-files\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-multiple-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-multiple-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n </div>\n\n <!--Folders Upload-->\n <ng-container *ngIf=\"uploadFolders\">\n <input\n id=\"uploadFolder\"\n data-automation-id=\"uploadFolder\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n webkitdirectory directory\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onDirectoryAdded($event)\"/>\n <label for=\"uploadFolder\" data-automation-id=\"uploadFolder\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"uploadFolder-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FOLDER' | translate }}</span>\n <span id=\"uploadFolder-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n</form>\n", styles: [".adf-upload-button-file-container .adf-upload-button-icon{margin:0;font-size:24px;width:24px;height:24px}.adf-upload-button-file-container input{display:none}.adf-upload-button-label{display:flex;align-items:center;cursor:pointer;padding:8px 16px;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:4px}.adf-upload-button-label:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.adf-upload-button-file-container-upload-single-file[disabled]+.adf-upload-button-label{background-color:var(--adf-disabled-button-background);color:var(--adf-theme-foreground-disabled-text-color);box-shadow:none;cursor:default}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i5$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }],
|
|
15998
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: UploadVersionButtonComponent, isStandalone: true, selector: "adf-upload-version-button", inputs: { node: "node" }, host: { classAttribute: "adf-upload-version-button" }, usesInheritance: true, ngImport: i0, template: "<form class=\"adf-upload-button-file-container\">\n <!--Files Upload-->\n <div *ngIf=\"!uploadFolders\">\n\n <!--Single Files Upload-->\n <ng-container *ngIf=\"!multipleFiles\">\n <input\n class=\"adf-upload-button-file-container-upload-single-file\"\n id=\"upload-single-file\"\n data-automation-id=\"upload-single-file\"\n [type]=\"file ? 'button' : 'file'\"\n name=\"uploadFiles\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"\n (click)=\"onClickUploadButton()\"/>\n <label tabindex=\"0\" (keydown.enter)=\"onClickUploadButton()\" for=\"upload-single-file\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-single-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-single-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n\n <!--Multiple Files Upload-->\n <ng-container *ngIf=\"multipleFiles\">\n <input\n id=\"upload-multiple-files\"\n data-automation-id=\"upload-multiple-files\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"/>\n <label for=\"upload-multiple-files\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-multiple-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-multiple-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n </div>\n\n <!--Folders Upload-->\n <ng-container *ngIf=\"uploadFolders\">\n <input\n id=\"uploadFolder\"\n data-automation-id=\"uploadFolder\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n webkitdirectory directory\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onDirectoryAdded($event)\"/>\n <label for=\"uploadFolder\" data-automation-id=\"uploadFolder\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"uploadFolder-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FOLDER' | translate }}</span>\n <span id=\"uploadFolder-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n</form>\n", styles: [".adf-upload-button-file-container .adf-upload-button-icon{margin:0;font-size:24px;width:24px;height:24px}.adf-upload-button-file-container input{display:none}.adf-upload-button-label{display:flex;align-items:center;cursor:pointer;padding:8px 16px;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:4px}.adf-upload-button-label:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.adf-upload-button-file-container-upload-single-file[disabled]+.adf-upload-button-label{background-color:var(--adf-disabled-button-background);color:var(--adf-theme-foreground-disabled-text-color);box-shadow:none;cursor:default}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i5$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
16122
15999
|
}
|
|
16123
16000
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UploadVersionButtonComponent, decorators: [{
|
|
16124
16001
|
type: Component,
|
|
16125
|
-
args: [{ selector: 'adf-upload-version-button', imports: [CommonModule, MatButtonModule, TranslatePipe, MatIconModule],
|
|
16002
|
+
args: [{ selector: 'adf-upload-version-button', imports: [CommonModule, MatButtonModule, TranslatePipe, MatIconModule], encapsulation: ViewEncapsulation.None, host: { class: 'adf-upload-version-button' }, template: "<form class=\"adf-upload-button-file-container\">\n <!--Files Upload-->\n <div *ngIf=\"!uploadFolders\">\n\n <!--Single Files Upload-->\n <ng-container *ngIf=\"!multipleFiles\">\n <input\n class=\"adf-upload-button-file-container-upload-single-file\"\n id=\"upload-single-file\"\n data-automation-id=\"upload-single-file\"\n [type]=\"file ? 'button' : 'file'\"\n name=\"uploadFiles\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"\n (click)=\"onClickUploadButton()\"/>\n <label tabindex=\"0\" (keydown.enter)=\"onClickUploadButton()\" for=\"upload-single-file\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-single-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-single-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n\n <!--Multiple Files Upload-->\n <ng-container *ngIf=\"multipleFiles\">\n <input\n id=\"upload-multiple-files\"\n data-automation-id=\"upload-multiple-files\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onFilesAdded($event)\"/>\n <label for=\"upload-multiple-files\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"upload-multiple-file-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FILE' | translate }}</span>\n <span id=\"upload-multiple-file-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n </div>\n\n <!--Folders Upload-->\n <ng-container *ngIf=\"uploadFolders\">\n <input\n id=\"uploadFolder\"\n data-automation-id=\"uploadFolder\"\n type=\"file\"\n name=\"uploadFiles\"\n multiple=\"multiple\"\n accept=\"{{acceptedFilesType}}\"\n webkitdirectory directory\n [attr.disabled]=\"isButtonDisabled()\"\n [title]=\"tooltip\"\n (change)=\"onDirectoryAdded($event)\"/>\n <label for=\"uploadFolder\" data-automation-id=\"uploadFolder\" class=\"adf-upload-button-label\">\n <mat-icon class=\"adf-upload-button-icon\">file_upload</mat-icon>\n <span id=\"uploadFolder-label\" *ngIf=\"!staticTitle\">\n {{ 'FILE_UPLOAD.BUTTON.UPLOAD_FOLDER' | translate }}</span>\n <span id=\"uploadFolder-label-static\" *ngIf=\"staticTitle\">\n {{ staticTitle }}</span>\n </label>\n </ng-container>\n</form>\n", styles: [".adf-upload-button-file-container .adf-upload-button-icon{margin:0;font-size:24px;width:24px;height:24px}.adf-upload-button-file-container input{display:none}.adf-upload-button-label{display:flex;align-items:center;cursor:pointer;padding:8px 16px;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:4px}.adf-upload-button-label:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.adf-upload-button-file-container-upload-single-file[disabled]+.adf-upload-button-label{background-color:var(--adf-disabled-button-background);color:var(--adf-theme-foreground-disabled-text-color);box-shadow:none;cursor:default}\n"] }]
|
|
16126
16003
|
}], propDecorators: { node: [{
|
|
16127
16004
|
type: Input
|
|
16128
16005
|
}] } });
|
|
@@ -25703,23 +25580,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
25703
25580
|
* limitations under the License.
|
|
25704
25581
|
*/
|
|
25705
25582
|
|
|
25706
|
-
/*!
|
|
25707
|
-
* @license
|
|
25708
|
-
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
25709
|
-
*
|
|
25710
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
25711
|
-
* you may not use this file except in compliance with the License.
|
|
25712
|
-
* You may obtain a copy of the License at
|
|
25713
|
-
*
|
|
25714
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
25715
|
-
*
|
|
25716
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
25717
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
25718
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
25719
|
-
* See the License for the specific language governing permissions and
|
|
25720
|
-
* limitations under the License.
|
|
25721
|
-
*/
|
|
25722
|
-
|
|
25723
25583
|
/*!
|
|
25724
25584
|
* @license
|
|
25725
25585
|
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
@@ -25807,23 +25667,6 @@ class RestoreMessageModel {
|
|
|
25807
25667
|
* limitations under the License.
|
|
25808
25668
|
*/
|
|
25809
25669
|
|
|
25810
|
-
/*!
|
|
25811
|
-
* @license
|
|
25812
|
-
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
25813
|
-
*
|
|
25814
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
25815
|
-
* you may not use this file except in compliance with the License.
|
|
25816
|
-
* You may obtain a copy of the License at
|
|
25817
|
-
*
|
|
25818
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
25819
|
-
*
|
|
25820
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
25821
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
25822
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
25823
|
-
* See the License for the specific language governing permissions and
|
|
25824
|
-
* limitations under the License.
|
|
25825
|
-
*/
|
|
25826
|
-
|
|
25827
25670
|
/*!
|
|
25828
25671
|
* @license
|
|
25829
25672
|
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
@@ -27649,14 +27492,14 @@ class ContentModule {
|
|
|
27649
27492
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
27650
27493
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: ContentModule, imports: [MaterialModule,
|
|
27651
27494
|
MatDatetimepickerModule,
|
|
27652
|
-
MatNativeDatetimeModule, NodeNameTooltipPipe, TagsCreatorComponent, TagActionsComponent, TagListComponent, TagNodeListComponent, DownloadZipDialogComponent, FolderDialogComponent, NodeLockDialogComponent, LibraryDialogComponent, CategorySelectorDialogComponent, SearchCheckListComponent, SearchChipAutocompleteInputComponent, SearchChipListComponent, EmptySearchResultComponent, SearchFilterComponent, SearchFilterCardComponent, SearchWidgetContainerComponent, SearchTextComponent, SearchFilterAutocompleteChipsComponent, SearchDatetimeRangeComponent, SearchFacetFieldComponent, ResetSearchDirective, SearchDateRangeComponent, SearchFilterMenuCardComponent, SearchFacetChipTabbedComponent, SearchFacetTabbedContentComponent, SearchFilterTabbedComponent, SearchFilterTabDirective, SearchDateRangeTabbedComponent, SearchSortingPickerComponent, SearchSliderComponent, SearchNumberRangeComponent, SearchPanelComponent, SearchRadioComponent, SearchFilterContainerComponent, SearchFormComponent, SearchFilterChipsComponent, SearchWidgetChipComponent, SearchFacetChipComponent, SearchLogicalFilterComponent, SearchPropertiesComponent, SearchComponent, SearchControlComponent, ContentActionComponent, FileAutoDownloadComponent, FilterHeaderComponent, LibraryNameColumnComponent, LibraryRoleColumnComponent, LibraryStatusColumnComponent, NameColumnComponent, TrashcanNameColumnComponent, ContentActionListComponent, DocumentListComponent, FileUploadErrorPipe, FileDraggableDirective, ToggleIconDirective, UploadDragAreaComponent, UploadButtonComponent, UploadVersionButtonComponent, FileUploadingListRowComponent, FileUploadingListComponent, FileUploadingDialogComponent, BreadcrumbComponent, DropdownBreadcrumbComponent, ContentNodeSelectorPanelComponent, NameLocationCellComponent, ContentNodeSelectorComponent, DropdownSitesComponent, ShareDialogComponent, NodeSharedDirective, ContentMetadataComponent, ContentMetadataCardComponent, ContentMetadataHeaderComponent, NodeLockDirective, NodeCounterDirective, NodeCounterComponent, AutoFocusDirective,
|
|
27495
|
+
MatNativeDatetimeModule, NodeNameTooltipPipe, TagsCreatorComponent, TagActionsComponent, TagListComponent, TagNodeListComponent, DownloadZipDialogComponent, FolderDialogComponent, NodeLockDialogComponent, LibraryDialogComponent, CategorySelectorDialogComponent, SearchCheckListComponent, SearchChipAutocompleteInputComponent, SearchChipListComponent, EmptySearchResultComponent, SearchFilterComponent, SearchFilterCardComponent, SearchWidgetContainerComponent, SearchTextComponent, SearchFilterAutocompleteChipsComponent, SearchDatetimeRangeComponent, SearchFacetFieldComponent, ResetSearchDirective, SearchDateRangeComponent, SearchFilterMenuCardComponent, SearchFacetChipTabbedComponent, SearchFacetTabbedContentComponent, SearchFilterTabbedComponent, SearchFilterTabDirective, SearchDateRangeTabbedComponent, SearchSortingPickerComponent, SearchSliderComponent, SearchNumberRangeComponent, SearchPanelComponent, SearchRadioComponent, SearchFilterContainerComponent, SearchFormComponent, SearchFilterChipsComponent, SearchWidgetChipComponent, SearchFacetChipComponent, SearchLogicalFilterComponent, SearchPropertiesComponent, SearchComponent, SearchControlComponent, ContentActionComponent, FileAutoDownloadComponent, FilterHeaderComponent, LibraryNameColumnComponent, LibraryRoleColumnComponent, LibraryStatusColumnComponent, NameColumnComponent, TrashcanNameColumnComponent, ContentActionListComponent, DocumentListComponent, FileUploadErrorPipe, FileDraggableDirective, ToggleIconDirective, UploadDragAreaComponent, UploadButtonComponent, UploadVersionButtonComponent, FileUploadingListRowComponent, FileUploadingListComponent, FileUploadingDialogComponent, BreadcrumbComponent, DropdownBreadcrumbComponent, ContentNodeSelectorPanelComponent, NameLocationCellComponent, ContentNodeSelectorComponent, DropdownSitesComponent, ShareDialogComponent, NodeSharedDirective, ContentMetadataComponent, ContentMetadataCardComponent, ContentMetadataHeaderComponent, NodeLockDirective, NodeCounterDirective, NodeCounterComponent, AutoFocusDirective, LibraryFavoriteDirective, LibraryMembershipDirective, NodeDeleteDirective, NodeFavoriteDirective, NodeRestoreDirective, NodeDownloadDirective, AddPermissionPanelComponent, AddPermissionComponent, AddPermissionDialogComponent, NodePathColumnComponent, PermissionContainerComponent, PermissionListComponent, UserNameColumnComponent, UserIconColumnComponent, UserRoleColumnComponent, InheritPermissionDirective, PopOverDirective, VersionUploadComponent, VersionManagerComponent, VersionListComponent, VersionComparisonComponent, TreeViewComponent,
|
|
27653
27496
|
ContentTypeDialogComponent, AspectListComponent, AspectListDialogComponent, VersionCompatibilityDirective,
|
|
27654
27497
|
NodeCommentsComponent,
|
|
27655
27498
|
TreeComponent,
|
|
27656
27499
|
AlfrescoViewerComponent,
|
|
27657
27500
|
CategoriesManagementComponent,
|
|
27658
27501
|
NewVersionUploaderDialogComponent,
|
|
27659
|
-
AlfrescoIconComponent], exports: [MaterialModule, NodeNameTooltipPipe, TagsCreatorComponent, TagActionsComponent, TagListComponent, TagNodeListComponent, ContentActionComponent, FileAutoDownloadComponent, FilterHeaderComponent, LibraryNameColumnComponent, LibraryRoleColumnComponent, LibraryStatusColumnComponent, NameColumnComponent, TrashcanNameColumnComponent, ContentActionListComponent, DocumentListComponent, FileUploadErrorPipe, FileDraggableDirective, ToggleIconDirective, UploadDragAreaComponent, UploadButtonComponent, UploadVersionButtonComponent, FileUploadingListRowComponent, FileUploadingListComponent, FileUploadingDialogComponent, SearchCheckListComponent, SearchChipAutocompleteInputComponent, SearchChipListComponent, EmptySearchResultComponent, SearchFilterComponent, SearchFilterCardComponent, SearchWidgetContainerComponent, SearchTextComponent, SearchFilterAutocompleteChipsComponent, SearchDatetimeRangeComponent, SearchFacetFieldComponent, ResetSearchDirective, SearchDateRangeComponent, SearchFilterMenuCardComponent, SearchFacetChipTabbedComponent, SearchFacetTabbedContentComponent, SearchFilterTabbedComponent, SearchFilterTabDirective, SearchDateRangeTabbedComponent, SearchSortingPickerComponent, SearchSliderComponent, SearchNumberRangeComponent, SearchPanelComponent, SearchRadioComponent, SearchFilterContainerComponent, SearchFormComponent, SearchFilterChipsComponent, SearchWidgetChipComponent, SearchFacetChipComponent, SearchLogicalFilterComponent, SearchPropertiesComponent, SearchComponent, SearchControlComponent, BreadcrumbComponent, DropdownBreadcrumbComponent, ContentNodeSelectorPanelComponent, NameLocationCellComponent, ContentNodeSelectorComponent, DropdownSitesComponent, ShareDialogComponent, NodeSharedDirective, ContentMetadataComponent, ContentMetadataCardComponent, ContentMetadataHeaderComponent, DownloadZipDialogComponent, FolderDialogComponent, NodeLockDialogComponent, LibraryDialogComponent, CategorySelectorDialogComponent, NodeLockDirective, NodeCounterDirective, NodeCounterComponent, AutoFocusDirective,
|
|
27502
|
+
AlfrescoIconComponent], exports: [MaterialModule, NodeNameTooltipPipe, TagsCreatorComponent, TagActionsComponent, TagListComponent, TagNodeListComponent, ContentActionComponent, FileAutoDownloadComponent, FilterHeaderComponent, LibraryNameColumnComponent, LibraryRoleColumnComponent, LibraryStatusColumnComponent, NameColumnComponent, TrashcanNameColumnComponent, ContentActionListComponent, DocumentListComponent, FileUploadErrorPipe, FileDraggableDirective, ToggleIconDirective, UploadDragAreaComponent, UploadButtonComponent, UploadVersionButtonComponent, FileUploadingListRowComponent, FileUploadingListComponent, FileUploadingDialogComponent, SearchCheckListComponent, SearchChipAutocompleteInputComponent, SearchChipListComponent, EmptySearchResultComponent, SearchFilterComponent, SearchFilterCardComponent, SearchWidgetContainerComponent, SearchTextComponent, SearchFilterAutocompleteChipsComponent, SearchDatetimeRangeComponent, SearchFacetFieldComponent, ResetSearchDirective, SearchDateRangeComponent, SearchFilterMenuCardComponent, SearchFacetChipTabbedComponent, SearchFacetTabbedContentComponent, SearchFilterTabbedComponent, SearchFilterTabDirective, SearchDateRangeTabbedComponent, SearchSortingPickerComponent, SearchSliderComponent, SearchNumberRangeComponent, SearchPanelComponent, SearchRadioComponent, SearchFilterContainerComponent, SearchFormComponent, SearchFilterChipsComponent, SearchWidgetChipComponent, SearchFacetChipComponent, SearchLogicalFilterComponent, SearchPropertiesComponent, SearchComponent, SearchControlComponent, BreadcrumbComponent, DropdownBreadcrumbComponent, ContentNodeSelectorPanelComponent, NameLocationCellComponent, ContentNodeSelectorComponent, DropdownSitesComponent, ShareDialogComponent, NodeSharedDirective, ContentMetadataComponent, ContentMetadataCardComponent, ContentMetadataHeaderComponent, DownloadZipDialogComponent, FolderDialogComponent, NodeLockDialogComponent, LibraryDialogComponent, CategorySelectorDialogComponent, NodeLockDirective, NodeCounterDirective, NodeCounterComponent, AutoFocusDirective, LibraryFavoriteDirective, LibraryMembershipDirective, NodeDeleteDirective, NodeFavoriteDirective, NodeRestoreDirective, NodeDownloadDirective, AddPermissionPanelComponent, AddPermissionComponent, AddPermissionDialogComponent, NodePathColumnComponent, PermissionContainerComponent, PermissionListComponent, UserNameColumnComponent, UserIconColumnComponent, UserRoleColumnComponent, InheritPermissionDirective, PopOverDirective, VersionUploadComponent, VersionManagerComponent, VersionListComponent, VersionComparisonComponent, TreeViewComponent, AspectListComponent, AspectListDialogComponent, ContentTypeDialogComponent,
|
|
27660
27503
|
VersionCompatibilityDirective,
|
|
27661
27504
|
NodeCommentsComponent,
|
|
27662
27505
|
TreeComponent,
|
|
@@ -27755,5 +27598,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
27755
27598
|
* Generated bundle index. Do not edit.
|
|
27756
27599
|
*/
|
|
27757
27600
|
|
|
27758
|
-
export { ADF_SEARCH_CONFIGURATION, ALFRESCO_API_FACTORY, ASPECT_LIST_DIRECTIVES, AddPermissionComponent, AddPermissionDialogComponent, AddPermissionPanelComponent, AgentService, AlfrescoApiLoaderService, AlfrescoApiNoAuthService, AlfrescoApiService, AlfrescoApiServiceMock, AlfrescoIconComponent, AlfrescoViewerComponent, AlfrescoViewerModule, AllowableOperationsEnum, AspectListComponent, AspectListDialogComponent, AspectListModule, AspectListService, AspectOrientedConfigService, AutoFocusDirective, AutocompleteField, BREADCRUMB_DIRECTIVES, BaseQueryBuilderService, BasicPropertiesService, BreadcrumbComponent, BreadcrumbModule, CONTENT_DIALOG_DIRECTIVES, CONTENT_DIRECTIVES, CONTENT_METADATA_DIRECTIVES, CONTENT_NODE_SELECTOR_DIRECTIVES, CONTENT_NODE_SHARE_DIRECTIVES, CONTENT_PERMISSION_MANAGER_DIRECTIVES, CONTENT_PIPES, CONTENT_SEARCH_DIRECTIVES, CONTENT_TAG_DIRECTIVES, CONTENT_UPLOAD_DIRECTIVES, CONTENT_VERSION_DIRECTIVES, CardViewContentUpdateService, CategoriesManagementComponent, CategoriesManagementMode, CategoriesModule, CategorySelectorDialogComponent, CategoryService, CategoryTreeDatasourceService,
|
|
27601
|
+
export { ADF_SEARCH_CONFIGURATION, ALFRESCO_API_FACTORY, ASPECT_LIST_DIRECTIVES, AddPermissionComponent, AddPermissionDialogComponent, AddPermissionPanelComponent, AgentService, AlfrescoApiLoaderService, AlfrescoApiNoAuthService, AlfrescoApiService, AlfrescoApiServiceMock, AlfrescoIconComponent, AlfrescoViewerComponent, AlfrescoViewerModule, AllowableOperationsEnum, AspectListComponent, AspectListDialogComponent, AspectListModule, AspectListService, AspectOrientedConfigService, AutoFocusDirective, AutocompleteField, BREADCRUMB_DIRECTIVES, BaseQueryBuilderService, BasicPropertiesService, BreadcrumbComponent, BreadcrumbModule, CONTENT_DIALOG_DIRECTIVES, CONTENT_DIRECTIVES, CONTENT_METADATA_DIRECTIVES, CONTENT_NODE_SELECTOR_DIRECTIVES, CONTENT_NODE_SHARE_DIRECTIVES, CONTENT_PERMISSION_MANAGER_DIRECTIVES, CONTENT_PIPES, CONTENT_SEARCH_DIRECTIVES, CONTENT_TAG_DIRECTIVES, CONTENT_UPLOAD_DIRECTIVES, CONTENT_VERSION_DIRECTIVES, CardViewContentUpdateService, CategoriesManagementComponent, CategoriesManagementMode, CategoriesModule, CategorySelectorDialogComponent, CategoryService, CategoryTreeDatasourceService, ContentActionComponent, ContentActionListComponent, ContentActionModel, ContentActionTarget, ContentDirectiveModule, ContentMetadataCardComponent, ContentMetadataComponent, ContentMetadataConfigFactory, ContentMetadataHeaderComponent, ContentMetadataModule, ContentMetadataService, ContentModule, ContentNodeDialogService, ContentNodeSelectorComponent, ContentNodeSelectorModule, ContentNodeSelectorPanelComponent, ContentNodeSelectorPanelService, ContentNodeShareModule, ContentPipeModule, ContentService, ContentTypeDialogComponent, ContentTypePropertiesService, ContentTypeService, ContentVersionService, CustomAspectsWhere, CustomResourcesService, DEFAULT_DATETIME_FORMAT, DOCUMENT_LIST_DIRECTIVES, DROP_EFFECT, DateRangeType, DialogAspectListService, DialogModule, DiscoveryApiService, DocumentActionsService, DocumentListComponent, DocumentListModule, DocumentListService, DownloadZipDialogComponent, DownloadZipDialogModule, DropdownBreadcrumbComponent, DropdownSitesComponent, ERR_COL_NOT_FOUND, ERR_OBJECT_NOT_FOUND, ERR_ROW_NOT_FOUND, EcmCompanyModel, EcmUserModel, EmptySearchResultComponent, FacetBucketSortBy, FacetBucketSortDirection, FavoritesApiService, FileAutoDownloadComponent, FileDraggableDirective, FileModel, FileSizeOperator, FileSizeUnit, FileUploadCompleteEvent, FileUploadDeleteEvent, FileUploadErrorEvent, FileUploadErrorPipe, FileUploadEvent, FileUploadOptions, FileUploadStatus, FileUploadingDialogComponent, FileUploadingListComponent, FileUploadingListRowComponent, FilterHeaderComponent, FolderActionsService, FolderDialogComponent, GroupService, INPUT_FOCUS_CSS_CLASS, InLastDateType, IndifferentConfigService, InfiniteScrollDatasource, InheritPermissionDirective, LayoutOrientedConfigService, LegalHoldService, LibraryDialogComponent, LibraryFavoriteDirective, LibraryMembershipDirective, LibraryNameColumnComponent, LibraryRoleColumnComponent, LibraryStatusColumnComponent, LiveErrorStateMatcher, LockService, LogicalSearchFields, MaterialModule, MemberModel, NameColumnComponent, NameLocationCellComponent, NewVersionUploaderDataAction, NewVersionUploaderDialogComponent, NewVersionUploaderModule, NewVersionUploaderService, NodeAction, NodeActionsService, NodeAspectService, NodeCommentsComponent, NodeCommentsModule, NodeCommentsService, NodeCounterComponent, NodeCounterDirective, NodeDeleteDirective, NodeDownloadDirective, NodeEntityEvent, NodeEntryEvent, NodeFavoriteDirective, NodeLockDialogComponent, NodeLockDirective, NodeMetadata, NodeNameTooltipPipe, NodePathColumnComponent, NodePermissionDialogService, NodePermissionService, NodeRestoreDirective, NodeSharedDirective, NodesApiService, PeopleContentService, PermissionContainerComponent, PermissionDisplayModel, PermissionListComponent, PermissionManagerModule, PermissionModel, PermissionStyleModel, PermissionsEnum, PopOverDirective, PredictionService, PropertyDescriptorsService, PropertyGroupTranslatorService, RECOGNISED_ECM_TYPES, Relations, RenditionService, ResetSearchDirective, ResponseFacetQueryList, RestoreMessageModel, SAVED_SEARCHES_SERVICE_PREFERENCES, SEARCH_QUERY_TOKEN, SavedSearchesBaseService, SavedSearchesLegacyService, SavedSearchesService, SearchAiService, SearchCheckListComponent, SearchChipAutocompleteInputComponent, SearchChipListComponent, SearchComponent, SearchConfigurationService, SearchControlComponent, SearchDateRangeComponent, SearchDateRangeTabbedComponent, SearchDatetimeRangeComponent, SearchFacetChipComponent, SearchFacetChipTabbedComponent, SearchFacetFieldComponent, SearchFacetFiltersService, SearchFacetTabbedContentComponent, SearchFilterAutocompleteChipsComponent, SearchFilterCardComponent, SearchFilterChipsComponent, SearchFilterComponent, SearchFilterContainerComponent, SearchFilterList, SearchFilterMenuCardComponent, SearchFilterService, SearchFilterTabDirective, SearchFilterTabbedComponent, SearchFormComponent, SearchHeaderQueryBuilderService, SearchInputComponent, SearchLogicalFilterComponent, SearchModule, SearchNumberRangeComponent, SearchPanelComponent, SearchPermissionConfigurationService, SearchPropertiesComponent, SearchQueryBuilderService, SearchRadioComponent, SearchService, SearchSliderComponent, SearchSortingPickerComponent, SearchTermValidator, SearchTextComponent, SearchWidgetChipComponent, SearchWidgetContainerComponent, SecurityControlsService, ShareDataRow, ShareDataTableAdapter, ShareDialogComponent, SharedLinksApiService, SitesService, StandardAspectsWhere, TagActionsComponent, TagListComponent, TagModule, TagNodeListComponent, TagService, TagsCreatorComponent, TagsCreatorMode, ToggleIconDirective, TrashcanNameColumnComponent, TreeBaseNode, TreeComponent, TreeModule, TreeNodeType, TreeService, TreeViewComponent, TreeViewDataSource, TreeViewModule, TreeViewService, UploadBase, UploadButtonComponent, UploadDragAreaComponent, UploadFilesEvent, UploadModule, UploadService, UploadVersionButtonComponent, UserIconColumnComponent, UserNameColumnComponent, UserRoleColumnComponent, VersionComparisonComponent, VersionCompatibilityDirective, VersionCompatibilityModule, VersionCompatibilityService, VersionListComponent, VersionListDataSource, VersionManagerComponent, VersionManagerModule, VersionUploadComponent, createAlfrescoApiInstance, defaultValidation, fakeEcmUser, fakeSearch, forbidEndingDot, forbidOnlySpaces, forbidSpecialCharacters, mockError, searchMockApi };
|
|
27759
27602
|
//# sourceMappingURL=adf-content-services.mjs.map
|