impaktapps-ui-builder 0.0.412-mtreemap.17 → 0.0.412-mtreemap.19

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.
@@ -5,12 +5,7 @@ declare const _default: {
5
5
  widget: string;
6
6
  };
7
7
  config: {
8
- layout: {
9
- xs: number;
10
- sm: number;
11
- md: number;
12
- lg: number;
13
- };
8
+ layout: number;
14
9
  main: {
15
10
  name: string;
16
11
  variant: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.412-mtreemap.17",
3
+ "version": "0.0.412-mtreemap.19",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -9,7 +9,7 @@ const RadioUiSchema = {
9
9
  widget: "RadioInputField",
10
10
  },
11
11
  config: {
12
- layout: { xs: 11, sm: 11, md: 5.5, lg: 5.5 },
12
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
13
13
  main: {
14
14
  label: "Enabled",
15
15
  options: ["YES", "NO"],
@@ -7,7 +7,7 @@ export const buildWrapperSection = (config, componentScope) => {
7
7
  wrapper.scope = componentScope;
8
8
  wrapper.config.main.label = config.label;
9
9
  wrapper.config.main.divider = config.divider === "YES" ? true : false;
10
- wrapper.config.main.isAccordion = config.isAccordion === "NO" ? false : true;
10
+ wrapper.config.main.isAccordion = config.isAccordion === "No" ? false : true;
11
11
  if(config.defaultStyle){
12
12
  wrapper.config.defaultStyle = config.defaultStyle ==="YES" ? true : false;
13
13
  }
@@ -5,12 +5,7 @@ export default {
5
5
  widget: "Button",
6
6
  },
7
7
  config: {
8
- layout: {
9
- xs: 11,
10
- sm: 11,
11
- md: 5.5,
12
- lg: 5.5,
13
- },
8
+ layout: 3,
14
9
  main: {
15
10
  name: "Compare",
16
11
  variant: "contained",
@@ -20,7 +15,7 @@ export default {
20
15
  styleDefault:false,
21
16
  icon:"",
22
17
  onClick: "onClick",
23
- size: "small",
18
+ size: "medium",
24
19
  },
25
20
  style: {
26
21
  },
@@ -399,7 +399,7 @@ export const PageMasterUiSchema: any = (theme) => {
399
399
  widget: "EmptyBox",
400
400
  },
401
401
  config: {
402
- layout: { xs: 0, sm: 0, md: 8, lg: 7 },
402
+ layout: { xs: 0, sm: 8, md: 8, lg: 8 },
403
403
  }
404
404
  },
405
405
  {