This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 55369bf435 fix(#3735): Import ColorPickerDirective in 
data-explorer-shared.module.ts (#3736)
55369bf435 is described below

commit 55369bf4359ba5d0325ba1c89f75b700fe319238
Author: Philipp Zehnder <[email protected]>
AuthorDate: Tue Aug 19 23:02:02 2025 +0200

    fix(#3735): Import ColorPickerDirective in data-explorer-shared.module.ts 
(#3736)
---
 ui/src/app/data-explorer-shared/data-explorer-shared.module.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/src/app/data-explorer-shared/data-explorer-shared.module.ts 
b/ui/src/app/data-explorer-shared/data-explorer-shared.module.ts
index f51ced9b9e..32b3580848 100644
--- a/ui/src/app/data-explorer-shared/data-explorer-shared.module.ts
+++ b/ui/src/app/data-explorer-shared/data-explorer-shared.module.ts
@@ -46,7 +46,7 @@ import { MatTabsModule } from '@angular/material/tabs';
 import { GridsterModule } from 'angular-gridster2';
 import { FlexLayoutModule } from '@ngbracket/ngx-layout';
 import { FormsModule, ReactiveFormsModule } from '@angular/forms';
-import { ColorPickerComponent } from 'ngx-color-picker';
+import { ColorPickerComponent, ColorPickerDirective } from 'ngx-color-picker';
 import { MatGridListModule } from '@angular/material/grid-list';
 import { CdkTableModule } from '@angular/cdk/table';
 import { MatSnackBarModule } from '@angular/material/snack-bar';
@@ -131,6 +131,7 @@ import { ColorMappingOptionsConfigComponent } from 
'./components/chart-config/co
         FlexLayoutModule,
         FormsModule,
         ColorPickerComponent,
+        ColorPickerDirective,
         MatGridListModule,
         CdkTableModule,
         MatSnackBarModule,

Reply via email to