Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: ๐ธ add ROW_CLICK_TRIGGER * feat: ๐ธ wire row click event to UI Actions trigger in Lens * feat: ๐ธ add row click trigger to url drilldown * feat: ๐ธ add datatable to row click context * feat: ๐ธ pass in row index in row click trigger context * feat: ๐ธ add columns to row click trigger context * feat: ๐ธ fill values and keys event scope array * feat: ๐ธ generate correct row scope variables * fix: ๐ report triggers from lens embeddable * feat: ๐ธ add sample preview for row click trigger * feat: ๐ธ remove url drilldown preview box * chore: ๐ค remove mock variable generation functions * feat: ๐ธ generate context and global variable lists * feat: ๐ธ preview event variable list * feat: ๐ธ show empty url error on blur * feat: ๐ธ add ability to always show popup for executed actions * refactor: ๐ก rename multiple action execution method * fix: ๐ don't add separator befor group on no main items * feat: ๐ธ wire in uiActions service into datatable renderer * feat: ๐ธ check each row if it has compatible row click actions * feat: ๐ธ allow passing data to expression renderer * feat: ๐ธ add isEmbeddable helper * feat: ๐ธ pass embeddable to lens table renderer * feat: ๐ธ hide lens table row actions which are empty * feat: ๐ธ re-render lens embeddable when dynamic actions chagne * feat: ๐ธ hide actions column if there are no row actions * feat: ๐ธ re-render lens embeddable on view mode chagne * fix: ๐ fix TypeScript errors * chore: ๐ค fix TypeScript errors * docs: โ๏ธ update auto-generated docs * feat: ๐ธ add hasCompatibleActions to expression layer * feat: ๐ธ remove "data" from expression renderer handlers * fix: ๐ fix TypeScript errors * test: ๐ fix Jest tests * docs: โ๏ธ update autogenerated docs * fix: ๐ wrap event payload into data * test: ๐ add "alwaysShowPopup" test * chore: ๐ค add comment requested in review #83167 (comment) * test: ๐ add hasCompatibleActions test * test: ๐ add datatable renderer test * test: ๐ add Lens embeddable input change tests * test: ๐ add embeddable row click test * fix: ๐ add url validation * test: ๐ add url drilldown tests * docs: โ๏ธ remove url drilldown preview from docs * docs: โ๏ธ remove preview from url templating * docs: โ๏ธ add row click description * chore: ๐ค move 36.5 KB bundle balance to url_drilldown * test: ๐ simplify test case * feat: ๐ธ check if external URL is valid before redirecting user * test: ๐ check for external URL validity * feat: ๐ธ check if external URL is allowed in exec and getHref * test: ๐ fix test import Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information