Skip to content

Commit

Permalink
feat(arch): move && simplify component progress-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Aug 22, 2023
1 parent 0ffc684 commit d364278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { OsdsProgressBar } from '../osds-progress-bar';
import type { OsdsProgressBar } from '../osds-progress-bar';
import { OdsLogger } from '@ovhcloud/ods-common-core';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import { OdsProgressBarController } from './core/controller';
styleUrl: 'osds-progress-bar.scss',
shadow: true
})

export class OsdsProgressBar implements OdsProgressBarAttribute {
controller: OdsProgressBarController = new OdsProgressBarController(this);
@Element() el!: HTMLElement;

/** @see OdsProgressBarAttributes.max */
@Prop({ reflect: true }) public max?: string | number = DEFAULT_ATTRIBUTE.max;
Expand Down

0 comments on commit d364278

Please sign in to comment.