thanhnew2001 commited on
Commit
69181bb
1 Parent(s): 1b6affd

Upload 3 files

Browse files
Files changed (3) hide show
  1. status.jsonl +100 -0
  2. toggle.jsonl +120 -0
  3. tree.jsonl +110 -0
status.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt": "Display 'info' status", "Markdown code": "<|{value}|status|value=('info', 'Information message')|>"}
2
+ {"prompt": "Show status list, no dismiss", "Markdown code": "<|{value}|status|value=[('error', 'Error message'), ('warning', 'Warning message')]|without_close|>"}
3
+ {"prompt": "'Success' status with hover", "Markdown code": "<|{value}|status|value=('success', 'Success message')|hover_text='Hover over for details'|>"}
4
+ {"prompt": "Show 'error' status list", "Markdown code": "<|{value}|status|value=[('error', 'Error 1'), ('error', 'Error 2')]|>"}
5
+ {"prompt": "Display 'warning' status, ID", "Markdown code": "<|{value}|status|value=('warning', 'Warning message')|id='status-1'|>"}
6
+ {"prompt": "Show status list, custom style", "Markdown code": "<|{value}|status|value=[('info', 'Info message'), ('error', 'Error message'), ('success', 'Success message')]|class_name='custom-status-list'|>"}
7
+ {"prompt": "Display custom 'success' status", "Markdown code": "<|{value}|status|value={'status': 'success', 'message': 'Custom success message'}|>"}
8
+ {"prompt": "Show status list with hover", "Markdown code": "<|{value}|status|value=[{'status': 'error', 'message': 'Custom error message'}, {'status': 'warning', 'message': 'Custom warning message'}]|hover_text='Hover over for details'|>"}
9
+ {"prompt": "Display 'info' status, no dismiss", "Markdown code": "<|{value}|status|value=('info', 'Information message')|without_close|>"}
10
+ {"prompt": "Show random priority status list", "Markdown code": "<|{value}|status|value=[('error', 'Error message'), ('info', 'Info message'), ('warning', 'Warning message')]|without_close|>"}
11
+ {"prompt": "Display 'info' status with selector", "Markdown code": "<|{value}|status|value=('info', 'Information message')|> \n<|{selection}|selector|lov=['Option 1', 'Option 2', 'Option 3']|>"}
12
+ {"prompt": "Show statuses with dropdown menu", "Markdown code": "<|{value}|status|value=[('error', 'Error message'), ('warning', 'Warning message')]|> \n<|{menu_selection}|menu|lov=['Menu Option 1', 'Menu Option 2', 'Menu Option 3']|>"}
13
+ {"prompt": "Display status with indicator", "Markdown code": "<|{indicator_val}|indicator|value=75|> \n<|{status_val}|status|value=('success', 'Success message')|>"}
14
+ {"prompt": "Show selector, menu, multiple select", "Markdown code": "<|{selected_options}|selector|lov=['Option 1', 'Option 2', 'Option 3']|multiple|> \n<|{menu_selection}|menu|lov=['Menu Option 1', 'Menu Option 2', 'Menu Option 3']|>"}
15
+ {"prompt": "Display status with navbar", "Markdown code": "<|{nav_links}|navbar|lov={'/page1': 'Page 1', '/page2': 'Page 2'}|> \n<|{status_val}|status|value=('warning', 'Warning message')|>"}
16
+ {"prompt": "Show menu, selector with filter", "Markdown code": "<|{menu_selection}|menu|lov=['Menu Option 1', 'Menu Option 2', 'Menu Option 3']|> \n<|{filtered_selection}|selector|lov=['Item 1', 'Item 2', 'Item 3']|filter|>"}
17
+ {"prompt": "Display status list with indicator", "Markdown code": "<|{status_val}|status|value=[('error', 'Error message'), ('info', 'Info message')]|> \n<|{indicator_val}|indicator|value=50|>"}
18
+ {"prompt": "Show selector, menu, navbar", "Markdown code": "<|{dropdown_sel}|selector|lov=['Option 1', 'Option 2', 'Option 3']|dropdown|> \n<|{menu_selection}|menu|lov=['Menu Option 1', 'Menu Option 2', 'Menu Option 3']|> \n<|{nav_links}|navbar|lov={'/page1': 'Page 1', '/page2': 'Page 2'}|>"}
19
+ {"prompt": "Display 'error' status with menu", "Markdown code": "<|{status_val}|status|value=('error', 'Error message')|> \n<|{menu_selection}|menu|lov=['Menu Option 1', 'Menu Option 2', 'Menu Option 3']|>"}
20
+ {"prompt": "Show statuses, selector, indicator", "Markdown code": "<|{status_val}|status|value=[('warning', 'Warning message'), ('success', 'Success message')]|> \n<|{selector_sel}|selector|lov=['Item 1', 'Item 2', 'Item 3']|> \n<|{indicator_val}|indicator|value=75|>"}
21
+ {"prompt": "Add status with 'info' priority", "Markdown code": "<|{add_value}|status|value=('info', 'Info message')|>"}
22
+ {"prompt": "Show status, error message", "Markdown code": "<|{show_value}|status|value=('error', 'Error message')|>"}
23
+ {"prompt": "Display status, success priority", "Markdown code": "<|{display_value}|status|value=('success', 'Success message')|>"}
24
+ {"prompt": "Insert status, warning with hover", "Markdown code": "<|{insert_value}|status|value=('warning', 'Warning message')|hover_text='Warning details'|>"}
25
+ {"prompt": "Create status, info with custom class", "Markdown code": "<|{create_value}|status|value=('info', 'Info message')|class_name='info-class'|>"}
26
+ {"prompt": "Add status, multiple errors", "Markdown code": "<|{add_values}|status|value=[('error', 'Error 1'), ('error', 'Error 2')]|>"}
27
+ {"prompt": "Show status, success with ID", "Markdown code": "<|{show_value}|status|value=('success', 'Success message')|id='status-success'|>"}
28
+ {"prompt": "Display status, warning without close", "Markdown code": "<|{display_value}|status|value=('warning', 'Warning message')|without_close|>"}
29
+ {"prompt": "Insert status, info with custom width", "Markdown code": "<|{insert_value}|status|value=('info', 'Info message')|width='300px'|>"}
30
+ {"prompt": "Create status, error with hover text", "Markdown code": "<|{create_value}|status|value=('error', 'Error message')|hover_text='Error details'|>"}
31
+ {"prompt": "Add status, custom success message", "Markdown code": "<|{add_value}|status|value=('success', 'Custom success')|>"}
32
+ {"prompt": "Show status, multiple with class", "Markdown code": "<|{show_values}|status|value=[('info', 'Info message'), ('warning', 'Warning message')]|class_name='multi-status'|>"}
33
+ {"prompt": "Display status, error with ID", "Markdown code": "<|{display_value}|status|value=('error', 'Error message')|id='status-error'|>"}
34
+ {"prompt": "Insert status, success without dismiss", "Markdown code": "<|{insert_value}|status|value=('success', 'Success message')|without_close|>"}
35
+ {"prompt": "Create status, warning and info", "Markdown code": "<|{create_values}|status|value=[('warning', 'Warning message'), ('info', 'Info message')]|>"}
36
+ {"prompt": "Add status, error with custom class", "Markdown code": "<|{add_value}|status|value=('error', 'Error message')|class_name='error-class'|>"}
37
+ {"prompt": "Show status, success and warning", "Markdown code": "<|{show_values}|status|value=[('success', 'Success message'), ('warning', 'Warning message')]|>"}
38
+ {"prompt": "Display status, info without close", "Markdown code": "<|{display_value}|status|value=('info', 'Information message')|without_close|>"}
39
+ {"prompt": "Insert status, multiple messages", "Markdown code": "<|{insert_values}|status|value=[('info', 'Info 1'), ('info', 'Info 2')]|>"}
40
+ {"prompt": "Create status, error with hover text", "Markdown code": "<|{create_value}|status|value=('error', 'Error message')|hover_text='Error info'|>"}
41
+ {"prompt": "Add status, success with custom ID", "Markdown code": "<|{add_value}|status|value=('success', 'Success message')|id='status-success'|>"}
42
+ {"prompt": "Show status, warning with width", "Markdown code": "<|{show_value}|status|value=('warning', 'Warning message')|width='250px'|>"}
43
+ {"prompt": "Display status, info with hover", "Markdown code": "<|{display_value}|status|value=('info', 'Information message')|hover_text='Info details'|>"}
44
+ {"prompt": "Insert status, error without close", "Markdown code": "<|{insert_value}|status|value=('error', 'Error message')|without_close|>"}
45
+ {"prompt": "Create status, success and error", "Markdown code": "<|{create_values}|status|value=[('success', 'Success message'), ('error', 'Error message')]|>"}
46
+ {"prompt": "Add status, warning with class name", "Markdown code": "<|{add_value}|status|value=('warning', 'Warning message')|class_name='warning-class'|>"}
47
+ {"prompt": "Show status, info and success", "Markdown code": "<|{show_values}|status|value=[('info', 'Info message'), ('success', 'Success message')]|>"}
48
+ {"prompt": "Display status, error and hover", "Markdown code": "<|{display_value}|status|value=('error', 'Error message')|hover_text='Error details'|>"}
49
+ {"prompt": "Insert status, multiple with ID", "Markdown code": "<|{insert_values}|status|value=[('warning', 'Warning 1'), ('warning', 'Warning 2')]|id='multi-warning'|>"}
50
+ {"prompt": "Create status, info with width", "Markdown code": "<|{create_value}|status|value=('info', 'Info message')|width='350px'|>"}
51
+ {"prompt": "Add status, success without dismiss", "Markdown code": "<|{add_value}|status|value=('success', 'Success message')|without_close|>"}
52
+ {"prompt": "Show status, warning and hover", "Markdown code": "<|{show_value}|status|value=('warning', 'Warning message')|hover_text='Warning details'|>"}
53
+ {"prompt": "Display status, error with class", "Markdown code": "<|{display_value}|status|value=('error', 'Error message')|class_name='error-status'|>"}
54
+ {"prompt": "Insert status, info with ID", "Markdown code": "<|{insert_value}|status|value=('info', 'Info message')|id='info-status'|>"}
55
+ {"prompt": "Create status, multiple errors", "Markdown code": "<|{create_values}|status|value=[('error', 'Error 1'), ('error', 'Error 2')]|>"}
56
+ {"prompt": "Add status, success with hover", "Markdown code": "<|{add_value}|status|value=('success', 'Success message')|hover_text='Success info'|>"}
57
+ {"prompt": "Show status, info and class", "Markdown code": "<|{show_value}|status|value=('info', 'Info message')|class_name='info-status'|>"}
58
+ {"prompt": "Display status, warning without close", "Markdown code": "<|{display_value}|status|value=('warning', 'Warning message')|without_close|>"}
59
+ {"prompt": "Insert status, multiple successes", "Markdown code": "<|{insert_values}|status|value=[('success', 'Success 1'), ('success', 'Success 2')]|>"}
60
+ {"prompt": "Create status, error with ID", "Markdown code": "<|{create_value}|status|value=('error', 'Error message')|id='error-status'|>"}
61
+ {"prompt": "Add status, info with label", "Markdown code": "<|{add_value}|status|value=('info', 'Info message')|label='Info Status'|>"}
62
+ {"prompt": "Show status, error without close", "Markdown code": "<|{show_value}|status|value=('error', 'Error message')|without_close|>"}
63
+ {"prompt": "Display status, success with class", "Markdown code": "<|{display_value}|status|value=('success', 'Success message')|class_name='success-class'|>"}
64
+ {"prompt": "Insert status, warning with ID", "Markdown code": "<|{insert_value}|status|value=('warning', 'Warning message')|id='status-warning'|>"}
65
+ {"prompt": "Create status, info with hover text", "Markdown code": "<|{create_value}|status|value=('info', 'Info message')|hover_text='More info'|>"}
66
+ {"prompt": "Add status, error with custom width", "Markdown code": "<|{add_value}|status|value=('error', 'Error message')|width='250px'|>"}
67
+ {"prompt": "Show status, success without dismiss", "Markdown code": "<|{show_value}|status|value=('success', 'Success message')|without_close|>"}
68
+ {"prompt": "Display status, warning and error", "Markdown code": "<|{display_value}|status|value=[('warning', 'Warning message'), ('error', 'Error message')]|>"}
69
+ {"prompt": "Insert status, info and success", "Markdown code": "<|{insert_value}|status|value=[('info', 'Info message'), ('success', 'Success message')]|>"}
70
+ {"prompt": "Create status, error with hover", "Markdown code": "<|{create_value}|status|value=('error', 'Error message')|hover_text='Error info'|>"}
71
+ {"prompt": "Add status, success with label", "Markdown code": "<|{add_value}|status|value=('success', 'Success message')|label='Success Status'|>"}
72
+ {"prompt": "Show status, warning with custom class", "Markdown code": "<|{show_value}|status|value=('warning', 'Warning message')|class_name='warning-class'|>"}
73
+ {"prompt": "Display status, info without close", "Markdown code": "<|{display_value}|status|value=('info', 'Info message')|without_close|>"}
74
+ {"prompt": "Insert status, error with ID", "Markdown code": "<|{insert_value}|status|value=('error', 'Error message')|id='status-error'|>"}
75
+ {"prompt": "Create status, success and info", "Markdown code": "<|{create_value}|status|value=[('success', 'Success message'), ('info', 'Info message')]|>"}
76
+ {"prompt": "Add status, error with hover text", "Markdown code": "<|{add_value}|status|value=('error', 'Error message')|hover_text='Error details'|>"}
77
+ {"prompt": "Show status, success with custom width", "Markdown code": "<|{show_value}|status|value=('success', 'Success message')|width='300px'|>"}
78
+ {"prompt": "Display status, warning without dismiss", "Markdown code": "<|{display_value}|status|value=('warning', 'Warning message')|without_close|>"}
79
+ {"prompt": "Insert status, info with class", "Markdown code": "<|{insert_value}|status|value=('info', 'Info message')|class_name='info-class'|>"}
80
+ {"prompt": "Create status, error and warning", "Markdown code": "<|{create_value}|status|value=[('error', 'Error message'), ('warning', 'Warning message')]|>"}
81
+ {"prompt": "Add status, success with ID", "Markdown code": "<|{add_value}|status|value=('success', 'Success message')|id='status-success'|>"}
82
+ {"prompt": "Show status, info with hover", "Markdown code": "<|{show_value}|status|value=('info', 'Info message')|hover_text='Info hover'|>"}
83
+ {"prompt": "Display status, error without close", "Markdown code": "<|{display_value}|status|value=('error', 'Error message')|without_close|>"}
84
+ {"prompt": "Insert status, success with label", "Markdown code": "<|{insert_value}|status|value=('success', 'Success message')|label='Success Label'|>"}
85
+ {"prompt": "Create status, warning with class name", "Markdown code": "<|{create_value}|status|value=('warning', 'Warning message')|class_name='warning-status'|>"}
86
+ {"prompt": "Add status, info with custom ID", "Markdown code": "<|{add_value}|status|value=('info', 'Info message')|id='status-info'|>"}
87
+ {"prompt": "Show status, error and success", "Markdown code": "<|{show_value}|status|value=[('error', 'Error message'), ('success', 'Success message')]|>"}
88
+ {"prompt": "Display status, warning with hover text", "Markdown code": "<|{display_value}|status|value=('warning', 'Warning message')|hover_text='Warning details'|>"}
89
+ {"prompt": "Insert status, info without dismiss", "Markdown code": "<|{insert_value}|status|value=('info', 'Info message')|without_close|>"}
90
+ {"prompt": "Create status, error with width", "Markdown code": "<|{create_value}|status|value=('error', 'Error message')|width='350px'|>"}
91
+ {"prompt": "Add status, success with hover", "Markdown code": "<|{add_value}|status|value=('success', 'Success message')|hover_text='Success details'|>"}
92
+ {"prompt": "Show status, warning with ID", "Markdown code": "<|{show_value}|status|value=('warning', 'Warning message')|id='status-warning'|>"}
93
+ {"prompt": "Display status, info and error", "Markdown code": "<|{display_value}|status|value=[('info', 'Info message'), ('error', 'Error message')]|>"}
94
+ {"prompt": "Insert status, success without close", "Markdown code": "<|{insert_value}|status|value=('success', 'Success message')|without_close|>"}
95
+ {"prompt": "Create status, warning with custom class", "Markdown code": "<|{create_value}|status|value=('warning', 'Warning message')|class_name='custom-warning'|>"}
96
+ {"prompt": "Add status, info with width", "Markdown code": "<|{add_value}|status|value=('info', 'Info message')|width='250px'|>"}
97
+ {"prompt": "Show status, error with hover text", "Markdown code": "<|{show_value}|status|value=('error', 'Error message')|hover_text='Error hover'|>"}
98
+ {"prompt": "Display status, success without dismiss", "Markdown code": "<|{display_value}|status|value=('success', 'Success message')|without_close|>"}
99
+ {"prompt": "Insert status, warning with label", "Markdown code": "<|{insert_value}|status|value=('warning', 'Warning message')|label='Warning Label'|>"}
100
+ {"prompt": "Create status, info with class name", "Markdown code": "<|{create_value}|status|value=('info', 'Info message')|class_name='info-status'|>"}
toggle.jsonl ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt": "Create toggle button for dark mode", "Markdown code": "<|{dark_mode}|toggle|theme=Dark Mode|>"}
2
+ {"prompt": "Add toggle control with multiple options", "Markdown code": "<|{options}|toggle|lov=Option A;Option B;Option C|>"}
3
+ {"prompt": "Insert toggle button for notifications", "Markdown code": "<|{notifications}|toggle|label=Notifications|>"}
4
+ {"prompt": "Display toggle control with custom styling", "Markdown code": "<|{custom_style}|toggle|class_name=custom-toggle|>"}
5
+ {"prompt": "Show toggle button for user preferences", "Markdown code": "<|{user_pref}|toggle|label=User Preferences|>"}
6
+ {"prompt": "Create toggle control for visibility", "Markdown code": "<|{visibility}|toggle|label=Visibility|>"}
7
+ {"prompt": "Add toggle button for sound settings", "Markdown code": "<|{sound_settings}|toggle|label=Sound|>"}
8
+ {"prompt": "Insert toggle control for mobile app", "Markdown code": "<|{mobile_app}|toggle|label=Mobile App|>"}
9
+ {"prompt": "Display toggle button for email notifications", "Markdown code": "<|{email_notif}|toggle|label=Email Notifications|>"}
10
+ {"prompt": "Show toggle control for online status", "Markdown code": "<|{online_status}|toggle|label=Online Status|>"}
11
+ {"prompt": "Create toggle button for password visibility", "Markdown code": "<|{password_visibility}|toggle|label=Show Password|>"}
12
+ {"prompt": "Add toggle control for location services", "Markdown code": "<|{location_services}|toggle|label=Location Services|>"}
13
+ {"prompt": "Insert toggle button for dark theme", "Markdown code": "<|{dark_theme}|toggle|label=Dark Theme|>"}
14
+ {"prompt": "Display toggle control for auto-save", "Markdown code": "<|{auto_save}|toggle|label=Auto-Save|>"}
15
+ {"prompt": "Show toggle button for camera access", "Markdown code": "<|{camera_access}|toggle|label=Camera Access|>"}
16
+ {"prompt": "Create toggle control for notifications", "Markdown code": "<|{notifications}|toggle|label=Notifications|>"}
17
+ {"prompt": "Add toggle button for push notifications", "Markdown code": "<|{push_notif}|toggle|label=Push Notifications|>"}
18
+ {"prompt": "Insert toggle control for data syncing", "Markdown code": "<|{data_sync}|toggle|label=Data Sync|>"}
19
+ {"prompt": "Display toggle button for password reset", "Markdown code": "<|{password_reset}|toggle|label=Password Reset|>"}
20
+ {"prompt": "Show toggle control for dark mode", "Markdown code": "<|{dark_mode}|toggle|label=Dark Mode|>"}
21
+ {"prompt": "Create toggle button for email notifications", "Markdown code": "<|{email_notif}|toggle|label=Email Notifications|>"}
22
+ {"prompt": "Add toggle control for privacy settings", "Markdown code": "<|{privacy_settings}|toggle|label=Privacy Settings|>"}
23
+ {"prompt": "Insert toggle button for account verification", "Markdown code": "<|{account_verification}|toggle|label=Account Verification|>"}
24
+ {"prompt": "Display toggle control for in-app purchases", "Markdown code": "<|{in_app_purchases}|toggle|label=In-App Purchases|>"}
25
+ {"prompt": "Show toggle button for two-factor authentication", "Markdown code": "<|{two_factor_auth}|toggle|label=Two-Factor Auth|>"}
26
+ {"prompt": "Create toggle control for message notifications", "Markdown code": "<|{message_notif}|toggle|label=Message Notifications|>"}
27
+ {"prompt": "Add toggle button for location tracking", "Markdown code": "<|{location_tracking}|toggle|label=Location Tracking|>"}
28
+ {"prompt": "Insert toggle control for language selection", "Markdown code": "<|{language_selection}|toggle|label=Language|>"}
29
+ {"prompt": "Display toggle button for dark mode switch", "Markdown code": "<|{dark_mode_switch}|toggle|label=Dark Mode|>"}
30
+ {"prompt": "Show toggle control for privacy preferences", "Markdown code": "<|{privacy_pref}|toggle|label=Privacy Preferences|>"}
31
+ {"prompt": "Create toggle button for notifications", "Markdown code": "<|{notifications}|toggle|label=Notifications|>"}
32
+ {"prompt": "Add toggle control for email alerts", "Markdown code": "<|{email_alerts}|toggle|label=Email Alerts|>"}
33
+ {"prompt": "Insert toggle button for account notifications", "Markdown code": "<|{account_notif}|toggle|label=Account Notifications|>"}
34
+ {"prompt": "Display toggle control for theme selection", "Markdown code": "<|{theme_selection}|toggle|label=Theme Selection|>"}
35
+ {"prompt": "Show toggle button for sound settings", "Markdown code": "<|{sound_settings}|toggle|label=Sound Settings|>"}
36
+ {"prompt": "Create toggle control for display preferences", "Markdown code": "<|{display_pref}|toggle|label=Display Preferences|>"}
37
+ {"prompt": "Add toggle button for dark mode switch", "Markdown code": "<|{dark_mode_switch}|toggle|label=Dark Mode|>"}
38
+ {"prompt": "Insert toggle control for privacy settings", "Markdown code": "<|{privacy_settings}|toggle|label=Privacy Settings|>"}
39
+ {"prompt": "Display toggle button for language selection", "Markdown code": "<|{language_selection}|toggle|label=Language|>"}
40
+ {"prompt": "Show toggle control for email notifications", "Markdown code": "<|{email_notif}|toggle|label=Email Notifications|>"}
41
+ {"prompt": "Create toggle button for dark mode", "Markdown code": "<|{dark_mode}|toggle|theme=Dark Mode|>"}
42
+ {"prompt": "Add toggle control with multiple options", "Markdown code": "<|{options}|toggle|lov=Option A;Option B;Option C|>"}
43
+ {"prompt": "Insert toggle button for notifications", "Markdown code": "<|{notifications}|toggle|>"}
44
+ {"prompt": "Display toggle control with custom styling", "Markdown code": "<|{custom_style}|toggle|class_name=custom-toggle|>"}
45
+ {"prompt": "Show toggle button for user preferences", "Markdown code": "<|{user_pref}|toggle|>"}
46
+ {"prompt": "Create toggle control for visibility", "Markdown code": "<|{visibility}|toggle|>"}
47
+ {"prompt": "Add toggle button for sound settings", "Markdown code": "<|{sound_settings}|toggle|>"}
48
+ {"prompt": "Insert toggle control for mobile app", "Markdown code": "<|{mobile_app}|toggle|>"}
49
+ {"prompt": "Display toggle button for email notifications", "Markdown code": "<|{email_notif}|toggle|>"}
50
+ {"prompt": "Show toggle control for online status", "Markdown code": "<|{online_status}|toggle|>"}
51
+ {"prompt": "Create toggle button for password visibility", "Markdown code": "<|{password_visibility}|toggle|>"}
52
+ {"prompt": "Add toggle control for location services", "Markdown code": "<|{location_services}|toggle|>"}
53
+ {"prompt": "Insert toggle button for dark theme", "Markdown code": "<|{dark_theme}|toggle|>"}
54
+ {"prompt": "Display toggle control for auto-save", "Markdown code": "<|{auto_save}|toggle|>"}
55
+ {"prompt": "Show toggle button for camera access", "Markdown code": "<|{camera_access}|toggle|>"}
56
+ {"prompt": "Create toggle control for notifications", "Markdown code": "<|{notifications}|toggle|>"}
57
+ {"prompt": "Add toggle button for push notifications", "Markdown code": "<|{push_notif}|toggle|>"}
58
+ {"prompt": "Insert toggle control for data syncing", "Markdown code": "<|{data_sync}|toggle|>"}
59
+ {"prompt": "Display toggle button for password reset", "Markdown code": "<|{password_reset}|toggle|>"}
60
+ {"prompt": "Show toggle control for dark mode", "Markdown code": "<|{dark_mode}|toggle|>"}
61
+ {"prompt": "Create toggle button for email notifications", "Markdown code": "<|{email_notif}|toggle|>"}
62
+ {"prompt": "Add toggle control for privacy settings", "Markdown code": "<|{privacy_settings}|toggle|>"}
63
+ {"prompt": "Insert toggle button for account verification", "Markdown code": "<|{account_verification}|toggle|>"}
64
+ {"prompt": "Display toggle control for in-app purchases", "Markdown code": "<|{in_app_purchases}|toggle|>"}
65
+ {"prompt": "Show toggle button for two-factor authentication", "Markdown code": "<|{two_factor_auth}|toggle|>"}
66
+ {"prompt": "Create toggle control for message notifications", "Markdown code": "<|{message_notif}|toggle|>"}
67
+ {"prompt": "Add toggle button for location tracking", "Markdown code": "<|{location_tracking}|toggle|>"}
68
+ {"prompt": "Insert toggle control for language selection", "Markdown code": "<|{language_selection}|toggle|>"}
69
+ {"prompt": "Display toggle button for dark mode switch", "Markdown code": "<|{dark_mode_switch}|toggle|>"}
70
+ {"prompt": "Show toggle control for privacy preferences", "Markdown code": "<|{privacy_pref}|toggle|>"}
71
+ {"prompt": "Create toggle button for notifications", "Markdown code": "<|{notifications}|toggle|>"}
72
+ {"prompt": "Add toggle control for email alerts", "Markdown code": "<|{email_alerts}|toggle|>"}
73
+ {"prompt": "Insert toggle button for account notifications", "Markdown code": "<|{account_notif}|toggle|>"}
74
+ {"prompt": "Display toggle button for theme selection", "Markdown code": "<|{theme_selection}|toggle|>"}
75
+ {"prompt": "Show toggle control for sound settings", "Markdown code": "<|{sound_settings}|toggle|>"}
76
+ {"prompt": "Create toggle control for display preferences", "Markdown code": "<|{display_pref}|toggle|>"}
77
+ {"prompt": "Add toggle button for dark mode switch", "Markdown code": "<|{dark_mode_switch}|toggle|>"}
78
+ {"prompt": "Insert toggle control for privacy settings", "Markdown code": "<|{privacy_settings}|toggle|>"}
79
+ {"prompt": "Display toggle button for language selection", "Markdown code": "<|{language_selection}|toggle|>"}
80
+ {"prompt": "Show toggle control for email notifications", "Markdown code": "<|{email_notif}|toggle|>"}
81
+ {"prompt": "Create a toggle control with a custom value", "Markdown code": "<|{custom_value}|toggle|value=Custom Value|>"}
82
+ {"prompt": "Add a toggle button with a theme setting", "Markdown code": "<|{theme_toggle}|toggle|theme=True|>"}
83
+ {"prompt": "Insert a toggle control with a list of values", "Markdown code": "<|{values}|toggle|lov={'Option 1': 1, 'Option 2': 2}|>"}
84
+ {"prompt": "Display a toggle button with a custom adapter function", "Markdown code": "<|{adapter_toggle}|toggle|adapter={custom_adapter}|>"}
85
+ {"prompt": "Show a toggle control with a specified type", "Markdown code": "<|{type_toggle}|toggle|type=dict|>"}
86
+ {"prompt": "Create a toggle button with value by ID", "Markdown code": "<|{value_by_id_toggle}|toggle|value_by_id=True|>"}
87
+ {"prompt": "Add a toggle control with an on_change callback", "Markdown code": "<|{on_change_toggle}|toggle|on_change=handle_toggle_change|>"}
88
+ {"prompt": "Insert a toggle button with automatic propagation", "Markdown code": "<|{propagate_toggle}|toggle|propagate=True|>"}
89
+ {"prompt": "Display a toggle control as an inactive component", "Markdown code": "<|{inactive_toggle}|toggle|active=False|>"}
90
+ {"prompt": "Show a toggle button with a custom ID", "Markdown code": "<|{custom_id_toggle}|toggle|id=custom-toggle|>"}
91
+ {"prompt": "Create a toggle control with additional properties", "Markdown code": "<|{additional_properties_toggle}|toggle|properties={'custom_prop': 'value'}|>"}
92
+ {"prompt": "Add a toggle button with a specific CSS class", "Markdown code": "<|{css_class_toggle}|toggle|class_name=custom-class|>"}
93
+ {"prompt": "Insert a toggle control with hover text", "Markdown code": "<|{hover_text_toggle}|toggle|hover_text=Toggle this element|>"}
94
+ {"prompt": "Display a toggle button with a dynamic value", "Markdown code": "<|{dynamic_value_toggle}|toggle|value=Dynamic Value|>"}
95
+ {"prompt": "Show a toggle control with a theme setting", "Markdown code": "<|{theme_setting_toggle}|toggle|theme=True|>"}
96
+ {"prompt": "Create a toggle button with a dictionary of values", "Markdown code": "<|{dictionary_values_toggle}|toggle|lov={'Option A': 1, 'Option B': 2}|>"}
97
+ {"prompt": "Add a toggle control with a custom adapter function", "Markdown code": "<|{custom_adapter_toggle}|toggle|adapter={custom_adapter_function}|>"}
98
+ {"prompt": "Insert a toggle button with a specified type", "Markdown code": "<|{specified_type_toggle}|toggle|type=list|>"}
99
+ {"prompt": "Display a toggle control with value by ID", "Markdown code": "<|{value_by_id_toggle}|toggle|value_by_id=True|>"}
100
+ {"prompt": "Show a toggle button with an on_change callback", "Markdown code": "<|{on_change_callback_toggle}|toggle|on_change=toggle_changed|>"}
101
+ {"prompt": "Create a toggle control with automatic propagation", "Markdown code": "<|{auto_propagate_toggle}|toggle|propagate=True|>"}
102
+ {"prompt": "Add a toggle button as an inactive component", "Markdown code": "<|{inactive_toggle_button}|toggle|active=False|>"}
103
+ {"prompt": "Insert a toggle control with a custom identifier", "Markdown code": "<|{custom_identifier_toggle}|toggle|id=custom-toggle|>"}
104
+ {"prompt": "Display a toggle button with additional properties", "Markdown code": "<|{additional_properties_button}|toggle|properties={'custom_prop': 'value'}|>"}
105
+ {"prompt": "Show a toggle control with a specific CSS class", "Markdown code": "<|{specific_css_toggle}|toggle|class_name=custom-class|>"}
106
+ {"prompt": "Create a toggle button with hover text", "Markdown code": "<|{hover_text_button}|toggle|hover_text=Toggle this element|>"}
107
+ {"prompt": "Add a toggle control with a dynamic value", "Markdown code": "<|{dynamic_value_control}|toggle|value=Dynamic Value|>"}
108
+ {"prompt": "Insert a toggle button with a theme setting", "Markdown code": "<|{theme_setting_button}|toggle|theme=True|>"}
109
+ {"prompt": "Display a toggle control with a dictionary of values", "Markdown code": "<|{dictionary_values_control}|toggle|lov={'Option A': 1, 'Option B': 2}|>"}
110
+ {"prompt": "Show a toggle button with a custom adapter function", "Markdown code": "<|{custom_adapter_button}|toggle|adapter={custom_adapter_function}|>"}
111
+ {"prompt": "Create a toggle control with a specified type", "Markdown code": "<|{specified_type_control}|toggle|type=list|>"}
112
+ {"prompt": "Add a toggle button with value by ID", "Markdown code": "<|{value_by_id_button}|toggle|value_by_id=True|>"}
113
+ {"prompt": "Insert a toggle control with an on_change callback", "Markdown code": "<|{on_change_callback_control}|toggle|on_change=toggle_changed|>"}
114
+ {"prompt": "Display a toggle button with automatic propagation", "Markdown code": "<|{auto_propagate_button}|toggle|propagate=True|>"}
115
+ {"prompt": "Show a toggle control as an inactive component", "Markdown code": "<|{inactive_control}|toggle|active=False|>"}
116
+ {"prompt": "Create a toggle button with a custom ID", "Markdown code": "<|{custom_id_button}|toggle|id=custom-toggle|>"}
117
+ {"prompt": "Add a toggle control with additional properties", "Markdown code": "<|{additional_properties_control}|toggle|properties={'custom_prop': 'value'}|>"}
118
+ {"prompt": "Insert a toggle button with a specific CSS class", "Markdown code": "<|{specific_css_button}|toggle|class_name=custom-class|>"}
119
+ {"prompt": "Display a toggle control with hover text", "Markdown code": "<|{hover_text_control}|toggle|hover_text=Toggle this element|>"}
120
+ {"prompt": "Show a toggle button with a dynamic value", "Markdown code": "<|{dynamic_value_button}|toggle|value=Dynamic Value|>"}
tree.jsonl ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt": "Create a tree with custom properties and dynamic lov", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'value'}|lov={dynamic_lov}|>"}
2
+ {"prompt": "Insert a tree with dynamic width, height and multiple selection", "Markdown code": "<|{value}|tree|width={dynamic_width}|height={dynamic_height}|multiple|>"}
3
+ {"prompt": "Display a tree with dropdown mode and custom height", "Markdown code": "<|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|height='200px'|>"}
4
+ {"prompt": "Show a tree with specific label and filter option", "Markdown code": "<|{value}|tree|lov='Filter 1;Filter 2;Filter 3'|label='Select Filter'|filter|>"}
5
+ {"prompt": "Add tree with custom adapter function and row height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='40px'|>"}
6
+ {"prompt": "Create a tree with expanded nodes and custom class name", "Markdown code": "<|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 1']|class_name='expandable_tree'|>"}
7
+ {"prompt": "Insert a tree with filter feature and value_by_id", "Markdown code": "<|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|filter|value_by_id|>"}
8
+ {"prompt": "Display a tree with on_change callback and select leaf nodes only", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|on_change='leaf_change_callback'|select_leafs_only|>"}
9
+ {"prompt": "Show a tree with hover text, dropdown mode, and custom width", "Markdown code": "<|{value}|tree|lov='Dropdown 1;Dropdown 2;Dropdown 3'|hover_text='Select Dropdown'|dropdown|width='300px'|>"}
10
+ {"prompt": "Add tree with specific label, expanded nodes, and height", "Markdown code": "<|{value}|tree|lov='Node 1;Node 2;Node 3'|label='Node Selection'|expanded=['Node 2']|height='250px'|>"}
11
+ {"prompt": "Create a tree with custom properties, adapter function, and filter", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'value'}|adapter={custom_adapter_function}|filter|>"}
12
+ {"prompt": "Insert a tree with dynamic active state, lov, and multiple selection", "Markdown code": "<|{value}|tree|active={is_tree_active}|lov={dynamic_lov_list}|multiple|>"}
13
+ {"prompt": "Display a tree with multiple selection and dynamic lov", "Markdown code": "<|{value}|tree|lov={dynamic_lov}|multiple|>"}
14
+ {"prompt": "Show a tree with dropdown mode and specific row height", "Markdown code": "<|{value}|tree|lov='Item 1;Item 2;Item 3'|dropdown|row_height='25px'|>"}
15
+ {"prompt": "Add tree with expanded nodes and filter feature", "Markdown code": "<|{value}|tree|lov='Node 1;Node 2;Node 3'|expanded=['Node 1']|filter|>"}
16
+ {"prompt": "Create a tree displaying only leaf nodes with custom width", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|width='200px'|>"}
17
+ {"prompt": "Insert a tree with adapter function and custom height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter}|height='350px'|>"}
18
+ {"prompt": "Display a tree with on_change callback and specific label", "Markdown code": "<|{value}|tree|lov='Option 1;Option 2;Option 3'|on_change='on_change_callback'|label='Select Option'|>"}
19
+ {"prompt": "Show a tree with hover text and value_by_id option", "Markdown code": "<|{value}|tree|lov='Group 1;Group 2;Group 3'|hover_text='Details'|value_by_id|>"}
20
+ {"prompt": "Add tree with custom properties and expanded property as true", "Markdown code": "<|{value}|tree|properties={'prop1': 'value1'}|expanded=True|>"}
21
+ {"prompt": "Create a tree with dynamic width, height and filter option", "Markdown code": "<|{value}|tree|width={dynamic_width}|height={dynamic_height}|filter|>"}
22
+ {"prompt": "Insert a tree with dropdown mode and specific dimensions", "Markdown code": "<|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|width='250px'|height='200px'|>"}
23
+ {"prompt": "Display a tree with custom adapter function and row height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='35px'|>"}
24
+ {"prompt": "Show a tree with expanded nodes, filter feature, and custom class name", "Markdown code": "<|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 2']|filter|class_name='expandable_class'|>"}
25
+ {"prompt": "Add tree with value_by_id and on_change callback", "Markdown code": "<|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|value_by_id|on_change='filtered_change_callback'|>"}
26
+ {"prompt": "Create a tree with select leaf nodes only and custom hover text", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|hover_text='Select a leaf'|>"}
27
+ {"prompt": "Insert a tree with dynamic lov, dropdown mode, and specific label", "Markdown code": "<|{value}|tree|lov={dynamic_lov_list}|dropdown|label='Dynamic Dropdown'|>"}
28
+ {"prompt": "Display a tree with custom adapter function, expanded nodes, and filter", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|expanded=['Node 1']|filter|>"}
29
+ {"prompt": "Show a tree with dynamic active state, specific width, and multiple selection", "Markdown code": "<|{value}|tree|active={is_tree_active}|width='300px'|multiple|>"}
30
+ {"prompt": "Add tree with hover text, custom height, and value_by_id", "Markdown code": "<|{value}|tree|lov='Dropdown 1;Dropdown 2;Dropdown 3'|hover_text='Choose wisely'|height='250px'|value_by_id|>"}
31
+ {"prompt": "Create a tree with specific label, custom properties, and expanded nodes", "Markdown code": "<|{value}|tree|lov='Node 1;Node 2;Node 3'|label='Select Node'|properties={'key': 'value'}|expanded=['Node 1']|>"}
32
+ {"prompt": "Insert a tree with custom class name, adapter function, and dynamic lov", "Markdown code": "<|{value}|tree|class_name='custom_tree_class'|adapter={custom_adapter_function}|lov={dynamic_lov}|>"}
33
+ {"prompt": "Create tree with custom properties", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'value'}|>"}
34
+ {"prompt": "Insert tree with dynamic width and multiple selection", "Markdown code": "<|{value}|tree|width={dynamic_width}|multiple|>"}
35
+ {"prompt": "Display tree with dropdown mode and custom height", "Markdown code": "<|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|height='200px'|>"}
36
+ {"prompt": "Show tree with specific label and filter option", "Markdown code": "<|{value}|tree|lov='Filter 1;Filter 2;Filter 3'|label='Select Filter'|filter|>"}
37
+ {"prompt": "Add tree with custom adapter function and row height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='40px'|>"}
38
+ {"prompt": "Create tree with expanded nodes and custom class", "Markdown code": "<|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 1']|class_name='expandable_tree'|>"}
39
+ {"prompt": "Insert tree with filter feature and value_by_id", "Markdown code": "<|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|filter|value_by_id|>"}
40
+ {"prompt": "Display tree with on_change callback and select leaf nodes", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|on_change='leaf_change_callback'|select_leafs_only|>"}
41
+ {"prompt": "Show tree with hover text, dropdown mode, and custom width", "Markdown code": "<|{value}|tree|lov='Dropdown 1;Dropdown 2;Dropdown 3'|hover_text='Select Dropdown'|dropdown|width='300px'|>"}
42
+ {"prompt": "Add tree with specific label, expanded nodes, and height", "Markdown code": "<|{value}|tree|lov='Node 1;Node 2;Node 3'|label='Node Selection'|expanded=['Node 2']|height='250px'|>"}
43
+ {"prompt": "Create tree with custom properties, adapter function, and filter", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'value'}|adapter={custom_adapter_function}|filter|>"}
44
+ {"prompt": "Insert tree with dynamic active state, lov, and multiple selection", "Markdown code": "<|{value}|tree|active={is_tree_active}|lov={dynamic_lov_list}|multiple|>"}
45
+ {"prompt": "Display tree with multiple selection and dynamic lov", "Markdown code": "<|{value}|tree|lov={dynamic_lov}|multiple|>"}
46
+ {"prompt": "Show tree with dropdown mode and specific row height", "Markdown code": "<|{value}|tree|lov='Item 1;Item 2;Item 3'|dropdown|row_height='25px'|>"}
47
+ {"prompt": "Add tree with expanded nodes and filter feature", "Markdown code": "<|{value}|tree|lov='Node 1;Node 2;Node 3'|expanded=['Node 1']|filter|>"}
48
+ {"prompt": "Create tree displaying only leaf nodes with custom width", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|width='200px'|>"}
49
+ {"prompt": "Insert tree with adapter function and custom height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter}|height='350px'|>"}
50
+ {"prompt": "Display tree with on_change callback and specific label", "Markdown code": "<|{value}|tree|lov='Option 1;Option 2;Option 3'|on_change='on_change_callback'|label='Select Option'|>"}
51
+ {"prompt": "Show tree with hover text and value_by_id option", "Markdown code": "<|{value}|tree|lov='Group 1;Group 2;Group 3'|hover_text='Details'|value_by_id|>"}
52
+ {"prompt": "Add tree with custom properties and expanded property as true", "Markdown code": "<|{value}|tree|properties={'prop1': 'value1'}|expanded=True|>"}
53
+ {"prompt": "Create tree with dynamic width, height and filter option", "Markdown code": "<|{value}|tree|width={dynamic_width}|height={dynamic_height}|filter|>"}
54
+ {"prompt": "Insert tree with dropdown mode and specific dimensions", "Markdown code": "<|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|width='250px'|height='200px'|>"}
55
+ {"prompt": "Display tree with custom adapter function and row height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='35px'|>"}
56
+ {"prompt": "Show tree with expanded nodes, filter feature, and custom class", "Markdown code": "<|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 2']|filter|class_name='expandable_class'|>"}
57
+ {"prompt": "Add tree with value_by_id and on_change callback", "Markdown code": "<|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|value_by_id|on_change='filtered_change_callback'|>"}
58
+ {"prompt": "Create tree with select leaf nodes only and custom hover text", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|hover_text='Select a leaf'|>"}
59
+ {"prompt": "Insert tree with dynamic lov, dropdown mode, and specific label", "Markdown code": "<|{value}|tree|lov={dynamic_lov_list}|dropdown|label='Dynamic Dropdown'|>"}
60
+ {"prompt": "Create a tree with expanded set to True", "Markdown code": "<|{value}|tree|expanded=True|>"}
61
+ {"prompt": "Create a tree with multiple set to False", "Markdown code": "<|{value}|tree|multiple=False|>"}
62
+ {"prompt": "Create a tree with select_leafs_only set to True", "Markdown code": "<|{value}|tree|select_leafs_only=True|>"}
63
+ {"prompt": "Add a tree with row_height set to '40px'", "Markdown code": "<|{value}|tree|row_height='40px'|>"}
64
+ {"prompt": "Insert a tree with filter set to True", "Markdown code": "<|{value}|tree|filter=True|>"}
65
+ {"prompt": "Display a tree with width set to '500px'", "Markdown code": "<|{value}|tree|width='500px'|>"}
66
+ {"prompt": "Show a tree with height set to '300px'", "Markdown code": "<|{value}|tree|height='300px'|>"}
67
+ {"prompt": "Create a tree with dropdown set to True", "Markdown code": "<|{value}|tree|dropdown=True|>"}
68
+ {"prompt": "Create a tree with label set to 'Select Item'", "Markdown code": "<|{value}|tree|label='Select Item'|>"}
69
+ {"prompt": "Add a tree with value set to 'item_1'", "Markdown code": "<|{value}|tree|value='item_1'|>"}
70
+ {"prompt": "Display a tree with lov set to {'item_1': 'Item 1', 'item_2': 'Item 2'}", "Markdown code": "<|{value}|tree|lov={'item_1': 'Item 1', 'item_2': 'Item 2'}|>"}
71
+ {"prompt": "Show a tree with adapter set to custom_adapter_function", "Markdown code": "<|{value}|tree|adapter={custom_adapter_function}|>"}
72
+ {"prompt": "Create a tree with type set to 'CustomType'", "Markdown code": "<|{value}|tree|type='CustomType'|>"}
73
+ {"prompt": "Insert a tree with value_by_id set to True", "Markdown code": "<|{value}|tree|value_by_id=True|>"}
74
+ {"prompt": "Display a tree with on_change set to 'on_tree_change'", "Markdown code": "<|{value}|tree|on_change='on_tree_change'|>"}
75
+ {"prompt": "Show a tree with propagate set to True", "Markdown code": "<|{value}|tree|propagate=True|>"}
76
+ {"prompt": "Create a tree with active set to False", "Markdown code": "<|{value}|tree|active=False|>"}
77
+ {"prompt": "Add a tree with id set to 'custom_tree'", "Markdown code": "<|{value}|tree|id='custom_tree'|>"}
78
+ {"prompt": "Display a tree with properties set to {'custom_prop': 'value'}", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'value'}|>"}
79
+ {"prompt": "Show a tree with class_name set to 'custom_tree_class'", "Markdown code": "<|{value}|tree|class_name='custom_tree_class'|>"}
80
+ {"prompt": "Create a tree with hover_text set to 'Hover for details'", "Markdown code": "<|{value}|tree|hover_text='Hover for details'|>"}
81
+ {"prompt": "Create a tree with expanded set to False", "Markdown code": "<|{value}|tree|expanded=False|>"}
82
+ {"prompt": "Add a tree with multiple set to True", "Markdown code": "<|{value}|tree|multiple=True|>"}
83
+ {"prompt": "Display a tree with select_leafs_only set to False", "Markdown code": "<|{value}|tree|select_leafs_only=False|>"}
84
+ {"prompt": "Show a tree with row_height set to '45px'", "Markdown code": "<|{value}|tree|row_height='45px'|>"}
85
+ {"prompt": "Insert a tree with filter set to False", "Markdown code": "<|{value}|tree|filter=False|>"}
86
+ {"prompt": "Create a tree with width set to '600px'", "Markdown code": "<|{value}|tree|width='600px'|>"}
87
+ {"prompt": "Add a tree with height set to '350px'", "Markdown code": "<|{value}|tree|height='350px'|>"}
88
+ {"prompt": "Display a tree with dropdown set to False", "Markdown code": "<|{value}|tree|dropdown=False|>"}
89
+ {"prompt": "Show a tree with label set to 'Choose Option'", "Markdown code": "<|{value}|tree|label='Choose Option'|>"}
90
+ {"prompt": "Create a tree with value set to 'item_2'", "Markdown code": "<|{value}|tree|value='item_2'|>"}
91
+ {"prompt": "Add a tree with lov set to 'item_a': 'Item A', 'item_b': 'Item B'", "Markdown code": "<|{value}|tree|lov={'item_a': 'Item A', 'item_b': 'Item B'}|>"}
92
+ {"prompt": "Display a tree with adapter set to custom_adapter_function_v2", "Markdown code": "<|{value}|tree|adapter={custom_adapter_function_v2}|>"}
93
+ {"prompt": "Show a tree with type set to 'CustomDataType'", "Markdown code": "<|{value}|tree|type='CustomDataType'|>"}
94
+ {"prompt": "Create a tree with value_by_id set to False", "Markdown code": "<|{value}|tree|value_by_id=False|>"}
95
+ {"prompt": "Add a tree with on_change set to 'on_tree_selection_change'", "Markdown code": "<|{value}|tree|on_change='on_tree_selection_change'|>"}
96
+ {"prompt": "Display a tree with propagate set to False", "Markdown code": "<|{value}|tree|propagate=False|>"}
97
+ {"prompt": "Show a tree with active set to True", "Markdown code": "<|{value}|tree|active=True|>"}
98
+ {"prompt": "Create a tree with id set to 'custom_tree_v2'", "Markdown code": "<|{value}|tree|id='custom_tree_v2'|>"}
99
+ {"prompt": "Add a tree with properties set to 'custom_prop': 'new_value'", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'new_value'}|>"}
100
+ {"prompt": "Display a tree with class_name set to 'custom_tree_class_v2'", "Markdown code": "<|{value}|tree|class_name='custom_tree_class_v2'|>"}
101
+ {"prompt": "Show a tree with hover_text set to 'Hover for options'", "Markdown code": "<|{value}|tree|hover_text='Hover for options'|>"}
102
+ {"prompt": "Create a tree with expanded set to True", "Markdown code": "<|{value}|tree|expanded=True|>"}
103
+ {"prompt": "Add a tree with multiple set to False", "Markdown code": "<|{value}|tree|multiple=False|>"}
104
+ {"prompt": "Display a tree with select_leafs_only set to True", "Markdown code": "<|{value}|tree|select_leafs_only=True|>"}
105
+ {"prompt": "Show a tree with row_height set to '40px'", "Markdown code": "<|{value}|tree|row_height='40px'|>"}
106
+ {"prompt": "Insert a tree with filter set to True", "Markdown code": "<|{value}|tree|filter=True|>"}
107
+ {"prompt": "Create a tree with width set to '500px'", "Markdown code": "<|{value}|tree|width='500px'|>"}
108
+ {"prompt": "Add a tree with height set to '300px'", "Markdown code": "<|{value}|tree|height='300px'|>"}
109
+ {"prompt": "Display a tree with dropdown set to True", "Markdown code": "<|{value}|tree|dropdown=True|>"}
110
+ {"prompt": "Show a tree with label set to 'Select Item'", "Markdown code": "<|{value}|tree|label='Select Item'|>"}