Skip to content

Commit

Permalink
Merge pull request #133 from IDEMSInternational/content/1.3.12
Browse files Browse the repository at this point in the history
content: 1.3.12
  • Loading branch information
esmeetewinkel authored Dec 30, 2024
2 parents c3a6f8f + e9ab112 commit bc529ff
Show file tree
Hide file tree
Showing 17 changed files with 658 additions and 382 deletions.
48 changes: 35 additions & 13 deletions app_data/sheets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,12 @@
"flow_subtype": "component_demo",
"_xlsxPath": "component_sheets/component_carousel.xlsx"
},
"comp_combo_box_items": {
"flow_type": "data_list",
"flow_name": "comp_combo_box_items",
"flow_subtype": "component_demo",
"_xlsxPath": "component_sheets/component_combo_box.xlsx"
},
"comp_data_items_list": {
"flow_type": "data_list",
"flow_name": "comp_data_items_list",
Expand Down Expand Up @@ -486,17 +492,6 @@
"flow_name": "debug_lang_sort_data_list",
"_xlsxPath": "debug_sheets/debug_translation_sort.xlsx"
},
"debug_launch_actions": {
"flow_type": "data_list",
"flow_subtype": "debug_lifecycle_actions",
"flow_name": "debug_launch_actions",
"_xlsxPath": "debug_sheets/debug_launch_actions.xlsx",
"_metadata": {
"priority": {
"type": "number"
}
}
},
"debug_nav_bar_data": {
"flow_type": "data_list",
"flow_name": "debug_nav_bar_data",
Expand Down Expand Up @@ -882,6 +877,17 @@
"data_list_name": "goal",
"_xlsxPath": "demo_sheets/article_data.xlsx"
},
"debug_launch_actions": {
"flow_type": "data_list",
"flow_subtype": "lifecycle_actions",
"flow_name": "debug_launch_actions",
"_xlsxPath": "debug_sheets/debug_launch_actions.xlsx",
"_metadata": {
"priority": {
"type": "number"
}
}
},
"task_cards_data": {
"flow_type": "data_list",
"flow_name": "task_cards_data",
Expand Down Expand Up @@ -1424,6 +1430,14 @@
"flow_type": "template",
"flow_name": "comp_plh_bottom_nav",
"flow_subtype": "component_demo",
"parameter_list": {
"app_config": {
"APP_FOOTER_DEFAULTS": {
"templateName": "comp_plh_bottom_nav",
"background": "none"
}
}
},
"_xlsxPath": "component_sheets/component_plh_bottom_nav.xlsx"
},
"comp_plh_completion_modal": {
Expand Down Expand Up @@ -2757,6 +2771,12 @@
"flow_subtype": "debug",
"_xlsxPath": "example_sheets/to_be_sorted/example_changed_action.xlsx"
},
"example_completion": {
"flow_type": "template",
"flow_name": "example_completion",
"flow_subtype": "debug",
"_xlsxPath": "example_sheets/to_be_sorted/example_actions.xlsx"
},
"example_condition_bottom": {
"flow_type": "template",
"flow_name": "example_condition_bottom",
Expand Down Expand Up @@ -3413,7 +3433,9 @@
"app_config": {
"APP_HEADER_DEFAULTS": {
"template": "feat_custom_header",
"should_show_back_button": false
"back_button": {
"hidden": true
}
}
}
},
Expand All @@ -3440,7 +3462,7 @@
"parameter_list": {
"app_config": {
"APP_HEADER_DEFAULTS": {
"show": false
"hidden": true
}
}
},
Expand Down
24 changes: 24 additions & 0 deletions app_data/sheets/data_list/component_demo/comp_combo_box_items.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"flow_type": "data_list",
"flow_name": "comp_combo_box_items",
"status": "released",
"flow_subtype": "component_demo",
"rows": [
{
"id": "id_1",
"name": "name_1",
"text": "Item 1"
},
{
"id": "id_2",
"name": "name_2",
"text": "Item 2"
},
{
"id": "id_3",
"name": "name_3",
"text": "Item 3"
}
],
"_xlsxPath": "component_sheets/component_combo_box.xlsx"
}

This file was deleted.

Loading

0 comments on commit bc529ff

Please sign in to comment.