mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-05-17 09:11:30 +00:00
Upgrade to angular 18, Replace gui-grid with PrimeNG table since gui-grid not developed anymore,Fix typo , Fix minor ui/ux bugs
This commit is contained in:
parent
e95304af3e
commit
9298dd80b6
74 changed files with 4845 additions and 3913 deletions
|
|
@ -15,7 +15,9 @@ import {
|
|||
} from "@coreui/angular";
|
||||
import { SettingsRoutingModule } from "./settings-routing.module";
|
||||
import { SettingsComponent } from "./settings.component";
|
||||
import { GuiGridModule } from "@generic-ui/ngx-grid";
|
||||
import { TableModule as PTableModule } from 'primeng/table';
|
||||
import { InputTextModule as PInputTextModule } from 'primeng/inputtext';
|
||||
import { TooltipModule as PTooltipModule } from 'primeng/tooltip';
|
||||
|
||||
import { FormsModule } from "@angular/forms";
|
||||
|
||||
|
|
@ -29,7 +31,9 @@ import { FormsModule } from "@angular/forms";
|
|||
FormModule,
|
||||
ButtonModule,
|
||||
ButtonGroupModule,
|
||||
GuiGridModule,
|
||||
PTableModule,
|
||||
PInputTextModule,
|
||||
PTooltipModule,
|
||||
SpinnerModule,
|
||||
ToastModule,
|
||||
ModalModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue