hazo_collab_forms 6.4.1 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGE_LOG.md +17 -0
- package/dist/audit/lazy_audit_icon.d.ts +2 -1
- package/dist/audit/lazy_audit_icon.d.ts.map +1 -1
- package/dist/components/autofill_dropzone/autofill_dropzone.d.ts +2 -1
- package/dist/components/autofill_dropzone/autofill_dropzone.d.ts.map +1 -1
- package/dist/components/autofill_dropzone/overwrite_confirm_dialog.d.ts +2 -1
- package/dist/components/autofill_dropzone/overwrite_confirm_dialog.d.ts.map +1 -1
- package/dist/components/clarification/clarification_thread.d.ts +2 -1
- package/dist/components/clarification/clarification_thread.d.ts.map +1 -1
- package/dist/components/clarification/resolution_status_strip.d.ts +2 -1
- package/dist/components/clarification/resolution_status_strip.d.ts.map +1 -1
- package/dist/components/collab_form_file_upload.d.ts +1 -1
- package/dist/components/collab_form_file_upload.d.ts.map +1 -1
- package/dist/components/data_ok_multi_state.d.ts +1 -1
- package/dist/components/data_ok_multi_state.d.ts.map +1 -1
- package/dist/components/field_audit/context.d.ts +1 -1
- package/dist/components/field_audit/context.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_base.d.ts +15 -15
- package/dist/components/hazo_collab_form_base.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_file_textbox/file_chip.d.ts +2 -1
- package/dist/components/hazo_collab_form_file_textbox/file_chip.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_file_textbox/file_group.d.ts +2 -1
- package/dist/components/hazo_collab_form_file_textbox/file_group.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_file_textbox/file_textbox_panel.d.ts +2 -1
- package/dist/components/hazo_collab_form_file_textbox/file_textbox_panel.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_file_textbox/file_upload_zone.d.ts +2 -1
- package/dist/components/hazo_collab_form_file_textbox/file_upload_zone.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_file_textbox/tag_pills.d.ts +2 -1
- package/dist/components/hazo_collab_form_file_textbox/tag_pills.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_file_textbox/validation_dialog.d.ts +2 -1
- package/dist/components/hazo_collab_form_file_textbox/validation_dialog.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_split_amount.d.ts +2 -1
- package/dist/components/hazo_collab_form_split_amount.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_view/context.d.ts +1 -1
- package/dist/components/hazo_collab_form_view/context.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_view/views/approval_view.d.ts +2 -1
- package/dist/components/hazo_collab_form_view/views/approval_view.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_view/views/edit_view.d.ts +2 -1
- package/dist/components/hazo_collab_form_view/views/edit_view.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_view/views/print_view.d.ts +1 -1
- package/dist/components/hazo_collab_form_view/views/print_view.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_view/views/summary_data_table.d.ts +2 -1
- package/dist/components/hazo_collab_form_view/views/summary_data_table.d.ts.map +1 -1
- package/dist/components/hazo_collab_form_view/views/summary_view.d.ts +2 -1
- package/dist/components/hazo_collab_form_view/views/summary_view.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/boolean_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/boolean_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/computed_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/computed_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/currency_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/currency_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/date_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/date_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/email_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/email_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/index.d.ts +1 -1
- package/dist/components/hazo_data_form/field_renderers/index.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/masked_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/masked_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/number_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/number_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/option_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/option_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/percentage_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/percentage_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/static_text_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/static_text_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/summary_row_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/summary_row_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/table_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/table_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/table_reference_accordion.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/table_reference_accordion.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/tel_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/tel_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/text_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/text_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/field_renderers/textarea_field.d.ts +2 -1
- package/dist/components/hazo_data_form/field_renderers/textarea_field.d.ts.map +1 -1
- package/dist/components/hazo_data_form/file_manager_button.d.ts +2 -1
- package/dist/components/hazo_data_form/file_manager_button.d.ts.map +1 -1
- package/dist/components/hazo_data_form/ghost_form_panel.d.ts +1 -1
- package/dist/components/hazo_data_form/ghost_form_panel.d.ts.map +1 -1
- package/dist/components/hazo_data_form/group_renderer.d.ts +4 -1
- package/dist/components/hazo_data_form/group_renderer.d.ts.map +1 -1
- package/dist/components/hazo_data_form/group_renderer.js +6 -4
- package/dist/components/hazo_data_form/group_renderer.js.map +1 -1
- package/dist/components/hazo_data_form/hazo_data_form.d.ts +1 -1
- package/dist/components/hazo_data_form/hazo_data_form.d.ts.map +1 -1
- package/dist/components/hazo_data_form/hazo_data_form.js +2 -2
- package/dist/components/hazo_data_form/hazo_data_form.js.map +1 -1
- package/dist/components/hazo_data_form/pdf_panel.d.ts +2 -1
- package/dist/components/hazo_data_form/pdf_panel.d.ts.map +1 -1
- package/dist/components/hazo_data_form/section_renderer.d.ts +4 -1
- package/dist/components/hazo_data_form/section_renderer.d.ts.map +1 -1
- package/dist/components/hazo_data_form/section_renderer.js +2 -2
- package/dist/components/hazo_data_form/section_renderer.js.map +1 -1
- package/dist/components/hazo_data_form/shared/data_form_badge.d.ts +2 -1
- package/dist/components/hazo_data_form/shared/data_form_badge.d.ts.map +1 -1
- package/dist/components/hazo_data_form/shared/data_form_field_layout.d.ts +1 -1
- package/dist/components/hazo_data_form/shared/data_form_field_layout.d.ts.map +1 -1
- package/dist/components/hazo_data_form/shared/data_form_file_column.d.ts +2 -1
- package/dist/components/hazo_data_form/shared/data_form_file_column.d.ts.map +1 -1
- package/dist/components/hazo_data_form/shared/data_form_help_tooltip.d.ts +2 -1
- package/dist/components/hazo_data_form/shared/data_form_help_tooltip.d.ts.map +1 -1
- package/dist/components/hazo_data_form/shared/data_form_label.d.ts +2 -1
- package/dist/components/hazo_data_form/shared/data_form_label.d.ts.map +1 -1
- package/dist/components/hazo_data_form/shared/data_form_reference_value.d.ts +2 -1
- package/dist/components/hazo_data_form/shared/data_form_reference_value.d.ts.map +1 -1
- package/dist/components/hazo_data_form/types.d.ts +10 -0
- package/dist/components/hazo_data_form/types.d.ts.map +1 -1
- package/dist/components/hazo_field_library/components/area_combobox.d.ts +5 -1
- package/dist/components/hazo_field_library/components/area_combobox.d.ts.map +1 -1
- package/dist/components/hazo_field_library/components/element_editor.d.ts +5 -1
- package/dist/components/hazo_field_library/components/element_editor.d.ts.map +1 -1
- package/dist/components/hazo_field_library/components/element_list.d.ts +5 -1
- package/dist/components/hazo_field_library/components/element_list.d.ts.map +1 -1
- package/dist/components/hazo_field_library/components/import_export_dialog.d.ts +6 -1
- package/dist/components/hazo_field_library/components/import_export_dialog.d.ts.map +1 -1
- package/dist/components/hazo_field_library/components/raw_json_viewer.d.ts +5 -1
- package/dist/components/hazo_field_library/components/raw_json_viewer.d.ts.map +1 -1
- package/dist/components/hazo_field_library/components/reference_picker.d.ts +6 -1
- package/dist/components/hazo_field_library/components/reference_picker.d.ts.map +1 -1
- package/dist/components/hazo_field_library/components/template_loader_dialog.d.ts +5 -1
- package/dist/components/hazo_field_library/components/template_loader_dialog.d.ts.map +1 -1
- package/dist/components/hazo_field_library/components/toolbar.d.ts +5 -1
- package/dist/components/hazo_field_library/components/toolbar.d.ts.map +1 -1
- package/dist/components/hazo_field_library/context.d.ts +1 -1
- package/dist/components/hazo_field_library/context.d.ts.map +1 -1
- package/dist/components/hazo_field_library/field_library.d.ts +6 -1
- package/dist/components/hazo_field_library/field_library.d.ts.map +1 -1
- package/dist/components/hazo_field_library/field_library_with_loader.d.ts +6 -1
- package/dist/components/hazo_field_library/field_library_with_loader.d.ts.map +1 -1
- package/dist/components/hazo_field_selector_dialog/components/field_autocomplete.d.ts +2 -1
- package/dist/components/hazo_field_selector_dialog/components/field_autocomplete.d.ts.map +1 -1
- package/dist/components/hazo_field_selector_dialog/components/section_sidebar.d.ts +2 -1
- package/dist/components/hazo_field_selector_dialog/components/section_sidebar.d.ts.map +1 -1
- package/dist/components/hazo_field_selector_dialog/components/selected_fields_panel.d.ts +2 -1
- package/dist/components/hazo_field_selector_dialog/components/selected_fields_panel.d.ts.map +1 -1
- package/dist/components/hazo_field_selector_dialog/components/sortable_field_item.d.ts +2 -1
- package/dist/components/hazo_field_selector_dialog/components/sortable_field_item.d.ts.map +1 -1
- package/dist/components/hazo_field_selector_dialog/components/sortable_field_list.d.ts +2 -1
- package/dist/components/hazo_field_selector_dialog/components/sortable_field_list.d.ts.map +1 -1
- package/dist/components/hazo_field_selector_dialog/hazo_field_selector_dialog.d.ts +2 -1
- package/dist/components/hazo_field_selector_dialog/hazo_field_selector_dialog.d.ts.map +1 -1
- package/dist/components/hazo_rfi_box/hazo_rfi_box.d.ts +2 -1
- package/dist/components/hazo_rfi_box/hazo_rfi_box.d.ts.map +1 -1
- package/dist/components/hazo_rfi_box/rfi_option_tag_selector.d.ts +2 -1
- package/dist/components/hazo_rfi_box/rfi_option_tag_selector.d.ts.map +1 -1
- package/dist/components/hazo_rfi_box/rfi_review_actions.d.ts +2 -1
- package/dist/components/hazo_rfi_box/rfi_review_actions.d.ts.map +1 -1
- package/dist/components/hazo_rfi_box/rfi_send_back_form.d.ts +2 -1
- package/dist/components/hazo_rfi_box/rfi_send_back_form.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/field_editor.d.ts +6 -1
- package/dist/components/hazo_template_generator/components/field_editor.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/preview_dialog.d.ts +7 -1
- package/dist/components/hazo_template_generator/components/preview_dialog.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/preview_panel.d.ts +7 -1
- package/dist/components/hazo_template_generator/components/preview_panel.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/section_tree.d.ts +8 -1
- package/dist/components/hazo_template_generator/components/section_tree.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/tabs/basic_tab.d.ts +5 -1
- package/dist/components/hazo_template_generator/components/tabs/basic_tab.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/tabs/conditional_tab.d.ts +5 -1
- package/dist/components/hazo_template_generator/components/tabs/conditional_tab.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/tabs/controls_tab.d.ts +11 -1
- package/dist/components/hazo_template_generator/components/tabs/controls_tab.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/tabs/icons_behaviour_tab.d.ts +7 -1
- package/dist/components/hazo_template_generator/components/tabs/icons_behaviour_tab.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/tabs/section_tab.d.ts +5 -1
- package/dist/components/hazo_template_generator/components/tabs/section_tab.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/tabs/type_tab.d.ts +5 -1
- package/dist/components/hazo_template_generator/components/tabs/type_tab.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/tabs/validation_tab.d.ts +5 -1
- package/dist/components/hazo_template_generator/components/tabs/validation_tab.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/toolbar.d.ts +6 -1
- package/dist/components/hazo_template_generator/components/toolbar.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/type_editors/data_table_editor.d.ts +5 -1
- package/dist/components/hazo_template_generator/components/type_editors/data_table_editor.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/type_editors/input_options_editor.d.ts +5 -1
- package/dist/components/hazo_template_generator/components/type_editors/input_options_editor.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/components/ui/resizable.d.ts +2 -2
- package/dist/components/hazo_template_generator/components/ui/resizable.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/context.d.ts +1 -1
- package/dist/components/hazo_template_generator/context.d.ts.map +1 -1
- package/dist/components/hazo_template_generator/template_generator.d.ts +7 -1
- package/dist/components/hazo_template_generator/template_generator.d.ts.map +1 -1
- package/dist/components/hazo_validation_rule_editor/components/clarification_settings.d.ts +6 -1
- package/dist/components/hazo_validation_rule_editor/components/clarification_settings.d.ts.map +1 -1
- package/dist/components/hazo_validation_rule_editor/components/prompt_editor.d.ts +10 -1
- package/dist/components/hazo_validation_rule_editor/components/prompt_editor.d.ts.map +1 -1
- package/dist/components/hazo_validation_rule_editor/components/rule_editor.d.ts +6 -1
- package/dist/components/hazo_validation_rule_editor/components/rule_editor.d.ts.map +1 -1
- package/dist/components/hazo_validation_rule_editor/components/rule_list.d.ts +5 -1
- package/dist/components/hazo_validation_rule_editor/components/rule_list.d.ts.map +1 -1
- package/dist/components/hazo_validation_rule_editor/components/variable_chain_input.d.ts +2 -1
- package/dist/components/hazo_validation_rule_editor/components/variable_chain_input.d.ts.map +1 -1
- package/dist/components/hazo_validation_rule_editor/context.d.ts +1 -1
- package/dist/components/hazo_validation_rule_editor/context.d.ts.map +1 -1
- package/dist/components/hazo_validation_rule_editor/validation_rule_editor.d.ts +12 -1
- package/dist/components/hazo_validation_rule_editor/validation_rule_editor.d.ts.map +1 -1
- package/dist/components/multi_state_radio.d.ts +2 -1
- package/dist/components/multi_state_radio.d.ts.map +1 -1
- package/dist/components/shared/base_field_layout.d.ts +1 -1
- package/dist/components/shared/base_field_layout.d.ts.map +1 -1
- package/dist/components/shared/description_with_ihelp.d.ts +2 -1
- package/dist/components/shared/description_with_ihelp.d.ts.map +1 -1
- package/dist/components/shared/dialog/dialog.d.ts +2 -2
- package/dist/components/shared/document_type_editor.d.ts +2 -1
- package/dist/components/shared/document_type_editor.d.ts.map +1 -1
- package/dist/components/shared/editor_theme/components.d.ts +7 -7
- package/dist/components/shared/editor_theme/components.d.ts.map +1 -1
- package/dist/components/shared/editor_theme/context.d.ts +1 -1
- package/dist/components/shared/editor_theme/context.d.ts.map +1 -1
- package/dist/components/shared/field_accordion.d.ts +1 -1
- package/dist/components/shared/field_accordion.d.ts.map +1 -1
- package/dist/components/shared/field_action_array_slot.d.ts +2 -1
- package/dist/components/shared/field_action_array_slot.d.ts.map +1 -1
- package/dist/components/shared/field_tooltip/field_tooltip.d.ts +2 -1
- package/dist/components/shared/field_tooltip/field_tooltip.d.ts.map +1 -1
- package/dist/components/shared/file_bar/file_bar.d.ts +2 -1
- package/dist/components/shared/file_bar/file_bar.d.ts.map +1 -1
- package/dist/components/shared/file_bar/file_bar_tag.d.ts +2 -1
- package/dist/components/shared/file_bar/file_bar_tag.d.ts.map +1 -1
- package/dist/components/shared/file_bar/file_bar_validation.d.ts +2 -1
- package/dist/components/shared/file_bar/file_bar_validation.d.ts.map +1 -1
- package/dist/components/shared/file_bar/file_bar_validation_dialog.d.ts +2 -1
- package/dist/components/shared/file_bar/file_bar_validation_dialog.d.ts.map +1 -1
- package/dist/components/shared/file_bar/file_validation_issues_dialog.d.ts +2 -1
- package/dist/components/shared/file_bar/file_validation_issues_dialog.d.ts.map +1 -1
- package/dist/components/shared/file_status_icon.d.ts +1 -1
- package/dist/components/shared/file_status_icon.d.ts.map +1 -1
- package/dist/components/shared/rule_result_card.d.ts +2 -1
- package/dist/components/shared/rule_result_card.d.ts.map +1 -1
- package/dist/components/thread_form/components/add_question_dialog.d.ts +1 -1
- package/dist/components/thread_form/components/add_question_dialog.d.ts.map +1 -1
- package/dist/components/thread_form/components/agent_compose_dialog.d.ts +1 -1
- package/dist/components/thread_form/components/agent_compose_dialog.d.ts.map +1 -1
- package/dist/components/thread_form/components/clarification.d.ts +1 -1
- package/dist/components/thread_form/components/clarification.d.ts.map +1 -1
- package/dist/components/thread_form/components/collected_data_view.d.ts +1 -1
- package/dist/components/thread_form/components/collected_data_view.d.ts.map +1 -1
- package/dist/components/thread_form/components/coverage_card.d.ts +1 -1
- package/dist/components/thread_form/components/coverage_card.d.ts.map +1 -1
- package/dist/components/thread_form/components/file_bar.d.ts +1 -1
- package/dist/components/thread_form/components/file_bar.d.ts.map +1 -1
- package/dist/components/thread_form/components/file_info_dialog.d.ts +1 -1
- package/dist/components/thread_form/components/file_info_dialog.d.ts.map +1 -1
- package/dist/components/thread_form/components/issue_group_tree.d.ts +1 -1
- package/dist/components/thread_form/components/issue_group_tree.d.ts.map +1 -1
- package/dist/components/thread_form/components/pdf_side_panel.d.ts +1 -1
- package/dist/components/thread_form/components/pdf_side_panel.d.ts.map +1 -1
- package/dist/components/thread_form/components/rule_decision_row.d.ts +1 -1
- package/dist/components/thread_form/components/rule_decision_row.d.ts.map +1 -1
- package/dist/components/thread_form/components/send_back_message.d.ts +1 -1
- package/dist/components/thread_form/components/send_back_message.d.ts.map +1 -1
- package/dist/components/thread_form/components/shared.d.ts +6 -6
- package/dist/components/thread_form/components/shared.d.ts.map +1 -1
- package/dist/components/thread_form/components/task_card.d.ts +1 -1
- package/dist/components/thread_form/components/task_card.d.ts.map +1 -1
- package/dist/components/thread_form/components/text_doc_check.d.ts +1 -1
- package/dist/components/thread_form/components/text_doc_check.d.ts.map +1 -1
- package/dist/components/thread_form/components/text_extraction.d.ts +1 -1
- package/dist/components/thread_form/components/text_extraction.d.ts.map +1 -1
- package/dist/components/thread_form/components/thread_composer.d.ts +1 -1
- package/dist/components/thread_form/components/thread_composer.d.ts.map +1 -1
- package/dist/components/thread_form/components/thread_timeline.d.ts +1 -1
- package/dist/components/thread_form/components/thread_timeline.d.ts.map +1 -1
- package/dist/logger/context.d.ts +2 -2
- package/dist/logger/context.d.ts.map +1 -1
- package/package.json +18 -14
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Autocomplete search component for selecting sections, groups, or fields
|
|
3
3
|
*/
|
|
4
|
+
import React from 'react';
|
|
4
5
|
import type { FieldAutocompleteProps } from '../types.js';
|
|
5
6
|
/**
|
|
6
7
|
* FieldAutocomplete - Search and select sections, groups, or fields
|
|
7
8
|
*/
|
|
8
|
-
export declare function FieldAutocomplete({ items, selected_group_ids, selected_section_names, on_select, placeholder, }: FieldAutocompleteProps):
|
|
9
|
+
export declare function FieldAutocomplete({ items, selected_group_ids, selected_section_names, on_select, placeholder, }: FieldAutocompleteProps): React.JSX.Element;
|
|
9
10
|
//# sourceMappingURL=field_autocomplete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field_autocomplete.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_field_selector_dialog/components/field_autocomplete.tsx"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"field_autocomplete.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_field_selector_dialog/components/field_autocomplete.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAA+C,MAAM,OAAO,CAAC;AAIpE,OAAO,KAAK,EAAE,sBAAsB,EAAkB,MAAM,aAAa,CAAC;AAa1E;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,KAAK,EACL,kBAAkB,EAClB,sBAAsB,EACtB,SAAS,EACT,WAAqD,GACtD,EAAE,sBAAsB,qBA+MxB"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Section sidebar component showing sections with selected items
|
|
3
3
|
*/
|
|
4
|
+
import React from 'react';
|
|
4
5
|
import type { SectionSidebarProps } from '../types.js';
|
|
5
6
|
/**
|
|
6
7
|
* SectionSidebar - Left sidebar showing sections with selected items
|
|
7
8
|
*/
|
|
8
|
-
export declare function SectionSidebar({ sections, active_section, on_section_click, }: SectionSidebarProps):
|
|
9
|
+
export declare function SectionSidebar({ sections, active_section, on_section_click, }: SectionSidebarProps): React.JSX.Element;
|
|
9
10
|
//# sourceMappingURL=section_sidebar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"section_sidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_field_selector_dialog/components/section_sidebar.tsx"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"section_sidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_field_selector_dialog/components/section_sidebar.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAEvD;;GAEG;AACH,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,cAAc,EACd,gBAAgB,GACjB,EAAE,mBAAmB,qBAyCrB"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selected fields panel - combines section sidebar with sortable field list
|
|
3
3
|
*/
|
|
4
|
+
import React from 'react';
|
|
4
5
|
import type { SelectedFieldsPanelProps } from '../types.js';
|
|
5
6
|
/**
|
|
6
7
|
* SelectedFieldsPanel - Main panel with expand/collapse and field selection
|
|
7
8
|
*/
|
|
8
|
-
export declare function SelectedFieldsPanel({ items, on_remove, on_reorder, on_toggle_expand, on_toggle_field, }: SelectedFieldsPanelProps):
|
|
9
|
+
export declare function SelectedFieldsPanel({ items, on_remove, on_reorder, on_toggle_expand, on_toggle_field, }: SelectedFieldsPanelProps): React.JSX.Element;
|
|
9
10
|
//# sourceMappingURL=selected_fields_panel.d.ts.map
|
package/dist/components/hazo_field_selector_dialog/components/selected_fields_panel.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"selected_fields_panel.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_field_selector_dialog/components/selected_fields_panel.tsx"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"selected_fields_panel.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_field_selector_dialog/components/selected_fields_panel.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAA+C,MAAM,OAAO,CAAC;AAGpE,OAAO,KAAK,EAAE,wBAAwB,EAAqB,MAAM,aAAa,CAAC;AAG/E;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,KAAK,EACL,SAAS,EACT,UAAU,EACV,gBAAgB,EAChB,eAAe,GAChB,EAAE,wBAAwB,qBAiF1B"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Sortable field item component with expandable field selection
|
|
3
3
|
*/
|
|
4
|
+
import React from 'react';
|
|
4
5
|
import type { SortableFieldItemProps } from '../types.js';
|
|
5
6
|
/**
|
|
6
7
|
* SortableFieldItem - Expandable draggable item with field-level selection
|
|
7
8
|
*/
|
|
8
|
-
export declare function SortableFieldItem({ item, on_remove, on_toggle_expand, on_toggle_field, }: SortableFieldItemProps):
|
|
9
|
+
export declare function SortableFieldItem({ item, on_remove, on_toggle_expand, on_toggle_field, }: SortableFieldItemProps): React.JSX.Element;
|
|
9
10
|
//# sourceMappingURL=sortable_field_item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sortable_field_item.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_field_selector_dialog/components/sortable_field_item.tsx"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"sortable_field_item.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_field_selector_dialog/components/sortable_field_item.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAM1D;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,IAAI,EACJ,SAAS,EACT,gBAAgB,EAChB,eAAe,GAChB,EAAE,sBAAsB,qBAoJxB"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Sortable field list with drag and drop reordering
|
|
3
3
|
*/
|
|
4
|
+
import React from 'react';
|
|
4
5
|
import type { SortableFieldListProps } from '../types.js';
|
|
5
6
|
/**
|
|
6
7
|
* SortableFieldList - Draggable list with expand/collapse and field selection
|
|
7
8
|
*/
|
|
8
|
-
export declare function SortableFieldList({ items, on_reorder, on_remove, on_toggle_expand, on_toggle_field, }: SortableFieldListProps):
|
|
9
|
+
export declare function SortableFieldList({ items, on_reorder, on_remove, on_toggle_expand, on_toggle_field, }: SortableFieldListProps): React.JSX.Element;
|
|
9
10
|
//# sourceMappingURL=sortable_field_list.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sortable_field_list.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_field_selector_dialog/components/sortable_field_list.tsx"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"sortable_field_list.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_field_selector_dialog/components/sortable_field_list.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE1D;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,KAAK,EACL,UAAU,EACV,SAAS,EACT,gBAAgB,EAChB,eAAe,GAChB,EAAE,sBAAsB,qBA0DxB"}
|
|
@@ -7,9 +7,10 @@
|
|
|
7
7
|
* - Drag and drop reordering (cross-section supported)
|
|
8
8
|
* - Output filtered JSON structure on confirm
|
|
9
9
|
*/
|
|
10
|
+
import React from 'react';
|
|
10
11
|
import type { HazoFieldSelectorDialogProps } from './types.js';
|
|
11
12
|
/**
|
|
12
13
|
* HazoFieldSelectorDialog - Dialog with enhanced search and field-level selection
|
|
13
14
|
*/
|
|
14
|
-
export declare function HazoFieldSelectorDialog({ open, on_open_change, form_template, on_confirm, on_cancel, initial_selection, title, description, confirm_text, cancel_text, include_icons_behaviour, }: HazoFieldSelectorDialogProps):
|
|
15
|
+
export declare function HazoFieldSelectorDialog({ open, on_open_change, form_template, on_confirm, on_cancel, initial_selection, title, description, confirm_text, cancel_text, include_icons_behaviour, }: HazoFieldSelectorDialogProps): React.JSX.Element;
|
|
15
16
|
//# sourceMappingURL=hazo_field_selector_dialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hazo_field_selector_dialog.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_field_selector_dialog/hazo_field_selector_dialog.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;
|
|
1
|
+
{"version":3,"file":"hazo_field_selector_dialog.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_field_selector_dialog/hazo_field_selector_dialog.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH,OAAO,KAAoD,MAAM,OAAO,CAAC;AAqBzE,OAAO,KAAK,EACV,4BAA4B,EAG7B,MAAM,YAAY,CAAC;AAiBpB;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,EACtC,IAAI,EACJ,cAAc,EACd,aAAa,EACb,UAAU,EACV,SAAS,EACT,iBAAiB,EACjB,KAAuB,EACvB,WAAW,EACX,YAAwB,EACxB,WAAsB,EACtB,uBAA8B,GAC/B,EAAE,4BAA4B,qBA0J9B"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
*
|
|
10
10
|
* Composes ClarificationItemBody as the core renderer.
|
|
11
11
|
*/
|
|
12
|
+
import React from 'react';
|
|
12
13
|
import type { RfiSendBackPayload } from './rfi_send_back_form.js';
|
|
13
14
|
import type { ClarificationItem, ClarificationResponse, ClarificationResponseOption } from '../../types/clarification.js';
|
|
14
15
|
import type { FileManagerCallbacks } from '../../types/file_manager.js';
|
|
@@ -51,5 +52,5 @@ export interface HazoCollabFormRFIboxProps {
|
|
|
51
52
|
initial_feedback?: string;
|
|
52
53
|
className?: string;
|
|
53
54
|
}
|
|
54
|
-
export declare function HazoCollabFormRFIbox({ item, mode, display, open, on_open_change, dialog_title, on_respond, on_accept, on_send_back, on_dismiss, on_resolve, file_manager, on_doc_view, available_response_options, initial_selected_options, initial_feedback, className, }: HazoCollabFormRFIboxProps):
|
|
55
|
+
export declare function HazoCollabFormRFIbox({ item, mode, display, open, on_open_change, dialog_title, on_respond, on_accept, on_send_back, on_dismiss, on_resolve, file_manager, on_doc_view, available_response_options, initial_selected_options, initial_feedback, className, }: HazoCollabFormRFIboxProps): React.JSX.Element;
|
|
55
56
|
//# sourceMappingURL=hazo_rfi_box.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hazo_rfi_box.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_rfi_box/hazo_rfi_box.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"hazo_rfi_box.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_rfi_box/hazo_rfi_box.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAIH,OAAO,KAAgC,MAAM,OAAO,CAAC;AAcrD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EACV,iBAAiB,EACjB,qBAAqB,EACrB,2BAA2B,EAC5B,MAAM,8BAA8B,CAAC;AACtC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAExE,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC;AAC1E,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,CAAC;AAEhE,YAAY,EAAE,kBAAkB,EAAE,CAAC;AAEnC,MAAM,WAAW,yBAAyB;IACxC,uCAAuC;IACvC,IAAI,EAAE,iBAAiB,CAAC;IACxB,uCAAuC;IACvC,IAAI,EAAE,UAAU,CAAC;IACjB,0FAA0F;IAC1F,OAAO,CAAC,EAAE,aAAa,CAAC;IAGxB,qEAAqE;IACrE,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,gCAAgC;IAChC,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,kDAAkD;IAClD,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,gDAAgD;IAChD,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACnE,yDAAyD;IACzD,SAAS,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,oFAAoF;IACpF,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,kBAAkB,KAAK,IAAI,CAAC;IACjE,qBAAqB;IACrB,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,oBAAoB;IACpB,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAGlC,yDAAyD;IACzD,YAAY,CAAC,EAAE,oBAAoB,CAAC;IACpC,2DAA2D;IAC3D,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAG3D;+DAC2D;IAC3D,0BAA0B,CAAC,EAAE,2BAA2B,EAAE,CAAC;IAC3D,uDAAuD;IACvD,wBAAwB,CAAC,EAAE,2BAA2B,EAAE,CAAC;IACzD,kDAAkD;IAClD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,oBAAoB,CAAC,EACnC,IAAI,EACJ,IAAI,EACJ,OAAoB,EACpB,IAAI,EACJ,cAAc,EACd,YAAkC,EAClC,UAAU,EACV,SAAS,EACT,YAAY,EACZ,UAAU,EACV,UAAU,EACV,YAAY,EACZ,WAAW,EACX,0BAA0B,EAC1B,wBAAwB,EACxB,gBAAgB,EAChB,SAAS,GACV,EAAE,yBAAyB,qBAmI3B"}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* Shows selected options as removable tag pills. Dropdown lists available options
|
|
6
6
|
* with checkboxes.
|
|
7
7
|
*/
|
|
8
|
+
import React from 'react';
|
|
8
9
|
import type { ClarificationResponseOption } from '../../types/clarification.js';
|
|
9
10
|
export interface RfiOptionTagSelectorProps {
|
|
10
11
|
/** All available options to pick from */
|
|
@@ -17,5 +18,5 @@ export interface RfiOptionTagSelectorProps {
|
|
|
17
18
|
disabled?: boolean;
|
|
18
19
|
className?: string;
|
|
19
20
|
}
|
|
20
|
-
export declare function RfiOptionTagSelector({ available_options, selected_options, on_change, disabled, className, }: RfiOptionTagSelectorProps):
|
|
21
|
+
export declare function RfiOptionTagSelector({ available_options, selected_options, on_change, disabled, className, }: RfiOptionTagSelectorProps): React.JSX.Element;
|
|
21
22
|
//# sourceMappingURL=rfi_option_tag_selector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rfi_option_tag_selector.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_rfi_box/rfi_option_tag_selector.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
|
1
|
+
{"version":3,"file":"rfi_option_tag_selector.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_rfi_box/rfi_option_tag_selector.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,KAAmD,MAAM,OAAO,CAAC;AAGxE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,8BAA8B,CAAC;AAEhF,MAAM,WAAW,yBAAyB;IACxC,yCAAyC;IACzC,iBAAiB,EAAE,2BAA2B,EAAE,CAAC;IACjD,iCAAiC;IACjC,gBAAgB,EAAE,2BAA2B,EAAE,CAAC;IAChD,sCAAsC;IACtC,SAAS,EAAE,CAAC,QAAQ,EAAE,2BAA2B,EAAE,KAAK,IAAI,CAAC;IAC7D,mCAAmC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,oBAAoB,CAAC,EACnC,iBAAiB,EACjB,gBAAgB,EAChB,SAAS,EACT,QAAQ,EACR,SAAS,GACV,EAAE,yBAAyB,qBA+G3B"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* RfiReviewActions — Accept / Send Back button row for agent review mode.
|
|
3
3
|
*/
|
|
4
|
+
import React from 'react';
|
|
4
5
|
export interface RfiReviewActionsProps {
|
|
5
6
|
on_accept?: () => void;
|
|
6
7
|
on_send_back?: () => void;
|
|
7
8
|
disabled?: boolean;
|
|
8
9
|
className?: string;
|
|
9
10
|
}
|
|
10
|
-
export declare function RfiReviewActions({ on_accept, on_send_back, disabled, className }: RfiReviewActionsProps):
|
|
11
|
+
export declare function RfiReviewActions({ on_accept, on_send_back, disabled, className }: RfiReviewActionsProps): React.JSX.Element;
|
|
11
12
|
//# sourceMappingURL=rfi_review_actions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rfi_review_actions.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_rfi_box/rfi_review_actions.tsx"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"rfi_review_actions.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_rfi_box/rfi_review_actions.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,gBAAgB,CAAC,EAAE,SAAS,EAAE,YAAY,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,qBAAqB,qBA6BvG"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* RfiSendBackForm — Feedback textarea + option tag selector for agent send-back mode.
|
|
3
3
|
*/
|
|
4
|
+
import React from 'react';
|
|
4
5
|
import type { ClarificationResponseOption } from '../../types/clarification.js';
|
|
5
6
|
export interface RfiSendBackPayload {
|
|
6
7
|
feedback: string;
|
|
@@ -19,5 +20,5 @@ export interface RfiSendBackFormProps {
|
|
|
19
20
|
disabled?: boolean;
|
|
20
21
|
className?: string;
|
|
21
22
|
}
|
|
22
|
-
export declare function RfiSendBackForm({ available_response_options, initial_selected_options, initial_feedback, on_send_back, disabled, className, }: RfiSendBackFormProps):
|
|
23
|
+
export declare function RfiSendBackForm({ available_response_options, initial_selected_options, initial_feedback, on_send_back, disabled, className, }: RfiSendBackFormProps): React.JSX.Element;
|
|
23
24
|
//# sourceMappingURL=rfi_send_back_form.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rfi_send_back_form.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_rfi_box/rfi_send_back_form.tsx"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"rfi_send_back_form.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_rfi_box/rfi_send_back_form.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAAgC,MAAM,OAAO,CAAC;AAGrD,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,8BAA8B,CAAC;AAEhF,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,2BAA2B,EAAE,CAAC;CACjD;AAED,MAAM,WAAW,oBAAoB;IACnC,kDAAkD;IAClD,0BAA0B,EAAE,2BAA2B,EAAE,CAAC;IAC1D,oCAAoC;IACpC,wBAAwB,CAAC,EAAE,2BAA2B,EAAE,CAAC;IACzD,+BAA+B;IAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,oCAAoC;IACpC,YAAY,CAAC,EAAE,CAAC,OAAO,EAAE,kBAAkB,KAAK,IAAI,CAAC;IACrD,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,EAC9B,0BAA0B,EAC1B,wBAAwB,EACxB,gBAAqB,EACrB,YAAY,EACZ,QAAQ,EACR,SAAS,GACV,EAAE,oBAAoB,qBAkEtB"}
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Field Editor component - Right panel with tabbed property editor
|
|
3
|
+
* Updated for multi-section support
|
|
4
|
+
*/
|
|
5
|
+
import React from 'react';
|
|
1
6
|
interface FieldEditorProps {
|
|
2
7
|
readonly?: boolean;
|
|
3
8
|
show_controls_tab?: boolean;
|
|
4
9
|
}
|
|
5
|
-
export declare function FieldEditor({ readonly, show_controls_tab }: FieldEditorProps):
|
|
10
|
+
export declare function FieldEditor({ readonly, show_controls_tab }: FieldEditorProps): React.JSX.Element;
|
|
6
11
|
export {};
|
|
7
12
|
//# sourceMappingURL=field_editor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field_editor.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_template_generator/components/field_editor.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"field_editor.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_template_generator/components/field_editor.tsx"],"names":[],"mappings":"AAEA;;;GAGG;AAEH,OAAO,KAAsB,MAAM,OAAO,CAAC;AAc3C,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,wBAAgB,WAAW,CAAC,EAAE,QAAgB,EAAE,iBAAyB,EAAE,EAAE,gBAAgB,qBAiM5F"}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Preview Dialog - Live preview of the form template
|
|
3
|
+
* Uses shadcn Dialog for proper modal behavior
|
|
4
|
+
* Updated for multi-section support
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
1
7
|
interface PreviewDialogProps {
|
|
2
8
|
open: boolean;
|
|
3
9
|
on_close: () => void;
|
|
4
10
|
chat_group_id?: string;
|
|
5
11
|
}
|
|
6
|
-
export declare function PreviewDialog({ open, on_close, chat_group_id }: PreviewDialogProps):
|
|
12
|
+
export declare function PreviewDialog({ open, on_close, chat_group_id }: PreviewDialogProps): React.JSX.Element;
|
|
7
13
|
export {};
|
|
8
14
|
//# sourceMappingURL=preview_dialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preview_dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_template_generator/components/preview_dialog.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"preview_dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_template_generator/components/preview_dialog.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,OAAO,KAAoC,MAAM,OAAO,CAAC;AAczD,UAAU,kBAAkB;IAC1B,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAgBD,wBAAgB,aAAa,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,aAAa,EAAE,EAAE,kBAAkB,qBA0LlF"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Preview Panel - Inline real-time preview of the form template
|
|
3
|
+
* Shows the full formset with the selected field/group highlighted
|
|
4
|
+
* Updated for multi-section support
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
1
7
|
interface PreviewPanelProps {
|
|
2
8
|
chat_group_id?: string;
|
|
3
9
|
}
|
|
4
|
-
export declare function PreviewPanel({ chat_group_id }: PreviewPanelProps):
|
|
10
|
+
export declare function PreviewPanel({ chat_group_id }: PreviewPanelProps): React.JSX.Element;
|
|
5
11
|
export {};
|
|
6
12
|
//# sourceMappingURL=preview_panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preview_panel.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_template_generator/components/preview_panel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"preview_panel.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_template_generator/components/preview_panel.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,OAAO,KAA+C,MAAM,OAAO,CAAC;AAOpE,UAAU,iBAAiB;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,wBAAgB,YAAY,CAAC,EAAE,aAAa,EAAE,EAAE,iBAAiB,qBA+KhE"}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Section Tree component - Left panel showing hierarchical field structure
|
|
3
|
+
* With drag-and-drop support for reordering
|
|
4
|
+
*
|
|
5
|
+
* Multi-section support: sections appear as top-level nodes
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
1
8
|
interface SectionTreeProps {
|
|
2
9
|
readonly?: boolean;
|
|
3
10
|
}
|
|
4
|
-
export declare function SectionTree({ readonly }: SectionTreeProps):
|
|
11
|
+
export declare function SectionTree({ readonly }: SectionTreeProps): React.JSX.Element;
|
|
5
12
|
export {};
|
|
6
13
|
//# sourceMappingURL=section_tree.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"section_tree.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_template_generator/components/section_tree.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"section_tree.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_template_generator/components/section_tree.tsx"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH,OAAO,KAAyC,MAAM,OAAO,CAAC;AAkC9D,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAcD,wBAAgB,WAAW,CAAC,EAAE,QAAgB,EAAE,EAAE,gBAAgB,qBA+OjE"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Basic Tab - ID, Label, Description, Required, Accept Files, Editable, Additional Entry
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
1
5
|
import type { FieldConfig } from '../../types.js';
|
|
2
6
|
interface BasicTabProps {
|
|
3
7
|
field: FieldConfig;
|
|
@@ -5,6 +9,6 @@ interface BasicTabProps {
|
|
|
5
9
|
on_commit: (description?: string) => void;
|
|
6
10
|
readonly?: boolean;
|
|
7
11
|
}
|
|
8
|
-
export declare function BasicTab({ field, on_update, on_commit, readonly }: BasicTabProps):
|
|
12
|
+
export declare function BasicTab({ field, on_update, on_commit, readonly }: BasicTabProps): React.JSX.Element;
|
|
9
13
|
export {};
|
|
10
14
|
//# sourceMappingURL=basic_tab.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"basic_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/basic_tab.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"basic_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/basic_tab.tsx"],"names":[],"mappings":"AAEA;;GAEG;AAEH,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAclD,UAAU,aAAa;IACrB,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACnD,SAAS,EAAE,CAAC,WAAW,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,QAAgB,EAAE,EAAE,aAAa,qBAoPxF"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Conditional Tab - Dependency/conditional display configuration
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
1
5
|
import type { FieldConfig } from '../../types.js';
|
|
2
6
|
interface ConditionalTabProps {
|
|
3
7
|
field: FieldConfig;
|
|
@@ -5,6 +9,6 @@ interface ConditionalTabProps {
|
|
|
5
9
|
on_commit: (description?: string) => void;
|
|
6
10
|
readonly?: boolean;
|
|
7
11
|
}
|
|
8
|
-
export declare function ConditionalTab({ field, on_update, on_commit, readonly }: ConditionalTabProps):
|
|
12
|
+
export declare function ConditionalTab({ field, on_update, on_commit, readonly }: ConditionalTabProps): React.JSX.Element;
|
|
9
13
|
export {};
|
|
10
14
|
//# sourceMappingURL=conditional_tab.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conditional_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/conditional_tab.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"conditional_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/conditional_tab.tsx"],"names":[],"mappings":"AAEA;;GAEG;AAEH,OAAO,KAA4B,MAAM,OAAO,CAAC;AAGjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAYlD,UAAU,mBAAmB;IAC3B,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACnD,SAAS,EAAE,CAAC,WAAW,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,QAAgB,EAAE,EAAE,mBAAmB,qBA+KpG"}
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Controls Tab - Icon visibility overrides and Data OK default configuration
|
|
3
|
+
*
|
|
4
|
+
* Icons now show automatically based on role config in `icons_behaviour`.
|
|
5
|
+
* These overrides allow force-hiding specific icon categories on a per-field/group basis.
|
|
6
|
+
*
|
|
7
|
+
* Data OK mode (checkbox vs multistate) is configured at the icons_behaviour level.
|
|
8
|
+
* This tab only allows setting the default value per field/group.
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
1
11
|
import type { FieldConfig } from '../../types.js';
|
|
2
12
|
interface ControlsTabProps {
|
|
3
13
|
field: FieldConfig;
|
|
@@ -6,6 +16,6 @@ interface ControlsTabProps {
|
|
|
6
16
|
on_commit: (description?: string) => void;
|
|
7
17
|
readonly?: boolean;
|
|
8
18
|
}
|
|
9
|
-
export declare function ControlsTab({ field, is_group, on_update, on_commit, readonly }: ControlsTabProps):
|
|
19
|
+
export declare function ControlsTab({ field, is_group, on_update, on_commit, readonly }: ControlsTabProps): React.JSX.Element;
|
|
10
20
|
export {};
|
|
11
21
|
//# sourceMappingURL=controls_tab.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"controls_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/controls_tab.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"controls_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/controls_tab.tsx"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAQlD,UAAU,gBAAgB;IACxB,KAAK,EAAE,WAAW,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACnD,SAAS,EAAE,CAAC,WAAW,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,QAAgB,EAAE,EAAE,gBAAgB,qBAsFxG"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Icons Behaviour Tab - Configure icons_behaviour at form-set level
|
|
3
|
+
* Includes control display settings and role management
|
|
4
|
+
* Note: icons_behaviour is now at form-set level (state.icons_behaviour), not section level
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
1
7
|
interface IconsBehaviourTabProps {
|
|
2
8
|
readonly?: boolean;
|
|
3
9
|
}
|
|
4
|
-
export declare function IconsBehaviourTab({ readonly }: IconsBehaviourTabProps):
|
|
10
|
+
export declare function IconsBehaviourTab({ readonly }: IconsBehaviourTabProps): React.JSX.Element;
|
|
5
11
|
export {};
|
|
6
12
|
//# sourceMappingURL=icons_behaviour_tab.d.ts.map
|
package/dist/components/hazo_template_generator/components/tabs/icons_behaviour_tab.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons_behaviour_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/icons_behaviour_tab.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"icons_behaviour_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/icons_behaviour_tab.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,OAAO,KAAmB,MAAM,OAAO,CAAC;AAuBxC,UAAU,sBAAsB;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,QAAgB,EAAE,EAAE,sBAAsB,qBAyI7E"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Section Tab - Editor for Section properties
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
1
5
|
import type { Section } from '../../types.js';
|
|
2
6
|
interface SectionTabProps {
|
|
3
7
|
section: Section;
|
|
@@ -5,6 +9,6 @@ interface SectionTabProps {
|
|
|
5
9
|
on_commit: (description?: string) => void;
|
|
6
10
|
readonly?: boolean;
|
|
7
11
|
}
|
|
8
|
-
export declare function SectionTab({ section, on_update, on_commit, readonly, }: SectionTabProps):
|
|
12
|
+
export declare function SectionTab({ section, on_update, on_commit, readonly, }: SectionTabProps): React.JSX.Element;
|
|
9
13
|
export {};
|
|
10
14
|
//# sourceMappingURL=section_tab.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"section_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/section_tab.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"section_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/section_tab.tsx"],"names":[],"mappings":"AAEA;;GAEG;AAEH,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAW9C,UAAU,eAAe;IACvB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC/C,SAAS,EAAE,CAAC,WAAW,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,UAAU,CAAC,EACzB,OAAO,EACP,SAAS,EACT,SAAS,EACT,QAAgB,GACjB,EAAE,eAAe,qBA+GjB"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Type Tab - Component type selection and type-specific options
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
1
5
|
import type { FieldConfig } from '../../types.js';
|
|
2
6
|
interface TypeTabProps {
|
|
3
7
|
field: FieldConfig;
|
|
@@ -5,6 +9,6 @@ interface TypeTabProps {
|
|
|
5
9
|
on_commit: (description?: string) => void;
|
|
6
10
|
readonly?: boolean;
|
|
7
11
|
}
|
|
8
|
-
export declare function TypeTab({ field, on_update, on_commit, readonly }: TypeTabProps):
|
|
12
|
+
export declare function TypeTab({ field, on_update, on_commit, readonly }: TypeTabProps): React.JSX.Element;
|
|
9
13
|
export {};
|
|
10
14
|
//# sourceMappingURL=type_tab.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/type_tab.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"type_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/type_tab.tsx"],"names":[],"mappings":"AAEA;;GAEG;AAEH,OAAO,KAAsB,MAAM,OAAO,CAAC;AAU3C,OAAO,KAAK,EAAE,WAAW,EAA8B,MAAM,gBAAgB,CAAC;AAa9E,UAAU,YAAY;IACpB,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACnD,SAAS,EAAE,CAAC,WAAW,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAaD,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,QAAgB,EAAE,EAAE,YAAY,qBAmJtF"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Validation Tab - Input format and validation rules
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
1
5
|
import type { FieldConfig } from '../../types.js';
|
|
2
6
|
interface ValidationTabProps {
|
|
3
7
|
field: FieldConfig;
|
|
@@ -5,6 +9,6 @@ interface ValidationTabProps {
|
|
|
5
9
|
on_commit: (description?: string) => void;
|
|
6
10
|
readonly?: boolean;
|
|
7
11
|
}
|
|
8
|
-
export declare function ValidationTab({ field, on_update, on_commit, readonly }: ValidationTabProps):
|
|
12
|
+
export declare function ValidationTab({ field, on_update, on_commit, readonly }: ValidationTabProps): React.JSX.Element;
|
|
9
13
|
export {};
|
|
10
14
|
//# sourceMappingURL=validation_tab.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/validation_tab.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"validation_tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/tabs/validation_tab.tsx"],"names":[],"mappings":"AAEA;;GAEG;AAEH,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,WAAW,EAA0B,MAAM,gBAAgB,CAAC;AAW1E,UAAU,kBAAkB;IAC1B,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACnD,SAAS,EAAE,CAAC,WAAW,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AASD,wBAAgB,aAAa,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,QAAgB,EAAE,EAAE,kBAAkB,qBA8LlG"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Toolbar component for the template generator
|
|
3
|
+
* Updated for multi-section support
|
|
4
|
+
*/
|
|
5
|
+
import React from 'react';
|
|
1
6
|
import { type TemplateOption, type Section, type FormSetData } from '../types.js';
|
|
2
7
|
interface ToolbarProps {
|
|
3
8
|
on_save?: () => void;
|
|
@@ -7,6 +12,6 @@ interface ToolbarProps {
|
|
|
7
12
|
readonly?: boolean;
|
|
8
13
|
show_import_export?: boolean;
|
|
9
14
|
}
|
|
10
|
-
export declare function Toolbar({ on_save, on_cancel, available_templates, on_load_template, readonly, show_import_export, }: ToolbarProps):
|
|
15
|
+
export declare function Toolbar({ on_save, on_cancel, available_templates, on_load_template, readonly, show_import_export, }: ToolbarProps): React.JSX.Element;
|
|
11
16
|
export {};
|
|
12
17
|
//# sourceMappingURL=toolbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_template_generator/components/toolbar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/hazo_template_generator/components/toolbar.tsx"],"names":[],"mappings":"AAEA;;;GAGG;AAEH,OAAO,KAAmD,MAAM,OAAO,CAAC;AAkBxE,OAAO,EAAiB,KAAK,cAAc,EAAE,KAAK,OAAO,EAA0C,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AAKzI,UAAU,YAAY;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,mBAAmB,CAAC,EAAE,cAAc,EAAE,CAAC;IACvC,gBAAgB,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,GAAG,WAAW,CAAC,CAAC;IAC3E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,wBAAgB,OAAO,CAAC,EACtB,OAAO,EACP,SAAS,EACT,mBAAmB,EACnB,gBAAgB,EAChB,QAAgB,EAChB,kBAA0B,GAC3B,EAAE,YAAY,qBA0Yd"}
|
package/dist/components/hazo_template_generator/components/type_editors/data_table_editor.d.ts
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DataTable Editor - Configure columns and table options
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
1
5
|
import type { DataTableConfig } from '../../types.js';
|
|
2
6
|
interface DataTableEditorProps {
|
|
3
7
|
config: DataTableConfig;
|
|
@@ -5,6 +9,6 @@ interface DataTableEditorProps {
|
|
|
5
9
|
on_commit: () => void;
|
|
6
10
|
readonly?: boolean;
|
|
7
11
|
}
|
|
8
|
-
export declare function DataTableEditor({ config, on_change, on_commit, readonly, }: DataTableEditorProps):
|
|
12
|
+
export declare function DataTableEditor({ config, on_change, on_commit, readonly, }: DataTableEditorProps): React.JSX.Element;
|
|
9
13
|
export {};
|
|
10
14
|
//# sourceMappingURL=data_table_editor.d.ts.map
|
package/dist/components/hazo_template_generator/components/type_editors/data_table_editor.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data_table_editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/type_editors/data_table_editor.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"data_table_editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/type_editors/data_table_editor.tsx"],"names":[],"mappings":"AAEA;;GAEG;AAEH,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,eAAe,EAAuC,MAAM,gBAAgB,CAAC;AAM3F,UAAU,oBAAoB;IAC5B,MAAM,EAAE,eAAe,CAAC;IACxB,SAAS,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;IAC7C,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAsCD,wBAAgB,eAAe,CAAC,EAC9B,MAAM,EACN,SAAS,EACT,SAAS,EACT,QAAgB,GACjB,EAAE,oBAAoB,qBAiLtB"}
|
package/dist/components/hazo_template_generator/components/type_editors/input_options_editor.d.ts
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Input Options Editor - For Radio/Combo field options
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
1
5
|
import type { InputOption } from '../../types.js';
|
|
2
6
|
interface InputOptionsEditorProps {
|
|
3
7
|
options: InputOption[];
|
|
@@ -5,6 +9,6 @@ interface InputOptionsEditorProps {
|
|
|
5
9
|
on_commit: () => void;
|
|
6
10
|
readonly?: boolean;
|
|
7
11
|
}
|
|
8
|
-
export declare function InputOptionsEditor({ options, on_change, on_commit, readonly, }: InputOptionsEditorProps):
|
|
12
|
+
export declare function InputOptionsEditor({ options, on_change, on_commit, readonly, }: InputOptionsEditorProps): React.JSX.Element;
|
|
9
13
|
export {};
|
|
10
14
|
//# sourceMappingURL=input_options_editor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input_options_editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/type_editors/input_options_editor.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"input_options_editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/type_editors/input_options_editor.tsx"],"names":[],"mappings":"AAEA;;GAEG;AAEH,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGlD,UAAU,uBAAuB;IAC/B,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,SAAS,EAAE,CAAC,OAAO,EAAE,WAAW,EAAE,KAAK,IAAI,CAAC;IAC5C,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,kBAAkB,CAAC,EACjC,OAAO,EACP,SAAS,EACT,SAAS,EACT,QAAgB,GACjB,EAAE,uBAAuB,qBAiJzB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Panel, type GroupProps, type SeparatorProps } from 'react-resizable-panels';
|
|
2
|
-
declare const ResizablePanelGroup: ({ className, ...props }: GroupProps) => import("react
|
|
2
|
+
declare const ResizablePanelGroup: ({ className, ...props }: GroupProps) => import("react").JSX.Element;
|
|
3
3
|
declare const ResizablePanel: typeof Panel;
|
|
4
4
|
declare const ResizableHandle: ({ withHandle, className, ...props }: SeparatorProps & {
|
|
5
5
|
withHandle?: boolean;
|
|
6
|
-
}) => import("react
|
|
6
|
+
}) => import("react").JSX.Element;
|
|
7
7
|
export { ResizablePanelGroup, ResizablePanel, ResizableHandle };
|
|
8
8
|
//# sourceMappingURL=resizable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resizable.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/ui/resizable.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,EAEL,KAAK,UAAU,EACf,KAAK,cAAc,EACpB,MAAM,wBAAwB,CAAC;AAIhC,QAAA,MAAM,mBAAmB,GAAI,yBAG1B,UAAU,
|
|
1
|
+
{"version":3,"file":"resizable.d.ts","sourceRoot":"","sources":["../../../../../src/components/hazo_template_generator/components/ui/resizable.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,EAEL,KAAK,UAAU,EACf,KAAK,cAAc,EACpB,MAAM,wBAAwB,CAAC;AAIhC,QAAA,MAAM,mBAAmB,GAAI,yBAG1B,UAAU,gCAQZ,CAAC;AAEF,QAAA,MAAM,cAAc,cAAQ,CAAC;AAE7B,QAAA,MAAM,eAAe,GAAI,qCAItB,cAAc,GAAG;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,gCAcA,CAAC;AAEF,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -15,7 +15,7 @@ interface TemplateGeneratorProviderProps {
|
|
|
15
15
|
initial_template?: Section | FormSetData;
|
|
16
16
|
on_template_change?: (data: FormSetData) => void;
|
|
17
17
|
}
|
|
18
|
-
export declare function TemplateGeneratorProvider({ children, initial_template, on_template_change, }: TemplateGeneratorProviderProps):
|
|
18
|
+
export declare function TemplateGeneratorProvider({ children, initial_template, on_template_change, }: TemplateGeneratorProviderProps): React.JSX.Element;
|
|
19
19
|
export declare function useTemplateGenerator(): TemplateGeneratorContextValue;
|
|
20
20
|
export declare function useTemplateState(): TemplateGeneratorState;
|
|
21
21
|
export declare function useTemplateActions(): TemplateGeneratorActions;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_template_generator/context.tsx"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH,OAAO,KAAiF,MAAM,OAAO,CAAC;AACtG,OAAO,KAAK,EACV,OAAO,EAEP,sBAAsB,EACtB,wBAAwB,EAOxB,WAAW,EACZ,MAAM,YAAY,CAAC;AAofpB,UAAU,6BAA6B;IACrC,KAAK,EAAE,sBAAsB,CAAC;IAC9B,OAAO,EAAE,wBAAwB,CAAC;CACnC;AAKD,UAAU,8BAA8B;IACtC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,GAAG,WAAW,CAAC;IACzC,kBAAkB,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;CAClD;AAGD,wBAAgB,yBAAyB,CAAC,EACxC,QAAQ,EACR,gBAAgB,EAChB,kBAAkB,GACnB,EAAE,8BAA8B,
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_template_generator/context.tsx"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH,OAAO,KAAiF,MAAM,OAAO,CAAC;AACtG,OAAO,KAAK,EACV,OAAO,EAEP,sBAAsB,EACtB,wBAAwB,EAOxB,WAAW,EACZ,MAAM,YAAY,CAAC;AAofpB,UAAU,6BAA6B;IACrC,KAAK,EAAE,sBAAsB,CAAC;IAC9B,OAAO,EAAE,wBAAwB,CAAC;CACnC;AAKD,UAAU,8BAA8B;IACtC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,GAAG,WAAW,CAAC;IACzC,kBAAkB,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;CAClD;AAGD,wBAAgB,yBAAyB,CAAC,EACxC,QAAQ,EACR,gBAAgB,EAChB,kBAAkB,GACnB,EAAE,8BAA8B,qBA0NhC;AAGD,wBAAgB,oBAAoB,IAAI,6BAA6B,CAMpE;AAGD,wBAAgB,gBAAgB,IAAI,sBAAsB,CAEzD;AAED,wBAAgB,kBAAkB,IAAI,wBAAwB,CAE7D"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* HazoTemplateGenerator - Main Component
|
|
3
|
+
* Visual template builder for form configurations
|
|
4
|
+
* Updated for multi-section support
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
1
7
|
import type { HazoTemplateGeneratorProps } from './types.js';
|
|
2
8
|
/**
|
|
3
9
|
* HazoTemplateGenerator
|
|
@@ -12,6 +18,6 @@ import type { HazoTemplateGeneratorProps } from './types.js';
|
|
|
12
18
|
* - Import/export JSON
|
|
13
19
|
* - Validation with error highlighting
|
|
14
20
|
*/
|
|
15
|
-
export declare function HazoTemplateGenerator({ initial_template, on_template_change, on_save, on_cancel, available_templates, on_load_template, preview_chat_group_id, show_summary_editor, readonly, show_import_export, show_controls_tab, theme, className, }: HazoTemplateGeneratorProps):
|
|
21
|
+
export declare function HazoTemplateGenerator({ initial_template, on_template_change, on_save, on_cancel, available_templates, on_load_template, preview_chat_group_id, show_summary_editor, readonly, show_import_export, show_controls_tab, theme, className, }: HazoTemplateGeneratorProps): React.JSX.Element;
|
|
16
22
|
export default HazoTemplateGenerator;
|
|
17
23
|
//# sourceMappingURL=template_generator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template_generator.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_template_generator/template_generator.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template_generator.d.ts","sourceRoot":"","sources":["../../../src/components/hazo_template_generator/template_generator.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,OAAO,KAAsB,MAAM,OAAO,CAAC;AAa3C,OAAO,KAAK,EAAE,0BAA0B,EAAe,MAAM,YAAY,CAAC;AAiF1E;;;;;;;;;;;;GAYG;AACH,wBAAgB,qBAAqB,CAAC,EACpC,gBAAgB,EAChB,kBAAkB,EAClB,OAAO,EACP,SAAS,EACT,mBAAmB,EACnB,gBAAgB,EAChB,qBAAqB,EACrB,mBAAmB,EACnB,QAAgB,EAChB,kBAA0B,EAC1B,iBAAyB,EACzB,KAAK,EACL,SAAS,GACV,EAAE,0BAA0B,qBAsB5B;AAED,eAAe,qBAAqB,CAAC"}
|