@cesdk/cesdk-js 1.68.0-nightly.20260114 → 1.68.0-nightly.20260116
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.68.0-nightly.20260114-DXDCNIXX.wasm → cesdk-v1.68.0-nightly.20260116-JTRERZM4.wasm} +0 -0
- package/assets/core/worker-host-v1.68.0-nightly.20260116.js +1 -0
- package/assets/ui/stylesheets/cesdk.css +4 -3
- package/cesdk.umd.js +1 -1
- package/index.d.ts +5 -0
- package/index.js +1 -1
- package/package.json +2 -2
- package/assets/core/worker-host-v1.68.0-nightly.20260114.js +0 -1
- /package/assets/core/{cesdk-v1.68.0-nightly.20260114-44YCFRT6.data → cesdk-v1.68.0-nightly.20260116-44YCFRT6.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -3220,6 +3220,11 @@ export declare interface DropdownOptions {
|
|
|
3220
3220
|
loadingProgress?: number;
|
|
3221
3221
|
children?: ((context: DropdownChildrenContext) => void) | ChildrenOrder;
|
|
3222
3222
|
suffix?: Suffix;
|
|
3223
|
+
/**
|
|
3224
|
+
* Whether to show the expand indicator icons (triangle up/down).
|
|
3225
|
+
* @default true
|
|
3226
|
+
*/
|
|
3227
|
+
showIndicator?: boolean;
|
|
3223
3228
|
}
|
|
3224
3229
|
|
|
3225
3230
|
export { DropShadowOptions }
|