@tarojs/components 3.3.9 → 3.3.13
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/cjs/{index-eefce54e.js → index-7464647f.js} +156 -101
- package/dist/cjs/{index-cf56824f.js → index-cde74e58.js} +1 -1
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/taro-audio-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-block-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-button-core.cjs.entry.js +3 -3
- package/dist/cjs/taro-camera-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-canvas-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-checkbox-core_2.cjs.entry.js +6 -5
- package/dist/cjs/taro-components.cjs.js +5 -5
- package/dist/cjs/taro-cover-image-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-cover-view-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-custom-wrapper-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-form-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-icon-core.cjs.entry.js +3 -3
- package/dist/cjs/taro-image-core.cjs.entry.js +3 -3
- package/dist/cjs/taro-input-core.cjs.entry.js +18 -10
- package/dist/cjs/taro-label-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-movable-area-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-movable-view-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-navigator-core.cjs.entry.js +3 -3
- package/dist/cjs/taro-open-data-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-picker-core_2.cjs.entry.js +37 -12
- package/dist/cjs/taro-picker-view-column-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-picker-view-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-progress-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-pull-to-refresh.cjs.entry.js +3 -3
- package/dist/cjs/taro-radio-core_2.cjs.entry.js +3 -3
- package/dist/cjs/taro-rich-text-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-scroll-view-core.cjs.entry.js +3 -3
- package/dist/cjs/taro-slider-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-swiper-core_2.cjs.entry.js +112 -106
- package/dist/cjs/taro-switch-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-tabbar.cjs.entry.js +5 -7
- package/dist/cjs/taro-text-core.cjs.entry.js +3 -3
- package/dist/cjs/taro-textarea-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-video-control_3.cjs.entry.js +5 -5
- package/dist/cjs/taro-view-core.cjs.entry.js +11 -3
- package/dist/cjs/taro-web-view-core.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/checkbox/checkbox.js +21 -2
- package/dist/collection/components/input/input.js +16 -8
- package/dist/collection/components/picker/picker-group.js +59 -9
- package/dist/collection/components/swiper/swiper.js +7 -1
- package/dist/collection/components/tabbar/tabbar.js +2 -4
- package/dist/collection/components/view/view.js +9 -1
- package/dist/esm/{index-310de3d5.js → index-165a6222.js} +156 -101
- package/dist/esm/{index-ff1b322a.js → index-85e10859.js} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/taro-audio-core.entry.js +2 -2
- package/dist/esm/taro-block-core.entry.js +2 -2
- package/dist/esm/taro-button-core.entry.js +3 -3
- package/dist/esm/taro-camera-core.entry.js +2 -2
- package/dist/esm/taro-canvas-core.entry.js +2 -2
- package/dist/esm/taro-checkbox-core_2.entry.js +6 -5
- package/dist/esm/taro-components.js +5 -5
- package/dist/esm/taro-cover-image-core.entry.js +2 -2
- package/dist/esm/taro-cover-view-core.entry.js +2 -2
- package/dist/esm/taro-custom-wrapper-core.entry.js +2 -2
- package/dist/esm/taro-form-core.entry.js +2 -2
- package/dist/esm/taro-icon-core.entry.js +3 -3
- package/dist/esm/taro-image-core.entry.js +3 -3
- package/dist/esm/taro-input-core.entry.js +18 -10
- package/dist/esm/taro-label-core.entry.js +2 -2
- package/dist/esm/taro-movable-area-core.entry.js +2 -2
- package/dist/esm/taro-movable-view-core.entry.js +2 -2
- package/dist/esm/taro-navigator-core.entry.js +3 -3
- package/dist/esm/taro-open-data-core.entry.js +2 -2
- package/dist/esm/taro-picker-core_2.entry.js +37 -12
- package/dist/esm/taro-picker-view-column-core.entry.js +2 -2
- package/dist/esm/taro-picker-view-core.entry.js +2 -2
- package/dist/esm/taro-progress-core.entry.js +2 -2
- package/dist/esm/taro-pull-to-refresh.entry.js +3 -3
- package/dist/esm/taro-radio-core_2.entry.js +3 -3
- package/dist/esm/taro-rich-text-core.entry.js +2 -2
- package/dist/esm/taro-scroll-view-core.entry.js +3 -3
- package/dist/esm/taro-slider-core.entry.js +2 -2
- package/dist/esm/taro-swiper-core_2.entry.js +112 -106
- package/dist/esm/taro-switch-core.entry.js +2 -2
- package/dist/esm/taro-tabbar.entry.js +5 -7
- package/dist/esm/taro-text-core.entry.js +3 -3
- package/dist/esm/taro-textarea-core.entry.js +2 -2
- package/dist/esm/taro-video-control_3.entry.js +5 -5
- package/dist/esm/taro-view-core.entry.js +11 -3
- package/dist/esm/taro-web-view-core.entry.js +2 -2
- package/dist/esm-es5/index-165a6222.js +1 -0
- package/dist/esm-es5/{index-ff1b322a.js → index-85e10859.js} +0 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/taro-audio-core.entry.js +1 -1
- package/dist/esm-es5/taro-block-core.entry.js +1 -1
- package/dist/esm-es5/taro-button-core.entry.js +1 -1
- package/dist/esm-es5/taro-camera-core.entry.js +1 -1
- package/dist/esm-es5/taro-canvas-core.entry.js +1 -1
- package/dist/esm-es5/taro-checkbox-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-components.js +1 -1
- package/dist/esm-es5/taro-cover-image-core.entry.js +1 -1
- package/dist/esm-es5/taro-cover-view-core.entry.js +1 -1
- package/dist/esm-es5/taro-custom-wrapper-core.entry.js +1 -1
- package/dist/esm-es5/taro-form-core.entry.js +1 -1
- package/dist/esm-es5/taro-icon-core.entry.js +1 -1
- package/dist/esm-es5/taro-image-core.entry.js +1 -1
- package/dist/esm-es5/taro-input-core.entry.js +1 -1
- package/dist/esm-es5/taro-label-core.entry.js +1 -1
- package/dist/esm-es5/taro-movable-area-core.entry.js +1 -1
- package/dist/esm-es5/taro-movable-view-core.entry.js +1 -1
- package/dist/esm-es5/taro-navigator-core.entry.js +1 -1
- package/dist/esm-es5/taro-open-data-core.entry.js +1 -1
- package/dist/esm-es5/taro-picker-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-picker-view-column-core.entry.js +1 -1
- package/dist/esm-es5/taro-picker-view-core.entry.js +1 -1
- package/dist/esm-es5/taro-progress-core.entry.js +1 -1
- package/dist/esm-es5/taro-pull-to-refresh.entry.js +1 -1
- package/dist/esm-es5/taro-radio-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-rich-text-core.entry.js +1 -1
- package/dist/esm-es5/taro-scroll-view-core.entry.js +1 -1
- package/dist/esm-es5/taro-slider-core.entry.js +1 -1
- package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-switch-core.entry.js +1 -1
- package/dist/esm-es5/taro-tabbar.entry.js +1 -1
- package/dist/esm-es5/taro-text-core.entry.js +1 -1
- package/dist/esm-es5/taro-textarea-core.entry.js +1 -1
- package/dist/esm-es5/taro-video-control_3.entry.js +1 -1
- package/dist/esm-es5/taro-view-core.entry.js +1 -1
- package/dist/esm-es5/taro-web-view-core.entry.js +1 -1
- package/dist/taro-components/{p-8eb84de2.system.entry.js → p-00328ebf.system.entry.js} +1 -1
- package/dist/taro-components/p-016f56cc.system.entry.js +1 -0
- package/dist/taro-components/{p-15121391.system.entry.js → p-098f4931.system.entry.js} +1 -1
- package/dist/taro-components/p-0da88b1b.entry.js +1 -0
- package/dist/taro-components/p-0fb7f599.entry.js +1 -0
- package/dist/taro-components/p-1507bcbf.entry.js +1 -0
- package/dist/taro-components/p-17c0731f.entry.js +1 -0
- package/dist/taro-components/{p-9a4123eb.system.entry.js → p-1ed219a6.system.entry.js} +1 -1
- package/dist/taro-components/p-26c08f44.entry.js +1 -0
- package/dist/taro-components/{p-502841e0.system.entry.js → p-26d8c60a.system.entry.js} +1 -1
- package/dist/taro-components/{p-970ed6da.system.entry.js → p-2b6a2449.system.entry.js} +1 -1
- package/dist/taro-components/p-2c5d57af.entry.js +1 -0
- package/dist/taro-components/{p-239bf0ca.system.entry.js → p-2ce9bc65.system.entry.js} +1 -1
- package/dist/taro-components/{p-1f2dfaef.system.entry.js → p-2de1a146.system.entry.js} +1 -1
- package/dist/taro-components/{p-a079321f.system.entry.js → p-2eda9121.system.entry.js} +1 -1
- package/dist/taro-components/p-2ef4681b.system.entry.js +1 -0
- package/dist/taro-components/p-30bfacb9.system.js +1 -0
- package/dist/taro-components/{p-921a765a.system.entry.js → p-321aeeec.system.entry.js} +1 -1
- package/dist/taro-components/p-3554df41.entry.js +1 -0
- package/dist/taro-components/p-37cfef64.entry.js +1 -0
- package/dist/taro-components/{p-7911ccd6.system.entry.js → p-382cabbc.system.entry.js} +1 -1
- package/dist/taro-components/p-3e2d4793.entry.js +1 -0
- package/dist/taro-components/{p-e15654c4.system.entry.js → p-4168e24d.system.entry.js} +1 -1
- package/dist/taro-components/{p-236774f0.system.entry.js → p-4462dca4.system.entry.js} +1 -1
- package/dist/taro-components/{p-30c0639e.js → p-49ae5efb.js} +1 -1
- package/dist/taro-components/p-4a2ffc1c.entry.js +1 -0
- package/dist/taro-components/p-4ff67760.entry.js +1 -0
- package/dist/taro-components/p-5412a1d2.system.entry.js +1 -0
- package/dist/taro-components/{p-9242dcf7.system.entry.js → p-5a13bd63.system.entry.js} +1 -1
- package/dist/taro-components/{p-aed3d0e9.system.entry.js → p-5c8ba192.system.entry.js} +1 -1
- package/dist/taro-components/p-5d84eaf0.entry.js +1 -0
- package/dist/taro-components/{p-318795b9.system.entry.js → p-5e6feca6.system.entry.js} +1 -1
- package/dist/taro-components/{p-625158f0.js → p-6967e577.js} +0 -0
- package/dist/taro-components/{p-bd00f506.system.js → p-696f0d1c.system.js} +0 -0
- package/dist/taro-components/{p-d402dc94.system.entry.js → p-69be8189.system.entry.js} +1 -1
- package/dist/taro-components/p-6daacf48.entry.js +1 -0
- package/dist/taro-components/p-70f40e3a.entry.js +1 -0
- package/dist/taro-components/p-72f2b6f5.entry.js +1 -0
- package/dist/taro-components/p-76c00960.entry.js +1 -0
- package/dist/taro-components/p-7a5be745.entry.js +1 -0
- package/dist/taro-components/p-7b021c48.entry.js +1 -0
- package/dist/taro-components/p-7f3e5f09.entry.js +1 -0
- package/dist/taro-components/{p-c1d6c0ba.system.entry.js → p-7ffcfb05.system.entry.js} +1 -1
- package/dist/taro-components/p-81588c19.entry.js +1 -0
- package/dist/taro-components/{p-89fc30f0.entry.js → p-8cf16235.entry.js} +1 -1
- package/dist/taro-components/{p-4f139925.system.entry.js → p-8d905ff5.system.entry.js} +1 -1
- package/dist/taro-components/p-923c6e08.entry.js +1 -0
- package/dist/taro-components/p-93748645.system.js +1 -0
- package/dist/taro-components/p-9767491b.entry.js +1 -0
- package/dist/taro-components/{p-3eb31172.system.entry.js → p-9d6a7a70.system.entry.js} +1 -1
- package/dist/taro-components/{p-e3e40b03.system.entry.js → p-9e807bd6.system.entry.js} +1 -1
- package/dist/taro-components/p-9e912454.system.entry.js +1 -0
- package/dist/taro-components/{p-9c9178cd.system.entry.js → p-a34988ff.system.entry.js} +1 -1
- package/dist/taro-components/p-a895db87.entry.js +1 -0
- package/dist/taro-components/{p-9ffb69e5.system.entry.js → p-af9ec312.system.entry.js} +1 -1
- package/dist/taro-components/{p-0f393c6d.system.entry.js → p-b685a487.system.entry.js} +1 -1
- package/dist/taro-components/p-b6e0dca6.entry.js +1 -0
- package/dist/taro-components/{p-129341f2.system.entry.js → p-bd922592.system.entry.js} +1 -1
- package/dist/taro-components/{p-73c389e7.system.entry.js → p-c221cebb.system.entry.js} +1 -1
- package/dist/taro-components/p-c5722042.entry.js +1 -0
- package/dist/taro-components/p-ca67c759.entry.js +1 -0
- package/dist/taro-components/p-ce093936.entry.js +1 -0
- package/dist/taro-components/{p-4d11f3ad.system.entry.js → p-ce49e2f4.system.entry.js} +1 -1
- package/dist/taro-components/p-d12592f1.entry.js +1 -0
- package/dist/taro-components/{p-a74d5aa5.system.entry.js → p-d52009d1.system.entry.js} +1 -1
- package/dist/taro-components/{p-2e9e9ca7.system.entry.js → p-d52bf5f5.system.entry.js} +1 -1
- package/dist/taro-components/{p-81f5977d.system.entry.js → p-d6269b5e.system.entry.js} +1 -1
- package/dist/taro-components/p-d6a37b93.entry.js +1 -0
- package/dist/taro-components/p-de3a4828.entry.js +1 -0
- package/dist/taro-components/p-f4158e42.entry.js +1 -0
- package/dist/taro-components/p-f6c7f07c.system.entry.js +1 -0
- package/dist/taro-components/p-f7b6c1a6.entry.js +1 -0
- package/dist/taro-components/p-f8d0dabb.entry.js +1 -0
- package/dist/taro-components/p-f9013b36.system.entry.js +1 -0
- package/dist/taro-components/p-f991bc7b.entry.js +1 -0
- package/dist/taro-components/taro-components.esm.js +1 -1
- package/dist/taro-components/taro-components.js +1 -1
- package/dist/types/components/checkbox/checkbox.d.ts +1 -0
- package/dist/types/components/picker/picker-group.d.ts +7 -0
- package/dist/types/components/view/view.d.ts +2 -0
- package/dist/types/components.d.ts +2 -0
- package/dist/types/stencil-public-runtime.d.ts +190 -182
- package/dist-h5/react/utils/reactify-wc.js +1 -0
- package/loader/index.d.ts +0 -1
- package/package.json +5 -4
- package/types/Camera.d.ts +7 -7
- package/types/LivePusher.d.ts +51 -3
- package/types/Map.d.ts +11 -1
- package/types/PickerView.d.ts +7 -7
- package/types/Swiper.d.ts +2 -0
- package/dist/esm-es5/index-310de3d5.js +0 -1
- package/dist/taro-components/p-153b839d.system.entry.js +0 -1
- package/dist/taro-components/p-180fd001.entry.js +0 -1
- package/dist/taro-components/p-1925bbdb.entry.js +0 -1
- package/dist/taro-components/p-1f44e8ef.system.entry.js +0 -1
- package/dist/taro-components/p-28348261.entry.js +0 -1
- package/dist/taro-components/p-31b89eb3.entry.js +0 -1
- package/dist/taro-components/p-31f0f881.entry.js +0 -1
- package/dist/taro-components/p-3bda72b4.entry.js +0 -1
- package/dist/taro-components/p-4591dff5.entry.js +0 -1
- package/dist/taro-components/p-4afe24d7.entry.js +0 -1
- package/dist/taro-components/p-4b632069.entry.js +0 -1
- package/dist/taro-components/p-4f1d45ff.entry.js +0 -1
- package/dist/taro-components/p-5032d822.entry.js +0 -1
- package/dist/taro-components/p-6287057a.entry.js +0 -1
- package/dist/taro-components/p-66120099.entry.js +0 -1
- package/dist/taro-components/p-6730fa44.entry.js +0 -1
- package/dist/taro-components/p-6f331ed3.entry.js +0 -1
- package/dist/taro-components/p-8031d6b5.system.entry.js +0 -1
- package/dist/taro-components/p-82185d54.system.entry.js +0 -1
- package/dist/taro-components/p-8676c058.entry.js +0 -1
- package/dist/taro-components/p-906c3a0a.entry.js +0 -1
- package/dist/taro-components/p-9205470e.entry.js +0 -1
- package/dist/taro-components/p-945fa1a0.entry.js +0 -1
- package/dist/taro-components/p-95f5261c.entry.js +0 -1
- package/dist/taro-components/p-96771939.entry.js +0 -1
- package/dist/taro-components/p-96f1e9e7.entry.js +0 -1
- package/dist/taro-components/p-9c47f99e.entry.js +0 -1
- package/dist/taro-components/p-9fe2309f.entry.js +0 -1
- package/dist/taro-components/p-a208926a.entry.js +0 -1
- package/dist/taro-components/p-a3e783c3.entry.js +0 -1
- package/dist/taro-components/p-af393b0b.entry.js +0 -1
- package/dist/taro-components/p-b2ed71a7.entry.js +0 -1
- package/dist/taro-components/p-b5d2597b.system.js +0 -1
- package/dist/taro-components/p-b7c29d05.entry.js +0 -1
- package/dist/taro-components/p-c2810ece.entry.js +0 -1
- package/dist/taro-components/p-c37d9a5d.system.entry.js +0 -1
- package/dist/taro-components/p-c9380fa6.entry.js +0 -1
- package/dist/taro-components/p-ca74a018.entry.js +0 -1
- package/dist/taro-components/p-cf496b3b.system.js +0 -1
- package/dist/taro-components/p-e256974b.system.entry.js +0 -1
- package/dist/taro-components/p-e28625a2.entry.js +0 -1
- package/dist/taro-components/p-e302b8d7.entry.js +0 -1
|
@@ -224,6 +224,13 @@ export declare const setMode: (handler: ResolutionHandler) => void;
|
|
|
224
224
|
* getMode
|
|
225
225
|
*/
|
|
226
226
|
export declare function getMode<T = string | undefined>(ref: any): T;
|
|
227
|
+
export declare function setPlatformHelpers(helpers: {
|
|
228
|
+
jmp?: (c: any) => any;
|
|
229
|
+
raf?: (c: any) => number;
|
|
230
|
+
ael?: (el: any, eventName: string, listener: any, options: any) => void;
|
|
231
|
+
rel?: (el: any, eventName: string, listener: any, options: any) => void;
|
|
232
|
+
ce?: (eventName: string, opts?: any) => any;
|
|
233
|
+
}): void;
|
|
227
234
|
/**
|
|
228
235
|
* Get the base path to where the assets can be found. Use `setAssetPath(path)`
|
|
229
236
|
* if the path needs to be customized.
|
|
@@ -672,6 +679,7 @@ export declare namespace JSXBase {
|
|
|
672
679
|
media?: string;
|
|
673
680
|
rel?: string;
|
|
674
681
|
target?: string;
|
|
682
|
+
referrerPolicy?: ReferrerPolicy;
|
|
675
683
|
}
|
|
676
684
|
interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {
|
|
677
685
|
}
|
|
@@ -1159,87 +1167,87 @@ export declare namespace JSXBase {
|
|
|
1159
1167
|
unselectable?: boolean;
|
|
1160
1168
|
}
|
|
1161
1169
|
interface SVGAttributes<T = SVGElement> extends DOMAttributes<T> {
|
|
1162
|
-
|
|
1170
|
+
class?: string | {
|
|
1163
1171
|
[className: string]: boolean;
|
|
1164
1172
|
};
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1173
|
+
color?: string;
|
|
1174
|
+
height?: number | string;
|
|
1175
|
+
id?: string;
|
|
1176
|
+
lang?: string;
|
|
1177
|
+
max?: number | string;
|
|
1178
|
+
media?: string;
|
|
1179
|
+
method?: string;
|
|
1180
|
+
min?: number | string;
|
|
1181
|
+
name?: string;
|
|
1182
|
+
style?: {
|
|
1175
1183
|
[key: string]: string | undefined;
|
|
1176
1184
|
};
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1185
|
+
target?: string;
|
|
1186
|
+
type?: string;
|
|
1187
|
+
width?: number | string;
|
|
1188
|
+
role?: string;
|
|
1189
|
+
tabindex?: number;
|
|
1182
1190
|
'accent-height'?: number | string;
|
|
1183
|
-
|
|
1184
|
-
|
|
1191
|
+
accumulate?: 'none' | 'sum';
|
|
1192
|
+
additive?: 'replace' | 'sum';
|
|
1185
1193
|
'alignment-baseline'?: 'auto' | 'baseline' | 'before-edge' | 'text-before-edge' | 'middle' | 'central' | 'after-edge' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit';
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1194
|
+
allowReorder?: 'no' | 'yes';
|
|
1195
|
+
alphabetic?: number | string;
|
|
1196
|
+
amplitude?: number | string;
|
|
1189
1197
|
'arabic-form'?: 'initial' | 'medial' | 'terminal' | 'isolated';
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1198
|
+
ascent?: number | string;
|
|
1199
|
+
attributeName?: string;
|
|
1200
|
+
attributeType?: string;
|
|
1201
|
+
autoReverse?: number | string;
|
|
1202
|
+
azimuth?: number | string;
|
|
1203
|
+
baseFrequency?: number | string;
|
|
1196
1204
|
'baseline-shift'?: number | string;
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1205
|
+
baseProfile?: number | string;
|
|
1206
|
+
bbox?: number | string;
|
|
1207
|
+
begin?: number | string;
|
|
1208
|
+
bias?: number | string;
|
|
1209
|
+
by?: number | string;
|
|
1210
|
+
calcMode?: number | string;
|
|
1203
1211
|
'cap-height'?: number | string;
|
|
1204
|
-
|
|
1212
|
+
clip?: number | string;
|
|
1205
1213
|
'clip-path'?: string;
|
|
1206
|
-
|
|
1214
|
+
clipPathUnits?: number | string;
|
|
1207
1215
|
'clip-rule'?: number | string;
|
|
1208
1216
|
'color-interpolation'?: number | string;
|
|
1209
1217
|
'color-interpolation-filters'?: 'auto' | 's-rGB' | 'linear-rGB' | 'inherit';
|
|
1210
1218
|
'color-profile'?: number | string;
|
|
1211
1219
|
'color-rendering'?: number | string;
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1220
|
+
contentScriptType?: number | string;
|
|
1221
|
+
contentStyleType?: number | string;
|
|
1222
|
+
cursor?: number | string;
|
|
1223
|
+
cx?: number | string;
|
|
1224
|
+
cy?: number | string;
|
|
1225
|
+
d?: string;
|
|
1226
|
+
decelerate?: number | string;
|
|
1227
|
+
descent?: number | string;
|
|
1228
|
+
diffuseConstant?: number | string;
|
|
1229
|
+
direction?: number | string;
|
|
1230
|
+
display?: number | string;
|
|
1231
|
+
divisor?: number | string;
|
|
1224
1232
|
'dominant-baseline'?: number | string;
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1233
|
+
dur?: number | string;
|
|
1234
|
+
dx?: number | string;
|
|
1235
|
+
dy?: number | string;
|
|
1228
1236
|
'edge-mode'?: number | string;
|
|
1229
|
-
|
|
1237
|
+
elevation?: number | string;
|
|
1230
1238
|
'enable-background'?: number | string;
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1239
|
+
end?: number | string;
|
|
1240
|
+
exponent?: number | string;
|
|
1241
|
+
externalResourcesRequired?: number | string;
|
|
1242
|
+
fill?: string;
|
|
1235
1243
|
'fill-opacity'?: number | string;
|
|
1236
1244
|
'fill-rule'?: 'nonzero' | 'evenodd' | 'inherit';
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1245
|
+
filter?: string;
|
|
1246
|
+
filterRes?: number | string;
|
|
1247
|
+
filterUnits?: number | string;
|
|
1240
1248
|
'flood-color'?: number | string;
|
|
1241
1249
|
'flood-opacity'?: number | string;
|
|
1242
|
-
|
|
1250
|
+
focusable?: number | string;
|
|
1243
1251
|
'font-family'?: string;
|
|
1244
1252
|
'font-size'?: number | string;
|
|
1245
1253
|
'font-size-adjust'?: number | string;
|
|
@@ -1247,113 +1255,113 @@ export declare namespace JSXBase {
|
|
|
1247
1255
|
'font-style'?: number | string;
|
|
1248
1256
|
'font-variant'?: number | string;
|
|
1249
1257
|
'font-weight'?: number | string;
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1258
|
+
format?: number | string;
|
|
1259
|
+
from?: number | string;
|
|
1260
|
+
fx?: number | string;
|
|
1261
|
+
fy?: number | string;
|
|
1262
|
+
g1?: number | string;
|
|
1263
|
+
g2?: number | string;
|
|
1256
1264
|
'glyph-name'?: number | string;
|
|
1257
1265
|
'glyph-orientation-horizontal'?: number | string;
|
|
1258
1266
|
'glyph-orientation-vertical'?: number | string;
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1267
|
+
glyphRef?: number | string;
|
|
1268
|
+
gradientTransform?: string;
|
|
1269
|
+
gradientUnits?: string;
|
|
1270
|
+
hanging?: number | string;
|
|
1263
1271
|
'horiz-adv-x'?: number | string;
|
|
1264
1272
|
'horiz-origin-x'?: number | string;
|
|
1265
|
-
|
|
1266
|
-
|
|
1273
|
+
href?: string;
|
|
1274
|
+
ideographic?: number | string;
|
|
1267
1275
|
'image-rendering'?: number | string;
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1276
|
+
in2?: number | string;
|
|
1277
|
+
in?: string;
|
|
1278
|
+
intercept?: number | string;
|
|
1279
|
+
k1?: number | string;
|
|
1280
|
+
k2?: number | string;
|
|
1281
|
+
k3?: number | string;
|
|
1282
|
+
k4?: number | string;
|
|
1283
|
+
k?: number | string;
|
|
1284
|
+
kernelMatrix?: number | string;
|
|
1285
|
+
kernelUnitLength?: number | string;
|
|
1286
|
+
kerning?: number | string;
|
|
1287
|
+
keyPoints?: number | string;
|
|
1288
|
+
keySplines?: number | string;
|
|
1289
|
+
keyTimes?: number | string;
|
|
1290
|
+
lengthAdjust?: number | string;
|
|
1283
1291
|
'letter-spacing'?: number | string;
|
|
1284
1292
|
'lighting-color'?: number | string;
|
|
1285
|
-
|
|
1286
|
-
|
|
1293
|
+
limitingConeAngle?: number | string;
|
|
1294
|
+
local?: number | string;
|
|
1287
1295
|
'marker-end'?: string;
|
|
1288
|
-
|
|
1296
|
+
markerHeight?: number | string;
|
|
1289
1297
|
'marker-mid'?: string;
|
|
1290
1298
|
'marker-start'?: string;
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1299
|
+
markerUnits?: number | string;
|
|
1300
|
+
markerWidth?: number | string;
|
|
1301
|
+
mask?: string;
|
|
1302
|
+
maskContentUnits?: number | string;
|
|
1303
|
+
maskUnits?: number | string;
|
|
1304
|
+
mathematical?: number | string;
|
|
1305
|
+
mode?: number | string;
|
|
1306
|
+
numOctaves?: number | string;
|
|
1307
|
+
offset?: number | string;
|
|
1308
|
+
opacity?: number | string;
|
|
1309
|
+
operator?: number | string;
|
|
1310
|
+
order?: number | string;
|
|
1311
|
+
orient?: number | string;
|
|
1312
|
+
orientation?: number | string;
|
|
1313
|
+
origin?: number | string;
|
|
1314
|
+
overflow?: number | string;
|
|
1307
1315
|
'overline-position'?: number | string;
|
|
1308
1316
|
'overline-thickness'?: number | string;
|
|
1309
1317
|
'paint-order'?: number | string;
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1318
|
+
panose1?: number | string;
|
|
1319
|
+
pathLength?: number | string;
|
|
1320
|
+
patternContentUnits?: string;
|
|
1321
|
+
patternTransform?: number | string;
|
|
1322
|
+
patternUnits?: string;
|
|
1315
1323
|
'pointer-events'?: number | string;
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1324
|
+
points?: string;
|
|
1325
|
+
pointsAtX?: number | string;
|
|
1326
|
+
pointsAtY?: number | string;
|
|
1327
|
+
pointsAtZ?: number | string;
|
|
1328
|
+
preserveAlpha?: number | string;
|
|
1329
|
+
preserveAspectRatio?: string;
|
|
1330
|
+
primitiveUnits?: number | string;
|
|
1331
|
+
r?: number | string;
|
|
1332
|
+
radius?: number | string;
|
|
1333
|
+
refX?: number | string;
|
|
1334
|
+
refY?: number | string;
|
|
1327
1335
|
'rendering-intent'?: number | string;
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1336
|
+
repeatCount?: number | string;
|
|
1337
|
+
repeatDur?: number | string;
|
|
1338
|
+
requiredextensions?: number | string;
|
|
1339
|
+
requiredFeatures?: number | string;
|
|
1340
|
+
restart?: number | string;
|
|
1341
|
+
result?: string;
|
|
1342
|
+
rotate?: number | string;
|
|
1343
|
+
rx?: number | string;
|
|
1344
|
+
ry?: number | string;
|
|
1345
|
+
scale?: number | string;
|
|
1346
|
+
seed?: number | string;
|
|
1339
1347
|
'shape-rendering'?: number | string;
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1348
|
+
slope?: number | string;
|
|
1349
|
+
spacing?: number | string;
|
|
1350
|
+
specularConstant?: number | string;
|
|
1351
|
+
specularExponent?: number | string;
|
|
1352
|
+
speed?: number | string;
|
|
1353
|
+
spreadMethod?: string;
|
|
1354
|
+
startOffset?: number | string;
|
|
1355
|
+
stdDeviation?: number | string;
|
|
1356
|
+
stemh?: number | string;
|
|
1357
|
+
stemv?: number | string;
|
|
1358
|
+
stitchTiles?: number | string;
|
|
1351
1359
|
'stop-color'?: string;
|
|
1352
1360
|
'stop-opacity'?: number | string;
|
|
1353
1361
|
'strikethrough-position'?: number | string;
|
|
1354
1362
|
'strikethrough-thickness'?: number | string;
|
|
1355
|
-
|
|
1356
|
-
|
|
1363
|
+
string?: number | string;
|
|
1364
|
+
stroke?: string;
|
|
1357
1365
|
'stroke-dasharray'?: string | number;
|
|
1358
1366
|
'stroke-dashoffset'?: string | number;
|
|
1359
1367
|
'stroke-linecap'?: 'butt' | 'round' | 'square' | 'inherit';
|
|
@@ -1361,63 +1369,63 @@ export declare namespace JSXBase {
|
|
|
1361
1369
|
'stroke-miterlimit'?: string;
|
|
1362
1370
|
'stroke-opacity'?: number | string;
|
|
1363
1371
|
'stroke-width'?: number | string;
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1372
|
+
surfaceScale?: number | string;
|
|
1373
|
+
systemLanguage?: number | string;
|
|
1374
|
+
tableValues?: number | string;
|
|
1375
|
+
targetX?: number | string;
|
|
1376
|
+
targetY?: number | string;
|
|
1369
1377
|
'text-anchor'?: string;
|
|
1370
1378
|
'text-decoration'?: number | string;
|
|
1371
|
-
|
|
1379
|
+
textLength?: number | string;
|
|
1372
1380
|
'text-rendering'?: number | string;
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1381
|
+
to?: number | string;
|
|
1382
|
+
transform?: string;
|
|
1383
|
+
u1?: number | string;
|
|
1384
|
+
u2?: number | string;
|
|
1377
1385
|
'underline-position'?: number | string;
|
|
1378
1386
|
'underline-thickness'?: number | string;
|
|
1379
|
-
|
|
1387
|
+
unicode?: number | string;
|
|
1380
1388
|
'unicode-bidi'?: number | string;
|
|
1381
1389
|
'unicode-range'?: number | string;
|
|
1382
1390
|
'units-per-em'?: number | string;
|
|
1383
1391
|
'v-alphabetic'?: number | string;
|
|
1384
|
-
|
|
1392
|
+
values?: string;
|
|
1385
1393
|
'vector-effect'?: number | string;
|
|
1386
|
-
|
|
1394
|
+
version?: string;
|
|
1387
1395
|
'vert-adv-y'?: number | string;
|
|
1388
1396
|
'vert-origin-x'?: number | string;
|
|
1389
1397
|
'vert-origin-y'?: number | string;
|
|
1390
1398
|
'v-hanging'?: number | string;
|
|
1391
1399
|
'v-ideographic'?: number | string;
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1400
|
+
viewBox?: string;
|
|
1401
|
+
viewTarget?: number | string;
|
|
1402
|
+
visibility?: number | string;
|
|
1395
1403
|
'v-mathematical'?: number | string;
|
|
1396
|
-
|
|
1404
|
+
widths?: number | string;
|
|
1397
1405
|
'word-spacing'?: number | string;
|
|
1398
1406
|
'writing-mode'?: number | string;
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1407
|
+
x1?: number | string;
|
|
1408
|
+
x2?: number | string;
|
|
1409
|
+
x?: number | string;
|
|
1402
1410
|
'x-channel-selector'?: string;
|
|
1403
1411
|
'x-height'?: number | string;
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1412
|
+
xlinkActuate?: string;
|
|
1413
|
+
xlinkArcrole?: string;
|
|
1414
|
+
xlinkHref?: string;
|
|
1415
|
+
xlinkRole?: string;
|
|
1416
|
+
xlinkShow?: string;
|
|
1417
|
+
xlinkTitle?: string;
|
|
1418
|
+
xlinkType?: string;
|
|
1419
|
+
xmlBase?: string;
|
|
1420
|
+
xmlLang?: string;
|
|
1421
|
+
xmlns?: string;
|
|
1422
|
+
xmlSpace?: string;
|
|
1423
|
+
y1?: number | string;
|
|
1424
|
+
y2?: number | string;
|
|
1425
|
+
y?: number | string;
|
|
1426
|
+
yChannelSelector?: string;
|
|
1427
|
+
z?: number | string;
|
|
1428
|
+
zoomAndPan?: string;
|
|
1421
1429
|
}
|
|
1422
1430
|
interface DOMAttributes<T = Element> {
|
|
1423
1431
|
key?: string | number;
|
package/loader/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/components",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.13",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main:h5": "src/index.js",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"author": "",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@stencil/core": "2.
|
|
41
|
-
"@tarojs/taro": "3.3.
|
|
40
|
+
"@stencil/core": "2.9.0",
|
|
41
|
+
"@tarojs/taro": "3.3.13",
|
|
42
42
|
"better-scroll": "^1.14.1",
|
|
43
43
|
"classnames": "^2.2.5",
|
|
44
44
|
"intersection-observer": "^0.7.0",
|
|
@@ -49,10 +49,11 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@stencil/sass": "1.4.1",
|
|
52
|
+
"@types/react-native": "0.65.1",
|
|
52
53
|
"jquery": "^3.4.1",
|
|
53
54
|
"karmatic": "^2.1.0",
|
|
54
55
|
"simulant": "^0.2.2",
|
|
55
56
|
"workbox-build": "4.3.1"
|
|
56
57
|
},
|
|
57
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "d84177a97cc27c01ca63c9dd07e5ab5bbaa91d8a"
|
|
58
59
|
}
|
package/types/Camera.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { StandardProps, CommonEventFunction } from './common'
|
|
|
4
4
|
interface CameraProps extends StandardProps {
|
|
5
5
|
/** 模式,有效值为normal, scanCode
|
|
6
6
|
* @default "normal"
|
|
7
|
-
* @supported weapp
|
|
7
|
+
* @supported weapp, rn
|
|
8
8
|
*/
|
|
9
9
|
mode?: keyof CameraProps.mode
|
|
10
10
|
|
|
@@ -16,13 +16,13 @@ interface CameraProps extends StandardProps {
|
|
|
16
16
|
|
|
17
17
|
/** 摄像头朝向
|
|
18
18
|
* @default "back"
|
|
19
|
-
* @supported weapp
|
|
19
|
+
* @supported weapp, rn
|
|
20
20
|
*/
|
|
21
21
|
devicePosition?: keyof CameraProps.devicePosition
|
|
22
22
|
|
|
23
23
|
/** 闪光灯
|
|
24
24
|
* @default "auto"
|
|
25
|
-
* @supported weapp
|
|
25
|
+
* @supported weapp, rn
|
|
26
26
|
*/
|
|
27
27
|
flash?: keyof CameraProps.flash
|
|
28
28
|
|
|
@@ -41,23 +41,23 @@ interface CameraProps extends StandardProps {
|
|
|
41
41
|
|
|
42
42
|
/** 摄像头在非正常终止时触发,
|
|
43
43
|
* 如退出后台等情况
|
|
44
|
-
* @supported weapp
|
|
44
|
+
* @supported weapp, rn
|
|
45
45
|
*/
|
|
46
46
|
onStop?: CommonEventFunction
|
|
47
47
|
|
|
48
48
|
/** 用户不允许使用摄像头时触发
|
|
49
|
-
* @supported weapp
|
|
49
|
+
* @supported weapp, rn
|
|
50
50
|
*/
|
|
51
51
|
onError?: CommonEventFunction
|
|
52
52
|
|
|
53
53
|
/** 相机初始化完成时触发
|
|
54
|
-
* @supported weapp
|
|
54
|
+
* @supported weapp, rn
|
|
55
55
|
*/
|
|
56
56
|
onInitDone?: CommonEventFunction<CameraProps.onInitDoneEventDetail>
|
|
57
57
|
|
|
58
58
|
/** 在成功识别到一维码时触发,
|
|
59
59
|
* 仅在 mode="scanCode" 时生效
|
|
60
|
-
* @supported weapp
|
|
60
|
+
* @supported weapp, rn
|
|
61
61
|
*/
|
|
62
62
|
onScanCode?: CommonEventFunction
|
|
63
63
|
}
|
package/types/LivePusher.d.ts
CHANGED
|
@@ -120,7 +120,7 @@ interface LivePusherProps extends StandardProps {
|
|
|
120
120
|
mirror?: boolean
|
|
121
121
|
|
|
122
122
|
/** 设置推流画面是否镜像,产生的效果在 LivePlayer 反应到
|
|
123
|
-
*
|
|
123
|
+
*
|
|
124
124
|
* **Note:** 同 mirror 属性,后续 mirror 将废弃
|
|
125
125
|
* @default false
|
|
126
126
|
* @supported weapp
|
|
@@ -175,6 +175,18 @@ interface LivePusherProps extends StandardProps {
|
|
|
175
175
|
*/
|
|
176
176
|
videoHeight?: number
|
|
177
177
|
|
|
178
|
+
/** 设置美颜类型
|
|
179
|
+
* @default smooth
|
|
180
|
+
* @supported weapp
|
|
181
|
+
*/
|
|
182
|
+
beautyStyle?: keyof LivePusherProps.beautyStyleType
|
|
183
|
+
|
|
184
|
+
/** 设置色彩滤镜
|
|
185
|
+
* @default standard
|
|
186
|
+
* @supported weapp
|
|
187
|
+
*/
|
|
188
|
+
filter?: keyof LivePusherProps.filterType
|
|
189
|
+
|
|
178
190
|
/** 状态变化事件,detail = {code}
|
|
179
191
|
* @supported weapp
|
|
180
192
|
*/
|
|
@@ -204,6 +216,11 @@ interface LivePusherProps extends StandardProps {
|
|
|
204
216
|
* @supported weapp
|
|
205
217
|
*/
|
|
206
218
|
onBgmComplete?: CommonEventFunction
|
|
219
|
+
|
|
220
|
+
/** 返回麦克风采集的音量大小
|
|
221
|
+
* @supported weapp
|
|
222
|
+
*/
|
|
223
|
+
onAudioVolumeNotify?: CommonEventFunction
|
|
207
224
|
}
|
|
208
225
|
|
|
209
226
|
declare namespace LivePusherProps {
|
|
@@ -226,7 +243,7 @@ declare namespace LivePusherProps {
|
|
|
226
243
|
/** audioReverbType 的合法值 */
|
|
227
244
|
interface audioReverbType {
|
|
228
245
|
/** 关闭 */
|
|
229
|
-
0
|
|
246
|
+
0
|
|
230
247
|
/** KTV */
|
|
231
248
|
1
|
|
232
249
|
/** 小房间 */
|
|
@@ -249,6 +266,38 @@ declare namespace LivePusherProps {
|
|
|
249
266
|
/** 通话音量 */
|
|
250
267
|
voicecall
|
|
251
268
|
}
|
|
269
|
+
/** beautyStyleType 的合法值 */
|
|
270
|
+
interface beautyStyleType {
|
|
271
|
+
/** 光滑美颜 */
|
|
272
|
+
smooth
|
|
273
|
+
/** 自然美颜 */
|
|
274
|
+
nature
|
|
275
|
+
}
|
|
276
|
+
/** filterType 的合法值 */
|
|
277
|
+
interface filterType {
|
|
278
|
+
/** 标准 */
|
|
279
|
+
standard
|
|
280
|
+
/** 粉嫩 */
|
|
281
|
+
pink
|
|
282
|
+
/** 怀旧 */
|
|
283
|
+
nostalgia
|
|
284
|
+
/** 蓝调 */
|
|
285
|
+
blues
|
|
286
|
+
/** 浪漫 */
|
|
287
|
+
romantic
|
|
288
|
+
/** 清凉 */
|
|
289
|
+
cool
|
|
290
|
+
/** 清新 */
|
|
291
|
+
fresher
|
|
292
|
+
/** 日系 */
|
|
293
|
+
solor
|
|
294
|
+
/** 唯美 */
|
|
295
|
+
aestheticism
|
|
296
|
+
/** 美白 */
|
|
297
|
+
whitening
|
|
298
|
+
/** 樱红 */
|
|
299
|
+
cerisered
|
|
300
|
+
}
|
|
252
301
|
interface onStateChangeEventDetail {
|
|
253
302
|
/** 状态码 */
|
|
254
303
|
code: number
|
|
@@ -272,7 +321,6 @@ declare namespace LivePusherProps {
|
|
|
272
321
|
}
|
|
273
322
|
|
|
274
323
|
/** 实时音视频录制。需要用户授权 scope.camera、scope.record
|
|
275
|
-
*
|
|
276
324
|
* 需要先通过类目审核,再在小程序管理后台,「开发」-「接口设置」中自助开通该组件权限。
|
|
277
325
|
* @classification media
|
|
278
326
|
* @supported weapp
|