Skip to content
  • Merci Jacob's avatar
    [NEW] Introduce transfer field type for the ItemLink and dropdown tracker field · 2ed38da5
    Merci Jacob authored and Benoit Grégoire's avatar Benoit Grégoire committed
    ---
    * Fix tabular schema
    
    * - enhance CountrySelector field getDocumentPart and TabularSchema methods to properly handle multiple values
    - correct interfaces implementation
    - add translation to default parameters of the JsTranferList object
    
    * use bootstrap styling
    
    * CountrySelector Field: make it possible to select multiple entries and and a transfer field type
    
    * (DynamicList & UserSelector): add the ordering option to the field
    
    * (ItemLink): add the ordering option to the field and standardize the handling of multiple values
    
    * regenerate package-lock.json
    
    * save the category field data in the given value order
    
    * WIP: add ordering option to the category field
    TODO: - ensure the given order is recognized when saving the value
    
    * test sortablejs initialization
    
    * bring the sortability script in the component to be executed when the latter gets mounted and directly update the component state when an element is dropped
    
    * WIP: Add the possibility to re-order items via drag-and-drop
    
    * make the transfer work in grouped selection
    
    * add transfer select type to the userSelector field in the complete list selection
    
    * add transfer input type to the DynamicList tracker field
    
    * add transfer input type to the category tracker field
    
    * regenerate package-lock.json
    
    * add postcss plugin to convert :root to :host in custom elements styles
    
    * update lock file
    
    * fix vue module resolution issue, tweak css injection, and add few tests for full coverage
    
    * inject web components styles in the their respective shadow dom when loaded
    
    * use vue web components instead of micro frontends
    
    * ensure the Transfer.vue component is fully covered
    
    * write some tests
    
    * add node tests to gitlab ci
    
    * WIP: introduce tests with vitest
    
    * Add transfer field type to the Dropdown field
    
    * [NEW] Introduce transfer field type for the ItemLink tracker field
    
    See merge request !5108
    2ed38da5
Validating GitLab CI configuration… Learn more