accrete 0.0.160__py3-none-any.whl → 0.0.161__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.
- accrete/contrib/ui/templates/ui/widgets/model_search_select.html +1 -1
- accrete/contrib/ui/templates/ui/widgets/model_search_select_multi.html +1 -1
- accrete/contrib/ui/templatetags/ui.py +1 -1
- {accrete-0.0.160.dist-info → accrete-0.0.161.dist-info}/METADATA +1 -1
- {accrete-0.0.160.dist-info → accrete-0.0.161.dist-info}/RECORD +7 -7
- {accrete-0.0.160.dist-info → accrete-0.0.161.dist-info}/WHEEL +0 -0
- {accrete-0.0.160.dist-info → accrete-0.0.161.dist-info}/licenses/LICENSE +0 -0
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<input id="id_{{ widget.name }}_search" type="search" autocomplete="off" class="input my-2" x-ref="searchInput" aria-label="search"
|
|
21
21
|
name="{{ widget.search_parameter }}" placeholder="{% translate 'Type to search' %}" hx-get="{{ widget.search_url }}"
|
|
22
22
|
hx-trigger="input changed delay:500ms, search" hx-target="#{{ widget.name }}_dropdown_items"
|
|
23
|
-
style="border-radius: 0; border-top: none; border-right: none; border-left: none"
|
|
23
|
+
style="border-radius: 0; border-top: none; border-right: none; border-left: none; box-shadow: none"
|
|
24
24
|
>
|
|
25
25
|
<div x-on:click="$refs.inputValue.setAttribute('value', $event.target.value); $refs.inputDisplay.value = $event.target.innerText; htmx.trigger($refs.inputValue, 'submit'); open = false; htmx.trigger('#id_{{ widget.name }}_value', 'change');"
|
|
26
26
|
x-on:keydown="if (![9, 27, 38, 40].includes($event.keyCode)) {$refs.searchInput.focus();}"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
hx-trigger="input changed delay:300ms, search"
|
|
46
46
|
hx-target="#id_{{ widget.uuid }}_dropdown_items"
|
|
47
47
|
hx-swap="innerHTML"
|
|
48
|
-
style="border-radius: 0; border-top: none; border-right: none; border-left: none"
|
|
48
|
+
style="border-radius: 0; border-top: none; border-right: none; border-left: none; box-shadow: none"
|
|
49
49
|
x-on:keydown="if (![9, 27, 38, 40].includes($event.keyCode)) {$refs.searchInput.focus();}"
|
|
50
50
|
@change.stop=""
|
|
51
51
|
>
|
|
@@ -96,7 +96,7 @@ def verbose_field_name(param: object, value: str):
|
|
|
96
96
|
else:
|
|
97
97
|
field = getattr(param.model, value).field
|
|
98
98
|
if isinstance(field, ManyToManyField):
|
|
99
|
-
name = field.
|
|
99
|
+
name = field.verbose_name
|
|
100
100
|
else:
|
|
101
101
|
name = getattr(param.model, value).field.verbose_name
|
|
102
102
|
|
|
@@ -230,11 +230,11 @@ accrete/contrib/ui/templates/ui/filter/query_tags.html,sha256=ooeIwIwvhT0fG5SMAu
|
|
|
230
230
|
accrete/contrib/ui/templates/ui/templatetags/field.html,sha256=p0h2213KOx3lB3hrHvjeFC-KPE9NF81jihVKkeC83Lg,2710
|
|
231
231
|
accrete/contrib/ui/templates/ui/templatetags/tenant_quick_switch.html,sha256=1qp8Qpjb3bbRwjmlFlOrJo_xuamHFKabuHzN77DLAXw,860
|
|
232
232
|
accrete/contrib/ui/templates/ui/widgets/date_weekday.html,sha256=l5k7lFJjdao49Q6oyGf20go-bXJFlidTuUVKYOuISGE,628
|
|
233
|
-
accrete/contrib/ui/templates/ui/widgets/model_search_select.html,sha256=
|
|
234
|
-
accrete/contrib/ui/templates/ui/widgets/model_search_select_multi.html,sha256=
|
|
233
|
+
accrete/contrib/ui/templates/ui/widgets/model_search_select.html,sha256=JaQdP3T7TiRxMbhmsDvAYzP6euts4UDBxj2EkrpbnNU,3011
|
|
234
|
+
accrete/contrib/ui/templates/ui/widgets/model_search_select_multi.html,sha256=gJEoATv9VsAcqyrV_YdFaigOxLKdcFUqcNvUvhOKHIg,4838
|
|
235
235
|
accrete/contrib/ui/templates/ui/widgets/model_search_select_options.html,sha256=4Wky0XkYWZlIKXTXzGjJkJTX3H9rhjXTY1hYai3Q3TA,242
|
|
236
236
|
accrete/contrib/ui/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
237
|
-
accrete/contrib/ui/templatetags/ui.py,sha256=
|
|
237
|
+
accrete/contrib/ui/templatetags/ui.py,sha256=u5kqpHk2CijweHlPx0CGSnaG2wVXIlKvf2GG4-dxzGo,8350
|
|
238
238
|
accrete/contrib/ui/widgets/__init__.py,sha256=2mcvXyFNdFkqOVHGUBDbLmbaJnWnoFaS1uc4dqmdtpE,106
|
|
239
239
|
accrete/contrib/ui/widgets/date_weekday.py,sha256=r6VNE8dwGVZq4jJLGF_MP320-yp482Iykh-WsjeY9XU,148
|
|
240
240
|
accrete/contrib/ui/widgets/search_select.py,sha256=u3YZT-6gg_RYHdrpmFbF-bCdlW4a7-gIocl6fGcdNfU,3323
|
|
@@ -298,7 +298,7 @@ accrete/utils/forms.py,sha256=naV4urdfvmpxcx5Vf3Fo72M5Fy8DjGg5-vkysMKptbA,3914
|
|
|
298
298
|
accrete/utils/log.py,sha256=BH0MBDweAjx30wGBO4F3sFhbgkSoEs7T1lLLjlYZNnA,407
|
|
299
299
|
accrete/utils/models.py,sha256=o_nvvwXf8L9hg_6mkFmC9ok7eFZ0auZ0kUC7Buw7du8,2205
|
|
300
300
|
accrete/utils/views.py,sha256=LE9pZ1x9f7ioaPYydbrN4t1b0o6NIIq0qUjPTb1Qkbw,5022
|
|
301
|
-
accrete-0.0.
|
|
302
|
-
accrete-0.0.
|
|
303
|
-
accrete-0.0.
|
|
304
|
-
accrete-0.0.
|
|
301
|
+
accrete-0.0.161.dist-info/METADATA,sha256=7Vtj2GQwTKy9Qg1AxdgqIvvp54VsKDPjI_WkjayOuyg,4953
|
|
302
|
+
accrete-0.0.161.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
303
|
+
accrete-0.0.161.dist-info/licenses/LICENSE,sha256=vHwb4Qnv8UfYKFiCWyTuRGsi49x19UQwHRCky3b2_NE,1057
|
|
304
|
+
accrete-0.0.161.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|