herum-shared 0.1.25 → 0.1.28
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/herum-shared-constants.mjs +9 -9
- package/fesm2022/herum-shared-constants.mjs.map +1 -1
- package/fesm2022/herum-shared-herum-types.mjs +3 -2
- package/fesm2022/herum-shared-herum-types.mjs.map +1 -1
- package/fesm2022/herum-shared-mongo-services.mjs +2 -2
- package/fesm2022/herum-shared-mongo-services.mjs.map +1 -1
- package/fesm2022/herum-shared-mongo.mjs +2 -2
- package/fesm2022/herum-shared-mongo.mjs.map +1 -1
- package/fesm2022/herum-shared-services.mjs +129 -22
- package/fesm2022/herum-shared-services.mjs.map +1 -1
- package/fesm2022/herum-shared-static-services.mjs +1 -69
- package/fesm2022/herum-shared-static-services.mjs.map +1 -1
- package/fesm2022/herum-shared-table.mjs +17 -4
- package/fesm2022/herum-shared-table.mjs.map +1 -1
- package/fesm2022/herum-shared-utils.mjs +34 -40
- package/fesm2022/herum-shared-utils.mjs.map +1 -1
- package/fesm2022/herum-shared.mjs +156 -166
- package/fesm2022/herum-shared.mjs.map +1 -1
- package/herum-types/index.d.ts +5 -3
- package/index.d.ts +6 -4
- package/mongo/index.d.ts +1 -1
- package/mongo/services/index.d.ts +1 -1
- package/package.json +1 -1
- package/services/index.d.ts +17 -4
- package/static-services/index.d.ts +1 -14
- package/table/index.d.ts +3 -1
- package/utils/index.d.ts +2 -3
package/herum-types/index.d.ts
CHANGED
|
@@ -96,8 +96,8 @@ type MenuItem = any;
|
|
|
96
96
|
declare const MenuItem: any;
|
|
97
97
|
type MicroResourceAuthorizationBase = any;
|
|
98
98
|
declare const MicroResourceAuthorizationBase: any;
|
|
99
|
-
type
|
|
100
|
-
declare const
|
|
99
|
+
type microResourceAuthorizationType = any;
|
|
100
|
+
declare const microResourceAuthorizationType: any;
|
|
101
101
|
type MicroResourceFrontData = any;
|
|
102
102
|
declare const MicroResourceFrontData: any;
|
|
103
103
|
type ModelInfo = any;
|
|
@@ -194,5 +194,7 @@ type UsersLessonPermissionsDalResponse = any;
|
|
|
194
194
|
declare const UsersLessonPermissionsDalResponse: any;
|
|
195
195
|
type ViewModelType = any;
|
|
196
196
|
declare const ViewModelType: any;
|
|
197
|
+
type HadrachaPage = any;
|
|
198
|
+
declare const HadrachaPage: any;
|
|
197
199
|
|
|
198
|
-
export { AlignDir, Answer, AnswerNote, AudioVisualConfiguration, AuthenticationResponse, BackendLoginFormat, BackendMicroResourceAuthorization, BaseRowData, ClosedList, Collection, CollectionBase, CollectionSubscription, CommonDependentsToast, ComplexObservableArrowFunctions, DateTimePicker, DbActionResponse, DbListItem, DependentMetadata, DialogConfig, DisplayIdentifiedEntity, EntitiesLayoutProperties, FailedDependentsRequestMetadata, FailedDependentsRequestsContext, FeedPriority, FetchedMessage, FileData, FullHierarchyPartsPlaces, GQLVariable, Gender, GlobalKeyboardEvent, GraphQLFilter, GraphQLOrder, GraphQlOffsetPaging, GraphQlQuery, GraphQlResult, Group, HerumTableParams, HoveredHerumRowTable, IMediaPlayer, ISystemTrackTextChangesService, ISystemUserService, IdentifiedEntity, KeyValue, Lesson, LessonResourceSubscription, LessonStudentSubscription, MediaSettings, MenuItem, MicroResourceAuthorizationBase,
|
|
200
|
+
export { AlignDir, Answer, AnswerNote, AudioVisualConfiguration, AuthenticationResponse, BackendLoginFormat, BackendMicroResourceAuthorization, BaseRowData, ClosedList, Collection, CollectionBase, CollectionSubscription, CommonDependentsToast, ComplexObservableArrowFunctions, DateTimePicker, DbActionResponse, DbListItem, DependentMetadata, DialogConfig, DisplayIdentifiedEntity, EntitiesLayoutProperties, FailedDependentsRequestMetadata, FailedDependentsRequestsContext, FeedPriority, FetchedMessage, FileData, FullHierarchyPartsPlaces, GQLVariable, Gender, GlobalKeyboardEvent, GraphQLFilter, GraphQLOrder, GraphQlOffsetPaging, GraphQlQuery, GraphQlResult, Group, HadrachaPage, HerumTableParams, HoveredHerumRowTable, IMediaPlayer, ISystemTrackTextChangesService, ISystemUserService, IdentifiedEntity, KeyValue, Lesson, LessonResourceSubscription, LessonStudentSubscription, MediaSettings, MenuItem, MicroResourceAuthorizationBase, MicroResourceFrontData, ModelInfo, ModifiedResource, NodeMenuItem, ObservableArrowFunction, PermissionTemplate, ProgressOverView, Question, QuizData, QuizHeaderState, RecursiveTitledOption, Resource, ResourceGradeUpdate, ResourcePreview, ResourceState, ResourceSubscription, SectionListItem, SecurityQuestion, SignInFormData, SignUpField, SignUpFormData, Step, StepStatus, SubscriptionStatus, SystemIdentifier, SystemTreeNodeData, TableActions, TextChange, TextChangeStyle, TimeRange, TimeUnit, Toast, ToastContext, ToastHttpResponseDependencies, ToastState, ToastStatus, ToastTemplate, TreeNode, TreeNodeAssignmentsData, UploadProgressMetadata, UploadProgressStatus, UploadProgressType, User, UserAnswer, UserPreview, UserQuestionData, UsersLessonPermissionsDalResponse, ViewModelType, microResourceAuthorizationType };
|
package/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges, AfterViewInit, OnInit, ChangeDetectorRef, QueryList, TemplateRef, PipeTransform, Renderer2 } from '@angular/core';
|
|
3
|
-
import { ResourceGradeUpdate, IMediaPlayer, ResourceSubscription, MediaSettings, TextChange, UserPreview, TextChangeStyle, Resource, QuizData, Question, UserAnswer, Answer, IdentifiedEntity, HerumTableParams, ViewModelType, GlobalKeyboardEvent, AudioVisualConfiguration, TreeNode, NodeMenuItem, SystemTreeNodeData, TimeRange, DateTimePicker, AnswerNote, UserQuestionData, DialogConfig,
|
|
3
|
+
import { ResourceGradeUpdate, IMediaPlayer, ResourceSubscription, MediaSettings, TextChange, UserPreview, TextChangeStyle, Resource, QuizData, Question, UserAnswer, Answer, IdentifiedEntity, HerumTableParams, ViewModelType, GlobalKeyboardEvent, FileData, AudioVisualConfiguration, TreeNode, NodeMenuItem, SystemTreeNodeData, TimeRange, DateTimePicker, AnswerNote, UserQuestionData, DialogConfig, User, RecursiveTitledOption, MenuItem, CollectionSubscription, CollectionBase, Collection, ModifiedResource, SignUpField, DisplayIdentifiedEntity, TreeNodeAssignmentsData, Step, KeyValue, ProgressOverView, FetchedMessage, AlignDir, HoveredHerumRowTable, BaseRowData, FailedDependentsRequestsContext, CommonDependentsToast, ToastHttpResponseDependencies, ComplexObservableArrowFunctions, DependentMetadata, ObservableArrowFunction, Toast, ToastTemplate, ToastStatus, UploadProgressMetadata, UploadProgressStatus, UploadProgressType } from 'herum-shared/herum-types';
|
|
4
4
|
import { Subject, BehaviorSubject, Observable } from 'rxjs';
|
|
5
|
-
import { GlobalKeyboardListenerService as GlobalKeyboardListenerService$1, KeyPressService as KeyPressService$1, TrackTextChangesService, CommonGraphqlRequestsService } from 'herum-shared/services';
|
|
5
|
+
import { GlobalKeyboardListenerService as GlobalKeyboardListenerService$1, KeyPressService as KeyPressService$1, TrackTextChangesService, CommonGraphqlRequestsService, UtilsService as UtilsService$1 } from 'herum-shared/services';
|
|
6
6
|
import { HttpClient, HttpRequest, HttpErrorResponse } from '@angular/common/http';
|
|
7
7
|
import { EnvironmentConfig } from 'herum-shared/environment';
|
|
8
8
|
import * as i40 from '@angular/forms';
|
|
@@ -37,7 +37,6 @@ import * as i15 from 'ag-grid-angular';
|
|
|
37
37
|
import { ICellRendererAngularComp, AgFilterComponent } from 'ag-grid-angular';
|
|
38
38
|
import { ICellRendererParams, ColDef, GridApi, ColumnApi, GridReadyEvent, ModelUpdatedEvent, IFilterParams, IDoesFilterPassParams } from 'ag-grid-community';
|
|
39
39
|
import * as _angular_animations from '@angular/animations';
|
|
40
|
-
import { UtilsService as UtilsService$1 } from 'herum-shared/static-services';
|
|
41
40
|
import { ToastsService as ToastsService$1, UploadsManagerService as UploadsManagerService$1 } from 'herum-shared/mongo/services';
|
|
42
41
|
|
|
43
42
|
declare class HerumToolTipDirective {
|
|
@@ -722,6 +721,7 @@ declare class UtilsService {
|
|
|
722
721
|
private environmentConfig;
|
|
723
722
|
constructor(environmentConfig: EnvironmentConfig);
|
|
724
723
|
getDisplayedNameForMongoMethodByUserActivity(urlRequest: string): string | undefined;
|
|
724
|
+
getUrlFromFileData(fileData: Partial<FileData>): string;
|
|
725
725
|
fetchFiles(fileId: string, resourceType: string, bucket?: string): Promise<Response>;
|
|
726
726
|
initAudioFile(fileId: string, bucketName?: string, signal?: AbortSignal): Promise<File>;
|
|
727
727
|
static ɵfac: i0.ɵɵFactoryDeclaration<UtilsService, never>;
|
|
@@ -2567,6 +2567,8 @@ declare class HerumTableComponent implements OnChanges, AfterViewInit {
|
|
|
2567
2567
|
rowData: (unknown & BaseRowData)[];
|
|
2568
2568
|
columnDefs: ColDef[];
|
|
2569
2569
|
selectedRowsIds: string[];
|
|
2570
|
+
tableFixedHeight: string;
|
|
2571
|
+
tableMaxHeight: number;
|
|
2570
2572
|
noResults: number;
|
|
2571
2573
|
overlayNoRowsTemplate: string;
|
|
2572
2574
|
rowsSelectionType: 'multiple' | 'single';
|
|
@@ -2629,7 +2631,7 @@ declare class HerumTableComponent implements OnChanges, AfterViewInit {
|
|
|
2629
2631
|
private setRowheightStyleProperty;
|
|
2630
2632
|
private getMaxRowHeightFromColumns;
|
|
2631
2633
|
static ɵfac: i0.ɵɵFactoryDeclaration<HerumTableComponent, never>;
|
|
2632
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HerumTableComponent, "herum-table", never, { "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "selectedRowsIds": { "alias": "selectedRowsIds"; "required": false; }; "noResults": { "alias": "noResults"; "required": false; }; "overlayNoRowsTemplate": { "alias": "overlayNoRowsTemplate"; "required": false; }; "rowsSelectionType": { "alias": "rowsSelectionType"; "required": false; }; "usePagination": { "alias": "usePagination"; "required": false; }; "suppressRowClickSelection": { "alias": "suppressRowClickSelection"; "required": false; }; "showExportToExcel": { "alias": "showExportToExcel"; "required": false; }; }, { "onCheckedRow": "onCheckedRow"; "onUncheckedRow": "onUncheckedRow"; "selectedRowByChild": "selectedRowByChild"; "cellValueChangeByChild": "cellValueChangeByChild"; "cellMouseOver": "cellMouseOver"; "onPaginationChanged": "onPaginationChanged"; }, never, never, false, never>;
|
|
2634
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HerumTableComponent, "herum-table", never, { "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "selectedRowsIds": { "alias": "selectedRowsIds"; "required": false; }; "tableFixedHeight": { "alias": "tableFixedHeight"; "required": false; }; "tableMaxHeight": { "alias": "tableMaxHeight"; "required": false; }; "noResults": { "alias": "noResults"; "required": false; }; "overlayNoRowsTemplate": { "alias": "overlayNoRowsTemplate"; "required": false; }; "rowsSelectionType": { "alias": "rowsSelectionType"; "required": false; }; "usePagination": { "alias": "usePagination"; "required": false; }; "suppressRowClickSelection": { "alias": "suppressRowClickSelection"; "required": false; }; "showExportToExcel": { "alias": "showExportToExcel"; "required": false; }; }, { "onCheckedRow": "onCheckedRow"; "onUncheckedRow": "onUncheckedRow"; "selectedRowByChild": "selectedRowByChild"; "cellValueChangeByChild": "cellValueChangeByChild"; "cellMouseOver": "cellMouseOver"; "onPaginationChanged": "onPaginationChanged"; }, never, never, false, never>;
|
|
2633
2635
|
}
|
|
2634
2636
|
|
|
2635
2637
|
declare class HerumAgGridFilterComponent implements AgFilterComponent, OnInit {
|
package/mongo/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { MatDialog } from '@angular/material/dialog';
|
|
|
3
3
|
import { Subject, BehaviorSubject, Observable } from 'rxjs';
|
|
4
4
|
import { FailedDependentsRequestsContext, CommonDependentsToast, ToastHttpResponseDependencies, ComplexObservableArrowFunctions, DependentMetadata, ObservableArrowFunction, Toast, ToastTemplate, ToastStatus, UploadProgressMetadata, UploadProgressStatus, UploadProgressType } from 'herum-shared/herum-types';
|
|
5
5
|
import { EnvironmentConfig } from 'herum-shared/environment';
|
|
6
|
-
import { UtilsService } from 'herum-shared/
|
|
6
|
+
import { UtilsService } from 'herum-shared/services';
|
|
7
7
|
import * as i0 from '@angular/core';
|
|
8
8
|
import { QueryList, ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
9
9
|
import { ToastsService as ToastsService$1, UploadsManagerService as UploadsManagerService$1 } from 'herum-shared/mongo/services';
|
|
@@ -3,7 +3,7 @@ import { MatDialog } from '@angular/material/dialog';
|
|
|
3
3
|
import { Subject, BehaviorSubject, Observable } from 'rxjs';
|
|
4
4
|
import { FailedDependentsRequestsContext, CommonDependentsToast, ToastHttpResponseDependencies, ComplexObservableArrowFunctions, DependentMetadata, ObservableArrowFunction, Toast, ToastTemplate, ToastStatus, UploadProgressMetadata } from 'herum-shared/herum-types';
|
|
5
5
|
import { EnvironmentConfig } from 'herum-shared/environment';
|
|
6
|
-
import { UtilsService } from 'herum-shared/
|
|
6
|
+
import { UtilsService } from 'herum-shared/services';
|
|
7
7
|
import * as i0 from '@angular/core';
|
|
8
8
|
|
|
9
9
|
declare class ErrorsHandlerService {
|
package/package.json
CHANGED
package/services/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
2
|
-
import { GraphQlQuery, GraphQLFilter, GraphQlOffsetPaging, GraphQLOrder, SignInFormData, AuthenticationResponse, SignUpFormData, SecurityQuestion, Group, ClosedList, User, DbActionResponse, ModelInfo, GlobalKeyboardEvent, Resource, LessonResourceSubscription, Lesson, MicroResourceAuthorizationBase, ResourcePreview, MicroResourceFrontData, LessonStudentSubscription, Question, UserQuestionData, ResourceSubscription, BackendMicroResourceAuthorization,
|
|
2
|
+
import { GraphQlQuery, GraphQLFilter, GraphQlOffsetPaging, GraphQLOrder, SignInFormData, AuthenticationResponse, SignUpFormData, SecurityQuestion, Group, ClosedList, User, DbActionResponse, ModelInfo, GlobalKeyboardEvent, Resource, LessonResourceSubscription, Lesson, MicroResourceAuthorizationBase, ResourcePreview, MicroResourceFrontData, LessonStudentSubscription, Question, UserQuestionData, ResourceSubscription, BackendMicroResourceAuthorization, microResourceAuthorizationType, HadrachaPage, FileData, ISystemTrackTextChangesService } from 'herum-shared/herum-types';
|
|
3
3
|
import * as rxjs from 'rxjs';
|
|
4
4
|
import { Observable, BehaviorSubject, Subject } from 'rxjs';
|
|
5
5
|
import { Router } from '@angular/router';
|
|
@@ -223,15 +223,28 @@ declare class MicroResourcesService {
|
|
|
223
223
|
buildQuestionPropertyPath(id: string, field: string): string;
|
|
224
224
|
hasFillAuthorizationClosingTimePassed(innerAuthorizations: BackendMicroResourceAuthorization[], resource: Resource): boolean;
|
|
225
225
|
isPublishGradeAuthenticated(innerAuthorizations: BackendMicroResourceAuthorization[], resource: Resource): boolean;
|
|
226
|
-
getAuthorization(innerAuthorizations: BackendMicroResourceAuthorization[], defaultAuthorizationObject: BackendMicroResourceAuthorization,
|
|
226
|
+
getAuthorization(innerAuthorizations: BackendMicroResourceAuthorization[], defaultAuthorizationObject: BackendMicroResourceAuthorization, microResourceAuthorizationType: microResourceAuthorizationType, resource: Resource): any;
|
|
227
227
|
createMultiResourceDefaultAuthorizations<T extends studentInnerAuthorizationSubscription>(students: T[], pageId: string, resourcesIds: string[], defaultAuthorizations: BackendMicroResourceAuthorization[], authorizations?: BackendMicroResourceAuthorization[]): rxjs.Observable<Object[]>;
|
|
228
|
+
copyResourceStudentsAuthorizations<T extends studentInnerAuthorizationSubscription>(students: T[], pageId: string, authSourceResourceId: string, authTargetResourceId: string, useDefaultGradePermissions: boolean): rxjs.Observable<Object[]>;
|
|
229
|
+
removeResourceAuthorizations(page: HadrachaPage, resourcesIdsToRemove: string[]): rxjs.Observable<Object[]>;
|
|
228
230
|
static ɵfac: i0.ɵɵFactoryDeclaration<MicroResourcesService, never>;
|
|
229
231
|
static ɵprov: i0.ɵɵInjectableDeclaration<MicroResourcesService>;
|
|
230
232
|
}
|
|
231
233
|
|
|
232
|
-
declare class
|
|
234
|
+
declare class UtilsService {
|
|
233
235
|
private environmentConfig;
|
|
234
236
|
constructor(environmentConfig: EnvironmentConfig);
|
|
237
|
+
getDisplayedNameForMongoMethodByUserActivity(urlRequest: string): string | undefined;
|
|
238
|
+
getUrlFromFileData(fileData: Partial<FileData>): string;
|
|
239
|
+
fetchFiles(fileId: string, resourceType: string, bucket?: string): Promise<Response>;
|
|
240
|
+
initAudioFile(fileId: string, bucketName?: string, signal?: AbortSignal): Promise<File>;
|
|
241
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UtilsService, never>;
|
|
242
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UtilsService>;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
declare class ResourceDataBuilderService {
|
|
246
|
+
private utilsService;
|
|
247
|
+
constructor(utilsService: UtilsService);
|
|
235
248
|
buildFilePath(resource: Resource): string;
|
|
236
249
|
buildDirectoryPath(resource: Resource): string;
|
|
237
250
|
private getVersionPathParameter;
|
|
@@ -262,5 +275,5 @@ declare class TrackTextChangesService {
|
|
|
262
275
|
static ɵprov: i0.ɵɵInjectableDeclaration<TrackTextChangesService>;
|
|
263
276
|
}
|
|
264
277
|
|
|
265
|
-
export { AuthService, CommonGraphqlRequestsService, DbActionRequestsService, DbActionsInnerIdManagerService, GlobalKeyboardListenerService, GraphQLService, KeyPressService, LoaderManagerService, MicroResourcesService, NestedConditionSigniture, ResourceDataBuilderService, SystemStylingService, TrackTextChangesService, emptyValueFlagForCreationUniqListItem, freeTextAnswerField, innerUniqListItemKey, systemStylingFactory };
|
|
278
|
+
export { AuthService, CommonGraphqlRequestsService, DbActionRequestsService, DbActionsInnerIdManagerService, GlobalKeyboardListenerService, GraphQLService, KeyPressService, LoaderManagerService, MicroResourcesService, NestedConditionSigniture, ResourceDataBuilderService, SystemStylingService, TrackTextChangesService, UtilsService, emptyValueFlagForCreationUniqListItem, freeTextAnswerField, innerUniqListItemKey, systemStylingFactory };
|
|
266
279
|
export type { studentInnerAuthorizationSubscription };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { EnvironmentConfig } from 'herum-shared/environment';
|
|
2
|
-
import * as i0 from '@angular/core';
|
|
3
|
-
|
|
4
1
|
declare class StorageService {
|
|
5
2
|
private static cache;
|
|
6
3
|
static getItem(key: string): string | null;
|
|
@@ -12,14 +9,4 @@ declare class StorageService {
|
|
|
12
9
|
private static getCookie;
|
|
13
10
|
}
|
|
14
11
|
|
|
15
|
-
|
|
16
|
-
private environmentConfig;
|
|
17
|
-
constructor(environmentConfig: EnvironmentConfig);
|
|
18
|
-
getDisplayedNameForMongoMethodByUserActivity(urlRequest: string): string | undefined;
|
|
19
|
-
fetchFiles(fileId: string, resourceType: string, bucket?: string): Promise<Response>;
|
|
20
|
-
initAudioFile(fileId: string, bucketName?: string, signal?: AbortSignal): Promise<File>;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UtilsService, never>;
|
|
22
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UtilsService>;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export { StorageService, UtilsService };
|
|
12
|
+
export { StorageService };
|
package/table/index.d.ts
CHANGED
|
@@ -116,6 +116,8 @@ declare class HerumTableComponent implements OnChanges, AfterViewInit {
|
|
|
116
116
|
rowData: (unknown & BaseRowData)[];
|
|
117
117
|
columnDefs: ColDef[];
|
|
118
118
|
selectedRowsIds: string[];
|
|
119
|
+
tableFixedHeight: string;
|
|
120
|
+
tableMaxHeight: number;
|
|
119
121
|
noResults: number;
|
|
120
122
|
overlayNoRowsTemplate: string;
|
|
121
123
|
rowsSelectionType: 'multiple' | 'single';
|
|
@@ -178,7 +180,7 @@ declare class HerumTableComponent implements OnChanges, AfterViewInit {
|
|
|
178
180
|
private setRowheightStyleProperty;
|
|
179
181
|
private getMaxRowHeightFromColumns;
|
|
180
182
|
static ɵfac: i0.ɵɵFactoryDeclaration<HerumTableComponent, never>;
|
|
181
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HerumTableComponent, "herum-table", never, { "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "selectedRowsIds": { "alias": "selectedRowsIds"; "required": false; }; "noResults": { "alias": "noResults"; "required": false; }; "overlayNoRowsTemplate": { "alias": "overlayNoRowsTemplate"; "required": false; }; "rowsSelectionType": { "alias": "rowsSelectionType"; "required": false; }; "usePagination": { "alias": "usePagination"; "required": false; }; "suppressRowClickSelection": { "alias": "suppressRowClickSelection"; "required": false; }; "showExportToExcel": { "alias": "showExportToExcel"; "required": false; }; }, { "onCheckedRow": "onCheckedRow"; "onUncheckedRow": "onUncheckedRow"; "selectedRowByChild": "selectedRowByChild"; "cellValueChangeByChild": "cellValueChangeByChild"; "cellMouseOver": "cellMouseOver"; "onPaginationChanged": "onPaginationChanged"; }, never, never, false, never>;
|
|
183
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HerumTableComponent, "herum-table", never, { "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "selectedRowsIds": { "alias": "selectedRowsIds"; "required": false; }; "tableFixedHeight": { "alias": "tableFixedHeight"; "required": false; }; "tableMaxHeight": { "alias": "tableMaxHeight"; "required": false; }; "noResults": { "alias": "noResults"; "required": false; }; "overlayNoRowsTemplate": { "alias": "overlayNoRowsTemplate"; "required": false; }; "rowsSelectionType": { "alias": "rowsSelectionType"; "required": false; }; "usePagination": { "alias": "usePagination"; "required": false; }; "suppressRowClickSelection": { "alias": "suppressRowClickSelection"; "required": false; }; "showExportToExcel": { "alias": "showExportToExcel"; "required": false; }; }, { "onCheckedRow": "onCheckedRow"; "onUncheckedRow": "onUncheckedRow"; "selectedRowByChild": "selectedRowByChild"; "cellValueChangeByChild": "cellValueChangeByChild"; "cellMouseOver": "cellMouseOver"; "onPaginationChanged": "onPaginationChanged"; }, never, never, false, never>;
|
|
182
184
|
}
|
|
183
185
|
|
|
184
186
|
declare class HerumAgGridFilterComponent implements AgFilterComponent, OnInit {
|
package/utils/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IdentifiedEntity, MicroResourceAuthorizationBase, EntitiesLayoutProperties,
|
|
1
|
+
import { IdentifiedEntity, MicroResourceAuthorizationBase, EntitiesLayoutProperties, FullHierarchyPartsPlaces, DependentMetadata, CollectionSubscription, ResourceSubscription } from 'herum-shared/herum-types';
|
|
2
2
|
import { ElementRef, QueryList } from '@angular/core';
|
|
3
3
|
import { HttpHeaders } from '@angular/common/http';
|
|
4
4
|
|
|
@@ -52,7 +52,6 @@ declare const setNavFlexLayoutStyle: (entitiesSectionElement: ElementRef, entiti
|
|
|
52
52
|
declare const setNavFlexLayout: (entitiesSectionElement: ElementRef, entitiesWrapperElement: ElementRef, navButtonElement: ElementRef, entitiesElement: QueryList<ElementRef>) => number;
|
|
53
53
|
|
|
54
54
|
declare const getDeserializedFile: (response: Response, fileName: string, fileType?: string) => Promise<File>;
|
|
55
|
-
declare const getUrlFromFileData: (fileData: Partial<FileData>, s3ServerPath: string) => string;
|
|
56
55
|
declare const downloadFile: (fileName: string, data: File | Blob) => void;
|
|
57
56
|
|
|
58
57
|
declare const getBrowserVersion: (browserRegexExp: RegExp) => number | undefined;
|
|
@@ -88,5 +87,5 @@ declare const camelCaseToPascalCase: (camelCase: string) => string;
|
|
|
88
87
|
declare const capitalizeWord: (word: string) => string;
|
|
89
88
|
declare const replaceInterpolateKeysWithObjectProperties: (string: string, object: Object) => string;
|
|
90
89
|
|
|
91
|
-
export { buildPath, bytesToMegabytes, camelCaseToPascalCase, capitalizeWord, convertDependentMetadataToHeaders, convertHeightToPixels, convertToDate, downloadFile, findKeyByValue, flatten, generateNewTimeStamp, getAssignmentStateDisplayName, getBrowserVersion, getChromeVersion, getDeserializedFile, getDifferencesInLists, getDifferencesInObjects, getDropdownAnimationStates, getEntitiesLayoutProperties, getHierarchyPartIfExist, getLastSubscriptionByField, getMicroResourceTextualTimeString, getSubscriptionWithLastActivityTime, getTimeAsAgo,
|
|
90
|
+
export { buildPath, bytesToMegabytes, camelCaseToPascalCase, capitalizeWord, convertDependentMetadataToHeaders, convertHeightToPixels, convertToDate, downloadFile, findKeyByValue, flatten, generateNewTimeStamp, getAssignmentStateDisplayName, getBrowserVersion, getChromeVersion, getDeserializedFile, getDifferencesInLists, getDifferencesInObjects, getDropdownAnimationStates, getEntitiesLayoutProperties, getHierarchyPartIfExist, getLastSubscriptionByField, getMicroResourceTextualTimeString, getSubscriptionWithLastActivityTime, getTimeAsAgo, getVersionPathParameter, isTruncatedTitleElement, parseToIdentifiedEntitiesArray, remainJustWantedValueInDictionary, removeCommonItemsInObjectsFields, removeCommonObjectsBetweenArrays, removeDuplicatesBetweenArrays, removeUnwantedProperties, replaceInterpolateKeysWithObjectProperties, setElementsGridStyle, setHeaders, setNavFlexLayout, setNavFlexLayoutStyle, toFirstCapitalLetter, toFirstLowerCaseLetter, toHash, updateFullYear };
|
|
92
91
|
export type { ListsDiffs };
|