impaktapps-ui-builder 0.0.101-alpha.5 → 0.0.101-alpha.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.5",
3
+ "version": "0.0.101-alpha.7",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -47,7 +47,13 @@ export const componentBasicUiSchema: any = (theme)=>{
47
47
 
48
48
  elements: [
49
49
  {
50
- type: "HorizontalLayout",
50
+ type: "WrapperLayout",
51
+ config: {
52
+ main: {
53
+ label: "",
54
+ gap: "8px"
55
+ }
56
+ },
51
57
  elements: [
52
58
  {
53
59
  type: "Control",
@@ -130,62 +136,61 @@ export const componentBasicUiSchema: any = (theme)=>{
130
136
  widget: "EmptyBox",
131
137
  },
132
138
  },
133
- {
134
- type: "Control",
135
- scope: "#/properties/layout",
136
- layout: 12,
137
- options: {
138
- detail: {
139
- type: "HorizontalLayout",
140
- elements: [
141
- {
142
- type: "Control",
143
- scope: "#/properties/key",
144
- options: {
145
- widget: "SelectInputField",
146
- },
147
- config: {
148
- layout: { xs: 6, sm: 6, md: 4, lg: 4 },
149
- main: {
150
- label: "Screen Size",
139
+ // {
140
+ // type: "Control",
141
+ // scope: "#/properties/layout",
142
+ // layout: 12,
143
+ // options: {
144
+ // detail: {
145
+ // type: "HorizontalLayout",
146
+ // elements: [
147
+ // {
148
+ // type: "Control",
149
+ // scope: "#/properties/key",
150
+ // options: {
151
+ // widget: "SelectInputField",
152
+ // },
153
+ // config: {
154
+ // layout: { xs: 6, sm: 6, md: 4, lg: 4 },
155
+ // main: {
156
+ // label: "Screen Size",
151
157
 
152
- },
153
- },
154
- },
155
- {
156
- type: "Control",
157
- scope: "#/properties/value",
158
+ // },
159
+ // },
160
+ // },
161
+ // {
162
+ // type: "Control",
163
+ // scope: "#/properties/value",
158
164
 
159
- options: {
160
- widget: "InputField",
161
- },
162
- config: {
163
- layout: { xs: 6, sm: 6, md: 4, lg: 4 },
164
- main: {
165
- label: "Value",
166
- type:"number",
167
- // freeSolo:true,
168
- helperText:'Number should be in range of 0 to 12',
169
- errorMessage:"Number Can't be greater than 12 and can't be less than 0.",
165
+ // options: {
166
+ // widget: "InputField",
167
+ // },
168
+ // config: {
169
+ // layout: { xs: 6, sm: 6, md: 4, lg: 4 },
170
+ // main: {
171
+ // label: "Value",
172
+ // type:"number",
173
+ // // freeSolo:true,
174
+ // helperText:'Number should be in range of 0 to 12',
175
+ // errorMessage:"Number Can't be greater than 12 and can't be less than 0.",
170
176
 
171
- },
172
- },
173
- },
174
- {
175
- type: "Control",
176
- scope: "#/properties/proc",
177
- config: {
178
- layout: { xs: 0, sm: 0, md: 4, lg: 4 },
179
- },
180
- options: {
181
- widget: "EmptyBox",
182
- },
183
- },
184
- ],
185
- },
186
- },
187
- },
188
- //////////////////////////////////////////////////////
177
+ // },
178
+ // },
179
+ // },
180
+ // {
181
+ // type: "Control",
182
+ // scope: "#/properties/proc",
183
+ // config: {
184
+ // layout: { xs: 0, sm: 0, md: 4, lg: 4 },
185
+ // },
186
+ // options: {
187
+ // widget: "EmptyBox",
188
+ // },
189
+ // },
190
+ // ],
191
+ // },
192
+ // },
193
+ // },
189
194
  {
190
195
  type: "Control",
191
196
  scope: "#/properties/layout",