clients/libs/components/src/async-actions
Bryan Cunningham 682f1f83d9
Some checks failed
Chromatic / Check PR run (push) Has been cancelled
Scan / Check PR run (push) Has been cancelled
Testing / Run tests (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (macos-14) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (ubuntu-22.04) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (windows-2022) (push) Has been cancelled
Testing / Rust Coverage (push) Has been cancelled
Chromatic / Chromatic (push) Has been cancelled
Scan / SAST scan (push) Has been cancelled
Scan / Quality scan (push) Has been cancelled
Testing / Upload to Codecov (push) Has been cancelled
[CL-295] Use aria-disabled on buttons (#15009)
* Use aria-disabled for button disabled state

* remove import from testing story

* use aria-disabled attr on bitLink button

* remove unnecessary story attrs

* remove disabled attr if on button element

* create caprture click util

* use caprture click util and fix tests

* fix lint errors

* fix event type

* combine click capture and attr modification

* fix lint error. Commit spec changes left out of last commit in error

* inject element ref

* move aria-disabled styles to common

* move disabled logic into util

* fix broken async actions stories

* fix broken tests asserting disabled attr

* have test check for string true vlalue

* fix Signal type

* fix form-field story import

* remove injector left in error

* aria-disable icon buttons

* update form component css selector to look for aria-disabled buttons

* use correct types. pass nativeElement directly

* add JSDoc comment for util function

---------

Co-authored-by: Will Martin <contact@willmartian.com>
2025-07-08 16:13:25 -04:00
..
async-actions.module.ts [CL-135] Migrate component library to standalone components (#12389) 2024-12-17 17:29:48 -05:00
bit-action.directive.ts Remove standalone true from platform and UIF (#15032) 2025-06-02 20:03:04 +02:00
bit-submit.directive.ts Remove standalone true from platform and UIF (#15032) 2025-06-02 20:03:04 +02:00
form-button.directive.ts Remove standalone true from platform and UIF (#15032) 2025-06-02 20:03:04 +02:00
in-forms.mdx [Pm-13097] Rename cryptoservice to keyservice and move it to km ownership (#11358) 2024-10-24 19:41:30 +02:00
in-forms.stories.ts [CL-295] Use aria-disabled on buttons (#15009) 2025-07-08 16:13:25 -04:00
index.ts [PM-4222] Make importer UI reusable (#6504) 2023-10-19 11:17:23 +02:00
overview.mdx [PM-2276] Upgrade Storybook to v7 (#5258) 2023-05-26 15:58:06 +02:00
standalone.mdx [CL-485] Add small delay for async action loading state (#12835) 2025-02-25 09:56:01 -05:00
standalone.stories.ts [CL-295] Use aria-disabled on buttons (#15009) 2025-07-08 16:13:25 -04:00