0.1.7 • Published 5 years ago

@bpui/component-utils v0.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago
export module mask {
  /**
  * @desc: 当前页面的modal层数量.
  */
  export function getWidgetLength():number;

  /**
  * @desc: Modal层当前的zindex.
  */
  export function getWidgetZIndex(dataMark:string):number;

  /**
  * @desc: 显示Modal层.
  * @ewruen 返回当前的zindex.
  */
  export function showWidget(el:HTMLElement, showMask:boolean, preventEvent:boolean, cbFinish:()=>void):void;

  /**
   * @desc: 隐藏Modal层.
   */
  export function hideWidget(el:HTMLElement, cbFinish:()=>void):void;
}

mask下的api可以处理modal层. 如果div拥有bp-apiClass类, 则会在最上层显示.

style

/* scss */
import '@bpui/component-utils/style';

/* css */
<link href="~@bpui/component-utils/dist/style.css" rel="stylesheet" type="text/css"/>
0.1.7

5 years ago

0.1.6

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.5

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.12

5 years ago

0.0.13

5 years ago

0.0.14

5 years ago

0.0.15

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago