@omnia/workplace 7.8.76-preview → 7.8.78-preview

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.
@@ -47,7 +47,7 @@ export declare abstract class TaxonomyNavigationDisplayProviderBase<TQuery exten
47
47
  provider: EnterpriseGlossaryTaxonomyNavigationDisplayProvider;
48
48
  abstract triggered(settings: TaxonomyNavigationBlockSettings<TQuery, TView>, blockInstance: IBlockInstance<TaxonomyNavigationBlockSettings<TQuery, TView>>, componentRef: VueComponentBase,
49
49
  /** @deprecated element parameter does not reactive correctly and will be removed in future major version, use scopedSlots parameter instead. */
50
- renderingCallBack: (element: TaxonomyNavigationDisplayProviderRenderResult, scopedSlots: ScopedSlots<TaxonomyNavigationDisplayProviderScopedSlots>) => void, toggleVisibility: (visible: boolean) => void): void;
50
+ renderingCallBack: (element: TaxonomyNavigationDisplayProviderRenderResult, scopedSlots: ScopedSlots<TaxonomyNavigationDisplayProviderScopedSlots>) => void, setCurrentState: (value: boolean) => void, setChildrenState: (value: number) => void): void;
51
51
  abstract dispose(): void;
52
52
  }
53
53
  export type TaxonomyNavigationDisplayProviderRenderResult = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.8.76-preview",
4
+ "version": "7.8.78-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"