mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
* rename mount-filter-config models, components, serializer, adapters to path-filter-config * move search-select component to core addon * add js class for search-select-placeholder and sort out power-select deps for moving to the core component * expose oninput from powerselect through search-select * don't fetch mounts in the replication routes * remove toggle from add template * start cross-namespace fetching * group options and set up for namespace fetch via power-select search prop * add and style up radio-card CSS component * add xlm size for icons between l and xl * copy defaults so they're not getting mutated * finalize cross-namespace fetching and getting that to work with power-select * when passing options but no models, format the options in search select so that they render properly in the list * tint the background of a selected radio card * default to null mode and uniq options in search-select * finish styling radio-card * format inputValues when first rendering the component if options are being passed from outside * treat mode:null as deleting existing config which simplifies save logic * correctly prune the auto complete list since path-filter-config-list handles all of that and finish styling * remove old component * add search debounce and fix linting * update search-select docs * updating tests * support grouped options for when to show the create prompt * update and add tests for path-filter-config-list * fix tests for search-select and path-filter-config-list * the new api uses allow/deny instead of whitelist/blacklist |
||
|---|---|---|
| .. | ||
| confirm | ||
| list-item | ||
| alert-banner.js | ||
| alert-inline.js | ||
| chevron.js | ||
| confirm-action.js | ||
| confirm.js | ||
| doc-link.js | ||
| download-button.js | ||
| edit-form.js | ||
| empty-state.js | ||
| field-group-show.js | ||
| form-field-groups.js | ||
| form-field.js | ||
| form-save-buttons.js | ||
| icon.js | ||
| info-table-row.js | ||
| info-tooltip.js | ||
| layout-loading.js | ||
| linked-block.js | ||
| list-item.js | ||
| list-pagination.js | ||
| list-view.js | ||
| masked-input.js | ||
| menu-loader.js | ||
| message-error.js | ||
| model-wrap.js | ||
| namespace-reminder.js | ||
| navigate-input.js | ||
| page-header-level-left.js | ||
| page-header-level-right.js | ||
| page-header-top.js | ||
| page-header.js | ||
| popup-menu.js | ||
| replication-action-demote.js | ||
| replication-action-disable.js | ||
| replication-action-promote.js | ||
| replication-action-recover.js | ||
| replication-action-reindex.js | ||
| replication-action-update-primary.js | ||
| replication-actions-single.js | ||
| replication-actions.js | ||
| replication-mode-summary.js | ||
| search-select-placeholder.js | ||
| search-select.js | ||
| select.js | ||
| string-list.js | ||
| toggle-button.js | ||
| tool-tip.js | ||
| toolbar-actions.js | ||
| toolbar-download-button.js | ||
| toolbar-filters.js | ||
| toolbar-link.js | ||
| toolbar.js | ||
| ttl-picker.js | ||
| upgrade-page.js | ||
| vault-logo-spinner.js | ||