django-unfold 0.42.0__py3-none-any.whl → 0.44.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {django_unfold-0.42.0.dist-info → django_unfold-0.44.0.dist-info}/METADATA +1 -1
- django_unfold-0.44.0.dist-info/RECORD +227 -0
- {django_unfold-0.42.0.dist-info → django_unfold-0.44.0.dist-info}/WHEEL +1 -1
- unfold/admin.py +2 -0
- unfold/components.py +47 -0
- unfold/contrib/filters/admin.py +5 -5
- unfold/contrib/filters/templates/unfold/filters/filters_date_range.html +1 -1
- unfold/contrib/filters/templates/unfold/filters/filters_datetime_range.html +1 -1
- unfold/contrib/filters/templates/unfold/filters/filters_numeric_range.html +1 -1
- unfold/contrib/filters/templates/unfold/filters/filters_numeric_single.html +1 -1
- unfold/contrib/filters/templates/unfold/filters/filters_numeric_slider.html +3 -3
- unfold/contrib/forms/templates/unfold/forms/array.html +3 -3
- unfold/contrib/forms/templates/unfold/forms/helpers/toolbar.html +25 -25
- unfold/contrib/forms/widgets.py +5 -5
- unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage.html +1 -1
- unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_group.html +2 -2
- unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_user.html +2 -2
- unfold/contrib/guardian/templates/unfold/guardian/group_form.html +8 -8
- unfold/contrib/guardian/templates/unfold/guardian/user_form.html +8 -8
- unfold/contrib/import_export/templates/admin/import_export/change_form.html +1 -1
- unfold/contrib/import_export/templates/admin/import_export/export.html +4 -4
- unfold/contrib/import_export/templates/admin/import_export/import_confirm.html +4 -4
- unfold/contrib/import_export/templates/admin/import_export/import_errors.html +2 -2
- unfold/contrib/import_export/templates/admin/import_export/import_form.html +2 -2
- unfold/contrib/import_export/templates/admin/import_export/import_preview.html +5 -5
- unfold/contrib/import_export/templates/admin/import_export/import_validation.html +30 -25
- unfold/contrib/import_export/templates/admin/import_export/resource_fields_list.html +5 -3
- unfold/contrib/simple_history/templates/simple_history/object_history.html +2 -2
- unfold/contrib/simple_history/templates/simple_history/object_history_form.html +1 -1
- unfold/contrib/simple_history/templates/simple_history/object_history_list.html +9 -9
- unfold/contrib/simple_history/templates/simple_history/submit_line.html +4 -4
- unfold/forms.py +13 -2
- unfold/settings.py +20 -7
- unfold/sites.py +23 -8
- unfold/static/admin/js/inlines.js +2 -2
- unfold/static/unfold/css/styles.css +1 -1
- unfold/static/unfold/js/alpine.resize.js +1 -0
- unfold/static/unfold/js/app.js +52 -71
- unfold/static/unfold/js/htmx.js +1 -1
- unfold/styles.css +67 -71
- unfold/templates/admin/actions.html +19 -17
- unfold/templates/admin/app_list.html +3 -3
- unfold/templates/admin/auth/user/add_form.html +1 -1
- unfold/templates/admin/auth/user/change_password.html +2 -2
- unfold/templates/admin/base.html +1 -1
- unfold/templates/admin/change_form.html +8 -0
- unfold/templates/admin/change_list.html +24 -30
- unfold/templates/admin/change_list_results.html +40 -6
- unfold/templates/admin/date_hierarchy.html +1 -1
- unfold/templates/admin/delete_confirmation.html +7 -7
- unfold/templates/admin/delete_selected_confirmation.html +7 -7
- unfold/templates/admin/edit_inline/stacked.html +4 -4
- unfold/templates/admin/edit_inline/tabular.html +8 -151
- unfold/templates/admin/filter.html +7 -7
- unfold/templates/admin/includes/fieldset.html +2 -2
- unfold/templates/admin/includes/object_delete_summary.html +1 -1
- unfold/templates/admin/login.html +4 -4
- unfold/templates/admin/nav_sidebar.html +1 -17
- unfold/templates/admin/object_history.html +7 -7
- unfold/templates/admin/pagination.html +36 -30
- unfold/templates/admin/search_form.html +11 -9
- unfold/templates/admin/submit_line.html +11 -11
- unfold/templates/auth/widgets/read_only_password_hash.html +1 -1
- unfold/templates/registration/logged_out.html +3 -3
- unfold/templates/registration/password_change_done.html +1 -1
- unfold/templates/registration/password_change_form.html +1 -1
- unfold/templates/unfold/components/button.html +1 -1
- unfold/templates/unfold/components/card.html +4 -4
- unfold/templates/unfold/components/chart/cohort.html +59 -0
- unfold/templates/unfold/components/navigation.html +2 -2
- unfold/templates/unfold/components/separator.html +1 -1
- unfold/templates/unfold/components/table.html +6 -6
- unfold/templates/unfold/components/tracker.html +5 -0
- unfold/templates/unfold/helpers/account_links.html +6 -6
- unfold/templates/unfold/helpers/actions_row.html +5 -5
- unfold/templates/unfold/helpers/add_link.html +1 -1
- unfold/templates/unfold/helpers/app_list.html +10 -10
- unfold/templates/unfold/helpers/app_list_default.html +10 -10
- unfold/templates/unfold/helpers/boolean.html +1 -1
- unfold/templates/unfold/helpers/breadcrumb_item.html +1 -1
- unfold/templates/unfold/helpers/change_list_actions.html +13 -0
- unfold/templates/unfold/helpers/change_list_filter.html +31 -0
- unfold/templates/unfold/helpers/change_list_filter_actions.html +23 -0
- unfold/templates/unfold/helpers/delete_submit_line.html +2 -2
- unfold/templates/unfold/helpers/display_header.html +3 -3
- unfold/templates/unfold/helpers/edit_inline/tabular_delete.html +13 -0
- unfold/templates/unfold/helpers/edit_inline/tabular_error.html +8 -0
- unfold/templates/unfold/helpers/edit_inline/tabular_field.html +25 -0
- unfold/templates/unfold/helpers/edit_inline/tabular_heading.html +25 -0
- unfold/templates/unfold/helpers/edit_inline/tabular_row.html +27 -0
- unfold/templates/unfold/helpers/edit_inline/tabular_title.html +49 -0
- unfold/templates/unfold/helpers/field_readonly.html +1 -1
- unfold/templates/unfold/helpers/field_readonly_value.html +1 -1
- unfold/templates/unfold/helpers/fieldset_row.html +5 -73
- unfold/templates/unfold/helpers/fieldset_row_checkbox.html +45 -0
- unfold/templates/unfold/helpers/fieldset_row_field.html +21 -0
- unfold/templates/unfold/helpers/fieldsets_tabs.html +2 -2
- unfold/templates/unfold/helpers/header.html +1 -1
- unfold/templates/unfold/helpers/history.html +4 -4
- unfold/templates/unfold/helpers/label.html +1 -1
- unfold/templates/unfold/helpers/language_switch.html +3 -3
- unfold/templates/unfold/helpers/messages/debug.html +3 -0
- unfold/templates/unfold/helpers/messages/error.html +5 -3
- unfold/templates/unfold/helpers/messages/errornote.html +1 -1
- unfold/templates/unfold/helpers/messages/info.html +2 -2
- unfold/templates/unfold/helpers/messages/success.html +3 -0
- unfold/templates/unfold/helpers/messages/warning.html +3 -0
- unfold/templates/unfold/helpers/messages.html +13 -14
- unfold/templates/unfold/helpers/navigation.html +3 -11
- unfold/templates/unfold/helpers/navigation_header.html +13 -0
- unfold/templates/unfold/helpers/pagination_ellipsis.html +1 -1
- unfold/templates/unfold/helpers/search.html +5 -5
- unfold/templates/unfold/helpers/search_results.html +2 -2
- unfold/templates/unfold/helpers/site_icon.html +7 -5
- unfold/templates/unfold/helpers/site_logo.html +1 -1
- unfold/templates/unfold/helpers/submit.html +1 -1
- unfold/templates/unfold/helpers/tab_action.html +2 -2
- unfold/templates/unfold/helpers/tab_list.html +9 -9
- unfold/templates/unfold/helpers/theme_switch.html +5 -5
- unfold/templates/unfold/helpers/userlinks.html +4 -0
- unfold/templates/unfold/helpers/welcomemsg.html +13 -1
- unfold/templates/unfold/layouts/base_simple.html +2 -2
- unfold/templates/unfold/layouts/skeleton.html +12 -6
- unfold/templates/unfold/widgets/clearable_file_input.html +6 -6
- unfold/templates/unfold/widgets/clearable_file_input_small.html +7 -7
- unfold/templates/unfold/widgets/foreign_key_raw_id.html +1 -1
- unfold/templates/unfold/widgets/radio.html +1 -1
- unfold/templates/unfold/widgets/range.html +1 -1
- unfold/templates/unfold/widgets/related_widget_wrapper.html +4 -4
- unfold/templates/unfold/widgets/textarea_expandable.html +1 -1
- unfold/templatetags/unfold.py +130 -7
- unfold/templatetags/unfold_list.py +9 -4
- unfold/widgets.py +31 -28
- django_unfold-0.42.0.dist-info/RECORD +0 -209
- unfold/templates/unfold/change_list_filter.html +0 -59
- {django_unfold-0.42.0.dist-info → django_unfold-0.44.0.dist-info}/LICENSE.md +0 -0
unfold/templatetags/unfold.py
CHANGED
@@ -10,6 +10,8 @@ from django.template.base import NodeList, Parser, Token, token_kwargs
|
|
10
10
|
from django.template.loader import render_to_string
|
11
11
|
from django.utils.safestring import SafeText
|
12
12
|
|
13
|
+
from unfold.components import ComponentRegistry
|
14
|
+
|
13
15
|
register = Library()
|
14
16
|
|
15
17
|
|
@@ -154,24 +156,37 @@ class RenderComponentNode(template.Node):
|
|
154
156
|
template_name: str,
|
155
157
|
nodelist: NodeList,
|
156
158
|
extra_context: Optional[Dict] = None,
|
159
|
+
include_context: bool = False,
|
157
160
|
*args,
|
158
161
|
**kwargs,
|
159
162
|
):
|
160
163
|
self.template_name = template_name
|
161
164
|
self.nodelist = nodelist
|
162
165
|
self.extra_context = extra_context or {}
|
166
|
+
self.include_context = include_context
|
163
167
|
super().__init__(*args, **kwargs)
|
164
168
|
|
165
169
|
def render(self, context: RequestContext) -> str:
|
166
|
-
|
170
|
+
values = {
|
171
|
+
name: var.resolve(context) for name, var in self.extra_context.items()
|
172
|
+
}
|
173
|
+
|
174
|
+
values.update(
|
175
|
+
{
|
176
|
+
"children": self.nodelist.render(context),
|
177
|
+
}
|
178
|
+
)
|
167
179
|
|
168
|
-
|
169
|
-
|
180
|
+
if "component_class" in values:
|
181
|
+
values = ComponentRegistry.create_instance(
|
182
|
+
values["component_class"], request=context.request
|
183
|
+
).get_context_data(**values)
|
184
|
+
|
185
|
+
if self.include_context:
|
186
|
+
values.update(context.flatten())
|
170
187
|
|
171
188
|
return render_to_string(
|
172
|
-
self.template_name,
|
173
|
-
request=context.request,
|
174
|
-
context=ctx,
|
189
|
+
self.template_name, request=context.request, context=values
|
175
190
|
)
|
176
191
|
|
177
192
|
|
@@ -202,17 +217,21 @@ def do_component(parser: Parser, token: Token) -> str:
|
|
202
217
|
raise TemplateSyntaxError(
|
203
218
|
'"with" in {bits[0]} tag needs at least one keyword argument.'
|
204
219
|
)
|
220
|
+
elif option == "include_context":
|
221
|
+
value = True
|
205
222
|
else:
|
206
223
|
raise TemplateSyntaxError(f"Unknown argument for {bits[0]} tag: {option}.")
|
207
224
|
|
208
225
|
options[option] = value
|
209
226
|
|
227
|
+
include_context = options.get("include_context", False)
|
210
228
|
nodelist = parser.parse(("endcomponent",))
|
211
229
|
template_name = bits[1][1:-1]
|
230
|
+
|
212
231
|
extra_context = options.get("with", {})
|
213
232
|
parser.next_token()
|
214
233
|
|
215
|
-
return RenderComponentNode(template_name, nodelist, extra_context)
|
234
|
+
return RenderComponentNode(template_name, nodelist, extra_context, include_context)
|
216
235
|
|
217
236
|
|
218
237
|
@register.filter
|
@@ -251,3 +270,107 @@ def preserve_changelist_filters(context: Context) -> Dict[str, Dict[str, str]]:
|
|
251
270
|
}
|
252
271
|
|
253
272
|
return {"params": preserved_params}
|
273
|
+
|
274
|
+
|
275
|
+
@register.simple_tag(takes_context=True)
|
276
|
+
def fieldset_rows_classes(context: Context) -> str:
|
277
|
+
classes = [
|
278
|
+
"aligned",
|
279
|
+
]
|
280
|
+
|
281
|
+
if not context.get("stacked"):
|
282
|
+
classes.extend(
|
283
|
+
[
|
284
|
+
"border",
|
285
|
+
"border-base-200",
|
286
|
+
"mb-8",
|
287
|
+
"rounded",
|
288
|
+
"shadow-sm",
|
289
|
+
"dark:border-base-800",
|
290
|
+
]
|
291
|
+
)
|
292
|
+
|
293
|
+
return " ".join(set(classes))
|
294
|
+
|
295
|
+
|
296
|
+
@register.simple_tag(takes_context=True)
|
297
|
+
def fieldset_row_classes(context: Context) -> str:
|
298
|
+
classes = [
|
299
|
+
"field-row",
|
300
|
+
"group/row",
|
301
|
+
]
|
302
|
+
|
303
|
+
formset = context.get("inline_admin_formset", None)
|
304
|
+
adminform = context.get("adminform", None)
|
305
|
+
line = context.get("line")
|
306
|
+
|
307
|
+
# Hide the field in case of ordering field for sorting
|
308
|
+
for field in line:
|
309
|
+
if (
|
310
|
+
formset
|
311
|
+
and hasattr(field.field, "name")
|
312
|
+
and field.field.name == formset.opts.ordering_field
|
313
|
+
and formset.opts.hide_ordering_field
|
314
|
+
):
|
315
|
+
classes.append("hidden")
|
316
|
+
|
317
|
+
# Compressed fields special styling
|
318
|
+
if adminform and adminform.model_admin.compressed_fields:
|
319
|
+
classes.extend(
|
320
|
+
[
|
321
|
+
"lg:border-b",
|
322
|
+
"lg:border-base-200",
|
323
|
+
"dark:lg:border-base-800",
|
324
|
+
"last:lg:border-b-0",
|
325
|
+
]
|
326
|
+
)
|
327
|
+
|
328
|
+
if len(line.fields) > 1:
|
329
|
+
classes.extend(
|
330
|
+
[
|
331
|
+
"flex",
|
332
|
+
"flex-row",
|
333
|
+
"flex-wrap",
|
334
|
+
]
|
335
|
+
)
|
336
|
+
|
337
|
+
if not line.has_visible_field:
|
338
|
+
classes.append("hidden")
|
339
|
+
|
340
|
+
return " ".join(set(classes))
|
341
|
+
|
342
|
+
|
343
|
+
@register.simple_tag(takes_context=True)
|
344
|
+
def fieldset_line_classes(context: Context) -> str:
|
345
|
+
classes = [
|
346
|
+
"field-line",
|
347
|
+
"flex",
|
348
|
+
"flex-col",
|
349
|
+
"flex-grow",
|
350
|
+
"group/line",
|
351
|
+
"p-3",
|
352
|
+
]
|
353
|
+
field = context.get("field")
|
354
|
+
adminform = context.get("adminform")
|
355
|
+
|
356
|
+
if hasattr(field.field, "name") and field.field.name:
|
357
|
+
classes.append(f"field-{field.field.name}")
|
358
|
+
|
359
|
+
if hasattr(field, "errors") and field.errors():
|
360
|
+
classes.append("errors")
|
361
|
+
|
362
|
+
if adminform.model_admin.compressed_fields:
|
363
|
+
classes.extend(
|
364
|
+
[
|
365
|
+
"border-b",
|
366
|
+
"border-base-200",
|
367
|
+
"group-[.last]/row:border-b-0",
|
368
|
+
"lg:border-b-0",
|
369
|
+
"lg:border-l",
|
370
|
+
"lg:flex-row",
|
371
|
+
"dark:border-base-800",
|
372
|
+
"first:lg:border-l-0",
|
373
|
+
]
|
374
|
+
)
|
375
|
+
|
376
|
+
return " ".join(set(classes))
|
@@ -42,7 +42,7 @@ ROW_CLASSES = [
|
|
42
42
|
"align-middle",
|
43
43
|
"flex",
|
44
44
|
"border-t",
|
45
|
-
"border-
|
45
|
+
"border-base-200",
|
46
46
|
"font-normal",
|
47
47
|
"gap-4",
|
48
48
|
"min-w-0",
|
@@ -55,13 +55,15 @@ ROW_CLASSES = [
|
|
55
55
|
"before:content-[attr(data-label)]",
|
56
56
|
"before:items-center",
|
57
57
|
"before:font-semibold",
|
58
|
+
"before:text-font-important-light",
|
58
59
|
"before:mr-auto",
|
59
60
|
"first:border-t-0",
|
60
61
|
"lg:before:hidden",
|
61
62
|
"lg:first:border-t",
|
62
63
|
"lg:py-3",
|
63
64
|
"lg:table-cell",
|
64
|
-
"dark:border-
|
65
|
+
"dark:border-base-800",
|
66
|
+
"dark:before:text-font-important-dark",
|
65
67
|
]
|
66
68
|
|
67
69
|
CHECKBOX_CLASSES = [
|
@@ -77,11 +79,13 @@ CHECKBOX_CLASSES = [
|
|
77
79
|
"before:content-[attr(data-label)]",
|
78
80
|
"before:font-semibold",
|
79
81
|
"before:mr-auto",
|
82
|
+
"before:text-font-important-light",
|
80
83
|
"lg:before:hidden",
|
81
84
|
"lg:border-t",
|
82
|
-
"lg:border-
|
85
|
+
"lg:border-base-200",
|
83
86
|
"lg:table-cell",
|
84
|
-
"dark:lg:border-
|
87
|
+
"dark:lg:border-base-800",
|
88
|
+
"dark:before:text-font-important-dark",
|
85
89
|
]
|
86
90
|
|
87
91
|
|
@@ -369,6 +373,7 @@ def result_list(context: Dict[str, Any], cl: ChangeList) -> Dict[str, Any]:
|
|
369
373
|
"num_sorted_fields": num_sorted_fields,
|
370
374
|
"results": list(results(cl)),
|
371
375
|
"actions_row": context.get("actions_row"),
|
376
|
+
"has_add_permission": cl.model_admin.has_add_permission(context["request"]),
|
372
377
|
}
|
373
378
|
|
374
379
|
|
unfold/widgets.py
CHANGED
@@ -52,10 +52,12 @@ CHECKBOX_LABEL_CLASSES = [
|
|
52
52
|
|
53
53
|
BASE_CLASSES = [
|
54
54
|
"border",
|
55
|
+
"border-base-200",
|
55
56
|
"bg-white",
|
56
57
|
"font-medium",
|
57
58
|
"min-w-20",
|
58
|
-
"
|
59
|
+
"placeholder-base-400",
|
60
|
+
"rounded",
|
59
61
|
"shadow-sm",
|
60
62
|
"text-font-default-light",
|
61
63
|
"text-sm",
|
@@ -65,8 +67,8 @@ BASE_CLASSES = [
|
|
65
67
|
"focus:outline-none",
|
66
68
|
"group-[.errors]:border-red-600",
|
67
69
|
"group-[.errors]:focus:ring-red-200",
|
68
|
-
"dark:bg-
|
69
|
-
"dark:border-
|
70
|
+
"dark:bg-base-900",
|
71
|
+
"dark:border-base-700",
|
70
72
|
"dark:text-font-default-dark",
|
71
73
|
"dark:focus:border-primary-600",
|
72
74
|
"dark:focus:ring-primary-700",
|
@@ -88,7 +90,7 @@ DATETIME_CLASSES = [*BASE_INPUT_CLASSES, "min-w-52"]
|
|
88
90
|
|
89
91
|
COLOR_CLASSES = [*BASE_CLASSES, "h-9.5", "px-2", "py-2", "w-32"]
|
90
92
|
|
91
|
-
INPUT_CLASSES_READONLY = [*BASE_INPUT_CLASSES, "bg-
|
93
|
+
INPUT_CLASSES_READONLY = [*BASE_INPUT_CLASSES, "bg-base-50"]
|
92
94
|
|
93
95
|
TEXTAREA_CLASSES = [
|
94
96
|
*BASE_INPUT_CLASSES,
|
@@ -123,20 +125,20 @@ PROSE_CLASSES = [
|
|
123
125
|
"prose-sm",
|
124
126
|
"prose-blockquote:border-l-4",
|
125
127
|
"prose-blockquote:not-italic",
|
126
|
-
"prose-pre:bg-
|
128
|
+
"prose-pre:bg-base-50",
|
127
129
|
"prose-pre:rounded",
|
128
130
|
"prose-headings:font-medium",
|
129
131
|
"prose-a:text-primary-600",
|
130
132
|
"prose-headings:font-medium",
|
131
|
-
"prose-headings:text-
|
133
|
+
"prose-headings:text-base-700",
|
132
134
|
"prose-ol:list-decimal",
|
133
135
|
"prose-ul:list-disc",
|
134
|
-
"prose-strong:text-
|
135
|
-
"dark:prose-pre:bg-
|
136
|
-
"dark:prose-blockquote:border-
|
137
|
-
"dark:prose-blockquote:text-
|
138
|
-
"dark:prose-headings:text-
|
139
|
-
"dark:prose-strong:text-
|
136
|
+
"prose-strong:text-base-700",
|
137
|
+
"dark:prose-pre:bg-base-800",
|
138
|
+
"dark:prose-blockquote:border-base-700",
|
139
|
+
"dark:prose-blockquote:text-base-300",
|
140
|
+
"dark:prose-headings:text-base-200",
|
141
|
+
"dark:prose-strong:text-base-200",
|
140
142
|
]
|
141
143
|
|
142
144
|
CHECKBOX_CLASSES = [
|
@@ -144,16 +146,16 @@ CHECKBOX_CLASSES = [
|
|
144
146
|
"bg-white",
|
145
147
|
"block",
|
146
148
|
"border",
|
147
|
-
"border-
|
149
|
+
"border-base-300",
|
148
150
|
"cursor-pointer",
|
149
151
|
"h-4",
|
150
152
|
"relative",
|
151
|
-
"rounded",
|
153
|
+
"rounded-[4px]",
|
152
154
|
"shadow-sm",
|
153
155
|
"w-4",
|
154
|
-
"hover:border-
|
155
|
-
"dark:bg-
|
156
|
-
"dark:border-
|
156
|
+
"hover:border-base-400",
|
157
|
+
"dark:bg-base-700",
|
158
|
+
"dark:border-base-500",
|
157
159
|
"dark:after:checked:text-white",
|
158
160
|
"focus:outline",
|
159
161
|
"focus:outline-1",
|
@@ -173,7 +175,7 @@ CHECKBOX_CLASSES = [
|
|
173
175
|
"after:text-white",
|
174
176
|
"after:transition-all",
|
175
177
|
"after:w-4",
|
176
|
-
"after:dark:text-
|
178
|
+
"after:dark:text-base-700",
|
177
179
|
"checked:bg-primary-600",
|
178
180
|
"checked:border-primary-600",
|
179
181
|
"checked:transition-all",
|
@@ -185,21 +187,21 @@ RADIO_CLASSES = [
|
|
185
187
|
"bg-white",
|
186
188
|
"block",
|
187
189
|
"border",
|
188
|
-
"border-
|
190
|
+
"border-base-300",
|
189
191
|
"cursor-pointer",
|
190
192
|
"h-4",
|
191
193
|
"relative",
|
192
194
|
"rounded-full",
|
193
195
|
"w-4",
|
194
|
-
"dark:bg-
|
195
|
-
"dark:border-
|
196
|
-
"hover:border-
|
196
|
+
"dark:bg-base-700",
|
197
|
+
"dark:border-base-500",
|
198
|
+
"hover:border-base-400",
|
197
199
|
"focus:outline",
|
198
200
|
"focus:outline-1",
|
199
201
|
"focus:outline-offset-2",
|
200
202
|
"focus:outline-primary-500",
|
201
203
|
"after:absolute",
|
202
|
-
"after:bg-
|
204
|
+
"after:bg-transparent",
|
203
205
|
"after:content-['']",
|
204
206
|
"after:flex",
|
205
207
|
"after:h-2",
|
@@ -215,18 +217,19 @@ RADIO_CLASSES = [
|
|
215
217
|
"after:-translate-y-1/2",
|
216
218
|
"after:text-sm",
|
217
219
|
"after:w-2",
|
218
|
-
"after:dark:text-
|
220
|
+
"after:dark:text-base-700",
|
219
221
|
"after:dark:bg-transparent",
|
220
222
|
"checked:bg-primary-600",
|
221
223
|
"checked:border-primary-600",
|
222
224
|
"checked:transition-all",
|
223
225
|
"checked:after:bg-white",
|
224
|
-
"checked:after:dark:bg-
|
226
|
+
"checked:after:dark:bg-base-900",
|
227
|
+
"checked:hover:border-base-900/20",
|
225
228
|
]
|
226
229
|
|
227
230
|
SWITCH_CLASSES = [
|
228
231
|
"appearance-none",
|
229
|
-
"bg-
|
232
|
+
"bg-base-300",
|
230
233
|
"cursor-pointer",
|
231
234
|
"h-5",
|
232
235
|
"relative",
|
@@ -246,7 +249,7 @@ SWITCH_CLASSES = [
|
|
246
249
|
"after:w-3",
|
247
250
|
"checked:bg-green-500",
|
248
251
|
"checked:after:left-4",
|
249
|
-
"dark:bg-
|
252
|
+
"dark:bg-base-600",
|
250
253
|
"dark:checked:bg-green-700",
|
251
254
|
]
|
252
255
|
|
@@ -519,7 +522,7 @@ class UnfoldAdminRadioSelectWidget(AdminRadioSelect):
|
|
519
522
|
radio_style = VERTICAL
|
520
523
|
|
521
524
|
self.radio_style = radio_style
|
522
|
-
self.attrs
|
525
|
+
self.attrs["class"] = " ".join([*RADIO_CLASSES, self.attrs.get("class", "")])
|
523
526
|
|
524
527
|
def get_context(self, *args, **kwargs) -> Dict[str, Any]:
|
525
528
|
context = super().get_context(*args, **kwargs)
|
@@ -1,209 +0,0 @@
|
|
1
|
-
unfold/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
unfold/admin.py,sha256=agIUptBOFAZWqxPLkf4tMaJHd5sz9IOWRNmtXkWCw0c,19971
|
3
|
-
unfold/apps.py,sha256=SlBXPYrUd2uXn67qFbRvbXSUk3XFWrF4-5WELgDCvho,381
|
4
|
-
unfold/checks.py,sha256=Smgji9w19hnYjJElJ_FJnnyTEAE-E-OUB6otHu7lasY,1670
|
5
|
-
unfold/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
unfold/contrib/filters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
unfold/contrib/filters/admin.py,sha256=EXg7eQSVKxobhV0l7Uk4h4zSiEfUB5sJs0qLvfugqRY,21022
|
8
|
-
unfold/contrib/filters/apps.py,sha256=wEySJy0gMLzFLb9XNKE-RexiO05X7NaQ5QmxZyziJ_k,136
|
9
|
-
unfold/contrib/filters/forms.py,sha256=p1vfCdhBVEGmvHG0EAtv12B1Ssm2xtXuImL4R0bHOV0,5748
|
10
|
-
unfold/contrib/filters/static/unfold/filters/css/nouislider.min.css,sha256=rddL_jOGGVEY6wR-aw0VYovAfz5fPeAIsulrlSNb1hc,4221
|
11
|
-
unfold/contrib/filters/static/unfold/filters/js/DateTimeShortcuts.js,sha256=jgFNBDf6aHvUlyv0LEDHggXO-xA8pWOCWFWcVupdA30,19332
|
12
|
-
unfold/contrib/filters/static/unfold/filters/js/admin-numeric-filter.js,sha256=nTkiiJk4Abn9d6KigxPSEsereFhFq-v5n_boiiY1eII,1668
|
13
|
-
unfold/contrib/filters/static/unfold/filters/js/nouislider.min.js,sha256=aIEt5UlLNnEv4-HPyxcLqu9dTS7gXiMm35Mm0rFmQ0Q,26683
|
14
|
-
unfold/contrib/filters/static/unfold/filters/js/wNumb.min.js,sha256=gayD3el5iizhy0DlsyKfZvfOfOZHDmb7BPvOcT97GSg,2236
|
15
|
-
unfold/contrib/filters/templates/unfold/filters/filters_date_range.html,sha256=gh_3lsncCJi2r76ZNkx--0FZEGChf4QZC3NHeYnwl64,678
|
16
|
-
unfold/contrib/filters/templates/unfold/filters/filters_datetime_range.html,sha256=gh_3lsncCJi2r76ZNkx--0FZEGChf4QZC3NHeYnwl64,678
|
17
|
-
unfold/contrib/filters/templates/unfold/filters/filters_field.html,sha256=UTlSZlpg-gAc_a-EJLLF0NI_ofuSHQ2kMMoAs99nL2E,164
|
18
|
-
unfold/contrib/filters/templates/unfold/filters/filters_numeric_range.html,sha256=sW6hOTFUkEO9NOKhlnA3NUGzL-GGHLHHYasC55-qzUI,656
|
19
|
-
unfold/contrib/filters/templates/unfold/filters/filters_numeric_single.html,sha256=qoo3kU_32CvJMFSPFLM-V6lPdo_JJNiJqr2XN1ziycQ,593
|
20
|
-
unfold/contrib/filters/templates/unfold/filters/filters_numeric_slider.html,sha256=UYSredit27-zvIYwmm7k7umk4YJ9Ap2MEaV_-ckKfLM,1725
|
21
|
-
unfold/contrib/forms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
22
|
-
unfold/contrib/forms/apps.py,sha256=Di0TMzVuRpVxLG-8Bjdq5ALCSf5r7u2xVhD0jU6H5Sc,132
|
23
|
-
unfold/contrib/forms/static/unfold/forms/css/trix.css,sha256=TH9WdnaZrmwI8hAEydwjobdrBzSw_KYdRTSQDuD-8hE,20027
|
24
|
-
unfold/contrib/forms/static/unfold/forms/js/trix.config.js,sha256=spkNBlJVk_pqido_rM6yywQxkJ3Kqb7DMLiBgpKksdA,858
|
25
|
-
unfold/contrib/forms/static/unfold/forms/js/trix.js,sha256=HJXkWw7Mtocr7IeyBVplEIeO4X0kUhHHsI1Yra_ZMl8,175599
|
26
|
-
unfold/contrib/forms/templates/unfold/forms/array.html,sha256=1Hzg3-5hpoUQAHql3ZkNWqkasWcC68-QLwi-kdS5LoI,1750
|
27
|
-
unfold/contrib/forms/templates/unfold/forms/helpers/toolbar.html,sha256=9KeJEP6YE-NOmPU53cYZ9jHwVjgQS2MP5-SP0xT4ccY,9754
|
28
|
-
unfold/contrib/forms/templates/unfold/forms/wysiwyg.html,sha256=uLLf59jsD3apAm9Uh1TH4pwCOtO7pL2djAeZLOHyNAI,399
|
29
|
-
unfold/contrib/forms/widgets.py,sha256=8-KLSRVtgtPDCDKz6sbIrcdvkfbqrFRkInG871WAv2I,3142
|
30
|
-
unfold/contrib/guardian/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
31
|
-
unfold/contrib/guardian/apps.py,sha256=ObJqwh4vHxkD4XfduP5IQAiYiWZxsXUOUqF1_R1GsRI,136
|
32
|
-
unfold/contrib/guardian/templates/admin/guardian/model/change_form.html,sha256=FSJc4MYYWyzZAy8Ay0b7Ov-cUo-oELHOM5fQehM54Lg,403
|
33
|
-
unfold/contrib/guardian/templates/admin/guardian/model/field.html,sha256=V9ZgmYiIQAFy3GC464y0iBOHm3SDvEEymbuhT3S0qKU,296
|
34
|
-
unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage.html,sha256=4C7EdB6ueuwk6EfwLURsRz8rb2DuxuB4lPxL09ZAJLg,1435
|
35
|
-
unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_group.html,sha256=WXfRUGPrj4d7OgKFPVMOXHFTeotpdsuaO3P7Uzt8E2A,2331
|
36
|
-
unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_user.html,sha256=vesY2_TqkTPEq4xncGfFHP9mFcAcN1oMJ990b1KUTuU,2329
|
37
|
-
unfold/contrib/guardian/templates/unfold/guardian/group_form.html,sha256=3W-CCW8eb_VAzjLHtbNYBzlxFP_wofQFl9EMO-E4ivQ,3925
|
38
|
-
unfold/contrib/guardian/templates/unfold/guardian/user_form.html,sha256=ZGcndXOn-MeFW3b2bNUr5-PFS85HxLhDoPeR7AIKQ4Q,3914
|
39
|
-
unfold/contrib/import_export/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
40
|
-
unfold/contrib/import_export/apps.py,sha256=SdJu6Qh90VqGWY19FSDhhpUqhTbaIYsJKny3zX5baHI,149
|
41
|
-
unfold/contrib/import_export/forms.py,sha256=kh8psUoTObrRb2wtkYhvRu1D5QM02xWk4UNLQT5lQZA,2038
|
42
|
-
unfold/contrib/import_export/templates/admin/import_export/base.html,sha256=loL2qcV-f8aAzkHss_I4IkwfgemVW2CjOu_aiBxdwX0,357
|
43
|
-
unfold/contrib/import_export/templates/admin/import_export/change_form.html,sha256=4KLXDLG1Wu3dGcvmB2nx075WYIExJdGxSrHWjMWeg4Q,455
|
44
|
-
unfold/contrib/import_export/templates/admin/import_export/change_list_export.html,sha256=vZb2XVoJrDSjM1msiZqkQPMLQGjuqRHuLNdt11hmbQs,164
|
45
|
-
unfold/contrib/import_export/templates/admin/import_export/change_list_export_item.html,sha256=pTDeqPKOlCPKH2dxMIfPnWuc2wVDzB7AzL73WbxSnRY,257
|
46
|
-
unfold/contrib/import_export/templates/admin/import_export/change_list_import_export.html,sha256=JdKd6P2Ot9Ou4yg4CywTauuE1UiTz_mRvDwlx3vj3LI,229
|
47
|
-
unfold/contrib/import_export/templates/admin/import_export/change_list_import_item.html,sha256=XUuRxnsx9YQbKvW-E_JGl_ha7kpTSGSoRefOTTizuX0,233
|
48
|
-
unfold/contrib/import_export/templates/admin/import_export/export.html,sha256=6oI9pzY7sl6AG8ObvI9hY86gBH4DRnj6eWvp9Uw54UA,3456
|
49
|
-
unfold/contrib/import_export/templates/admin/import_export/import.html,sha256=i4LjZOLDnDKHzjHJt45vqFLVC_aBhV1A6QJZuR7CrgI,2134
|
50
|
-
unfold/contrib/import_export/templates/admin/import_export/import_confirm.html,sha256=9DpqVW2TcrC8UrAawBP-6KIzKf0bZDNhpYIWduGTnVc,869
|
51
|
-
unfold/contrib/import_export/templates/admin/import_export/import_errors.html,sha256=edsP56v1xeCezliXTxPIVo8mvv8rdVwh8yz0LeP5Zjk,1430
|
52
|
-
unfold/contrib/import_export/templates/admin/import_export/import_form.html,sha256=mMuMTAbgMbJ1IyCQPBkzmob4m5lJmZ69_QSo3GvvSiY,990
|
53
|
-
unfold/contrib/import_export/templates/admin/import_export/import_preview.html,sha256=UZG5ep4BRbq3K9g3Yv0sNJdVRYmEi4luHi51IHNGNU8,2263
|
54
|
-
unfold/contrib/import_export/templates/admin/import_export/import_validation.html,sha256=iOjwNDSQQHN6XVUZemYbsWI_wYeYEXTGc3T181Wg5NA,4635
|
55
|
-
unfold/contrib/import_export/templates/admin/import_export/resource_fields_list.html,sha256=7LzgBiT73c4GHVZx3-ap_cuMz57EnIJ1ESGA5xR31mM,871
|
56
|
-
unfold/contrib/inlines/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
57
|
-
unfold/contrib/inlines/admin.py,sha256=LloGe9KaY0hb9LX0jICpWi01DcdnSCXRfpAdY9VxkiY,5929
|
58
|
-
unfold/contrib/inlines/apps.py,sha256=Z9JBnzywq-DanZbD56fG0ndBfLXbojzkjVBleqoOBSU,136
|
59
|
-
unfold/contrib/inlines/checks.py,sha256=8sdyBcxw0erqQvp9sHlpGgy0rXfum-cd2eQE0rXFKQ0,559
|
60
|
-
unfold/contrib/inlines/forms.py,sha256=s49xrIkQTbvSMsrP4DydXWkpP1v8NCUmQw_Bcoqf0i4,1322
|
61
|
-
unfold/contrib/simple_history/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
62
|
-
unfold/contrib/simple_history/apps.py,sha256=eF_KVYb60CAnGgWk2Z1YKYGfgA3TJBMr229qI7e2pgU,153
|
63
|
-
unfold/contrib/simple_history/templates/simple_history/object_history.html,sha256=vX8bIubM54WtpnCCz6Ip2c1ryisaCveUHAakRMj_qE8,751
|
64
|
-
unfold/contrib/simple_history/templates/simple_history/object_history_form.html,sha256=Mc22IgdVTg0W2JsiI3R66wN3lPxOWwpuLcbLQYDQ7OI,2299
|
65
|
-
unfold/contrib/simple_history/templates/simple_history/object_history_list.html,sha256=MvCaPwFwNlSr-kNSJIxBdKhWQmG4OgNJTDPWB-FWUEk,6858
|
66
|
-
unfold/contrib/simple_history/templates/simple_history/submit_line.html,sha256=UtC4DMpnIK3slH8txxNA5igBhFzjgFXErNxG5VWqR_k,1711
|
67
|
-
unfold/dataclasses.py,sha256=4PAWLVlUhyGMq1Mwai7afCgrRO0Inulw0opFUKVEOBk,483
|
68
|
-
unfold/decorators.py,sha256=jyjE2sunazp8gK1QIsNRJGEEDwO7RDKWDKnOI3GDWZE,3338
|
69
|
-
unfold/exceptions.py,sha256=gcCj1ox61E137bk_0Cqy4YC3SttdPgB-fiJUqpmyHSE,43
|
70
|
-
unfold/fields.py,sha256=yhtpDfqycpOxqdQlbncCg9qhELxGk3AtXizkZyzzH0g,7410
|
71
|
-
unfold/forms.py,sha256=raPZVYuZ1UQwo5qv8M6KDdprfCvRgjFnYfLdkmBRojI,4118
|
72
|
-
unfold/settings.py,sha256=71ygidxvTum58iYRk8Tcujgo09nZJRjNRUQOWdFm-5s,2140
|
73
|
-
unfold/sites.py,sha256=GTClpbOENkPRallC2IrskwtgbqrbuWE5Pr5wsCoB9Us,14566
|
74
|
-
unfold/static/admin/js/admin/RelatedObjectLookups.js,sha256=alI0-yq7YPDJJJn-yg1ce79-Cv88yQDUrfaGqFZnsaY,9048
|
75
|
-
unfold/static/admin/js/inlines.js,sha256=-WGZO7BO07zNGAvb5ZdnR4PjqqhU29gyVMKsBn-PBUw,14577
|
76
|
-
unfold/static/unfold/css/simplebar.css,sha256=5LLaEM11pKi6JFCOLt4XKuZxTpT9rpdq_tNlaQytFlU,4647
|
77
|
-
unfold/static/unfold/css/styles.css,sha256=Vq9hqf8Rc3uU0Wdn13SxhdCfirf8X1_WH0Wc5CdMiNo,115794
|
78
|
-
unfold/static/unfold/fonts/inter/Inter-Bold.woff2,sha256=O88EyjAeRPE_QEyKBKpK5wf2epUOEu8wwjj5bnhCZqE,46552
|
79
|
-
unfold/static/unfold/fonts/inter/Inter-Medium.woff2,sha256=O88EyjAeRPE_QEyKBKpK5wf2epUOEu8wwjj5bnhCZqE,46552
|
80
|
-
unfold/static/unfold/fonts/inter/Inter-Regular.woff2,sha256=O88EyjAeRPE_QEyKBKpK5wf2epUOEu8wwjj5bnhCZqE,46552
|
81
|
-
unfold/static/unfold/fonts/inter/Inter-SemiBold.woff2,sha256=O88EyjAeRPE_QEyKBKpK5wf2epUOEu8wwjj5bnhCZqE,46552
|
82
|
-
unfold/static/unfold/fonts/inter/styles.css,sha256=QqdgevXVfcD6vZGo8ciSkaEG_62_YcZg0hvHTNgJ56E,608
|
83
|
-
unfold/static/unfold/fonts/material-symbols/Material-Symbols-Outlined.woff2,sha256=V6mmjk69Ee-coQvMsGV0tcNgV3E1nb7N9IKW8HVUBzk,256424
|
84
|
-
unfold/static/unfold/fonts/material-symbols/styles.css,sha256=ZX1icA_BXCVL0eoY2H6XR8VT_Fxl_KnV6vFBm_OImHA,535
|
85
|
-
unfold/static/unfold/js/alpine.anchor.js,sha256=2Jg9aUq749pjFynzr_H1NK3lf-nXrbHMtO9wvlWJyIQ,15524
|
86
|
-
unfold/static/unfold/js/alpine.js,sha256=NY2a-7GrW--i9IBhowd25bzXcH9BCmBrqYX5i8OxwDQ,44659
|
87
|
-
unfold/static/unfold/js/alpine.persist.js,sha256=jFBwr6faTqqhp3sVi4_VTxJ0FpaF9YGZN1ZGLl_5QYM,837
|
88
|
-
unfold/static/unfold/js/alpine.sort.js,sha256=q6LxgConwu8M8R03mZSBcsKwJv6fF7oomP8sqLxVQ0w,37891
|
89
|
-
unfold/static/unfold/js/app.js,sha256=BblUrP4UxZWGRcjHErfixPmC2LfYBA4dpGl2oXb-xDE,8216
|
90
|
-
unfold/static/unfold/js/chart.js,sha256=22W6cFERR-CElMOKRgMMicueMVP0Vf7FBEBYH8Z8tCk,200633
|
91
|
-
unfold/static/unfold/js/htmx.js,sha256=XOLqvnZiyEx46EW9vaJTBUaaWg8CGVVfXJkVsUmJbpI,42820
|
92
|
-
unfold/static/unfold/js/select2.init.js,sha256=siSDCwzy2PsOwA0Kj26JA_ELBtZlS70O8D8f1qTMmqg,291
|
93
|
-
unfold/static/unfold/js/simplebar.js,sha256=t-uG1FAD6ZoiMeN--wac0XRS7SxoDVG6zvRnGuEp7X8,27176
|
94
|
-
unfold/styles.css,sha256=sYekwcivglCDa8zVo21pCY-3XyiyXcCHMK6AVGc-eHs,18531
|
95
|
-
unfold/templates/admin/actions.html,sha256=8GqELAxzywGyfQJiQeuhGIQUakdK_WeneILY06C7mEo,2746
|
96
|
-
unfold/templates/admin/app_index.html,sha256=fphodUAgaL7X4pOz-QxiWOKnESEs8wRqPoShSF6iBaU,1345
|
97
|
-
unfold/templates/admin/app_list.html,sha256=avKk-Dj_4GY_izBKWsb_yNHxUyVpdRbDBZuoxlIEdN0,2817
|
98
|
-
unfold/templates/admin/auth/user/add_form.html,sha256=L0ylU7BLEIoZc3nS4Rq6DA0H94HQ3aXFr-iwK0vp2Bs,482
|
99
|
-
unfold/templates/admin/auth/user/change_password.html,sha256=q7RMscF4thZisdt5CrZLugk-MWDr8DgQ-3KXDv2QlGk,2902
|
100
|
-
unfold/templates/admin/base.html,sha256=9iTxs17eoeBhdUbnvq_fpq_gKmO9_D9XMnAuRdDESsE,2364
|
101
|
-
unfold/templates/admin/base_site.html,sha256=FM8OOaXsQqJlYapeJvBznXCOt7poMiWrweTWcsMHzeI,365
|
102
|
-
unfold/templates/admin/change_form.html,sha256=U4bsIz17mk46ylgxFG8VEfnVp3FBbbCCzE7mgzMQ9es,4990
|
103
|
-
unfold/templates/admin/change_form_object_tools.html,sha256=eyeH-i2HgEM0Yi-OJA2D1VnKJyC19A_my1IDGxxoP8Y,593
|
104
|
-
unfold/templates/admin/change_list.html,sha256=qpfVyQC6S-ypJZeYqPGBDvksw182d2fUH9KDmbTr9SI,5634
|
105
|
-
unfold/templates/admin/change_list_object_tools.html,sha256=cmMiT2nT20Ph5yfpj9aHPr76Z-JP4aSXp0o-Rnad28s,147
|
106
|
-
unfold/templates/admin/change_list_results.html,sha256=Nb-NbQYalqGJ9TRW4B1RZrS2ePhbyWtXi_K-tBn1DQs,5502
|
107
|
-
unfold/templates/admin/date_hierarchy.html,sha256=yMiZ3h2Sfl1JxoOHu9SmOoGvvboGOEFq20L8bPjuy2s,1411
|
108
|
-
unfold/templates/admin/delete_confirmation.html,sha256=atSK7BJyqisCNJa_xYL9FItaMkT16WpQp7bg6v51ay0,4628
|
109
|
-
unfold/templates/admin/delete_selected_confirmation.html,sha256=cVmF3XbxZbuHgUzhteFGC_vrz5goi6h5cy_XbP7twhw,4397
|
110
|
-
unfold/templates/admin/edit_inline/stacked.html,sha256=JKWBS51A_af52mgUedPc4dg5T0Gu00ehLDbUWLn866E,7733
|
111
|
-
unfold/templates/admin/edit_inline/tabular.html,sha256=ytdjFxOjBWAPokqtmfbjsNVXoFYSK3jZIRxnsZGuaGQ,15141
|
112
|
-
unfold/templates/admin/filter.html,sha256=wgYuP_ZmTofljsavLe4t8djAZnXRfEmz5U40SI-2Hjc,1640
|
113
|
-
unfold/templates/admin/includes/fieldset.html,sha256=eyo5icIIrihKBLT7k3FCgoVhK55Lb78eIp7tIUNXLvU,975
|
114
|
-
unfold/templates/admin/includes/object_delete_summary.html,sha256=w_lPVnBrng0oqvFy6rzvr8c5bzdU8GpqvYUAvaXza0c,444
|
115
|
-
unfold/templates/admin/index.html,sha256=pkGdKWdD3zzOvkRdELvdb15sleSpfl4eHPA14PAh7z0,684
|
116
|
-
unfold/templates/admin/login.html,sha256=Xw50tZZxESEwz9YOcV1CSPeyyI2H1l0q4x4zBrC4dps,4170
|
117
|
-
unfold/templates/admin/nav_sidebar.html,sha256=31g1dbGHe7m_8GXFrehLqWD84Nx7jEoeLhyNBZbaqRM,1163
|
118
|
-
unfold/templates/admin/object_history.html,sha256=0NvY31OEO0g8JHEYVzUUhg95nJxOto2J0I_K4sMf6wc,4825
|
119
|
-
unfold/templates/admin/pagination.html,sha256=KrwOM6gRizfpTMP59TESQaNGcQzkga2k02opl_7BxLo,1130
|
120
|
-
unfold/templates/admin/search_form.html,sha256=NNTJ38yABrSBOet3ivkbzciYHd_I_mGHlgRvLHSL5ig,1219
|
121
|
-
unfold/templates/admin/submit_line.html,sha256=ij1DDrmBRPM2DL5CnC4Aby0v55WgtsdZzrd8nUukUoE,4165
|
122
|
-
unfold/templates/auth/widgets/read_only_password_hash.html,sha256=UK36u2lYyiY_oSWuzlH_54Kjc1RzgO3Y1VaqJPyXk_Y,754
|
123
|
-
unfold/templates/registration/logged_out.html,sha256=cg4YjMbVtuMdOJD3hkkJZntv0G8gnzQYkDpZJVRNM2g,995
|
124
|
-
unfold/templates/registration/password_change_done.html,sha256=MjwUFjMoM26GcQ4sduh5afNzt11HbOVFEVb4nZ6bdD8,1080
|
125
|
-
unfold/templates/registration/password_change_form.html,sha256=YKIjlijh9wTFkCO-KWgNBxZdgx4RzXUWr4l2zO1ZNJA,2235
|
126
|
-
unfold/templates/unfold/change_list_filter.html,sha256=ie3M5Nau5xchwkCMfrLfDX60vyM3j_3pD5SmN2sDOx0,3456
|
127
|
-
unfold/templates/unfold/components/button.html,sha256=E9B5Y0ZzUrFmw50tK8Fi8-V0V6-ONbWcBMuyoxaDjSI,476
|
128
|
-
unfold/templates/unfold/components/card.html,sha256=3HHpqXOYS1b9yPa-ipbsWHBJUuI4knmk2od5B9kMcIs,1087
|
129
|
-
unfold/templates/unfold/components/chart/bar.html,sha256=nDdDCUXvFd793OpNgNPQo0vBmvYngMsQyPHVTf1vfOw,297
|
130
|
-
unfold/templates/unfold/components/chart/line.html,sha256=DHaZUFTlCs5cX7ioYdTzoN4ITHWNcEoNSUp7v3hlo_E,298
|
131
|
-
unfold/templates/unfold/components/container.html,sha256=WBk1rGHnTsObi3pJCpL3dfFAUQ2abDmokU0Lee7R9CI,83
|
132
|
-
unfold/templates/unfold/components/flex.html,sha256=_hBsQLJ6-7MfEfXNp5Wy-ykNtPMnnNg_io2IMGegn3s,134
|
133
|
-
unfold/templates/unfold/components/icon.html,sha256=Qlhcf41FOwNVJ-nvA0RJ_Dn6JW6PUFXO6tOR3Xtf6e8,99
|
134
|
-
unfold/templates/unfold/components/navigation.html,sha256=KNDfB6oT_dgbD8Fy09oRt6Txw7ERHa9iv-TPyFEo2wg,892
|
135
|
-
unfold/templates/unfold/components/progress.html,sha256=BnH2uC_ZL5ITvMjHiHoM0gjtbRTLNU1-tFcfCuJO0BE,808
|
136
|
-
unfold/templates/unfold/components/separator.html,sha256=TlKnvg1h3diDvm9A_FWc2atflAxb4e3HtnxYTxR75SU,168
|
137
|
-
unfold/templates/unfold/components/table.html,sha256=iC7mhLlPLRgCaV0sVjEkxIR7A4NLV2-rSHqEbmwpaHw,2028
|
138
|
-
unfold/templates/unfold/components/text.html,sha256=-GjxvdiaBQIaNfPSzT6SSIwnc3R27FkSDQMoF3FDPso,102
|
139
|
-
unfold/templates/unfold/components/title.html,sha256=aMYSO30ybFYqPnqwlJVh2uNmcgnVrRycZkHTjJTjpX8,171
|
140
|
-
unfold/templates/unfold/helpers/account_links.html,sha256=QRcsosWnq3cHH6UMmxGAFZTomOWubbwfn4NymFAQ-XA,1863
|
141
|
-
unfold/templates/unfold/helpers/actions_row.html,sha256=1cZ6eI-ljhuaRIeb8AQkELCwuCchom9uwOITdkhKc-4,1931
|
142
|
-
unfold/templates/unfold/helpers/add_link.html,sha256=CUFZ3quvp1JMAPmTkFRjpUXSy9GVXnIWNcRzv_gpq1A,810
|
143
|
-
unfold/templates/unfold/helpers/app_list.html,sha256=zeMeiSK-vlxrgP-jDkIN1k1mYCog033ybBSxw5POWvs,5516
|
144
|
-
unfold/templates/unfold/helpers/app_list_default.html,sha256=T8xXI0LsEZCyttxXZGomGMkqEd8Wxj61RCYQ4YDxlHE,3908
|
145
|
-
unfold/templates/unfold/helpers/attrs.html,sha256=Mwpj72kuwYj8hOT3J2T8qx6f1r_4xwwaS1slHA-82jI,166
|
146
|
-
unfold/templates/unfold/helpers/boolean.html,sha256=6gXAMEJcNVB14je9uN32dxImXP3KMCiWPeKU5EAnawA,569
|
147
|
-
unfold/templates/unfold/helpers/breadcrumb_item.html,sha256=Q9Usvwz2iGI9AYlNgyN0OZ9ZPftcoaXk37nxsFmCJSE,201
|
148
|
-
unfold/templates/unfold/helpers/delete_submit_line.html,sha256=4aijRBjLFqVDZpUxUz_DfLS39IHl0-aTCCD5dyXW_qY,671
|
149
|
-
unfold/templates/unfold/helpers/display_header.html,sha256=HFuiSsgjrrfUFd8uwsxNiHbe4Mpt-9BeaUShgwbGGbo,1701
|
150
|
-
unfold/templates/unfold/helpers/display_label.html,sha256=LS9DWzYjHkYLV27sZDwyXlg2sLJ0AlId9FbjnXpsbfg,317
|
151
|
-
unfold/templates/unfold/helpers/field.html,sha256=Ds-zUHkdyxamfUCVNhxvtM0XoJg9OCA0QcsLbLWv4oo,882
|
152
|
-
unfold/templates/unfold/helpers/field_readonly.html,sha256=QbX4jWVFCVvW6ZxOTxcGcarLUtUoCOH5KTIBwAodRzo,237
|
153
|
-
unfold/templates/unfold/helpers/field_readonly_value.html,sha256=E6eIJbO-Y2TWmmzpffC5F3l7KYZ8G-QxstUIHTVRjKg,461
|
154
|
-
unfold/templates/unfold/helpers/fieldset_row.html,sha256=Eh2OO1WjqSs-wkGIo-d-ZfAE5dlp_n6lDd7uuX26_Pc,4374
|
155
|
-
unfold/templates/unfold/helpers/fieldsets_tabs.html,sha256=GjFPlQgL-qv8bbxje5Zm1XL9v2_qFh-U3wcVvAOO5sE,1529
|
156
|
-
unfold/templates/unfold/helpers/form_errors.html,sha256=EwerIJptSCWXvtAJ1IZKfEn98qlShBIGavsTThbklAs,266
|
157
|
-
unfold/templates/unfold/helpers/form_label.html,sha256=BRX3DxVQfEvcmpFcRuhl4v_icMCCd5O_zmYm6MGLtts,327
|
158
|
-
unfold/templates/unfold/helpers/header.html,sha256=Cl2rNccSi7HCf-Sl3g2YFe9DVVv6_Kw5GiV3Z0qHoaU,1050
|
159
|
-
unfold/templates/unfold/helpers/help_text.html,sha256=o-2_hyruIr_Xt0fo38aGgrpptPJFhddnVMPOVQOYhE4,113
|
160
|
-
unfold/templates/unfold/helpers/history.html,sha256=tfpOWNDzo2k7orcb7avfFBWVFe8Z5yVxtMkshD2C42E,1927
|
161
|
-
unfold/templates/unfold/helpers/label.html,sha256=ye13yN-yY_A9Oe_9CEUJSwCgc7wWwgNdSc1zaeUtcJ8,900
|
162
|
-
unfold/templates/unfold/helpers/language_switch.html,sha256=1B53ken8CmwOcaPzjJ7D_EP2B_ToTaMJxQLdKk47uSQ,1463
|
163
|
-
unfold/templates/unfold/helpers/messages/error.html,sha256=mlHVdfpG2ycsKIDBJB9CZs6fM4bMGkpmJvtxHjEApjE,558
|
164
|
-
unfold/templates/unfold/helpers/messages/errornote.html,sha256=5ChxoVYkF4jI-cw72gVHh0CRxDnG9ME_U6UQOArax2k,404
|
165
|
-
unfold/templates/unfold/helpers/messages/info.html,sha256=js95Hm3CzqpP6_XJpnA2vG7qt8eyHmJJJcDF0e5PLtQ,143
|
166
|
-
unfold/templates/unfold/helpers/messages.html,sha256=UILjthMscQzFVgO6RKroQ6015grNuQySBH1y7Dn1QtQ,1023
|
167
|
-
unfold/templates/unfold/helpers/navigation.html,sha256=3-vUm7vrxfCk6y1CUKGyiYeQaYjV0qNJSO3AAYKBun4,1252
|
168
|
-
unfold/templates/unfold/helpers/pagination_current_item.html,sha256=4cZ2KLVcP0Y7xuGyXgexDQ07r94cgM5Gnmtv11dkRPQ,69
|
169
|
-
unfold/templates/unfold/helpers/pagination_ellipsis.html,sha256=Ar9Ntf2I_79mIVW5Hadwkn1Kx1Lj3d8eIXNXI1IIBfg,56
|
170
|
-
unfold/templates/unfold/helpers/search.html,sha256=dIB1jGNgt_KahTKRFRKqNCERwutXG1BMnOgWm-BlX_Q,1607
|
171
|
-
unfold/templates/unfold/helpers/search_results.html,sha256=liLy0JnKaDUKhVpsvPM6PKqqLO_rwuBf6whMo0QYMFg,637
|
172
|
-
unfold/templates/unfold/helpers/site_icon.html,sha256=MWGECpFsRJcBJiLLxDbUUKTYLNR1wMn8gOlvUPN5ugo,788
|
173
|
-
unfold/templates/unfold/helpers/site_logo.html,sha256=05tqXzHy--pluceRQ2jDUZCFX9DjPHdBqGaieUv9sXk,424
|
174
|
-
unfold/templates/unfold/helpers/submit.html,sha256=oSzq85LRLhdOlbFtFZFhYm6ucT95u6LunTeSTDClszQ,206
|
175
|
-
unfold/templates/unfold/helpers/tab_action.html,sha256=Hq20p5yRWi-wPwkFVI5uekoAFI4IlkucYr7o1qjlrYw,325
|
176
|
-
unfold/templates/unfold/helpers/tab_list.html,sha256=MN8EzKsN7hBzTtlC71E1haSsDz2mCAhENLnVCi_00a0,4515
|
177
|
-
unfold/templates/unfold/helpers/theme_switch.html,sha256=LzMTlNEbZaMN8UpdXoVZ6_cFCX1iBd1UcmT3gmCZOYE,2196
|
178
|
-
unfold/templates/unfold/helpers/userlinks.html,sha256=yg6b17oFDzN9US7rnbzwwrmIzdull0yOc76nu2y_E-c,763
|
179
|
-
unfold/templates/unfold/helpers/welcomemsg.html,sha256=u-svEbNA-lg_hYM2ZGWJWuffSjkDNyyu8qa0O-5Q0yE,1263
|
180
|
-
unfold/templates/unfold/layouts/base.html,sha256=bAXZDbyiyxNiE-49mqr7pHUFhC2mHZQzIDUY-js_yZ0,379
|
181
|
-
unfold/templates/unfold/layouts/base_simple.html,sha256=Znb4SJqQ0Bk-sz4nPHrQXjLQtjmO6x1_xVtq7HxsJTI,1178
|
182
|
-
unfold/templates/unfold/layouts/skeleton.html,sha256=IhCy6o2C7tdJKCYN5PusV6ET-rv-UHNCzwBkvVcwglM,4146
|
183
|
-
unfold/templates/unfold/templatetags/preserve_changelist_filters.html,sha256=sx2jUhogNY4emBhY8PqxQ6mXifbXQb_IQI9Hd0boJI0,111
|
184
|
-
unfold/templates/unfold/widgets/clearable_file_input.html,sha256=MOJXfId4e5jr6wnQJlFl0lwo4s9wwOicg_hQehx9bh8,2152
|
185
|
-
unfold/templates/unfold/widgets/clearable_file_input_small.html,sha256=rChcaCdL34mDFjQUrpYOJdzey01EOMWm7_hsyclwLE8,2802
|
186
|
-
unfold/templates/unfold/widgets/date.html,sha256=WXo2LG1v_gBZBSg-zocj7oujMKI0MWLYCIFfB04HMLQ,122
|
187
|
-
unfold/templates/unfold/widgets/foreign_key_raw_id.html,sha256=Us8UqXRfRNWbQQn_9NMRO4ddUvt9Q53_NyFYUkdxY_g,1075
|
188
|
-
unfold/templates/unfold/widgets/radio.html,sha256=3WcmclQNg7R_pRjEHL1dHkGjAzWlWNYnhHkAirC4nuA,646
|
189
|
-
unfold/templates/unfold/widgets/radio_option.html,sha256=UVgNUd_DuIHc4tRpnvYnJwG67PycYT2sBAyuVGAY0RM,307
|
190
|
-
unfold/templates/unfold/widgets/range.html,sha256=oyA1EZRHotsAlLZfpy6oTiurEH4ygHnaUIAlpz99zKo,294
|
191
|
-
unfold/templates/unfold/widgets/related_widget_wrapper.html,sha256=YqKQ0PuHmEr_vp3eq7shcM87Cs-T8P1j-FXIhUa6vp4,3830
|
192
|
-
unfold/templates/unfold/widgets/split_datetime.html,sha256=-3nXwdQitkG_QtMXtQx76kO2_Z1F6xwPYmnjybBDLBo,1606
|
193
|
-
unfold/templates/unfold/widgets/split_datetime_vertical.html,sha256=39lZsRyRcKr8DIcy9oL39zC8nAHZTHwW6gyTYOKePrQ,806
|
194
|
-
unfold/templates/unfold/widgets/split_money.html,sha256=AFLUBmzGbY-RXgsfz7gaDxVRhplaIPhXjg_hWYo9xcY,352
|
195
|
-
unfold/templates/unfold/widgets/textarea.html,sha256=-ZLDGrtASero7L-J3VvTNq_KjPAZh_kLVw0Ow3awqXM,144
|
196
|
-
unfold/templates/unfold/widgets/textarea_expandable.html,sha256=4xIGWb20DuwiwumndByrAyh7xF-ReXKLulSpDImX_cs,459
|
197
|
-
unfold/templates/unfold/widgets/time.html,sha256=WXo2LG1v_gBZBSg-zocj7oujMKI0MWLYCIFfB04HMLQ,122
|
198
|
-
unfold/templates/unfold/widgets/url.html,sha256=IRLgW44VTKN7UrSWeywJwaxQhfG5jhhXuT-KTadKX58,304
|
199
|
-
unfold/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
200
|
-
unfold/templatetags/unfold.py,sha256=NY6Ei1vaWiBlkVRAI1iWB-r2Ex6uCCSnNqjcmoeXgpE,7780
|
201
|
-
unfold/templatetags/unfold_list.py,sha256=ofVee2a5WtBVNFExzqxvn8UrSxmPzczR4gF5jTbu0zU,13986
|
202
|
-
unfold/typing.py,sha256=1P8PWM2oeaceUJtA5j071RbKEBpHYaux441u7Hd6wv4,643
|
203
|
-
unfold/utils.py,sha256=36WgmgGRayf_fkNtjoFoI1_G9w8f8gZflNzzqQ3256U,5459
|
204
|
-
unfold/views.py,sha256=hQCyeeMa9kcJV1IZeeYqj8PGW7J4QWME8n-5n0UGmiU,1003
|
205
|
-
unfold/widgets.py,sha256=wwiAbb_7-UWvFcH3HdnTv5f26fjiQn0h5tlAK3-kXVY,17186
|
206
|
-
django_unfold-0.42.0.dist-info/LICENSE.md,sha256=Ltk_quRyyvV3J5v3brtOqmibeZSw2Hrb8bY1W3ya0Ik,1077
|
207
|
-
django_unfold-0.42.0.dist-info/METADATA,sha256=M7AC-pj3uQl6FtQpsgiCh134dsa4Gla11_BT8yZgbng,4699
|
208
|
-
django_unfold-0.42.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
209
|
-
django_unfold-0.42.0.dist-info/RECORD,,
|