build_app

This commit is contained in:
risadmin_prod 2025-06-06 07:09:53 +00:00
parent 19710473f3
commit 567d8f4831
4 changed files with 11 additions and 2 deletions

View File

@ -72,6 +72,9 @@ public class BuilderService {
addCustomMenu( "Test", "Transcations");
addCustomMenu( "Test", "Transcations");
System.out.println("dashboard and menu inserted...");

View File

@ -1,4 +1,4 @@
export const Testcardvariable = {
"cardButton": false,
"cardmodeldata": ``
"cardButton": true,
"cardmodeldata": `{"name":"FormName","description":"Form Description...","dashboard":[{"cols":8,"rows":2,"x":0,"y":0,"chartid":1,"name":"textField","charttitle":null,"fieldtext":"name\ndescription","component":"","type":"text","layerNo":null,"layerName":null,"fieldName":"textField","iconName":"user","id":null,"location":null,"size":null,"keyalignment":null,"keytextlineheight":null,"imageURL":null,"imagewidth":null,"conditionValue":null,"conditiontextcolor":null,"conditionbackgroundcolor":null},{"cols":2,"rows":2,"x":8,"y":0,"chartid":2,"component":"","name":"Image","type":"Image","layerNo":null,"layerName":null,"fieldName":null,"iconName":null,"charttitle":null,"id":null,"fieldtext":"name\ndescription","location":null,"size":null,"keyalignment":null,"keytextlineheight":null,"imageURL":null,"conditionValue":null,"conditiontextcolor":null,"conditionbackgroundcolor":null}]}`
}

View File

@ -1,3 +1,4 @@
import { TestComponent } from './BuilderComponents/basicp1/Test/Test.component';
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
@ -258,6 +259,8 @@ const routes: Routes = [
// buildercomponents
{path:'Test',component:TestComponent},

View File

@ -1,3 +1,4 @@
import { TestComponent } from './BuilderComponents/basicp1/Test/Test.component';
import { CommonModule } from '@angular/common';
@ -130,6 +131,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
// buildercomponents
TestComponent,