@energycap/components 0.46.6 → 0.46.8-readonly-multiselect.20260508-1703

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.46.6",
3
+ "version": "0.46.8-readonly-multiselect.20260508-1703",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"
@@ -6266,6 +6266,10 @@ declare class MultiselectComponent extends FormControlBase implements OnInit, On
6266
6266
  * Rebuild the tags array from selected items
6267
6267
  */
6268
6268
  private updateTags;
6269
+ /**
6270
+ * Update only tag dismissability without rebuilding tag labels and icons.
6271
+ */
6272
+ private updateTagDismissability;
6269
6273
  /**
6270
6274
  * Scroll the multiselect input container to the bottom so the filter input remains visible
6271
6275
  * after tags are added or removed.