impaktapps-ui-builder 0.0.97-alpha.13 → 0.0.97-alpha.15

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.97-alpha.13",
3
+ "version": "0.0.97-alpha.15",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -46,15 +46,6 @@ export const buildLineGraph = (config, componentScope) => {
46
46
  if (config.pieArcColors) {
47
47
  lineGraph.config.style.lineStyle.colorRange = flatObjectValueInArray(config.pieArcColors);
48
48
  }
49
- if (config.leftLabelMargin) {
50
- lineGraph.config.style.labelStyle.margin = {
51
- left: config.leftLabelMargin,
52
- };
53
- }
54
- if (config.leftLabelOffset) {
55
- lineGraph.config.style.labelStyle.leftLabelOffset =
56
- config.leftLabelOffset;
57
- }
58
49
  lineGraph.scope = componentScope;
59
50
  return lineGraph;
60
51
  }
@@ -44,15 +44,6 @@ export const buildStackbarGraph = (config:any,componentScope:string) => {
44
44
  if (config.leftLabel) {
45
45
  barGraph.config.main.leftLabel = config.leftLabel;
46
46
  }
47
- if (config.leftLabelMargin) {
48
- barGraph.config.style.labelStyle.margin = {
49
- left: config.leftLabelMargin,
50
- };
51
- }
52
- if (config.leftLabelOffset) {
53
- barGraph.config.style.labelStyle.leftLabelOffset =
54
- config.leftLabelOffset;
55
- }
56
47
  barGraph.scope = componentScope;
57
48
  return barGraph;
58
49
  }
@@ -407,8 +407,6 @@ export const buildPropertiesSection = function (type: String) {
407
407
  ]),
408
408
  getInputField("leftLabel", "Left Label"),
409
409
  getInputField("bottomLabel", "Bottom Label"),
410
- getInputField("leftLabelMargin", "Left Label Margin"),
411
- getInputField("leftLabelOffset", "Left Label Offset"),
412
410
  emptyBox("GraphEmpty1", {xs: 6, sm: 0, md: 0, lg: 0 }),
413
411
  getRadioInputField("legendHide", "Legend Hide", ["YES", "No"]),
414
412
  getInputField("yAxisValue", "Y-AxisValue"),
@@ -206,7 +206,7 @@ export const componentBasicUiSchema: any = (theme)=>{
206
206
  [
207
207
  {
208
208
  type: "Control",
209
- scope: "#/properties/label",
209
+ scope: "#/properties/popuplabel",
210
210
  options: {
211
211
  widget: "Box",
212
212
  },
@@ -299,7 +299,7 @@ export const componentBasicUiSchema: any = (theme)=>{
299
299
  [
300
300
  {
301
301
  type: "Control",
302
- scope: "#/properties/label",
302
+ scope: "#/properties/popuplabel1",
303
303
  options: {
304
304
  widget: "Box",
305
305
  },
@@ -348,7 +348,7 @@ export const PageMasterUiSchema: any = (theme) => {
348
348
  [
349
349
  {
350
350
  type: "Control",
351
- scope: "#/properties/label",
351
+ scope: "#/properties/popuplabel",
352
352
  options: {
353
353
  widget: "Box",
354
354
  },
@@ -442,7 +442,7 @@ export const PageMasterUiSchema: any = (theme) => {
442
442
  [
443
443
  {
444
444
  type: "Control",
445
- scope: "#/properties/label",
445
+ scope: "#/properties/popuplabel1",
446
446
  options: {
447
447
  widget: "Box",
448
448
  },
@@ -258,7 +258,7 @@ export const EventUiSchema: any = (theme) => {
258
258
  [
259
259
  {
260
260
  type: "Control",
261
- scope: "#/properties/label",
261
+ scope: "#/properties/popuplabel",
262
262
  options: {
263
263
  widget: "Box",
264
264
  },