osl-base-extended 2.0.24 → 2.0.25

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.24",
3
+ "version": "2.0.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0"
@@ -1,23 +1,23 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { TemplateRef, OnInit, OnChanges, EventEmitter, SimpleChanges, ChangeDetectorRef, OnDestroy, ElementRef, AfterViewInit, Renderer2, NgZone } from '@angular/core';
3
- import * as i25 from '@angular/material/dialog';
3
+ import * as i26 from '@angular/material/dialog';
4
4
  import { MatDialogRef } from '@angular/material/dialog';
5
5
  import { HttpHeaders, HttpClient } from '@angular/common/http';
6
- import * as i21 from '@angular/forms';
6
+ import * as i22 from '@angular/forms';
7
7
  import { FormControl } from '@angular/forms';
8
- import * as i31 from '@angular/cdk/drag-drop';
8
+ import * as i32 from '@angular/cdk/drag-drop';
9
9
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
10
- import * as i20 from '@angular/common';
11
- import * as i22 from '@angular/material/form-field';
12
- import * as i23 from '@angular/material/input';
13
- import * as i24 from '@angular/material/icon';
14
- import * as i26 from '@angular/material/button';
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';
15
15
  import * as rxjs from 'rxjs';
16
- import * as i28 from '@angular/material/datepicker';
17
- import * as i29 from '@angular/material/menu';
18
- import * as i30 from '@angular/cdk/scrolling';
19
- import * as i32 from '@angular/material/tooltip';
20
- import * as i33 from '@ngxmc/datetime-picker';
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';
21
21
 
22
22
  declare class OslBaseExtended {
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<OslBaseExtended, never>;
@@ -1134,6 +1134,27 @@ declare class OslReportForm implements OnInit {
1134
1134
  static ɵcmp: i0.ɵɵComponentDeclaration<OslReportForm, "osl-report-form", never, { "title": { "alias": "title"; "required": false; }; "formElements": { "alias": "formElements"; "required": false; }; "model": { "alias": "model"; "required": false; }; "generateOptions": { "alias": "generateOptions"; "required": false; }; "reportColumns": { "alias": "reportColumns"; "required": false; }; "onGenerate": { "alias": "onGenerate"; "required": false; }; "skeletonLoading": { "alias": "skeletonLoading"; "required": false; }; "skeletonTheme": { "alias": "skeletonTheme"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pdfConfig": { "alias": "pdfConfig"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, false, never>;
1135
1135
  }
1136
1136
 
1137
+ interface UserLogMeta {
1138
+ addLog?: string | null;
1139
+ addOn?: string | Date | null;
1140
+ editLog?: string | null;
1141
+ editOn?: string | Date | null;
1142
+ }
1143
+ declare class OslUserLog {
1144
+ private el;
1145
+ meta: UserLogMeta;
1146
+ mode: 'bar' | 'float';
1147
+ isOpen: boolean;
1148
+ constructor(el: ElementRef);
1149
+ onDocumentClick(event: MouseEvent): void;
1150
+ togglePanel(): void;
1151
+ formatDate(date: string | Date | null | undefined): string;
1152
+ getInitials(name: string | null | undefined): string;
1153
+ get hasData(): boolean;
1154
+ static ɵfac: i0.ɵɵFactoryDeclaration<OslUserLog, never>;
1155
+ static ɵcmp: i0.ɵɵComponentDeclaration<OslUserLog, "osl-user-log", never, { "meta": { "alias": "meta"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, never, false, never>;
1156
+ }
1157
+
1137
1158
  declare class OslSkeletonThemeService {
1138
1159
  private readonly _theme$;
1139
1160
  /** Subscribe to react to global theme changes */
@@ -1240,7 +1261,7 @@ declare class OslSkeletonModule {
1240
1261
 
1241
1262
  declare class FormStructureModule {
1242
1263
  static ɵfac: i0.ɵɵFactoryDeclaration<FormStructureModule, never>;
1243
- 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 i20.NgTemplateOutlet, typeof i20.NgStyle, typeof i20.NgClass, typeof i20.DatePipe, typeof i20.DecimalPipe, typeof i20.UpperCasePipe, typeof i21.FormsModule, typeof i21.ReactiveFormsModule, typeof i22.MatFormFieldModule, typeof i23.MatInputModule, typeof i22.MatHint, typeof i24.MatIconModule, typeof i25.MatDialogModule, typeof i26.MatButtonModule, typeof OslSkeletonModule, typeof i28.MatDatepickerModule, typeof i29.MatMenuModule, typeof i30.ScrollingModule, typeof i31.DragDropModule, typeof i32.MatTooltipModule, typeof i33.NgxMatDatetimepicker, typeof i33.NgxMatDatepickerInput], [typeof DynamicForm, typeof OslSetup, typeof OslGrid, typeof OslFormGrid, 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 OslAutocompleteLister, typeof OslReportGrid, typeof OslReportForm]>;
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]>;
1244
1265
  static ɵinj: i0.ɵɵInjectorDeclaration<FormStructureModule>;
1245
1266
  }
1246
1267
 
@@ -2109,5 +2130,5 @@ declare namespace validation_util_d {
2109
2130
  export type { validation_util_d_PasswordOptions as PasswordOptions };
2110
2131
  }
2111
2132
 
2112
- 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, Oslinput, Osltextarea, storage_util_d as StorageUtil, string_util_d as StringUtil, validation_util_d as ValidationUtil, baseComponent };
2113
- 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, elements, myParams, oslListerData };
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 };