BookStack/resources/js/services
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
..
animations.js Tweaked chapter list item styles 2022-05-18 13:18:21 +01:00
clipboard.js Better standardised and fixes areas of image pasting 2019-12-21 15:48:03 +00:00
components.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
dates.js Upgraded app to Laravel 5.7 2019-09-06 23:36:16 +01:00
dom.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
drawio.js Made it possible to configure draw.io/diagrams.net integration 2022-04-20 23:32:02 +01:00
events.js Updated some comment elements and standardised more JS 2020-07-28 18:19:18 +01:00
http.js Fixed response JSON detection when charset existed 2021-04-18 22:12:26 +01:00
translations.js Updated some comment elements and standardised more JS 2020-07-28 18:19:18 +01:00
util.js Finished moving tag-manager from a vue to a component 2020-06-29 22:11:03 +01:00
vdom.js Updated markdown preview to update on diff-basis 2022-06-07 16:07:28 +01:00