diff --git a/docs/_about/faq.md b/docs/_about/faq.md index d509bbc2..7a7f2745 100644 --- a/docs/_about/faq.md +++ b/docs/_about/faq.md @@ -318,10 +318,10 @@ inside have it as their natural context: {% raw %} {% endraw %} {% capture faq_singleton_color_html -%}
- + - +
{%- endcapture %} {% raw %} {% endraw %} @@ -436,13 +436,13 @@ The following example demonstrates the full technique: {% raw %} {% endraw %} {% capture faq_animations_html -%}
- - + +
{%- endcapture %} {% raw %} {% endraw %} @@ -1036,7 +1036,7 @@ of the named component without requiring an extra wrapper: {% raw %} {% endraw %} {% capture faq_mixin_labeled_input_html -%}
-
+
diff --git a/docs/_about/showcase.md b/docs/_about/showcase.md index 3663ba15..1685566d 100644 --- a/docs/_about/showcase.md +++ b/docs/_about/showcase.md @@ -119,53 +119,53 @@ the information is unknown or indifferent. {% raw %} {% endraw %} {% capture basic_form_fields -%} -█

Model details

-█

-█ -█ -█

-█

-█ -█ -█

-█

-█ -█ -█

-█

-█ -█ -█

-█

-█ -█ Left -█ Right -█

-█

-█ -█ -█ -█ -█ -█

