ORIENT/modules/system/assets/ui/js
Ben Thomson 9155e7de7e
Properly scope the search query in filter widgets.
The search input in filters used a local data request to filter options. While this worked fine for most cases, it failed inside modal relations as the relation keys were not being pushed through due to the request not being linked to the relation modal.

This refactors the request to run through the relation modal, emulating the functionality of "data-track-input" to debounce text entry.

Fixes https://github.com/octobercms/october/issues/4775
2020-04-06 15:45:22 +08:00
..
autocomplete.js Include the JSON parser natively in framework.js 2019-09-14 17:56:18 +10:00
callout.js Add docs for foundation, other minor fixes 2015-06-04 14:55:16 +10:00
chart.bar.js JS fixes and typo 2016-11-06 17:14:12 +01:00
chart.line.js Fixed typo 2019-11-06 16:55:16 -06:00
chart.meter.js JS fixes and typo 2016-11-06 17:14:12 +01:00
chart.pie.js JS fixes and typo 2016-11-06 17:14:12 +01:00
chart.utils.js JS fixes and typo 2016-11-06 17:14:12 +01:00
checkbox.balloon.js Move the change event to the input element 2017-04-06 08:08:50 +10:00
checkbox.js Fixes keyboard support on checkboxes 2019-09-14 16:11:16 +10:00
datepicker.js Trigger "change" event when time picker is changed 2019-11-30 00:09:49 +08:00
drag.scroll.js Firefox testing 2019-03-29 04:33:18 +11:00
drag.sort.js JS fixes and typo 2016-11-06 17:14:12 +01:00
drag.value.js JS fixes and typo 2016-11-06 17:14:12 +01:00
dropdown.js Adds "dropup" variant to dropdown 2016-05-28 14:10:19 +10:00
filter.dates.js Add option to ignore timestamps for date range filters (#4966) 2020-04-04 22:12:32 -06:00
filter.js Properly scope the search query in filter widgets. 2020-04-06 15:45:22 +08:00
filter.numbers.js Add an unique identifier to all the filter container popup boxes (#4846) 2020-03-31 01:07:07 -06:00
flashmessage.js Increase default flash message interval 2016-11-28 20:48:05 +11:00
foundation.baseclass.js JS fixes and typo 2016-11-06 17:14:12 +01:00
foundation.controlutils.js JS fixes and typo 2016-11-06 17:14:12 +01:00
foundation.element.js Added new list.sortable plugin. Minor fix in the scrollpad implementation. 2015-11-27 22:12:27 -08:00
foundation.event.js Begin moving backend controls to dedicated UI area 2015-05-26 18:55:39 +10:00
input.hotkey.js Fixes broken hotkey implementation - Refs #4489 2019-09-21 13:16:45 +10:00
input.monitor.js Stop Ctrl+F marking code editor as "dirty" (#3857) 2018-10-11 10:19:41 -06:00
input.preset.js Fix input preset converter for Vietnamese (#4290) 2019-04-22 21:57:00 +03:00
input.trigger.js Fix the input trigger API where a form element doesn't exist (#4033) 2019-01-03 16:24:43 -06:00
inspector.datainteraction.js Replace use of parseJSON with JSON.parse (#4517) 2019-09-14 06:25:18 -06:00
inspector.editor.autocomplete.js Fixed several minor bugs in Inspector. 2016-01-29 22:16:33 -08:00
inspector.editor.base.js Fixed several minor bugs in Inspector. 2016-01-29 22:16:33 -08:00
inspector.editor.checkbox.js Merge branch 'builder-ui' into develop 2015-12-24 14:36:31 -08:00
inspector.editor.dictionary.js Update Deprecated code in October into (event.key) (#4489) 2019-09-11 21:35:18 +10:00
inspector.editor.dropdown.js Tabs and tabels scrolling fix (#4069) 2019-01-21 23:35:27 -06:00
inspector.editor.object.js Remove deprecated hotkeyMac attribute 2016-01-09 17:07:23 +01:00
inspector.editor.objectlist.js Replace use of parseJSON with JSON.parse (#4517) 2019-09-14 06:25:18 -06:00
inspector.editor.popupbase.js Remove deprecated hotkeyMac attribute 2016-01-09 17:07:23 +01:00
inspector.editor.set.js Fixed several minor bugs in Inspector. 2016-01-29 22:16:33 -08:00
inspector.editor.string.js Implementing Inspector validation, in progress 2015-10-08 21:59:02 -07:00
inspector.editor.stringlist.js Minor improvement in the Inspector 2015-11-12 21:56:56 -08:00
inspector.editor.stringlistautocomplete.js Update Deprecated code in October into (event.key) (#4489) 2019-09-11 21:35:18 +10:00
inspector.editor.text.js Remove deprecated hotkeyMac attribute 2016-01-09 17:07:23 +01:00
inspector.engine.js Minor improvement in the Inspector 2015-11-12 21:56:56 -08:00
inspector.externalparametereditor.js Lots of small UI fixes 2016-04-12 18:03:55 +10:00
inspector.groups.js Minor on Inspector 2015-11-12 11:25:47 +01:00
inspector.helpers.js Added popup and container wrappers for Inspector, minor fixes in Inspector editors, minor extensions in the popup API. 2015-10-13 20:28:41 -07:00
inspector.manager.js Merge branch 'builder-ui' into develop 2015-12-24 14:36:31 -08:00
inspector.surface.js UI update 2016-02-28 19:52:21 -08:00
inspector.validationset.js Fixes required: false being treated as true 2017-04-05 22:24:00 +10:00
inspector.validator.base.js Minor on Inspector 2015-11-12 11:25:47 +01:00
inspector.validator.basenumber.js Minor on Inspector 2015-11-12 11:25:47 +01:00
inspector.validator.float.js Implementing Inspector validation, in progress 2015-10-08 21:59:02 -07:00
inspector.validator.integer.js Implementing Inspector validation, in progress 2015-10-08 21:59:02 -07:00
inspector.validator.length.js Minor on Inspector 2015-11-12 11:25:47 +01:00
inspector.validator.regex.js Implementing Inspector validation, in progress 2015-10-08 21:59:02 -07:00
inspector.validator.required.js Implementing Inspector validation, in progress 2015-10-08 21:59:02 -07:00
inspector.wrapper.base.js Replace use of parseJSON with JSON.parse (#4517) 2019-09-14 06:25:18 -06:00
inspector.wrapper.container.js Added flex layout CSS classes. Inspector container wrapper now uses flex layout. Minor CSS fixes. 2015-11-14 20:28:34 -08:00
inspector.wrapper.popup.js Update Deprecated code in October into (event.key) (#4489) 2019-09-11 21:35:18 +10:00
list.rowlink.js Use middle mouse click to open list row in new window (#4917) 2020-01-29 13:31:19 -06:00
list.sortable.js JS fixes and typo 2016-11-06 17:14:12 +01:00
loader.base.js Add alignment and size options to loader indicator (#3522) 2018-04-21 09:28:18 -06:00
loader.cursor.js Tabs and tabels scrolling fix (#4069) 2019-01-21 23:35:27 -06:00
loader.stripe.js Reshuffle the base color scheme again 2016-05-12 04:33:01 +10:00
popover.js Update Deprecated code in October into (event.key) (#4489) 2019-09-11 21:35:18 +10:00
popup.js Include the JSON parser natively in framework.js 2019-09-14 17:56:18 +10:00
select.js Improve escaping of option values provided to the dropdown field type. 2020-02-16 23:49:01 -06:00
tab.js Add support for linkable form tabs (#4754) 2020-04-04 21:56:48 -06:00
toolbar.js Improve mobile and settings page 2017-06-02 17:39:26 +10:00
tooltip.js Tidy up Storm UI so all includes are in a single file 2015-10-17 10:51:40 +11:00