osl-base-extended 2.0.28 → 2.0.29

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": "2.0.28",
3
+ "version": "2.0.29",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0"
@@ -1,23 +1,26 @@
1
1
  import * as i0 from '@angular/core';
2
- import { TemplateRef, OnInit, OnChanges, EventEmitter, SimpleChanges, ChangeDetectorRef, OnDestroy, ElementRef, AfterViewInit, Renderer2, NgZone } from '@angular/core';
3
- import * as i26 from '@angular/material/dialog';
2
+ import { TemplateRef, OnInit, OnChanges, EventEmitter, SimpleChanges, ChangeDetectorRef, OnDestroy, ElementRef, AfterViewInit, ViewContainerRef, Renderer2, NgZone } from '@angular/core';
3
+ import * as i27 from '@angular/material/dialog';
4
4
  import { MatDialogRef } from '@angular/material/dialog';
5
5
  import { HttpHeaders, HttpClient } from '@angular/common/http';
6
- import * as i22 from '@angular/forms';
6
+ import * as i23 from '@angular/forms';
7
7
  import { FormControl } from '@angular/forms';
8
- import * as i32 from '@angular/cdk/drag-drop';
8
+ import * as i33 from '@angular/cdk/drag-drop';
9
9
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
10
- import * as i21 from '@angular/common';
11
- import * as i23 from '@angular/material/form-field';
12
- import * as i24 from '@angular/material/input';
13
- import * as i25 from '@angular/material/icon';
14
- import * as i27 from '@angular/material/button';
10
+ import * as i35 from '@angular/cdk/overlay';
11
+ import { Overlay } from '@angular/cdk/overlay';
12
+ import * as i22 from '@angular/common';
13
+ import * as i24 from '@angular/material/form-field';
14
+ import * as i25 from '@angular/material/input';
15
+ import * as i26 from '@angular/material/icon';
16
+ import * as i28 from '@angular/material/button';
15
17
  import * as rxjs from 'rxjs';
16
- import * as i29 from '@angular/material/datepicker';
17
- import * as i30 from '@angular/material/menu';
18
- import * as i31 from '@angular/cdk/scrolling';
19
- import * as i33 from '@angular/material/tooltip';
20
- import * as i34 from '@ngxmc/datetime-picker';
18
+ import * as i30 from '@angular/material/datepicker';
19
+ import * as i31 from '@angular/material/menu';
20
+ import * as i32 from '@angular/cdk/scrolling';
21
+ import * as i34 from '@angular/material/tooltip';
22
+ import * as i36 from '@angular/cdk/portal';
23
+ import * as i37 from '@ngxmc/datetime-picker';
21
24
 
