@energycap/components 0.28.9 → 0.28.11

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.
@@ -49,6 +49,11 @@ export declare class ItemPickerComponent<T> implements OnInit, OnChanges, OnDest
49
49
  * to inherit the default message.
50
50
  */
51
51
  noDataMessage: string;
52
+ /**
53
+ * Used to override the default no selected items message. If provided this will be used, otherwise the default message with the item name
54
+ * interpolation will be used.
55
+ */
56
+ noSelectedItemsMessage?: string;
52
57
  /** List of available items to pick from */
53
58
  availableItems: PickerItem[];
54
59
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.28.9",
3
+ "version": "0.28.11",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },