egroupware_official/api/js/etemplate
nathan 1ca751f17d Fix multi-select in headers did not trigger update when a tag was removed
Value got passed around by reference, so as soon as the value was changed, activeFilters had the updated value.  Now just leaving applyFilters() to do the check.
2023-04-17 16:23:16 -06:00
..
CustomHtmlElements Let the pdfjs deal with new render request 2022-02-11 12:33:28 +01:00
Et2Avatar Some styling fixes for mobile view: 2023-02-28 15:46:55 +01:00
Et2Button Api: Fix number could not handle comma as decimal separator if different from browser's region. 2023-03-31 10:31:43 -06:00
Et2Checkbox Et2CheckboxReadonly: Fix checkbox was not visible if selectedValue attribute was not set 2023-03-31 10:43:20 -06:00
Et2Colorpicker Et2Colorpicker: Let popup panel auto-position 2023-03-09 09:08:37 -07:00
Et2Date Et2DateDurationReadonly: Fix value change did not update, so displayed value was unchanged 2023-04-12 10:55:18 +02:00
Et2Description Et2Description: Fix urls from activateLinks did not open properly 2023-04-05 11:41:59 -06:00
Et2Dialog Et2Dialog: Move enter handler to keyUp so input event handlers can fire first 2023-04-11 08:12:28 -06:00
Et2DropdownButton Et2DropdownButton: If readonly, display / render nothing 2023-02-28 13:04:09 -07:00
Et2Favorites Et2Favorites: Update sidebox favorite icons when user changes default favorite 2023-02-09 16:47:59 -07:00
Et2Iframe Implement splitting up widget label using %s 2022-03-01 16:56:58 -07:00
Et2Image remove redundant if clause 2022-09-29 15:07:10 +02:00
Et2InputWidget Validation changes: 2023-04-14 09:58:37 -06:00
Et2Link WIP transpiling: only import as type as only used as such 2023-03-14 09:07:02 +01:00
Et2Nextmatch Make sure the sort and shadowRoot are there before using them, avoiding execution error, since getValue it could be called in earlier stage eg: a699117b1b 2023-01-16 12:55:45 +01:00
Et2Portlet Home: Fix single entry did not save correctly 2023-03-22 14:19:10 -06:00
Et2Select implement onlyEmail attribute for et2-select-mail to only display email address, even if we have a full rfc822 address and use it for aliases and forwards in admin mail 2023-04-11 18:35:05 +02:00
Et2Spinner Implement Spinner widget 2022-09-02 13:50:38 +02:00
Et2Switch Fix nm print dialog missing print orientation 2023-02-14 16:27:44 -07:00
Et2Textarea Implement readonly textarea as description 2022-09-19 13:28:20 -06:00
Et2Textbox Et2NumberReadonly: If value is null, just show nothing 2023-04-12 10:55:18 +02:00
Et2Url Et2UrlEmail: Use default mail app when preference says to 2023-03-31 10:35:26 -06:00
Et2Vfs Et2VfsMime: Add value getter 2023-01-17 08:37:24 -07:00
Et2Widget Remove action WIP 2023-03-10 14:57:06 -07:00
Expose * Filemanager: fix broken expose view for filename click&open action 2023-04-06 17:45:54 +02:00
Layout Fix et2-vbox center alignment 2023-04-11 13:13:59 -06:00
lib got admin index incl. et2_tree and et2_date_ro working 2021-06-10 13:53:07 +02:00
Styles Replace font size accidentally removed in 40278c8827 2023-01-06 09:11:54 -07:00
test got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
Validators also allow / and # in every position of placeholder name 2023-04-11 17:54:57 +02:00
ActivateLinksDirective.ts WIP on Et2Description. Shows improvement in nm render speed. 2021-12-17 14:47:19 -07:00
et2_core_arrayMgr.ts drop old select/taglist/link incl. Choosen and MagicSuggest 2022-07-12 09:57:24 +02:00
et2_core_baseWidget.ts Change to Et2Dialog 2022-03-30 15:11:15 -06:00
et2_core_common.ts got empty nextmatch in timesheet working 2021-06-08 14:11:59 +02:00
et2_core_DOMWidget.ts fix JS error on displaying validation message, probably when tab is not yet loaded 2022-11-08 12:51:41 +01:00
et2_core_editableWidget.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_core_inheritance.ts Change Et2Checkbox to behave closer to legacy et2_widget_checkbox and thereby fixing all sorts of errors with it. 2022-08-07 10:10:33 +02:00
et2_core_inputWidget.ts remove legacy widgets url-*, colorpicker and tabs 2022-08-07 11:02:54 +02:00
et2_core_interfaces.ts Get needed attribute working 2022-02-24 15:53:40 -07:00
et2_core_legacyJSFunctions.ts Fix Uncaught TypeError: Cannot read properties of null (reading 'app_obj') when clicking a project title. 2022-08-17 13:23:55 -06:00
et2_core_phpExpressionCompiler.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_core_valueWidget.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_core_widget.ts Avoid errors that happen if you try to remove a non-element child from a webComponent 2022-08-02 16:37:01 -06:00
et2_core_xml.ts drop jquery-ui, jquery-ui-touch-punch-fix and temp. comment out last usages in framework classes 2022-05-25 21:01:26 +02:00
et2_dataview_controller_selection.ts Fix select all did not respect some filters 2023-03-17 10:51:16 -06:00
et2_dataview_controller.ts Move all egw_action constants into egw_action_constants 2021-06-14 13:45:57 +02:00
et2_dataview_interfaces.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_dataview_model_columns.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_dataview_view_aoi.ts Replace jquery-ui swipe with tapandswipe library 2022-05-25 17:40:54 +02:00
et2_dataview_view_container.ts split implements and instanceOf from ClassWithAttributes in own ClassWithInterfaces and let et2_dataview_view_container inherit from it 2021-06-14 11:47:02 +02:00
et2_dataview_view_grid.ts fixing a couple more imports to get addressbook list show up 2021-06-09 11:11:34 +02:00
et2_dataview_view_resizeable.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_dataview_view_row.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_dataview_view_rowProvider.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_dataview_view_spacer.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_dataview_view_tile.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_dataview.ts Add more missing import statements 2021-06-10 15:40:49 +02:00
et2_extension_customfields.ts Fix customfield selects so if rows > 1, we set multiple=true 2022-09-26 11:38:36 -06:00
et2_extension_itempicker_actions.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_extension_nextmatch_actions.js Make sure we get the right popup if multiple nextmatches use the same popup ID 2023-01-17 15:35:28 -07:00
et2_extension_nextmatch_controller.ts same for _linkCallback (give method and attribute a different name to fix transpiling) 2023-03-20 20:26:51 +01:00
et2_extension_nextmatch_rowProvider.ts Explicitly translate labels & statustext in nm rows 2022-09-06 09:17:12 -06:00
et2_extension_nextmatch.ts Fix multi-select in headers did not trigger update when a tag was removed 2023-04-17 16:23:16 -06:00
et2_widget_ajaxSelect.ts WIP of replacing bower-asset packages: 2021-08-12 14:51:38 +02:00
et2_widget_audio.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_barcode.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_box.ts Home WIP Favorites working a little better 2023-03-10 14:52:48 -07:00
et2_widget_button.ts Make support for some old widgets 2022-10-18 17:44:31 +02:00
et2_widget_checkbox.ts Change Et2Checkbox to behave closer to legacy et2_widget_checkbox and thereby fixing all sorts of errors with it. 2022-08-07 10:10:33 +02:00
et2_widget_countdown.ts Reduce time complexity of alarms calculation 2022-05-23 15:46:45 +02:00
et2_widget_date.ts remove jQueryUI DateTime picker and splitter and use them also for eTemplates marked as legacy 2022-04-29 17:05:43 +02:00
et2_widget_description.ts remove old expose view / blueimp gallery and all widgets which have been using them: 2022-05-13 11:59:13 +02:00
et2_widget_dialog.ts Et2Dialog: Better non-modal handling, now with less internal conflicts with SlDialog 2022-12-07 13:45:38 -07:00
et2_widget_diff.ts drop jquery-ui, jquery-ui-touch-punch-fix and temp. comment out last usages in framework classes 2022-05-25 21:01:26 +02:00
et2_widget_dynheight.ts Dynheight: Don't consider size of fixed or absolute positioned widgets when collecting bottom nodes 2022-10-07 11:57:43 -06:00
et2_widget_entry.ts Api: Get rid of double super constructor call 2021-07-02 10:17:49 -06:00
et2_widget_file.ts fix Resumable import for transpiling 2023-03-20 13:48:35 +01:00
et2_widget_grid.ts Fix TypeError: Cannot read properties of null (reading 'replace') 2023-01-02 16:20:50 -07:00
et2_widget_groupbox.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_hbox.ts Fix error Cannot read properties of undefined (reading 'implements') 2023-03-07 16:18:09 +01:00
et2_widget_historylog.ts fix historylog in calendar not shown 2023-01-24 14:31:16 +01:00
et2_widget_hrule.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_html.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_htmlarea.ts give focus back to previous active element instead of focusing on first input 2022-12-02 14:42:36 +01:00
et2_widget_iframe.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_image.ts implement appicon as web-component and remove/replace legacy et2_widget_image with stubs 2022-08-07 11:55:02 +02:00
et2_widget_itempicker.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_link.ts replace et2_link_add with a stub and no longer include it in etemplate2.ts 2022-08-06 08:38:16 +02:00
et2_widget_number.ts Make support for some old widgets 2022-10-18 17:44:31 +02:00
et2_widget_placeholder.ts Fix placeholder widget 2023-01-19 08:44:52 -07:00
et2_widget_portlet.ts only call widget.resize() if it's a function: 2022-07-29 15:29:51 +02:00
et2_widget_progress.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_radiobox.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_script.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_selectAccount.ts drop old select/taglist/link incl. Choosen and MagicSuggest 2022-07-12 09:57:24 +02:00
et2_widget_selectbox.ts adding et2_select_ro type, as it's used in smallPART 2022-07-12 10:05:43 +02:00
et2_widget_styles.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_tabs.ts remove legacy widgets url-*, colorpicker and tabs 2022-08-07 11:02:54 +02:00
et2_widget_taglist.ts drop old select/taglist/link incl. Choosen and MagicSuggest 2022-07-12 09:57:24 +02:00
et2_widget_template.ts diverse fixes loading no longer existing legacy widgets like description 2022-05-13 15:32:36 +02:00
et2_widget_textbox.ts got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
et2_widget_toolbar.ts Make all toolbar toggle button icons gray when off 2023-02-02 10:46:51 -07:00
et2_widget_tree.ts Fix tree's actions no longer available after refreshing the root node 2023-03-09 13:05:57 +01:00
et2_widget_vfs.ts Fix vfsSelectUI path closed dialog if you pressed enter 2023-04-11 08:12:35 -06:00
et2_widget_video.ts Fix seek to a new time in youtube video does not work when pause action happens instantly after it 2022-05-09 11:25:33 +02:00
etemplate2.ts Api: Fix number could not handle comma as decimal separator if different from browser's region. 2023-03-31 10:31:43 -06:00
vfsSelectUI.ts Fix vfsSelectUI path closed dialog if you pressed enter 2023-04-11 08:12:35 -06:00