From 5359d211521087bd61aee337f39b450b0b516a3c Mon Sep 17 00:00:00 2001
From: Maximilian Schulz <83698606+maxschulz-COL@users.noreply.github.com>
Date: Thu, 21 Sep 2023 19:05:41 +0200
Subject: [PATCH] Release of 0.1.1 (#50)
---
vizro-core/CHANGELOG.md | 18 +
...0230908_170536_maximilian_schulz_v0_1_0.md | 42 -
...8_174653_maximilian_schulz_version_bump.md | 42 -
...05_huong_li_nguyen_enable_targeting_ids.md | 41 -
...sic_graca_vizro_core_tests_range_slider.md | 42 -
..._huong_li_nguyen_enable_dashboard_title.md | 41 -
...75810_huong_li_nguyen_improve_accordion.md | 41 -
...34437_alexey_snigir_check_spelling_hook.md | 44 -
...913_145218_huong_li_nguyen_update_index.md | 42 -
...25_maximilian_schulz_prepare_automation.md | 42 -
...15_105716_chiara_pullem_update_examples.md | 42 -
...918_133403_maximilian_schulz_navigation.md | 41 -
..._215824_maximilian_schulz_proper_README.md | 42 -
...ovic_enable_custom_actions_unofficially.md | 41 -
...230921_183729_maximilian_schulz_v0_1_1.md} | 0
vizro-core/schemas/0.1.0.json | 889 ------------------
.../schemas/{0.1.1.dev0.json => 0.1.1.json} | 0
vizro-core/src/vizro/__init__.py | 2 +-
18 files changed, 19 insertions(+), 1433 deletions(-)
delete mode 100644 vizro-core/changelog.d/20230908_170536_maximilian_schulz_v0_1_0.md
delete mode 100644 vizro-core/changelog.d/20230908_174653_maximilian_schulz_version_bump.md
delete mode 100644 vizro-core/changelog.d/20230911_180805_huong_li_nguyen_enable_targeting_ids.md
delete mode 100644 vizro-core/changelog.d/20230912_142150_nadija_ratkusic_graca_vizro_core_tests_range_slider.md
delete mode 100644 vizro-core/changelog.d/20230912_165919_huong_li_nguyen_enable_dashboard_title.md
delete mode 100644 vizro-core/changelog.d/20230912_175810_huong_li_nguyen_improve_accordion.md
delete mode 100644 vizro-core/changelog.d/20230913_134437_alexey_snigir_check_spelling_hook.md
delete mode 100644 vizro-core/changelog.d/20230913_145218_huong_li_nguyen_update_index.md
delete mode 100644 vizro-core/changelog.d/20230915_010825_maximilian_schulz_prepare_automation.md
delete mode 100644 vizro-core/changelog.d/20230915_105716_chiara_pullem_update_examples.md
delete mode 100644 vizro-core/changelog.d/20230918_133403_maximilian_schulz_navigation.md
delete mode 100644 vizro-core/changelog.d/20230920_215824_maximilian_schulz_proper_README.md
delete mode 100644 vizro-core/changelog.d/20230921_075648_petar_pejovic_enable_custom_actions_unofficially.md
rename vizro-core/changelog.d/{20230906_165906_chiara_pullem_slider.md => 20230921_183729_maximilian_schulz_v0_1_1.md} (100%)
delete mode 100644 vizro-core/schemas/0.1.0.json
rename vizro-core/schemas/{0.1.1.dev0.json => 0.1.1.json} (100%)
diff --git a/vizro-core/CHANGELOG.md b/vizro-core/CHANGELOG.md
index 0a5707311..cdaa2498b 100644
--- a/vizro-core/CHANGELOG.md
+++ b/vizro-core/CHANGELOG.md
@@ -11,6 +11,24 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse
+
+
+# 0.1.1 — 2023-09-21
+
+## Added
+
+- Enable `title` argument in `Dashboard` model, which allows a title to be added on every page on top left-side ([#31](https://github.com/mckinsey/vizro/pull/31))
+
+- Add the ability to use custom actions. Currently in beta, expect this to break at any time. ([#46](https://github.com/mckinsey/vizro/pull/46))
+
+## Changed
+
+- Provide ID to outer div to enable CSS customization of component and its sub-components ([#29](https://github.com/mckinsey/vizro/pull/29))
+
+- Disable creation of accordion navigation if only one page is provided ([#32](https://github.com/mckinsey/vizro/pull/32))
+
+- Change the structure of user-guides in documentation to group topics ([#42](https://github.com/mckinsey/vizro/pull/42)).
+
# 0.1.0 — 2023-09-08
diff --git a/vizro-core/changelog.d/20230908_170536_maximilian_schulz_v0_1_0.md b/vizro-core/changelog.d/20230908_170536_maximilian_schulz_v0_1_0.md
deleted file mode 100644
index d57e34cc2..000000000
--- a/vizro-core/changelog.d/20230908_170536_maximilian_schulz_v0_1_0.md
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/vizro-core/changelog.d/20230908_174653_maximilian_schulz_version_bump.md b/vizro-core/changelog.d/20230908_174653_maximilian_schulz_version_bump.md
deleted file mode 100644
index d57e34cc2..000000000
--- a/vizro-core/changelog.d/20230908_174653_maximilian_schulz_version_bump.md
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/vizro-core/changelog.d/20230911_180805_huong_li_nguyen_enable_targeting_ids.md b/vizro-core/changelog.d/20230911_180805_huong_li_nguyen_enable_targeting_ids.md
deleted file mode 100644
index 0f7da968e..000000000
--- a/vizro-core/changelog.d/20230911_180805_huong_li_nguyen_enable_targeting_ids.md
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-### Changed
-
-- Provide ID to outer div to enable CSS customization of component and its sub-components ([#29](https://github.com/mckinsey/vizro/pull/29))
-
-
-
-
diff --git a/vizro-core/changelog.d/20230912_142150_nadija_ratkusic_graca_vizro_core_tests_range_slider.md b/vizro-core/changelog.d/20230912_142150_nadija_ratkusic_graca_vizro_core_tests_range_slider.md
deleted file mode 100644
index d57e34cc2..000000000
--- a/vizro-core/changelog.d/20230912_142150_nadija_ratkusic_graca_vizro_core_tests_range_slider.md
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/vizro-core/changelog.d/20230912_165919_huong_li_nguyen_enable_dashboard_title.md b/vizro-core/changelog.d/20230912_165919_huong_li_nguyen_enable_dashboard_title.md
deleted file mode 100644
index b833fcb6e..000000000
--- a/vizro-core/changelog.d/20230912_165919_huong_li_nguyen_enable_dashboard_title.md
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-### Added
-
-- Enable `title` argument in `Dashboard` model, which allows a title to be added on every page on top left-side ([#31](https://github.com/mckinsey/vizro/pull/31))
-
-
-
-
-
diff --git a/vizro-core/changelog.d/20230912_175810_huong_li_nguyen_improve_accordion.md b/vizro-core/changelog.d/20230912_175810_huong_li_nguyen_improve_accordion.md
deleted file mode 100644
index 0f513eceb..000000000
--- a/vizro-core/changelog.d/20230912_175810_huong_li_nguyen_improve_accordion.md
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-### Changed
-
-- Disable creation of accordion navigation if only one page is provided ([#32](https://github.com/mckinsey/vizro/pull/32))
-
-
-
-
diff --git a/vizro-core/changelog.d/20230913_134437_alexey_snigir_check_spelling_hook.md b/vizro-core/changelog.d/20230913_134437_alexey_snigir_check_spelling_hook.md
deleted file mode 100644
index fb85b9774..000000000
--- a/vizro-core/changelog.d/20230913_134437_alexey_snigir_check_spelling_hook.md
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/vizro-core/changelog.d/20230913_145218_huong_li_nguyen_update_index.md b/vizro-core/changelog.d/20230913_145218_huong_li_nguyen_update_index.md
deleted file mode 100644
index d57e34cc2..000000000
--- a/vizro-core/changelog.d/20230913_145218_huong_li_nguyen_update_index.md
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/vizro-core/changelog.d/20230915_010825_maximilian_schulz_prepare_automation.md b/vizro-core/changelog.d/20230915_010825_maximilian_schulz_prepare_automation.md
deleted file mode 100644
index d57e34cc2..000000000
--- a/vizro-core/changelog.d/20230915_010825_maximilian_schulz_prepare_automation.md
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/vizro-core/changelog.d/20230915_105716_chiara_pullem_update_examples.md b/vizro-core/changelog.d/20230915_105716_chiara_pullem_update_examples.md
deleted file mode 100644
index d57e34cc2..000000000
--- a/vizro-core/changelog.d/20230915_105716_chiara_pullem_update_examples.md
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/vizro-core/changelog.d/20230918_133403_maximilian_schulz_navigation.md b/vizro-core/changelog.d/20230918_133403_maximilian_schulz_navigation.md
deleted file mode 100644
index d6ba7894a..000000000
--- a/vizro-core/changelog.d/20230918_133403_maximilian_schulz_navigation.md
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-### Changed
-
-- Change the structure of user-guides in documentation to group topics ([#42](https://github.com/mckinsey/vizro/pull/42)).
-
-
-
-
diff --git a/vizro-core/changelog.d/20230920_215824_maximilian_schulz_proper_README.md b/vizro-core/changelog.d/20230920_215824_maximilian_schulz_proper_README.md
deleted file mode 100644
index d57e34cc2..000000000
--- a/vizro-core/changelog.d/20230920_215824_maximilian_schulz_proper_README.md
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/vizro-core/changelog.d/20230921_075648_petar_pejovic_enable_custom_actions_unofficially.md b/vizro-core/changelog.d/20230921_075648_petar_pejovic_enable_custom_actions_unofficially.md
deleted file mode 100644
index ec3c663a6..000000000
--- a/vizro-core/changelog.d/20230921_075648_petar_pejovic_enable_custom_actions_unofficially.md
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-### Added
-
-- Add the ability to use custom actions. Currently in beta, expect this to break at any time. ([#46](https://github.com/mckinsey/vizro/pull/46))
-
-
-
-
-
diff --git a/vizro-core/changelog.d/20230906_165906_chiara_pullem_slider.md b/vizro-core/changelog.d/20230921_183729_maximilian_schulz_v0_1_1.md
similarity index 100%
rename from vizro-core/changelog.d/20230906_165906_chiara_pullem_slider.md
rename to vizro-core/changelog.d/20230921_183729_maximilian_schulz_v0_1_1.md
diff --git a/vizro-core/schemas/0.1.0.json b/vizro-core/schemas/0.1.0.json
deleted file mode 100644
index 3f0e8b1e9..000000000
--- a/vizro-core/schemas/0.1.0.json
+++ /dev/null
@@ -1,889 +0,0 @@
-{
- "title": "Dashboard",
- "description": "Vizro Dashboard to be used within [`Vizro`][vizro._vizro.Vizro.build].\n\nArgs:\n pages (List[Page]): See [`Page`][vizro.models.Page].\n theme (Literal[\"vizro_dark\", \"vizro_light\"]): Layout theme to be applied across dashboard.\n Defaults to `vizro_dark`.\n navigation (Optional[Navigation]): See [`Navigation`][vizro.models.Navigation]. Defaults to `None`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "pages": {
- "title": "Pages",
- "type": "array",
- "items": {
- "$ref": "#/definitions/Page"
- }
- },
- "theme": {
- "title": "Theme",
- "description": "Layout theme to be applied across dashboard. Defaults to `vizro_dark`",
- "default": "vizro_dark",
- "enum": ["vizro_dark", "vizro_light"],
- "type": "string"
- },
- "navigation": {
- "$ref": "#/definitions/Navigation"
- }
- },
- "required": ["pages"],
- "additionalProperties": false,
- "definitions": {
- "Action": {
- "title": "Action",
- "description": "Action to be inserted into `actions` of relevant component.\n\nArgs:\n function (CapturedCallable): See [`CapturedCallable`][vizro.models.types.CapturedCallable].\n inputs (List[str]): Inputs in the form `.` passed to the action function.\n Defaults to `[]`.\n outputs (List[str]): Outputs in the form `.` changed by the action function.\n Defaults to `[]`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "inputs": {
- "title": "Inputs",
- "description": "Inputs in the form `.` passed to the action function.",
- "default": [],
- "pattern": "^[a-zA-Z0-9_]+[.][a-zA-Z_]+$",
- "type": "array",
- "items": {
- "type": "string",
- "pattern": "^[a-zA-Z0-9_]+[.][a-zA-Z_]+$"
- }
- },
- "outputs": {
- "title": "Outputs",
- "description": "Outputs in the form `.` changed by the action function.",
- "default": [],
- "pattern": "^[a-zA-Z0-9_]+[.][a-zA-Z_]+$",
- "type": "array",
- "items": {
- "type": "string",
- "pattern": "^[a-zA-Z0-9_]+[.][a-zA-Z_]+$"
- }
- }
- },
- "additionalProperties": false
- },
- "Button": {
- "title": "Button",
- "description": "Component provided to `Page` to trigger any defined `action` in `Page`.\n\nArgs:\n type (Literal[\"button\"]): Defaults to `\"button\"`.\n text (str): Text to be displayed on button. Defaults to `\"Click me!\"`.\n actions (List[Action]): See [`Action`][vizro.models.Action]. Defaults to `[]`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "type": {
- "title": "Type",
- "default": "button",
- "enum": ["button"],
- "type": "string"
- },
- "text": {
- "title": "Text",
- "description": "Text to be displayed on button.",
- "default": "Click me!",
- "type": "string"
- },
- "actions": {
- "title": "Actions",
- "default": [],
- "type": "array",
- "items": {
- "$ref": "#/definitions/Action"
- }
- }
- },
- "additionalProperties": false
- },
- "Card": {
- "title": "Card",
- "description": "Creates a card utilizing `dcc.Markdown` as title and text component.\n\nArgs:\n type (Literal[\"card\"]): Defaults to `\"card\"`.\n text (str): Markdown string to create card title/text that should adhere to the CommonMark Spec.\n href (Optional[str]): URL (relative or absolute) to navigate to. If not provided the Card serves as a text card\n only. Defaults to None.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "type": {
- "title": "Type",
- "default": "card",
- "enum": ["card"],
- "type": "string"
- },
- "text": {
- "title": "Text",
- "description": "Markdown string to create card title/text that should adhere to the CommonMark Spec.",
- "type": "string"
- },
- "href": {
- "title": "Href",
- "description": "URL (relative or absolute) to navigate to. If not provided the Card serves as a text card only.",
- "type": "string"
- }
- },
- "required": ["text"],
- "additionalProperties": false
- },
- "Graph": {
- "title": "Graph",
- "description": "Wrapper for `dcc.Graph` to visualize charts in dashboard.\n\nArgs:\n type (Literal[\"graph\"]): Defaults to `\"graph\"`.\n figure (CapturedCallable): See [`CapturedCallable`][vizro.models.types.CapturedCallable].\n actions (List[Action]): See [`Action`][vizro.models.Action]. Defaults to `[]`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "type": {
- "title": "Type",
- "default": "graph",
- "enum": ["graph"],
- "type": "string"
- },
- "actions": {
- "title": "Actions",
- "default": [],
- "type": "array",
- "items": {
- "$ref": "#/definitions/Action"
- }
- }
- },
- "additionalProperties": false
- },
- "Layout": {
- "title": "Layout",
- "description": "Grid specification to place chart/components on the [`Page`][vizro.models.Page].\n\nArgs:\n grid (List[List[int]]): Grid specification to arrange components on screen.\n row_gap (str): Gap between rows in px. Defaults to `\"12px\"`.\n col_gap (str): Gap between columns in px. Defaults to `\"12px\"`.\n row_min_height (str): Minimum row height in px. Defaults to `\"0px\"`.\n col_min_width (str): Minimum column width in px. Defaults to `\"0px\"`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "grid": {
- "title": "Grid",
- "description": "Grid specification to arrange components on screen.",
- "type": "array",
- "items": {
- "type": "array",
- "items": {
- "type": "integer"
- }
- }
- },
- "row_gap": {
- "title": "Row Gap",
- "description": "Gap between rows in px. Defaults to 12px.",
- "default": "12px",
- "pattern": "[0-9]+px",
- "type": "string"
- },
- "col_gap": {
- "title": "Col Gap",
- "description": "Gap between columns in px. Defaults to 12px.",
- "default": "12px",
- "pattern": "[0-9]+px",
- "type": "string"
- },
- "row_min_height": {
- "title": "Row Min Height",
- "description": "Minimum row height in px. Defaults to 0px.",
- "default": "0px",
- "pattern": "[0-9]+px",
- "type": "string"
- },
- "col_min_width": {
- "title": "Col Min Width",
- "description": "Minimum column width in px. Defaults to 0px.",
- "default": "0px",
- "pattern": "[0-9]+px",
- "type": "string"
- }
- },
- "required": ["grid"],
- "additionalProperties": false
- },
- "OptionsDictType": {
- "title": "OptionsDictType",
- "type": "object",
- "properties": {
- "label": {
- "title": "Label",
- "type": "string"
- },
- "value": {
- "title": "Value",
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "number"
- },
- {
- "type": "string"
- }
- ]
- }
- },
- "required": ["label", "value"],
- "additionalProperties": false
- },
- "Checklist": {
- "title": "Checklist",
- "description": "Categorical multi-selector `Checklist` to be provided to [`Filter`][vizro.models.Filter].\n\nArgs:\n type (Literal[\"checklist\"]): Defaults to `\"checklist\"`.\n options (OptionsType): See [`OptionsType`][vizro.models.types.OptionsType]. Defaults to `[]`.\n value (Optional[MultiValueType]): See [`MultiValueType`][vizro.models.types.MultiValueType]. Defaults to `None`.\n title (Optional[str]): Title to be displayed. Defaults to `None`.\n actions (List[Action]): See [`Action`][vizro.models.Action]. Defaults to `[]`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "type": {
- "title": "Type",
- "default": "checklist",
- "enum": ["checklist"],
- "type": "string"
- },
- "options": {
- "title": "Options",
- "default": [],
- "anyOf": [
- {
- "type": "array",
- "items": {
- "type": "boolean"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "number"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/OptionsDictType"
- }
- }
- ]
- },
- "value": {
- "title": "Value",
- "anyOf": [
- {
- "type": "array",
- "items": {
- "type": "boolean"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "number"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ]
- },
- "title": {
- "title": "Title",
- "description": "Title to be displayed",
- "type": "string"
- },
- "actions": {
- "title": "Actions",
- "default": [],
- "type": "array",
- "items": {
- "$ref": "#/definitions/Action"
- }
- }
- },
- "additionalProperties": false
- },
- "Dropdown": {
- "title": "Dropdown",
- "description": "Categorical multi-selector `Dropdown` to be provided to [`Filter`][vizro.models.Filter].\n\nArgs:\n type (Literal[\"dropdown\"]): Defaults to `\"dropdown\"`.\n options (OptionsType): See [`OptionsType`][vizro.models.types.OptionsType]. Defaults to `[]`.\n value (Optional[Union[SingleValueType, MultiValueType]]): See\n [`SingleValueType`][vizro.models.types.SingleValueType] and\n [`MultiValueType`][vizro.models.types.MultiValueType]. Defaults to `None`.\n multi (bool): Whether to allow selection of multiple values. Defaults to `True`.\n title (Optional[str]): Title to be displayed. Defaults to `None`.\n actions (List[Action]): See [`Action`][vizro.models.Action]. Defaults to `[]`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "type": {
- "title": "Type",
- "default": "dropdown",
- "enum": ["dropdown"],
- "type": "string"
- },
- "options": {
- "title": "Options",
- "default": [],
- "anyOf": [
- {
- "type": "array",
- "items": {
- "type": "boolean"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "number"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/OptionsDictType"
- }
- }
- ]
- },
- "value": {
- "title": "Value",
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "number"
- },
- {
- "type": "string"
- },
- {
- "type": "array",
- "items": {
- "type": "boolean"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "number"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- ]
- },
- "multi": {
- "title": "Multi",
- "description": "Whether to allow selection of multiple values",
- "default": true,
- "type": "boolean"
- },
- "title": {
- "title": "Title",
- "description": "Title to be displayed",
- "type": "string"
- },
- "actions": {
- "title": "Actions",
- "default": [],
- "type": "array",
- "items": {
- "$ref": "#/definitions/Action"
- }
- }
- },
- "additionalProperties": false
- },
- "RadioItems": {
- "title": "RadioItems",
- "description": "Categorical single-selector `RadioItems` to be provided to `Filter`.\n\nArgs:\n type (Literal[\"radio_items\"]): Defaults to `\"radio_items\"`.\n options (OptionsType): See [`OptionsType`][vizro.models.types.OptionsType]. Defaults to `[]`.\n value (Optional[SingleValueType]): See [`SingleValueType`][vizro.models.types.SingleValueType].\n Defaults to `None`.\n title (Optional[str]): Title to be displayed. Defaults to `None`.\n actions (List[Action]): See [`Action`][vizro.models.Action]. Defaults to `[]`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "type": {
- "title": "Type",
- "default": "radio_items",
- "enum": ["radio_items"],
- "type": "string"
- },
- "options": {
- "title": "Options",
- "default": [],
- "anyOf": [
- {
- "type": "array",
- "items": {
- "type": "boolean"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "number"
- }
- },
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "array",
- "items": {
- "$ref": "#/definitions/OptionsDictType"
- }
- }
- ]
- },
- "value": {
- "title": "Value",
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "number"
- },
- {
- "type": "string"
- }
- ]
- },
- "title": {
- "title": "Title",
- "description": "Title to be displayed",
- "type": "string"
- },
- "actions": {
- "title": "Actions",
- "default": [],
- "type": "array",
- "items": {
- "$ref": "#/definitions/Action"
- }
- }
- },
- "additionalProperties": false
- },
- "RangeSlider": {
- "title": "RangeSlider",
- "description": "Numeric multi-selector `RangeSlider`.\n\nCan be provided to [`Filter`][vizro.models.Filter] or\n[`Parameter`][vizro.models.Parameter]. Based on the underlying\n[`dcc.RangeSlider`](https://dash.plotly.com/dash-core-components/rangeslider).\n\nArgs:\n type (Literal[\"range_slider\"]): Defaults to `\"range_slider\"`.\n min (Optional[float]): Start value for slider. Defaults to `None`.\n max (Optional[float]): End value for slider. Defaults to `None`.\n step (Optional[float]): Step-size for marks on slider. Defaults to `None`.\n marks (Optional[Dict[str, float]]): Marks to be displayed on slider. Defaults to `None`.\n value (Optional[List[float]]): Default start and end value for slider. Must be 2 items. Defaults to `None`.\n title (Optional[str]): Title to be displayed. Defaults to `None`.\n actions (List[Action]): See [`Action`][vizro.models.Action]. Defaults to `[]`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "type": {
- "title": "Type",
- "default": "range_slider",
- "enum": ["range_slider"],
- "type": "string"
- },
- "min": {
- "title": "Min",
- "description": "Start value for slider.",
- "type": "number"
- },
- "max": {
- "title": "Max",
- "description": "End value for slider.",
- "type": "number"
- },
- "step": {
- "title": "Step",
- "description": "Step-size for marks on slider.",
- "type": "number"
- },
- "marks": {
- "title": "Marks",
- "description": "Marks to be displayed on slider.",
- "type": "object",
- "additionalProperties": {
- "type": "number"
- }
- },
- "value": {
- "title": "Value",
- "description": "Default start and end value for slider",
- "minItems": 2,
- "maxItems": 2,
- "type": "array",
- "items": {
- "type": "number"
- }
- },
- "title": {
- "title": "Title",
- "description": "Title to be displayed.",
- "type": "string"
- },
- "actions": {
- "title": "Actions",
- "default": [],
- "type": "array",
- "items": {
- "$ref": "#/definitions/Action"
- }
- }
- },
- "additionalProperties": false
- },
- "Slider": {
- "title": "Slider",
- "description": "Numeric single-selector `Slider`.\n\nCan be provided to [`Filter`][vizro.models.Filter] or\n[`Parameter`][vizro.models.Parameter]. Based on the underlying\n[`dcc.Slider`](https://dash.plotly.com/dash-core-components/slider).\n\nArgs:\n type (Literal[\"range_slider\"]): Defaults to `\"range_slider\"`.\n min (Optional[float]): Start value for slider. Defaults to `None`.\n max (Optional[float]): End value for slider. Defaults to `None`.\n step (Optional[float]): Step-size for marks on slider. Defaults to `None`.\n marks (Optional[Dict[str, float]]): Marks to be displayed on slider. Defaults to `None`.\n value (Optional[float]): Default value for slider. Defaults to `None`.\n title (Optional[str]): Title to be displayed. Defaults to `None`.\n actions (List[Action]): See [`Action`][vizro.models.Action]. Defaults to `[]`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "type": {
- "title": "Type",
- "default": "slider",
- "enum": ["slider"],
- "type": "string"
- },
- "min": {
- "title": "Min",
- "description": "Start value for slider.",
- "type": "number"
- },
- "max": {
- "title": "Max",
- "description": "End value for slider.",
- "type": "number"
- },
- "step": {
- "title": "Step",
- "description": "Step-size for marks on slider.",
- "type": "number"
- },
- "marks": {
- "title": "Marks",
- "description": "Marks to be displayed on slider.",
- "type": "object",
- "additionalProperties": {
- "type": "number"
- }
- },
- "value": {
- "title": "Value",
- "description": "Default value for slider.",
- "type": "number"
- },
- "title": {
- "title": "Title",
- "description": "Title to be displayed.",
- "type": "string"
- },
- "actions": {
- "title": "Actions",
- "default": [],
- "type": "array",
- "items": {
- "$ref": "#/definitions/Action"
- }
- }
- },
- "additionalProperties": false
- },
- "Filter": {
- "title": "Filter",
- "description": "Filter the data supplied to `targets` on the [`Page`][vizro.models.Page].\n\nExamples:\n >>> print(repr(Filter(column=\"species\")))\n\nArgs:\n type (Literal[\"filter\"]): Defaults to `\"filter\"`.\n column (str): Column of `DataFrame` to filter.\n targets (List[str]): Target component to be affected by filter. If none are given then target all components on\n the page that use `column`.\n selector (Optional[SelectorType]): See [SelectorType][vizro.models.types.SelectorType]. Defaults to `None`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "type": {
- "title": "Type",
- "default": "filter",
- "enum": ["filter"],
- "type": "string"
- },
- "column": {
- "title": "Column",
- "description": "Column of DataFrame to filter.",
- "type": "string"
- },
- "targets": {
- "title": "Targets",
- "description": "Target component to be affected by filter. If none are given then target all components on the page that use `column`.",
- "default": [],
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "selector": {
- "title": "Selector",
- "anyOf": [
- {
- "$ref": "#/definitions/Checklist"
- },
- {
- "$ref": "#/definitions/Dropdown"
- },
- {
- "$ref": "#/definitions/RadioItems"
- },
- {
- "$ref": "#/definitions/RangeSlider"
- },
- {
- "$ref": "#/definitions/Slider"
- }
- ]
- }
- },
- "required": ["column"],
- "additionalProperties": false
- },
- "Parameter": {
- "title": "Parameter",
- "description": "Alter the arguments supplied to any `targets` on the [`Page`][vizro.models.Page].\n\nExamples:\n >>> print(repr(Parameter(\n >>> targets=[\"scatter.x\"], selector=Slider(min=0, max=1, default=0.8, title=\"Bubble opacity\"))))\n\nArgs:\n type (Literal[\"parameter\"]): Defaults to `\"parameter\"`.\n targets (List[str]): Targets in the form of `.`.\n selector (Optional[SelectorType]): See [SelectorType][vizro.models.types.SelectorType]. Defaults to `None`.\n\nRaises:\n ValueError: If targets are invalid and not of the form `.`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "type": {
- "title": "Type",
- "default": "parameter",
- "enum": ["parameter"],
- "type": "string"
- },
- "targets": {
- "title": "Targets",
- "description": "Targets in the form of `.`.",
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "selector": {
- "title": "Selector",
- "description": "Selectors to be used inside a control.",
- "discriminator": {
- "propertyName": "type",
- "mapping": {
- "checklist": "#/definitions/Checklist",
- "dropdown": "#/definitions/Dropdown",
- "radio_items": "#/definitions/RadioItems",
- "range_slider": "#/definitions/RangeSlider",
- "slider": "#/definitions/Slider"
- }
- },
- "oneOf": [
- {
- "$ref": "#/definitions/Checklist"
- },
- {
- "$ref": "#/definitions/Dropdown"
- },
- {
- "$ref": "#/definitions/RadioItems"
- },
- {
- "$ref": "#/definitions/RangeSlider"
- },
- {
- "$ref": "#/definitions/Slider"
- }
- ]
- }
- },
- "required": ["targets", "selector"],
- "additionalProperties": false
- },
- "ActionsChain": {
- "title": "ActionsChain",
- "description": "All models that are registered to the model manager should inherit from this class.\n\nArgs:\n id (Optional[str]): ID to identify model. Must be unique throughout the whole dashboard. Defaults to `None`.\n When no ID is chosen, ID will be automatically generated.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "trigger": {
- "title": "Trigger",
- "type": "array",
- "items": [
- {
- "title": "Component Id",
- "type": "string"
- },
- {
- "title": "Component Property",
- "type": "string"
- }
- ],
- "minItems": 2,
- "maxItems": 2
- },
- "actions": {
- "title": "Actions",
- "default": [],
- "type": "array",
- "items": {
- "$ref": "#/definitions/Action"
- }
- }
- },
- "required": ["trigger"],
- "additionalProperties": false
- },
- "Page": {
- "title": "Page",
- "description": "A page in [`Dashboard`][vizro.models.Dashboard] with its own URL path and place in the `Navigation`.\n\nArgs:\n components (List[ComponentType]): See [ComponentType][vizro.models.types.ComponentType]. At least one component\n has to be provided.\n title (str): Title to be displayed.\n layout (Optional[Layout]): Layout to place components in. Defaults to `None`.\n controls (List[ControlType]): See [ControlType][vizro.models.types.ControlType]. Defaults to `[]`.\n path (Optional[str]): Path to navigate to page. Defaults to `None`.\n\nRaises:\n ValueError: If number of page and grid components is not the same",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "components": {
- "title": "Components",
- "type": "array",
- "items": {
- "discriminator": {
- "propertyName": "type",
- "mapping": {
- "button": "#/definitions/Button",
- "card": "#/definitions/Card",
- "graph": "#/definitions/Graph"
- }
- },
- "oneOf": [
- {
- "$ref": "#/definitions/Button"
- },
- {
- "$ref": "#/definitions/Card"
- },
- {
- "$ref": "#/definitions/Graph"
- }
- ]
- }
- },
- "title": {
- "title": "Title",
- "description": "Title to be displayed.",
- "type": "string"
- },
- "layout": {
- "$ref": "#/definitions/Layout"
- },
- "controls": {
- "title": "Controls",
- "default": [],
- "type": "array",
- "items": {
- "discriminator": {
- "propertyName": "type",
- "mapping": {
- "filter": "#/definitions/Filter",
- "parameter": "#/definitions/Parameter"
- }
- },
- "oneOf": [
- {
- "$ref": "#/definitions/Filter"
- },
- {
- "$ref": "#/definitions/Parameter"
- }
- ]
- }
- },
- "path": {
- "title": "Path",
- "description": "Path to navigate to page.",
- "type": "string"
- },
- "actions": {
- "title": "Actions",
- "default": [],
- "type": "array",
- "items": {
- "$ref": "#/definitions/ActionsChain"
- }
- }
- },
- "required": ["components", "title"],
- "additionalProperties": false
- },
- "Navigation": {
- "title": "Navigation",
- "description": "Navigation in [`Dashboard`][vizro.models.Dashboard] to structure [`Pages`][vizro.models.Page].\n\nArgs:\n pages (Optional[NavigationPagesType]): See [NavigationPagesType][vizro.models.types.NavigationPagesType].\n Defaults to `None`.",
- "type": "object",
- "properties": {
- "id": {
- "title": "Id",
- "description": "ID to identify model. Must be unique throughout the whole dashboard.When no ID is chosen, ID will be automatically generated.",
- "type": "string"
- },
- "pages": {
- "title": "Pages",
- "anyOf": [
- {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- {
- "type": "object",
- "additionalProperties": {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- }
- ]
- }
- },
- "additionalProperties": false
- }
- }
-}
diff --git a/vizro-core/schemas/0.1.1.dev0.json b/vizro-core/schemas/0.1.1.json
similarity index 100%
rename from vizro-core/schemas/0.1.1.dev0.json
rename to vizro-core/schemas/0.1.1.json
diff --git a/vizro-core/src/vizro/__init__.py b/vizro-core/src/vizro/__init__.py
index f8d93e86f..aeb3be2a0 100644
--- a/vizro-core/src/vizro/__init__.py
+++ b/vizro-core/src/vizro/__init__.py
@@ -5,6 +5,6 @@
__all__ = ["Vizro"]
-__version__ = "0.1.1.dev0"
+__version__ = "0.1.1"
logging.basicConfig(level=os.getenv("VIZRO_LOG_LEVEL", "WARNING"))