ids-enterprise-typings 14.2.0 → 14.3.1

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.
@@ -134,6 +134,7 @@ interface SohoCalendarOptions {
134
134
  showToday?: boolean;
135
135
  weekOptions?: SohoCalendarWeekOptions;
136
136
  disable?: SohoDatePickerDisable;
137
+ showEventLegend?: boolean,
137
138
  dayLegend?: Array<SohoDatePickerLegend>;
138
139
  attributes?: Array<Object> | Object;
139
140
  displayRange?: Object;
@@ -27,6 +27,7 @@ interface SohoSearchFieldOptions extends SohoAutoCompleteOptions {
27
27
  /* *Has an X to clear? */
28
28
  clearable?: boolean;
29
29
 
30
+ /* Add extra button in searchfield */
30
31
  button?: SohoSearchFieldExtraButton;
31
32
 
32
33
  /* Is able to be collapsed */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "14.2.0",
4
+ "version": "14.3.1",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {