@dcloudio/uni-app-x 0.7.118 → 0.7.119
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/package.json +1 -1
- package/types/dom2-internal/sharedData.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +56 -56
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +198 -1087
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +15 -15
- package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +56 -56
- package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +1087 -198
- package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +15 -15
|
@@ -8,9 +8,9 @@ export interface Uni {
|
|
|
8
8
|
* @uniPlatform {
|
|
9
9
|
* "app": {
|
|
10
10
|
* "android": {
|
|
11
|
-
* "osVer": "
|
|
12
|
-
* "uniVer": "
|
|
13
|
-
* "unixVer": "
|
|
11
|
+
* "osVer": "5.0",
|
|
12
|
+
* "uniVer": "√",
|
|
13
|
+
* "unixVer": "5.07"
|
|
14
14
|
* },
|
|
15
15
|
* "ios": {
|
|
16
16
|
* "osVer": "x",
|
|
@@ -46,9 +46,9 @@ export type ShareErrorCode =
|
|
|
46
46
|
* @uniPlatform {
|
|
47
47
|
* "app": {
|
|
48
48
|
* "android": {
|
|
49
|
-
* "osVer": "
|
|
49
|
+
* "osVer": "5.0",
|
|
50
50
|
* "uniVer": "x",
|
|
51
|
-
* "unixVer": "
|
|
51
|
+
* "unixVer": "5.07"
|
|
52
52
|
* },
|
|
53
53
|
* "ios": {
|
|
54
54
|
* "osVer": "x",
|
|
@@ -74,9 +74,9 @@ export type ShareErrorCode =
|
|
|
74
74
|
* @uniPlatform {
|
|
75
75
|
* "app": {
|
|
76
76
|
* "android": {
|
|
77
|
-
* "osVer": "
|
|
77
|
+
* "osVer": "5.0",
|
|
78
78
|
* "uniVer": "x",
|
|
79
|
-
* "unixVer": "
|
|
79
|
+
* "unixVer": "5.07"
|
|
80
80
|
* },
|
|
81
81
|
* "ios": {
|
|
82
82
|
* "osVer": "x",
|
|
@@ -130,9 +130,9 @@ export type ShareErrorCode =
|
|
|
130
130
|
* @uniPlatform {
|
|
131
131
|
* "app": {
|
|
132
132
|
* "android": {
|
|
133
|
-
* "osVer": "
|
|
133
|
+
* "osVer": "5.0",
|
|
134
134
|
* "uniVer": "x",
|
|
135
|
-
* "unixVer": "
|
|
135
|
+
* "unixVer": "5.07"
|
|
136
136
|
* },
|
|
137
137
|
* "ios": {
|
|
138
138
|
* "osVer": "x",
|
|
@@ -158,9 +158,9 @@ export type ShareErrorCode =
|
|
|
158
158
|
* @uniPlatform {
|
|
159
159
|
* "app": {
|
|
160
160
|
* "android": {
|
|
161
|
-
* "osVer": "
|
|
161
|
+
* "osVer": "5.0",
|
|
162
162
|
* "uniVer": "x",
|
|
163
|
-
* "unixVer": "
|
|
163
|
+
* "unixVer": "5.07"
|
|
164
164
|
* },
|
|
165
165
|
* "ios": {
|
|
166
166
|
* "osVer": "x",
|
|
@@ -186,9 +186,9 @@ export type ShareErrorCode =
|
|
|
186
186
|
* @uniPlatform {
|
|
187
187
|
* "app": {
|
|
188
188
|
* "android": {
|
|
189
|
-
* "osVer": "
|
|
189
|
+
* "osVer": "5.0",
|
|
190
190
|
* "uniVer": "x",
|
|
191
|
-
* "unixVer": "
|
|
191
|
+
* "unixVer": "5.07"
|
|
192
192
|
* },
|
|
193
193
|
* "ios": {
|
|
194
194
|
* "osVer": "x",
|
|
@@ -354,9 +354,9 @@ export type ShareErrorCode =
|
|
|
354
354
|
* @uniPlatform {
|
|
355
355
|
* "app": {
|
|
356
356
|
* "android": {
|
|
357
|
-
* "osVer": "
|
|
357
|
+
* "osVer": "5.0",
|
|
358
358
|
* "uniVer": "x",
|
|
359
|
-
* "unixVer": "
|
|
359
|
+
* "unixVer": "5.07"
|
|
360
360
|
* },
|
|
361
361
|
* "ios": {
|
|
362
362
|
* "osVer": "x",
|