@energycap/components 0.37.1-ECAP-18590-combobox-addNewOptions-updates.20230815-1824 → 0.37.1-ECAP-18590-combobox-addNewOptions-updates.20230817-1119

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.
@@ -155,6 +155,10 @@ export declare class ComboboxComponent extends FormControlBase implements OnInit
155
155
  * Text to show when the menu is empty. "No matches" is the default.
156
156
  */
157
157
  noMatchesText: string;
158
+ /**
159
+ * Truncate menu items when true
160
+ */
161
+ truncateItems: boolean;
158
162
  /**
159
163
  * Notify the parent that the add new button was clicked
160
164
  * @todo discuss if we need to send along the value or should
@@ -404,6 +408,6 @@ export declare class ComboboxComponent extends FormControlBase implements OnInit
404
408
  */
405
409
  private findDefaultSelectionIndex;
406
410
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent, never>;
407
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "ec-combobox", never, { "addNew": "addNew"; "addNewOptions": "addNewOptions"; "maxlength": "maxlength"; "menuPosition": "menuPosition"; "minlength": "minlength"; "options": "options"; "templateType": "templateType"; "customMenuTemplate": "customMenuTemplate"; "preserveIconSpace": "preserveIconSpace"; "popupFixed": "popupFixed"; "totalRecords": "totalRecords"; "upperCase": "upperCase"; "placeholder": "placeholder"; "loadOnOpenObservable": "loadOnOpenObservable"; "hideToggleButton": "hideToggleButton"; "alwaysOpen": "alwaysOpen"; "menuElementClasses": "menuElementClasses"; "textboxElementClasses": "textboxElementClasses"; "hideNoMatches": "hideNoMatches"; "noMatchesText": "noMatchesText"; }, { "addNewClick": "addNewClick"; "search": "search"; }, never, never, false, never>;
411
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "ec-combobox", never, { "addNew": "addNew"; "addNewOptions": "addNewOptions"; "maxlength": "maxlength"; "menuPosition": "menuPosition"; "minlength": "minlength"; "options": "options"; "templateType": "templateType"; "customMenuTemplate": "customMenuTemplate"; "preserveIconSpace": "preserveIconSpace"; "popupFixed": "popupFixed"; "totalRecords": "totalRecords"; "upperCase": "upperCase"; "placeholder": "placeholder"; "loadOnOpenObservable": "loadOnOpenObservable"; "hideToggleButton": "hideToggleButton"; "alwaysOpen": "alwaysOpen"; "menuElementClasses": "menuElementClasses"; "textboxElementClasses": "textboxElementClasses"; "hideNoMatches": "hideNoMatches"; "noMatchesText": "noMatchesText"; "truncateItems": "truncateItems"; }, { "addNewClick": "addNewClick"; "search": "search"; }, never, never, false, never>;
408
412
  }
409
413
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.37.1-ECAP-18590-combobox-addNewOptions-updates.20230815-1824",
3
+ "version": "0.37.1-ECAP-18590-combobox-addNewOptions-updates.20230817-1119",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -156,6 +156,10 @@
156
156
  color: var(--ec-color-success) !important;
157
157
  }
158
158
 
159
+ .font-color-interactive {
160
+ color: var(--ec-color-interactive) !important;
161
+ }
162
+
159
163
  // @deprecated use .text-display-1 instead
160
164
  .font-message {
161
165
  @include overlay-message;