osl-base-extended 3.0.3 → 3.1.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osl-base-extended",
3
- "version": "3.0.3",
3
+ "version": "3.1.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0"
@@ -25,4 +25,4 @@
25
25
  "module": "fesm2022/osl-base-extended.mjs",
26
26
  "typings": "types/osl-base-extended.d.ts",
27
27
  "type": "module"
28
- }
28
+ }
@@ -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 i34 from '@angular/cdk/drag-drop';
8
+ import * as i35 from '@angular/cdk/drag-drop';
9
9
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
10
- import * as i36 from '@angular/cdk/overlay';
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 i31 from '@angular/material/datepicker';
19
- import * as i32 from '@angular/material/menu';
20
- import * as i33 from '@angular/cdk/scrolling';
21
- import * as i35 from '@angular/material/tooltip';
22
- import * as i37 from '@angular/cdk/portal';
23
- import * as i38 from '@ngxmc/datetime-picker';
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>;
@@ -1348,9 +1348,32 @@ declare class OslSkeletonModule {
1348
1348
  static ɵinj: i0.ɵɵInjectorDeclaration<OslSkeletonModule>;
1349
1349
  }
1350
1350
 
1351
+ declare class OslTooltipDirective implements OnDestroy {
1352
+ private el;
1353
+ private renderer;
1354
+ private document;
1355
+ text: string;
1356
+ oslTooltipPosition: 'top' | 'bottom' | 'left' | 'right';
1357
+ oslTooltipAnimation: 'slide' | 'scale' | 'bounce' | 'fade';
1358
+ oslTooltipDisabled: boolean;
1359
+ oslTooltipMaxWidth: string;
1360
+ private tooltipEl;
1361
+ private static cssInjected;
1362
+ constructor(el: ElementRef<HTMLElement>, renderer: Renderer2, document: Document);
1363
+ show(): void;
1364
+ hide(): void;
1365
+ private create;
1366
+ private position;
1367
+ private destroy;
1368
+ private injectCss;
1369
+ ngOnDestroy(): void;
1370
+ static ɵfac: i0.ɵɵFactoryDeclaration<OslTooltipDirective, never>;
1371
+ 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>;
1372
+ }
1373
+
1351
1374
  declare class FormStructureModule {
1352
1375
  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 i31.MatDatepickerModule, typeof i32.MatMenuModule, typeof i33.ScrollingModule, typeof i34.DragDropModule, typeof i35.MatTooltipModule, typeof i36.OverlayModule, typeof i37.PortalModule, typeof i38.NgxMatDatetimepicker, typeof i38.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]>;
1376
+ 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
1377
  static ɵinj: i0.ɵɵInjectorDeclaration<FormStructureModule>;
1355
1378
  }
1356
1379
 
@@ -2219,5 +2242,5 @@ declare namespace validation_util_d {
2219
2242
  export type { validation_util_d_PasswordOptions as PasswordOptions };
2220
2243
  }
2221
2244
 
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 };
2245
+ 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
2246
  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 };