@pie-element/categorize 6.7.3-next.872 → 6.7.3-next.884

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.
@@ -99,6 +99,21 @@
99
99
  }
100
100
  }
101
101
  },
102
+ "minChoices": {
103
+ "description": "Minimum number of choices",
104
+ "type": "number",
105
+ "title": "minChoices"
106
+ },
107
+ "maxChoices": {
108
+ "description": "Maximum number of choices",
109
+ "type": "number",
110
+ "title": "maxChoices"
111
+ },
112
+ "maxCategories": {
113
+ "description": "Maximum number of categories",
114
+ "type": "number",
115
+ "title": "maxCategories"
116
+ },
102
117
  "showPrompt": {
103
118
  "description": "Determines whether prompt field will be displayed or not",
104
119
  "default": true,
@@ -74,6 +74,18 @@ Indicates if the item has to be displayed in the Settings Panel
74
74
 
75
75
  Indicates the label for the item that has to be displayed in the Settings Panel
76
76
 
77
+ # `minChoices` (number)
78
+
79
+ Minimum number of choices
80
+
81
+ # `maxChoices` (number)
82
+
83
+ Maximum number of choices
84
+
85
+ # `maxCategories` (number)
86
+
87
+ Maximum number of categories
88
+
77
89
  # `showPrompt` (boolean)
78
90
 
79
91
  Determines whether prompt field will be displayed or not
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "6.7.3-next.872+e5569dc58",
7
+ "version": "6.7.3-next.884+78a777cb1",
8
8
  "description": "",
9
9
  "author": "pie framework developers",
10
10
  "license": "ISC",
@@ -24,7 +24,7 @@
24
24
  "react-dnd": "^9.3.2",
25
25
  "react-dom": "^16.8.1"
26
26
  },
27
- "gitHead": "e5569dc5837677a9b801333a90981379f08b85a4",
27
+ "gitHead": "78a777cb177a8c54a4b243aac4cba7f61fed8f87",
28
28
  "scripts": {
29
29
  "postpublish": "../../scripts/postpublish"
30
30
  },