impaktapps-ui-builder 1.0.79 → 1.0.80
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/dist/impaktapps-ui-builder.es.js +1 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +1 -2
|
@@ -6275,8 +6275,7 @@ const ComponentSchema = {
|
|
|
6275
6275
|
oneOf: [
|
|
6276
6276
|
{ title: "Date Column", const: "date" },
|
|
6277
6277
|
{ title: "DateTime Column", const: "dateTime" },
|
|
6278
|
-
{ title: "Amount Column", const: "amount" }
|
|
6279
|
-
{ title: "Center Column", const: "action" }
|
|
6278
|
+
{ title: "Amount Column", const: "amount" }
|
|
6280
6279
|
]
|
|
6281
6280
|
},
|
|
6282
6281
|
variant: {
|