@energycap/components 0.46.7 → 0.46.8-readonly-multiselect.20260514-1206
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
|
@@ -6253,7 +6253,7 @@ declare class MultiselectComponent extends FormControlBase implements OnInit, On
|
|
|
6253
6253
|
/**
|
|
6254
6254
|
* Synchronize the checked state on options based on selectedItems
|
|
6255
6255
|
*/
|
|
6256
|
-
|
|
6256
|
+
syncCheckedState(): void;
|
|
6257
6257
|
/**
|
|
6258
6258
|
* Compare two MenuItems for equality
|
|
6259
6259
|
*/
|
|
@@ -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.
|
|
@@ -6295,7 +6299,7 @@ declare class MultiselectComponent extends FormControlBase implements OnInit, On
|
|
|
6295
6299
|
* Build checkbox FormControls for all current options and subscribe to their
|
|
6296
6300
|
* valueChanges so that user interactions with checkboxes drive selection state.
|
|
6297
6301
|
*/
|
|
6298
|
-
|
|
6302
|
+
buildCheckboxFormControls(): void;
|
|
6299
6303
|
/**
|
|
6300
6304
|
* Enable or disable individual checkbox FormControls based on whether the max selections
|
|
6301
6305
|
* limit has been reached. When the limit is reached, unselected items are disabled to
|