imm-element-ui 0.5.4 → 0.5.6

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.
@@ -247,7 +247,7 @@ export declare class GridComponent {
247
247
  rawPrm?: Search;
248
248
  deleteEmit: import("@angular/core").OutputEmitterRef<number[]>;
249
249
  addEmit: import("@angular/core").OutputEmitterRef<void>;
250
- addType: import("@angular/core").InputSignal<"select" | "handle" | "none" | undefined>;
250
+ addType: import("@angular/core").InputSignal<"handle" | "select" | "none" | undefined>;
251
251
  selectData: import("@angular/core").InputSignal<any[] | undefined>;
252
252
  showAct: import("@angular/core").InputSignal<boolean>;
253
253
  actPos: import("@angular/core").InputSignal<"top" | "bottom">;
@@ -1,6 +1,7 @@
1
1
  import { FileUpload } from 'primeng/fileupload';
2
2
  import { HttpClient } from '@angular/common/http';
3
3
  import { ActionService } from '../service/action.service';
4
+ import { PlatformLocation } from '@angular/common';
4
5
  import * as i0 from "@angular/core";
5
6
  export interface ImportOptions {
6
7
  title?: string;
@@ -17,6 +18,7 @@ export declare class ImportComponent {
17
18
  orgField: import("@angular/core").InputSignal<string | undefined>;
18
19
  modelName: import("@angular/core").InputSignal<string>;
19
20
  disabled: boolean;
21
+ platformLocation: PlatformLocation;
20
22
  depts: any[];
21
23
  dept: any;
22
24
  constructor(http: HttpClient, action: ActionService);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imm-element-ui",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"