@spectrum-web-components/shared
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.4.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/shared@0.4.3...@spectrum-web-components/shared@0.4.4) (2020-04-07) | ||
**Note:** Version bump only for package @spectrum-web-components/shared | ||
## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/shared@0.4.2...@spectrum-web-components/shared@0.4.3) (2020-02-05) | ||
@@ -8,0 +12,0 @@ |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
@@ -13,3 +13,3 @@ import { LitElement, CSSResultArray, PropertyValues } from 'lit-element'; | ||
export declare class Focusable extends Focusable_base { | ||
static readonly styles: CSSResultArray; | ||
static get styles(): CSSResultArray; | ||
/** | ||
@@ -31,3 +31,3 @@ * Disable this control. It will not receive focus or events | ||
private oldTabindex; | ||
readonly focusElement: DisableableElement; | ||
get focusElement(): DisableableElement; | ||
focus(): void; | ||
@@ -34,0 +34,0 @@ blur(): void; |
import { __decorate } from "tslib"; | ||
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -5,0 +5,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "", | ||
@@ -45,3 +45,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "02944b5006325e4ddc72f0a5f21b230d61401f0c" | ||
"gitHead": "c2eb86ecfa01469b723cbf64163ae7f8e4203119" | ||
} |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -116,5 +116,6 @@ you may not use this file except in compliance with the License. You may obtain a copy | ||
if (changedProperties.has('disabled')) { | ||
this.handleDisabledChanged(this.disabled, changedProperties.get( | ||
'disabled' | ||
) as boolean); | ||
this.handleDisabledChanged( | ||
this.disabled, | ||
changedProperties.get('disabled') as boolean | ||
); | ||
} | ||
@@ -121,0 +122,0 @@ |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80415
861