@pixui-dev/pxw 0.1.19 → 0.1.21
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/bin/pxw.js +199 -199
- package/bin/wpbuild.js +10 -10
- package/config/default.conf +20 -20
- package/config/devops.js +372 -361
- package/config/h5es.js +10 -10
- package/config/index.html +183 -181
- package/config/pfbs.js +245 -245
- package/config/util.js +140 -140
- package/config/webpack.js +325 -309
- package/lib/assets/check.html +62 -62
- package/lib/assets/preact.js +4354 -4354
- package/lib/check/main.less +62 -62
- package/lib/check/main.tsx +41 -41
- package/lib/check/tool.js +3 -3
- package/lib/check/util.tsx +110 -110
- package/lib/grpc-web/dist/ChunkParser.js +117 -117
- package/lib/grpc-web/dist/Code.js +58 -58
- package/lib/grpc-web/dist/client.js +299 -299
- package/lib/grpc-web/dist/debug.js +16 -16
- package/lib/grpc-web/dist/detach.js +7 -7
- package/lib/grpc-web/dist/index.js +29 -29
- package/lib/grpc-web/dist/invoke.js +32 -32
- package/lib/grpc-web/dist/message.js +3 -3
- package/lib/grpc-web/dist/metadata.js +5 -5
- package/lib/grpc-web/dist/service.js +3 -3
- package/lib/grpc-web/dist/transports/Transport.js +15 -15
- package/lib/grpc-web/dist/transports/http/fetch.js +117 -117
- package/lib/grpc-web/dist/transports/http/http.js +15 -15
- package/lib/grpc-web/dist/transports/http/xhr.js +136 -136
- package/lib/grpc-web/dist/transports/http/xhrUtil.js +36 -36
- package/lib/grpc-web/dist/transports/websocket/websocket.js +95 -95
- package/lib/grpc-web/dist/typings/ChunkParser.d.ts +17 -17
- package/lib/grpc-web/dist/typings/Code.d.ts +20 -20
- package/lib/grpc-web/dist/typings/client.d.ts +25 -25
- package/lib/grpc-web/dist/typings/debug.d.ts +1 -1
- package/lib/grpc-web/dist/typings/detach.d.ts +1 -1
- package/lib/grpc-web/dist/typings/index.d.ts +45 -45
- package/lib/grpc-web/dist/typings/invoke.d.ts +20 -20
- package/lib/grpc-web/dist/typings/message.d.ts +8 -8
- package/lib/grpc-web/dist/typings/metadata.d.ts +2 -2
- package/lib/grpc-web/dist/typings/service.d.ts +16 -16
- package/lib/grpc-web/dist/typings/transports/Transport.d.ts +22 -22
- package/lib/grpc-web/dist/typings/transports/http/fetch.d.ts +6 -6
- package/lib/grpc-web/dist/typings/transports/http/http.d.ts +5 -5
- package/lib/grpc-web/dist/typings/transports/http/xhr.d.ts +27 -27
- package/lib/grpc-web/dist/typings/transports/http/xhrUtil.d.ts +3 -3
- package/lib/grpc-web/dist/typings/transports/websocket/websocket.d.ts +2 -2
- package/lib/grpc-web/dist/typings/unary.d.ts +23 -23
- package/lib/grpc-web/dist/typings/util.d.ts +2 -2
- package/lib/grpc-web/dist/unary.js +44 -44
- package/lib/grpc-web/dist/util.js +11 -11
- package/lib/grpcTransport/PixHttp2Transport.ts +107 -107
- package/lib/grpcTransport/PixLuaTransport.ts +82 -82
- package/lib/h5es-types/v1.9.2/h5es.d.ts +1698 -1698
- package/lib/h5es-types/v3.5.0/h5es.d.ts +1788 -1788
- package/lib/pi_component/tinyList/tinyList.js +483 -483
- package/lib/pi_component/tinyList/tinyList.tsx +517 -517
- package/lib/preact-router.js +395 -395
- package/lib/preact.js +4355 -4355
- package/lib/preact.tq.js +4385 -4385
- package/lib/react-window/src/FixedSizeGrid.js +172 -172
- package/lib/react-window/src/FixedSizeList.js +91 -91
- package/lib/react-window/src/VariableSizeGrid.js +329 -329
- package/lib/react-window/src/VariableSizeList.js +231 -231
- package/lib/react-window/src/__tests__/FixedSizeGrid.js +942 -942
- package/lib/react-window/src/__tests__/FixedSizeList.js +749 -749
- package/lib/react-window/src/__tests__/VariableSizeGrid.js +598 -598
- package/lib/react-window/src/__tests__/VariableSizeList.js +345 -345
- package/lib/react-window/src/__tests__/__snapshots__/FixedSizeGrid.js.snap +912 -912
- package/lib/react-window/src/__tests__/__snapshots__/FixedSizeList.js.snap +568 -568
- package/lib/react-window/src/__tests__/__snapshots__/VariableSizeGrid.js.snap +542 -542
- package/lib/react-window/src/__tests__/__snapshots__/VariableSizeList.js.snap +331 -331
- package/lib/react-window/src/__tests__/areEqual.js +28 -28
- package/lib/react-window/src/__tests__/shouldComponentUpdate.js +32 -32
- package/lib/react-window/src/areEqual.js +13 -13
- package/lib/react-window/src/createGridComponent.js +657 -657
- package/lib/react-window/src/createListComponent.js +574 -574
- package/lib/react-window/src/domHelpers.js +69 -69
- package/lib/react-window/src/index.js +9 -9
- package/lib/react-window/src/shallowDiffers.js +17 -17
- package/lib/react-window/src/shouldComponentUpdate.js +11 -11
- package/lib/react-window/src/test.js.flow +382 -382
- package/lib/react-window/src/timer.js +36 -36
- package/lib/types/dom.ts +17 -17
- package/lib/types/ext.d.ts +81 -81
- package/lib/types/{css.d.ts → preact/css.d.ts} +7476 -7476
- package/lib/types/{preact.d.ts → preact/index.d.ts} +340 -340
- package/lib/types/{internal.d.ts → preact/internal.d.ts} +94 -94
- package/lib/types/{jsx.d.ts → preact/jsx.d.ts} +309 -309
- package/lib/types/preact-router/index.d.ts +85 -0
- package/package.json +113 -113
- package/scripts/pack.js +40 -40
- package/scripts/postinstall.js +11 -11
- package/scripts/run-pxw.js +12 -12
- package/tsconfig.json +30 -30
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3
|
-
var Code;
|
|
4
|
-
(function (Code) {
|
|
5
|
-
Code[(Code['OK'] = 0)] = 'OK';
|
|
6
|
-
Code[(Code['Canceled'] = 1)] = 'Canceled';
|
|
7
|
-
Code[(Code['Unknown'] = 2)] = 'Unknown';
|
|
8
|
-
Code[(Code['InvalidArgument'] = 3)] = 'InvalidArgument';
|
|
9
|
-
Code[(Code['DeadlineExceeded'] = 4)] = 'DeadlineExceeded';
|
|
10
|
-
Code[(Code['NotFound'] = 5)] = 'NotFound';
|
|
11
|
-
Code[(Code['AlreadyExists'] = 6)] = 'AlreadyExists';
|
|
12
|
-
Code[(Code['PermissionDenied'] = 7)] = 'PermissionDenied';
|
|
13
|
-
Code[(Code['ResourceExhausted'] = 8)] = 'ResourceExhausted';
|
|
14
|
-
Code[(Code['FailedPrecondition'] = 9)] = 'FailedPrecondition';
|
|
15
|
-
Code[(Code['Aborted'] = 10)] = 'Aborted';
|
|
16
|
-
Code[(Code['OutOfRange'] = 11)] = 'OutOfRange';
|
|
17
|
-
Code[(Code['Unimplemented'] = 12)] = 'Unimplemented';
|
|
18
|
-
Code[(Code['Internal'] = 13)] = 'Internal';
|
|
19
|
-
Code[(Code['Unavailable'] = 14)] = 'Unavailable';
|
|
20
|
-
Code[(Code['DataLoss'] = 15)] = 'DataLoss';
|
|
21
|
-
Code[(Code['Unauthenticated'] = 16)] = 'Unauthenticated';
|
|
22
|
-
})((Code = exports.Code || (exports.Code = {})));
|
|
23
|
-
function httpStatusToCode(httpStatus) {
|
|
24
|
-
switch (httpStatus) {
|
|
25
|
-
case 0:
|
|
26
|
-
return Code.Internal;
|
|
27
|
-
case 200:
|
|
28
|
-
return Code.OK;
|
|
29
|
-
case 400:
|
|
30
|
-
return Code.InvalidArgument;
|
|
31
|
-
case 401:
|
|
32
|
-
return Code.Unauthenticated;
|
|
33
|
-
case 403:
|
|
34
|
-
return Code.PermissionDenied;
|
|
35
|
-
case 404:
|
|
36
|
-
return Code.NotFound;
|
|
37
|
-
case 409:
|
|
38
|
-
return Code.Aborted;
|
|
39
|
-
case 412:
|
|
40
|
-
return Code.FailedPrecondition;
|
|
41
|
-
case 429:
|
|
42
|
-
return Code.ResourceExhausted;
|
|
43
|
-
case 499:
|
|
44
|
-
return Code.Canceled;
|
|
45
|
-
case 500:
|
|
46
|
-
return Code.Unknown;
|
|
47
|
-
case 501:
|
|
48
|
-
return Code.Unimplemented;
|
|
49
|
-
case 503:
|
|
50
|
-
return Code.Unavailable;
|
|
51
|
-
case 504:
|
|
52
|
-
return Code.DeadlineExceeded;
|
|
53
|
-
default:
|
|
54
|
-
return Code.Unknown;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
exports.httpStatusToCode = httpStatusToCode;
|
|
58
|
-
//# sourceMappingURL=Code.js.map
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3
|
+
var Code;
|
|
4
|
+
(function (Code) {
|
|
5
|
+
Code[(Code['OK'] = 0)] = 'OK';
|
|
6
|
+
Code[(Code['Canceled'] = 1)] = 'Canceled';
|
|
7
|
+
Code[(Code['Unknown'] = 2)] = 'Unknown';
|
|
8
|
+
Code[(Code['InvalidArgument'] = 3)] = 'InvalidArgument';
|
|
9
|
+
Code[(Code['DeadlineExceeded'] = 4)] = 'DeadlineExceeded';
|
|
10
|
+
Code[(Code['NotFound'] = 5)] = 'NotFound';
|
|
11
|
+
Code[(Code['AlreadyExists'] = 6)] = 'AlreadyExists';
|
|
12
|
+
Code[(Code['PermissionDenied'] = 7)] = 'PermissionDenied';
|
|
13
|
+
Code[(Code['ResourceExhausted'] = 8)] = 'ResourceExhausted';
|
|
14
|
+
Code[(Code['FailedPrecondition'] = 9)] = 'FailedPrecondition';
|
|
15
|
+
Code[(Code['Aborted'] = 10)] = 'Aborted';
|
|
16
|
+
Code[(Code['OutOfRange'] = 11)] = 'OutOfRange';
|
|
17
|
+
Code[(Code['Unimplemented'] = 12)] = 'Unimplemented';
|
|
18
|
+
Code[(Code['Internal'] = 13)] = 'Internal';
|
|
19
|
+
Code[(Code['Unavailable'] = 14)] = 'Unavailable';
|
|
20
|
+
Code[(Code['DataLoss'] = 15)] = 'DataLoss';
|
|
21
|
+
Code[(Code['Unauthenticated'] = 16)] = 'Unauthenticated';
|
|
22
|
+
})((Code = exports.Code || (exports.Code = {})));
|
|
23
|
+
function httpStatusToCode(httpStatus) {
|
|
24
|
+
switch (httpStatus) {
|
|
25
|
+
case 0:
|
|
26
|
+
return Code.Internal;
|
|
27
|
+
case 200:
|
|
28
|
+
return Code.OK;
|
|
29
|
+
case 400:
|
|
30
|
+
return Code.InvalidArgument;
|
|
31
|
+
case 401:
|
|
32
|
+
return Code.Unauthenticated;
|
|
33
|
+
case 403:
|
|
34
|
+
return Code.PermissionDenied;
|
|
35
|
+
case 404:
|
|
36
|
+
return Code.NotFound;
|
|
37
|
+
case 409:
|
|
38
|
+
return Code.Aborted;
|
|
39
|
+
case 412:
|
|
40
|
+
return Code.FailedPrecondition;
|
|
41
|
+
case 429:
|
|
42
|
+
return Code.ResourceExhausted;
|
|
43
|
+
case 499:
|
|
44
|
+
return Code.Canceled;
|
|
45
|
+
case 500:
|
|
46
|
+
return Code.Unknown;
|
|
47
|
+
case 501:
|
|
48
|
+
return Code.Unimplemented;
|
|
49
|
+
case 503:
|
|
50
|
+
return Code.Unavailable;
|
|
51
|
+
case 504:
|
|
52
|
+
return Code.DeadlineExceeded;
|
|
53
|
+
default:
|
|
54
|
+
return Code.Unknown;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.httpStatusToCode = httpStatusToCode;
|
|
58
|
+
//# sourceMappingURL=Code.js.map
|