hr-design-system-handlebars 1.103.8 → 1.103.9
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/CHANGELOG.md +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/pagination/pagination_button_right.hbs +6 -4
- package/dist/views/components/pagination/pagination_button_right_linked.hbs +7 -4
- package/dist/views/components/pagination/pagination_more_than_three_pages.hbs +21 -12
- package/dist/views/components/pagination/pagination_only_three_pages.hbs +14 -8
- package/dist/views/components/pagination/pagination_only_two_pages.hbs +7 -4
- package/dist/views_static/components/pagination/pagination_button_right.hbs +6 -4
- package/dist/views_static/components/pagination/pagination_button_right_linked.hbs +7 -4
- package/dist/views_static/components/pagination/pagination_more_than_three_pages.hbs +21 -12
- package/dist/views_static/components/pagination/pagination_only_three_pages.hbs +14 -8
- package/dist/views_static/components/pagination/pagination_only_two_pages.hbs +7 -4
- package/package.json +1 -1
- package/src/stories/views/components/pagination/pagination_button_right.hbs +6 -4
- package/src/stories/views/components/pagination/pagination_button_right_linked.hbs +7 -4
- package/src/stories/views/components/pagination/pagination_more_than_three_pages.hbs +21 -12
- package/src/stories/views/components/pagination/pagination_only_three_pages.hbs +14 -8
- package/src/stories/views/components/pagination/pagination_only_two_pages.hbs +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.103.9 (Fri Oct 04 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- add empty htmlProperties in pagination [#1089](https://github.com/mumprod/hr-design-system-handlebars/pull/1089) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.103.8 (Wed Oct 02 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3478,7 +3478,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3478
3478
|
border-bottom-color: var(--color-secondary-ds);
|
|
3479
3479
|
}
|
|
3480
3480
|
.counter-reset {
|
|
3481
|
-
counter-reset:
|
|
3481
|
+
counter-reset: cnt1728027709494;
|
|
3482
3482
|
}
|
|
3483
3483
|
.hyphens-auto {
|
|
3484
3484
|
-webkit-hyphens: auto;
|
|
@@ -3886,7 +3886,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3886
3886
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3887
3887
|
}
|
|
3888
3888
|
.-ordered {
|
|
3889
|
-
counter-increment:
|
|
3889
|
+
counter-increment: cnt1728027709494 1;
|
|
3890
3890
|
}
|
|
3891
3891
|
.-ordered::before {
|
|
3892
3892
|
position: absolute;
|
|
@@ -3902,7 +3902,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3902
3902
|
letter-spacing: .0125em;
|
|
3903
3903
|
--tw-text-opacity: 1;
|
|
3904
3904
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3905
|
-
content: counter(
|
|
3905
|
+
content: counter(cnt1728027709494);
|
|
3906
3906
|
}
|
|
3907
3907
|
/*! ****************************/
|
|
3908
3908
|
/*! DataPolicy stuff */
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{{
|
|
2
|
-
{{
|
|
3
|
-
{{
|
|
4
|
-
|
|
1
|
+
{{#with this}}
|
|
2
|
+
{{#> components/button/button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1" _type="button"}}
|
|
3
|
+
{{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
|
|
4
|
+
{{/components/button/button}}
|
|
5
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
6
|
+
{{/with}}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
{{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
{{
|
|
1
|
+
{{#with this}}
|
|
2
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
|
|
3
|
+
<span class="sr-only">Nächste Seite</span>
|
|
4
|
+
{{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
|
|
5
|
+
{{/components/button/link_button}}
|
|
6
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
7
|
+
{{/with}}
|
|
@@ -11,10 +11,13 @@
|
|
|
11
11
|
{{/inline}}
|
|
12
12
|
{{/with}}
|
|
13
13
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
14
|
-
{{
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
{{#with this}}
|
|
15
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
16
|
+
<span class="sr-only">Zur Seite: </span>
|
|
17
|
+
{{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
|
|
18
|
+
{{/components/button/link_button}}
|
|
19
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
20
|
+
{{/with}}
|
|
18
21
|
{{> components/pagination/pagination_button_right_linked }}
|
|
19
22
|
</div>
|
|
20
23
|
{{else}}
|
|
@@ -35,10 +38,13 @@
|
|
|
35
38
|
{{/inline}}
|
|
36
39
|
{{/with}}
|
|
37
40
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
38
|
-
{{
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
41
|
+
{{#with this}}
|
|
42
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
43
|
+
<span class="sr-only">Zur Seite: </span>
|
|
44
|
+
{{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
|
|
45
|
+
{{/components/button/link_button}}
|
|
46
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
47
|
+
{{/with}}
|
|
42
48
|
{{> components/pagination/pagination_button_right_linked }}
|
|
43
49
|
</div>
|
|
44
50
|
{{else}}
|
|
@@ -62,10 +68,13 @@
|
|
|
62
68
|
{{~#if _notLastButOnePage~}}
|
|
63
69
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
64
70
|
{{~/if~}}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
71
|
+
{{#with this}}
|
|
72
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
73
|
+
<span class="sr-only">Zur Seite: </span>
|
|
74
|
+
{{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
|
|
75
|
+
{{/components/button/link_button}}
|
|
76
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
77
|
+
{{/with}}
|
|
69
78
|
{{~/if~}}
|
|
70
79
|
{{~#if _notLastPage~}}
|
|
71
80
|
{{> components/pagination/pagination_button_right_linked }}
|
|
@@ -10,10 +10,13 @@
|
|
|
10
10
|
aria-current="true"
|
|
11
11
|
{{/inline}}
|
|
12
12
|
{{/with}}
|
|
13
|
-
{{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
{{#with this}}
|
|
14
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
|
|
15
|
+
<span class="sr-only">Zur Seite: </span>
|
|
16
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
17
|
+
{{/components/button/link_button}}
|
|
18
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
19
|
+
{{/with}}
|
|
17
20
|
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
18
21
|
<span class="sr-only">Zur Seite: </span>
|
|
19
22
|
{{> components/button/components/button_label _label="3" _css=""}}
|
|
@@ -37,10 +40,13 @@
|
|
|
37
40
|
aria-current="true"
|
|
38
41
|
{{/inline}}
|
|
39
42
|
{{/with}}
|
|
40
|
-
{{
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
{{#with this}}
|
|
44
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
45
|
+
<span class="sr-only">Zur Seite: </span>
|
|
46
|
+
{{> components/button/components/button_label _label="3" _css=""}}
|
|
47
|
+
{{/components/button/link_button}}
|
|
48
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
49
|
+
{{/with}}
|
|
44
50
|
{{> components/pagination/pagination_button_right_linked }}
|
|
45
51
|
</div>
|
|
46
52
|
{{else}}
|
|
@@ -10,10 +10,13 @@
|
|
|
10
10
|
aria-current="true"
|
|
11
11
|
{{/inline}}
|
|
12
12
|
{{/with}}
|
|
13
|
-
{{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
{{#with this}}
|
|
14
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
15
|
+
<span class="sr-only">Zur Seite: </span>
|
|
16
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
17
|
+
{{/components/button/link_button}}
|
|
18
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
19
|
+
{{/with}}
|
|
17
20
|
{{> components/pagination/pagination_button_right_linked }}
|
|
18
21
|
</div>
|
|
19
22
|
{{else}}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{{
|
|
2
|
-
{{
|
|
3
|
-
{{
|
|
4
|
-
|
|
1
|
+
{{#with this}}
|
|
2
|
+
{{#> components/button/button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1" _type="button"}}
|
|
3
|
+
{{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
|
|
4
|
+
{{/components/button/button}}
|
|
5
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
6
|
+
{{/with}}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
{{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
{{
|
|
1
|
+
{{#with this}}
|
|
2
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
|
|
3
|
+
<span class="sr-only">Nächste Seite</span>
|
|
4
|
+
{{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
|
|
5
|
+
{{/components/button/link_button}}
|
|
6
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
7
|
+
{{/with}}
|
|
@@ -11,10 +11,13 @@
|
|
|
11
11
|
{{/inline}}
|
|
12
12
|
{{/with}}
|
|
13
13
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
14
|
-
{{
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
{{#with this}}
|
|
15
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
16
|
+
<span class="sr-only">Zur Seite: </span>
|
|
17
|
+
{{> components/button/components/button_label _label=_totalPages _css=""}}
|
|
18
|
+
{{/components/button/link_button}}
|
|
19
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
20
|
+
{{/with}}
|
|
18
21
|
{{> components/pagination/pagination_button_right_linked }}
|
|
19
22
|
</div>
|
|
20
23
|
{{else}}
|
|
@@ -35,10 +38,13 @@
|
|
|
35
38
|
{{/inline}}
|
|
36
39
|
{{/with}}
|
|
37
40
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
38
|
-
{{
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
41
|
+
{{#with this}}
|
|
42
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
43
|
+
<span class="sr-only">Zur Seite: </span>
|
|
44
|
+
{{> components/button/components/button_label _label=_totalPages _css=""}}
|
|
45
|
+
{{/components/button/link_button}}
|
|
46
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
47
|
+
{{/with}}
|
|
42
48
|
{{> components/pagination/pagination_button_right_linked }}
|
|
43
49
|
</div>
|
|
44
50
|
{{else}}
|
|
@@ -62,10 +68,13 @@
|
|
|
62
68
|
{{~#if _notLastButOnePage~}}
|
|
63
69
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
64
70
|
{{~/if~}}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
71
|
+
{{#with this}}
|
|
72
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
73
|
+
<span class="sr-only">Zur Seite: </span>
|
|
74
|
+
{{> components/button/components/button_label _label=_totalPages _css=""}}
|
|
75
|
+
{{/components/button/link_button}}
|
|
76
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
77
|
+
{{/with}}
|
|
69
78
|
{{~/if~}}
|
|
70
79
|
{{~#if _notLastPage~}}
|
|
71
80
|
{{> components/pagination/pagination_button_right_linked }}
|
|
@@ -10,10 +10,13 @@
|
|
|
10
10
|
aria-current="true"
|
|
11
11
|
{{/inline}}
|
|
12
12
|
{{/with}}
|
|
13
|
-
{{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
{{#with this}}
|
|
14
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
|
|
15
|
+
<span class="sr-only">Zur Seite: </span>
|
|
16
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
17
|
+
{{/components/button/link_button}}
|
|
18
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
19
|
+
{{/with}}
|
|
17
20
|
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
18
21
|
<span class="sr-only">Zur Seite: </span>
|
|
19
22
|
{{> components/button/components/button_label _label="3" _css=""}}
|
|
@@ -37,10 +40,13 @@
|
|
|
37
40
|
aria-current="true"
|
|
38
41
|
{{/inline}}
|
|
39
42
|
{{/with}}
|
|
40
|
-
{{
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
{{#with this}}
|
|
44
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
45
|
+
<span class="sr-only">Zur Seite: </span>
|
|
46
|
+
{{> components/button/components/button_label _label="3" _css=""}}
|
|
47
|
+
{{/components/button/link_button}}
|
|
48
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
49
|
+
{{/with}}
|
|
44
50
|
{{> components/pagination/pagination_button_right_linked }}
|
|
45
51
|
</div>
|
|
46
52
|
{{else}}
|
|
@@ -10,10 +10,13 @@
|
|
|
10
10
|
aria-current="true"
|
|
11
11
|
{{/inline}}
|
|
12
12
|
{{/with}}
|
|
13
|
-
{{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
{{#with this}}
|
|
14
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
15
|
+
<span class="sr-only">Zur Seite: </span>
|
|
16
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
17
|
+
{{/components/button/link_button}}
|
|
18
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
19
|
+
{{/with}}
|
|
17
20
|
{{> components/pagination/pagination_button_right_linked }}
|
|
18
21
|
</div>
|
|
19
22
|
{{else}}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"repository": "https://github.com/szuelch/hr-design-system-handlebars",
|
|
9
|
-
"version": "1.103.
|
|
9
|
+
"version": "1.103.9",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
{{
|
|
2
|
-
{{
|
|
3
|
-
{{
|
|
4
|
-
|
|
1
|
+
{{#with this}}
|
|
2
|
+
{{#> components/button/button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1" _type="button"}}
|
|
3
|
+
{{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
|
|
4
|
+
{{/components/button/button}}
|
|
5
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
6
|
+
{{/with}}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
{{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
{{
|
|
1
|
+
{{#with this}}
|
|
2
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
|
|
3
|
+
<span class="sr-only">Nächste Seite</span>
|
|
4
|
+
{{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
|
|
5
|
+
{{/components/button/link_button}}
|
|
6
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
7
|
+
{{/with}}
|
|
@@ -11,10 +11,13 @@
|
|
|
11
11
|
{{/inline}}
|
|
12
12
|
{{/with}}
|
|
13
13
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
14
|
-
{{
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
{{#with this}}
|
|
15
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
16
|
+
<span class="sr-only">Zur Seite: </span>
|
|
17
|
+
{{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
|
|
18
|
+
{{/components/button/link_button}}
|
|
19
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
20
|
+
{{/with}}
|
|
18
21
|
{{> components/pagination/pagination_button_right_linked }}
|
|
19
22
|
</div>
|
|
20
23
|
{{else}}
|
|
@@ -35,10 +38,13 @@
|
|
|
35
38
|
{{/inline}}
|
|
36
39
|
{{/with}}
|
|
37
40
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
38
|
-
{{
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
41
|
+
{{#with this}}
|
|
42
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
43
|
+
<span class="sr-only">Zur Seite: </span>
|
|
44
|
+
{{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
|
|
45
|
+
{{/components/button/link_button}}
|
|
46
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
47
|
+
{{/with}}
|
|
42
48
|
{{> components/pagination/pagination_button_right_linked }}
|
|
43
49
|
</div>
|
|
44
50
|
{{else}}
|
|
@@ -62,10 +68,13 @@
|
|
|
62
68
|
{{~#if _notLastButOnePage~}}
|
|
63
69
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
64
70
|
{{~/if~}}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
71
|
+
{{#with this}}
|
|
72
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
73
|
+
<span class="sr-only">Zur Seite: </span>
|
|
74
|
+
{{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
|
|
75
|
+
{{/components/button/link_button}}
|
|
76
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
77
|
+
{{/with}}
|
|
69
78
|
{{~/if~}}
|
|
70
79
|
{{~#if _notLastPage~}}
|
|
71
80
|
{{> components/pagination/pagination_button_right_linked }}
|
|
@@ -10,10 +10,13 @@
|
|
|
10
10
|
aria-current="true"
|
|
11
11
|
{{/inline}}
|
|
12
12
|
{{/with}}
|
|
13
|
-
{{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
{{#with this}}
|
|
14
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
|
|
15
|
+
<span class="sr-only">Zur Seite: </span>
|
|
16
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
17
|
+
{{/components/button/link_button}}
|
|
18
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
19
|
+
{{/with}}
|
|
17
20
|
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
18
21
|
<span class="sr-only">Zur Seite: </span>
|
|
19
22
|
{{> components/button/components/button_label _label="3" _css=""}}
|
|
@@ -37,10 +40,13 @@
|
|
|
37
40
|
aria-current="true"
|
|
38
41
|
{{/inline}}
|
|
39
42
|
{{/with}}
|
|
40
|
-
{{
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
{{#with this}}
|
|
44
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
45
|
+
<span class="sr-only">Zur Seite: </span>
|
|
46
|
+
{{> components/button/components/button_label _label="3" _css=""}}
|
|
47
|
+
{{/components/button/link_button}}
|
|
48
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
49
|
+
{{/with}}
|
|
44
50
|
{{> components/pagination/pagination_button_right_linked }}
|
|
45
51
|
</div>
|
|
46
52
|
{{else}}
|
|
@@ -10,10 +10,13 @@
|
|
|
10
10
|
aria-current="true"
|
|
11
11
|
{{/inline}}
|
|
12
12
|
{{/with}}
|
|
13
|
-
{{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
{{#with this}}
|
|
14
|
+
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
15
|
+
<span class="sr-only">Zur Seite: </span>
|
|
16
|
+
{{> components/button/components/button_label _label="2" _css=""}}
|
|
17
|
+
{{/components/button/link_button}}
|
|
18
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
19
|
+
{{/with}}
|
|
17
20
|
{{> components/pagination/pagination_button_right_linked }}
|
|
18
21
|
</div>
|
|
19
22
|
{{else}}
|