Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

[rc] Add type for errorType #118

Merged
merged 2 commits into from
May 12, 2020
Merged

[rc] Add type for errorType #118

merged 2 commits into from
May 12, 2020

Conversation

Blackbaud-SteveBrush
Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush commented May 12, 2020

@codecov
Copy link

codecov bot commented May 12, 2020

Codecov Report

Merging #118 into rc-4.0.0 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           rc-4.0.0      #118   +/-   ##
==========================================
  Coverage    100.00%   100.00%           
==========================================
  Files            26        26           
  Lines           911       911           
  Branches        127       127           
==========================================
  Hits            911       911           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 26c7181...3c26359. Read the comment docs.

@blackbaud-ado
Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush marked this pull request as ready for review May 12, 2020 18:07
/**
* Specifies the type of error that was thrown.
*/
export type SkyFileItemErrorType = 'fileType' | 'minFileSize' | 'maxFileSize' | 'validate';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If consumers need this type, shouldn't we be exporting it in the public_api.ts file?

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit 27f1b04 into rc-4.0.0 May 12, 2020
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the rc-error-type branch May 12, 2020 19:05
Blackbaud-SteveBrush added a commit that referenced this pull request May 13, 2020
* [rc] Angular 9; drop RxJS 5 (#102)

* Updated changelog/package.json for 4.0.0-rc.0 release

* [rc] Merge master; test fixtures (#115)

* Bump acorn from 6.4.0 to 6.4.1 (#110)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added license (#112)

Added license to address blackbaud/skyux2-docs#894

* Toggle Switch - Phase 2 docs (#109)

* First pass of adding phase 2 of toggle switch docs

* Added docs tools styles & related components

* Add design demo

* Clean up code for e2e check

* Remove unused imports

* Add code demo

* Update the pact package

* Fix visual

* Implemented feedback

* Fixed formatting issues

* updated dev dependencies

* Fix demo

* Add default value for `checked`

* Added description for toggle switch label

* Added description for SkyToggleSwitchChange

* Updating with revised text

Co-authored-by: Somalia Jamall <somalia.jamall@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Co-authored-by: Blackbaud-SteveBrush <steve.brush@blackbaud.com>

* A11y improvements (#114)

* a11y improvements

* Remove codeowners

* Upgrade packages

* Fix screenshots

* Fix visual

* Revert image deletion

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denise Pena <Denise.Pena@blackbaud.me>
Co-authored-by: Somalia Jamall <somalia.jamall@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

* Updated changelog/package.json for 4.0.0-rc.1 release

* [rc] Added type for `errorType` (#118)

* Upgrade

* Update changelog/package.json for 4.0.0 release

* Updated changelog

* Fix changelog

* Update date and wording tweak

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denise Pena <Denise.Pena@blackbaud.me>
Co-authored-by: Somalia Jamall <somalia.jamall@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants