cjm-fasthtml-card-stack 0.0.1__py3-none-any.whl
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.
- cjm_fasthtml_card_stack/__init__.py +1 -0
- cjm_fasthtml_card_stack/_modidx.py +151 -0
- cjm_fasthtml_card_stack-0.0.1.dist-info/METADATA +1123 -0
- cjm_fasthtml_card_stack-0.0.1.dist-info/RECORD +8 -0
- cjm_fasthtml_card_stack-0.0.1.dist-info/WHEEL +5 -0
- cjm_fasthtml_card_stack-0.0.1.dist-info/entry_points.txt +2 -0
- cjm_fasthtml_card_stack-0.0.1.dist-info/licenses/LICENSE +201 -0
- cjm_fasthtml_card_stack-0.0.1.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
# Autogenerated by nbdev
|
|
2
|
+
|
|
3
|
+
d = { 'settings': { 'branch': 'main',
|
|
4
|
+
'doc_baseurl': '/cjm-fasthtml-card-stack',
|
|
5
|
+
'doc_host': 'https://cj-mills.github.io',
|
|
6
|
+
'git_url': 'https://github.com/cj-mills/cjm-fasthtml-card-stack',
|
|
7
|
+
'lib_path': 'cjm_fasthtml_card_stack'},
|
|
8
|
+
'syms': { 'cjm_fasthtml_card_stack.components.controls': { 'cjm_fasthtml_card_stack.components.controls.render_card_count_select': ( 'components/controls.html#render_card_count_select',
|
|
9
|
+
'cjm_fasthtml_card_stack/components/controls.py'),
|
|
10
|
+
'cjm_fasthtml_card_stack.components.controls.render_scale_slider': ( 'components/controls.html#render_scale_slider',
|
|
11
|
+
'cjm_fasthtml_card_stack/components/controls.py'),
|
|
12
|
+
'cjm_fasthtml_card_stack.components.controls.render_width_slider': ( 'components/controls.html#render_width_slider',
|
|
13
|
+
'cjm_fasthtml_card_stack/components/controls.py')},
|
|
14
|
+
'cjm_fasthtml_card_stack.components.progress': { 'cjm_fasthtml_card_stack.components.progress.render_progress_indicator': ( 'components/progress.html#render_progress_indicator',
|
|
15
|
+
'cjm_fasthtml_card_stack/components/progress.py')},
|
|
16
|
+
'cjm_fasthtml_card_stack.components.states': { 'cjm_fasthtml_card_stack.components.states.render_empty_state': ( 'components/states.html#render_empty_state',
|
|
17
|
+
'cjm_fasthtml_card_stack/components/states.py'),
|
|
18
|
+
'cjm_fasthtml_card_stack.components.states.render_loading_state': ( 'components/states.html#render_loading_state',
|
|
19
|
+
'cjm_fasthtml_card_stack/components/states.py'),
|
|
20
|
+
'cjm_fasthtml_card_stack.components.states.render_placeholder_card': ( 'components/states.html#render_placeholder_card',
|
|
21
|
+
'cjm_fasthtml_card_stack/components/states.py')},
|
|
22
|
+
'cjm_fasthtml_card_stack.components.viewport': { 'cjm_fasthtml_card_stack.components.viewport._grid_template_rows': ( 'components/viewport.html#_grid_template_rows',
|
|
23
|
+
'cjm_fasthtml_card_stack/components/viewport.py'),
|
|
24
|
+
'cjm_fasthtml_card_stack.components.viewport._render_click_overlay': ( 'components/viewport.html#_render_click_overlay',
|
|
25
|
+
'cjm_fasthtml_card_stack/components/viewport.py'),
|
|
26
|
+
'cjm_fasthtml_card_stack.components.viewport._render_mode_sync_script': ( 'components/viewport.html#_render_mode_sync_script',
|
|
27
|
+
'cjm_fasthtml_card_stack/components/viewport.py'),
|
|
28
|
+
'cjm_fasthtml_card_stack.components.viewport.render_all_slots_oob': ( 'components/viewport.html#render_all_slots_oob',
|
|
29
|
+
'cjm_fasthtml_card_stack/components/viewport.py'),
|
|
30
|
+
'cjm_fasthtml_card_stack.components.viewport.render_slot_card': ( 'components/viewport.html#render_slot_card',
|
|
31
|
+
'cjm_fasthtml_card_stack/components/viewport.py'),
|
|
32
|
+
'cjm_fasthtml_card_stack.components.viewport.render_viewport': ( 'components/viewport.html#render_viewport',
|
|
33
|
+
'cjm_fasthtml_card_stack/components/viewport.py')},
|
|
34
|
+
'cjm_fasthtml_card_stack.core.button_ids': { 'cjm_fasthtml_card_stack.core.button_ids.CardStackButtonIds': ( 'core/button_ids.html#cardstackbuttonids',
|
|
35
|
+
'cjm_fasthtml_card_stack/core/button_ids.py'),
|
|
36
|
+
'cjm_fasthtml_card_stack.core.button_ids.CardStackButtonIds.nav_down': ( 'core/button_ids.html#cardstackbuttonids.nav_down',
|
|
37
|
+
'cjm_fasthtml_card_stack/core/button_ids.py'),
|
|
38
|
+
'cjm_fasthtml_card_stack.core.button_ids.CardStackButtonIds.nav_first': ( 'core/button_ids.html#cardstackbuttonids.nav_first',
|
|
39
|
+
'cjm_fasthtml_card_stack/core/button_ids.py'),
|
|
40
|
+
'cjm_fasthtml_card_stack.core.button_ids.CardStackButtonIds.nav_last': ( 'core/button_ids.html#cardstackbuttonids.nav_last',
|
|
41
|
+
'cjm_fasthtml_card_stack/core/button_ids.py'),
|
|
42
|
+
'cjm_fasthtml_card_stack.core.button_ids.CardStackButtonIds.nav_page_down': ( 'core/button_ids.html#cardstackbuttonids.nav_page_down',
|
|
43
|
+
'cjm_fasthtml_card_stack/core/button_ids.py'),
|
|
44
|
+
'cjm_fasthtml_card_stack.core.button_ids.CardStackButtonIds.nav_page_up': ( 'core/button_ids.html#cardstackbuttonids.nav_page_up',
|
|
45
|
+
'cjm_fasthtml_card_stack/core/button_ids.py'),
|
|
46
|
+
'cjm_fasthtml_card_stack.core.button_ids.CardStackButtonIds.nav_up': ( 'core/button_ids.html#cardstackbuttonids.nav_up',
|
|
47
|
+
'cjm_fasthtml_card_stack/core/button_ids.py'),
|
|
48
|
+
'cjm_fasthtml_card_stack.core.button_ids.CardStackButtonIds.scale_decrease': ( 'core/button_ids.html#cardstackbuttonids.scale_decrease',
|
|
49
|
+
'cjm_fasthtml_card_stack/core/button_ids.py'),
|
|
50
|
+
'cjm_fasthtml_card_stack.core.button_ids.CardStackButtonIds.scale_increase': ( 'core/button_ids.html#cardstackbuttonids.scale_increase',
|
|
51
|
+
'cjm_fasthtml_card_stack/core/button_ids.py'),
|
|
52
|
+
'cjm_fasthtml_card_stack.core.button_ids.CardStackButtonIds.width_narrow': ( 'core/button_ids.html#cardstackbuttonids.width_narrow',
|
|
53
|
+
'cjm_fasthtml_card_stack/core/button_ids.py'),
|
|
54
|
+
'cjm_fasthtml_card_stack.core.button_ids.CardStackButtonIds.width_widen': ( 'core/button_ids.html#cardstackbuttonids.width_widen',
|
|
55
|
+
'cjm_fasthtml_card_stack/core/button_ids.py')},
|
|
56
|
+
'cjm_fasthtml_card_stack.core.config': { 'cjm_fasthtml_card_stack.core.config.CardStackConfig': ( 'core/config.html#cardstackconfig',
|
|
57
|
+
'cjm_fasthtml_card_stack/core/config.py'),
|
|
58
|
+
'cjm_fasthtml_card_stack.core.config._auto_prefix': ( 'core/config.html#_auto_prefix',
|
|
59
|
+
'cjm_fasthtml_card_stack/core/config.py'),
|
|
60
|
+
'cjm_fasthtml_card_stack.core.config._reset_prefix_counter': ( 'core/config.html#_reset_prefix_counter',
|
|
61
|
+
'cjm_fasthtml_card_stack/core/config.py')},
|
|
62
|
+
'cjm_fasthtml_card_stack.core.constants': { 'cjm_fasthtml_card_stack.core.constants.card_count_storage_key': ( 'core/constants.html#card_count_storage_key',
|
|
63
|
+
'cjm_fasthtml_card_stack/core/constants.py'),
|
|
64
|
+
'cjm_fasthtml_card_stack.core.constants.scale_storage_key': ( 'core/constants.html#scale_storage_key',
|
|
65
|
+
'cjm_fasthtml_card_stack/core/constants.py'),
|
|
66
|
+
'cjm_fasthtml_card_stack.core.constants.width_storage_key': ( 'core/constants.html#width_storage_key',
|
|
67
|
+
'cjm_fasthtml_card_stack/core/constants.py')},
|
|
68
|
+
'cjm_fasthtml_card_stack.core.html_ids': { 'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds': ( 'core/html_ids.html#cardstackhtmlids',
|
|
69
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
70
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.card_count_select': ( 'core/html_ids.html#cardstackhtmlids.card_count_select',
|
|
71
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
72
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.card_stack': ( 'core/html_ids.html#cardstackhtmlids.card_stack',
|
|
73
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
74
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.card_stack_empty': ( 'core/html_ids.html#cardstackhtmlids.card_stack_empty',
|
|
75
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
76
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.card_stack_inner': ( 'core/html_ids.html#cardstackhtmlids.card_stack_inner',
|
|
77
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
78
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.focused_index_input': ( 'core/html_ids.html#cardstackhtmlids.focused_index_input',
|
|
79
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
80
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.loading': ( 'core/html_ids.html#cardstackhtmlids.loading',
|
|
81
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
82
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.progress': ( 'core/html_ids.html#cardstackhtmlids.progress',
|
|
83
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
84
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.scale_slider': ( 'core/html_ids.html#cardstackhtmlids.scale_slider',
|
|
85
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
86
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.viewport_section_after': ( 'core/html_ids.html#cardstackhtmlids.viewport_section_after',
|
|
87
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
88
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.viewport_section_before': ( 'core/html_ids.html#cardstackhtmlids.viewport_section_before',
|
|
89
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
90
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.viewport_section_focused': ( 'core/html_ids.html#cardstackhtmlids.viewport_section_focused',
|
|
91
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
92
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.viewport_slot': ( 'core/html_ids.html#cardstackhtmlids.viewport_slot',
|
|
93
|
+
'cjm_fasthtml_card_stack/core/html_ids.py'),
|
|
94
|
+
'cjm_fasthtml_card_stack.core.html_ids.CardStackHtmlIds.width_slider': ( 'core/html_ids.html#cardstackhtmlids.width_slider',
|
|
95
|
+
'cjm_fasthtml_card_stack/core/html_ids.py')},
|
|
96
|
+
'cjm_fasthtml_card_stack.core.models': { 'cjm_fasthtml_card_stack.core.models.CardRenderContext': ( 'core/models.html#cardrendercontext',
|
|
97
|
+
'cjm_fasthtml_card_stack/core/models.py'),
|
|
98
|
+
'cjm_fasthtml_card_stack.core.models.CardStackState': ( 'core/models.html#cardstackstate',
|
|
99
|
+
'cjm_fasthtml_card_stack/core/models.py'),
|
|
100
|
+
'cjm_fasthtml_card_stack.core.models.CardStackUrls': ( 'core/models.html#cardstackurls',
|
|
101
|
+
'cjm_fasthtml_card_stack/core/models.py')},
|
|
102
|
+
'cjm_fasthtml_card_stack.helpers.focus': { 'cjm_fasthtml_card_stack.helpers.focus.calculate_viewport_window': ( 'helpers/focus.html#calculate_viewport_window',
|
|
103
|
+
'cjm_fasthtml_card_stack/helpers/focus.py'),
|
|
104
|
+
'cjm_fasthtml_card_stack.helpers.focus.render_focus_oob': ( 'helpers/focus.html#render_focus_oob',
|
|
105
|
+
'cjm_fasthtml_card_stack/helpers/focus.py'),
|
|
106
|
+
'cjm_fasthtml_card_stack.helpers.focus.resolve_focus_slot': ( 'helpers/focus.html#resolve_focus_slot',
|
|
107
|
+
'cjm_fasthtml_card_stack/helpers/focus.py')},
|
|
108
|
+
'cjm_fasthtml_card_stack.js.core': { 'cjm_fasthtml_card_stack.js.core._generate_card_count_mgmt_js': ( 'js/core.html#_generate_card_count_mgmt_js',
|
|
109
|
+
'cjm_fasthtml_card_stack/js/core.py'),
|
|
110
|
+
'cjm_fasthtml_card_stack.js.core._generate_coordinator_js': ( 'js/core.html#_generate_coordinator_js',
|
|
111
|
+
'cjm_fasthtml_card_stack/js/core.py'),
|
|
112
|
+
'cjm_fasthtml_card_stack.js.core._generate_global_callbacks_js': ( 'js/core.html#_generate_global_callbacks_js',
|
|
113
|
+
'cjm_fasthtml_card_stack/js/core.py'),
|
|
114
|
+
'cjm_fasthtml_card_stack.js.core._generate_scale_mgmt_js': ( 'js/core.html#_generate_scale_mgmt_js',
|
|
115
|
+
'cjm_fasthtml_card_stack/js/core.py'),
|
|
116
|
+
'cjm_fasthtml_card_stack.js.core._generate_width_mgmt_js': ( 'js/core.html#_generate_width_mgmt_js',
|
|
117
|
+
'cjm_fasthtml_card_stack/js/core.py'),
|
|
118
|
+
'cjm_fasthtml_card_stack.js.core.generate_card_stack_js': ( 'js/core.html#generate_card_stack_js',
|
|
119
|
+
'cjm_fasthtml_card_stack/js/core.py'),
|
|
120
|
+
'cjm_fasthtml_card_stack.js.core.global_callback_name': ( 'js/core.html#global_callback_name',
|
|
121
|
+
'cjm_fasthtml_card_stack/js/core.py')},
|
|
122
|
+
'cjm_fasthtml_card_stack.js.navigation': { 'cjm_fasthtml_card_stack.js.navigation.generate_page_nav_js': ( 'js/navigation.html#generate_page_nav_js',
|
|
123
|
+
'cjm_fasthtml_card_stack/js/navigation.py')},
|
|
124
|
+
'cjm_fasthtml_card_stack.js.scroll': { 'cjm_fasthtml_card_stack.js.scroll.generate_scroll_nav_js': ( 'js/scroll.html#generate_scroll_nav_js',
|
|
125
|
+
'cjm_fasthtml_card_stack/js/scroll.py')},
|
|
126
|
+
'cjm_fasthtml_card_stack.js.viewport': { 'cjm_fasthtml_card_stack.js.viewport.generate_viewport_height_js': ( 'js/viewport.html#generate_viewport_height_js',
|
|
127
|
+
'cjm_fasthtml_card_stack/js/viewport.py')},
|
|
128
|
+
'cjm_fasthtml_card_stack.keyboard.actions': { 'cjm_fasthtml_card_stack.keyboard.actions.build_card_stack_url_map': ( 'keyboard/actions.html#build_card_stack_url_map',
|
|
129
|
+
'cjm_fasthtml_card_stack/keyboard/actions.py'),
|
|
130
|
+
'cjm_fasthtml_card_stack.keyboard.actions.create_card_stack_focus_zone': ( 'keyboard/actions.html#create_card_stack_focus_zone',
|
|
131
|
+
'cjm_fasthtml_card_stack/keyboard/actions.py'),
|
|
132
|
+
'cjm_fasthtml_card_stack.keyboard.actions.create_card_stack_nav_actions': ( 'keyboard/actions.html#create_card_stack_nav_actions',
|
|
133
|
+
'cjm_fasthtml_card_stack/keyboard/actions.py'),
|
|
134
|
+
'cjm_fasthtml_card_stack.keyboard.actions.render_card_stack_action_buttons': ( 'keyboard/actions.html#render_card_stack_action_buttons',
|
|
135
|
+
'cjm_fasthtml_card_stack/keyboard/actions.py')},
|
|
136
|
+
'cjm_fasthtml_card_stack.routes.handlers': { 'cjm_fasthtml_card_stack.routes.handlers.build_nav_response': ( 'routes/handlers.html#build_nav_response',
|
|
137
|
+
'cjm_fasthtml_card_stack/routes/handlers.py'),
|
|
138
|
+
'cjm_fasthtml_card_stack.routes.handlers.build_slots_response': ( 'routes/handlers.html#build_slots_response',
|
|
139
|
+
'cjm_fasthtml_card_stack/routes/handlers.py'),
|
|
140
|
+
'cjm_fasthtml_card_stack.routes.handlers.card_stack_navigate': ( 'routes/handlers.html#card_stack_navigate',
|
|
141
|
+
'cjm_fasthtml_card_stack/routes/handlers.py'),
|
|
142
|
+
'cjm_fasthtml_card_stack.routes.handlers.card_stack_navigate_to_index': ( 'routes/handlers.html#card_stack_navigate_to_index',
|
|
143
|
+
'cjm_fasthtml_card_stack/routes/handlers.py'),
|
|
144
|
+
'cjm_fasthtml_card_stack.routes.handlers.card_stack_save_scale': ( 'routes/handlers.html#card_stack_save_scale',
|
|
145
|
+
'cjm_fasthtml_card_stack/routes/handlers.py'),
|
|
146
|
+
'cjm_fasthtml_card_stack.routes.handlers.card_stack_save_width': ( 'routes/handlers.html#card_stack_save_width',
|
|
147
|
+
'cjm_fasthtml_card_stack/routes/handlers.py'),
|
|
148
|
+
'cjm_fasthtml_card_stack.routes.handlers.card_stack_update_viewport': ( 'routes/handlers.html#card_stack_update_viewport',
|
|
149
|
+
'cjm_fasthtml_card_stack/routes/handlers.py')},
|
|
150
|
+
'cjm_fasthtml_card_stack.routes.router': { 'cjm_fasthtml_card_stack.routes.router.init_card_stack_router': ( 'routes/router.html#init_card_stack_router',
|
|
151
|
+
'cjm_fasthtml_card_stack/routes/router.py')}}}
|