@danielgindi/selectbox 2.0.33 → 2.0.35

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/lib.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 2.0.33
2
+ * @danielgindi/selectbox 2.0.35
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  'use strict';
@@ -10357,7 +10357,7 @@ class SelectBox {
10357
10357
  * @returns {boolean}
10358
10358
  */
10359
10359
  isReadOnly() {
10360
- return !this._p.readOnly;
10360
+ return this._p.readOnly;
10361
10361
  }
10362
10362
 
10363
10363
  /**
@@ -13345,7 +13345,10 @@ class SelectBox {
13345
13345
  }
13346
13346
 
13347
13347
  exports.DropList = DropList;
13348
+ exports.DropListDefaultOptions = DefaultOptions$1;
13349
+ exports.ItemSymbol = ItemSymbol;
13348
13350
  exports.SelectBox = SelectBox;
13351
+ exports.SelectBoxDefaultOptions = DefaultOptions;
13349
13352
  //# sourceMappingURL=index.js.map
13350
13353
 
13351
13354
  //# sourceMappingURL=lib.cjs.js.map