@sisense/sdk-ui-vue 1.18.1 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +390 -371
- package/dist/index.js +42587 -41956
- package/dist/src/composables/index.d.ts +1 -0
- package/dist/src/composables/use-custom-drilldown.d.ts +5329 -5
- package/dist/src/composables/use-plugins.d.ts +12 -0
- package/dist/src/providers/index.d.ts +1 -0
- package/dist/src/providers/plugins-provider.d.ts +37 -0
- package/dist/src/providers/theme-provider.d.ts +3 -450
- package/package.json +2 -2
@@ -5,4 +5,5 @@ export { useGetDashboardModels } from './use-get-dashboard-models.js';
|
|
5
5
|
export { useGetSharedFormula } from './use-get-shared-formula.js';
|
6
6
|
export { useGetWidgetModel } from './use-get-widget-model.js';
|
7
7
|
export { useFetch } from './use-fetch.js';
|
8
|
+
export { usePlugins } from './use-plugins.js';
|
8
9
|
export type { UseFetchOptions } from './use-fetch.js';
|