22
25
  declare class OslBaseExtended {
23
26
  static ɵfac: i0.ɵɵFactoryDeclaration<OslBaseExtended, never>;
@@ -1155,6 +1158,30 @@ declare class OslUserLog {
1155
1158
  static ɵcmp: i0.ɵɵComponentDeclaration<OslUserLog, "osl-user-log", never, { "meta": { "alias": "meta"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, never, false, never>;
1156
1159
  }
1157
1160
 
1161
+ type OslMenuPosition = 'auto' | 'above' | 'below' | 'before' | 'after';
1162
+ declare class OslMenu {
1163
+ position: OslMenuPosition;
1164
+ templateRef: TemplateRef<any>;
1165
+ static ɵfac: i0.ɵɵFactoryDeclaration<OslMenu, never>;
1166
+ static ɵcmp: i0.ɵɵComponentDeclaration<OslMenu, "osl-menu", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
1167
+ }
1168
+ declare class OslMenuTriggerFor implements OnDestroy {
1169
+ private _el;
1170
+ private _overlay;
1171
+ private _vcr;
1172
+ menu: OslMenu;
1173
+ private _ref;
1174
+ private _subs;
1175
+ constructor(_el: ElementRef<HTMLElement>, _overlay: Overlay, _vcr: ViewContainerRef);
1176
+ _onClick(event: MouseEvent): void;
1177
+ private _open;
1178
+ private _close;
1179
+ ngOnDestroy(): void;
1180
+ private _positions;
1181
+ static ɵfac: i0.ɵɵFactoryDeclaration<OslMenuTriggerFor, never>;
1182
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OslMenuTriggerFor, "[oslMenuTriggerFor]", never, { "menu": { "alias": "oslMenuTriggerFor"; "required": false; }; }, {}, never, never, false, never>;
1183
+ }
1184
+
1158
1185
  declare class OslSkeletonThemeService {
1159
1186
  private readonly _theme$;
1160
1187
  /** Subscribe to react to global theme changes */
@@ -1261,7 +1288,7 @@ declare class OslSkeletonModule {
1261
1288
 
1262
1289
  declare class FormStructureModule {
1263
1290
  static ɵfac: i0.ɵɵFactoryDeclaration<FormStructureModule, never>;
1264
- 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 i21.NgTemplateOutlet, typeof i21.NgStyle, typeof i21.NgClass, typeof i21.DatePipe, typeof i21.DecimalPipe, typeof i21.UpperCasePipe, typeof i22.FormsModule, typeof i22.ReactiveFormsModule, typeof i23.MatFormFieldModule, typeof i24.MatInputModule, typeof i23.MatHint, typeof i25.MatIconModule, typeof i26.MatDialogModule, typeof i27.MatButtonModule, typeof OslSkeletonModule, typeof i29.MatDatepickerModule, typeof i30.MatMenuModule, typeof i31.ScrollingModule, typeof i32.DragDropModule, typeof i33.MatTooltipModule, typeof i34.NgxMatDatetimepicker, typeof i34.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]>;
1291
+ 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 i22.NgTemplateOutlet, typeof i22.NgStyle, typeof i22.NgClass, typeof i22.DatePipe, typeof i22.DecimalPipe, typeof i22.UpperCasePipe, typeof i23.FormsModule, typeof i23.ReactiveFormsModule, typeof i24.MatFormFieldModule, typeof i25.MatInputModule, typeof i24.MatHint, typeof i26.MatIconModule, typeof i27.MatDialogModule, typeof i28.MatButtonModule, typeof OslSkeletonModule, typeof i30.MatDatepickerModule, typeof i31.MatMenuModule, typeof i32.ScrollingModule, typeof i33.DragDropModule, typeof i34.MatTooltipModule, typeof i35.OverlayModule, typeof i36.PortalModule, typeof i37.NgxMatDatetimepicker, typeof i37.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]>;
1265
1292
  static ɵinj: i0.ɵɵInjectorDeclaration<FormStructureModule>;
1266
1293
  }
1267
1294
 
@@ -2130,5 +2157,5 @@ declare namespace validation_util_d {
2130
2157
  export type { validation_util_d_PasswordOptions as PasswordOptions };
2131
2158
  }
2132
2159
 
2133
- 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, OslFileUpload, OslFormGrid, OslGrid, 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 };
2134
- export type { ButtonSize, ButtonVariant, DateInputType, FlatRow, HttpResponse, InputType, InternalColumn, OslDisplayType, OslFormGridColumn, OslFormGridFooterColumn, OslFormGridRowEvent, OslGridColumn, OslMenuAction, OslPageEvent, OslPdfConfig, OslReportColumn, OslReportPageEvent, OslReportSortEvent, OslSetupSaveEvent, OslSortEvent, PasswordOptions, ReportGenerateType, SkeletonAnimation, SkeletonTheme, SkeletonType, TextareaResize, UserLogMeta, elements, myParams, oslListerData };
2160
+ 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, 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 };
2161
+ export type { ButtonSize, ButtonVariant, DateInputType, FlatRow, HttpResponse, InputType, InternalColumn, OslDisplayType, OslFormGridColumn, OslFormGridFooterColumn, OslFormGridRowEvent, OslGridColumn, OslMenuAction, OslMenuPosition, OslPageEvent, OslPdfConfig, OslReportColumn, OslReportPageEvent, OslReportSortEvent, OslSetupSaveEvent, OslSortEvent, PasswordOptions, ReportGenerateType, SkeletonAnimation, SkeletonTheme, SkeletonType, TextareaResize, UserLogMeta, elements, myParams, oslListerData };