mountain-ui 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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mountain-ui",
3
3
  "private": false,
4
- "version": "1.0.79",
4
+ "version": "1.0.80",
5
5
  "description": "A comprehensive UI component library for ERP systems with field types, entities, and registry management built with Svelte",
6
6
  "type": "module",
7
7
  "module": "index.js",
@@ -33,6 +33,7 @@ export default createFieldType({
33
33
  properties: null
34
34
  },
35
35
 
36
+ allowBindings:["list-checkbox"],
36
37
  formatter: (value) => value,
37
38
  parser: (value) => value,
38
39
 
@@ -40,7 +40,7 @@ export default createFieldType({
40
40
  properties: null
41
41
  },
42
42
 
43
- allowBindings:["text"],
43
+ allowBindings:["text", "list-radio"],
44
44
  formatter: (value) => value,
45
45
  parser: (value) => value,
46
46