@limetech/lime-elements 38.26.1 → 38.27.0

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.
@@ -178,6 +178,10 @@ export interface LimeSchemaOptions {
178
178
  * Mark the field as disabled
179
179
  */
180
180
  disabled?: boolean;
181
+ /**
182
+ * Hide the field from the UI while preserving its value in the form data.
183
+ */
184
+ hidden?: boolean;
181
185
  help?: string | Partial<Help>;
182
186
  }
183
187
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "38.26.1",
3
+ "version": "38.27.0",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",