osl-base-extended 3.0.4 → 3.2.0
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/package.json
CHANGED
|
@@ -5,9 +5,9 @@ import { MatDialogRef } from '@angular/material/dialog';
|
|
|
5
5
|
import { HttpHeaders, HttpClient } from '@angular/common/http';
|
|
6
6
|
import * as i24 from '@angular/forms';
|
|
7
7
|
import { FormControl } from '@angular/forms';
|
|
8
|
-
import * as
|
|
8
|
+
import * as i35 from '@angular/cdk/drag-drop';
|
|
9
9
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
10
|
-
import * as
|
|
10
|
+
import * as i37 from '@angular/cdk/overlay';
|
|
11
11
|
import { Overlay } from '@angular/cdk/overlay';
|
|
12
12
|
import * as i23 from '@angular/common';
|
|
13
13
|
import * as i25 from '@angular/material/form-field';
|
|
@@ -15,12 +15,12 @@ import * as i26 from '@angular/material/input';
|
|
|
15
15
|
import * as i27 from '@angular/material/icon';
|
|
16
16
|
import * as i29 from '@angular/material/button';
|
|
17
17
|
import * as rxjs from 'rxjs';
|
|
18
|
-
import * as
|
|
19
|
-
import * as
|
|
20
|
-
import * as
|
|
21
|
-
import * as
|
|
22
|
-
import * as
|
|
23
|
-
import * as
|
|
18
|
+
import * as i32 from '@angular/material/datepicker';
|
|
19
|
+
import * as i33 from '@angular/material/menu';
|
|
20
|
+
import * as i34 from '@angular/cdk/scrolling';
|
|
21
|
+
import * as i36 from '@angular/material/tooltip';
|
|
22
|
+
import * as i38 from '@angular/cdk/portal';
|
|
23
|
+
import * as i39 from '@ngxmc/datetime-picker';
|
|
24
24
|
|
|
25
25
|
declare class OslBaseExtended {
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<OslBaseExtended, never>;
|
|
@@ -55,6 +55,8 @@ declare class baseComponent {
|
|
|
55
55
|
protected isValidBeforeSave<T>(formElements: T[], model: any): string[];
|
|
56
56
|
private _collectValidationErrors;
|
|
57
57
|
private _formatDate;
|
|
58
|
+
protected scrollToInvalidField<T>(formElements: T[], model: any): void;
|
|
59
|
+
private _findFirstInvalidElement;
|
|
58
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<baseComponent, never>;
|
|
59
61
|
static ɵprov: i0.ɵɵInjectableDeclaration<baseComponent>;
|
|
60
62
|
}
|
|
@@ -1348,9 +1350,32 @@ declare class OslSkeletonModule {
|
|
|
1348
1350
|
static ɵinj: i0.ɵɵInjectorDeclaration<OslSkeletonModule>;
|
|
1349
1351
|
}
|
|
1350
1352
|
|
|
1353
|
+
declare class OslTooltipDirective implements OnDestroy {
|
|
1354
|
+
private el;
|
|
1355
|
+
private renderer;
|
|
1356
|
+
private document;
|
|
1357
|
+
text: string;
|
|
1358
|
+
oslTooltipPosition: 'top' | 'bottom' | 'left' | 'right';
|
|
1359
|
+
oslTooltipAnimation: 'slide' | 'scale' | 'bounce' | 'fade';
|
|
1360
|
+
oslTooltipDisabled: boolean;
|
|
1361
|
+
oslTooltipMaxWidth: string;
|
|
1362
|
+
private tooltipEl;
|
|
1363
|
+
private static cssInjected;
|
|
1364
|
+
constructor(el: ElementRef<HTMLElement>, renderer: Renderer2, document: Document);
|
|
1365
|
+
show(): void;
|
|
1366
|
+
hide(): void;
|
|
1367
|
+
private create;
|
|
1368
|
+
private position;
|
|
1369
|
+
private destroy;
|
|
1370
|
+
private injectCss;
|
|
1371
|
+
ngOnDestroy(): void;
|
|
1372
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OslTooltipDirective, never>;
|
|
1373
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OslTooltipDirective, "[oslTooltip]", never, { "text": { "alias": "oslTooltip"; "required": false; }; "oslTooltipPosition": { "alias": "oslTooltipPosition"; "required": false; }; "oslTooltipAnimation": { "alias": "oslTooltipAnimation"; "required": false; }; "oslTooltipDisabled": { "alias": "oslTooltipDisabled"; "required": false; }; "oslTooltipMaxWidth": { "alias": "oslTooltipMaxWidth"; "required": false; }; }, {}, never, never, true, never>;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1351
1376
|
declare class FormStructureModule {
|
|
1352
1377
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormStructureModule, never>;
|
|
1353
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormStructureModule, [typeof DynamicForm, typeof Oslinput, typeof Osltextarea, typeof OslSelect, typeof OslRadio, typeof OslSlideToggle, typeof OslAutocomplete, typeof OslFileUpload, typeof OslDatepicker, typeof OslDatetimepicker, typeof OslCheckbox, typeof OslButton, typeof OslSetup, typeof OslSearchbar, typeof OslGrid, typeof OslFormGrid, typeof OslAutocompleteLister, typeof OslReportGrid, typeof OslReportForm, typeof OslUserLog, typeof OslMenu, typeof OslMenuTriggerFor, typeof OslDocumentUploader], [typeof i23.NgTemplateOutlet, typeof i23.NgStyle, typeof i23.NgClass, typeof i23.DatePipe, typeof i23.DecimalPipe, typeof i23.UpperCasePipe, typeof i24.FormsModule, typeof i24.ReactiveFormsModule, typeof i25.MatFormFieldModule, typeof i26.MatInputModule, typeof i25.MatHint, typeof i27.MatIconModule, typeof i28.MatDialogModule, typeof i29.MatButtonModule, typeof OslSkeletonModule, typeof
|
|
1378
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormStructureModule, [typeof DynamicForm, typeof Oslinput, typeof Osltextarea, typeof OslSelect, typeof OslRadio, typeof OslSlideToggle, typeof OslAutocomplete, typeof OslFileUpload, typeof OslDatepicker, typeof OslDatetimepicker, typeof OslCheckbox, typeof OslButton, typeof OslSetup, typeof OslSearchbar, typeof OslGrid, typeof OslFormGrid, typeof OslAutocompleteLister, typeof OslReportGrid, typeof OslReportForm, typeof OslUserLog, typeof OslMenu, typeof OslMenuTriggerFor, typeof OslDocumentUploader], [typeof i23.NgTemplateOutlet, typeof i23.NgStyle, typeof i23.NgClass, typeof i23.DatePipe, typeof i23.DecimalPipe, typeof i23.UpperCasePipe, typeof i24.FormsModule, typeof i24.ReactiveFormsModule, typeof i25.MatFormFieldModule, typeof i26.MatInputModule, typeof i25.MatHint, typeof i27.MatIconModule, typeof i28.MatDialogModule, typeof i29.MatButtonModule, typeof OslSkeletonModule, typeof OslTooltipDirective, typeof i32.MatDatepickerModule, typeof i33.MatMenuModule, typeof i34.ScrollingModule, typeof i35.DragDropModule, typeof i36.MatTooltipModule, typeof i37.OverlayModule, typeof i38.PortalModule, typeof i39.NgxMatDatetimepicker, typeof i39.NgxMatDatepickerInput], [typeof DynamicForm, typeof OslSetup, typeof OslGrid, typeof OslFormGrid, typeof Oslinput, typeof OslUserLog, typeof Osltextarea, typeof OslSelect, typeof OslRadio, typeof OslSlideToggle, typeof OslAutocomplete, typeof OslFileUpload, typeof OslDatepicker, typeof OslDatetimepicker, typeof OslCheckbox, typeof OslButton, typeof OslSetup, typeof OslSearchbar, typeof OslAutocompleteLister, typeof OslReportGrid, typeof OslReportForm, typeof OslMenu, typeof OslMenuTriggerFor, typeof OslDocumentUploader, typeof OslTooltipDirective]>;
|
|
1354
1379
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormStructureModule>;
|
|
1355
1380
|
}
|
|
1356
1381
|
|
|
@@ -2219,5 +2244,5 @@ declare namespace validation_util_d {
|
|
|
2219
2244
|
export type { validation_util_d_PasswordOptions as PasswordOptions };
|
|
2220
2245
|
}
|
|
2221
2246
|
|
|
2222
|
-
export { array_util_d as ArrayUtil, date_util_d as DateUtil, DeleteConfirmation, DeleteConfirmationData, Dialog, DialogWrapper, DynamicForm, FormStructureModule, Httpbase, number_util_d as NumberUtil, object_util_d as ObjectUtil, OslAutocomplete, OslAutocompleteLister, OslBaseExtended, OslButton, OslCheckbox, OslDatepicker, OslDatetimepicker, OslDocumentUploader, OslFileUpload, OslFormGrid, OslGrid, OslMenu, OslMenuTriggerFor, OslRadio, OslReportForm, OslReportGrid, OslSearchbar, OslSelect, OslSetup, OslSkeletonDirective, OslSkeletonModule, OslSkeletonThemeService, OslSlideToggle, OslUserLog, Oslinput, Osltextarea, storage_util_d as StorageUtil, string_util_d as StringUtil, validation_util_d as ValidationUtil, baseComponent };
|
|
2247
|
+
export { array_util_d as ArrayUtil, date_util_d as DateUtil, DeleteConfirmation, DeleteConfirmationData, Dialog, DialogWrapper, DynamicForm, FormStructureModule, Httpbase, number_util_d as NumberUtil, object_util_d as ObjectUtil, OslAutocomplete, OslAutocompleteLister, OslBaseExtended, OslButton, OslCheckbox, OslDatepicker, OslDatetimepicker, OslDocumentUploader, OslFileUpload, OslFormGrid, OslGrid, OslMenu, OslMenuTriggerFor, OslRadio, OslReportForm, OslReportGrid, OslSearchbar, OslSelect, OslSetup, OslSkeletonDirective, OslSkeletonModule, OslSkeletonThemeService, OslSlideToggle, OslTooltipDirective, OslUserLog, Oslinput, Osltextarea, storage_util_d as StorageUtil, string_util_d as StringUtil, validation_util_d as ValidationUtil, baseComponent };
|
|
2223
2248
|
export type { ButtonSize, ButtonVariant, DateInputType, FlatRow, HttpResponse, InputType, InternalColumn, OslDisplayType, OslFormGridColumn, OslFormGridFooterColumn, OslFormGridRowEvent, OslGridColumn, OslMenuAction, OslMenuPosition, OslPageEvent, OslPdfConfig, OslReportColumn, OslReportPageEvent, OslReportSortEvent, OslSavedDocument, OslSetupSaveEvent, OslSortEvent, PasswordOptions, ReportGenerateType, SkeletonAnimation, SkeletonTheme, SkeletonType, TextareaResize, UserLogMeta, elements, myParams, oslListerData };
|