BREAKING CHANGE(decorators): Migrate to TC39 standard decorators (accessor) across components, update tsconfig and bump dependencies
This commit is contained in:
@@ -26,12 +26,12 @@ export class DeesWindowControls extends DeesElement {
|
||||
@property({
|
||||
reflect: true,
|
||||
})
|
||||
public type: 'mac' | 'linux' | 'windows' = 'mac';
|
||||
accessor type: 'mac' | 'linux' | 'windows' = 'mac';
|
||||
|
||||
@property({
|
||||
reflect: true,
|
||||
})
|
||||
public position: 'left' | 'right' = 'left';
|
||||
accessor position: 'left' | 'right' = 'left';
|
||||
|
||||
public static styles = [
|
||||
cssManager.defaultStyles,
|
||||
|
||||
Reference in New Issue
Block a user