imm-element-ui 0.5.0 → 0.5.2

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.
@@ -246,7 +246,7 @@ export declare class GridComponent {
246
246
  rawPrm?: Search;
247
247
  deleteEmit: import("@angular/core").OutputEmitterRef<number[]>;
248
248
  addEmit: import("@angular/core").OutputEmitterRef<void>;
249
- addType: import("@angular/core").InputSignal<"select" | "handle" | "none" | undefined>;
249
+ addType: import("@angular/core").InputSignal<"none" | "handle" | "select" | undefined>;
250
250
  selectData: import("@angular/core").InputSignal<any[] | undefined>;
251
251
  showAct: import("@angular/core").InputSignal<boolean>;
252
252
  actPos: import("@angular/core").InputSignal<"top" | "bottom">;
@@ -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<"light" | "dark">;
12
+ theme: import("@angular/core").Signal<"dark" | "light">;
13
13
  initialized: boolean;
14
14
  transitionComplete: import("@angular/core").WritableSignal<boolean>;
15
15
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imm-element-ui",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"