impaktapps-ui-builder 1.0.81-checkBox.0 → 1.0.81-checkBox.2

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.
@@ -6275,7 +6275,8 @@ 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" }
6278
+ { title: "Amount Column", const: "amount" },
6279
+ { title: "Center Column", const: "action" }
6279
6280
  ]
6280
6281
  },
6281
6282
  variant: {
@@ -8427,7 +8428,7 @@ const sectionLabels = {
8427
8428
  Date: ["Core", "Properties", "Events", "Style", "Validation"],
8428
8429
  DateTime: ["Core", "Properties", "Events", "Style", "Validation"],
8429
8430
  Image: ["Core", "Properties", "Style"],
8430
- Checkbox: ["Core", "Events", "Style", "Validation"]
8431
+ CheckBox: ["Core", "Properties", "Events", "Style", "Validation"]
8431
8432
  };
8432
8433
  function refreshPage(type, store2) {
8433
8434
  var _a, _b;