feat(admin-ui): Bulk Editor (#4516)
* wip: initial commit
* wip: modal layout
* wip: regions
* refactor: restructure, drag to fill logic wip
* fix: currency input, optimise table rendering on input change
* fix: pass edited amount to local cell state
* wip: cell based algo
* wip: row based algo
* feat: convert prices to human format initially
* feat: column fill
* fix: decimal formating
* feat: currency symbol, tax incl. indicator, formatting dropdown, drag indicator positioning
* fix: load all currencies
* wip: highlighting range selection
* feat: more optimal highlighting algo
* fix: coordinate click handlers, selection reset
* fix: resetting pointers on close
* feat: prefill regional prices
* feat: keypress features, persisting price change between edits
* fix: undo feature, add saving waring
* feat: update prices
* feat: notifications and prompts
* feat: use only store currencies
* feat: tax. incl tooltip
* fix: decimal formatting
* fix: correct decimal formatting when multiedit
* feat: save prompt with hidden columns check
* chore: changesets
* fix: push icon
* fix: feedback changes v1
* fix: remove span placeholder
* fix: simplify and optimise selection algo
* fix: scroll z index
* fix: truncate region headers
* feat: calculate first col width
* fix: don't show delete notification
* fix: utils check conditions
* fix: typo
* feat: new selection behaviour
* refactor: currency cell
* refactor: save prompt
* chore: changesets
* chore: cleanup
* chore: Update changeset
* fix: don't calculate first col with but rather cut product title to the longest variant if needed
* feat: add loader on save
* fix: very last cell setting undefined on first render
* fix: show confirmation exit prompt on "x" click
* Update packages/admin-ui/ui/src/components/organisms/product-variants-section/edit-prices-modal/utils.ts
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
---------
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>