The filter pane in the table widget was fixed to top which would hinder the viewport for the end user. We have now changed the filter pane to a draggable component such that the user can place it anywhere on the canvas while they apply filters to see data change in realtime. * FEATURE #4088 : added draggable filterpane for table widget * FEATURE #4088 : update icons, editMode prop and added renderDragBlock support in popper * FIX #5329: added close button for close filter pane * FIX #5332 : updated zindex for table filter pane * fix list widget test * Fix drag icon position and cypress failing tests * Fix endsWidth comparator function
44 lines
2.0 KiB
JSON
44 lines
2.0 KiB
JSON
{
|
|
"buttonWidget": ".t--widget-buttonwidget",
|
|
"textWidget": ".t--widget-textwidget",
|
|
"richTextEditorWidget": ".t--widget-richtexteditorwidget",
|
|
"datepickerWidget": ".t--widget-datepickerwidget",
|
|
"backToEditor": ".t--back-to-editor",
|
|
"inputWidget": ".t--widget-inputwidget",
|
|
"checkboxWidget": ".t--widget-checkboxwidget",
|
|
"switchwidget": ".t--widget-switchwidget",
|
|
"radioWidget": ".t--widget-radiogroupwidget",
|
|
"formWidget": ".t--widget-formwidget",
|
|
"imageWidget": ".t--widget-imagewidget",
|
|
"dropdownWidget": ".t--widget-dropdownwidget",
|
|
"tabWidget": ".t--widget-tabswidget",
|
|
"chartWidget": ".t--widget-chartwidget",
|
|
"horizontalTab": ".t--widget-chartwidget g[class*='-scrollContainer'] rect",
|
|
"tableWidget": ".t--widget-tablewidget",
|
|
"chartCanvasVal": ".t--widget-chartwidget g[class*='-canvas'] rect ",
|
|
"mapWidget": ".t--widget-mapwidget",
|
|
"tableLength": ".t--widget-tablewidget .tbody",
|
|
"mapSearch": ".t--widget-mapwidget input",
|
|
"pickMyLocation": ".t--widget-mapwidget div[title='Pick My Location']",
|
|
"rectChart": ".t--widget-chartwidget g rect",
|
|
"chartLab": ".t--widget-chartwidget g:nth-child(5) text",
|
|
"searchInput": ".t--search-input",
|
|
"downloadBtn": ".t--table-download-btn",
|
|
"filterBtn": ".t--table-filter-toggle-btn",
|
|
"applyFiltersBtn": ".t--apply-filter-btn",
|
|
"attributeDropdown": ".t--table-filter-columns-dropdown",
|
|
"attributeValue": ".t--dropdown-option",
|
|
"conditionDropdown": ".t--table-filter-conditions-dropdown",
|
|
"inputValue": ".t--table-filter-value-input",
|
|
"canvas": ".canvas",
|
|
"removeFilter": ".t--table-filter-remove-btn",
|
|
"rowHeight": ".t--table-compact-mode-toggle-btn",
|
|
"rowHeightOpt": ".t--table-compact-mode-option",
|
|
"visibilityMode": ".t--table-column-visibility-toggle-btn",
|
|
"visibilityOpt": ".option-title",
|
|
"containerWidget": ".t--widget-containerwidget",
|
|
"pageInfo": ".bp3-heading",
|
|
"inputGrp": ".bp3-input-group input",
|
|
"datePickerNew": ".t--widget-datepickerwidget2",
|
|
"tab": ".t--tab-Tab"
|
|
} |