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

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