collective.tiles.carousel 1.0.1__py3-none-any.whl → 1.0.2__py3-none-any.whl
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.
- collective/tiles/carousel/tests/robot/test_example.robot +1 -1
- collective/tiles/carousel/tile.pt +3 -4
- {collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/METADATA +8 -1
- {collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/RECORD +11 -12
- {collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/WHEEL +1 -1
- collective/tiles/carousel/locales/en/LC_MESSAGES/collective.tiles.carousel.mo +0 -0
- /collective.tiles.carousel-1.0.1-py3.10-nspkg.pth → /collective.tiles.carousel-1.0.2-py3.11-nspkg.pth +0 -0
- {collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/LICENSE.GPL +0 -0
- {collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/LICENSE.rst +0 -0
- {collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/entry_points.txt +0 -0
- {collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/namespace_packages.txt +0 -0
- {collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/top_level.txt +0 -0
@@ -16,7 +16,7 @@
|
|
16
16
|
#
|
17
17
|
# $ bin/robot src/collective/tiles/carousel/tests/robot/test_example.robot
|
18
18
|
#
|
19
|
-
# See the
|
19
|
+
# See the https://docs.plone.org for further details (search for robot
|
20
20
|
# framework).
|
21
21
|
#
|
22
22
|
# ============================================================================
|
@@ -25,12 +25,11 @@
|
|
25
25
|
|
26
26
|
<div id="carousel-${view/id}" class="carousel ${darkvariant} slide ${crossfade} mb-3 collective-tiles-carousel" data-bs-ride="carousel" data-bs-interval="${python:view.data.get('carousel_speed', False) or 'false'}">
|
27
27
|
|
28
|
-
<
|
28
|
+
<div class="carousel-indicators" tal:condition="view/data/indicators">
|
29
29
|
<tal:indicators repeat="item items">
|
30
|
-
<
|
31
|
-
class="${python:repeat.item.index == 0 and 'active' or None}"></li>
|
30
|
+
<button type="button" data-bs-target="#carousel-${view/id}" data-bs-slide-to="${python:repeat.item.index}" class="${python:repeat.item.index == 0 and 'active' or None}" aria-current="true" aria-label="Slide ${python:repeat.item.index}"></button>
|
32
31
|
</tal:indicators>
|
33
|
-
</
|
32
|
+
</div>
|
34
33
|
|
35
34
|
<div class="carousel-inner">
|
36
35
|
<tal:slides repeat="slide items">
|
{collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: collective.tiles.carousel
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2
|
4
4
|
Summary: Slider for plone.app.mosaic based on Bootstrap 5
|
5
5
|
Home-page: https://github.com/collective/collective.tiles.carousel
|
6
6
|
Author: Peter Holzer
|
@@ -95,6 +95,13 @@ Changelog
|
|
95
95
|
=========
|
96
96
|
|
97
97
|
|
98
|
+
1.0.2 (2023-09-21)
|
99
|
+
------------------
|
100
|
+
|
101
|
+
- Update indicators markup to Bootstrap 5.x
|
102
|
+
[petschki]
|
103
|
+
|
104
|
+
|
98
105
|
1.0.1 (2022-08-02)
|
99
106
|
------------------
|
100
107
|
|
{collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/RECORD
RENAMED
@@ -1,10 +1,10 @@
|
|
1
|
-
collective.tiles.carousel-1.0.
|
1
|
+
collective.tiles.carousel-1.0.2-py3.11-nspkg.pth,sha256=Vq44M1ox8wdw3b0VK_LUaGmCPYCr7x699rOAClrxCbs,1762
|
2
2
|
collective/tiles/carousel/__init__.py,sha256=J9-8Hj1ymQi5g5IecTHwgRxzlYuFyIDJDVDoNs3IWjQ,118
|
3
3
|
collective/tiles/carousel/configure.zcml,sha256=Xf51g0Waj8P9EbJzS6PWlXGc00X9huuBYV97z3_ey68,1782
|
4
4
|
collective/tiles/carousel/interfaces.py,sha256=erGd_4DSscSVyQCdzdWNABmPxuUBV1vwKvz6_m5BCc4,249
|
5
5
|
collective/tiles/carousel/setuphandlers.py,sha256=xS14jPrTbbqKOvYpxRR77uIM0hbY6H3RgzLovbjGy38,593
|
6
6
|
collective/tiles/carousel/testing.py,sha256=A7AkCV9Z3Z5EQ40Bbrk1KSagdDuQjYPDcFZSo3siDnI,1686
|
7
|
-
collective/tiles/carousel/tile.pt,sha256=
|
7
|
+
collective/tiles/carousel/tile.pt,sha256=tRjItcqSfT7MqIh5JM0aW_eVV_orYHHAzf67KqJhzkk,3560
|
8
8
|
collective/tiles/carousel/tile.py,sha256=NEA_4iXQzWeKc3wV0RyyK9PXh40dtihjCga4Ret2LZU,13267
|
9
9
|
collective/tiles/carousel/utils.py,sha256=ApwPwtC3Ww9Stm-zncHYkfpOvk4x7ism2Fl8wE54kdg,1833
|
10
10
|
collective/tiles/carousel/locales/README.rst,sha256=fS2h1MYp7b5Im-GcnIsZLHhK1N4F-_VuHBf_DorI2_A,611
|
@@ -12,7 +12,6 @@ collective/tiles/carousel/locales/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
12
12
|
collective/tiles/carousel/locales/collective.tiles.carousel.pot,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
13
|
collective/tiles/carousel/locales/update.py,sha256=jynjlAH6iDEu_33RfLPZahmfdX9nhVeD3jWIIw75vKY,1726
|
14
14
|
collective/tiles/carousel/locales/update.sh,sha256=ZGzBK0W3foiqphsq8fHnnCpfsVqkQmNVn8GhsT7sYDk,512
|
15
|
-
collective/tiles/carousel/locales/en/LC_MESSAGES/collective.tiles.carousel.mo,sha256=L2onKtwQZTXkBHC9_jRNfURepKFpwGdaacsyQ8btxUE,28
|
16
15
|
collective/tiles/carousel/locales/en/LC_MESSAGES/collective.tiles.carousel.po,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
16
|
collective/tiles/carousel/profiles/default/browserlayer.xml,sha256=C1ZbYm9g7o6ar5eLz0lVEFTCtzQBo7pbsKOY3jzt4pU,200
|
18
17
|
collective/tiles/carousel/profiles/default/metadata.xml,sha256=27DT54kAJb0JP4GtC3n5gtg89-Q_RSzu0_pmQYZpias,185
|
@@ -28,12 +27,12 @@ collective/tiles/carousel/slides/static/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeu
|
|
28
27
|
collective/tiles/carousel/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
28
|
collective/tiles/carousel/tests/test_robot.py,sha256=VPu3DguHGk-5srPM-N9BZj4dALjotYup8RWZ-QRdbpQ,947
|
30
29
|
collective/tiles/carousel/tests/test_setup.py,sha256=EySGVe2gxRJHO34oAWyscBd8ZrdFv8cbtxpqyzGoOek,2228
|
31
|
-
collective/tiles/carousel/tests/robot/test_example.robot,sha256=
|
32
|
-
collective.tiles.carousel-1.0.
|
33
|
-
collective.tiles.carousel-1.0.
|
34
|
-
collective.tiles.carousel-1.0.
|
35
|
-
collective.tiles.carousel-1.0.
|
36
|
-
collective.tiles.carousel-1.0.
|
37
|
-
collective.tiles.carousel-1.0.
|
38
|
-
collective.tiles.carousel-1.0.
|
39
|
-
collective.tiles.carousel-1.0.
|
30
|
+
collective/tiles/carousel/tests/robot/test_example.robot,sha256=RjktU-NOhxH3xDxc_Tn91wLAVcuQQ2aNnMEV5oHOKFw,2032
|
31
|
+
collective.tiles.carousel-1.0.2.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
32
|
+
collective.tiles.carousel-1.0.2.dist-info/LICENSE.rst,sha256=iDVL_6C7byshRvxykg-JJfnJl1UQCvKDV_H-1dp_8GU,668
|
33
|
+
collective.tiles.carousel-1.0.2.dist-info/METADATA,sha256=2NSf7MMOSyi5JIlWJu7udUpfsm4rAZPf-VsyYOPTyV4,3240
|
34
|
+
collective.tiles.carousel-1.0.2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
35
|
+
collective.tiles.carousel-1.0.2.dist-info/entry_points.txt,sha256=ru0hdDg0GqdaMNDkHf3l7rtXvCkgCOmh7S-EiRWIpUk,130
|
36
|
+
collective.tiles.carousel-1.0.2.dist-info/namespace_packages.txt,sha256=AiVC9ju6UYs_UE8dvyfAvQmRsFgWG25eyAfTG-nLAjM,28
|
37
|
+
collective.tiles.carousel-1.0.2.dist-info/top_level.txt,sha256=FyC0xnd95fkjCaKazR3nfIgNqhWMpB0mYBlzALyXKTg,11
|
38
|
+
collective.tiles.carousel-1.0.2.dist-info/RECORD,,
|
Binary file
|
File without changes
|
{collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/LICENSE.GPL
RENAMED
File without changes
|
{collective.tiles.carousel-1.0.1.dist-info → collective.tiles.carousel-1.0.2.dist-info}/LICENSE.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|