@vidispine/vdt-js 25.4.6 → 26.1.0-pre.2
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/index.d.ts +2 -0
- package/dist/index.js +334 -330
- package/dist/index.umd.cjs +2 -2
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -1457,6 +1457,8 @@ export declare interface ParseValueListOptions extends ParseValueOptions {
|
|
|
1457
1457
|
joinValue?: string;
|
|
1458
1458
|
/** Return values as array even if single value */
|
|
1459
1459
|
arrayOnSingleValue?: boolean;
|
|
1460
|
+
/** Return the value based on selected language if the metadata have languageDependent is true */
|
|
1461
|
+
selectedLang?: string;
|
|
1460
1462
|
}
|
|
1461
1463
|
|
|
1462
1464
|
export declare type ParseValueOptions = {
|