@cesdk/cesdk-js 1.65.0-nightly.20251121 → 1.65.0-nightly.20251123
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/assets/core/{cesdk-v1.65.0-nightly.20251121-MV3MS34K.wasm → cesdk-v1.65.0-nightly.20251123-3VRCABWX.wasm} +0 -0
- package/assets/core/{worker-host-v1.65.0-nightly.20251121.js → worker-host-v1.65.0-nightly.20251123.js} +1 -1
- package/cesdk.umd.js +1 -1
- package/index.d.ts +7 -0
- package/index.js +1 -1
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.65.0-nightly.20251121-44YCFRT6.data → cesdk-v1.65.0-nightly.20251123-44YCFRT6.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -475,6 +475,13 @@ declare interface AssetLibraryEntryData {
|
|
|
475
475
|
*/
|
|
476
476
|
declare interface AssetLibraryEntryView {
|
|
477
477
|
showGroupOverview?: boolean;
|
|
478
|
+
/**
|
|
479
|
+
* Indicates whether this asset library entry supports searching.
|
|
480
|
+
* When set to false, this entry's assets cannot be searched.
|
|
481
|
+
* The search field in the panel will only be shown if at least one visible entry is searchable.
|
|
482
|
+
* Defaults to true (entry is searchable).
|
|
483
|
+
*/
|
|
484
|
+
isSearchable?: boolean;
|
|
478
485
|
/**
|
|
479
486
|
* Wether or not we need to show a confirmation dialog when an asset is selected.
|
|
480
487
|
*
|