@devtable/dashboard 10.44.4 → 10.45.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/components/filter/filter-settings/filter-setting.d.ts +8 -0
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +604 -58
- package/dist/components/plugins/plugin-context.d.ts +604 -58
- package/dist/contexts/panel-context.d.ts +1208 -116
- package/dist/dashboard-editor/model/editor/index.d.ts +2 -2
- package/dist/dashboard-editor/model/filters/index.d.ts +279 -0
- package/dist/dashboard-editor/model/panels/panel.d.ts +302 -29
- package/dist/dashboard-editor/model/queries/index.d.ts +74 -49
- package/dist/dashboard-editor/model/sql-snippets/index.d.ts +39 -0
- package/dist/dashboard-editor/model/views/index.d.ts +23 -12
- package/dist/dashboard-editor/ui/header/add-a-panel/index.d.ts +3 -0
- package/dist/dashboard-editor/ui/header/import-with-schema/explain-json-schema.d.ts +4 -0
- package/dist/dashboard-editor/ui/header/import-with-schema/form.d.ts +9 -0
- package/dist/dashboard-editor/ui/header/import-with-schema/index.d.ts +3 -0
- package/dist/dashboard-editor/ui/header/import-with-schema/validate.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-filters/index.d.ts +3 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/edit-sql.d.ts +5 -4
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/query-dependency.d.ts +6 -0
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +9 -2
- package/dist/dashboard-editor/ui/settings/content/utils.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/navbar/action-button/filters-settings-button.d.ts +3 -0
- package/dist/dashboard.es.js +7137 -6548
- package/dist/dashboard.umd.js +103 -103
- package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +3 -0
- package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +1 -0
- package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +3 -0
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +3 -0
- package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +2 -0
- package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +1 -15
- package/dist/model/meta-model/dashboard/content/view/view.d.ts +2 -1
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +169 -24
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +302 -29
- package/dist/model/render-model/dashboard/content/panels/panels.d.ts +2395 -498
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +13 -3
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +57 -35
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +11 -11
- package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +38 -0
- package/dist/model/render-model/dashboard/content/views/view.d.ts +2 -1
- package/dist/model/render-model/dashboard/content/views/views.d.ts +19 -10
- package/dist/stats.html +1 -1
- package/dist/utils/usage.d.ts +10 -0
- package/package.json +1 -1
- package/dist/dashboard-editor/model/panels/panels.d.ts +0 -15255