impaktapps-ui-builder 0.0.79 → 0.0.80-textEditor.1

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.
@@ -22,6 +22,7 @@ export declare const APISection: {
22
22
  heading: string;
23
23
  minRows: number;
24
24
  hideButton: boolean;
25
+ textEditor: boolean;
25
26
  };
26
27
  };
27
28
  } | {
@@ -59,6 +59,7 @@ export declare const getTextArea: (scope: string, heading: string, hideButton: b
59
59
  heading: string;
60
60
  minRows: number;
61
61
  hideButton: boolean;
62
+ textEditor: boolean;
62
63
  };
63
64
  };
64
65
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.79",
3
+ "version": "0.0.80-textEditor.1",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -206,7 +206,8 @@ export const getTextArea = (scope: string, heading: string, hideButton: boolean,
206
206
  main: {
207
207
  heading: heading,
208
208
  minRows: 8,
209
- hideButton: hideButton
209
+ hideButton: hideButton,
210
+ textEditor: true
210
211
  },
211
212
  },
212
213
  }
@@ -445,9 +446,9 @@ export const buildPropertiesSection = function (type: String) {
445
446
  getRadioInputField("disableFullScreenToggle", "Disable Full Screen", ["YES", "NO"]),
446
447
  getRadioInputField("disableDensityToggle", "Disable Density Toggle", ["YES", "NO"]),
447
448
  getRadioInputField("disableDownloadFile", "Disable Download File", ["YES", "NO"]),
448
-
449
+ getInputField("selectKey", "Selection Key"),
449
450
  getMultiSelectField("filteringOptions", "Filtering Options"),
450
- getInputField("selectKey", "Selection Key"), emptyBox("LazyLoadingTableEmpty1", {xs: 6, sm: 0, md: 4, lg: 4 }),
451
+ emptyBox("LazyLoadingTableEmpty1", {xs: 6, sm: 0, md: 4, lg: 4 }),
451
452
  emptyBox("LazyLoadingTableEmpty1", {xs: 6, sm: 0, md: 4, lg: 4 }),
452
453
 
453
454
  buildWrapper("Tree Table Properties", [