@oat-sa/tao-core-ui 1.54.2 → 1.55.0
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.
- package/LICENSE +339 -339
- package/README.md +17 -17
- package/dist/actionbar.js +105 -105
- package/dist/adder.js +109 -109
- package/dist/animable/absorbable/absorbable.js +42 -42
- package/dist/animable/absorbable/css/absorb.css +7 -7
- package/dist/animable/pulsable/css/pulse.css +7 -7
- package/dist/animable/pulsable/pulsable.js +36 -36
- package/dist/areaBroker.js +51 -51
- package/dist/autocomplete/css/autocomplete.css +7 -7
- package/dist/autocomplete.js +400 -400
- package/dist/autoscroll.js +22 -22
- package/dist/badge/badge.js +48 -48
- package/dist/badge/css/badge.css +7 -7
- package/dist/breadcrumbs/css/breadcrumbs.css +7 -7
- package/dist/breadcrumbs.js +70 -70
- package/dist/btngrouper.js +64 -64
- package/dist/bulkActionPopup/css/bulkActionPopup.css +7 -7
- package/dist/bulkActionPopup.js +104 -104
- package/dist/button.js +102 -102
- package/dist/calculator/css/calculator.css +10 -10
- package/dist/calculator.js +51 -51
- package/dist/cascadingComboBox.js +47 -47
- package/dist/ckeditor/ckConfigurator.js +47 -47
- package/dist/ckeditor/dtdHandler.js +110 -110
- package/dist/class/css/selector.css +7 -7
- package/dist/class/selector.js +111 -111
- package/dist/component/alignable.js +81 -81
- package/dist/component/containable.js +37 -37
- package/dist/component/css/components.css +7 -7
- package/dist/component/css/windowComponent.css +7 -7
- package/dist/component/draggable.js +24 -24
- package/dist/component/placeable.js +70 -70
- package/dist/component/resizable.js +60 -60
- package/dist/component/stackable.js +20 -20
- package/dist/component/windowed.js +59 -59
- package/dist/component.js +153 -153
- package/dist/container.js +76 -76
- package/dist/contextualPopup/css/contextualPopup.css +7 -7
- package/dist/contextualPopup.js +113 -113
- package/dist/dashboard/css/dashboard.css +7 -7
- package/dist/dashboard.js +75 -75
- package/dist/datalist/css/datalist.css +7 -7
- package/dist/datalist.js +160 -160
- package/dist/datatable/css/datatable.css +7 -7
- package/dist/datatable/filterStrategy/filterStrategy.js +27 -27
- package/dist/datatable/filterStrategy/multiple.js +25 -25
- package/dist/datatable/filterStrategy/single.js +25 -25
- package/dist/datatable.js +374 -374
- package/dist/dateRange/css/dateRange.css +7 -7
- package/dist/dateRange/dateRange.js +110 -110
- package/dist/datetime/css/picker.css +7 -7
- package/dist/datetime/picker.js +174 -174
- package/dist/deleter.js +92 -92
- package/dist/destination/css/selector.css +7 -7
- package/dist/destination/selector.js +65 -65
- package/dist/dialog/alert.js +26 -26
- package/dist/dialog/confirm.js +27 -27
- package/dist/dialog/confirmDelete.js +44 -44
- package/dist/dialog.js +156 -156
- package/dist/disabler.js +90 -90
- package/dist/documentViewer/css/documentViewer.css +7 -7
- package/dist/documentViewer/providers/pdfViewer/fallback/viewer.js +43 -43
- package/dist/documentViewer/providers/pdfViewer/pdfjs/areaBroker.js +25 -25
- package/dist/documentViewer/providers/pdfViewer/pdfjs/findBar.js +133 -133
- package/dist/documentViewer/providers/pdfViewer/pdfjs/pageView.js +102 -102
- package/dist/documentViewer/providers/pdfViewer/pdfjs/pagesManager.js +52 -52
- package/dist/documentViewer/providers/pdfViewer/pdfjs/searchEngine.js +125 -125
- package/dist/documentViewer/providers/pdfViewer/pdfjs/textManager.js +67 -67
- package/dist/documentViewer/providers/pdfViewer/pdfjs/viewer.js +94 -94
- package/dist/documentViewer/providers/pdfViewer/pdfjs/wrapper.js +111 -111
- package/dist/documentViewer/providers/pdfViewer.js +42 -42
- package/dist/documentViewer/viewerFactory.js +71 -71
- package/dist/documentViewer.js +99 -99
- package/dist/dropdown/css/dropdown.css +7 -7
- package/dist/dropdown.js +97 -97
- package/dist/durationer.js +58 -58
- package/dist/dynamicComponent/css/dynamicComponent.css +7 -7
- package/dist/dynamicComponent.js +116 -116
- package/dist/feedback.js +97 -97
- package/dist/filesender.js +26 -26
- package/dist/filter.js +47 -47
- package/dist/form/css/dropdownForm.css +7 -7
- package/dist/form/css/form.css +7 -7
- package/dist/form/dropdownForm.js +112 -112
- package/dist/form/form.js +245 -245
- package/dist/form/simpleForm.js +71 -71
- package/dist/form/validator/css/validator.css +7 -7
- package/dist/form/validator/renderer.js +65 -65
- package/dist/form/validator/validator.js +87 -87
- package/dist/form/widget/css/widget.css +7 -7
- package/dist/form/widget/definitions.js +24 -24
- package/dist/form/widget/loader.js +16 -16
- package/dist/form/widget/providers/checkBox.js +75 -75
- package/dist/form/widget/providers/comboBox.js +59 -59
- package/dist/form/widget/providers/default.js +35 -35
- package/dist/form/widget/providers/hidden.js +50 -50
- package/dist/form/widget/providers/hiddenBox.js +71 -71
- package/dist/form/widget/providers/radioBox.js +70 -70
- package/dist/form/widget/providers/textArea.js +48 -48
- package/dist/form/widget/providers/textBox.js +34 -34
- package/dist/form/widget/widget.js +154 -154
- package/dist/form.js +10 -10
- package/dist/formValidator/formValidator.js +61 -61
- package/dist/formValidator/highlighters/highlighter.js +41 -41
- package/dist/formValidator/highlighters/message.js +29 -29
- package/dist/formValidator/highlighters/tooltip.js +32 -32
- package/dist/generis/form/css/form.css +7 -7
- package/dist/generis/form/form.js +86 -86
- package/dist/generis/validator/css/validator.css +7 -7
- package/dist/generis/validator/validator.js +51 -51
- package/dist/generis/widget/checkBox/checkBox.js +52 -52
- package/dist/generis/widget/comboBox/comboBox.js +45 -45
- package/dist/generis/widget/css/widget.css +7 -7
- package/dist/generis/widget/hiddenBox/hiddenBox.js +53 -53
- package/dist/generis/widget/loader.js +20 -20
- package/dist/generis/widget/textBox/textBox.js +40 -40
- package/dist/generis/widget/widget.js +60 -60
- package/dist/groupedComboBox.js +49 -49
- package/dist/groupvalidator.js +19 -19
- package/dist/hider.js +41 -41
- package/dist/highlighter.js +262 -262
- package/dist/image/ImgStateActive/extractLabel.js +20 -20
- package/dist/image/ImgStateActive/initHelper.js +69 -69
- package/dist/image/ImgStateActive/initMediaEditor.js +32 -32
- package/dist/image/ImgStateActive/mediaSizer.js +16 -16
- package/dist/image/ImgStateActive.js +88 -88
- package/dist/incrementer.js +58 -58
- package/dist/inplacer.js +87 -87
- package/dist/interactUtils.js +42 -42
- package/dist/itemButtonList/css/item-button-list.css +23 -23
- package/dist/itemButtonList.js +115 -115
- package/dist/keyNavigation/navigableDomElement.js +76 -76
- package/dist/keyNavigation/navigator.js +158 -158
- package/dist/listbox/css/listbox.css +7 -7
- package/dist/listbox.js +97 -97
- package/dist/liststyler.js +57 -57
- package/dist/loadingButton/css/button.css +7 -7
- package/dist/loadingButton/loadingButton.js +48 -48
- package/dist/lock.js +125 -125
- package/dist/login/login.js +100 -100
- package/dist/maths/calculator/basicCalculator.js +63 -63
- package/dist/maths/calculator/calculatorComponent.js +29 -29
- package/dist/maths/calculator/core/areaBroker.js +25 -25
- package/dist/maths/calculator/core/board.js +313 -313
- package/dist/maths/calculator/core/expression.js +111 -111
- package/dist/maths/calculator/core/labels.js +29 -29
- package/dist/maths/calculator/core/plugin.js +19 -19
- package/dist/maths/calculator/core/terms.js +26 -26
- package/dist/maths/calculator/core/tokenizer.js +98 -98
- package/dist/maths/calculator/core/tokens.js +59 -59
- package/dist/maths/calculator/css/calculator.css +7 -7
- package/dist/maths/calculator/defaultCalculator.js +23 -23
- package/dist/maths/calculator/plugins/core/degrad.js +22 -22
- package/dist/maths/calculator/plugins/core/history.js +45 -45
- package/dist/maths/calculator/plugins/core/remind.js +22 -22
- package/dist/maths/calculator/plugins/core/stepNavigation.js +31 -31
- package/dist/maths/calculator/plugins/keyboard/templateKeyboard/templateKeyboard.js +61 -61
- package/dist/maths/calculator/plugins/modifiers/pow10.js +35 -35
- package/dist/maths/calculator/plugins/modifiers/sign.js +90 -90
- package/dist/maths/calculator/plugins/screen/simpleScreen/simpleScreen.js +60 -60
- package/dist/maths/calculator/pluginsLoader.js +21 -21
- package/dist/maths/calculator/scientificCalculator.js +91 -91
- package/dist/mediaEditor/mediaEditorComponent.js +64 -64
- package/dist/mediaEditor/plugins/mediaAlignment/helper.js +16 -16
- package/dist/mediaEditor/plugins/mediaAlignment/mediaAlignmentComponent.js +60 -60
- package/dist/mediaEditor/plugins/mediaAlignment/style.css +7 -7
- package/dist/mediaEditor/plugins/mediaDimension/helper.js +70 -70
- package/dist/mediaEditor/plugins/mediaDimension/mediaDimensionComponent.js +153 -153
- package/dist/mediaEditor/plugins/mediaDimension/style.css +141 -141
- package/dist/mediaplayer/css/player.css +7 -7
- package/dist/mediaplayer/players/html5.js +65 -65
- package/dist/mediaplayer/players/youtube.js +52 -52
- package/dist/mediaplayer/players.js +18 -18
- package/dist/mediaplayer/support.js +55 -55
- package/dist/mediaplayer/utils/reminder.js +100 -100
- package/dist/mediaplayer/utils/timeObserver.js +92 -92
- package/dist/mediaplayer/youtubeManager.js +35 -35
- package/dist/mediaplayer.js +460 -460
- package/dist/mediasizer.js +135 -135
- package/dist/modal.js +87 -87
- package/dist/movableComponent.js +35 -35
- package/dist/pageSizeSelector.js +44 -44
- package/dist/pageStatus.js +33 -33
- package/dist/pagination/css/pagination.css +7 -7
- package/dist/pagination/paginationStrategy.js +23 -23
- package/dist/pagination/providers/pages.js +37 -37
- package/dist/pagination/providers/simple.js +35 -35
- package/dist/pagination.js +45 -45
- package/dist/previewer.js +67 -67
- package/dist/progressbar.js +58 -58
- package/dist/report.js +86 -86
- package/dist/resource/css/selector.css +7 -7
- package/dist/resource/filters.js +73 -73
- package/dist/resource/list.js +66 -66
- package/dist/resource/selectable.js +92 -92
- package/dist/resource/selector.js +195 -195
- package/dist/resource/tree.js +104 -104
- package/dist/resourcemgr/css/resourcemgr.css +7 -7
- package/dist/resourcemgr/fileBrowser.js +98 -95
- package/dist/resourcemgr/fileSelector.js +58 -58
- package/dist/resourcemgr/util/updatePermissions.js +4 -4
- package/dist/resourcemgr.js +62 -62
- package/dist/scroller.js +26 -26
- package/dist/searchModal/advancedSearch.js +130 -130
- package/dist/searchModal/css/advancedSearch.css +7 -7
- package/dist/searchModal/css/searchModal.css +7 -7
- package/dist/searchModal.js +96 -96
- package/dist/selecter.js +6 -6
- package/dist/stacker.js +43 -43
- package/dist/switch/css/switch.css +7 -7
- package/dist/switch/switch.js +75 -75
- package/dist/tableModel.js +33 -33
- package/dist/tabs/css/tabs.css +12 -12
- package/dist/tabs.js +219 -220
- package/dist/taskQueue/css/taskQueue.css +7 -7
- package/dist/taskQueue/status.js +72 -72
- package/dist/taskQueue/table.js +67 -67
- package/dist/taskQueue/taskQueue.js +18 -18
- package/dist/taskQueue/taskQueueModel.js +86 -86
- package/dist/taskQueue.js +47 -47
- package/dist/taskQueueButton/css/taskable.css +7 -7
- package/dist/taskQueueButton/css/treeButton.css +7 -7
- package/dist/taskQueueButton/standardButton.js +39 -39
- package/dist/taskQueueButton/taskable.js +54 -54
- package/dist/taskQueueButton/treeButton.js +56 -56
- package/dist/themeLoader.js +75 -75
- package/dist/themes.js +84 -84
- package/dist/toggler.js +57 -57
- package/dist/tooltip.js +54 -54
- package/dist/tooltipster.js +17 -17
- package/dist/transformer.js +117 -117
- package/dist/tristateCheckboxGroup/css/tristateCheckboxGroup.css +7 -7
- package/dist/tristateCheckboxGroup.js +75 -75
- package/dist/uploader.js +172 -175
- package/dist/validator/validators.js +48 -48
- package/dist/validator.js +24 -24
- package/dist/waitForMedia.js +33 -33
- package/dist/waitingDialog/css/waitingDialog.css +7 -7
- package/dist/waitingDialog/waitingDialog.js +54 -54
- package/package.json +107 -107
- package/scss/basic.scss +16 -16
- package/scss/ckeditor/skins/tao/scss/inc/_ck-icons.scss +59 -59
- package/scss/ckeditor/skins/tao/scss/inc/_tao.scss +59 -59
- package/scss/font/tao/tao.svg +234 -234
- package/scss/inc/_base.scss +495 -496
- package/scss/inc/_bootstrap.scss +6 -6
- package/scss/inc/_buttons.scss +114 -114
- package/scss/inc/_colors.scss +88 -88
- package/scss/inc/_feedback.scss +150 -150
- package/scss/inc/_flex-grid.scss +15 -15
- package/scss/inc/_fonts.scss +4 -4
- package/scss/inc/_forms.scss +832 -832
- package/scss/inc/_functions.scss +283 -283
- package/scss/inc/_jquery.nouislider.scss +254 -254
- package/scss/inc/_normalize.scss +528 -528
- package/scss/inc/_report.scss +67 -67
- package/scss/inc/_secondary-properties.scss +89 -89
- package/scss/inc/_select2.scss +634 -634
- package/scss/inc/_toolbars.scss +155 -155
- package/scss/inc/_tooltip.scss +312 -312
- package/scss/inc/_variables.scss +21 -21
- package/scss/inc/base/_highlight.scss +5 -5
- package/scss/inc/base/_list-style.scss +58 -58
- package/scss/inc/base/_svg.scss +3 -3
- package/scss/inc/base/_table.scss +62 -62
- package/scss/inc/fonts/_source-sans-pro.scss +29 -29
- package/scss/inc/fonts/_tao-icon-classes.scss +226 -226
- package/scss/inc/fonts/_tao-icon-def.scss +12 -12
- package/scss/inc/fonts/_tao-icon-vars.scss +240 -240
- package/src/.DS_Store +0 -0
- package/src/actionbar/tpl/main.tpl +8 -8
- package/src/actionbar.js +251 -251
- package/src/adder.js +250 -250
- package/src/animable/absorbable/absorbable.js +134 -134
- package/src/animable/absorbable/css/absorb.css +7 -7
- package/src/animable/absorbable/scss/absorb.scss +37 -37
- package/src/animable/pulsable/css/pulse.css +7 -7
- package/src/animable/pulsable/pulsable.js +90 -90
- package/src/animable/pulsable/scss/pulse.scss +22 -22
- package/src/areaBroker.js +160 -160
- package/src/autocomplete/css/autocomplete.css +7 -7
- package/src/autocomplete/scss/autocomplete.scss +37 -37
- package/src/autocomplete.js +1029 -1029
- package/src/autoscroll.js +57 -57
- package/src/badge/badge.js +119 -119
- package/src/badge/css/badge.css +7 -7
- package/src/badge/scss/badge.scss +92 -92
- package/src/badge/tpl/badge.tpl +4 -4
- package/src/breadcrumbs/css/breadcrumbs.css +7 -7
- package/src/breadcrumbs/scss/breadcrumbs.scss +52 -52
- package/src/breadcrumbs/tpl/breadcrumbs.tpl +20 -20
- package/src/breadcrumbs.js +99 -99
- package/src/btngrouper.js +213 -213
- package/src/bulkActionPopup/css/bulkActionPopup.css +7 -7
- package/src/bulkActionPopup/scss/bulkActionPopup.scss +63 -63
- package/src/bulkActionPopup/tpl/layout.tpl +76 -76
- package/src/bulkActionPopup/tpl/select.tpl +8 -8
- package/src/bulkActionPopup.js +274 -274
- package/src/button/tpl/button.tpl +4 -4
- package/src/button.js +135 -135
- package/src/calculator/css/calculator.css +10 -10
- package/src/calculator/scss/calculator.scss +139 -139
- package/src/calculator.js +188 -188
- package/src/cascadingComboBox.js +126 -126
- package/src/ckeditor/ckConfigurator.js +707 -707
- package/src/ckeditor/dtdHandler.js +1030 -1030
- package/src/class/css/selector.css +7 -7
- package/src/class/scss/selector.scss +101 -101
- package/src/class/selector.js +329 -329
- package/src/class/tpl/listItem.tpl +9 -9
- package/src/class/tpl/selector.tpl +10 -10
- package/src/component/alignable.js +274 -274
- package/src/component/containable.js +122 -122
- package/src/component/css/components.css +7 -7
- package/src/component/css/windowComponent.css +7 -7
- package/src/component/draggable.js +99 -99
- package/src/component/placeable.js +233 -233
- package/src/component/resizable.js +190 -190
- package/src/component/scss/components.scss +507 -507
- package/src/component/scss/windowComponent.scss +62 -62
- package/src/component/stackable.js +67 -67
- package/src/component/tpl/window.tpl +7 -7
- package/src/component/windowed.js +206 -206
- package/src/component.js +401 -401
- package/src/container.js +200 -200
- package/src/contextualPopup/css/contextualPopup.css +7 -7
- package/src/contextualPopup/scss/contextualPopup.scss +78 -78
- package/src/contextualPopup/tpl/popup.tpl +10 -10
- package/src/contextualPopup.js +297 -297
- package/src/css/basic.css +7764 -0
- package/src/css/ckeditor/skins/tao/css/dialog.css +950 -0
- package/src/css/ckeditor/skins/tao/css/editor.css +1850 -0
- package/src/dashboard/css/dashboard.css +7 -7
- package/src/dashboard/scss/dashboard.scss +93 -93
- package/src/dashboard/tpl/dashboard.tpl +16 -16
- package/src/dashboard/tpl/dashboardMetricsList.tpl +15 -15
- package/src/dashboard.js +184 -184
- package/src/datalist/css/datalist.css +7 -7
- package/src/datalist/scss/datalist.scss +116 -116
- package/src/datalist/tpl/list.tpl +24 -24
- package/src/datalist/tpl/main.tpl +44 -44
- package/src/datalist.js +500 -500
- package/src/datatable/css/datatable.css +7 -7
- package/src/datatable/filterStrategy/filterStrategy.js +70 -70
- package/src/datatable/filterStrategy/multiple.js +126 -126
- package/src/datatable/filterStrategy/single.js +108 -108
- package/src/datatable/scss/datatable.scss +146 -146
- package/src/datatable/tpl/button.tpl +6 -6
- package/src/datatable/tpl/layout.tpl +158 -158
- package/src/datatable.js +1056 -1056
- package/src/dateRange/css/dateRange.css +7 -7
- package/src/dateRange/dateRange.js +341 -341
- package/src/dateRange/scss/dateRange.scss +7 -7
- package/src/dateRange/tpl/select.tpl +18 -18
- package/src/datetime/css/picker.css +7 -7
- package/src/datetime/picker.js +576 -576
- package/src/datetime/scss/picker.scss +192 -192
- package/src/datetime/tpl/picker.tpl +18 -18
- package/src/deleter/undo.tpl +6 -6
- package/src/deleter.js +296 -296
- package/src/destination/css/selector.css +7 -7
- package/src/destination/scss/selector.scss +36 -36
- package/src/destination/selector.js +195 -195
- package/src/destination/tpl/selector.tpl +13 -13
- package/src/dialog/alert.js +70 -70
- package/src/dialog/confirm.js +85 -85
- package/src/dialog/confirmDelete.js +95 -95
- package/src/dialog/tpl/body.tpl +24 -24
- package/src/dialog/tpl/buttons.tpl +6 -6
- package/src/dialog/tpl/checkbox.tpl +5 -5
- package/src/dialog.js +517 -517
- package/src/disabler.js +230 -230
- package/src/documentViewer/css/documentViewer.css +7 -7
- package/src/documentViewer/providers/pdfViewer/fallback/viewer.js +69 -69
- package/src/documentViewer/providers/pdfViewer/pdfjs/areaBroker.js +41 -41
- package/src/documentViewer/providers/pdfViewer/pdfjs/findBar.js +475 -475
- package/src/documentViewer/providers/pdfViewer/pdfjs/findBar.tpl +20 -20
- package/src/documentViewer/providers/pdfViewer/pdfjs/match.tpl +1 -1
- package/src/documentViewer/providers/pdfViewer/pdfjs/page.tpl +4 -4
- package/src/documentViewer/providers/pdfViewer/pdfjs/pageView.js +318 -318
- package/src/documentViewer/providers/pdfViewer/pdfjs/pagesManager.js +167 -167
- package/src/documentViewer/providers/pdfViewer/pdfjs/searchEngine.js +451 -451
- package/src/documentViewer/providers/pdfViewer/pdfjs/textManager.js +252 -252
- package/src/documentViewer/providers/pdfViewer/pdfjs/viewer.js +299 -299
- package/src/documentViewer/providers/pdfViewer/pdfjs/viewer.tpl +16 -16
- package/src/documentViewer/providers/pdfViewer/pdfjs/wrapper.js +351 -351
- package/src/documentViewer/providers/pdfViewer.js +93 -93
- package/src/documentViewer/scss/documentViewer.scss +184 -184
- package/src/documentViewer/viewerFactory.js +191 -191
- package/src/documentViewer.js +238 -238
- package/src/dropdown/css/dropdown.css +7 -7
- package/src/dropdown/scss/dropdown.scss +99 -99
- package/src/dropdown/tpl/dropdown.tpl +8 -8
- package/src/dropdown/tpl/list-item.tpl +4 -4
- package/src/dropdown.js +255 -255
- package/src/durationer.js +222 -222
- package/src/dynamicComponent/css/dynamicComponent.css +7 -7
- package/src/dynamicComponent/scss/dynamicComponent.scss +98 -98
- package/src/dynamicComponent/tpl/layout.tpl +17 -17
- package/src/dynamicComponent.js +554 -554
- package/src/feedback/feedback.tpl +7 -7
- package/src/feedback.js +295 -295
- package/src/filesender.js +114 -114
- package/src/filter/template.tpl +5 -5
- package/src/filter.js +135 -135
- package/src/form/css/dropdownForm.css +7 -7
- package/src/form/css/form.css +7 -7
- package/src/form/dropdownForm.js +281 -281
- package/src/form/form.js +688 -688
- package/src/form/scss/dropdownForm.scss +60 -60
- package/src/form/scss/form.scss +25 -25
- package/src/form/simpleForm.js +125 -125
- package/src/form/tpl/dropdownForm.tpl +4 -4
- package/src/form/tpl/form.tpl +7 -7
- package/src/form/validator/css/validator.css +7 -7
- package/src/form/validator/renderer.js +118 -118
- package/src/form/validator/scss/validator.scss +14 -14
- package/src/form/validator/tpl/message.tpl +1 -1
- package/src/form/validator/tpl/validator.tpl +1 -1
- package/src/form/validator/validator.js +220 -220
- package/src/form/widget/css/widget.css +7 -7
- package/src/form/widget/definitions.js +51 -51
- package/src/form/widget/loader.js +40 -40
- package/src/form/widget/providers/checkBox.js +138 -138
- package/src/form/widget/providers/comboBox.js +63 -63
- package/src/form/widget/providers/default.js +90 -90
- package/src/form/widget/providers/hidden.js +62 -62
- package/src/form/widget/providers/hiddenBox.js +152 -152
- package/src/form/widget/providers/radioBox.js +99 -99
- package/src/form/widget/providers/textArea.js +52 -52
- package/src/form/widget/providers/textBox.js +48 -48
- package/src/form/widget/scss/widget.scss +55 -55
- package/src/form/widget/tpl/checkBox.tpl +25 -25
- package/src/form/widget/tpl/comboBox.tpl +13 -13
- package/src/form/widget/tpl/hidden.tpl +1 -1
- package/src/form/widget/tpl/hiddenBox.tpl +17 -17
- package/src/form/widget/tpl/label.tpl +6 -6
- package/src/form/widget/tpl/radioBox.tpl +25 -25
- package/src/form/widget/tpl/textArea.tpl +8 -8
- package/src/form/widget/tpl/widget.tpl +8 -8
- package/src/form/widget/widget.js +372 -372
- package/src/form.js +53 -53
- package/src/formValidator/formValidator.js +253 -253
- package/src/formValidator/highlighters/highlighter.js +102 -102
- package/src/formValidator/highlighters/message.js +70 -70
- package/src/formValidator/highlighters/tooltip.js +78 -78
- package/src/generis/form/css/form.css +7 -7
- package/src/generis/form/form.js +239 -239
- package/src/generis/form/readme.md +70 -70
- package/src/generis/form/scss/form.scss +23 -23
- package/src/generis/form/tpl/form.tpl +16 -16
- package/src/generis/validator/css/validator.css +7 -7
- package/src/generis/validator/readme.md +46 -46
- package/src/generis/validator/scss/validator.scss +13 -13
- package/src/generis/validator/validator.js +128 -128
- package/src/generis/widget/checkBox/checkBox.js +112 -112
- package/src/generis/widget/checkBox/checkBox.tpl +18 -18
- package/src/generis/widget/comboBox/comboBox.js +67 -67
- package/src/generis/widget/comboBox/comboBox.tpl +12 -12
- package/src/generis/widget/css/widget.css +7 -7
- package/src/generis/widget/hiddenBox/hiddenBox.js +132 -132
- package/src/generis/widget/hiddenBox/hiddenBox.tpl +16 -16
- package/src/generis/widget/loader.js +49 -49
- package/src/generis/widget/readme.md +59 -59
- package/src/generis/widget/scss/widget.scss +61 -61
- package/src/generis/widget/textBox/textBox.js +65 -65
- package/src/generis/widget/textBox/textBox.tpl +7 -7
- package/src/generis/widget/widget.js +164 -164
- package/src/generis/widget/widget.tpl +5 -5
- package/src/groupedComboBox.js +99 -99
- package/src/groupvalidator.js +84 -84
- package/src/hider.js +88 -88
- package/src/highlighter.js +1166 -1166
- package/src/image/ImgStateActive/extractLabel.js +29 -29
- package/src/image/ImgStateActive/initHelper.js +135 -135
- package/src/image/ImgStateActive/initMediaEditor.js +91 -91
- package/src/image/ImgStateActive/mediaSizer.js +53 -53
- package/src/image/ImgStateActive.js +115 -115
- package/src/incrementer.js +319 -319
- package/src/inplacer.js +316 -316
- package/src/interactUtils.js +140 -140
- package/src/itemButtonList/css/item-button-list.css +23 -23
- package/src/itemButtonList/scss/item-button-list.scss +236 -236
- package/src/itemButtonList/tpl/itemButtonList.tpl +21 -21
- package/src/itemButtonList.js +274 -274
- package/src/keyNavigation/navigableDomElement.js +282 -282
- package/src/keyNavigation/navigator.js +543 -543
- package/src/listbox/css/listbox.css +7 -7
- package/src/listbox/scss/listbox.scss +116 -116
- package/src/listbox/tpl/list.tpl +14 -14
- package/src/listbox/tpl/main.tpl +9 -9
- package/src/listbox.js +251 -251
- package/src/liststyler.js +155 -155
- package/src/loadingButton/css/button.css +7 -7
- package/src/loadingButton/loadingButton.js +110 -110
- package/src/loadingButton/scss/button.scss +41 -41
- package/src/loadingButton/tpl/button.tpl +5 -5
- package/src/lock/lock.tpl +16 -16
- package/src/lock.js +395 -395
- package/src/login/login.js +322 -322
- package/src/login/tpl/login.tpl +29 -29
- package/src/login/tpl/passwordReveal.tpl +7 -7
- package/src/maths/calculator/basicCalculator.js +55 -55
- package/src/maths/calculator/calculatorComponent.js +128 -128
- package/src/maths/calculator/core/areaBroker.js +38 -38
- package/src/maths/calculator/core/board.js +841 -841
- package/src/maths/calculator/core/expression.js +430 -430
- package/src/maths/calculator/core/labels.js +116 -116
- package/src/maths/calculator/core/plugin.js +40 -40
- package/src/maths/calculator/core/terms.js +459 -459
- package/src/maths/calculator/core/tokenizer.js +245 -245
- package/src/maths/calculator/core/tokens.js +178 -178
- package/src/maths/calculator/core/tpl/board.tpl +4 -4
- package/src/maths/calculator/css/calculator.css +7 -7
- package/src/maths/calculator/defaultCalculator.js +66 -66
- package/src/maths/calculator/plugins/core/degrad.js +90 -90
- package/src/maths/calculator/plugins/core/history.js +166 -166
- package/src/maths/calculator/plugins/core/remind.js +96 -96
- package/src/maths/calculator/plugins/core/stepNavigation.js +175 -175
- package/src/maths/calculator/plugins/keyboard/templateKeyboard/defaultTemplate.tpl +36 -36
- package/src/maths/calculator/plugins/keyboard/templateKeyboard/templateKeyboard.js +91 -91
- package/src/maths/calculator/plugins/modifiers/pow10.js +143 -143
- package/src/maths/calculator/plugins/modifiers/sign.js +339 -339
- package/src/maths/calculator/plugins/screen/simpleScreen/defaultTemplate.tpl +3 -3
- package/src/maths/calculator/plugins/screen/simpleScreen/history.tpl +3 -3
- package/src/maths/calculator/plugins/screen/simpleScreen/simpleScreen.js +191 -191
- package/src/maths/calculator/pluginsLoader.js +46 -46
- package/src/maths/calculator/scientificCalculator.js +74 -74
- package/src/maths/calculator/scss/calculator.scss +396 -396
- package/src/maths/calculator/tpl/basicKeyboard.tpl +37 -37
- package/src/maths/calculator/tpl/basicScreen.tpl +2 -2
- package/src/maths/calculator/tpl/scientificKeyboard.tpl +61 -61
- package/src/maths/calculator/tpl/scientificScreen.tpl +3 -3
- package/src/mediaEditor/mediaEditorComponent.js +141 -141
- package/src/mediaEditor/plugins/mediaAlignment/helper.js +58 -58
- package/src/mediaEditor/plugins/mediaAlignment/mediaAlignmentComponent.js +96 -96
- package/src/mediaEditor/plugins/mediaAlignment/style.css +7 -7
- package/src/mediaEditor/plugins/mediaAlignment/tpl/mediaAlignment.tpl +25 -25
- package/src/mediaEditor/plugins/mediaDimension/helper.js +189 -189
- package/src/mediaEditor/plugins/mediaDimension/mediaDimensionComponent.js +561 -561
- package/src/mediaEditor/plugins/mediaDimension/style.css +141 -141
- package/src/mediaEditor/plugins/mediaDimension/tpl/mediaDimension.tpl +55 -55
- package/src/mediaEditor/tpl/editor.tpl +4 -4
- package/src/mediaplayer/css/player.css +7 -7
- package/src/mediaplayer/players/html5.js +564 -564
- package/src/mediaplayer/players/youtube.js +323 -323
- package/src/mediaplayer/players.js +29 -29
- package/src/mediaplayer/readme.md +305 -305
- package/src/mediaplayer/scss/player.scss +530 -530
- package/src/mediaplayer/support.js +126 -126
- package/src/mediaplayer/tpl/audio.tpl +6 -6
- package/src/mediaplayer/tpl/player.tpl +37 -37
- package/src/mediaplayer/tpl/source.tpl +1 -1
- package/src/mediaplayer/tpl/video.tpl +6 -6
- package/src/mediaplayer/tpl/youtube.tpl +1 -1
- package/src/mediaplayer/utils/reminder.js +184 -184
- package/src/mediaplayer/utils/timeObserver.js +143 -143
- package/src/mediaplayer/youtubeManager.js +161 -161
- package/src/mediaplayer.js +1606 -1606
- package/src/mediasizer/mediasizer.tpl +55 -55
- package/src/mediasizer.js +635 -635
- package/src/modal.js +365 -365
- package/src/movableComponent.js +78 -78
- package/src/pageSizeSelector/tpl/pageSizeSelector.tpl +9 -9
- package/src/pageSizeSelector.js +107 -107
- package/src/pageStatus.js +147 -147
- package/src/pagination/css/pagination.css +7 -7
- package/src/pagination/paginationStrategy.js +53 -53
- package/src/pagination/providers/pages.js +161 -161
- package/src/pagination/providers/simple.js +74 -74
- package/src/pagination/providers/tpl/pages/page.tpl +1 -1
- package/src/pagination/providers/tpl/pages.tpl +8 -8
- package/src/pagination/providers/tpl/simple.tpl +7 -7
- package/src/pagination/scss/pagination.scss +111 -111
- package/src/pagination.js +237 -237
- package/src/previewer.js +300 -300
- package/src/progressbar.js +165 -165
- package/src/report/feedback.tpl +11 -11
- package/src/report/layout.tpl +10 -10
- package/src/report.js +184 -184
- package/src/resource/css/selector.css +7 -7
- package/src/resource/filters.js +208 -208
- package/src/resource/list.js +200 -200
- package/src/resource/scss/_filters.scss +26 -26
- package/src/resource/scss/_resource-list.scss +107 -107
- package/src/resource/scss/_resource-tree.scss +205 -205
- package/src/resource/scss/selector.scss +187 -187
- package/src/resource/selectable.js +322 -322
- package/src/resource/selector.js +871 -871
- package/src/resource/tpl/filters.tpl +2 -2
- package/src/resource/tpl/list.tpl +7 -7
- package/src/resource/tpl/listNode.tpl +4 -4
- package/src/resource/tpl/selector.tpl +46 -46
- package/src/resource/tpl/tree.tpl +4 -4
- package/src/resource/tpl/treeNode.tpl +30 -30
- package/src/resource/tree.js +400 -400
- package/src/resourcemgr/css/resourcemgr.css +7 -7
- package/src/resourcemgr/fileBrowser.js +381 -370
- package/src/resourcemgr/filePreview.js +73 -73
- package/src/resourcemgr/fileSelector.js +348 -348
- package/src/resourcemgr/scss/resourcemgr.scss +254 -254
- package/src/resourcemgr/tpl/fileSelect.tpl +39 -39
- package/src/resourcemgr/tpl/folder.tpl +11 -11
- package/src/resourcemgr/tpl/layout.tpl +84 -84
- package/src/resourcemgr/tpl/rootFolder.tpl +13 -13
- package/src/resourcemgr/util/updatePermissions.js +53 -53
- package/src/resourcemgr.js +214 -214
- package/src/scroller.js +94 -94
- package/src/scss/.DS_Store +0 -0
- package/src/scss/basic.scss +16 -0
- package/src/scss/ckeditor/skins/tao/scss/dialog.scss +763 -0
- package/src/scss/ckeditor/skins/tao/scss/editor.scss +111 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_ck-icons.scss +59 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_colorpanel.scss +118 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_elementspath.scss +69 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_mainui.scss +194 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_menu.scss +181 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_panel.scss +200 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_presets.scss +32 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_reset.scss +101 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_richcombo.scss +213 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_tao.scss +59 -0
- package/src/scss/ckeditor/skins/tao/scss/inc/_toolbar.scss +301 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot.b64 +1 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
- package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff.b64 +1 -0
- package/src/scss/font/tao/tao.eot +0 -0
- package/src/scss/font/tao/tao.svg +235 -0
- package/src/scss/font/tao/tao.ttf +0 -0
- package/src/scss/font/tao/tao.woff +0 -0
- package/src/scss/inc/_base.scss +496 -0
- package/src/scss/inc/_bootstrap.scss +6 -0
- package/src/scss/inc/_buttons.scss +114 -0
- package/src/scss/inc/_colors.scss +88 -0
- package/src/scss/inc/_feedback.scss +150 -0
- package/src/scss/inc/_flex-grid.scss +15 -0
- package/src/scss/inc/_fonts.scss +4 -0
- package/src/scss/inc/_forms.scss +827 -0
- package/src/scss/inc/_functions.scss +283 -0
- package/src/scss/inc/_grid.scss +66 -0
- package/src/scss/inc/_jquery.nouislider.scss +254 -0
- package/src/scss/inc/_normalize.scss +528 -0
- package/src/scss/inc/_report.scss +68 -0
- package/src/scss/inc/_secondary-properties.scss +89 -0
- package/src/scss/inc/_select2.scss +634 -0
- package/src/scss/inc/_toolbars.scss +155 -0
- package/src/scss/inc/_tooltip.scss +312 -0
- package/src/scss/inc/_variables.scss +21 -0
- package/src/scss/inc/base/_highlight.scss +5 -0
- package/src/scss/inc/base/_list-style.scss +59 -0
- package/src/scss/inc/base/_svg.scss +3 -0
- package/src/scss/inc/base/_table.scss +63 -0
- package/src/scss/inc/fonts/_source-sans-pro.scss +29 -0
- package/src/scss/inc/fonts/_tao-icon-classes.scss +226 -0
- package/src/scss/inc/fonts/_tao-icon-def.scss +12 -0
- package/src/scss/inc/fonts/_tao-icon-vars.scss +240 -0
- package/src/searchModal/advancedSearch.js +601 -601
- package/src/searchModal/css/advancedSearch.css +7 -7
- package/src/searchModal/css/searchModal.css +7 -7
- package/src/searchModal/scss/advancedSearch.scss +177 -177
- package/src/searchModal/scss/searchModal.scss +375 -375
- package/src/searchModal/tpl/advanced-search.tpl +9 -9
- package/src/searchModal/tpl/info-message.tpl +3 -3
- package/src/searchModal/tpl/invalid-criteria-warning.tpl +10 -10
- package/src/searchModal/tpl/layout.tpl +25 -25
- package/src/searchModal/tpl/list-checkbox-criterion.tpl +12 -12
- package/src/searchModal/tpl/list-select-criterion.tpl +6 -6
- package/src/searchModal/tpl/text-criterion.tpl +6 -6
- package/src/searchModal.js +496 -496
- package/src/selecter.js +43 -43
- package/src/stacker.js +133 -133
- package/src/switch/css/switch.css +7 -7
- package/src/switch/scss/switch.scss +83 -83
- package/src/switch/switch.js +195 -195
- package/src/switch/tpl/switch.tpl +7 -7
- package/src/tableModel.js +112 -112
- package/src/tabs/css/tabs.css +12 -12
- package/src/tabs/scss/tabs.scss +50 -50
- package/src/tabs/tpl/panel.tpl +3 -3
- package/src/tabs/tpl/tabs.tpl +10 -10
- package/src/tabs.js +528 -529
- package/src/taskQueue/css/taskQueue.css +7 -7
- package/src/taskQueue/scss/taskQueue.scss +47 -47
- package/src/taskQueue/status.js +228 -228
- package/src/taskQueue/table.js +350 -350
- package/src/taskQueue/taskQueue.js +33 -33
- package/src/taskQueue/taskQueueModel.js +548 -548
- package/src/taskQueue/tpl/statusMessage.tpl +7 -7
- package/src/taskQueue.js +218 -218
- package/src/taskQueueButton/css/taskable.css +7 -7
- package/src/taskQueueButton/css/treeButton.css +7 -7
- package/src/taskQueueButton/scss/taskable.scss +4 -4
- package/src/taskQueueButton/scss/treeButton.scss +34 -34
- package/src/taskQueueButton/standardButton.js +108 -108
- package/src/taskQueueButton/taskable.js +202 -202
- package/src/taskQueueButton/tpl/report.tpl +5 -5
- package/src/taskQueueButton/tpl/treeButton.tpl +6 -6
- package/src/taskQueueButton/treeButton.js +109 -109
- package/src/themeLoader.js +252 -252
- package/src/themes.js +162 -162
- package/src/toggler.js +200 -200
- package/src/tooltip/default.tpl +3 -3
- package/src/tooltip.js +160 -160
- package/src/tooltipster.js +25 -25
- package/src/transformer.js +327 -327
- package/src/tristateCheckboxGroup/css/tristateCheckboxGroup.css +7 -7
- package/src/tristateCheckboxGroup/scss/tristateCheckboxGroup.scss +15 -15
- package/src/tristateCheckboxGroup/tpl/li.tpl +6 -6
- package/src/tristateCheckboxGroup.js +207 -207
- package/src/uploader/fileEntry.tpl +6 -6
- package/src/uploader/uploader.tpl +32 -32
- package/src/uploader.js +594 -613
- package/src/validator/Report.js +10 -10
- package/src/validator/Validator.js +108 -108
- package/src/validator/validators.js +220 -220
- package/src/validator.js +264 -264
- package/src/waitForMedia.js +82 -82
- package/src/waitingDialog/css/waitingDialog.css +7 -7
- package/src/waitingDialog/scss/waitingDialog.scss +34 -34
- package/src/waitingDialog/waitingDialog.js +240 -240
- package/dist/animable/absorbable/css/absorb.css.map +0 -1
- package/dist/animable/pulsable/css/pulse.css.map +0 -1
- package/dist/autocomplete/css/autocomplete.css.map +0 -1
- package/dist/badge/css/badge.css.map +0 -1
- package/dist/breadcrumbs/css/breadcrumbs.css.map +0 -1
- package/dist/bulkActionPopup/css/bulkActionPopup.css.map +0 -1
- package/dist/calculator/css/calculator.css.map +0 -1
- package/dist/class/css/selector.css.map +0 -1
- package/dist/component/css/components.css.map +0 -1
- package/dist/component/css/windowComponent.css.map +0 -1
- package/dist/contextualPopup/css/contextualPopup.css.map +0 -1
- package/dist/dashboard/css/dashboard.css.map +0 -1
- package/dist/datalist/css/datalist.css.map +0 -1
- package/dist/datatable/css/datatable.css.map +0 -1
- package/dist/dateRange/css/dateRange.css.map +0 -1
- package/dist/datetime/css/picker.css.map +0 -1
- package/dist/destination/css/selector.css.map +0 -1
- package/dist/documentViewer/css/documentViewer.css.map +0 -1
- package/dist/dropdown/css/dropdown.css.map +0 -1
- package/dist/dynamicComponent/css/dynamicComponent.css.map +0 -1
- package/dist/form/css/dropdownForm.css.map +0 -1
- package/dist/form/css/form.css.map +0 -1
- package/dist/form/validator/css/validator.css.map +0 -1
- package/dist/form/widget/css/widget.css.map +0 -1
- package/dist/generis/form/css/form.css.map +0 -1
- package/dist/generis/validator/css/validator.css.map +0 -1
- package/dist/generis/widget/css/widget.css.map +0 -1
- package/dist/itemButtonList/css/item-button-list.css.map +0 -1
- package/dist/listbox/css/listbox.css.map +0 -1
- package/dist/loadingButton/css/button.css.map +0 -1
- package/dist/maths/calculator/css/calculator.css.map +0 -1
- package/dist/mediaplayer/css/player.css.map +0 -1
- package/dist/pagination/css/pagination.css.map +0 -1
- package/dist/resource/css/selector.css.map +0 -1
- package/dist/resourcemgr/css/resourcemgr.css.map +0 -1
- package/dist/searchModal/css/advancedSearch.css.map +0 -1
- package/dist/searchModal/css/searchModal.css.map +0 -1
- package/dist/switch/css/switch.css.map +0 -1
- package/dist/tabs/css/tabs.css.map +0 -1
- package/dist/taskQueue/css/taskQueue.css.map +0 -1
- package/dist/taskQueueButton/css/taskable.css.map +0 -1
- package/dist/taskQueueButton/css/treeButton.css.map +0 -1
- package/dist/tristateCheckboxGroup/css/tristateCheckboxGroup.css.map +0 -1
- package/dist/waitingDialog/css/waitingDialog.css.map +0 -1
- package/src/animable/absorbable/css/absorb.css.map +0 -1
- package/src/animable/pulsable/css/pulse.css.map +0 -1
- package/src/autocomplete/css/autocomplete.css.map +0 -1
- package/src/badge/css/badge.css.map +0 -1
- package/src/breadcrumbs/css/breadcrumbs.css.map +0 -1
- package/src/bulkActionPopup/css/bulkActionPopup.css.map +0 -1
- package/src/calculator/css/calculator.css.map +0 -1
- package/src/class/css/selector.css.map +0 -1
- package/src/component/css/components.css.map +0 -1
- package/src/component/css/windowComponent.css.map +0 -1
- package/src/contextualPopup/css/contextualPopup.css.map +0 -1
- package/src/dashboard/css/dashboard.css.map +0 -1
- package/src/datalist/css/datalist.css.map +0 -1
- package/src/datatable/css/datatable.css.map +0 -1
- package/src/dateRange/css/dateRange.css.map +0 -1
- package/src/datetime/css/picker.css.map +0 -1
- package/src/destination/css/selector.css.map +0 -1
- package/src/documentViewer/css/documentViewer.css.map +0 -1
- package/src/dropdown/css/dropdown.css.map +0 -1
- package/src/dynamicComponent/css/dynamicComponent.css.map +0 -1
- package/src/form/css/dropdownForm.css.map +0 -1
- package/src/form/css/form.css.map +0 -1
- package/src/form/validator/css/validator.css.map +0 -1
- package/src/form/widget/css/widget.css.map +0 -1
- package/src/generis/form/css/form.css.map +0 -1
- package/src/generis/validator/css/validator.css.map +0 -1
- package/src/generis/widget/css/widget.css.map +0 -1
- package/src/itemButtonList/css/item-button-list.css.map +0 -1
- package/src/listbox/css/listbox.css.map +0 -1
- package/src/loadingButton/css/button.css.map +0 -1
- package/src/maths/calculator/css/calculator.css.map +0 -1
- package/src/mediaplayer/css/player.css.map +0 -1
- package/src/pagination/css/pagination.css.map +0 -1
- package/src/resource/css/selector.css.map +0 -1
- package/src/resourcemgr/css/resourcemgr.css.map +0 -1
- package/src/searchModal/css/advancedSearch.css.map +0 -1
- package/src/searchModal/css/searchModal.css.map +0 -1
- package/src/switch/css/switch.css.map +0 -1
- package/src/tabs/css/tabs.css.map +0 -1
- package/src/taskQueue/css/taskQueue.css.map +0 -1
- package/src/taskQueueButton/css/taskable.css.map +0 -1
- package/src/taskQueueButton/css/treeButton.css.map +0 -1
- package/src/tristateCheckboxGroup/css/tristateCheckboxGroup.css.map +0 -1
- package/src/waitingDialog/css/waitingDialog.css.map +0 -1
package/dist/autocomplete.js
CHANGED
|
@@ -6,32 +6,32 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
6
6
|
capitalize = capitalize && Object.prototype.hasOwnProperty.call(capitalize, 'default') ? capitalize['default'] : capitalize;
|
|
7
7
|
tooltip = tooltip && Object.prototype.hasOwnProperty.call(tooltip, 'default') ? tooltip['default'] : tooltip;
|
|
8
8
|
|
|
9
|
-
/**
|
|
10
|
-
* This program is free software; you can redistribute it and/or
|
|
11
|
-
* modify it under the terms of the GNU General Public License
|
|
12
|
-
* as published by the Free Software Foundation; under version 2
|
|
13
|
-
* of the License (non-upgradable).
|
|
14
|
-
*
|
|
15
|
-
* This program is distributed in the hope that it will be useful,
|
|
16
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
17
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
18
|
-
* GNU General Public License for more details.
|
|
19
|
-
*
|
|
20
|
-
* You should have received a copy of the GNU General Public License
|
|
21
|
-
* along with this program; if not, write to the Free Software
|
|
22
|
-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
23
|
-
*
|
|
24
|
-
* Copyright (c) 2015-2020 (original work) Open Assessment Technologies SA ;
|
|
9
|
+
/**
|
|
10
|
+
* This program is free software; you can redistribute it and/or
|
|
11
|
+
* modify it under the terms of the GNU General Public License
|
|
12
|
+
* as published by the Free Software Foundation; under version 2
|
|
13
|
+
* of the License (non-upgradable).
|
|
14
|
+
*
|
|
15
|
+
* This program is distributed in the hope that it will be useful,
|
|
16
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
17
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
18
|
+
* GNU General Public License for more details.
|
|
19
|
+
*
|
|
20
|
+
* You should have received a copy of the GNU General Public License
|
|
21
|
+
* along with this program; if not, write to the Free Software
|
|
22
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
23
|
+
*
|
|
24
|
+
* Copyright (c) 2015-2020 (original work) Open Assessment Technologies SA ;
|
|
25
25
|
*/
|
|
26
|
-
/**
|
|
27
|
-
* Namespace for component
|
|
28
|
-
* @type {String}
|
|
26
|
+
/**
|
|
27
|
+
* Namespace for component
|
|
28
|
+
* @type {String}
|
|
29
29
|
*/
|
|
30
30
|
|
|
31
31
|
var NS = 'autocompleter';
|
|
32
|
-
/**
|
|
33
|
-
* Default config for tooltip displayed when the server returns less records than available
|
|
34
|
-
* @type {Object}
|
|
32
|
+
/**
|
|
33
|
+
* Default config for tooltip displayed when the server returns less records than available
|
|
34
|
+
* @type {Object}
|
|
35
35
|
*/
|
|
36
36
|
|
|
37
37
|
var tooltipConfigTooMany = {
|
|
@@ -40,189 +40,189 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
40
40
|
};
|
|
41
41
|
|
|
42
42
|
var toolTipMessage = __('Too many suggestions match your query. Only a few are listed');
|
|
43
|
-
/**
|
|
44
|
-
* A list of default values for allowed options
|
|
45
|
-
* @type {Object}
|
|
43
|
+
/**
|
|
44
|
+
* A list of default values for allowed options
|
|
45
|
+
* @type {Object}
|
|
46
46
|
*/
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
var defaults = {
|
|
50
|
-
/**
|
|
51
|
-
* The name of the wrapped plugin
|
|
52
|
-
* @type {String}
|
|
50
|
+
/**
|
|
51
|
+
* The name of the wrapped plugin
|
|
52
|
+
* @type {String}
|
|
53
53
|
*/
|
|
54
54
|
pluginName: 'autocomplete',
|
|
55
55
|
|
|
56
|
-
/**
|
|
57
|
-
* Defines the URL to data source
|
|
58
|
-
* @type {String}
|
|
56
|
+
/**
|
|
57
|
+
* Defines the URL to data source
|
|
58
|
+
* @type {String}
|
|
59
59
|
*/
|
|
60
60
|
url: null,
|
|
61
61
|
|
|
62
|
-
/**
|
|
63
|
-
* Defines a list of extra params to be sent with the query.
|
|
64
|
-
* @type {Object}
|
|
62
|
+
/**
|
|
63
|
+
* Defines a list of extra params to be sent with the query.
|
|
64
|
+
* @type {Object}
|
|
65
65
|
*/
|
|
66
66
|
params: null,
|
|
67
67
|
|
|
68
|
-
/**
|
|
69
|
-
* Defines the root for seach params.
|
|
70
|
-
* When provided, all the search params are wrapped under the same root.
|
|
71
|
-
* @type {String}
|
|
68
|
+
/**
|
|
69
|
+
* Defines the root for seach params.
|
|
70
|
+
* When provided, all the search params are wrapped under the same root.
|
|
71
|
+
* @type {String}
|
|
72
72
|
*/
|
|
73
73
|
paramsRoot: null,
|
|
74
74
|
|
|
75
|
-
/**
|
|
76
|
-
* Defines the name of the param providing the ontology URI
|
|
77
|
-
* @type {String|String[]}
|
|
75
|
+
/**
|
|
76
|
+
* Defines the name of the param providing the ontology URI
|
|
77
|
+
* @type {String|String[]}
|
|
78
78
|
*/
|
|
79
79
|
ontologyParam: 'rootNode',
|
|
80
80
|
|
|
81
|
-
/**
|
|
82
|
-
* Defines the name of the param providing the searched pattern
|
|
83
|
-
* @type {String}
|
|
81
|
+
/**
|
|
82
|
+
* Defines the name of the param providing the searched pattern
|
|
83
|
+
* @type {String}
|
|
84
84
|
*/
|
|
85
85
|
queryParam: 'query',
|
|
86
86
|
|
|
87
|
-
/**
|
|
88
|
-
* Defines the request method. Can be either GET or POST, default to GET.
|
|
89
|
-
* @type {String}
|
|
87
|
+
/**
|
|
88
|
+
* Defines the request method. Can be either GET or POST, default to GET.
|
|
89
|
+
* @type {String}
|
|
90
90
|
*/
|
|
91
91
|
type: 'GET',
|
|
92
92
|
|
|
93
|
-
/**
|
|
94
|
-
* Defines the URI of the target ontology.
|
|
95
|
-
* @type {String}
|
|
93
|
+
/**
|
|
94
|
+
* Defines the URI of the target ontology.
|
|
95
|
+
* @type {String}
|
|
96
96
|
*/
|
|
97
97
|
ontology: null,
|
|
98
98
|
|
|
99
|
-
/**
|
|
100
|
-
* The current value
|
|
101
|
-
* @type {String}
|
|
99
|
+
/**
|
|
100
|
+
* The current value
|
|
101
|
+
* @type {String}
|
|
102
102
|
*/
|
|
103
103
|
value: null,
|
|
104
104
|
|
|
105
|
-
/**
|
|
106
|
-
* The current label
|
|
107
|
-
* @type {String}
|
|
105
|
+
/**
|
|
106
|
+
* The current label
|
|
107
|
+
* @type {String}
|
|
108
108
|
*/
|
|
109
109
|
label: null,
|
|
110
110
|
|
|
111
|
-
/**
|
|
112
|
-
* Defines the name of the field containing the value within the received data.
|
|
113
|
-
* @type {String}
|
|
111
|
+
/**
|
|
112
|
+
* Defines the name of the field containing the value within the received data.
|
|
113
|
+
* @type {String}
|
|
114
114
|
*/
|
|
115
115
|
valueField: 'id',
|
|
116
116
|
|
|
117
|
-
/**
|
|
118
|
-
* Defines the name of the field containing the label within the received data.
|
|
119
|
-
* @type {String}
|
|
117
|
+
/**
|
|
118
|
+
* Defines the name of the field containing the label within the received data.
|
|
119
|
+
* @type {String}
|
|
120
120
|
*/
|
|
121
121
|
labelField: 'http://www.w3.org/2000/01/rdf-schema#label',
|
|
122
122
|
|
|
123
|
-
/**
|
|
124
|
-
* When set to true the component acts as a data provider.
|
|
125
|
-
* In this mode, each time an item is selected from a list,
|
|
126
|
-
* it will be directly removed from the input, so the listener
|
|
127
|
-
* has to take care of the selected value and to add it in its own list.
|
|
128
|
-
* @type {Boolean}
|
|
123
|
+
/**
|
|
124
|
+
* When set to true the component acts as a data provider.
|
|
125
|
+
* In this mode, each time an item is selected from a list,
|
|
126
|
+
* it will be directly removed from the input, so the listener
|
|
127
|
+
* has to take care of the selected value and to add it in its own list.
|
|
128
|
+
* @type {Boolean}
|
|
129
129
|
*/
|
|
130
130
|
isProvider: false,
|
|
131
131
|
|
|
132
|
-
/**
|
|
133
|
-
* When set to true the component prevents auto submit when the user hit enter on the text box.
|
|
134
|
-
* @type {Boolean}
|
|
132
|
+
/**
|
|
133
|
+
* When set to true the component prevents auto submit when the user hit enter on the text box.
|
|
134
|
+
* @type {Boolean}
|
|
135
135
|
*/
|
|
136
136
|
preventSubmit: false,
|
|
137
137
|
|
|
138
|
-
/**
|
|
139
|
-
* Number of milliseconds to defer ajax request.
|
|
140
|
-
* @type {Number}
|
|
138
|
+
/**
|
|
139
|
+
* Number of milliseconds to defer ajax request.
|
|
140
|
+
* @type {Number}
|
|
141
141
|
*/
|
|
142
142
|
delay: 250,
|
|
143
143
|
|
|
144
|
-
/**
|
|
145
|
-
* Minimum number of characters required to trigger the ajax request.
|
|
146
|
-
* @type {Number}
|
|
144
|
+
/**
|
|
145
|
+
* Minimum number of characters required to trigger the ajax request.
|
|
146
|
+
* @type {Number}
|
|
147
147
|
*/
|
|
148
148
|
minChars: 3,
|
|
149
149
|
|
|
150
|
-
/**
|
|
151
|
-
* Flag used to checks if too many suggestions are available on server side for the current query
|
|
152
|
-
* @type {Boolean}
|
|
150
|
+
/**
|
|
151
|
+
* Flag used to checks if too many suggestions are available on server side for the current query
|
|
152
|
+
* @type {Boolean}
|
|
153
153
|
*/
|
|
154
154
|
tooManySuggestions: false,
|
|
155
155
|
|
|
156
|
-
/**
|
|
157
|
-
* Flag used to auto add a wildcard char at the end of the query.
|
|
158
|
-
* @type {Boolean}
|
|
156
|
+
/**
|
|
157
|
+
* Flag used to auto add a wildcard char at the end of the query.
|
|
158
|
+
* @type {Boolean}
|
|
159
159
|
*/
|
|
160
160
|
addWilcard: false
|
|
161
161
|
};
|
|
162
162
|
var autocompleter = {
|
|
163
|
-
/**
|
|
164
|
-
* @event beforeSelectItem Fired when the user select a suggestion in the list.
|
|
165
|
-
* @param {Event} event
|
|
166
|
-
* @param {String} value
|
|
167
|
-
* @param {String} label
|
|
168
|
-
* @param {autocompleter} instance
|
|
169
|
-
* @returns {Boolean} The handler can returns `false` to prevent default handling
|
|
170
|
-
*/
|
|
171
|
-
|
|
172
|
-
/**
|
|
173
|
-
* @event selectItem Fired after the user has selected a suggestion in the list.
|
|
174
|
-
* @param {Event} event
|
|
175
|
-
* @param {String} value
|
|
176
|
-
* @param {String} label
|
|
177
|
-
* @param {autocompleter} instance
|
|
178
|
-
*/
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* @event searchStart Fired when the user input text and a query is about to be requested.
|
|
182
|
-
* @param {Event} event
|
|
183
|
-
* @param {Object} params The list of params which will be bound the query
|
|
184
|
-
* @param {autocompleter} instance
|
|
185
|
-
* @returns {Boolean} The handler can returns `false` to prevent default handling
|
|
186
|
-
*/
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
* @event searchComplete Fired after ajax response is processed.
|
|
190
|
-
* @param {Event} event
|
|
191
|
-
* @param {String} query The requested fragment
|
|
192
|
-
* @param {Object} suggestions An array containing the results.
|
|
193
|
-
* @param {autocompleter} instance
|
|
194
|
-
*/
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* @event searchError Fired if ajax request fails.
|
|
198
|
-
* @param {Event} event
|
|
199
|
-
* @param {String} query
|
|
200
|
-
* @param {jqXHR} jqXHR
|
|
201
|
-
* @param {String} textStatus
|
|
202
|
-
* @param {Exception} errorThrown
|
|
203
|
-
* @param {autocompleter} instance
|
|
204
|
-
*/
|
|
205
|
-
|
|
206
|
-
/**
|
|
207
|
-
* @event invalidateSelection Fired when input is altered after selection has been made.
|
|
208
|
-
* @param {Event} event
|
|
209
|
-
* @param {autocompleter} instance
|
|
210
|
-
*/
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* @event beforeRender Fired before displaying the suggestions.
|
|
214
|
-
* You may manipulate suggestions DOM before it is displayed.
|
|
215
|
-
* @param {Event} event
|
|
216
|
-
* @param {jQuery} $container
|
|
217
|
-
* @param {autocompleter} instance
|
|
218
|
-
*/
|
|
219
|
-
|
|
220
|
-
/**
|
|
221
|
-
* Initializes the component. Installs the autocompleter onto an element.
|
|
222
|
-
* @param {jQuery|Element|String} element The element on which install the autocompleter
|
|
223
|
-
* @param {Object} options A list of options to set
|
|
224
|
-
* The complete list of plugin options can be found at: https://github.com/devbridge/jQuery-Autocomplete
|
|
225
|
-
* @returns {autocompleter} this
|
|
163
|
+
/**
|
|
164
|
+
* @event beforeSelectItem Fired when the user select a suggestion in the list.
|
|
165
|
+
* @param {Event} event
|
|
166
|
+
* @param {String} value
|
|
167
|
+
* @param {String} label
|
|
168
|
+
* @param {autocompleter} instance
|
|
169
|
+
* @returns {Boolean} The handler can returns `false` to prevent default handling
|
|
170
|
+
*/
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @event selectItem Fired after the user has selected a suggestion in the list.
|
|
174
|
+
* @param {Event} event
|
|
175
|
+
* @param {String} value
|
|
176
|
+
* @param {String} label
|
|
177
|
+
* @param {autocompleter} instance
|
|
178
|
+
*/
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* @event searchStart Fired when the user input text and a query is about to be requested.
|
|
182
|
+
* @param {Event} event
|
|
183
|
+
* @param {Object} params The list of params which will be bound the query
|
|
184
|
+
* @param {autocompleter} instance
|
|
185
|
+
* @returns {Boolean} The handler can returns `false` to prevent default handling
|
|
186
|
+
*/
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* @event searchComplete Fired after ajax response is processed.
|
|
190
|
+
* @param {Event} event
|
|
191
|
+
* @param {String} query The requested fragment
|
|
192
|
+
* @param {Object} suggestions An array containing the results.
|
|
193
|
+
* @param {autocompleter} instance
|
|
194
|
+
*/
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* @event searchError Fired if ajax request fails.
|
|
198
|
+
* @param {Event} event
|
|
199
|
+
* @param {String} query
|
|
200
|
+
* @param {jqXHR} jqXHR
|
|
201
|
+
* @param {String} textStatus
|
|
202
|
+
* @param {Exception} errorThrown
|
|
203
|
+
* @param {autocompleter} instance
|
|
204
|
+
*/
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* @event invalidateSelection Fired when input is altered after selection has been made.
|
|
208
|
+
* @param {Event} event
|
|
209
|
+
* @param {autocompleter} instance
|
|
210
|
+
*/
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* @event beforeRender Fired before displaying the suggestions.
|
|
214
|
+
* You may manipulate suggestions DOM before it is displayed.
|
|
215
|
+
* @param {Event} event
|
|
216
|
+
* @param {jQuery} $container
|
|
217
|
+
* @param {autocompleter} instance
|
|
218
|
+
*/
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Initializes the component. Installs the autocompleter onto an element.
|
|
222
|
+
* @param {jQuery|Element|String} element The element on which install the autocompleter
|
|
223
|
+
* @param {Object} options A list of options to set
|
|
224
|
+
* The complete list of plugin options can be found at: https://github.com/devbridge/jQuery-Autocomplete
|
|
225
|
+
* @returns {autocompleter} this
|
|
226
226
|
*/
|
|
227
227
|
init: function init(element, options) {
|
|
228
228
|
// fetch the element to handle, we need an input element
|
|
@@ -246,11 +246,11 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
246
246
|
return this;
|
|
247
247
|
},
|
|
248
248
|
|
|
249
|
-
/**
|
|
250
|
-
* Destroys the wrapped plugin instance.
|
|
251
|
-
* All events are detached and suggestion containers removed.
|
|
252
|
-
* The value is conserved.
|
|
253
|
-
* @returns {autocompleter} this
|
|
249
|
+
/**
|
|
250
|
+
* Destroys the wrapped plugin instance.
|
|
251
|
+
* All events are detached and suggestion containers removed.
|
|
252
|
+
* The value is conserved.
|
|
253
|
+
* @returns {autocompleter} this
|
|
254
254
|
*/
|
|
255
255
|
destroy: function destroy() {
|
|
256
256
|
this.applyPlugin('dispose');
|
|
@@ -264,13 +264,13 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
264
264
|
return this;
|
|
265
265
|
},
|
|
266
266
|
|
|
267
|
-
/**
|
|
268
|
-
* Parses the provided options and filters them.
|
|
269
|
-
* Separates the component options from those which go the plugin instance.
|
|
270
|
-
* Immediately applies the component options, returns the plugin options.
|
|
271
|
-
* @param {Object} options A list of options to filter.
|
|
272
|
-
* The complete list of plugin options can be found at: https://github.com/devbridge/jQuery-Autocomplete
|
|
273
|
-
* @returns {Object} Returns the list of plugin options and their values.
|
|
267
|
+
/**
|
|
268
|
+
* Parses the provided options and filters them.
|
|
269
|
+
* Separates the component options from those which go the plugin instance.
|
|
270
|
+
* Immediately applies the component options, returns the plugin options.
|
|
271
|
+
* @param {Object} options A list of options to filter.
|
|
272
|
+
* The complete list of plugin options can be found at: https://github.com/devbridge/jQuery-Autocomplete
|
|
273
|
+
* @returns {Object} Returns the list of plugin options and their values.
|
|
274
274
|
*/
|
|
275
275
|
parseOptions: function parseOptions(options) {
|
|
276
276
|
var self = this;
|
|
@@ -317,22 +317,22 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
317
317
|
return pluginOptions;
|
|
318
318
|
},
|
|
319
319
|
|
|
320
|
-
/**
|
|
321
|
-
* Applies options onto the component and the wrapped plugin instance.
|
|
322
|
-
* @param {Object} options A list of named options to set.
|
|
323
|
-
* The complete list of plugin options can be found at: https://github.com/devbridge/jQuery-Autocomplete
|
|
324
|
-
* @returns {autocompleter} this
|
|
320
|
+
/**
|
|
321
|
+
* Applies options onto the component and the wrapped plugin instance.
|
|
322
|
+
* @param {Object} options A list of named options to set.
|
|
323
|
+
* The complete list of plugin options can be found at: https://github.com/devbridge/jQuery-Autocomplete
|
|
324
|
+
* @returns {autocompleter} this
|
|
325
325
|
*/
|
|
326
326
|
setOptions: function setOptions(options) {
|
|
327
327
|
this.applyPlugin('setOptions', [this.parseOptions(options)]);
|
|
328
328
|
return this;
|
|
329
329
|
},
|
|
330
330
|
|
|
331
|
-
/**
|
|
332
|
-
* Calls a method on the inner element with the provided list of params.
|
|
333
|
-
* @param {String} action The name of the method to call
|
|
334
|
-
* @param {Array} [params] A list of optional params to pass to the called method
|
|
335
|
-
* @returns {*} Returns the callee result
|
|
331
|
+
/**
|
|
332
|
+
* Calls a method on the inner element with the provided list of params.
|
|
333
|
+
* @param {String} action The name of the method to call
|
|
334
|
+
* @param {Array} [params] A list of optional params to pass to the called method
|
|
335
|
+
* @returns {*} Returns the callee result
|
|
336
336
|
*/
|
|
337
337
|
applyElement: function applyElement(action, params) {
|
|
338
338
|
var $element = this.$element;
|
|
@@ -342,11 +342,11 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
344
|
|
|
345
|
-
/**
|
|
346
|
-
* Calls a method on the wrapped plugin with the provided list of params.
|
|
347
|
-
* @param {String} action The name of the method to call
|
|
348
|
-
* @param {Array} [params] A list of optional params to pass to the called method
|
|
349
|
-
* @returns {*} Returns the callee result
|
|
345
|
+
/**
|
|
346
|
+
* Calls a method on the wrapped plugin with the provided list of params.
|
|
347
|
+
* @param {String} action The name of the method to call
|
|
348
|
+
* @param {Array} [params] A list of optional params to pass to the called method
|
|
349
|
+
* @returns {*} Returns the callee result
|
|
350
350
|
*/
|
|
351
351
|
applyPlugin: function applyPlugin(action, params) {
|
|
352
352
|
var $element = this.$element;
|
|
@@ -357,8 +357,8 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
357
357
|
}
|
|
358
358
|
},
|
|
359
359
|
|
|
360
|
-
/**
|
|
361
|
-
* Shows the tooltip displayed when the server returns less records than available
|
|
360
|
+
/**
|
|
361
|
+
* Shows the tooltip displayed when the server returns less records than available
|
|
362
362
|
*/
|
|
363
363
|
showTooltipTooMany: function showTooltipTooMany() {
|
|
364
364
|
if (this.$element) {
|
|
@@ -366,8 +366,8 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
366
366
|
}
|
|
367
367
|
},
|
|
368
368
|
|
|
369
|
-
/**
|
|
370
|
-
* Hides the tooltip displayed when the server returns less records than available
|
|
369
|
+
/**
|
|
370
|
+
* Hides the tooltip displayed when the server returns less records than available
|
|
371
371
|
*/
|
|
372
372
|
hideTooltipTooMany: function hideTooltipTooMany() {
|
|
373
373
|
if (this.$element) {
|
|
@@ -375,67 +375,67 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
375
375
|
}
|
|
376
376
|
},
|
|
377
377
|
|
|
378
|
-
/**
|
|
379
|
-
* Fires an event handler.
|
|
380
|
-
* @param {String} eventName The name of the event to trigger
|
|
381
|
-
* @param {Array} [params] A list of optional parameters
|
|
382
|
-
* @returns {*} Returns the call result
|
|
378
|
+
/**
|
|
379
|
+
* Fires an event handler.
|
|
380
|
+
* @param {String} eventName The name of the event to trigger
|
|
381
|
+
* @param {Array} [params] A list of optional parameters
|
|
382
|
+
* @returns {*} Returns the call result
|
|
383
383
|
*/
|
|
384
384
|
trigger: function trigger(eventName, params) {
|
|
385
385
|
return this.applyElement('triggerHandler', [adjustEventName(eventName), params]);
|
|
386
386
|
},
|
|
387
387
|
|
|
388
|
-
/**
|
|
389
|
-
* Installs an event handler.
|
|
390
|
-
* @param {String} eventName The name of the event to listen
|
|
391
|
-
* @param {Function } callback The function called back when the event occurs
|
|
392
|
-
* @returns {autocompleter} this
|
|
388
|
+
/**
|
|
389
|
+
* Installs an event handler.
|
|
390
|
+
* @param {String} eventName The name of the event to listen
|
|
391
|
+
* @param {Function } callback The function called back when the event occurs
|
|
392
|
+
* @returns {autocompleter} this
|
|
393
393
|
*/
|
|
394
394
|
on: function on(eventName, callback) {
|
|
395
395
|
this.applyElement('on', [adjustEventName(eventName), callback]);
|
|
396
396
|
return this;
|
|
397
397
|
},
|
|
398
398
|
|
|
399
|
-
/**
|
|
400
|
-
* Uninstalls an event handler.
|
|
401
|
-
* @param {String} eventName The name of the event to release
|
|
402
|
-
* @param {Function } [callback] The callback provided at install
|
|
403
|
-
* @returns {autocompleter} this
|
|
399
|
+
/**
|
|
400
|
+
* Uninstalls an event handler.
|
|
401
|
+
* @param {String} eventName The name of the event to release
|
|
402
|
+
* @param {Function } [callback] The callback provided at install
|
|
403
|
+
* @returns {autocompleter} this
|
|
404
404
|
*/
|
|
405
405
|
off: function off(eventName, callback) {
|
|
406
406
|
this.applyElement('off', [adjustEventName(eventName), callback]);
|
|
407
407
|
return this;
|
|
408
408
|
},
|
|
409
409
|
|
|
410
|
-
/**
|
|
411
|
-
* Gets the nested element on which the component is installed.
|
|
412
|
-
* @returns {*|jQuery|HTMLElement}
|
|
410
|
+
/**
|
|
411
|
+
* Gets the nested element on which the component is installed.
|
|
412
|
+
* @returns {*|jQuery|HTMLElement}
|
|
413
413
|
*/
|
|
414
414
|
getElement: function getElement() {
|
|
415
415
|
return this.$element;
|
|
416
416
|
},
|
|
417
417
|
|
|
418
|
-
/**
|
|
419
|
-
* Checks if the server can provide more suggestions than displayed for the current query
|
|
420
|
-
* @returns {Boolean}
|
|
418
|
+
/**
|
|
419
|
+
* Checks if the server can provide more suggestions than displayed for the current query
|
|
420
|
+
* @returns {Boolean}
|
|
421
421
|
*/
|
|
422
422
|
hasTooManySuggestions: function hasTooManySuggestions() {
|
|
423
423
|
return !!this.tooManySuggestions;
|
|
424
424
|
},
|
|
425
425
|
|
|
426
|
-
/**
|
|
427
|
-
* Gets the field value.
|
|
428
|
-
* @returns {String}
|
|
426
|
+
/**
|
|
427
|
+
* Gets the field value.
|
|
428
|
+
* @returns {String}
|
|
429
429
|
*/
|
|
430
430
|
getValue: function getValue() {
|
|
431
431
|
return this.value;
|
|
432
432
|
},
|
|
433
433
|
|
|
434
|
-
/**
|
|
435
|
-
* Sets the field value.
|
|
436
|
-
* @param {String} value The value to set inside the field
|
|
437
|
-
* @param {String} label The label to display inside the field
|
|
438
|
-
* @returns {autocompleter} this
|
|
434
|
+
/**
|
|
435
|
+
* Sets the field value.
|
|
436
|
+
* @param {String} value The value to set inside the field
|
|
437
|
+
* @param {String} label The label to display inside the field
|
|
438
|
+
* @returns {autocompleter} this
|
|
439
439
|
*/
|
|
440
440
|
setValue: function setValue(value, label) {
|
|
441
441
|
this.value = value;
|
|
@@ -447,18 +447,18 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
447
447
|
return this;
|
|
448
448
|
},
|
|
449
449
|
|
|
450
|
-
/**
|
|
451
|
-
* Gets the displayed label.
|
|
452
|
-
* @returns {String}
|
|
450
|
+
/**
|
|
451
|
+
* Gets the displayed label.
|
|
452
|
+
* @returns {String}
|
|
453
453
|
*/
|
|
454
454
|
getLabel: function getLabel() {
|
|
455
455
|
return this.label;
|
|
456
456
|
},
|
|
457
457
|
|
|
458
|
-
/**
|
|
459
|
-
* Sets the displayed label.
|
|
460
|
-
* @param {String} label The label to display inside the field
|
|
461
|
-
* @returns {autocompleter} this
|
|
458
|
+
/**
|
|
459
|
+
* Sets the displayed label.
|
|
460
|
+
* @param {String} label The label to display inside the field
|
|
461
|
+
* @returns {autocompleter} this
|
|
462
462
|
*/
|
|
463
463
|
setLabel: function setLabel(label) {
|
|
464
464
|
this.label = label;
|
|
@@ -470,129 +470,129 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
470
470
|
return this;
|
|
471
471
|
},
|
|
472
472
|
|
|
473
|
-
/**
|
|
474
|
-
* Gets the URI of the target ontology.
|
|
475
|
-
* @returns {String}
|
|
473
|
+
/**
|
|
474
|
+
* Gets the URI of the target ontology.
|
|
475
|
+
* @returns {String}
|
|
476
476
|
*/
|
|
477
477
|
getOntology: function getOntology() {
|
|
478
478
|
return this.ontology;
|
|
479
479
|
},
|
|
480
480
|
|
|
481
|
-
/**
|
|
482
|
-
* Sets the URI of the target ontology.
|
|
483
|
-
* @param {String} ontology
|
|
484
|
-
* @returns {autocompleter} this
|
|
481
|
+
/**
|
|
482
|
+
* Sets the URI of the target ontology.
|
|
483
|
+
* @param {String} ontology
|
|
484
|
+
* @returns {autocompleter} this
|
|
485
485
|
*/
|
|
486
486
|
setOntology: function setOntology(ontology) {
|
|
487
487
|
this.ontology = ontology;
|
|
488
488
|
return this;
|
|
489
489
|
},
|
|
490
490
|
|
|
491
|
-
/**
|
|
492
|
-
* Gets the name of the field containing the value within the received data.
|
|
493
|
-
* @returns {String}
|
|
491
|
+
/**
|
|
492
|
+
* Gets the name of the field containing the value within the received data.
|
|
493
|
+
* @returns {String}
|
|
494
494
|
*/
|
|
495
495
|
getValueField: function getValueField() {
|
|
496
496
|
return this.valueField;
|
|
497
497
|
},
|
|
498
498
|
|
|
499
|
-
/**
|
|
500
|
-
* Sets the name of the field containing the value within the received data.
|
|
501
|
-
* @param {String} valueField
|
|
502
|
-
* @returns {autocompleter} this
|
|
499
|
+
/**
|
|
500
|
+
* Sets the name of the field containing the value within the received data.
|
|
501
|
+
* @param {String} valueField
|
|
502
|
+
* @returns {autocompleter} this
|
|
503
503
|
*/
|
|
504
504
|
setValueField: function setValueField(valueField) {
|
|
505
505
|
this.valueField = valueField;
|
|
506
506
|
return this;
|
|
507
507
|
},
|
|
508
508
|
|
|
509
|
-
/**
|
|
510
|
-
* Gets the name of the field containing the label within the received data.
|
|
511
|
-
* @returns {String}
|
|
509
|
+
/**
|
|
510
|
+
* Gets the name of the field containing the label within the received data.
|
|
511
|
+
* @returns {String}
|
|
512
512
|
*/
|
|
513
513
|
getLabelField: function getLabelField() {
|
|
514
514
|
return this.labelField;
|
|
515
515
|
},
|
|
516
516
|
|
|
517
|
-
/**
|
|
518
|
-
* Sets the name of the field containing the label within the received data.
|
|
519
|
-
* @param {String} labelField
|
|
520
|
-
* @returns {autocompleter} this
|
|
517
|
+
/**
|
|
518
|
+
* Sets the name of the field containing the label within the received data.
|
|
519
|
+
* @param {String} labelField
|
|
520
|
+
* @returns {autocompleter} this
|
|
521
521
|
*/
|
|
522
522
|
setLabelField: function setLabelField(labelField) {
|
|
523
523
|
this.labelField = labelField;
|
|
524
524
|
return this;
|
|
525
525
|
},
|
|
526
526
|
|
|
527
|
-
/**
|
|
528
|
-
* Gets the value of the isProvider option.
|
|
529
|
-
* When set to true the component acts as a data provider.
|
|
530
|
-
* In this mode, each time an item is selected from a list,
|
|
531
|
-
* it will be directly removed from the input, so the listener
|
|
532
|
-
* has to take care of the selected value and to add it in its own list.
|
|
533
|
-
* @returns {Boolean}
|
|
527
|
+
/**
|
|
528
|
+
* Gets the value of the isProvider option.
|
|
529
|
+
* When set to true the component acts as a data provider.
|
|
530
|
+
* In this mode, each time an item is selected from a list,
|
|
531
|
+
* it will be directly removed from the input, so the listener
|
|
532
|
+
* has to take care of the selected value and to add it in its own list.
|
|
533
|
+
* @returns {Boolean}
|
|
534
534
|
*/
|
|
535
535
|
getIsProvider: function getIsProvider() {
|
|
536
536
|
return this.isProvider;
|
|
537
537
|
},
|
|
538
538
|
|
|
539
|
-
/**
|
|
540
|
-
* Sets the value of the isProvider option.
|
|
541
|
-
* When set to true the component acts as a data provider.
|
|
542
|
-
* In this mode, each time an item is selected from a list,
|
|
543
|
-
* it will be directly removed from the input, so the listener
|
|
544
|
-
* has to take care of the selected value and to add it in its own list.
|
|
545
|
-
* @param {Boolean} isProvider
|
|
546
|
-
* @returns {autocompleter} this
|
|
539
|
+
/**
|
|
540
|
+
* Sets the value of the isProvider option.
|
|
541
|
+
* When set to true the component acts as a data provider.
|
|
542
|
+
* In this mode, each time an item is selected from a list,
|
|
543
|
+
* it will be directly removed from the input, so the listener
|
|
544
|
+
* has to take care of the selected value and to add it in its own list.
|
|
545
|
+
* @param {Boolean} isProvider
|
|
546
|
+
* @returns {autocompleter} this
|
|
547
547
|
*/
|
|
548
548
|
setIsProvider: function setIsProvider(isProvider) {
|
|
549
549
|
this.isProvider = toBoolean(isProvider);
|
|
550
550
|
return this;
|
|
551
551
|
},
|
|
552
552
|
|
|
553
|
-
/**
|
|
554
|
-
* Gets the value of the preventSubmit option.
|
|
555
|
-
* When set to true the component prevents auto submit when the user hit enter on the text box.
|
|
556
|
-
* @returns {Boolean}
|
|
553
|
+
/**
|
|
554
|
+
* Gets the value of the preventSubmit option.
|
|
555
|
+
* When set to true the component prevents auto submit when the user hit enter on the text box.
|
|
556
|
+
* @returns {Boolean}
|
|
557
557
|
*/
|
|
558
558
|
getPreventSubmit: function getPreventSubmit() {
|
|
559
559
|
return this.preventSubmit;
|
|
560
560
|
},
|
|
561
561
|
|
|
562
|
-
/**
|
|
563
|
-
* Sets the value of the preventSubmit option.
|
|
564
|
-
* When set to true the component prevents auto submit when the user hit enter on the text box.
|
|
565
|
-
* @param {Boolean} preventSubmit
|
|
566
|
-
* @returns {autocompleter} this
|
|
562
|
+
/**
|
|
563
|
+
* Sets the value of the preventSubmit option.
|
|
564
|
+
* When set to true the component prevents auto submit when the user hit enter on the text box.
|
|
565
|
+
* @param {Boolean} preventSubmit
|
|
566
|
+
* @returns {autocompleter} this
|
|
567
567
|
*/
|
|
568
568
|
setPreventSubmit: function setPreventSubmit(preventSubmit) {
|
|
569
569
|
this.preventSubmit = toBoolean(preventSubmit);
|
|
570
570
|
return this;
|
|
571
571
|
},
|
|
572
572
|
|
|
573
|
-
/**
|
|
574
|
-
* Gets the root for seach params.
|
|
575
|
-
* When provided, all the search params are wrapped under the same root.
|
|
576
|
-
* @returns {String}
|
|
573
|
+
/**
|
|
574
|
+
* Gets the root for seach params.
|
|
575
|
+
* When provided, all the search params are wrapped under the same root.
|
|
576
|
+
* @returns {String}
|
|
577
577
|
*/
|
|
578
578
|
getParamsRoot: function getParamsRoot() {
|
|
579
579
|
return this.paramsRoot;
|
|
580
580
|
},
|
|
581
581
|
|
|
582
|
-
/**
|
|
583
|
-
* Set the root for seach params.
|
|
584
|
-
* When provided, all the search params are wrapped under the same root.
|
|
585
|
-
* @param {String} paramsRoot
|
|
586
|
-
* @returns {autocompleter} this
|
|
582
|
+
/**
|
|
583
|
+
* Set the root for seach params.
|
|
584
|
+
* When provided, all the search params are wrapped under the same root.
|
|
585
|
+
* @param {String} paramsRoot
|
|
586
|
+
* @returns {autocompleter} this
|
|
587
587
|
*/
|
|
588
588
|
setParamsRoot: function setParamsRoot(paramsRoot) {
|
|
589
589
|
this.paramsRoot = paramsRoot;
|
|
590
590
|
return this;
|
|
591
591
|
},
|
|
592
592
|
|
|
593
|
-
/**
|
|
594
|
-
* Gets the list of extra params to be sent with the query.
|
|
595
|
-
* @returns {Object}
|
|
593
|
+
/**
|
|
594
|
+
* Gets the list of extra params to be sent with the query.
|
|
595
|
+
* @returns {Object}
|
|
596
596
|
*/
|
|
597
597
|
getParams: function getParams() {
|
|
598
598
|
var _this = this;
|
|
@@ -619,157 +619,157 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
619
619
|
return params;
|
|
620
620
|
},
|
|
621
621
|
|
|
622
|
-
/**
|
|
623
|
-
* Sets a list of extra params to be sent with the query.
|
|
624
|
-
* @param {Object} params
|
|
625
|
-
* @returns {autocompleter} this
|
|
622
|
+
/**
|
|
623
|
+
* Sets a list of extra params to be sent with the query.
|
|
624
|
+
* @param {Object} params
|
|
625
|
+
* @returns {autocompleter} this
|
|
626
626
|
*/
|
|
627
627
|
setParams: function setParams(params) {
|
|
628
628
|
this.params = params;
|
|
629
629
|
return this;
|
|
630
630
|
},
|
|
631
631
|
|
|
632
|
-
/**
|
|
633
|
-
* Gets the name of the param providing the searched pattern.
|
|
634
|
-
* If paramsRoot has been defined, the param name will be wrapped.
|
|
635
|
-
* @returns {String}
|
|
632
|
+
/**
|
|
633
|
+
* Gets the name of the param providing the searched pattern.
|
|
634
|
+
* If paramsRoot has been defined, the param name will be wrapped.
|
|
635
|
+
* @returns {String}
|
|
636
636
|
*/
|
|
637
637
|
getQueryParam: function getQueryParam() {
|
|
638
638
|
return this.adjustParam(this.queryParam);
|
|
639
639
|
},
|
|
640
640
|
|
|
641
|
-
/**
|
|
642
|
-
* Sets the name of the param providing the searched pattern.
|
|
643
|
-
* @param {String} queryParam
|
|
644
|
-
* @returns {autocompleter} this
|
|
641
|
+
/**
|
|
642
|
+
* Sets the name of the param providing the searched pattern.
|
|
643
|
+
* @param {String} queryParam
|
|
644
|
+
* @returns {autocompleter} this
|
|
645
645
|
*/
|
|
646
646
|
setQueryParam: function setQueryParam(queryParam) {
|
|
647
647
|
this.queryParam = queryParam;
|
|
648
648
|
return this;
|
|
649
649
|
},
|
|
650
650
|
|
|
651
|
-
/**
|
|
652
|
-
* Gets the name of the param providing the ontology URI.
|
|
653
|
-
* If paramsRoot has been defined, the param name will be wrapped.
|
|
654
|
-
* @returns {String}
|
|
651
|
+
/**
|
|
652
|
+
* Gets the name of the param providing the ontology URI.
|
|
653
|
+
* If paramsRoot has been defined, the param name will be wrapped.
|
|
654
|
+
* @returns {String}
|
|
655
655
|
*/
|
|
656
656
|
getOntologyParam: function getOntologyParam() {
|
|
657
657
|
var p = Array.isArray(this.ontologyParam) ? this.ontologyParam[0] : this.ontologyParam;
|
|
658
658
|
return this.adjustParam(p);
|
|
659
659
|
},
|
|
660
660
|
|
|
661
|
-
/**
|
|
662
|
-
* Sets the name of the param providing the ontology URI.
|
|
663
|
-
* @param {String} ontologyParam
|
|
664
|
-
* @returns {autocompleter} this
|
|
661
|
+
/**
|
|
662
|
+
* Sets the name of the param providing the ontology URI.
|
|
663
|
+
* @param {String} ontologyParam
|
|
664
|
+
* @returns {autocompleter} this
|
|
665
665
|
*/
|
|
666
666
|
setOntologyParam: function setOntologyParam(ontologyParam) {
|
|
667
667
|
this.ontologyParam = ontologyParam;
|
|
668
668
|
return this;
|
|
669
669
|
},
|
|
670
670
|
|
|
671
|
-
/**
|
|
672
|
-
* Gets the URL to data source
|
|
673
|
-
* @returns {String}
|
|
671
|
+
/**
|
|
672
|
+
* Gets the URL to data source
|
|
673
|
+
* @returns {String}
|
|
674
674
|
*/
|
|
675
675
|
getUrl: function getUrl() {
|
|
676
676
|
return this.url;
|
|
677
677
|
},
|
|
678
678
|
|
|
679
|
-
/**
|
|
680
|
-
* Sets the URL to data source
|
|
681
|
-
* @param {String} url
|
|
682
|
-
* @returns {autocompleter} this
|
|
679
|
+
/**
|
|
680
|
+
* Sets the URL to data source
|
|
681
|
+
* @param {String} url
|
|
682
|
+
* @returns {autocompleter} this
|
|
683
683
|
*/
|
|
684
684
|
setUrl: function setUrl(url) {
|
|
685
685
|
this.url = url;
|
|
686
686
|
return this;
|
|
687
687
|
},
|
|
688
688
|
|
|
689
|
-
/**
|
|
690
|
-
* Gets the request method. Can be either GET or POST, default to GET.
|
|
691
|
-
* @returns {String}
|
|
689
|
+
/**
|
|
690
|
+
* Gets the request method. Can be either GET or POST, default to GET.
|
|
691
|
+
* @returns {String}
|
|
692
692
|
*/
|
|
693
693
|
getType: function getType() {
|
|
694
694
|
return this.type || 'GET';
|
|
695
695
|
},
|
|
696
696
|
|
|
697
|
-
/**
|
|
698
|
-
* Sets the request method. Can be either GET or POST, default to GET.
|
|
699
|
-
* @param {String} type
|
|
700
|
-
* @returns {autocompleter} this
|
|
697
|
+
/**
|
|
698
|
+
* Sets the request method. Can be either GET or POST, default to GET.
|
|
699
|
+
* @param {String} type
|
|
700
|
+
* @returns {autocompleter} this
|
|
701
701
|
*/
|
|
702
702
|
setType: function setType(type) {
|
|
703
703
|
this.type = type;
|
|
704
704
|
return this;
|
|
705
705
|
},
|
|
706
706
|
|
|
707
|
-
/**
|
|
708
|
-
* Gets the number of miliseconds to defer ajax request.
|
|
709
|
-
* @returns {number}
|
|
707
|
+
/**
|
|
708
|
+
* Gets the number of miliseconds to defer ajax request.
|
|
709
|
+
* @returns {number}
|
|
710
710
|
*/
|
|
711
711
|
getDelay: function getDelay() {
|
|
712
712
|
return this.delay;
|
|
713
713
|
},
|
|
714
714
|
|
|
715
|
-
/**
|
|
716
|
-
* Sets the number of miliseconds to defer ajax request.
|
|
717
|
-
* @param {Number} delay
|
|
718
|
-
* @returns {autocompleter}
|
|
715
|
+
/**
|
|
716
|
+
* Sets the number of miliseconds to defer ajax request.
|
|
717
|
+
* @param {Number} delay
|
|
718
|
+
* @returns {autocompleter}
|
|
719
719
|
*/
|
|
720
720
|
setDelay: function setDelay(delay) {
|
|
721
721
|
this.delay = Math.max(0, Number(delay));
|
|
722
722
|
return this;
|
|
723
723
|
},
|
|
724
724
|
|
|
725
|
-
/**
|
|
726
|
-
* Gets the minimum number of characters required to trigger the ajax request.
|
|
727
|
-
* @returns {number}
|
|
725
|
+
/**
|
|
726
|
+
* Gets the minimum number of characters required to trigger the ajax request.
|
|
727
|
+
* @returns {number}
|
|
728
728
|
*/
|
|
729
729
|
getMinChars: function getMinChars() {
|
|
730
730
|
return this.minChars;
|
|
731
731
|
},
|
|
732
732
|
|
|
733
|
-
/**
|
|
734
|
-
* Sets the minimum number of characters required to trigger the ajax request.
|
|
735
|
-
* @param {Number} minChars
|
|
736
|
-
* @returns {autocompleter} this
|
|
733
|
+
/**
|
|
734
|
+
* Sets the minimum number of characters required to trigger the ajax request.
|
|
735
|
+
* @param {Number} minChars
|
|
736
|
+
* @returns {autocompleter} this
|
|
737
737
|
*/
|
|
738
738
|
setMinChars: function setMinChars(minChars) {
|
|
739
739
|
this.minChars = Math.max(1, Number(minChars));
|
|
740
740
|
return this;
|
|
741
741
|
},
|
|
742
742
|
|
|
743
|
-
/**
|
|
744
|
-
* Activates the component if it was deactivated before.
|
|
745
|
-
* @returns {autocompleter} this
|
|
743
|
+
/**
|
|
744
|
+
* Activates the component if it was deactivated before.
|
|
745
|
+
* @returns {autocompleter} this
|
|
746
746
|
*/
|
|
747
747
|
enable: function enable() {
|
|
748
748
|
this.applyPlugin('enable');
|
|
749
749
|
return this;
|
|
750
750
|
},
|
|
751
751
|
|
|
752
|
-
/**
|
|
753
|
-
* Deactivates the component.
|
|
754
|
-
* @returns {autocompleter} this
|
|
752
|
+
/**
|
|
753
|
+
* Deactivates the component.
|
|
754
|
+
* @returns {autocompleter} this
|
|
755
755
|
*/
|
|
756
756
|
disable: function disable() {
|
|
757
757
|
this.applyPlugin('disable');
|
|
758
758
|
return this;
|
|
759
759
|
},
|
|
760
760
|
|
|
761
|
-
/**
|
|
762
|
-
* Hides suggestions.
|
|
763
|
-
* @returns {autocompleter} this
|
|
761
|
+
/**
|
|
762
|
+
* Hides suggestions.
|
|
763
|
+
* @returns {autocompleter} this
|
|
764
764
|
*/
|
|
765
765
|
hide: function hide() {
|
|
766
766
|
this.applyPlugin('hide');
|
|
767
767
|
return this;
|
|
768
768
|
},
|
|
769
769
|
|
|
770
|
-
/**
|
|
771
|
-
* Clears suggestion cache and current suggestions.
|
|
772
|
-
* @returns {autocompleter} this
|
|
770
|
+
/**
|
|
771
|
+
* Clears suggestion cache and current suggestions.
|
|
772
|
+
* @returns {autocompleter} this
|
|
773
773
|
*/
|
|
774
774
|
clear: function clear() {
|
|
775
775
|
this.tooManySuggestions = false;
|
|
@@ -777,21 +777,21 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
777
777
|
return this;
|
|
778
778
|
},
|
|
779
779
|
|
|
780
|
-
/**
|
|
781
|
-
* Clears suggestion cache.
|
|
782
|
-
* @returns {autocompleter} this
|
|
780
|
+
/**
|
|
781
|
+
* Clears suggestion cache.
|
|
782
|
+
* @returns {autocompleter} this
|
|
783
783
|
*/
|
|
784
784
|
clearCache: function clearCache() {
|
|
785
785
|
this.applyPlugin('clearCache');
|
|
786
786
|
return this;
|
|
787
787
|
},
|
|
788
788
|
|
|
789
|
-
/**
|
|
790
|
-
* Resets the component:
|
|
791
|
-
* - clears the current selection,
|
|
792
|
-
* - clears suggestion cache and current suggestions,
|
|
793
|
-
* - hides suggestions.
|
|
794
|
-
* @returns {autocompleter} this
|
|
789
|
+
/**
|
|
790
|
+
* Resets the component:
|
|
791
|
+
* - clears the current selection,
|
|
792
|
+
* - clears suggestion cache and current suggestions,
|
|
793
|
+
* - hides suggestions.
|
|
794
|
+
* @returns {autocompleter} this
|
|
795
795
|
*/
|
|
796
796
|
reset: function reset() {
|
|
797
797
|
this.setValue(null, '');
|
|
@@ -800,10 +800,10 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
800
800
|
return this;
|
|
801
801
|
},
|
|
802
802
|
|
|
803
|
-
/**
|
|
804
|
-
* Fired on each keyboard actions
|
|
805
|
-
* @param {Event} event
|
|
806
|
-
* @private
|
|
803
|
+
/**
|
|
804
|
+
* Fired on each keyboard actions
|
|
805
|
+
* @param {Event} event
|
|
806
|
+
* @private
|
|
807
807
|
*/
|
|
808
808
|
_onKeyEvent: function _onKeyEvent(event) {
|
|
809
809
|
// prevent auto submit when the option preventSubmit is enabled
|
|
@@ -812,10 +812,10 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
812
812
|
}
|
|
813
813
|
},
|
|
814
814
|
|
|
815
|
-
/**
|
|
816
|
-
* Fired when the user select a suggestion in the list.
|
|
817
|
-
* @param {Object} suggestion
|
|
818
|
-
* @private
|
|
815
|
+
/**
|
|
816
|
+
* Fired when the user select a suggestion in the list.
|
|
817
|
+
* @param {Object} suggestion
|
|
818
|
+
* @private
|
|
819
819
|
*/
|
|
820
820
|
_onSelect: function _onSelect(suggestion) {
|
|
821
821
|
var value = suggestion && suggestion.data;
|
|
@@ -836,10 +836,10 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
836
836
|
}
|
|
837
837
|
},
|
|
838
838
|
|
|
839
|
-
/**
|
|
840
|
-
* Fired when the user input text and a query is about to be requested.
|
|
841
|
-
* @param {Object} params The list of params which will be bound the query
|
|
842
|
-
* @private
|
|
839
|
+
/**
|
|
840
|
+
* Fired when the user input text and a query is about to be requested.
|
|
841
|
+
* @param {Object} params The list of params which will be bound the query
|
|
842
|
+
* @private
|
|
843
843
|
*/
|
|
844
844
|
_onSearchStart: function _onSearchStart(params) {
|
|
845
845
|
var queryParam = this.getQueryParam();
|
|
@@ -860,11 +860,11 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
860
860
|
}
|
|
861
861
|
},
|
|
862
862
|
|
|
863
|
-
/**
|
|
864
|
-
* Fired after ajax response is processed.
|
|
865
|
-
* @param {String} query The requested fragment
|
|
866
|
-
* @param {Object} suggestions An array containing the results.
|
|
867
|
-
* @private
|
|
863
|
+
/**
|
|
864
|
+
* Fired after ajax response is processed.
|
|
865
|
+
* @param {String} query The requested fragment
|
|
866
|
+
* @param {Object} suggestions An array containing the results.
|
|
867
|
+
* @private
|
|
868
868
|
*/
|
|
869
869
|
_onSearchComplete: function _onSearchComplete(query, suggestions) {
|
|
870
870
|
// clear cache when the query returns no records :
|
|
@@ -876,40 +876,40 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
876
876
|
return this.trigger('searchComplete', [query, suggestions, this]);
|
|
877
877
|
},
|
|
878
878
|
|
|
879
|
-
/**
|
|
880
|
-
* Fired if ajax request fails.
|
|
881
|
-
* @param {String} query
|
|
882
|
-
* @param {jqXHR} jqXHR
|
|
883
|
-
* @param {String} textStatus
|
|
884
|
-
* @param {Exception} errorThrown
|
|
885
|
-
* @private
|
|
879
|
+
/**
|
|
880
|
+
* Fired if ajax request fails.
|
|
881
|
+
* @param {String} query
|
|
882
|
+
* @param {jqXHR} jqXHR
|
|
883
|
+
* @param {String} textStatus
|
|
884
|
+
* @param {Exception} errorThrown
|
|
885
|
+
* @private
|
|
886
886
|
*/
|
|
887
887
|
_onSearchError: function _onSearchError(query, jqXHR, textStatus, errorThrown) {
|
|
888
888
|
return this.trigger('searchError', [query, jqXHR, textStatus, errorThrown, this]);
|
|
889
889
|
},
|
|
890
890
|
|
|
891
|
-
/**
|
|
892
|
-
* Fired when input is altered after selection has been made.
|
|
893
|
-
* @private
|
|
891
|
+
/**
|
|
892
|
+
* Fired when input is altered after selection has been made.
|
|
893
|
+
* @private
|
|
894
894
|
*/
|
|
895
895
|
_onInvalidateSelection: function _onInvalidateSelection() {
|
|
896
896
|
return this.trigger('invalidateSelection', [this]);
|
|
897
897
|
},
|
|
898
898
|
|
|
899
|
-
/**
|
|
900
|
-
* Fired before displaying the suggestions.
|
|
901
|
-
* You may manipulate suggestions DOM before it is displayed.
|
|
902
|
-
* @param {jQuery} $container
|
|
903
|
-
* @private
|
|
899
|
+
/**
|
|
900
|
+
* Fired before displaying the suggestions.
|
|
901
|
+
* You may manipulate suggestions DOM before it is displayed.
|
|
902
|
+
* @param {jQuery} $container
|
|
903
|
+
* @private
|
|
904
904
|
*/
|
|
905
905
|
_onBeforeRender: function _onBeforeRender($container) {
|
|
906
906
|
this.trigger('beforeRender', [$container, this]);
|
|
907
907
|
},
|
|
908
908
|
|
|
909
|
-
/**
|
|
910
|
-
* Fired when the input element has the focus
|
|
911
|
-
* @param {Event} event
|
|
912
|
-
* @private
|
|
909
|
+
/**
|
|
910
|
+
* Fired when the input element has the focus
|
|
911
|
+
* @param {Event} event
|
|
912
|
+
* @private
|
|
913
913
|
*/
|
|
914
914
|
_onFocus: function _onFocus(event) {
|
|
915
915
|
if (this.hasTooManySuggestions()) {
|
|
@@ -917,19 +917,19 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
917
917
|
}
|
|
918
918
|
},
|
|
919
919
|
|
|
920
|
-
/**
|
|
921
|
-
* Fired when the input element lose the focus
|
|
922
|
-
* @param {Event} event
|
|
923
|
-
* @private
|
|
920
|
+
/**
|
|
921
|
+
* Fired when the input element lose the focus
|
|
922
|
+
* @param {Event} event
|
|
923
|
+
* @private
|
|
924
924
|
*/
|
|
925
925
|
_onBlur: function _onBlur(event) {
|
|
926
926
|
this.hideTooltipTooMany();
|
|
927
927
|
},
|
|
928
928
|
|
|
929
|
-
/**
|
|
930
|
-
* Adjusts the received data to comply to plugin needs
|
|
931
|
-
* @param response
|
|
932
|
-
* @returns {{suggestions: Array}}
|
|
929
|
+
/**
|
|
930
|
+
* Adjusts the received data to comply to plugin needs
|
|
931
|
+
* @param response
|
|
932
|
+
* @returns {{suggestions: Array}}
|
|
933
933
|
*/
|
|
934
934
|
_transformResult: function _transformResult(response) {
|
|
935
935
|
var self = this;
|
|
@@ -962,10 +962,10 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
962
962
|
return results;
|
|
963
963
|
},
|
|
964
964
|
|
|
965
|
-
/**
|
|
966
|
-
* Adjusts a param name: if paramsRoot has been defined, the param name will be wrapped.
|
|
967
|
-
* @param {String} param
|
|
968
|
-
* @returns {String}
|
|
965
|
+
/**
|
|
966
|
+
* Adjusts a param name: if paramsRoot has been defined, the param name will be wrapped.
|
|
967
|
+
* @param {String} param
|
|
968
|
+
* @returns {String}
|
|
969
969
|
*/
|
|
970
970
|
adjustParam: function adjustParam(param) {
|
|
971
971
|
if (this.paramsRoot) {
|
|
@@ -975,10 +975,10 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
975
975
|
return param;
|
|
976
976
|
}
|
|
977
977
|
};
|
|
978
|
-
/**
|
|
979
|
-
* Adjusts an event name
|
|
980
|
-
* @param {string} eventName
|
|
981
|
-
* @returns {string}
|
|
978
|
+
/**
|
|
979
|
+
* Adjusts an event name
|
|
980
|
+
* @param {string} eventName
|
|
981
|
+
* @returns {string}
|
|
982
982
|
*/
|
|
983
983
|
|
|
984
984
|
var adjustEventName = function adjustEventName(eventName) {
|
|
@@ -994,10 +994,10 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
994
994
|
|
|
995
995
|
return names.join(' ');
|
|
996
996
|
};
|
|
997
|
-
/**
|
|
998
|
-
* Converts a value to boolean
|
|
999
|
-
* @param value
|
|
1000
|
-
* @returns {Boolean}
|
|
997
|
+
/**
|
|
998
|
+
* Converts a value to boolean
|
|
999
|
+
* @param value
|
|
1000
|
+
* @returns {Boolean}
|
|
1001
1001
|
*/
|
|
1002
1002
|
|
|
1003
1003
|
|
|
@@ -1010,11 +1010,11 @@ define(['jquery', 'lodash', 'i18n', 'util/capitalize', 'ui/tooltip', 'jquery.aut
|
|
|
1010
1010
|
|
|
1011
1011
|
return !!value;
|
|
1012
1012
|
};
|
|
1013
|
-
/**
|
|
1014
|
-
* Installs the autocompleter onto an element.
|
|
1015
|
-
* @param {jQuery|Element|String} element The element on which install the autocompleter
|
|
1016
|
-
* @param {Object} options A list of options to set
|
|
1017
|
-
* @returns {autocompleter} Returns the instance of the autocompleter component
|
|
1013
|
+
/**
|
|
1014
|
+
* Installs the autocompleter onto an element.
|
|
1015
|
+
* @param {jQuery|Element|String} element The element on which install the autocompleter
|
|
1016
|
+
* @param {Object} options A list of options to set
|
|
1017
|
+
* @returns {autocompleter} Returns the instance of the autocompleter component
|
|
1018
1018
|
*/
|
|
1019
1019
|
|
|
1020
1020
|
|