django-unfold 0.9.0__tar.gz → 0.11.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {django_unfold-0.9.0 → django_unfold-0.11.0}/PKG-INFO +7 -1
- {django_unfold-0.9.0 → django_unfold-0.11.0}/README.md +6 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/pyproject.toml +1 -1
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/admin.py +17 -4
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_date_range.html +3 -1
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_datetime_range.html +3 -1
- django_unfold-0.11.0/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_range.html +17 -0
- django_unfold-0.11.0/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_single.html +15 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/sites.py +43 -2
- django_unfold-0.11.0/src/unfold/static/unfold/css/styles.css +1 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/styles.css +15 -5
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/actions.html +1 -1
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/change_form_object_tools.html +1 -1
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/change_list.html +1 -1
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/search_form.html +1 -1
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/widgets/clearable_file_input.html +4 -2
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/account_links.html +1 -1
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/messages/error.html +1 -1
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templatetags/unfold.py +1 -1
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/widgets.py +17 -4
- django_unfold-0.9.0/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_range.html +0 -11
- django_unfold-0.9.0/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_single.html +0 -9
- django_unfold-0.9.0/src/unfold/static/unfold/css/styles.css +0 -1
- {django_unfold-0.9.0 → django_unfold-0.11.0}/LICENSE +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/__init__.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/admin.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/apps.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/checks.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/__init__.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/__init__.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/apps.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/forms.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/static/unfold/filters/css/nouislider.min.css +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/static/unfold/filters/js/DateTimeShortcuts.js +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/static/unfold/filters/js/admin-numeric-filter.js +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/static/unfold/filters/js/nouislider.min.js +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/static/unfold/filters/js/wNumb.min.js +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_slider.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/forms/__init__.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/forms/apps.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/forms/static/unfold/forms/css/trix.css +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/forms/static/unfold/forms/js/trix.config.js +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/forms/static/unfold/forms/js/trix.js +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/forms/templates/unfold/forms/helpers/toolbar.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/forms/templates/unfold/forms/wysiwyg.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/forms/widgets.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/__init__.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/apps.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/forms.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/templates/admin/import_export/base.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_export_item.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_import_export.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_import_item.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/templates/admin/import_export/export.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/templates/admin/import_export/import.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_confirm.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_errors.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_form.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_preview.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_validation.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/dataclasses.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/decorators.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/exceptions.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/forms.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/settings.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/static/unfold/css/simplebar.css +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/static/unfold/js/alpine.js +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/static/unfold/js/alpine.persist.js +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/static/unfold/js/app.js +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/static/unfold/js/htmx.js +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/static/unfold/js/simplebar.js +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/app_index.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/app_list.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/auth/user/add_form.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/auth/user/change_password.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/base.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/base_site.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/change_form.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/change_list_object_tools.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/change_list_results.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/date_hierarchy.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/delete_confirmation.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/delete_selected_confirmation.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/edit_inline/stacked.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/edit_inline/tabular.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/filter.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/includes/fieldset.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/includes/object_delete_summary.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/index.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/login.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/nav_sidebar.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/object_history.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/pagination.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/submit_line.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/widgets/related_widget_wrapper.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/admin/widgets/split_datetime.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/auth/widgets/read_only_password_hash.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/registration/logged_out.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/registration/password_change_done.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/registration/password_change_form.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/change_list_filter.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/actions_row.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/add_link.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/app_list.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/app_list_default.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/boolean.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/breadcrumb_item.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/display_header.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/display_label.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/field.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/form_errors.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/help_text.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/history.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/label.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/messages/errornote.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/messages/info.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/messages.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/navigation.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/pagination_current_item.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/pagination_ellipsis.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/search.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/search_results.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/site_icon.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/tab_list.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/theme_switch.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/userlinks.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/welcomemsg.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/layouts/base_simple.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/layouts/skeleton.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/widgets/clearable_file_input_small.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/widgets/date.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/widgets/range.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/widgets/split_datetime_vertical.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/widgets/split_money.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/widgets/textarea.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/widgets/time.html +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templatetags/__init__.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templatetags/unfold_list.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/typing.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/utils.py +0 -0
- {django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/views.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: django-unfold
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.11.0
|
4
4
|
Summary: Clean & minimal Django admin theme based on Tailwind CSS
|
5
5
|
Home-page: https://unfoldadmin.com
|
6
6
|
License: MIT
|
@@ -216,6 +216,7 @@ UNFOLD = {
|
|
216
216
|
"icon": "dashboard", # Supported icon set: https://fonts.google.com/icons
|
217
217
|
"link": reverse_lazy("admin:index"),
|
218
218
|
"badge": "sample_app.badge_callback",
|
219
|
+
"permission": lambda request: request.user.is_superuser,
|
219
220
|
},
|
220
221
|
{
|
221
222
|
"title": _("Users"),
|
@@ -235,6 +236,7 @@ UNFOLD = {
|
|
235
236
|
{
|
236
237
|
"title": _("Your custom title"),
|
237
238
|
"link": reverse_lazy("admin:app_label_model_name_changelist"),
|
239
|
+
"permission": "sample_app.permission_callback",
|
238
240
|
},
|
239
241
|
],
|
240
242
|
},
|
@@ -257,6 +259,10 @@ def dashboard_callback(request, context):
|
|
257
259
|
|
258
260
|
def badge_callback(request):
|
259
261
|
return 3
|
262
|
+
|
263
|
+
def permission_callback(request):
|
264
|
+
return request.user.has_perm("sample_app.change_model")
|
265
|
+
|
260
266
|
```
|
261
267
|
|
262
268
|
### Available unfold.admin.ModelAdmin options
|
@@ -192,6 +192,7 @@ UNFOLD = {
|
|
192
192
|
"icon": "dashboard", # Supported icon set: https://fonts.google.com/icons
|
193
193
|
"link": reverse_lazy("admin:index"),
|
194
194
|
"badge": "sample_app.badge_callback",
|
195
|
+
"permission": lambda request: request.user.is_superuser,
|
195
196
|
},
|
196
197
|
{
|
197
198
|
"title": _("Users"),
|
@@ -211,6 +212,7 @@ UNFOLD = {
|
|
211
212
|
{
|
212
213
|
"title": _("Your custom title"),
|
213
214
|
"link": reverse_lazy("admin:app_label_model_name_changelist"),
|
215
|
+
"permission": "sample_app.permission_callback",
|
214
216
|
},
|
215
217
|
],
|
216
218
|
},
|
@@ -233,6 +235,10 @@ def dashboard_callback(request, context):
|
|
233
235
|
|
234
236
|
def badge_callback(request):
|
235
237
|
return 3
|
238
|
+
|
239
|
+
def permission_callback(request):
|
240
|
+
return request.user.has_perm("sample_app.change_model")
|
241
|
+
|
236
242
|
```
|
237
243
|
|
238
244
|
### Available unfold.admin.ModelAdmin options
|
@@ -14,6 +14,7 @@ from django.db.models.fields import (
|
|
14
14
|
FloatField,
|
15
15
|
IntegerField,
|
16
16
|
)
|
17
|
+
from django.forms import ValidationError
|
17
18
|
from django.http import HttpRequest
|
18
19
|
from django.utils.dateparse import parse_datetime
|
19
20
|
|
@@ -62,7 +63,10 @@ class SingleNumericFilter(admin.FieldListFilter):
|
|
62
63
|
self, request: HttpRequest, queryset: QuerySet[Any]
|
63
64
|
) -> Optional[QuerySet]:
|
64
65
|
if self.value():
|
65
|
-
|
66
|
+
try:
|
67
|
+
return queryset.filter(**{self.parameter_name: self.value()})
|
68
|
+
except (ValueError, ValidationError):
|
69
|
+
return None
|
66
70
|
|
67
71
|
def value(self) -> Any:
|
68
72
|
return self.used_parameters.get(self.parameter_name, None)
|
@@ -121,7 +125,10 @@ class RangeNumericMixin:
|
|
121
125
|
}
|
122
126
|
)
|
123
127
|
|
124
|
-
|
128
|
+
try:
|
129
|
+
return queryset.filter(**filters)
|
130
|
+
except (ValueError, ValidationError):
|
131
|
+
return None
|
125
132
|
|
126
133
|
def expected_parameters(self) -> List[str]:
|
127
134
|
return [
|
@@ -332,7 +339,10 @@ class RangeDateFilter(admin.FieldListFilter):
|
|
332
339
|
}
|
333
340
|
)
|
334
341
|
|
335
|
-
|
342
|
+
try:
|
343
|
+
return queryset.filter(**filters)
|
344
|
+
except (ValueError, ValidationError):
|
345
|
+
return None
|
336
346
|
|
337
347
|
def expected_parameters(self) -> List[str]:
|
338
348
|
return [
|
@@ -443,7 +453,10 @@ class RangeDateTimeFilter(admin.FieldListFilter):
|
|
443
453
|
}
|
444
454
|
)
|
445
455
|
|
446
|
-
|
456
|
+
try:
|
457
|
+
return queryset.filter(**filters)
|
458
|
+
except (ValueError, ValidationError):
|
459
|
+
return None
|
447
460
|
|
448
461
|
def choices(self, changelist: ChangeList) -> Tuple[Dict[str, Any], ...]:
|
449
462
|
return (
|
@@ -6,8 +6,10 @@
|
|
6
6
|
|
7
7
|
<div class="flex flex-col space-y-4">
|
8
8
|
{% for field in choice.form %}
|
9
|
-
<div class="flex flex-row flex-wrap relative">
|
9
|
+
<div class="flex flex-row flex-wrap group relative{% if field.errors %} errors{% endif %}">
|
10
10
|
{{ field }}
|
11
|
+
|
12
|
+
{% include "unfold/helpers/form_errors.html" with errors=field.errors %}
|
11
13
|
</div>
|
12
14
|
{% endfor %}
|
13
15
|
</div>
|
@@ -6,8 +6,10 @@
|
|
6
6
|
|
7
7
|
<div class="flex flex-col space-y-4">
|
8
8
|
{% for field in choice.form %}
|
9
|
-
<div class="flex flex-
|
9
|
+
<div class="flex flex-row flex-wrap group relative{% if field.errors %} errors{% endif %}">
|
10
10
|
{{ field }}
|
11
|
+
|
12
|
+
{% include "unfold/helpers/form_errors.html" with errors=field.errors %}
|
11
13
|
</div>
|
12
14
|
{% endfor %}
|
13
15
|
</div>
|
django_unfold-0.11.0/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_range.html
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
{% load i18n %}
|
2
|
+
|
3
|
+
{% with choices.0 as choice %}
|
4
|
+
<div class="flex flex-col mb-6">
|
5
|
+
<h3 class="font-medium mb-4 text-sm">{% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktrans %}</h3>
|
6
|
+
|
7
|
+
<div class="flex flex-row gap-4">
|
8
|
+
{% for field in choice.form %}
|
9
|
+
<div class="group relative w-1/2{% if field.errors %} errors{% endif %}">
|
10
|
+
{{ field }}
|
11
|
+
|
12
|
+
{% include "unfold/helpers/form_errors.html" with errors=field.errors %}
|
13
|
+
</div>
|
14
|
+
{% endfor %}
|
15
|
+
</div>
|
16
|
+
</div>
|
17
|
+
{% endwith %}
|
django_unfold-0.11.0/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_single.html
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
{% load i18n %}
|
2
|
+
|
3
|
+
{% with choices.0 as choice %}
|
4
|
+
<div class="flex flex-col mb-6">
|
5
|
+
<h3 class="font-medium mb-4 text-sm">{% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktrans %}</h3>
|
6
|
+
|
7
|
+
{% for field in choice.form %}
|
8
|
+
<div class="flex flex-row flex-wrap group relative{% if field.errors %} errors{% endif %}">
|
9
|
+
{{ field }}
|
10
|
+
|
11
|
+
{% include "unfold/helpers/form_errors.html" with errors=field.errors %}
|
12
|
+
</div>
|
13
|
+
{% endfor %}
|
14
|
+
</div>
|
15
|
+
{% endwith %}
|
@@ -7,6 +7,7 @@ from django.core.validators import EMPTY_VALUES
|
|
7
7
|
from django.http import HttpRequest, HttpResponse
|
8
8
|
from django.template.response import TemplateResponse
|
9
9
|
from django.urls import URLPattern, path, reverse, reverse_lazy
|
10
|
+
from django.utils.functional import lazy
|
10
11
|
from django.utils.module_loading import import_string
|
11
12
|
|
12
13
|
from .settings import get_config
|
@@ -60,7 +61,7 @@ class UnfoldAdminSite(AdminSite):
|
|
60
61
|
"symbol": self._get_value(
|
61
62
|
get_config(self.settings_name)["SITE_SYMBOL"], request
|
62
63
|
),
|
63
|
-
"tab_list":
|
64
|
+
"tab_list": self.get_tabs_list(request),
|
64
65
|
"styles": [
|
65
66
|
self._get_value(style, request)
|
66
67
|
for style in get_config(self.settings_name)["STYLES"]
|
@@ -209,7 +210,14 @@ class UnfoldAdminSite(AdminSite):
|
|
209
210
|
return False
|
210
211
|
|
211
212
|
for group in navigation:
|
213
|
+
allowed_items = []
|
214
|
+
|
212
215
|
for item in group["items"]:
|
216
|
+
# Permission callbacks
|
217
|
+
if not self._call_permission_callback(item.get("permission"), request):
|
218
|
+
# Skip item if permission check fails
|
219
|
+
continue
|
220
|
+
|
213
221
|
item["active"] = False
|
214
222
|
item["active"] = _get_is_active(item["link"])
|
215
223
|
|
@@ -232,14 +240,47 @@ class UnfoldAdminSite(AdminSite):
|
|
232
240
|
# Badge callbacks
|
233
241
|
if "badge" in item and isinstance(item["badge"], str):
|
234
242
|
try:
|
235
|
-
|
243
|
+
callback = import_string(item["badge"])
|
244
|
+
item["badge"] = lazy(callback)(request)
|
236
245
|
except ImportError:
|
237
246
|
pass
|
238
247
|
|
248
|
+
allowed_items.append(item)
|
249
|
+
|
250
|
+
group["items"] = allowed_items
|
251
|
+
|
239
252
|
results.append(group)
|
240
253
|
|
241
254
|
return results
|
242
255
|
|
256
|
+
def get_tabs_list(self, request: HttpRequest) -> List[Dict[str, Any]]:
|
257
|
+
tabs = get_config(self.settings_name)["TABS"]
|
258
|
+
|
259
|
+
for tab in tabs:
|
260
|
+
allowed_items = []
|
261
|
+
|
262
|
+
for item in tab["items"]:
|
263
|
+
if not self._call_permission_callback(item.get("permission"), request):
|
264
|
+
# Skip item if permission check fails
|
265
|
+
continue
|
266
|
+
|
267
|
+
allowed_items.append(item)
|
268
|
+
|
269
|
+
tab["items"] = allowed_items
|
270
|
+
|
271
|
+
return tabs
|
272
|
+
|
273
|
+
def _call_permission_callback(
|
274
|
+
self, callback: Union[str, Callable, None], request: HttpRequest
|
275
|
+
):
|
276
|
+
if callback is None:
|
277
|
+
return True
|
278
|
+
|
279
|
+
if isinstance(callback, str):
|
280
|
+
callback = import_string(callback)
|
281
|
+
|
282
|
+
return callback(request)
|
283
|
+
|
243
284
|
def _get_value(
|
244
285
|
self, instance: Union[str, Callable, None], *args: Any
|
245
286
|
) -> Optional[str]:
|
@@ -0,0 +1 @@
|
|
1
|
+
/*! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,sans-serif;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(video):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(code):not(:where([class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.prose-sm :where(ol):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose] *)){padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.6666667em 1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-bottom-px{bottom:-1px}.-right-2{right:-.5rem}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.left-0{left:0}.left-72{left:18rem}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.top-0{top:0}.top-2{top:.5rem}.top-5{top:1.25rem}.top-7{top:1.75rem}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-5{margin-bottom:-1.25rem}.-mb-px{margin-bottom:-1px}.-mr-1{margin-right:-.25rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-72{margin-left:18rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.contents{display:contents}.hidden{display:none}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-16{height:4rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-9\.5{height:2.375rem}.h-full{height:100%}.max-h-screen{max-height:100vh}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-2\/3{width:66.666667%}.w-32{width:8rem}.w-4{width:1rem}.w-4\.5{width:1.125rem}.w-4\/12{width:33.333333%}.w-40{width:10rem}.w-48{width:12rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-9\.5{width:2.375rem}.w-96{width:24rem}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.w-sidebar{width:18rem}.min-w-0{min-width:0}.min-w-sidebar{min-width:18rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-none{max-width:none}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.basis-1\/2{flex-basis:50%}.table-fixed{table-layout:fixed}.border-separate{border-collapse:initial}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y:100%}.rotate-180{--tw-rotate:180deg}.rotate-180,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.border{border-width:1px}.border-0{border-width:0}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity))}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity))}.border-primary-600{--tw-border-opacity:1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-transparent{border-color:#0000}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(var(--color-primary-100)/var(--tw-bg-opacity))}.bg-primary-600{--tw-bg-opacity:1;background-color:rgb(var(--color-primary-600)/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-none{background-image:none}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-1{padding-top:.25rem}.pt-3{padding-top:.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-text-top{vertical-align:text-top}.font-sans{font-family:Inter,sans-serif}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xxs{font-size:11px;line-height:14px}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.\!leading-7{line-height:1.75rem!important}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity))}.text-primary-500{--tw-text-opacity:1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity))}.text-primary-600{--tw-text-opacity:1;color:rgb(var(--color-primary-600)/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.outline-gray-500\/20{outline-color:#6b728033}.outline-green-200{outline-color:#bbf7d0}.outline-red-200{outline-color:#fecaca}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-height{transition-property:height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-width{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-75{transition-duration:75ms}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.border-spacing-none{border-spacing:0}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:18px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale}.scrollable-top:after{position:absolute;left:0;right:0;top:-1rem;height:1rem;background-image:linear-gradient(to top,var(--tw-gradient-stops));--tw-gradient-from:#f3f4f6 var(--tw-gradient-from-position);--tw-gradient-from-position: ;--tw-gradient-to:#f3f4f600 var(--tw-gradient-from-position);--tw-gradient-to-position: ;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}:is(.dark .scrollable-top):after{background-image:none}.scrollable-top:after{content:""}.\[a-zA-Z\:\\-\]{a-z-a--z:\-}html{--color-primary-50:#faf5ff;--color-primary-100:#f3e8ff;--color-primary-200:#e9d5ff;--color-primary-300:#d8b4fe;--color-primary-400:#c084fc;--color-primary-500:#a855f7;--color-primary-600:#9333ea;--color-primary-700:#7e22ce;--color-primary-800:#6b21a8;--color-primary-900:#581c87}.column-fill-auto{-moz-column-fill:auto;column-fill:auto}[x-cloak]{display:none!important}.asteriskField{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.md-16{font-size:16px}.md-18{font-size:18px}select:not([class*=bg-none]):not([multiple]){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%236B7280' d='M24 31.4 11.3 18.7l2.85-2.8L24 25.8l9.85-9.85 2.85 2.8Z'/%3E%3C/svg%3E");background-position:right .7rem center;background-repeat:no-repeat;background-size:1.125rem 1.125rem}select:after{content:"";display:block}#page input[type=checkbox]{position:relative;display:block;height:1rem;width:1rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}#page input[type=checkbox]:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}:is(.dark #page input[type=checkbox]){--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}#page input[type=checkbox]:focus{outline-style:solid;outline-width:1px;outline-offset:2px;outline-color:rgb(var(--color-primary-500)/1)}#page input[type=checkbox]:after{position:absolute;margin-left:-1px;margin-top:-1px;display:flex;height:1rem;width:1rem;align-items:center;justify-content:center;font-size:.875rem;line-height:1.25rem;line-height:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:is(.dark #page input[type=checkbox]):after{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}#page input[type=checkbox]:after{content:"done";font-family:Material Symbols Outlined}#page input[type=checkbox]:checked{--tw-border-opacity:1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(var(--color-primary-600)/var(--tw-bg-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#page input[type=checkbox]:checked:after{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}#page input[type=checkbox].hidden{display:none}table select{display:block;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem;border-width:1px;background-repeat:no-repeat;padding:.5rem 1.25rem .5rem .75rem;font-weight:500;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="rgb(156, 163, 175)"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7 10l5 5 5-5H7z"/></svg>');background-size:1.125rem 1.125rem;background-position:right .5rem center}table select:focus{--tw-border-opacity:1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity))}table tr.selected{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}:is(.dark table tr.selected){background-color:#ffffff0f}.datetimeshortcuts{position:absolute;right:0;top:1px;display:flex;flex-direction:row-reverse;align-items:center;font-size:0;line-height:1}.datetimeshortcuts a{font-size:0;line-height:1;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.datetimeshortcuts a:first-child:hover,.datetimeshortcuts a:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}:is(.dark .datetimeshortcuts a:first-child){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}:is(.dark .datetimeshortcuts a:first-child:hover){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.datetimeshortcuts a:first-child:after{display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-left-width:1px;padding-top:.5rem;padding-bottom:.5rem;text-align:center;font-size:1rem;line-height:1.5rem;font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:18px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale}.datetimeshortcuts a:first-child:hover:after{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}:is(.dark .datetimeshortcuts a:first-child):after{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}:is(.dark .datetimeshortcuts a:first-child:hover):after{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.datetimeshortcuts a:first-child:after{content:"timer";display:flex}.date-icon{display:block;height:2.25rem;width:2.25rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.date-icon:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}:is(.dark .date-icon){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}:is(.dark .date-icon:hover){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.date-icon:after{height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-left-width:1px;padding-top:.5rem;padding-bottom:.5rem;text-align:center;font-size:1rem;line-height:1.5rem;font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:18px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale}.date-icon:hover:after{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}:is(.dark .date-icon):after{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.date-icon:after{content:"edit";display:flex}:is(.dark .date-icon:hover):after{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.clock-icon{margin-left:.5rem;display:block;height:2.25rem;width:2.25rem}.clock-icon:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}:is(.dark .clock-icon){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}:is(.dark .clock-icon:hover){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.clock-icon:after{height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-left-width:1px;padding-top:.5rem;padding-bottom:.5rem;text-align:center;font-size:1rem;line-height:1.5rem;font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:18px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale}.clock-icon:hover:after{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}:is(.dark .clock-icon):after{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}:is(.dark .clock-icon:hover):after{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.clock-icon:after{content:"edit";display:flex}.timezonewarning{margin-top:.5rem;width:100%;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.selector{display:flex;max-width:42rem;flex-grow:1;flex-direction:column;align-items:center}@media (min-width:768px){.selector{flex-direction:row}}.selector select{width:100%;flex-grow:1;background-image:none}:is(.dark .selector select){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.selector option{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:.75rem;padding-right:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}:is(.dark .selector option){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.selector .list-footer-display{border-top-width:1px;padding-top:.5rem;padding-bottom:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem}:is(.dark .selector .list-footer-display){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.selector-available,.selector-chosen{display:flex;flex-grow:1;flex-direction:column;align-self:stretch;border-radius:.375rem;border-width:1px;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}:is(.dark .selector-available),:is(.dark .selector-chosen){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}@media (min-width:768px){.selector-available,.selector-chosen{width:18rem}}@media (min-width:1024px){.selector-available,.selector-chosen{width:24rem}}.selector-available h2,.selector-chosen h2{margin-bottom:.75rem;border-bottom-width:1px;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}:is(.dark .selector-available h2),:is(.dark .selector-chosen h2){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.selector-filter{display:flex}.selector-filter input{margin-left:.75rem;margin-right:.75rem;margin-bottom:.75rem;display:block;flex-grow:1;border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.selector-filter input:focus{outline:2px solid #0000;outline-offset:2px}:is(.dark .selector-filter input){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.selector-chooseall,.selector-clearall{display:block;border-top-width:1px;padding-top:.5rem;padding-bottom:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity));text-decoration-line:underline}:is(.dark .selector-chooseall),:is(.dark .selector-clearall){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.selector-clearall{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}:is(.dark .selector-clearall){--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.selector-chooser{margin-top:1rem;margin-bottom:1rem;display:flex;width:3.5rem;flex-direction:column;font-size:0;line-height:1}.selector-chooser li{padding-top:.25rem;padding-bottom:.25rem;text-align:center}.selector-add:after,.selector-remove:after{width:1.25rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity));font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:18px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale}.selector-add:after{content:"arrow_forward"}.selector-remove:after{content:"arrow_back"}.related-widget-wrapper-link{order:9999}#page input[type=checkbox].empty-form,.empty-form{display:none}.add-row{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity));padding:1.25rem .75rem;text-align:left;text-align:right;vertical-align:middle;font-size:.875rem;line-height:1.25rem;font-weight:400}:is(.dark .add-row){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}[data-inline-type=stacked] .add-row{overflow:hidden;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}:is(.dark [data-inline-type=stacked] .add-row){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.add-row td{padding:1rem .75rem}.add-row a{display:block;border-radius:.375rem;border-width:1px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.5rem .75rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:is(.dark .add-row a){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}:is(.dark .add-row a:hover){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}@media (min-width:1024px){.add-row a{float:right}}h3 .delete label{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.inline-deletelink{display:block;font-size:.875rem;line-height:1.25rem;line-height:1;--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity));text-decoration-line:underline}:is(.dark .inline-deletelink){--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}td .inline-deletelink{display:block}@media (min-width:1024px){td .inline-deletelink{margin-top:.625rem}}h3 span:nth-child(3){margin-left:auto}.select2.select2-container{position:relative;width:100%!important;max-width:42rem;border-radius:.375rem;border-width:1px;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}:is(.dark .select2.select2-container){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.errors .select2.select2-container{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.select2-container.select2-container--admin-autocomplete .select2-selection--single{height:auto}.select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__rendered{height:2.25rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}:is(.dark .select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__rendered){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.select2-container.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__clear,.select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__clear{margin-right:1.25rem;margin-top:-.5rem;display:flex;height:2.25rem;align-items:center;font-size:0;line-height:1}.select2-container.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__clear:after,.select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__clear:after{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));font-family:Material Symbols Outlined;font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale;content:"close";font-size:14px}.select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__arrow{margin-right:.5rem;margin-top:-1px;display:flex;height:2.25rem;align-items:center}.select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__arrow:after{left:0;margin:0;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:18px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale;content:"expand_more"}#page input[type=checkbox].select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__arrow b,.select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__arrow b{display:none}.select2-container.select2-container--admin-autocomplete .select2-search--dropdown{display:flex;padding:.5rem .75rem}.select2-container.select2-container--admin-autocomplete .select2-search--dropdown .select2-search__field{margin-left:0;margin-right:0;width:auto;flex-grow:1;border-radius:.375rem;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);outline:2px solid #0000;outline-offset:2px}:is(.dark .select2-container.select2-container--admin-autocomplete .select2-search--dropdown .select2-search__field){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.select2-container.select2-container--admin-autocomplete.select2-container--open.select2-container--above{border-top-left-radius:0;border-top-right-radius:0}.select2-container.select2-container--admin-autocomplete.select2-container--open.select2-container--below{border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container.select2-container--open .select2-dropdown{--tw-border-opacity:1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity));padding-bottom:.5rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-primary-300)/var(--tw-ring-opacity))}.select2-container.select2-container--open .select2-dropdown:after{position:absolute;left:-1px;right:-1px;top:0;margin-top:-.25rem;display:block;height:.25rem;border-left-width:1px;border-right-width:1px;border-left-color:rgb(var(--color-primary-600)/var(--tw-border-opacity));--tw-border-opacity:1;border-right-color:rgb(var(--color-primary-600)/var(--tw-border-opacity));content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}:is(.dark .select2-container.select2-container--open .select2-dropdown){--tw-border-opacity:1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity));--tw-ring-color:rgb(var(--color-primary-700)/var(--tw-ring-opacity));--tw-ring-opacity:0.5}:is(.dark .select2-container.select2-container--open .select2-dropdown):after{border-left-color:rgb(var(--color-primary-700)/var(--tw-border-opacity));--tw-border-opacity:1;border-right-color:rgb(var(--color-primary-700)/var(--tw-border-opacity));content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.select2-container.select2-container--open .select2-dropdown--below{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.select2-container.select2-container--open .select2-dropdown--above{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.select2-container.select2-container--open .select2-dropdown--above:after{bottom:0;top:auto;margin-bottom:-.25rem;content:var(--tw-content);margin-top:0}.select2-container.select2-container--admin-autocomplete .select2-results__option{display:block;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:is(.dark .select2-container.select2-container--admin-autocomplete .select2-results__option){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.select2-container.select2-container--admin-autocomplete .select2-results__option--highlighted[aria-selected]{--tw-text-opacity:1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity))}.select2-container.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__clear{top:0;margin:0 .5rem 0 0}.select2-container.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__rendered{padding:.25rem 1.5rem 0 .25rem}.select2-container--admin-autocomplete .select2-selection--multiple li.select2-selection__choice{margin:0 .25rem .25rem 0;display:block;height:1.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));padding-left:.5rem;padding-right:.5rem;font-size:.875rem;font-weight:500;line-height:1.75rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));--tw-shadow:inset 0 2px 4px 0 #0000000d;--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}:is(.dark .select2-container--admin-autocomplete .select2-selection--multiple li.select2-selection__choice){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}:is(.dark .select2-container--admin-autocomplete .select2-selection--multiple li.select2-selection__choice:hover){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.select2-container--admin-autocomplete .select2-selection--multiple li.select2-selection__choice .select2-selection__choice__remove{vertical-align:top;font-size:0;line-height:1}.select2-container--admin-autocomplete .select2-selection--multiple li.select2-selection__choice .select2-selection__choice__remove:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}:is(.dark .select2-container--admin-autocomplete .select2-selection--multiple li.select2-selection__choice .select2-selection__choice__remove:hover){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.select2-container--admin-autocomplete .select2-selection--multiple li.select2-selection__choice .select2-selection__choice__remove:after{height:1.75rem;line-height:1.75rem!important;font-family:Material Symbols Outlined;font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale;content:"close";font-size:14px}.select2-container--admin-autocomplete .select2-selection--multiple li.select2-search--inline .select2-search__field{margin:0;height:1.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.select2.select2-container--open{position:relative;border-bottom-width:0;--tw-border-opacity:1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-primary-300)/var(--tw-ring-opacity))}:is(.dark .select2.select2-container--open){--tw-border-opacity:1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity));--tw-ring-color:rgb(var(--color-primary-700)/var(--tw-ring-opacity));--tw-ring-opacity:0.5}fieldset.collapsed>div{display:none}fieldset.collapse{visibility:visible}fieldset.collapsed,fieldset.collapsed h2{display:block}fieldset.collapsed .collapse-toggle{display:inline}.calendarbox,.clockbox{position:fixed!important;left:50%!important;top:50%!important;z-index:50;width:20rem;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:.375rem;border-width:1px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}:is(.dark .calendarbox),:is(.dark .clockbox){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.calendar caption{margin-bottom:.75rem;padding-top:.75rem;padding-bottom:.75rem;font-weight:500;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}:is(.dark .calendar caption){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.calendar table{margin-bottom:.75rem;width:100%}.calendar table th{text-align:center;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}:is(.dark .calendar table th){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.calendar table td{height:2.5rem;width:2.5rem;padding:.25rem;text-align:center}.calendar table td a{display:block;display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:is(.dark .calendar table td a){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.calendar table td a:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.calendar table td.today a{--tw-bg-opacity:1;background-color:rgb(var(--color-primary-600)/var(--tw-bg-opacity));font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.calendar-shortcuts{margin-bottom:.75rem;display:flex;flex-direction:row;justify-content:center;border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem;padding-left:.25rem;padding-right:.25rem;font-size:0;line-height:1}.calendar-shortcuts a{margin-left:.25rem;margin-right:.25rem;width:33.333333%;border-radius:.375rem;border-width:1px;padding:.5rem;text-align:center;font-size:.75rem;line-height:1rem;font-weight:500;line-height:1;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:is(.dark .calendar-shortcuts a){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}:is(.dark .calendar-shortcuts a:hover){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.calendar-cancel{display:block;border-top-width:1px;padding-top:.5rem;padding-bottom:.5rem;text-align:center;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity));text-decoration-line:underline}:is(.dark .calendar-cancel){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.calendarnav-previous{position:absolute;left:0;top:0;margin-left:.5rem;margin-top:.5rem;display:block;font-size:0;line-height:1}.calendarnav-next:after,.calendarnav-previous:after{display:flex;height:1.75rem;width:1.75rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:18px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale}.calendarnav-next:hover:after,.calendarnav-previous:hover:after{--tw-border-opacity:1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity))}:is(.dark .calendarnav-next):after,:is(.dark .calendarnav-previous):after{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}:is(.dark .calendarnav-next:hover):after,:is(.dark .calendarnav-previous:hover):after{border-color:rgb(31 41 55/var(--tw-border-opacity))}.calendarnav-next:after,.calendarnav-previous:after{content:"navigate_before";display:flex}:is(.dark .calendarnav-next:hover):after,:is(.dark .calendarnav-previous:hover):after{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.calendarnav-next{position:absolute;right:0;top:0;margin-right:.5rem;margin-top:.5rem;display:block;font-size:0;line-height:1}.calendarnav-next:after{content:"navigate_next";display:flex}.clockbox{z-index:50;border-radius:.375rem;border-width:1px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.875rem;line-height:1.25rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}:is(.dark .clockbox){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.clockbox h2{padding:.5rem .75rem;font-weight:500;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}:is(.dark .clockbox h2){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.clockbox .timelist{padding-left:.75rem;padding-right:.75rem;padding-bottom:.5rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}:is(.dark .clockbox .timelist){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.clockbox .timelist li{display:block;padding-bottom:.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.clockbox .timelist li:hover{--tw-text-opacity:1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity))}.htmx-swapping:before{bottom:0;left:0;right:0;top:0;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));opacity:.8;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;content:""}.htmx-swapping:after,.htmx-swapping:before{position:absolute}.htmx-swapping:after{inset:50%;height:1rem;width:1rem}@keyframes spin{to{transform:rotate(1turn)}}.htmx-swapping:after{animation:spin 1s linear infinite;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity));font-family:Material Symbols Outlined;font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale;font-size:16px;content:"sync"}#changelist-filter .admin-numeric-filter-slider .noUi-handle{right:-1rem;height:1rem;width:1rem;cursor:pointer;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}:is(.dark #changelist-filter .admin-numeric-filter-slider .noUi-handle){--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}#changelist-filter .admin-numeric-filter-slider .noUi-handle-upper{right:0}#changelist-filter .admin-numeric-filter-slider .noUi-handle:after,#changelist-filter .admin-numeric-filter-slider .noUi-handle:before{content:none}#changelist-filter .admin-numeric-filter-slider.noUi-target{height:.25rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}:is(.dark #changelist-filter .admin-numeric-filter-slider.noUi-target){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}#changelist-filter .admin-numeric-filter-slider .noUi-connect{height:.25rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(var(--color-primary-600)/var(--tw-bg-opacity))}#changelist-filter .admin-numeric-filter-slider-tooltips{margin-bottom:1.25rem;display:flex;flex-direction:row}#changelist-filter .admin-numeric-filter-slider-tooltips>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}#changelist-filter .admin-numeric-filter-slider-tooltips{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}trix-toolbar[id^=trix-toolbar-]{position:sticky;top:0}:is(.dark trix-toolbar[id^=trix-toolbar-]){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.trix-active{--tw-text-opacity:1;color:rgb(var(--color-primary-600)/var(--tw-text-opacity))}.before\:mr-auto:before{content:var(--tw-content);margin-right:auto}.before\:block:before{content:var(--tw-content);display:block}.before\:flex:before{content:var(--tw-content);display:flex}.before\:w-72:before{content:var(--tw-content);width:18rem}.before\:items-center:before{content:var(--tw-content);align-items:center}.before\:capitalize:before{content:var(--tw-content);text-transform:capitalize}.before\:text-gray-500:before{content:var(--tw-content);--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.before\:content-\[attr\(data-label\)\]:before{--tw-content:attr(data-label);content:var(--tw-content)}.first\:mt-0:first-child{margin-top:0}.first\:border-t-0:first-child{border-top-width:0}.last\:mb-0:last-child{margin-bottom:0}.last\:mb-4:last-child{margin-bottom:1rem}.last\:mb-8:last-child{margin-bottom:2rem}.last\:mr-0:last-child{margin-right:0}.last\:border-0:last-child{border-width:0}.last\:border-b-0:last-child{border-bottom-width:0}.focus-within\:border-primary-600:focus-within{--tw-border-opacity:1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity))}.focus-within\:ring:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-primary-300:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-primary-300)/var(--tw-ring-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.hover\:\!text-primary-600:hover{--tw-text-opacity:1!important;color:rgb(var(--color-primary-600)/var(--tw-text-opacity))!important}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.hover\:text-primary-600:hover{--tw-text-opacity:1;color:rgb(var(--color-primary-600)/var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.focus\:border-primary-600:focus{--tw-border-opacity:1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-primary-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-primary-300)/var(--tw-ring-opacity))}.group:hover .group-hover\:-right-1{right:-.25rem}.group:hover .group-hover\:bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.group:hover .group-hover\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.group.inline-stacked .group-\[\.inline-stacked\]\:mx-3,.group.inline-tabular .group-\[\.inline-tabular\]\:mx-3{margin-left:.75rem;margin-right:.75rem}.group.inline-stacked .group-\[\.inline-stacked\]\:mb-3{margin-bottom:.75rem}.group.inline-stacked .group-\[\.inline-stacked\]\:mt-3{margin-top:.75rem}.group.inline-tabular .group-\[\.inline-tabular\]\:mb-0{margin-bottom:0}.group.inline-tabular .group-\[\.inline-tabular\]\:mt-3{margin-top:.75rem}.group.errors .group-\[\.errors\]\:border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.group.errors .group-\[\.errors\]\:border-x-red-600{--tw-border-opacity:1;border-left-color:rgb(220 38 38/var(--tw-border-opacity));border-right-color:rgb(220 38 38/var(--tw-border-opacity))}.group.errors .group-\[\.errors\]\:border-t-red-600{--tw-border-opacity:1;border-top-color:rgb(220 38 38/var(--tw-border-opacity))}.group.errors .group-\[\.errors\]\:focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 202 202/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:block{display:block}.prose-headings\:font-medium :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))){font-weight:500}.prose-headings\:text-gray-700 :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))){--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.prose-a\:text-primary-600 :is(:where(a):not(:where([class~=not-prose] *))){--tw-text-opacity:1;color:rgb(var(--color-primary-600)/var(--tw-text-opacity))}.prose-a\:underline :is(:where(a):not(:where([class~=not-prose] *))){text-decoration-line:underline}.prose-blockquote\:border-l-4 :is(:where(blockquote):not(:where([class~=not-prose] *))){border-left-width:4px}.prose-blockquote\:not-italic :is(:where(blockquote):not(:where([class~=not-prose] *))){font-style:normal}.prose-strong\:text-gray-700 :is(:where(strong):not(:where([class~=not-prose] *))){--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.prose-pre\:rounded :is(:where(pre):not(:where([class~=not-prose] *))){border-radius:.25rem}.prose-pre\:bg-gray-50 :is(:where(pre):not(:where([class~=not-prose] *))){--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.prose-ol\:list-decimal :is(:where(ol):not(:where([class~=not-prose] *))){list-style-type:decimal}.prose-ul\:list-disc :is(:where(ul):not(:where([class~=not-prose] *))){list-style-type:disc}:is(.dark .dark\:border){border-width:1px}:is(.dark .dark\:border-r){border-right-width:1px}:is(.dark .dark\:border-amber-600\/10){border-color:#d977061a}:is(.dark .dark\:border-blue-500\/10){border-color:#3b82f61a}:is(.dark .dark\:border-gray-600){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-700){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-800){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}:is(.dark .dark\:border-green-500\/10){border-color:#22c55e1a}:is(.dark .dark\:border-orange-500\/10){border-color:#f973161a}:is(.dark .dark\:border-red-500\/10){border-color:#ef44441a}:is(.dark .dark\:border-red-500\/20){border-color:#ef444433}:is(.dark .dark\:border-transparent){border-color:#0000}:is(.dark .dark\:bg-amber-600\/20){background-color:#d9770633}:is(.dark .dark\:bg-blue-500\/20){background-color:#3b82f633}:is(.dark .dark\:bg-gray-700){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-900){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-500\/20){background-color:#22c55e33}:is(.dark .dark\:bg-orange-500\/20){background-color:#f9731633}:is(.dark .dark\:bg-red-500\/20){background-color:#ef444433}:is(.dark .dark\:bg-white\/\[\.02\]){background-color:#ffffff05}:is(.dark .dark\:bg-white\/\[\.04\]){background-color:#ffffff0a}:is(.dark .dark\:text-gray-200){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-300){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-400){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-500){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-600){--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}:is(.dark .dark\:text-primary-500){--tw-text-opacity:1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity))}:is(.dark .dark\:text-red-500){--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}:is(.dark .dark\:outline-green-500\/20){outline-color:#22c55e33}:is(.dark .dark\:outline-red-500\/20){outline-color:#ef444433}:is(.dark .dark\:before\:text-gray-400):before{content:var(--tw-content);--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}:is(.dark .dark\:focus-within\:border-primary-600:focus-within){--tw-border-opacity:1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity))}:is(.dark .dark\:focus-within\:ring-primary-700:focus-within){--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-primary-700)/var(--tw-ring-opacity))}:is(.dark .dark\:focus-within\:ring-opacity-50:focus-within){--tw-ring-opacity:0.5}:is(.dark .dark\:hover\:bg-gray-700:hover){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-900:hover){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-red-500\/20:hover){background-color:#ef444433}:is(.dark .dark\:hover\:\!text-primary-500:hover){--tw-text-opacity:1!important;color:rgb(var(--color-primary-500)/var(--tw-text-opacity))!important}:is(.dark .dark\:hover\:text-gray-200:hover){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-red-500:hover){--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}:is(.dark .hover\:dark\:text-gray-200):hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}:is(.dark .dark\:focus\:border-primary-600:focus){--tw-border-opacity:1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity))}:is(.dark .dark\:focus\:ring-primary-600\/30:focus){--tw-ring-color:rgb(var(--color-primary-600)/0.3)}:is(.dark .dark\:focus\:ring-primary-700:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-primary-700)/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-opacity-50:focus){--tw-ring-opacity:0.5}.group:hover :is(.dark .group-hover\:dark\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:text-gray-200){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.group:hover :is(.dark .group-hover\:dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .group.errors .dark\:group-\[\.errors\]\:border-red-500){--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}:is(.dark .group.errors .dark\:group-\[\.errors\]\:border-x-red-500){--tw-border-opacity:1;border-left-color:rgb(239 68 68/var(--tw-border-opacity));border-right-color:rgb(239 68 68/var(--tw-border-opacity))}:is(.dark .group.errors .dark\:group-\[\.errors\]\:border-t-red-500){--tw-border-opacity:1;border-top-color:rgb(239 68 68/var(--tw-border-opacity))}:is(.dark .group.errors .dark\:group-\[\.errors\]\:focus\:ring-red-600\/40:focus){--tw-ring-color:#dc262666}:is(.dark .dark\:prose-headings\:text-gray-200 :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *)))){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}:is(.dark .dark\:prose-blockquote\:border-gray-700 :is(:where(blockquote):not(:where([class~=not-prose] *)))){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}:is(.dark .dark\:prose-blockquote\:text-gray-400 :is(:where(blockquote):not(:where([class~=not-prose] *)))){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}:is(.dark .dark\:prose-strong\:text-gray-200 :is(:where(strong):not(:where([class~=not-prose] *)))){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}:is(.dark .dark\:prose-pre\:bg-gray-800 :is(:where(pre):not(:where([class~=not-prose] *)))){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}@media not all and (min-width:1280px){.max-xl\:fixed{position:fixed}}@media not all and (min-width:768px){.max-md\:w-full{width:100%}}@media (min-width:640px){.sm\:w-96{width:24rem}}@media (min-width:768px){.md\:mb-2{margin-bottom:.5rem}.md\:ml-auto{margin-left:auto}.md\:mr-8{margin-right:2rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:border-b{border-bottom-width:1px}.md\:border-b-0{border-bottom-width:0}.md\:border-l-0{border-left-width:0}.md\:border-r-0{border-right-width:0}.md\:border-t-0{border-top-width:0}.md\:border-primary-500{--tw-border-opacity:1;border-color:rgb(var(--color-primary-500)/var(--tw-border-opacity))}.md\:px-0{padding-left:0;padding-right:0}.md\:py-4{padding-top:1rem;padding-bottom:1rem}:is(.dark .dark\:md\:border-gray-800){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}:is(.dark .dark\:md\:border-primary-600){--tw-border-opacity:1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity))}}@media (min-width:1024px){.lg\:-mx-4{margin-left:-1rem;margin-right:-1rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-12{margin-bottom:3rem}.lg\:ml-auto{margin-left:auto}.lg\:mr-2{margin-right:.5rem}.lg\:mr-3{margin-right:.75rem}.lg\:mt-3{margin-top:.75rem}.lg\:mt-8{margin-top:2rem}.lg\:block{display:block}.lg\:table-cell{display:table-cell}.lg\:table-header-group{display:table-header-group}.lg\:table-row{display:table-row}.lg\:w-60{width:15rem}.lg\:w-72{width:18rem}.lg\:w-auto{width:auto}.lg\:w-px{width:1px}.lg\:max-w-xs{max-width:20rem}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:rounded-md{border-radius:.375rem}.lg\:border{border-width:1px}.lg\:border-0{border-width:0}.lg\:border-b-0{border-bottom-width:0}.lg\:border-t{border-top-width:1px}.lg\:border-none{border-style:none}.lg\:border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.lg\:p-12{padding:3rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}.lg\:text-left{text-align:left}.lg\:align-top{vertical-align:top}.lg\:underline{text-decoration-line:underline}.lg\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.lg\:shadow-none,.lg\:shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.lg\:before\:hidden:before{content:var(--tw-content);display:none}.lg\:first\:border-t:first-child{border-top-width:1px}:is(.dark .dark\:lg\:border-gray-800),:is(.dark .lg\:dark\:border-gray-800){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}}@media (min-width:1280px){.xl\:left-0{left:0}.xl\:left-72{left:18rem}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:max-w-4xl{max-width:56rem}.xl\:text-base{font-size:1rem;line-height:1.5rem}}
|
@@ -310,10 +310,12 @@ h3 span:nth-child(3) {
|
|
310
310
|
@apply font-medium h-9 px-3 py-2 text-gray-500 text-sm dark:text-gray-400;
|
311
311
|
}
|
312
312
|
|
313
|
+
.select2-container.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__clear,
|
313
314
|
.select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__clear {
|
314
315
|
@apply flex items-center mr-5 h-9 -mt-2 text-0;
|
315
316
|
}
|
316
317
|
|
318
|
+
.select2-container.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__clear:after,
|
317
319
|
.select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__clear:after {
|
318
320
|
@apply material-symbols-outlined text-gray-500;
|
319
321
|
content: "close";
|
@@ -358,7 +360,7 @@ h3 span:nth-child(3) {
|
|
358
360
|
}
|
359
361
|
|
360
362
|
.select2-container.select2-container--open .select2-dropdown--above {
|
361
|
-
@apply rounded-b-none rounded-t-md after:bottom-0 after:-mb-1 after:mt-0 after:top-auto
|
363
|
+
@apply rounded-b-none rounded-t-md after:bottom-0 after:-mb-1 after:mt-0 after:top-auto;
|
362
364
|
}
|
363
365
|
|
364
366
|
.select2-container.select2-container--admin-autocomplete .select2-results__option {
|
@@ -369,23 +371,31 @@ h3 span:nth-child(3) {
|
|
369
371
|
@apply text-primary-500;
|
370
372
|
}
|
371
373
|
|
374
|
+
.select2-container.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__clear {
|
375
|
+
@apply m-0 mr-2 top-0;
|
376
|
+
}
|
377
|
+
|
378
|
+
.select2-container.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__rendered {
|
379
|
+
@apply pl-1 pr-6 py-0 pt-1;
|
380
|
+
}
|
381
|
+
|
372
382
|
.select2-container--admin-autocomplete .select2-selection--multiple li.select2-selection__choice {
|
373
|
-
@apply bg-gray-100
|
383
|
+
@apply bg-gray-100 block font-medium h-7 leading-7 m-0 mr-1 mb-1 px-2 shadow-inner text-sm text-gray-500 truncate dark:bg-gray-800 dark:text-gray-400 dark:hover:text-gray-200;
|
374
384
|
}
|
375
385
|
|
376
386
|
.select2-container--admin-autocomplete .select2-selection--multiple li.select2-selection__choice .select2-selection__choice__remove {
|
377
|
-
@apply text-0 hover:text-gray-600 dark:hover:text-gray-200;
|
387
|
+
@apply align-top text-0 hover:text-gray-600 dark:hover:text-gray-200;
|
378
388
|
}
|
379
389
|
|
380
390
|
.select2-container--admin-autocomplete .select2-selection--multiple li.select2-selection__choice .select2-selection__choice__remove:after {
|
381
|
-
@apply material-symbols-outlined;
|
391
|
+
@apply h-7 !leading-7 material-symbols-outlined;
|
382
392
|
|
383
393
|
content: "close";
|
384
394
|
font-size: 14px;
|
385
395
|
}
|
386
396
|
|
387
397
|
.select2-container--admin-autocomplete .select2-selection--multiple li.select2-search--inline .select2-search__field {
|
388
|
-
@apply h-7 text-gray-500 text-sm;
|
398
|
+
@apply m-0 h-7 text-gray-500 text-sm;
|
389
399
|
}
|
390
400
|
|
391
401
|
.select2.select2-container--open {
|
@@ -8,7 +8,7 @@
|
|
8
8
|
</a>
|
9
9
|
|
10
10
|
{% if has_absolute_url %}
|
11
|
-
<a href="{{ absolute_url }}" class="viewsitelink mx-1 px-3 py-2 rounded-md transition-all hover:bg-gray-100 hover:text-gray-700 dark:hover:bg-gray-700 dark:hover:text-gray-200">
|
11
|
+
<a href="{{ absolute_url }}" target="_blank" class="viewsitelink mx-1 px-3 py-2 rounded-md transition-all hover:bg-gray-100 hover:text-gray-700 dark:hover:bg-gray-700 dark:hover:text-gray-200">
|
12
12
|
{% trans 'View on site' %}
|
13
13
|
</a>
|
14
14
|
{% endif %}
|
@@ -84,7 +84,7 @@
|
|
84
84
|
{% block result_list %}
|
85
85
|
{% if actions_on_top %}
|
86
86
|
{% if cl.search_fields or action_form or cl.has_filters %}
|
87
|
-
<div class="bg-gray-50 flex flex-col mb-4 p-3 rounded-md md:flex-row dark:bg-gray-800">
|
87
|
+
<div class="bg-gray-50 flex flex-col gap-3 mb-4 p-3 rounded-md md:flex-row dark:bg-gray-800">
|
88
88
|
{% block search %}
|
89
89
|
{% search_form cl %}
|
90
90
|
{% endblock %}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{% load i18n static %}
|
2
2
|
|
3
3
|
{% if cl.search_fields %}
|
4
|
-
<div id="toolbar" class="
|
4
|
+
<div id="toolbar" class="lg:w-72">
|
5
5
|
<div>
|
6
6
|
<div class="bg-white border flex rounded-md overflow-hidden shadow-sm focus-within:ring focus-within:ring-primary-300 focus-within:border-primary-600 dark:bg-gray-900 dark:border-gray-700 dark:focus-within:border-primary-600 dark:focus-within:ring-primary-700 dark:focus-within:ring-opacity-50">
|
7
7
|
<input class="font-medium h-9 px-3 text-gray-500 text-sm w-40 lg:w-60 focus:outline-none dark:bg-gray-900 dark:text-gray-400" type="text" name="{{ search_var }}" value="{{ cl.query }}" id="searchbar" autofocus placeholder="{% trans 'Type to search' %}" />
|
@@ -1,8 +1,10 @@
|
|
1
1
|
{% load i18n %}
|
2
2
|
|
3
3
|
{% if widget.attrs.accept == 'image/*' and widget.is_initial %}
|
4
|
-
<div class="bg-gray-50 border mb-4 p-1 rounded-md w-48">
|
5
|
-
<
|
4
|
+
<div class="bg-gray-50 border mb-4 p-1 rounded-md w-48 dark:bg-white/[.02] dark:border-gray-700">
|
5
|
+
<a href="{{ widget.value.url }}">
|
6
|
+
<img src="{{ widget.value.url }}" alt="{% trans 'Image preview' %}" class="rounded" />
|
7
|
+
</a>
|
6
8
|
</div>
|
7
9
|
{% endif %}
|
8
10
|
|
{django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/account_links.html
RENAMED
@@ -17,7 +17,7 @@
|
|
17
17
|
{% endif %}
|
18
18
|
|
19
19
|
{% if site_url %}
|
20
|
-
<a href="{{ site_url }}" class="mx-1 px-3 py-2 rounded hover:bg-gray-100 hover:text-gray-700 dark:hover:bg-gray-700 dark:hover:text-gray-200">
|
20
|
+
<a href="{{ site_url }}" target="_blank" class="mx-1 px-3 py-2 rounded hover:bg-gray-100 hover:text-gray-700 dark:hover:bg-gray-700 dark:hover:text-gray-200">
|
21
21
|
{% translate 'View site' %}
|
22
22
|
</a>
|
23
23
|
{% endif %}
|
{django_unfold-0.9.0 → django_unfold-0.11.0}/src/unfold/templates/unfold/helpers/messages/error.html
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
{% load i18n %}
|
2
2
|
|
3
|
-
{% if errors or error%}
|
3
|
+
{% if errors or error %}
|
4
4
|
<p class="errornote bg-red-100 mb-8 text-red-600 px-3 py-3 rounded-md text-sm dark:bg-red-500/20 dark:border-red-500/20 dark:text-red-500 group-[.inline-tabular]:mb-0 group-[.inline-tabular]:mt-3 group-[.inline-tabular]:mx-3 group-[.inline-stacked]:mb-3 group-[.inline-stacked]:mt-3 group-[.inline-stacked]:mx-3">
|
5
5
|
{% if error %}
|
6
6
|
{{ error }}
|
@@ -33,17 +33,14 @@ CHECKBOX_LABEL_CLASSES = [
|
|
33
33
|
"dark:text-gray-200",
|
34
34
|
]
|
35
35
|
|
36
|
-
|
36
|
+
BASE_CLASSES = [
|
37
37
|
"border",
|
38
38
|
"bg-white",
|
39
39
|
"font-medium",
|
40
|
-
"px-3",
|
41
|
-
"py-2",
|
42
40
|
"rounded-md",
|
43
41
|
"shadow-sm",
|
44
42
|
"text-gray-500",
|
45
43
|
"text-sm",
|
46
|
-
"w-full",
|
47
44
|
"focus:ring",
|
48
45
|
"focus:ring-primary-300",
|
49
46
|
"focus:border-primary-600",
|
@@ -60,8 +57,17 @@ BASE_INPUT_CLASSES = [
|
|
60
57
|
"dark:group-[.errors]:focus:ring-red-600/40",
|
61
58
|
]
|
62
59
|
|
60
|
+
BASE_INPUT_CLASSES = [
|
61
|
+
*BASE_CLASSES,
|
62
|
+
"px-3",
|
63
|
+
"py-2",
|
64
|
+
"w-full",
|
65
|
+
]
|
66
|
+
|
63
67
|
INPUT_CLASSES = [*BASE_INPUT_CLASSES, "max-w-2xl"]
|
64
68
|
|
69
|
+
COLOR_CLASSES = [*BASE_CLASSES, "h-9.5", "px-2", "py-2", "w-32"]
|
70
|
+
|
65
71
|
INPUT_CLASSES_READONLY = [*BASE_INPUT_CLASSES, "bg-gray-50"]
|
66
72
|
|
67
73
|
TEXTAREA_CLASSES = [
|
@@ -122,6 +128,13 @@ class UnfoldAdminTextInputWidget(AdminTextInputWidget):
|
|
122
128
|
super().__init__(attrs={"class": " ".join(INPUT_CLASSES), **(attrs or {})})
|
123
129
|
|
124
130
|
|
131
|
+
class UnfoldAdminColorInputWidget(AdminTextInputWidget):
|
132
|
+
def __init__(self, attrs: Optional[Dict[str, Any]] = None) -> None:
|
133
|
+
super().__init__(
|
134
|
+
attrs={"type": "color", "class": " ".join(COLOR_CLASSES), **(attrs or {})}
|
135
|
+
)
|
136
|
+
|
137
|
+
|
125
138
|
class UnfoldAdminUUIDInputWidget(AdminUUIDInputWidget):
|
126
139
|
def __init__(self, attrs: Optional[Dict[str, Any]] = None) -> None:
|
127
140
|
super().__init__(attrs={"class": " ".join(INPUT_CLASSES), **(attrs or {})})
|