@wscsports/blaze-web-sdk 0.3.15 → 0.3.16
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/package.json +1 -1
- package/publish/index.d.ts +1 -0
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -312,6 +312,7 @@ export declare const BlazeInternalError: {
|
|
|
312
312
|
export declare class BlazeDataSourceFactory {
|
|
313
313
|
static createLabelsDataSource(params: LabelsDataSourceParams): BlazeDataSourceType;
|
|
314
314
|
static createIdsDataSource(params: IdsDataSourceParams): BlazeDataSourceType;
|
|
315
|
+
static setLabelsPriority(labelsPriority: string | string[] | BlazeWidgetLabel[] | undefined): string;
|
|
315
316
|
}
|
|
316
317
|
export declare class BlazeDataSourceValidations {
|
|
317
318
|
static validateFormat(dataSource: BlazeDataSourceType): void;
|