BookStack/resources/js/components
Dan Brown be736b3939
Replaced el.components mapping with component service weakmap
Old system was hard to track in terms of usage and it's application of
'components' properties directly to elements was shoddy.
This routes usage via the components service, with element-specific
component usage tracked via a local weakmap.
Updated existing found usages to use the new system.
2022-11-16 15:46:41 +00:00
..
add-remove-rows.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
ajax-delete-row.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
ajax-form.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
attachments-list.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
attachments.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
auto-submit.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
auto-suggest.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
back-to-top.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
book-sort.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
chapter-contents.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
code-editor.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
code-highlighter.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
code-textarea.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
collapsible.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
component.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
confirm-dialog.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
custom-checkbox.js Updated another set of components 2022-11-15 12:44:57 +00:00
details-highlighter.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
dropdown-search.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
dropdown.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
dropzone.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
editor-toolbox.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
entity-permissions.js Updated another set of components 2022-11-15 12:44:57 +00:00
entity-search.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
entity-selector-popup.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
entity-selector.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
event-emit-select.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
expand-toggle.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
header-mobile-toggle.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
image-manager.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
image-picker.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
index.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
list-sort-control.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
markdown-editor.js Removed use of image-manager/entity-selector window globals 2022-11-16 15:21:22 +00:00
new-user-password.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
notification.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
optional-input.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
page-comments.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
page-display.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
page-editor.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
page-picker.js Updated another set of components 2022-11-15 12:44:57 +00:00
permissions-table.js Updated another set of components 2022-11-15 12:44:57 +00:00
pointer.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
popup.js Updated another set of components 2022-11-15 12:44:57 +00:00
setting-app-color-picker.js Updated another set of components 2022-11-15 12:44:57 +00:00
setting-color-picker.js Updated another set of components 2022-11-15 12:44:57 +00:00
setting-homepage-control.js Updated another set of components 2022-11-15 12:44:57 +00:00
shelf-sort.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
shortcut-input.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
shortcuts.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
sortable-list.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
submit-on-change.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
tabs.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
tag-manager.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
template-manager.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
toggle-switch.js Updated another set of components 2022-11-15 12:44:57 +00:00
tri-layout.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
user-select.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
webhook-events.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
wysiwyg-editor.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00