@aurodesignsystem-dev/auro-formkit 0.0.0-pr1457.0 → 0.0.0-pr1457.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/components/checkbox/README.md +2 -2
- package/components/checkbox/demo/accessibility.html +1 -1
- package/components/checkbox/demo/api.html +2 -1
- package/components/checkbox/demo/customize.html +1 -1
- package/components/checkbox/demo/demo-support.js +1 -60
- package/components/checkbox/demo/demo-support.min.js +60 -0
- package/components/checkbox/demo/design.html +2 -1
- package/components/checkbox/demo/getting-started.html +1 -1
- package/components/checkbox/demo/getting-started.md +156 -2
- package/components/checkbox/demo/index.html +1 -1
- package/components/checkbox/demo/index.min.js +3 -2
- package/components/checkbox/demo/install.html +49 -0
- package/components/checkbox/demo/install.md +2 -2
- package/components/checkbox/demo/keyboard-behavior.html +1 -1
- package/components/checkbox/demo/pages.json +1 -0
- package/components/checkbox/demo/readme.html +2 -1
- package/components/checkbox/demo/readme.md +2 -2
- package/components/checkbox/demo/styles.min.css +1 -1
- package/components/checkbox/demo/voiceover.html +1 -1
- package/components/checkbox/dist/auro-checkbox.d.ts +1 -0
- package/components/checkbox/dist/index.js +3 -2
- package/components/checkbox/dist/registered.js +3 -2
- package/components/combobox/README.md +2 -2
- package/components/combobox/demo/accessibility.html +1 -3
- package/components/combobox/demo/api.html +2 -3
- package/components/combobox/demo/customize.html +1 -1
- package/components/combobox/demo/demo-support.js +1 -60
- package/components/combobox/demo/demo-support.min.js +60 -0
- package/components/combobox/demo/design.html +2 -3
- package/components/combobox/demo/getting-started.html +1 -1
- package/components/combobox/demo/getting-started.md +2 -2
- package/components/combobox/demo/index.html +1 -1
- package/components/combobox/demo/install.html +50 -0
- package/components/combobox/demo/install.md +2 -2
- package/components/combobox/demo/keyboard-behavior.html +1 -3
- package/components/combobox/demo/pages.json +1 -0
- package/components/combobox/demo/readme.html +2 -3
- package/components/combobox/demo/readme.md +2 -2
- package/components/combobox/demo/registered.min.js +5 -4
- package/components/combobox/demo/styles.min.css +1 -1
- package/components/combobox/demo/voiceover.html +1 -3
- package/components/combobox/dist/index.js +5 -4
- package/components/combobox/dist/registered.js +5 -4
- package/components/counter/README.md +21 -47
- package/components/counter/demo/accessibility.html +49 -0
- package/components/counter/demo/accessibility.md +34 -0
- package/components/counter/demo/api.html +13 -21
- package/components/counter/demo/api.md +49 -1299
- package/components/counter/demo/api.min.js +1 -8390
- package/components/counter/demo/auro-counter-group.min.js +8392 -0
- package/components/counter/demo/customize.html +53 -0
- package/components/counter/demo/customize.md +650 -0
- package/components/counter/demo/demo-support.js +1 -0
- package/components/counter/demo/demo-support.min.js +55792 -0
- package/components/counter/demo/design.html +52 -0
- package/components/counter/demo/design.md +192 -0
- package/components/counter/demo/getting-started.html +54 -0
- package/components/counter/demo/getting-started.md +482 -0
- package/components/counter/demo/index.html +14 -20
- package/components/counter/demo/index.md +117 -51
- package/components/counter/demo/index.min.js +1 -8390
- package/components/{dropdown/demo/keyboardBehavior.html → counter/demo/keyboard-behavior.html} +9 -42
- package/components/counter/demo/keyboardBehavior.html +7 -40
- package/components/counter/demo/pages.json +1 -0
- package/components/counter/demo/readme.html +12 -16
- package/components/counter/demo/readme.md +21 -47
- package/components/counter/demo/styles.min.css +1 -0
- package/components/counter/demo/styles.scss +1 -0
- package/components/counter/demo/voiceover.html +51 -0
- package/components/counter/demo/voiceover.md +80 -0
- package/components/counter/dist/index.js +2 -2
- package/components/counter/dist/registered.js +2 -2
- package/components/datepicker/README.md +2 -2
- package/components/datepicker/demo/accessibility.html +2 -3
- package/components/datepicker/demo/api.html +2 -2
- package/components/datepicker/demo/auro-datepicker.min.js +5 -4
- package/components/datepicker/demo/customize.html +1 -1
- package/components/datepicker/demo/demo-support.js +1 -60
- package/components/datepicker/demo/demo-support.min.js +60 -0
- package/components/datepicker/demo/design.html +3 -4
- package/components/datepicker/demo/getting-started.html +1 -1
- package/components/datepicker/demo/getting-started.md +2 -2
- package/components/datepicker/demo/index.html +1 -1
- package/components/datepicker/demo/keyboard-behavior.html +2 -4
- package/components/datepicker/demo/pages.json +1 -0
- package/components/datepicker/demo/readme.html +2 -2
- package/components/datepicker/demo/readme.md +2 -2
- package/components/datepicker/demo/styles.min.css +1 -1
- package/components/datepicker/demo/voiceover.html +2 -4
- package/components/datepicker/dist/index.js +5 -4
- package/components/datepicker/dist/registered.js +5 -4
- package/components/dropdown/README.md +0 -21
- package/components/dropdown/demo/accessibility.html +49 -0
- package/components/dropdown/demo/accessibility.md +45 -0
- package/components/dropdown/demo/api.html +11 -20
- package/components/dropdown/demo/api.md +40 -1364
- package/components/dropdown/demo/api.min.js +2 -5098
- package/components/dropdown/demo/auro-dropdown.min.js +5099 -0
- package/components/dropdown/demo/customize.html +54 -0
- package/components/dropdown/demo/customize.md +780 -0
- package/components/dropdown/demo/demo-support.js +1 -0
- package/components/dropdown/demo/demo-support.min.js +55792 -0
- package/components/dropdown/demo/design.html +52 -0
- package/components/dropdown/demo/design.md +186 -0
- package/components/dropdown/demo/getting-started.html +54 -0
- package/components/dropdown/demo/getting-started.md +463 -0
- package/components/dropdown/demo/index.html +12 -21
- package/components/dropdown/demo/index.md +78 -233
- package/components/dropdown/demo/index.min.js +1 -5097
- package/components/dropdown/demo/keyboard-behavior.html +48 -0
- package/components/dropdown/demo/pages.json +1 -0
- package/components/dropdown/demo/readme.html +8 -21
- package/components/dropdown/demo/readme.md +0 -21
- package/components/dropdown/demo/styles.min.css +1 -0
- package/components/dropdown/demo/styles.scss +1 -0
- package/components/dropdown/demo/voiceover.html +51 -0
- package/components/dropdown/demo/voiceover.md +63 -0
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/form/README.md +9 -9
- package/components/form/demo/accessibility.html +51 -0
- package/components/form/demo/accessibility.md +23 -0
- package/components/form/demo/api.html +12 -15
- package/components/form/demo/api.md +14 -290
- package/components/form/demo/api.min.js +2 -71921
- package/components/form/demo/auro-form.min.js +718 -0
- package/components/form/demo/autocomplete.html +2 -2
- package/components/form/demo/customize.html +54 -0
- package/components/form/demo/customize.md +246 -0
- package/components/form/demo/demo-support.js +1 -0
- package/components/form/demo/demo-support.min.js +55792 -0
- package/components/form/demo/getting-started.html +54 -0
- package/components/form/demo/getting-started.md +434 -0
- package/components/form/demo/index.html +13 -15
- package/components/form/demo/index.md +67 -97
- package/components/form/demo/index.min.js +2 -71921
- package/components/form/demo/keyboard-behavior.html +51 -0
- package/components/form/demo/pages.json +1 -0
- package/components/form/demo/readme.html +13 -18
- package/components/form/demo/readme.md +9 -9
- package/components/form/demo/registerDemoDeps.min.js +71212 -0
- package/components/form/demo/styles.min.css +1 -0
- package/components/form/demo/styles.scss +1 -0
- package/components/form/demo/voiceover.html +51 -0
- package/components/form/demo/voiceover.md +36 -0
- package/components/form/demo/working.html +3 -2
- package/components/input/README.md +2 -2
- package/components/input/demo/accessibility.html +1 -1
- package/components/input/demo/api.html +1 -1
- package/components/input/demo/auro-input.min.js +3 -2
- package/components/input/demo/customize.html +1 -1
- package/components/input/demo/demo-support.js +1 -60
- package/components/input/demo/demo-support.min.js +60 -0
- package/components/input/demo/design.html +2 -1
- package/components/input/demo/getting-started.html +1 -1
- package/components/input/demo/getting-started.md +2 -2
- package/components/input/demo/index.html +1 -1
- package/components/input/demo/keyboard-behavior.html +2 -1
- package/components/input/demo/pages.json +1 -0
- package/components/input/demo/readme.html +2 -2
- package/components/input/demo/readme.md +2 -2
- package/components/input/demo/styles.min.css +1 -1
- package/components/input/demo/voiceover.html +1 -1
- package/components/input/dist/base-input.d.ts +1 -0
- package/components/input/dist/index.js +3 -2
- package/components/input/dist/registered.js +3 -2
- package/components/menu/README.md +8 -26
- package/components/menu/demo/accessibility.html +53 -0
- package/components/menu/demo/accessibility.md +34 -0
- package/components/menu/demo/api.html +12 -18
- package/components/menu/demo/api.md +43 -1102
- package/components/menu/demo/api.min.js +2 -2288
- package/components/menu/demo/auro-menu.min.js +2289 -0
- package/components/menu/demo/customize.html +54 -0
- package/components/menu/demo/customize.md +637 -0
- package/components/menu/demo/demo-support.js +1 -0
- package/components/menu/demo/demo-support.min.js +55792 -0
- package/components/menu/demo/design.html +53 -0
- package/components/menu/demo/design.md +81 -0
- package/components/menu/demo/getting-started.html +54 -0
- package/components/menu/demo/getting-started.md +322 -0
- package/components/menu/demo/index.html +14 -20
- package/components/menu/demo/index.md +26 -63
- package/components/menu/demo/index.min.js +1 -2287
- package/components/menu/demo/keyboard-behavior.html +53 -0
- package/components/menu/demo/pages.json +1 -0
- package/components/menu/demo/readme.html +12 -16
- package/components/menu/demo/readme.md +8 -26
- package/components/menu/demo/styles.min.css +1 -0
- package/components/menu/demo/styles.scss +1 -0
- package/components/menu/demo/voiceover.html +53 -0
- package/components/menu/demo/voiceover.md +33 -0
- package/components/radio/demo/accessibility.html +3 -3
- package/components/radio/demo/api.html +3 -3
- package/components/radio/demo/api.md +44 -44
- package/components/radio/demo/api.min.js +2 -2168
- package/components/radio/demo/customize.html +3 -3
- package/components/radio/demo/demo-support.js +1 -60
- package/components/radio/demo/demo-support.min.js +55792 -0
- package/components/radio/demo/design.html +3 -3
- package/components/radio/demo/getting-started.html +3 -3
- package/components/radio/demo/getting-started.md +154 -0
- package/components/radio/demo/index.html +2 -3
- package/components/radio/demo/index.min.js +16 -2
- package/components/radio/demo/keyboard-behavior.html +3 -3
- package/components/radio/demo/pages.json +1 -0
- package/components/radio/demo/readme.html +3 -3
- package/components/radio/demo/styles.min.css +1 -0
- package/components/radio/demo/styles.scss +1 -0
- package/components/radio/demo/voiceover.html +3 -3
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/README.md +2 -2
- package/components/select/demo/accessibility.html +1 -1
- package/components/select/demo/api.html +2 -1
- package/components/select/demo/customize.html +1 -1
- package/components/select/demo/demo-support.js +1 -60
- package/components/select/demo/demo-support.min.js +60 -0
- package/components/select/demo/design.html +2 -1
- package/components/select/demo/getting-started.html +1 -1
- package/components/select/demo/getting-started.md +2 -2
- package/components/select/demo/index.html +1 -1
- package/components/select/demo/install.html +50 -0
- package/components/select/demo/install.md +2 -2
- package/components/select/demo/keyboard-behavior.html +1 -1
- package/components/select/demo/keyboardBehavior.html +1 -1
- package/components/select/demo/layout.html +2 -1
- package/components/select/demo/pages.json +1 -0
- package/components/select/demo/readme.html +2 -1
- package/components/select/demo/readme.md +2 -2
- package/components/select/demo/registered.min.js +2 -2
- package/components/select/demo/styles.min.css +1 -1
- package/components/select/demo/voiceover.html +1 -1
- package/components/select/dist/index.js +2 -2
- package/components/select/dist/registered.js +2 -2
- package/custom-elements.json +5 -2
- package/package.json +2 -2
- package/components/counter/demo/keyboard-behavior.md +0 -127
- package/components/dropdown/demo/keyboard-behavior.md +0 -72
- package/components/form/demo/keyboard-behavior.md +0 -38
- package/components/menu/demo/keyboard-behavior.md +0 -18
- package/components/radio/demo/keyboard-behavior.md +0 -72
- package/components/radio/demo/layout.md +0 -30
- package/components/radio/demo/styles.css +0 -974
|
@@ -1,99 +1,66 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
# Form
|
|
10
|
-
|
|
1
|
+
<auro-header level="1" id="overview">Form</auro-header>
|
|
2
|
+
<div class="contentWrapper">
|
|
3
|
+
<nav>
|
|
4
|
+
<auro-nav anchorNavContent=".scrollWrapper">
|
|
5
|
+
<span slot="mobileToggleCollapsed">View More</span>
|
|
6
|
+
<span slot="mobileToggleExpanded">View Less</span>
|
|
7
|
+
<auro-anchorlink fluid href="#description">Description</auro-anchorlink>
|
|
8
|
+
<auro-anchorlink fluid href="#formValueGeneration">Form Value Generation</auro-anchorlink>
|
|
9
|
+
<auro-anchorlink fluid href="#formDataStructure" class="level2 body-xs">Form Data Structure</auro-anchorlink>
|
|
10
|
+
<auro-anchorlink fluid href="#accessingFormData">Accessing Form Data</auro-anchorlink>
|
|
11
|
+
<auro-anchorlink fluid href="#basicExample">Basic Form Example</auro-anchorlink>
|
|
12
|
+
</auro-nav>
|
|
13
|
+
</nav>
|
|
14
|
+
<div class="mainContent">
|
|
15
|
+
<div class="scrollWrapper">
|
|
16
|
+
<section>
|
|
17
|
+
<auro-header level="2" id="description">Description</auro-header>
|
|
11
18
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/description.md) -->
|
|
12
19
|
<!-- The below content is automatically added from ./../docs/partials/description.md -->
|
|
13
|
-
|
|
14
|
-
serve as the base logic for all auro-constructed forms.
|
|
15
|
-
|
|
16
|
-
It automatically "scrapes" its inner content for any auro form elements, and surfaces
|
|
17
|
-
them (along with events) to the parent form element as a JSON object.
|
|
18
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
19
|
-
|
|
20
|
-
## Form Value Generation
|
|
21
|
-
|
|
22
|
-
Auro form exists to make a developer's life easier through surfacing all Auro form elements in a given form as a single
|
|
23
|
-
JSON object.
|
|
24
|
-
The most common use case the Auro team identified when building Form was the need to collect form data in
|
|
25
|
-
a structured way.
|
|
26
|
-
|
|
27
|
-
The following is required on each Auro form element in a form for it to be collected automatically:
|
|
28
|
-
|
|
29
|
-
1. It **must** have a `name` attribute. This is required if vanilla HTML forms, and we follow the same pattern.
|
|
30
|
-
2. It **must** be an Auro form element. See the section on custom elements for more information.
|
|
31
|
-
|
|
32
|
-
That being said, we do _not_ require form elements to be direct children of `auro-form`.
|
|
33
|
-
They can be nested within other elements for styling, such as a `div`, `span` or `fieldset`.
|
|
34
|
-
|
|
35
|
-
### Form Data Structure
|
|
36
|
-
|
|
37
|
-
In a correctly registered scenario, `auro-form`
|
|
38
|
-
will automatically recognize the auro form elements and collect data from each on the form's `value` key as a JSON object.
|
|
39
|
-
|
|
40
|
-
Each element will be added using the element's `name` attribute as the key, and the element's `value` as the value.
|
|
41
|
-
|
|
42
|
-
A real-world example of this might be:
|
|
43
|
-
|
|
44
|
-
<pre class="language-json"><code class="language-json">{
|
|
45
|
-
"hotelCity": "New York",
|
|
46
|
-
"dates": ["2022-01-01", "2022-01-15"],
|
|
47
|
-
"numberOfGuests": 2
|
|
48
|
-
}</code></pre>
|
|
49
|
-
|
|
50
|
-
If your project uses TypeScript, consider using a type like this to represent the form data:
|
|
51
|
-
|
|
52
|
-
<pre class="language-typescript"><code class="language-typescript">// Generic type for form values
|
|
53
|
-
type AuroFormValue<T> = T | null;
|
|
54
|
-
|
|
55
|
-
// Example types
|
|
56
|
-
type AuroInputValue = AuroFormValue<string | number>;
|
|
57
|
-
type AuroDatePickerValue = AuroFormValue<string[]>;
|
|
58
|
-
|
|
59
|
-
// This is the type returned from the `AuroForm.value` getter
|
|
60
|
-
interface AuroFormState {
|
|
61
|
-
// value varies based on form element
|
|
62
|
-
hotelCity: AuroInputValue;
|
|
63
|
-
dates: AuroDatePickerValue;
|
|
64
|
-
numberOfGuests: AuroInputValue;
|
|
65
|
-
}</code></pre>
|
|
20
|
+
<code><auro-form></code> is a <auro-hyperlink href="https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements" target="_blank">HTML custom element</auro-hyperlink> designed to
|
|
21
|
+
serve as the base logic for all auro-constructed forms.
|
|
66
22
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
23
|
+
It automatically "scrapes" its inner content for any auro form elements, and surfaces
|
|
24
|
+
them (along with events) to the parent form element as a JSON object.
|
|
25
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
26
|
+
</section>
|
|
27
|
+
<section>
|
|
28
|
+
<auro-header level="2" id="formValueGeneration">Form Value Generation</auro-header>
|
|
29
|
+
<p>Auro form exists to make a developer's life easier through surfacing all Auro form elements in a given form as a single JSON object. The most common use case the Auro team identified when building Form was the need to collect form data in a structured way.</p>
|
|
30
|
+
<p>The following is required on each Auro form element in a form for it to be collected automatically:</p>
|
|
31
|
+
<ol>
|
|
32
|
+
<li>It <strong>must</strong> have a <code>name</code> attribute. This is required in vanilla HTML forms, and we follow the same pattern.</li>
|
|
33
|
+
<li>It <strong>must</strong> be an Auro form element. See the section on custom elements for more information.</li>
|
|
34
|
+
</ol>
|
|
35
|
+
<p>That being said, we do <em>not</em> require form elements to be direct children of <code>auro-form</code>. They can be nested within other elements for styling, such as a <code>div</code>, <code>span</code> or <code>fieldset</code>.</p>
|
|
36
|
+
<auro-header level="3" id="formDataStructure">Form Data Structure</auro-header>
|
|
37
|
+
<p>In a correctly registered scenario, <code>auro-form</code> will automatically recognize the auro form elements and collect data from each on the form's <code>value</code> key as a JSON object.</p>
|
|
38
|
+
<p>Each element will be added using the element's <code>name</code> attribute as the key, and the element's <code>value</code> as the value.</p>
|
|
39
|
+
</section>
|
|
40
|
+
<section>
|
|
41
|
+
<auro-header level="2" id="accessingFormData">Accessing Form Data</auro-header>
|
|
42
|
+
<p>As Auro components are designed to be framework-agnostic, data can be retrieved using simple vanilla JavaScript patterns. If you have ever worked with a standard HTML5 form, you are already equipped to work with Auro forms!</p>
|
|
43
|
+
<p>Once you have a reference to the form element (React ref, querySelector, etc.), you can access the form data using the following methods:</p>
|
|
44
|
+
<p><strong>Data Keys + Get Methods</strong>:</p>
|
|
45
|
+
<ul>
|
|
46
|
+
<li><code>.value</code> - Getter which returns the current form data as a JSON object.</li>
|
|
47
|
+
<li><code>.validity</code> - Returns the current validity state of the form (<code>valid</code> or <code>invalid</code>).</li>
|
|
48
|
+
</ul>
|
|
49
|
+
<p><strong>Extra Information</strong>:</p>
|
|
50
|
+
<ul>
|
|
51
|
+
<li><code>.isInitialState</code> - Returns a boolean indicating if the form is in its initial state.</li>
|
|
52
|
+
</ul>
|
|
53
|
+
<p><strong>Events</strong>:</p>
|
|
54
|
+
<ul>
|
|
55
|
+
<li><code>input</code> - Fires when the form state changes.</li>
|
|
56
|
+
<li><code>reset</code> - Fires when the form is reset.</li>
|
|
57
|
+
<li><code>submit</code> - Fires when the form is submitted.</li>
|
|
58
|
+
</ul>
|
|
59
|
+
</section>
|
|
60
|
+
<section>
|
|
61
|
+
<auro-header level="2" id="basicExample">Basic Form Example</auro-header>
|
|
62
|
+
<p>The most basic form implementation requires an <code>auro-input</code> and an optional auro button with <code>type="submit"</code>.</p>
|
|
63
|
+
<p>By default, Auro Form connects a <code>submit</code> event to all <code>type="submit"</code> buttons within the form.</p>
|
|
97
64
|
<div class="exampleWrapper">
|
|
98
65
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
|
|
99
66
|
<!-- The below content is automatically added from ./../apiExamples/basic.html -->
|
|
@@ -105,18 +72,21 @@ By default, Auro Form connects a `submit` event to all `type="submit"` buttons w
|
|
|
105
72
|
<auro-button type="submit">Submit</auro-button>
|
|
106
73
|
</auro-form>
|
|
107
74
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
108
|
-
</div>
|
|
75
|
+
</div>
|
|
109
76
|
<auro-accordion alignRight>
|
|
110
77
|
<span slot="trigger">See code</span>
|
|
111
78
|
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/basic.html) -->
|
|
112
|
-
<!-- The below code snippet is automatically added from ./../apiExamples/basic.html -->
|
|
113
|
-
|
|
79
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/basic.html -->
|
|
114
80
|
<pre class="language-html"><code class="language-html"><auro-form>
|
|
115
81
|
<auro-input id="search-box" name="searchBox" required>
|
|
116
82
|
<span slot="label">Search flights</span>
|
|
117
83
|
</auro-input>
|
|
118
84
|
<br />
|
|
119
85
|
<auro-button type="submit">Submit</auro-button>
|
|
120
|
-
</auro-form></code></pre>
|
|
86
|
+
</auro-form></code></pre>
|
|
121
87
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
122
88
|
</auro-accordion>
|
|
89
|
+
</section>
|
|
90
|
+
</div>
|
|
91
|
+
</div>
|
|
92
|
+
</div>
|