imm-element-ui 0.0.5 → 0.0.7

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.
@@ -26,6 +26,7 @@ export declare class CodeMirrorComponent {
26
26
  handleModelChange(): void;
27
27
  getLanguageExtension(): import("@codemirror/language").LanguageSupport;
28
28
  minLines(min: number): import("@codemirror/state").Extension;
29
+ formatting(): import("@codemirror/state").Extension;
29
30
  static ɵfac: i0.ɵɵFactoryDeclaration<CodeMirrorComponent, never>;
30
31
  static ɵcmp: i0.ɵɵComponentDeclaration<CodeMirrorComponent, "form-codemirror", never, { "field": { "alias": "field"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
31
32
  }
@@ -244,7 +244,7 @@ export declare class GridComponent {
244
244
  searchPrm: import("@angular/core").ModelSignal<Search>;
245
245
  deleteEmit: import("@angular/core").OutputEmitterRef<number[]>;
246
246
  addEmit: import("@angular/core").OutputEmitterRef<void>;
247
- addType: import("@angular/core").InputSignal<"select" | "handle" | undefined>;
247
+ addType: import("@angular/core").InputSignal<"handle" | "select" | undefined>;
248
248
  selectData: import("@angular/core").InputSignal<any[] | undefined>;
249
249
  showAct: import("@angular/core").InputSignal<boolean>;
250
250
  actPos: import("@angular/core").InputSignal<"top" | "bottom">;
@@ -254,9 +254,12 @@ export declare class GridComponent {
254
254
  ngZone: NgZone;
255
255
  cdr: ChangeDetectorRef;
256
256
  richMultMap: Record<string, any>;
257
+ horizontalScrollBarObserver: any;
258
+ horizontalScrollBarWidth: number;
257
259
  constructor(action: ActionService);
258
260
  ngOnInit(): void;
259
261
  ngAfterViewInit(): void;
262
+ ngOnDestroy(): void;
260
263
  getGrid(): AgGridAngular;
261
264
  onGridReady(e: any): void;
262
265
  onSelectionChanged(event: any): any;
@@ -273,7 +276,7 @@ export declare class GridComponent {
273
276
  handleDeletedRows(deletedRows: any[]): void;
274
277
  addRow(): void;
275
278
  delRows(): void;
276
- ajustScrollHeight(): void;
279
+ initGridHeight(): void;
277
280
  ajustGridHeight(): void;
278
281
  editingFix(): void;
279
282
  static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
@@ -6,7 +6,7 @@ export declare class PopDateComponent {
6
6
  private datePipe;
7
7
  private action;
8
8
  item: import("@angular/core").InputSignal<SearchItem>;
9
- view: import("@angular/core").Signal<"year" | "month" | "date">;
9
+ view: import("@angular/core").Signal<"date" | "year" | "month">;
10
10
  modelName: import("@angular/core").InputSignal<string | undefined>;
11
11
  isActive: boolean;
12
12
  value: any;
@@ -9,7 +9,7 @@ export declare class ThemeConfigService {
9
9
  appState: import("@angular/core").WritableSignal<AppState | null>;
10
10
  document: Document;
11
11
  platformId: Object;
12
- theme: import("@angular/core").Signal<"dark" | "light">;
12
+ theme: import("@angular/core").Signal<"light" | "dark">;
13
13
  initialized: boolean;
14
14
  transitionComplete: import("@angular/core").WritableSignal<boolean>;
15
15
  constructor();
@@ -19,7 +19,7 @@ export declare class UserHistoryService {
19
19
  addHistoryList(item: HistoryItem): void;
20
20
  backUrl(url: string): void;
21
21
  lastPop(): void;
22
- clear(): void;
22
+ clear(path?: string): void;
23
23
  setLastTitle(title: string): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<UserHistoryService, never>;
25
25
  static ɵprov: i0.ɵɵInjectableDeclaration<UserHistoryService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imm-element-ui",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"