impaktapps-ui-builder 0.0.101-alpha.12 → 0.0.101-alpha.13

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.
@@ -6644,8 +6644,6 @@ const componentBasicUiSchema = (theme) => {
6644
6644
  layout: { xs: 12, sm: 6, md: 4, lg: 3 },
6645
6645
  main: {
6646
6646
  label: "Component ID",
6647
- options: [],
6648
- color: "secondary",
6649
6647
  required: true
6650
6648
  }
6651
6649
  }
@@ -7096,7 +7094,13 @@ const componentBasicUiSchema = (theme) => {
7096
7094
  return uiSchema;
7097
7095
  };
7098
7096
  const CoreSection = {
7099
- type: "HorizontalLayout",
7097
+ type: "WrapperLayout",
7098
+ config: {
7099
+ main: {
7100
+ label: " ",
7101
+ gap: "8px"
7102
+ }
7103
+ },
7100
7104
  elements: [
7101
7105
  {
7102
7106
  type: "Control",
@@ -7105,7 +7109,7 @@ const CoreSection = {
7105
7109
  widget: "SelectInputField"
7106
7110
  },
7107
7111
  config: {
7108
- layout: { xs: 6, sm: 6, md: 4, lg: 4 },
7112
+ layout: { xs: 6, sm: 6, md: 4, lg: 3 },
7109
7113
  main: {
7110
7114
  label: "Type",
7111
7115
  type: "text"
@@ -7114,40 +7118,39 @@ const CoreSection = {
7114
7118
  },
7115
7119
  {
7116
7120
  type: "Control",
7117
- scope: "#/properties/name",
7118
- options: {
7119
- widget: "InputField"
7120
- },
7121
+ scope: "#/properties/proc",
7121
7122
  config: {
7122
- layout: { xs: 6, sm: 6, md: 4, lg: 4 },
7123
- main: {
7124
- label: "Name"
7125
- }
7123
+ layout: { xs: 6, sm: 0, md: 0, lg: 0 }
7124
+ },
7125
+ options: {
7126
+ widget: "EmptyBox"
7126
7127
  }
7127
7128
  },
7128
7129
  {
7129
7130
  type: "Control",
7130
- scope: "#/properties/label",
7131
+ scope: "#/properties/name",
7131
7132
  options: {
7132
7133
  widget: "InputField"
7133
7134
  },
7134
7135
  config: {
7135
- layout: { xs: 6, sm: 6, md: 4, lg: 4 },
7136
+ layout: { xs: 12, sm: 6, md: 4, lg: 3 },
7136
7137
  main: {
7137
- label: "Label"
7138
+ label: "Component ID",
7139
+ required: true
7138
7140
  }
7139
7141
  }
7140
7142
  },
7141
7143
  {
7142
7144
  type: "Control",
7143
- scope: "#/properties/columnFormat",
7145
+ scope: "#/properties/label",
7144
7146
  options: {
7145
- widget: "SelectInputField"
7147
+ widget: "InputField"
7146
7148
  },
7147
7149
  config: {
7148
- layout: { xs: 6, sm: 6, md: 4, lg: 4 },
7150
+ layout: { xs: 6, sm: 6, md: 4, lg: 3 },
7149
7151
  main: {
7150
- label: "Column Format"
7152
+ label: "Label",
7153
+ required: true
7151
7154
  }
7152
7155
  }
7153
7156
  },
@@ -7155,17 +7158,7 @@ const CoreSection = {
7155
7158
  type: "Control",
7156
7159
  scope: "#/properties/proc",
7157
7160
  config: {
7158
- layout: { xs: 0, sm: 0, md: 4, lg: 4 }
7159
- },
7160
- options: {
7161
- widget: "EmptyBox"
7162
- }
7163
- },
7164
- {
7165
- type: "Control",
7166
- scope: "#/properties/proc",
7167
- config: {
7168
- layout: { xs: 0, sm: 0, md: 4, lg: 4 }
7161
+ layout: { xs: 6, sm: 6, md: 0, lg: 3 }
7169
7162
  },
7170
7163
  options: {
7171
7164
  widget: "EmptyBox"
@@ -7174,54 +7167,67 @@ const CoreSection = {
7174
7167
  {
7175
7168
  type: "Control",
7176
7169
  scope: "#/properties/layout",
7177
- layout: 12,
7178
7170
  options: {
7179
- "elementLabelProp": "key",
7180
- detail: {
7181
- type: "HorizontalLayout",
7182
- elements: [
7183
- {
7184
- type: "Control",
7185
- scope: "#/properties/key",
7186
- options: {
7187
- widget: "SelectInputField"
7188
- },
7189
- config: {
7190
- layout: { xs: 6, sm: 6, md: 4, lg: 4 },
7191
- main: {
7192
- label: "Screen Size"
7193
- }
7194
- }
7195
- },
7196
- {
7197
- type: "Control",
7198
- scope: "#/properties/value",
7199
- options: {
7200
- widget: "InputField"
7201
- },
7202
- config: {
7203
- layout: { xs: 6, sm: 6, md: 4, lg: 4 },
7204
- main: {
7205
- label: "Value",
7206
- type: "number",
7207
- helperText: "Number should be in range of 0 to 12",
7208
- errorMessage: "Number Can't be greater than 12 and can't be less than 0."
7209
- }
7210
- }
7211
- },
7212
- {
7213
- type: "Control",
7214
- scope: "#/properties/proc",
7215
- config: {
7216
- layout: { xs: 0, sm: 0, md: 4, lg: 4 }
7217
- },
7218
- options: {
7219
- widget: "EmptyBox"
7220
- }
7171
+ widget: "Array"
7172
+ },
7173
+ config: {
7174
+ layout: 12,
7175
+ main: {
7176
+ label: "Layout",
7177
+ childElementLabel: "Layout"
7178
+ },
7179
+ style: {
7180
+ marginLeft: "-24px",
7181
+ marginBottom: "24px !important",
7182
+ labelStyle: {
7183
+ marginLeft: "24px"
7184
+ },
7185
+ detailsStyle: {
7186
+ marginLeft: "24px"
7187
+ }
7188
+ }
7189
+ },
7190
+ elements: [
7191
+ {
7192
+ type: "Control",
7193
+ scope: "#/properties/key",
7194
+ options: {
7195
+ widget: "SelectInputField"
7196
+ },
7197
+ config: {
7198
+ layout: { xs: 6, sm: 6, md: 4, lg: 4 },
7199
+ main: {
7200
+ label: "Screen Size"
7221
7201
  }
7222
- ]
7202
+ }
7203
+ },
7204
+ {
7205
+ type: "Control",
7206
+ scope: "#/properties/value",
7207
+ options: {
7208
+ widget: "InputField"
7209
+ },
7210
+ config: {
7211
+ layout: { xs: 6, sm: 6, md: 4, lg: 4 },
7212
+ main: {
7213
+ label: "Value",
7214
+ type: "number",
7215
+ helperText: "Number should be in range of 0 to 12",
7216
+ errorMessage: "Number Can't be greater than 12 and can't be less than 0."
7217
+ }
7218
+ }
7219
+ },
7220
+ {
7221
+ type: "Control",
7222
+ scope: "#/properties/proc",
7223
+ config: {
7224
+ layout: { xs: 0, sm: 0, md: 4, lg: 4 }
7225
+ },
7226
+ options: {
7227
+ widget: "EmptyBox"
7228
+ }
7223
7229
  }
7224
- }
7230
+ ]
7225
7231
  }
7226
7232
  ]
7227
7233
  };