@haiilo/catalyst 6.4.4 → 6.4.6
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/catalyst/catalyst.esm.js +1 -1
- package/dist/catalyst/{p-3c68978f.entry.js → p-e7e1f61e.entry.js} +2 -2
- package/dist/catalyst/{p-3c68978f.entry.js.map → p-e7e1f61e.entry.js.map} +1 -1
- package/dist/cjs/cat-alert_26.cjs.entry.js +3 -1
- package/dist/cjs/cat-alert_26.cjs.entry.js.map +1 -1
- package/dist/collection/components/cat-select/cat-select.js +3 -1
- package/dist/collection/components/cat-select/cat-select.js.map +1 -1
- package/dist/components/cat-select2.js +3 -1
- package/dist/components/cat-select2.js.map +1 -1
- package/dist/esm/cat-alert_26.entry.js +3 -1
- package/dist/esm/cat-alert_26.entry.js.map +1 -1
- package/package.json +2 -2
|
@@ -8387,7 +8387,9 @@ const CatSelect = class {
|
|
|
8387
8387
|
}));
|
|
8388
8388
|
}
|
|
8389
8389
|
show() {
|
|
8390
|
-
if (!this.state.isOpen) {
|
|
8390
|
+
if (!this.state.isOpen && this.connector) {
|
|
8391
|
+
// reconnect to reset the connection, i.e. the pagination
|
|
8392
|
+
this.connect(this.connector);
|
|
8391
8393
|
this.patchState({ isOpen: true });
|
|
8392
8394
|
this.catOpen.emit();
|
|
8393
8395
|
this.term$.next('');
|