@aks-dev/easyui 1.2.31 → 1.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10,8 +10,8 @@ export { default as EchartsView } from "./components/EchartsView/EchartsView";
|
|
|
10
10
|
export { default as RichText } from "./components/RichText/RichText";
|
|
11
11
|
export { default as DottedLine } from "./components/DottedLine/DottedLine";
|
|
12
12
|
export { default as MenuView } from "./components/MenuView/MenuView";
|
|
13
|
-
export { AnimationModal } from "./components/AnimationModal/AnimationModal";
|
|
14
|
-
export { Badge } from "./components/Badge/Badge";
|
|
13
|
+
export { AnimationModal, AnimationModalRefAttributes, } from "./components/AnimationModal/AnimationModal";
|
|
14
|
+
export { Badge, BadgeProps } from "./components/Badge/Badge";
|
|
15
15
|
export * from "./components/Antd";
|
|
16
16
|
/**全局适配 */
|
|
17
17
|
export * from "./screen";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,GAAG,EACH,WAAW,EACX,WAAW,EACX,SAAS,EACT,cAAc,EACd,oBAAoB,EACpB,mBAAmB,EACnB,eAAe,EACf,eAAe,EACf,WAAW,EACX,WAAW,GACZ,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAC1F,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EACL,OAAO,IAAI,WAAW,EACtB,YAAY,EACZ,WAAW,GACZ,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EACL,OAAO,IAAI,oBAAoB,EAC/B,MAAM,GACP,MAAM,wDAAwD,CAAC;AAEhE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EACL,cAAc,EACd,2BAA2B,GAC5B,MAAM,4CAA4C,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC7D,cAAc,mBAAmB,CAAC;AAClC,UAAU;AACV,cAAc,UAAU,CAAC;AACzB,QAAQ;AACR,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,QAAQ;AACR,OAAO,KAAK,QAAQ,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
* @FilePath: /@aks-dev/easyui/src/index.ts
|
|
7
7
|
*/
|
|
8
8
|
/// 组件
|
|
9
|
-
// export { Badge } from "./components/Badge/Badge";
|
|
10
|
-
// export type { BadgeProps } from "./components/Badge/Badge";
|
|
11
9
|
export { Hud, showLoading, hideLoading, showToast, showAlertModal, showAlertBottomModal, showAlertSheetModal, showPopoverView, hidePopoverView, showScanner, hideScanner, } from "./components/Hud/Hud";
|
|
12
10
|
// export { Modal, ModalProps } from "./components/Modal/Modal";
|
|
13
11
|
export { default as MutiPictureView } from "./components/MutiPictureView/MutiPictureView";
|
|
@@ -21,7 +19,7 @@ export { default as EchartsView } from "./components/EchartsView/EchartsView";
|
|
|
21
19
|
export { default as RichText } from "./components/RichText/RichText";
|
|
22
20
|
export { default as DottedLine } from "./components/DottedLine/DottedLine";
|
|
23
21
|
export { default as MenuView } from "./components/MenuView/MenuView";
|
|
24
|
-
export { AnimationModal } from "./components/AnimationModal/AnimationModal";
|
|
22
|
+
export { AnimationModal, } from "./components/AnimationModal/AnimationModal";
|
|
25
23
|
export { Badge } from "./components/Badge/Badge";
|
|
26
24
|
export * from "./components/Antd";
|
|
27
25
|
/**全局适配 */
|