bt-core-app 1.4.340 → 1.4.341
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/bt-core-app.js +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -33098,6 +33098,7 @@ function jV() {
|
|
|
33098
33098
|
onSelect: a,
|
|
33099
33099
|
params: t.params,
|
|
33100
33100
|
searchProps: t.searchProps,
|
|
33101
|
+
selected: t.selected,
|
|
33101
33102
|
selectSingle: !t.multiple,
|
|
33102
33103
|
showListOnly: !0,
|
|
33103
33104
|
showSearch: t.showSearch,
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED