@keenmate/web-multiselect 1.12.0-rc01 → 1.12.0-rc03

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/dist/index.d.ts CHANGED
@@ -275,6 +275,7 @@ export declare class MultiSelectElement<T = any> extends BaseElement {
275
275
  private shadow;
276
276
  private internals?;
277
277
  private _options?;
278
+ private _hasDeclarativeOptions;
278
279
  private _valueMember?;
279
280
  private _getValueCallback?;
280
281
  private _displayValueMember?;