fastlifeweb 0.7.2__py3-none-any.whl → 0.7.3__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.
@@ -0,0 +1,7 @@
1
+ {# def
2
+ class_="table-auto w-full text-left border-colapse"
3
+ #}
4
+
5
+ <table class="{{attrs.class or class_}}">
6
+ {{- content -}}
7
+ </table>
@@ -0,0 +1,3 @@
1
+ <tbody>
2
+ {{- content -}}
3
+ </tbody>
@@ -0,0 +1,7 @@
1
+ {# def
2
+ class_="px-4 py-2 border-b dark:border-neutral-500"
3
+ #}
4
+
5
+ <td class="{{attrs.class or class_}}">
6
+ {{- content -}}
7
+ </td>
@@ -0,0 +1,3 @@
1
+ <tfoot>
2
+ {{- content -}}
3
+ </tfoot>
@@ -0,0 +1,7 @@
1
+ {# def
2
+ class_="px-4 py-2 border-b dark:border-neutral-500"
3
+ #}
4
+
5
+ <th class="{{attrs.class or class_}}">
6
+ {{- content -}}
7
+ </th>
@@ -0,0 +1,3 @@
1
+ <thead>
2
+ {{- content -}}
3
+ </thead>
@@ -0,0 +1,7 @@
1
+ {# def
2
+ class_=""
3
+ #}
4
+
5
+ <tr class="{{attrs.class or class_}}">
6
+ {{- content -}}
7
+ </tr>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastlifeweb
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: High-level web framework
5
5
  Home-page: https://github.com/mardiros/fastlife
6
6
  License: BSD-derived
@@ -41,6 +41,13 @@ fastlife/templates/Option.jinja,sha256=YlgBayJj94kSXK0mlGkMxTmHjTBr8T-UzvQmTcANK
41
41
  fastlife/templates/P.jinja,sha256=xEcHIv9dJRpELu_SdqQcftvKrU8z1i_BHTEVO5Mu5dU,164
42
42
  fastlife/templates/Radio.jinja,sha256=51I5n1yjWQ_uLZfzuUUf3C8ngo-KT4dPw29-pjP9uSU,723
43
43
  fastlife/templates/Select.jinja,sha256=GoK2oh4Jl5dAfL2wN718RCwtHaQIslzDCN_nwy6a9oY,480
44
+ fastlife/templates/Table.jinja,sha256=Zhqmb-otlp05h3WDliFfK3HkxHrhDoKL0cbH7GgS2aY,132
45
+ fastlife/templates/Tbody.jinja,sha256=K8wwTYcYi8-NYdP4g7MBokvYqJp9QW7DmChADuCa-Gs,35
46
+ fastlife/templates/Td.jinja,sha256=uRE-6nDYXoZhMot1bL55D888Xd19hJrjNWqoyxkQnMQ,126
47
+ fastlife/templates/Tfoot.jinja,sha256=iSHDcwhi7VNql5Yl3jvkrx2WVquT5Zm8to9P3WBlKYQ,35
48
+ fastlife/templates/Th.jinja,sha256=GdxKPkbdTNTR83PyOYr_M4IonyH99O-wjdi-7QBjAvg,126
49
+ fastlife/templates/Thead.jinja,sha256=gp3T4XiEk5zgih0gmmLcVke-Z8AgTol7AQrRtVev480,35
50
+ fastlife/templates/Tr.jinja,sha256=m999VbUMeHDkw_-JsXqtMEZsA9Zklr8eA-NiIk5FFm8,84
44
51
  fastlife/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
52
  fastlife/templates/pydantic_form/Boolean.jinja,sha256=gf8j1Wyy8C95tYsjDjxKL_ivSJPsUHBoRaK-4AiBiBA,467
46
53
  fastlife/templates/pydantic_form/Checklist.jinja,sha256=s55FqHJGNryTT3h6VWFx6mEgR8lIVBoqo7NGYUTM_rE,775
@@ -73,7 +80,7 @@ fastlife/testing/__init__.py,sha256=vuqwoNUd3BuIp3fm7nkvmYkIGjIimf5zUGhDkeWrg2s,
73
80
  fastlife/testing/testclient.py,sha256=izNTkFgArIUrdSemNl3iiEDdsiUfnb2TtfKnZi3Jwv8,20546
74
81
  fastlife/views/__init__.py,sha256=nn4B_8YTbTmhGPvSd20yyKK_9Dh1Pfh_Iq7z6iK8-CE,154
75
82
  fastlife/views/pydantic_form.py,sha256=KJtH_DK8em0czGPsv0XpzGUFhtycyXdeRldwiU7d_j4,1257
76
- fastlifeweb-0.7.2.dist-info/LICENSE,sha256=F75xSseSKMwqzFj8rswYU6NWS3VoWOc_gY3fJYf9_LI,1504
77
- fastlifeweb-0.7.2.dist-info/METADATA,sha256=i3R2D136yCg5TAGjnCH3xMg3VHJSZKyjEnfnVfSpqyw,1833
78
- fastlifeweb-0.7.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
79
- fastlifeweb-0.7.2.dist-info/RECORD,,
83
+ fastlifeweb-0.7.3.dist-info/LICENSE,sha256=F75xSseSKMwqzFj8rswYU6NWS3VoWOc_gY3fJYf9_LI,1504
84
+ fastlifeweb-0.7.3.dist-info/METADATA,sha256=N_VoUZaz4mwzEHd8apGxTLNMkFdlqdY53rmSo7dGO1A,1833
85
+ fastlifeweb-0.7.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
86
+ fastlifeweb-0.7.3.dist-info/RECORD,,