@spectrum-web-components/dropdown
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dropdown@0.4.2...@spectrum-web-components/dropdown@0.4.3) (2020-04-07) | ||
**Note:** Version bump only for package @spectrum-web-components/dropdown | ||
## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dropdown@0.4.1...@spectrum-web-components/dropdown@0.4.2) (2020-03-16) | ||
@@ -8,0 +12,0 @@ |
@@ -6,2 +6,3 @@ { | ||
"name": "sp-dropdown", | ||
"path": "./src/index.ts", | ||
"attributes": [ | ||
@@ -8,0 +9,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 |
@@ -15,3 +15,3 @@ import { PropertyValues, CSSResultArray, TemplateResult } from 'lit-element'; | ||
export declare class DropdownBase extends Focusable { | ||
static readonly styles: CSSResultArray; | ||
static get styles(): CSSResultArray; | ||
button?: HTMLButtonElement; | ||
@@ -33,3 +33,3 @@ disabled: boolean; | ||
constructor(); | ||
readonly focusElement: HTMLElement; | ||
get focusElement(): HTMLElement; | ||
click(): void; | ||
@@ -47,3 +47,3 @@ onButtonBlur(): void; | ||
private closeMenu; | ||
protected readonly buttonContent: TemplateResult[]; | ||
protected get buttonContent(): TemplateResult[]; | ||
protected render(): TemplateResult; | ||
@@ -55,3 +55,3 @@ protected firstUpdated(changedProperties: PropertyValues): void; | ||
export declare class Dropdown extends DropdownBase { | ||
static readonly styles: CSSResultArray; | ||
static get styles(): CSSResultArray; | ||
} |
/* | ||
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 |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "", | ||
@@ -45,13 +45,13 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@spectrum-web-components/button": "^0.4.6", | ||
"@spectrum-web-components/icon": "^0.4.4", | ||
"@spectrum-web-components/icons": "^0.2.3", | ||
"@spectrum-web-components/menu": "^0.2.4", | ||
"@spectrum-web-components/menu-item": "^0.4.1", | ||
"@spectrum-web-components/overlay": "^0.3.2", | ||
"@spectrum-web-components/popover": "^0.3.4", | ||
"@spectrum-web-components/shared": "^0.4.3", | ||
"@spectrum-web-components/button": "^0.4.7", | ||
"@spectrum-web-components/icon": "^0.4.5", | ||
"@spectrum-web-components/icons": "^0.3.0", | ||
"@spectrum-web-components/menu": "^0.2.5", | ||
"@spectrum-web-components/menu-item": "^0.4.2", | ||
"@spectrum-web-components/overlay": "^0.3.3", | ||
"@spectrum-web-components/popover": "^0.3.5", | ||
"@spectrum-web-components/shared": "^0.4.4", | ||
"tslib": "^1.10.0" | ||
}, | ||
"gitHead": "05f9a0b1e25b0419276845d0c5a3c9395fea78ea" | ||
"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"); | ||
@@ -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
120594
1474
- Removed@spectrum-web-components/icons@0.2.3(transitive)