@pairbo/ui-kit 0.2.0 → 0.2.1
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/pairbo.es.js +1 -0
- package/dist/src/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/pairbo.es.js
CHANGED
|
@@ -12841,6 +12841,7 @@ let PboSelector = class extends r$5 {
|
|
|
12841
12841
|
firstUpdated() {
|
|
12842
12842
|
this._initializeChoices();
|
|
12843
12843
|
}
|
|
12844
|
+
// @ts-ignore
|
|
12844
12845
|
_initializeChoices() {
|
|
12845
12846
|
var _a2;
|
|
12846
12847
|
(_a2 = this._choices) == null ? void 0 : _a2.destroy();
|