uni-oaview 1.1.0 → 1.1.1

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.
@@ -0,0 +1,11 @@
1
+ const prefix = 'oa-ehK3Krfu#$opk^Ug!6Ce!-';
2
+
3
+ /**
4
+ * 打开toast事件名称
5
+ */
6
+ export const OPEN_TOAST = `${prefix}open-toast`;
7
+
8
+ /**
9
+ * 打开确认框事件名称
10
+ */
11
+ export const OPEN_CONFIRM_BOX = `${prefix}open-confirm-box`;
@@ -0,0 +1 @@
1
+ export * from './event-names';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uni-oaview",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "uniapp小程序组件库",
5
5
  "main": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -10,7 +10,8 @@
10
10
  "components",
11
11
  "src",
12
12
  "imgs",
13
- "style"
13
+ "style",
14
+ "constants"
14
15
  ],
15
16
  "author": "",
16
17
  "license": "ISC",