@yuuvis/app-drive 3.2.1 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,7 +8,7 @@ import { FormBuilder, Validators, ReactiveFormsModule } from '@angular/forms';
|
|
|
8
8
|
import * as i1$3 from '@angular/router';
|
|
9
9
|
import { Router, ActivatedRoute, RouterModule, NavigationEnd } from '@angular/router';
|
|
10
10
|
import * as i2 from '@yuuvis/client-core';
|
|
11
|
-
import { SystemType, ClipboardService, TranslateService, TranslateModule, BaseObjectTypeField, EventService, DmsService, BackendService, YuvEventType,
|
|
11
|
+
import { SystemType, ClipboardService, TranslateService, TranslateModule, BaseObjectTypeField, EventService, DmsService, BackendService, YuvEventType, NotificationService, Utils, RetentionService, LocaleDatePipe, SystemService, SearchService, Situation, Operator, ContentStreamField, SearchUtils, UserService, ObjectConfigService, DeviceService, AppCacheService } from '@yuuvis/client-core';
|
|
12
12
|
import { ActionsService, BASE_ACTION, AbstractContextAction, SelectionRange, ContextmenuComponent, YuvContextMenuTriggerDirective } from '@yuuvis/client-framework/actions';
|
|
13
13
|
import { UploadProgressComponent } from '@yuuvis/client-framework/upload-progress';
|
|
14
14
|
import * as i2$5 from '@yuuvis/client-shell';
|
|
@@ -655,16 +655,6 @@ class DriveService {
|
|
|
655
655
|
return q;
|
|
656
656
|
}
|
|
657
657
|
applyBasicSearchConditions(q) {
|
|
658
|
-
q.fields = [
|
|
659
|
-
BaseObjectTypeField.OBJECT_ID,
|
|
660
|
-
BaseObjectTypeField.OBJECT_TYPE_ID,
|
|
661
|
-
BaseObjectTypeField.MODIFICATION_DATE,
|
|
662
|
-
BaseObjectTypeField.MODIFIED_BY,
|
|
663
|
-
ContentStreamField.FILENAME,
|
|
664
|
-
ContentStreamField.MIME_TYPE,
|
|
665
|
-
ContentStreamField.ID,
|
|
666
|
-
ContentStreamField.LENGTH
|
|
667
|
-
];
|
|
668
658
|
if (!q.types || !q.types.includes(FS_SOTS.object))
|
|
669
659
|
q.types = [...(q.types || []), FS_SOTS.object];
|
|
670
660
|
// q.sortOptions.push(new SortOption(BaseObjectTypeField.BASE_TYPE_ID, 'desc'));
|