seitime-frappe/frappe/printing/page/print_format_builder
Aarol D'Souza c55ff193a6
fix: add type hints to whitelisted methods 3 (#37149)
* fix(apps): add type hints to whitelisted methods

* fix(recorder): add type hints to whitelisted methods

* fix(comments): add type hints to whitelisted methods

* fix(oauth2): add type hints to whitelisted methods

* fix(google_calendar): add type hints to whitelisted methods

* fix(print): add type hints to whitelisted methods

* fix(print_format_builder): add type hints to whitelisted methods

* refactor(network_printer_settings): remove unused args

* fix(document): add type hints to whitelisted methods

* fix(user_settings): add type hints to whitelisted methods

* fix(mapper): add type hints to whitelisted methods

* fix(connected_app): add type hints to whitelisted methods

* fix(google_contacts): add type hints to whitelisted methods

* fix(frappecloud_billing): add type hints to whitelisted methods

* test: rewrite test to fit the strict type check

* fix(social_login_key): add type hints to whitelisted methods

* fix(share): add type hints to whitelisted methods

* fix(webhook): add type hints to whitelisted methods

* fix(workflow): add type hints to whitelisted methods

* fix(workflow main): add type hints to whitelisted methods

* fix(workflow_action): add type hints to whitelisted methods

* fix: flexible type hint

* fix(client): add type hints to whitelisted methods

* fix: fix some of the tighter types

* fix(frappecloud_billing): add str typehint to whitelisted endpoint

* fix: target_doc can be dict/json string

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2026-02-20 06:50:19 +00:00
..
__init__.py [rename] Print module to Printing 2017-05-03 15:59:24 +05:30
print_format_builder.css fix: dark mode, timeline, logo colors 2023-09-15 12:04:17 +05:30
print_format_builder.js Revert "fix: show sidebar in print format builder" 2026-01-25 11:53:54 +05:30
print_format_builder.json [rename] Print module to Printing 2017-05-03 15:59:24 +05:30
print_format_builder.py fix: add type hints to whitelisted methods 3 (#37149) 2026-02-20 06:50:19 +00:00
print_format_builder_column_selector.html feat: Add Select All/Unselect All option in Select Table Columns dialog 2026-01-20 12:26:06 +01:00
print_format_builder_field.html feat(print_format): Add checkbox to hide label 2024-09-18 10:16:37 +02:00
print_format_builder_layout.html refactor: Replace usage of deprecated attribute 2022-06-21 08:00:49 +05:30
print_format_builder_section.html refactor: Replace usage of deprecated attribute 2022-06-21 08:00:49 +05:30
print_format_builder_sidebar.html refactor: replace in_list(array, member) with array.includes(member) 2024-03-10 16:09:09 +01:00
print_format_builder_start.html [rename] Print module to Printing 2017-05-03 15:59:24 +05:30