impaktapps-ui-builder 0.0.101-alpha.29 → 0.0.101-alpha.30

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.29",
3
+ "version": "0.0.101-alpha.30",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -91,7 +91,7 @@ export const EventSection = (theme)=>{
91
91
  },
92
92
  {
93
93
  accessorKey: "Edit_Approve_Records",
94
- header: "Edit Widget",
94
+ header: "Edit",
95
95
  size: 150,
96
96
  type: "action",
97
97
  widget: {
@@ -359,7 +359,7 @@ export const PageMasterUiSchema: any = (theme) => {
359
359
  },
360
360
  {
361
361
  accessorKey: "Edit_Approve_Records",
362
- header: "Edit Widget",
362
+ header: "Edit",
363
363
  type: "action",
364
364
  size: 150,
365
365
  widget: {
@@ -182,7 +182,7 @@ export const EventUiSchema: any = (theme) => {
182
182
  },
183
183
  {
184
184
  accessorKey: "Edit_Approve_Records",
185
- header: "Edit Widget",
185
+ header: "Edit",
186
186
  type: "action",
187
187
  size: 150,
188
188
  widget: {