mediacube-ui 0.1.432 → 0.1.433
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.433](https://github.com/MediaCubeCo/mcui/compare/v0.1.432...v0.1.433) (2025-11-12)
|
|
6
|
+
|
|
5
7
|
### [0.1.432](https://github.com/MediaCubeCo/mcui/compare/v0.1.431...v0.1.432) (2025-11-11)
|
|
6
8
|
|
|
7
9
|
### [0.1.431](https://github.com/MediaCubeCo/mcui/compare/v0.1.430...v0.1.431) (2025-11-04)
|
package/package.json
CHANGED
|
@@ -699,6 +699,12 @@ export default {
|
|
|
699
699
|
},
|
|
700
700
|
|
|
701
701
|
handleSearchChange(value) {
|
|
702
|
+
try {
|
|
703
|
+
this.local_options.push(...this.options)
|
|
704
|
+
this.actualizeSavedOptions()
|
|
705
|
+
} catch (e) {
|
|
706
|
+
console.warn('local_options is not actualized')
|
|
707
|
+
}
|
|
702
708
|
this.searchValue = value
|
|
703
709
|
/**
|
|
704
710
|
* Событие по вводу данных в инпут
|