{% +

Model details

+

+ + +

+

+ + +

+

+ + +

+

+ + +

+

+ + Left + Right +

+

+ + + + + +

{% endcapture %} {% capture basic_form -%}
-{{ basic_form_fields | replace: "█", " " }} +{{ basic_form_fields }}
{% endcapture %} {% raw %} {% endraw %} @@ -274,29 +274,29 @@ the name "safety". {% raw %} {% endraw %} {% capture nested_forms -%} {{ basic_form_fields }} -█
-█ Safety Features: -█ -█ -█ -█    -█ -█ -█ -█    -█ -█ -█ -█    -█ -█ -█ -█
{% +
+ Safety Features: + + + +    + + + +    + + + +    + + + +
{% endcapture %} {% capture nested_forms_html -%}
-{{ nested_forms | replace: "█", " " }} +{{ nested_forms }}
{% endcapture %} {% raw %} {% endraw %} @@ -404,12 +404,12 @@ that can grow or shrink as needed: {% raw %} {% endraw %} {% capture simple_list -%}
-█ -█ -█Phones: -█
-█ -█
+ + + Phones: +
+ +
{%- endcapture %} {% raw %} {% endraw %} @@ -521,21 +521,21 @@ in the following example: {% raw %} {% endraw %} {% capture simple_list_singleton -%}
-█ -█ -█ -█ Phones: -█
    -█
  • (None)
  • -█
  • -█ -█ -█ -█ -█
  • -█
+ + + + Phones: +
    +
  • (None)
  • +
  • + + + + +
  • +
{%- endcapture %} {% raw %} {% endraw %} @@ -844,19 +844,19 @@ list like the following example: {% raw %} {% endraw %} {% capture schedule_list -%}
-

- - - Schedule: - - - to +

+ + + Schedule: + + + to + + (Closed) + , + and - (Closed) - , - and - -

+

{%- endcapture %} {% raw %} {% endraw %} @@ -917,56 +917,56 @@ But it could look kind of messy if you need to introduce several schedules that {% raw %} {% endraw %} {% capture schedule_table -%}
-█
-█
-█ 🛎️ Reception: -█ (Closed) -█ -█ From -█ to -█ -█ -█ -█ -█ -█
-█
-█ 🍸 Bar -█ (Closed) -█ -█ From -█ to -█ -█ -█ -█ -█ -█
-█
-█ 🍽️ Restaurant: -█ (Closed) -█ -█ From -█ to -█ -█ -█ -█ -█ -█
-█
-█ 🏊 Pool: -█ (Closed) -█ -█ From -█ to -█ -█ -█ -█ -█ -█
-█
+
+
+ 🛎️ Reception: + (Closed) + + From + to + + + + + +
+
+ 🍸 Bar + (Closed) + + From + to + + + + + +
+
+ 🍽️ Restaurant: + (Closed) + + From + to + + + + + +
+
+ 🏊 Pool: + (Closed) + + From + to + + + + + +
+
{% endcapture %} {% raw %} {% endraw %} @@ -1224,7 +1224,8 @@ as a **direct sibling** of the template root: {% raw %} {% endraw %} {% capture schedule_mixin_html -%}
-{{ schedule_row_form | replace: "█", "" }}
+{{ schedule_row_form | replace: "█", " " }} +
{{ schedule_row_tpl }}{%- endcapture %} {% raw %} {% endraw %} @@ -1317,8 +1318,8 @@ every list item and so forth to any depth. {% raw %} {% endraw %} {% capture nested_schedule_table -%}
-

🗓️ Periods:

-
+

🗓️ Periods:

+
Period N @@ -1336,11 +1337,11 @@ every list item and so forth to any depth.

{{ schedule_row_form | replace: "█", " " }}
-
- + >➕ Add Period
{{ schedule_row_tpl }} {%- endcapture %} @@ -1463,8 +1464,8 @@ usability by default: {% raw %} {% endraw %} {% capture nested_schedule_table_duplicable -%}
-

🗓️ Periods:

-
+

🗓️ Periods:

+
🔒 Out of Service
Period @@ -1488,11 +1489,11 @@ usability by default:

{{ schedule_row_form | replace: "█", " " }}
-
- + >➕ Add Period
{{ schedule_row_tpl }} {%- endcapture %} @@ -1908,15 +1909,15 @@ runs on the final data — whether the item is brand new or duplicated. {% raw %} {% endraw %} {% capture period_mixin_duplicable -%}
-

🗓️ Periods:

-
-
🔒 Out of Service
-
-
- +

🗓️ Periods:

+
+
🔒 Out of Service
+
+
+
{{ period_item_tpl }} {{ schedule_row_tpl }} @@ -2051,56 +2052,56 @@ In the *JS* tab there is a simple JavaScript code that: {% raw %} {% endraw %} {% capture nested_forms_with_load_save -%}
-{{ nested_forms | replace: "█", " " }} -
- - -
+{{ nested_forms }} +
+ + +
{% endcapture %} {% raw %} {% endraw %} {% raw %} {% endraw %} {% capture submit_form_example -%} -█
-█

-█ -█ -█

-█

-█ -█ -█

-█

-█ -█ -█

-█

-█ -█

-█
{% +

+ + +

+

+ + +

+

+ + +

+

+ +

+{% endcapture %} {% raw %} {% endraw %} @@ -2276,20 +2277,20 @@ slight modifications: {% raw %} {% endraw %} {% capture simple_list_autodisable -%}
-█ -█ -█ -█ Phones: -█
    -█
  • -█ -█ -█ -█ -█
  • -█
+ + + + Phones: +
    +
  • + + + + +
  • +
{%- endcapture %} {% raw %} {% endraw %} @@ -3236,84 +3237,84 @@ button. Then a very simple JavaScript code makes the rest... {% raw %} {% endraw %} {% capture calculator -%}
-
- - -
- - - - - - - - - - - - - - - - - - - - +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
-
{%- endcapture %} {% raw %} {% endraw %} @@ -3500,84 +3501,84 @@ reach a perfect UX. {% raw %} {% endraw %} {% capture supercalculator -%}
-
- - -
- - - - - - - - - - - - - - - - - - - - +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
-
{%- endcapture %} {% raw %} {% endraw %} @@ -3751,45 +3752,45 @@ form, or import your own JSON to pre-populate it. {% raw %} {% endraw %} {% capture event_planner_html -%}
-█
-█

-█ -█ -█

-█

-█ -█ -█

-█

-█ -█ -█

-█
-█ 👤 Organizer -█

-█ -█ -█

-█

-█ -█ -█

-█
-█
-█ -█ -█ 👥 Attendees: -█
    -█
  • -█ N. -█ -█ -█ -█
  • -█
-█
-█

💡 Hold Ctrl to reveal shortcuts

-█
+
+

+ + +

+

+ + +

+

+ + +

+
+ 👤 Organizer +

+ + +

+

+ + +

+
+
+ + + 👥 Attendees: +
    +
  • + N. + + + +
  • +
+
+

💡 Hold Ctrl to reveal shortcuts

+
{% endcapture %} {% raw %} {% endraw %} diff --git a/docs/_advanced_concepts/data_import_and_export.md b/docs/_advanced_concepts/data_import_and_export.md index 0de862be..a0154666 100644 --- a/docs/_advanced_concepts/data_import_and_export.md +++ b/docs/_advanced_concepts/data_import_and_export.md @@ -93,25 +93,25 @@ The structure of the exported value mirrors the nesting of the form: {% raw %} {% endraw %} {% capture export_structure_html -%}
-
+
Order

- - + +

- - + +

    -
  • - - - -
  • +
  • + + + +
-
+
{% endcapture %} {% raw %} {% endraw %} @@ -229,18 +229,18 @@ The `import` action accepts: {% raw %} {% endraw %} {% capture import_example_html -%}
-

+

-

-

+

+

-

-

+

+

-

+

{% endcapture %} {% raw %} {% endraw %} @@ -370,18 +370,18 @@ a "New record" button. {% raw %} {% endraw %} {% capture clear_vs_reset_html -%}
-
+

- - + +

- - + +

- - + +

{% @@ -464,43 +464,43 @@ directly into its target (the shipping address) subform: {% raw %} {% endraw %} {% capture pipe_example_html -%}
-
+
Billing address

- - + +

- - + +

- - + +

-
-

+

+

-

-
+

+
Shipping address

- - + +

- - + +

- - + +

-
+
{% endcapture %} {% raw %} {% endraw %} diff --git a/docs/_advanced_concepts/events.md b/docs/_advanced_concepts/events.md index 18d6795c..f54b2fab 100644 --- a/docs/_advanced_concepts/events.md +++ b/docs/_advanced_concepts/events.md @@ -274,10 +274,10 @@ The recommended pattern is to use an `export` trigger and intercept the {% raw %} {% endraw %} {% capture events_submit_example_html -%}
- - - -

+  
+  
+  
+  

 
{%- endcapture %} {% raw %} {% endraw %} diff --git a/docs/_advanced_concepts/form_traversing.md b/docs/_advanced_concepts/form_traversing.md index ebd3c436..6e78e3ac 100644 --- a/docs/_advanced_concepts/form_traversing.md +++ b/docs/_advanced_concepts/form_traversing.md @@ -378,16 +378,16 @@ while (currentItem) { {% raw %} {% endraw %} {% capture form_trav_copy_adjacent_html -%}
-
    +
    • - - - - - + + + + +
    • -
    - +
+
{%- endcapture %} {% raw %} {% endraw %} @@ -424,17 +424,17 @@ async function validateSequentially(list) { {% raw %} {% endraw %} {% capture form_trav_navigation_ui_html -%}
-
+
- - - + + +
-
- +
+
{%- endcapture %} {% raw %} {% endraw %} @@ -494,29 +494,29 @@ This example demonstrates a practical implementation of sibling navigation for d {% raw %} {% endraw %} {% capture form_trav_practical_copy_html -%}
-
+
- Contact Information -

- - -

-

- - -

-

- - -

-
- - - + Contact Information +

+ + +

+

+ + +

+

+ + +

+
+ + +
-
- +
+
{%- endcapture %} {% raw %} {% endraw %} diff --git a/docs/_advanced_concepts/hotkeys.md b/docs/_advanced_concepts/hotkeys.md index 77c37e40..71aecf6e 100644 --- a/docs/_advanced_concepts/hotkeys.md +++ b/docs/_advanced_concepts/hotkeys.md @@ -110,22 +110,22 @@ re-used in different parts of the form without conflict: {% raw %} {% endraw %} {% capture hotkeys_context_sensitivity_html -%}
-
    +
    • - -
        -
      • - - - -
      • -
      - - - + +
        +
      • + + + +
      • +
      + + +
    • -
    - +
+
{%- endcapture %} {% raw %} {% endraw %} diff --git a/docs/_advanced_concepts/mixin_types.md b/docs/_advanced_concepts/mixin_types.md index 059c99a3..0c9440be 100644 --- a/docs/_advanced_concepts/mixin_types.md +++ b/docs/_advanced_concepts/mixin_types.md @@ -598,14 +598,14 @@ data path in the exported value. {% raw %} {% endraw %} {% capture mixin_contact_block_html -%}
- -
+ +
Contacts

Primary

Emergency

-
+