aloha-vue 1.2.212 → 1.2.214
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/docs/src/views/PageWizard/PageWizardBasic/PageWizardBasic.pug +43 -43
- package/docs/src/views/PageWizard/PageWizardBasic/compositionAPI/HtmlAPI.js +46 -46
- package/docs/src/views/PageWizard/PageWizardButtons/PageWizardButtons.pug +56 -56
- package/docs/src/views/PageWizard/PageWizardButtons/compositionAPI/HtmlAPI.js +58 -58
- package/docs/src/views/PageWizard/PageWizardButtonsDisabled/PageWizardButtonsDisabled.pug +66 -66
- package/docs/src/views/PageWizard/PageWizardButtonsDisabled/compositionAPI/HtmlAPI.js +74 -74
- package/docs/src/views/PageWizard/PageWizardButtonsHide/PageWizardButtonsHide.pug +66 -66
- package/docs/src/views/PageWizard/PageWizardButtonsHide/compositionAPI/HtmlAPI.js +74 -74
- package/docs/src/views/PageWizard/PageWizardHasFocusJump/PageWizardHasFocusJump.pug +51 -51
- package/docs/src/views/PageWizard/PageWizardHasFocusJump/compositionAPI/HtmlAPI.js +59 -59
- package/docs/src/views/PageWizard/PageWizardIsButtonsLoading/PageWizardIsButtonsLoading.pug +51 -51
- package/docs/src/views/PageWizard/PageWizardIsButtonsLoading/compositionAPI/HtmlAPI.js +59 -59
- package/docs/src/views/PageWizard/PageWizardIsControlOutside/PageWizardIsControlOutside.pug +50 -50
- package/docs/src/views/PageWizard/PageWizardIsControlOutside/compositionAPI/HtmlAPI.js +51 -51
- package/docs/src/views/PageWizard/PageWizardIsStepNumberVisible/PageWizardIsStepNumberVisible.pug +51 -51
- package/docs/src/views/PageWizard/PageWizardIsStepNumberVisible/compositionAPI/HtmlAPI.js +59 -59
- package/docs/src/views/PageWizard/PageWizardIsStepsJustified/PageWizardIsStepsJustified.pug +51 -51
- package/docs/src/views/PageWizard/PageWizardIsStepsJustified/compositionAPI/HtmlAPI.js +59 -59
- package/docs/src/views/PageWizard/PageWizardIsToolbar/PageWizardIsToolbar.pug +56 -56
- package/docs/src/views/PageWizard/PageWizardIsToolbar/compositionAPI/HtmlAPI.js +64 -64
- package/docs/src/views/PageWizard/PageWizardKeyId/PageWizardKeyId.pug +45 -45
- package/docs/src/views/PageWizard/PageWizardKeyId/compositionAPI/HtmlAPI.js +47 -47
- package/docs/src/views/PageWizard/PageWizardSlot/PageWizardSlot.pug +25 -25
- package/docs/src/views/PageWizard/PageWizardSlot/compositionAPI/HtmlAPI.js +26 -26
- package/docs/src/views/PageWizard/PageWizardSlotLabel/PageWizardSlotLabel.pug +58 -58
- package/docs/src/views/PageWizard/PageWizardSlotLabel/compositionAPI/HtmlAPI.js +54 -54
- package/docs/src/views/PageWizard/PageWizardSlotToolbar/PageWizardSlotToolbar.pug +52 -52
- package/docs/src/views/PageWizard/PageWizardSlotToolbar/compositionAPI/HtmlAPI.js +54 -54
- package/docs/src/views/PageWizard/PageWizardStepActive/PageWizardStepActive.pug +45 -45
- package/docs/src/views/PageWizard/PageWizardStepActive/compositionAPI/HtmlAPI.js +47 -47
- package/docs/src/views/PageWizard/PageWizardStepsErrors/PageWizardStepsErrors.pug +73 -73
- package/docs/src/views/PageWizard/PageWizardStepsErrors/compositionAPI/HtmlAPI.js +80 -80
- package/docs/src/views/PageWizard/PageWizardStepsWarnings/PageWizardStepsWarnings.pug +73 -73
- package/docs/src/views/PageWizard/PageWizardStepsWarnings/compositionAPI/HtmlAPI.js +80 -80
- package/docs/src/views/PageWizard/PageWizardType/PageWizardType.pug +56 -56
- package/docs/src/views/PageWizard/PageWizardType/compositionAPI/HtmlAPI.js +64 -64
- package/package.json +1 -1
- package/src/AIcon/Icons/LayoutDetail.js +21 -0
- package/src/AIcon/Icons/LayoutNavbarSidebar.js +19 -0
- package/src/AIcon/Icons/LayoutWindow.js +17 -0
- package/src/AIcon/SVG-icons/layout-detail.svg +5 -0
- package/src/AIcon/SVG-icons/layout-navbar-sidebar.svg +5 -0
- package/src/AIcon/SVG-icons/layout-window.svg +5 -0
- package/src/AJson/AJson.js +357 -356
- package/src/styles/components/ui/ui.scss +17 -1
- package/src/ui/ADatepicker/ADatepicker.js +667 -666
- package/src/ui/ADatepickerRange/ADatepickerRange.js +440 -437
- package/src/ui/AGroup/AGroup.js +2 -0
- package/src/ui/AInput/AInput.js +230 -229
- package/src/ui/AInputFile/AInputFile.js +234 -233
- package/src/ui/AInputNumber/AInputNumber.js +417 -415
- package/src/ui/AInputNumberRange/AInputNumberRange.js +422 -419
- package/src/ui/ALabel/ALabel.js +172 -161
- package/src/ui/ASelect/ASelect.js +1 -0
- package/src/ui/ASwitch/ASwitch.js +390 -389
- package/src/ui/ATextarea/ATextarea.js +256 -255
- package/src/ui/ATinymce/ATinymce.js +248 -247
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
aloha-example(
|
|
2
|
-
:code-html="codeHtml"
|
|
3
|
-
:code-js="codeJs"
|
|
4
|
-
header="_A_BASIC_USAGE_"
|
|
5
|
-
props="wizard-steps"
|
|
6
|
-
)
|
|
7
|
-
a-wizard(
|
|
8
|
-
:steps="wizardSteps"
|
|
9
|
-
)
|
|
10
|
-
template(
|
|
11
|
-
v-slot:step1
|
|
12
|
-
)
|
|
13
|
-
a-translation(
|
|
14
|
-
tag="
|
|
15
|
-
text="_A_WIZARD_STEP_1_"
|
|
16
|
-
)
|
|
17
|
-
p {{ text }}
|
|
18
|
-
|
|
19
|
-
template(
|
|
20
|
-
v-slot:step2
|
|
21
|
-
)
|
|
22
|
-
a-translation(
|
|
23
|
-
tag="
|
|
24
|
-
text="_A_WIZARD_STEP_2_"
|
|
25
|
-
)
|
|
26
|
-
p {{ text }}
|
|
27
|
-
|
|
28
|
-
template(
|
|
29
|
-
v-slot:step3
|
|
30
|
-
)
|
|
31
|
-
a-translation(
|
|
32
|
-
tag="
|
|
33
|
-
text="_A_WIZARD_STEP_3_"
|
|
34
|
-
)
|
|
35
|
-
p {{ text }}
|
|
36
|
-
|
|
37
|
-
template(
|
|
38
|
-
v-slot:step4
|
|
39
|
-
)
|
|
40
|
-
a-translation(
|
|
41
|
-
tag="
|
|
42
|
-
text="_A_WIZARD_STEP_4_"
|
|
43
|
-
)
|
|
1
|
+
aloha-example(
|
|
2
|
+
:code-html="codeHtml"
|
|
3
|
+
:code-js="codeJs"
|
|
4
|
+
header="_A_BASIC_USAGE_"
|
|
5
|
+
props="wizard-steps"
|
|
6
|
+
)
|
|
7
|
+
a-wizard(
|
|
8
|
+
:steps="wizardSteps"
|
|
9
|
+
)
|
|
10
|
+
template(
|
|
11
|
+
v-slot:step1
|
|
12
|
+
)
|
|
13
|
+
a-translation(
|
|
14
|
+
tag="h3"
|
|
15
|
+
text="_A_WIZARD_STEP_1_"
|
|
16
|
+
)
|
|
17
|
+
p {{ text }}
|
|
18
|
+
|
|
19
|
+
template(
|
|
20
|
+
v-slot:step2
|
|
21
|
+
)
|
|
22
|
+
a-translation(
|
|
23
|
+
tag="h3"
|
|
24
|
+
text="_A_WIZARD_STEP_2_"
|
|
25
|
+
)
|
|
26
|
+
p {{ text }}
|
|
27
|
+
|
|
28
|
+
template(
|
|
29
|
+
v-slot:step3
|
|
30
|
+
)
|
|
31
|
+
a-translation(
|
|
32
|
+
tag="h3"
|
|
33
|
+
text="_A_WIZARD_STEP_3_"
|
|
34
|
+
)
|
|
35
|
+
p {{ text }}
|
|
36
|
+
|
|
37
|
+
template(
|
|
38
|
+
v-slot:step4
|
|
39
|
+
)
|
|
40
|
+
a-translation(
|
|
41
|
+
tag="h3"
|
|
42
|
+
text="_A_WIZARD_STEP_4_"
|
|
43
|
+
)
|
|
44
44
|
p {{ text }}
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
export default function HtmlAPI() {
|
|
2
|
-
const codeHtml = `<a-wizard
|
|
3
|
-
:steps="wizardSteps"
|
|
4
|
-
>
|
|
5
|
-
<template
|
|
6
|
-
v-slot:step1
|
|
7
|
-
>
|
|
8
|
-
<a-translation
|
|
9
|
-
tag="
|
|
10
|
-
text="_A_MODAL_WIZARD_STEP_1_"
|
|
11
|
-
></a-translation>
|
|
12
|
-
<p>{{ text }}</p>
|
|
13
|
-
</template>
|
|
14
|
-
<template
|
|
15
|
-
v-slot:step2
|
|
16
|
-
>
|
|
17
|
-
<a-translation
|
|
18
|
-
tag="
|
|
19
|
-
text="_A_MODAL_WIZARD_STEP_2_"
|
|
20
|
-
></a-translation>
|
|
21
|
-
<p>{{ text }}</p>
|
|
22
|
-
</template>
|
|
23
|
-
<template
|
|
24
|
-
v-slot:step3
|
|
25
|
-
>
|
|
26
|
-
<a-translation
|
|
27
|
-
tag="
|
|
28
|
-
text="_A_MODAL_WIZARD_STEP_3_"
|
|
29
|
-
></a-translation>
|
|
30
|
-
<p>{{ text }}</p>
|
|
31
|
-
</template>
|
|
32
|
-
<template
|
|
33
|
-
v-slot:step4
|
|
34
|
-
>
|
|
35
|
-
<a-translation
|
|
36
|
-
tag="
|
|
37
|
-
text="_A_MODAL_WIZARD_STEP_4_"
|
|
38
|
-
></a-translation>
|
|
39
|
-
<p>{{ text }}</p>
|
|
40
|
-
</template>
|
|
41
|
-
</a-wizard>`;
|
|
42
|
-
|
|
43
|
-
return {
|
|
44
|
-
codeHtml,
|
|
45
|
-
};
|
|
46
|
-
}
|
|
1
|
+
export default function HtmlAPI() {
|
|
2
|
+
const codeHtml = `<a-wizard
|
|
3
|
+
:steps="wizardSteps"
|
|
4
|
+
>
|
|
5
|
+
<template
|
|
6
|
+
v-slot:step1
|
|
7
|
+
>
|
|
8
|
+
<a-translation
|
|
9
|
+
tag="h3"
|
|
10
|
+
text="_A_MODAL_WIZARD_STEP_1_"
|
|
11
|
+
></a-translation>
|
|
12
|
+
<p>{{ text }}</p>
|
|
13
|
+
</template>
|
|
14
|
+
<template
|
|
15
|
+
v-slot:step2
|
|
16
|
+
>
|
|
17
|
+
<a-translation
|
|
18
|
+
tag="h3"
|
|
19
|
+
text="_A_MODAL_WIZARD_STEP_2_"
|
|
20
|
+
></a-translation>
|
|
21
|
+
<p>{{ text }}</p>
|
|
22
|
+
</template>
|
|
23
|
+
<template
|
|
24
|
+
v-slot:step3
|
|
25
|
+
>
|
|
26
|
+
<a-translation
|
|
27
|
+
tag="h3"
|
|
28
|
+
text="_A_MODAL_WIZARD_STEP_3_"
|
|
29
|
+
></a-translation>
|
|
30
|
+
<p>{{ text }}</p>
|
|
31
|
+
</template>
|
|
32
|
+
<template
|
|
33
|
+
v-slot:step4
|
|
34
|
+
>
|
|
35
|
+
<a-translation
|
|
36
|
+
tag="h3"
|
|
37
|
+
text="_A_MODAL_WIZARD_STEP_4_"
|
|
38
|
+
></a-translation>
|
|
39
|
+
<p>{{ text }}</p>
|
|
40
|
+
</template>
|
|
41
|
+
</a-wizard>`;
|
|
42
|
+
|
|
43
|
+
return {
|
|
44
|
+
codeHtml,
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
aloha-example(
|
|
2
|
-
:code-html="codeHtml"
|
|
3
|
-
:code-js="codeJs"
|
|
4
|
-
header="_A_WIZARD_GROUP_BUTTONS_HEADER_"
|
|
5
|
-
description="_A_WIZARD_GROUP_BUTTONS_DESCRIPTION_"
|
|
6
|
-
:props="['back-button-attributes', 'back-button-class', 'back-button-icon-left', 'back-button-icon-right', 'back-button-text', 'back-button-title', 'forward-button-attributes', 'forward-button-class', 'forward-button-icon-left', 'forward-button-icon-right', 'forward-button-text', 'forward-button-title']"
|
|
7
|
-
)
|
|
8
|
-
a-wizard(
|
|
9
|
-
:steps="wizardSteps"
|
|
10
|
-
:back-button-attributes="{ stop: true }"
|
|
11
|
-
back-button-class="a_btn a_btn_warning"
|
|
12
|
-
back-button-icon-left="ChevronLeft"
|
|
13
|
-
back-button-icon-right="ChevronLeft"
|
|
14
|
-
back-button-text="_A_WIZARD_PAGE_BACK_BTN_TEXT_"
|
|
15
|
-
back-button-title="_A_WIZARD_PAGE_BACK_BTN_TEXT_"
|
|
16
|
-
:forward-button-attributes="{ stop: true }"
|
|
17
|
-
forward-button-class="a_btn a_btn_primary"
|
|
18
|
-
forward-button-icon-left="ChevronRight"
|
|
19
|
-
forward-button-icon-right="ChevronRight"
|
|
20
|
-
forward-button-text="_A_WIZARD_PAGE_FORWARD_BTN_TEXT_"
|
|
21
|
-
forward-button-title="_A_WIZARD_PAGE_FORWARD_BTN_TEXT_"
|
|
22
|
-
)
|
|
23
|
-
template(
|
|
24
|
-
v-slot:step1
|
|
25
|
-
)
|
|
26
|
-
a-translation(
|
|
27
|
-
tag="
|
|
28
|
-
text="_A_WIZARD_STEP_1_"
|
|
29
|
-
)
|
|
30
|
-
p {{ text }}
|
|
31
|
-
|
|
32
|
-
template(
|
|
33
|
-
v-slot:step2
|
|
34
|
-
)
|
|
35
|
-
a-translation(
|
|
36
|
-
tag="
|
|
37
|
-
text="_A_WIZARD_STEP_2_"
|
|
38
|
-
)
|
|
39
|
-
p {{ text }}
|
|
40
|
-
|
|
41
|
-
template(
|
|
42
|
-
v-slot:step3
|
|
43
|
-
)
|
|
44
|
-
a-translation(
|
|
45
|
-
tag="
|
|
46
|
-
text="_A_WIZARD_STEP_3_"
|
|
47
|
-
)
|
|
48
|
-
p {{ text }}
|
|
49
|
-
|
|
50
|
-
template(
|
|
51
|
-
v-slot:step4
|
|
52
|
-
)
|
|
53
|
-
a-translation(
|
|
54
|
-
tag="
|
|
55
|
-
text="_A_WIZARD_STEP_4_"
|
|
56
|
-
)
|
|
1
|
+
aloha-example(
|
|
2
|
+
:code-html="codeHtml"
|
|
3
|
+
:code-js="codeJs"
|
|
4
|
+
header="_A_WIZARD_GROUP_BUTTONS_HEADER_"
|
|
5
|
+
description="_A_WIZARD_GROUP_BUTTONS_DESCRIPTION_"
|
|
6
|
+
:props="['back-button-attributes', 'back-button-class', 'back-button-icon-left', 'back-button-icon-right', 'back-button-text', 'back-button-title', 'forward-button-attributes', 'forward-button-class', 'forward-button-icon-left', 'forward-button-icon-right', 'forward-button-text', 'forward-button-title']"
|
|
7
|
+
)
|
|
8
|
+
a-wizard(
|
|
9
|
+
:steps="wizardSteps"
|
|
10
|
+
:back-button-attributes="{ stop: true }"
|
|
11
|
+
back-button-class="a_btn a_btn_warning"
|
|
12
|
+
back-button-icon-left="ChevronLeft"
|
|
13
|
+
back-button-icon-right="ChevronLeft"
|
|
14
|
+
back-button-text="_A_WIZARD_PAGE_BACK_BTN_TEXT_"
|
|
15
|
+
back-button-title="_A_WIZARD_PAGE_BACK_BTN_TEXT_"
|
|
16
|
+
:forward-button-attributes="{ stop: true }"
|
|
17
|
+
forward-button-class="a_btn a_btn_primary"
|
|
18
|
+
forward-button-icon-left="ChevronRight"
|
|
19
|
+
forward-button-icon-right="ChevronRight"
|
|
20
|
+
forward-button-text="_A_WIZARD_PAGE_FORWARD_BTN_TEXT_"
|
|
21
|
+
forward-button-title="_A_WIZARD_PAGE_FORWARD_BTN_TEXT_"
|
|
22
|
+
)
|
|
23
|
+
template(
|
|
24
|
+
v-slot:step1
|
|
25
|
+
)
|
|
26
|
+
a-translation(
|
|
27
|
+
tag="h3"
|
|
28
|
+
text="_A_WIZARD_STEP_1_"
|
|
29
|
+
)
|
|
30
|
+
p {{ text }}
|
|
31
|
+
|
|
32
|
+
template(
|
|
33
|
+
v-slot:step2
|
|
34
|
+
)
|
|
35
|
+
a-translation(
|
|
36
|
+
tag="h3"
|
|
37
|
+
text="_A_WIZARD_STEP_2_"
|
|
38
|
+
)
|
|
39
|
+
p {{ text }}
|
|
40
|
+
|
|
41
|
+
template(
|
|
42
|
+
v-slot:step3
|
|
43
|
+
)
|
|
44
|
+
a-translation(
|
|
45
|
+
tag="h3"
|
|
46
|
+
text="_A_WIZARD_STEP_3_"
|
|
47
|
+
)
|
|
48
|
+
p {{ text }}
|
|
49
|
+
|
|
50
|
+
template(
|
|
51
|
+
v-slot:step4
|
|
52
|
+
)
|
|
53
|
+
a-translation(
|
|
54
|
+
tag="h3"
|
|
55
|
+
text="_A_WIZARD_STEP_4_"
|
|
56
|
+
)
|
|
57
57
|
p {{ text }}
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
export default function HtmlAPI() {
|
|
2
|
-
const codeHtml = `<a-wizard
|
|
3
|
-
:steps="wizardSteps"
|
|
4
|
-
:back-button-attributes="{ stop: true }"
|
|
5
|
-
back-button-class="a_btn a_btn_warning"
|
|
6
|
-
back-button-icon-left="ChevronLeft"
|
|
7
|
-
back-button-icon-right="ChevronLeft"
|
|
8
|
-
back-button-text="_A_WIZARD_PAGE_BACK_BTN_TEXT_"
|
|
9
|
-
back-button-title="_A_WIZARD_PAGE_BACK_BTN_TEXT_"
|
|
10
|
-
:forward-button-attributes="{ stop: true }"
|
|
11
|
-
forward-button-class="a_btn a_btn_primary"
|
|
12
|
-
forward-button-icon-left="ChevronRight"
|
|
13
|
-
forward-button-icon-right="ChevronRight"
|
|
14
|
-
forward-button-text="_A_WIZARD_PAGE_FORWARD_BTN_TEXT_"
|
|
15
|
-
forward-button-title="_A_WIZARD_PAGE_FORWARD_BTN_TEXT_"
|
|
16
|
-
>
|
|
17
|
-
<template
|
|
18
|
-
v-slot:step1
|
|
19
|
-
>
|
|
20
|
-
<a-translation
|
|
21
|
-
tag="
|
|
22
|
-
text="_A_MODAL_WIZARD_STEP_1_"
|
|
23
|
-
></a-translation>
|
|
24
|
-
<p>{{ text }}</p>
|
|
25
|
-
</template>
|
|
26
|
-
<template
|
|
27
|
-
v-slot:step2
|
|
28
|
-
>
|
|
29
|
-
<a-translation
|
|
30
|
-
tag="
|
|
31
|
-
text="_A_MODAL_WIZARD_STEP_2_"
|
|
32
|
-
></a-translation>
|
|
33
|
-
<p>{{ text }}</p>
|
|
34
|
-
</template>
|
|
35
|
-
<template
|
|
36
|
-
v-slot:step3
|
|
37
|
-
>
|
|
38
|
-
<a-translation
|
|
39
|
-
tag="
|
|
40
|
-
text="_A_MODAL_WIZARD_STEP_3_"
|
|
41
|
-
></a-translation>
|
|
42
|
-
<p>{{ text }}</p>
|
|
43
|
-
</template>
|
|
44
|
-
<template
|
|
45
|
-
v-slot:step4
|
|
46
|
-
>
|
|
47
|
-
<a-translation
|
|
48
|
-
tag="
|
|
49
|
-
text="_A_MODAL_WIZARD_STEP_4_"
|
|
50
|
-
></a-translation>
|
|
51
|
-
<p>{{ text }}</p>
|
|
52
|
-
</template>
|
|
53
|
-
</a-wizard>`;
|
|
54
|
-
|
|
55
|
-
return {
|
|
56
|
-
codeHtml,
|
|
57
|
-
};
|
|
58
|
-
}
|
|
1
|
+
export default function HtmlAPI() {
|
|
2
|
+
const codeHtml = `<a-wizard
|
|
3
|
+
:steps="wizardSteps"
|
|
4
|
+
:back-button-attributes="{ stop: true }"
|
|
5
|
+
back-button-class="a_btn a_btn_warning"
|
|
6
|
+
back-button-icon-left="ChevronLeft"
|
|
7
|
+
back-button-icon-right="ChevronLeft"
|
|
8
|
+
back-button-text="_A_WIZARD_PAGE_BACK_BTN_TEXT_"
|
|
9
|
+
back-button-title="_A_WIZARD_PAGE_BACK_BTN_TEXT_"
|
|
10
|
+
:forward-button-attributes="{ stop: true }"
|
|
11
|
+
forward-button-class="a_btn a_btn_primary"
|
|
12
|
+
forward-button-icon-left="ChevronRight"
|
|
13
|
+
forward-button-icon-right="ChevronRight"
|
|
14
|
+
forward-button-text="_A_WIZARD_PAGE_FORWARD_BTN_TEXT_"
|
|
15
|
+
forward-button-title="_A_WIZARD_PAGE_FORWARD_BTN_TEXT_"
|
|
16
|
+
>
|
|
17
|
+
<template
|
|
18
|
+
v-slot:step1
|
|
19
|
+
>
|
|
20
|
+
<a-translation
|
|
21
|
+
tag="h3"
|
|
22
|
+
text="_A_MODAL_WIZARD_STEP_1_"
|
|
23
|
+
></a-translation>
|
|
24
|
+
<p>{{ text }}</p>
|
|
25
|
+
</template>
|
|
26
|
+
<template
|
|
27
|
+
v-slot:step2
|
|
28
|
+
>
|
|
29
|
+
<a-translation
|
|
30
|
+
tag="h3"
|
|
31
|
+
text="_A_MODAL_WIZARD_STEP_2_"
|
|
32
|
+
></a-translation>
|
|
33
|
+
<p>{{ text }}</p>
|
|
34
|
+
</template>
|
|
35
|
+
<template
|
|
36
|
+
v-slot:step3
|
|
37
|
+
>
|
|
38
|
+
<a-translation
|
|
39
|
+
tag="h3"
|
|
40
|
+
text="_A_MODAL_WIZARD_STEP_3_"
|
|
41
|
+
></a-translation>
|
|
42
|
+
<p>{{ text }}</p>
|
|
43
|
+
</template>
|
|
44
|
+
<template
|
|
45
|
+
v-slot:step4
|
|
46
|
+
>
|
|
47
|
+
<a-translation
|
|
48
|
+
tag="h3"
|
|
49
|
+
text="_A_MODAL_WIZARD_STEP_4_"
|
|
50
|
+
></a-translation>
|
|
51
|
+
<p>{{ text }}</p>
|
|
52
|
+
</template>
|
|
53
|
+
</a-wizard>`;
|
|
54
|
+
|
|
55
|
+
return {
|
|
56
|
+
codeHtml,
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
aloha-example(
|
|
2
|
-
:code-html="codeHtml"
|
|
3
|
-
:code-js="codeJs"
|
|
4
|
-
header="_A_WIZARD_GROUP_BUTTONS_DISABLED_HEADER_"
|
|
5
|
-
description="_A_WIZARD_GROUP_BUTTONS_DISABLED_DESCRIPTION_"
|
|
6
|
-
:props="['is-back-button-disabled', 'is-back-step-button-disabled', 'is-forward-button-disabled', 'is-forward-step-button-disabled']"
|
|
7
|
-
)
|
|
8
|
-
.a_columns.a_columns_count_12
|
|
9
|
-
.a_column.a_column_6.a_columns_count_12_touch.a_mb_5
|
|
10
|
-
a-switch(
|
|
11
|
-
v-model="isBackButtonDisabled"
|
|
12
|
-
label="is-back-button-disabled"
|
|
13
|
-
)
|
|
14
|
-
a-switch(
|
|
15
|
-
v-model="isBackStepButtonDisabled"
|
|
16
|
-
label="is-back-step-button-disabled"
|
|
17
|
-
)
|
|
18
|
-
a-switch(
|
|
19
|
-
v-model="isForwardButtonDisabled"
|
|
20
|
-
label="is-forward-button-disabled"
|
|
21
|
-
)
|
|
22
|
-
a-switch(
|
|
23
|
-
v-model="isForwardStepButtonDisabled"
|
|
24
|
-
label="is-forward-step-button-disabled"
|
|
25
|
-
)
|
|
26
|
-
a-wizard(
|
|
27
|
-
:steps="wizardSteps"
|
|
28
|
-
:is-back-button-disabled="isBackButtonDisabled"
|
|
29
|
-
:is-back-step-button-disabled="isBackStepButtonDisabled"
|
|
30
|
-
:is-forward-button-disabled="isForwardButtonDisabled"
|
|
31
|
-
:is-forward-step-button-disabled="isForwardStepButtonDisabled"
|
|
32
|
-
)
|
|
33
|
-
template(
|
|
34
|
-
v-slot:step1
|
|
35
|
-
)
|
|
36
|
-
a-translation(
|
|
37
|
-
tag="
|
|
38
|
-
text="_A_WIZARD_STEP_1_"
|
|
39
|
-
)
|
|
40
|
-
p {{ text }}
|
|
41
|
-
|
|
42
|
-
template(
|
|
43
|
-
v-slot:step2
|
|
44
|
-
)
|
|
45
|
-
a-translation(
|
|
46
|
-
tag="
|
|
47
|
-
text="_A_WIZARD_STEP_2_"
|
|
48
|
-
)
|
|
49
|
-
p {{ text }}
|
|
50
|
-
|
|
51
|
-
template(
|
|
52
|
-
v-slot:step3
|
|
53
|
-
)
|
|
54
|
-
a-translation(
|
|
55
|
-
tag="
|
|
56
|
-
text="_A_WIZARD_STEP_3_"
|
|
57
|
-
)
|
|
58
|
-
p {{ text }}
|
|
59
|
-
|
|
60
|
-
template(
|
|
61
|
-
v-slot:step4
|
|
62
|
-
)
|
|
63
|
-
a-translation(
|
|
64
|
-
tag="
|
|
65
|
-
text="_A_WIZARD_STEP_4_"
|
|
66
|
-
)
|
|
1
|
+
aloha-example(
|
|
2
|
+
:code-html="codeHtml"
|
|
3
|
+
:code-js="codeJs"
|
|
4
|
+
header="_A_WIZARD_GROUP_BUTTONS_DISABLED_HEADER_"
|
|
5
|
+
description="_A_WIZARD_GROUP_BUTTONS_DISABLED_DESCRIPTION_"
|
|
6
|
+
:props="['is-back-button-disabled', 'is-back-step-button-disabled', 'is-forward-button-disabled', 'is-forward-step-button-disabled']"
|
|
7
|
+
)
|
|
8
|
+
.a_columns.a_columns_count_12
|
|
9
|
+
.a_column.a_column_6.a_columns_count_12_touch.a_mb_5
|
|
10
|
+
a-switch(
|
|
11
|
+
v-model="isBackButtonDisabled"
|
|
12
|
+
label="is-back-button-disabled"
|
|
13
|
+
)
|
|
14
|
+
a-switch(
|
|
15
|
+
v-model="isBackStepButtonDisabled"
|
|
16
|
+
label="is-back-step-button-disabled"
|
|
17
|
+
)
|
|
18
|
+
a-switch(
|
|
19
|
+
v-model="isForwardButtonDisabled"
|
|
20
|
+
label="is-forward-button-disabled"
|
|
21
|
+
)
|
|
22
|
+
a-switch(
|
|
23
|
+
v-model="isForwardStepButtonDisabled"
|
|
24
|
+
label="is-forward-step-button-disabled"
|
|
25
|
+
)
|
|
26
|
+
a-wizard(
|
|
27
|
+
:steps="wizardSteps"
|
|
28
|
+
:is-back-button-disabled="isBackButtonDisabled"
|
|
29
|
+
:is-back-step-button-disabled="isBackStepButtonDisabled"
|
|
30
|
+
:is-forward-button-disabled="isForwardButtonDisabled"
|
|
31
|
+
:is-forward-step-button-disabled="isForwardStepButtonDisabled"
|
|
32
|
+
)
|
|
33
|
+
template(
|
|
34
|
+
v-slot:step1
|
|
35
|
+
)
|
|
36
|
+
a-translation(
|
|
37
|
+
tag="h3"
|
|
38
|
+
text="_A_WIZARD_STEP_1_"
|
|
39
|
+
)
|
|
40
|
+
p {{ text }}
|
|
41
|
+
|
|
42
|
+
template(
|
|
43
|
+
v-slot:step2
|
|
44
|
+
)
|
|
45
|
+
a-translation(
|
|
46
|
+
tag="h3"
|
|
47
|
+
text="_A_WIZARD_STEP_2_"
|
|
48
|
+
)
|
|
49
|
+
p {{ text }}
|
|
50
|
+
|
|
51
|
+
template(
|
|
52
|
+
v-slot:step3
|
|
53
|
+
)
|
|
54
|
+
a-translation(
|
|
55
|
+
tag="h3"
|
|
56
|
+
text="_A_WIZARD_STEP_3_"
|
|
57
|
+
)
|
|
58
|
+
p {{ text }}
|
|
59
|
+
|
|
60
|
+
template(
|
|
61
|
+
v-slot:step4
|
|
62
|
+
)
|
|
63
|
+
a-translation(
|
|
64
|
+
tag="h3"
|
|
65
|
+
text="_A_WIZARD_STEP_4_"
|
|
66
|
+
)
|
|
67
67
|
p {{ text }}
|