@tarojs/plugin-platform-harmony-ets 4.0.8-beta.0 → 4.0.8-beta.3
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/apis/apis.d.ts +19 -0
- package/dist/apis/base/crypto.d.ts +1 -0
- package/dist/apis/base/debug.d.ts +3 -0
- package/dist/apis/base/index.d.ts +10 -0
- package/dist/apis/base/performance.d.ts +5 -0
- package/dist/apis/base/system.d.ts +3 -0
- package/dist/apis/base/update.d.ts +2 -0
- package/dist/apis/base/weapp/app-event.d.ts +19 -0
- package/dist/apis/base/weapp/life-cycle.d.ts +3 -0
- package/dist/apis/canvas/index.d.ts +10 -0
- package/dist/apis/data-analysis/index.d.ts +4 -0
- package/dist/apis/device/accelerometer.d.ts +17 -0
- package/dist/apis/device/accessibility.d.ts +1 -0
- package/dist/apis/device/battery.d.ts +3 -0
- package/dist/apis/device/bluetooth-ble.d.ts +16 -0
- package/dist/apis/device/bluetooth-peripheral.d.ts +3 -0
- package/dist/apis/device/bluetooth.d.ts +13 -0
- package/dist/apis/device/calendar.d.ts +2 -0
- package/dist/apis/device/clipboard.d.ts +9 -0
- package/dist/apis/device/compass.d.ts +16 -0
- package/dist/apis/device/contact.d.ts +2 -0
- package/dist/apis/device/crypto.d.ts +1 -0
- package/dist/apis/device/gyroscope.d.ts +4 -0
- package/dist/apis/device/iBeacon.d.ts +7 -0
- package/dist/apis/device/index.d.ts +24 -0
- package/dist/apis/device/keyboard.d.ts +5 -0
- package/dist/apis/device/memory.d.ts +2 -0
- package/dist/apis/device/motion.d.ts +4 -0
- package/dist/apis/device/network.d.ts +14 -0
- package/dist/apis/device/nfc.d.ts +7 -0
- package/dist/apis/device/phone.d.ts +2 -0
- package/dist/apis/device/scan.d.ts +1 -0
- package/dist/apis/device/screen.d.ts +10 -0
- package/dist/apis/device/sms.d.ts +1 -0
- package/dist/apis/device/vibrate.d.ts +3 -0
- package/dist/apis/device/wifi.d.ts +12 -0
- package/dist/apis/ext/index.d.ts +2 -0
- package/dist/apis/files/index.d.ts +32 -0
- package/dist/apis/files/manager.d.ts +28 -0
- package/dist/apis/framework/index.d.ts +18 -0
- package/dist/apis/index.d.ts +22 -0
- package/dist/apis/location/index.d.ts +13 -0
- package/dist/apis/media/EditorContext.d.ts +16 -0
- package/dist/apis/media/audio/index.d.ts +12 -0
- package/dist/apis/media/background-audio/index.d.ts +12 -0
- package/dist/apis/media/camera.d.ts +2 -0
- package/dist/apis/media/common.d.ts +3 -0
- package/dist/apis/media/image/index.d.ts +6 -0
- package/dist/apis/media/index.d.ts +13 -0
- package/dist/apis/media/live.d.ts +2 -0
- package/dist/apis/media/map.d.ts +1 -0
- package/dist/apis/media/media-recorder.d.ts +1 -0
- package/dist/apis/media/recorder.d.ts +3 -0
- package/dist/apis/media/video/index.d.ts +7 -0
- package/dist/apis/media/video-decoder.d.ts +1 -0
- package/dist/apis/media/video-processing.d.ts +1 -0
- package/dist/apis/media/voip.d.ts +16 -0
- package/dist/apis/navigate/index.d.ts +5 -0
- package/dist/apis/network/downloadFile.d.ts +2 -0
- package/dist/apis/network/index.d.ts +7 -0
- package/dist/apis/network/mdns.d.ts +10 -0
- package/dist/apis/network/request.d.ts +2 -0
- package/dist/apis/network/tcp.d.ts +1 -0
- package/dist/apis/network/udp.d.ts +1 -0
- package/dist/apis/network/uploadFile.d.ts +2 -0
- package/dist/apis/network/webSocket.d.ts +2 -0
- package/dist/apis/open-api/account.d.ts +1 -0
- package/dist/apis/open-api/address.d.ts +1 -0
- package/dist/apis/open-api/authorize.d.ts +2 -0
- package/dist/apis/open-api/card.d.ts +2 -0
- package/dist/apis/open-api/channels-live.d.ts +8 -0
- package/dist/apis/open-api/customer-service.d.ts +1 -0
- package/dist/apis/open-api/device-voip.d.ts +2 -0
- package/dist/apis/open-api/facial.d.ts +4 -0
- package/dist/apis/open-api/favorites.d.ts +2 -0
- package/dist/apis/open-api/group.d.ts +1 -0
- package/dist/apis/open-api/index.d.ts +21 -0
- package/dist/apis/open-api/invoice.d.ts +2 -0
- package/dist/apis/open-api/license-plate.d.ts +1 -0
- package/dist/apis/open-api/login.d.ts +3 -0
- package/dist/apis/open-api/my-miniprogram.d.ts +1 -0
- package/dist/apis/open-api/privacy.d.ts +4 -0
- package/dist/apis/open-api/red-package.d.ts +1 -0
- package/dist/apis/open-api/settings.d.ts +2 -0
- package/dist/apis/open-api/soter.d.ts +3 -0
- package/dist/apis/open-api/subscribe-message.d.ts +2 -0
- package/dist/apis/open-api/user-info.d.ts +15 -0
- package/dist/apis/open-api/werun.d.ts +2 -0
- package/dist/apis/payment/index.d.ts +3 -0
- package/dist/apis/route/index.d.ts +10 -0
- package/dist/apis/share/index.d.ts +20 -0
- package/dist/apis/storage/background-fetch.d.ts +4 -0
- package/dist/apis/storage/cache-manager.d.ts +1 -0
- package/dist/apis/storage/index.d.ts +19 -0
- package/dist/apis/ui/animation/animation.d.ts +56 -0
- package/dist/apis/ui/animation/index.d.ts +3 -0
- package/dist/apis/ui/background.d.ts +2 -0
- package/dist/apis/ui/custom-component.d.ts +2 -0
- package/dist/apis/ui/fonts.d.ts +1 -0
- package/dist/apis/ui/index.d.ts +12 -0
- package/dist/apis/ui/interaction/index.d.ts +8 -0
- package/dist/apis/ui/menu.d.ts +1 -0
- package/dist/apis/ui/navigation-bar/index.d.ts +6 -0
- package/dist/apis/ui/pull-down-refresh.d.ts +3 -0
- package/dist/apis/ui/scroll/index.d.ts +5 -0
- package/dist/apis/ui/sticky.d.ts +1 -0
- package/dist/apis/ui/tab-bar.d.ts +9 -0
- package/dist/apis/ui/window.d.ts +14 -0
- package/dist/apis/utils/handler.d.ts +46 -0
- package/dist/apis/utils/index.d.ts +17 -0
- package/dist/apis/utils/permissions.d.ts +5 -0
- package/dist/apis/utils/types.d.ts +11 -0
- package/dist/apis/utils/validate.d.ts +39 -0
- package/dist/apis/worker/index.d.ts +1 -0
- package/dist/apis/wxml/IntersectionObserver.d.ts +12 -0
- package/dist/apis/wxml/index.d.ts +7 -0
- package/dist/apis/wxml/nodesRef.d.ts +14 -0
- package/dist/apis/wxml/selectorQuery.d.ts +39 -0
- package/dist/components/components-harmony-ets/tag.d.ts +53 -0
- package/dist/components/components-harmony-ets/utils/DynamicCenter.d.ts +7 -0
- package/dist/components/components-harmony-ets/utils/events.d.ts +3 -0
- package/dist/components/components-harmony-ets/utils/htmlParser/HarmonyHTMLParser.d.ts +11 -0
- package/dist/components/components-harmony-ets/utils/htmlParser/index.d.ts +3 -0
- package/dist/components/components-harmony-ets/utils/index.d.ts +11 -0
- package/dist/components/components-react.d.ts +7 -0
- package/dist/components/components-react.js +2 -41
- package/dist/components/components-react.js.map +1 -1
- package/dist/components/index.d.ts +119 -0
- package/dist/index.d.ts +6 -148
- package/dist/index.js +12 -8
- package/dist/index.js.map +1 -1
- package/dist/program/arkTS.d.ts +40 -0
- package/dist/program/harmony.d.ts +36 -0
- package/dist/program/jsUI.d.ts +60 -0
- package/dist/runtime-ets/bom/URL.d.ts +2 -0
- package/dist/runtime-ets/bom/document.d.ts +2 -0
- package/dist/runtime-ets/bom/getComputedStyle.d.ts +1 -0
- package/dist/runtime-ets/bom/history.d.ts +1 -0
- package/dist/runtime-ets/bom/location.d.ts +1 -0
- package/dist/runtime-ets/bom/navigator.d.ts +1 -0
- package/dist/runtime-ets/bom/raf.d.ts +1 -0
- package/dist/runtime-ets/bom/window.d.ts +20 -0
- package/dist/runtime-ets/constant.d.ts +17 -0
- package/dist/runtime-ets/current.d.ts +4 -0
- package/dist/runtime-ets/dom/bind.d.ts +4 -0
- package/dist/runtime-ets/dom/class-list.d.ts +15 -0
- package/dist/runtime-ets/dom/comment.d.ts +5 -0
- package/dist/runtime-ets/dom/cssNesting.d.ts +7 -0
- package/dist/runtime-ets/dom/cssStyleDeclaration.d.ts +14 -0
- package/dist/runtime-ets/dom/document.d.ts +20 -0
- package/dist/runtime-ets/dom/element/element.ts +49 -42
- package/dist/runtime-ets/dom/element/index.d.ts +14 -0
- package/dist/runtime-ets/dom/element/movableArea.d.ts +5 -0
- package/dist/runtime-ets/dom/element/progress.d.ts +5 -0
- package/dist/runtime-ets/dom/element/text.d.ts +5 -0
- package/dist/runtime-ets/dom/element/webView.d.ts +15 -0
- package/dist/runtime-ets/dom/event-source.d.ts +1 -0
- package/dist/runtime-ets/dom/event.d.ts +24 -0
- package/dist/runtime-ets/dom/eventTarget.d.ts +17 -0
- package/dist/runtime-ets/dom/node.d.ts +62 -0
- package/dist/runtime-ets/dom/stylesheet/covertWeb2Hm.d.ts +3 -0
- package/dist/runtime-ets/dom/stylesheet/covertWeb2Hm.ts +1 -0
- package/dist/runtime-ets/dom/stylesheet/index.d.ts +83 -0
- package/dist/runtime-ets/emitter/emitter.d.ts +1 -0
- package/dist/runtime-ets/env.d.ts +1 -0
- package/dist/runtime-ets/index.d.ts +22 -0
- package/dist/runtime-ets/interface/event.d.ts +9 -0
- package/dist/runtime-ets/interface/index.d.ts +6 -0
- package/dist/runtime-ets/utils/index.d.ts +26 -0
- package/dist/runtime-ets/utils/info.d.ts +11 -0
- package/dist/runtime-ets/utils/router.d.ts +1 -0
- package/dist/runtime-framework/react/app.d.ts +12 -0
- package/dist/runtime-framework/react/connect.d.ts +1 -0
- package/dist/runtime-framework/react/constant.d.ts +5 -0
- package/dist/runtime-framework/react/hooks.d.ts +31 -0
- package/dist/runtime-framework/react/hooks.ts +1 -0
- package/dist/runtime-framework/react/index.d.ts +5 -0
- package/dist/runtime-framework/react/native-page.d.ts +8 -0
- package/dist/runtime-framework/react/native-page.ts +6 -6
- package/dist/runtime-framework/react/page.d.ts +13 -0
- package/dist/runtime-framework/react/utils/index.d.ts +7 -0
- package/dist/runtime-framework/react/utils/is.d.ts +10 -0
- package/dist/runtime-framework/solid/app.d.ts +10 -0
- package/dist/runtime-framework/solid/connect.d.ts +4 -0
- package/dist/runtime-framework/solid/constant.d.ts +5 -0
- package/dist/runtime-framework/solid/hooks.d.ts +31 -0
- package/dist/runtime-framework/solid/hooks.ts +1 -0
- package/dist/runtime-framework/solid/index.d.ts +4 -0
- package/dist/runtime-framework/solid/page.d.ts +13 -0
- package/dist/runtime-framework/solid/reconciler/h.d.ts +8 -0
- package/dist/runtime-framework/solid/reconciler/index.d.ts +3 -0
- package/dist/runtime-framework/solid/reconciler/props.d.ts +7 -0
- package/dist/runtime-framework/solid/reconciler/props.ts +1 -1
- package/dist/runtime-framework/solid/reconciler/render.d.ts +16 -0
- package/dist/runtime-framework/solid/reconciler/use.d.ts +1 -0
- package/dist/runtime-framework/solid/utils/index.d.ts +16 -0
- package/dist/runtime-framework/solid/utils/is.d.ts +10 -0
- package/dist/runtime-utils.d.ts +4 -818
- package/dist/runtime-utils.js +394 -394
- package/dist/runtime-utils.js.map +1 -1
- package/dist/runtime.js +394 -394
- package/dist/runtime.js.map +1 -1
- package/dist/template.d.ts +43 -0
- package/dist/utils/api-loader.d.ts +1 -0
- package/dist/utils/constants.d.ts +4 -0
- package/dist/utils/index.d.ts +3 -0
- package/package.json +13 -12
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/// <reference types="types/runtime" />
|
|
2
|
+
import type { TFunc } from '@tarojs/runtime';
|
|
3
|
+
/** LifeCycle */
|
|
4
|
+
export declare const useDidHide: (fn: TFunc) => void;
|
|
5
|
+
export declare const useDidShow: (fn: TFunc) => void;
|
|
6
|
+
/** App */
|
|
7
|
+
export declare const useError: (fn: TFunc) => void;
|
|
8
|
+
export declare const useUnhandledRejection: (fn: TFunc) => void;
|
|
9
|
+
export declare const useLaunch: (fn: TFunc) => void;
|
|
10
|
+
export declare const usePageNotFound: (fn: TFunc) => void;
|
|
11
|
+
/** Page */
|
|
12
|
+
export declare const useLoad: (fn: TFunc) => void;
|
|
13
|
+
export declare const usePageScroll: (fn: TFunc) => void;
|
|
14
|
+
export declare const usePullDownRefresh: (fn: TFunc) => void;
|
|
15
|
+
export declare const usePullIntercept: (fn: TFunc) => void;
|
|
16
|
+
export declare const useReachBottom: (fn: TFunc) => void;
|
|
17
|
+
export declare const useResize: (fn: TFunc) => void;
|
|
18
|
+
export declare const useUnload: (fn: TFunc) => void;
|
|
19
|
+
/** Mini-Program */
|
|
20
|
+
export declare const useAddToFavorites: (fn: TFunc) => void;
|
|
21
|
+
export declare const useOptionMenuClick: (fn: TFunc) => void;
|
|
22
|
+
export declare const useKeyboardHeight: (fn: TFunc) => void;
|
|
23
|
+
export declare const useSaveExitState: (fn: TFunc) => void;
|
|
24
|
+
export declare const useShareAppMessage: (fn: TFunc) => void;
|
|
25
|
+
export declare const useShareTimeline: (fn: TFunc) => void;
|
|
26
|
+
export declare const useTitleClick: (fn: TFunc) => void;
|
|
27
|
+
/** Router */
|
|
28
|
+
export declare const useReady: (fn: TFunc) => void;
|
|
29
|
+
export declare const useRouter: (dynamic?: boolean) => import("@tarojs/runtime/dist/current").Router | null;
|
|
30
|
+
export declare const useTabItemTap: (fn: TFunc) => void;
|
|
31
|
+
export declare const useScope: () => undefined;
|
|
@@ -84,6 +84,7 @@ export const useUnload = createTaroHook('onUnload')
|
|
|
84
84
|
/** Mini-Program */
|
|
85
85
|
export const useAddToFavorites = createTaroHook('onAddToFavorites')
|
|
86
86
|
export const useOptionMenuClick = createTaroHook('onOptionMenuClick')
|
|
87
|
+
export const useKeyboardHeight = createTaroHook('onKeyboardHeight')
|
|
87
88
|
export const useSaveExitState = createTaroHook('onSaveExitState')
|
|
88
89
|
export const useShareAppMessage = createTaroHook('onShareAppMessage')
|
|
89
90
|
export const useShareTimeline = createTaroHook('onShareTimeline')
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as React from 'react';
|
|
2
|
+
declare let ReactDOM: any;
|
|
3
|
+
export declare function setPageById(inst: any, id: string): void;
|
|
4
|
+
export declare function getPageById(id: string): any;
|
|
5
|
+
export declare function removePageById(id: string): void;
|
|
6
|
+
export declare function createNativePageConfig(Component: any, pageName: string, react: typeof React, reactDOM: typeof ReactDOM, pageConfig: any): Record<string, any>;
|
|
7
|
+
export declare function createNativeComponentConfig(Component: any, react: typeof React, reactDOM: any, componentConfig: any): Record<string, any>;
|
|
8
|
+
export {};
|
|
@@ -26,7 +26,7 @@ interface InitNativeComponentEntryParams {
|
|
|
26
26
|
R: typeof React
|
|
27
27
|
ReactDOM: typeof ReactDOM
|
|
28
28
|
cb?: TFunc
|
|
29
|
-
// 是否使用默认的 DOM 入口 - app;默认为true,false的时候,会创建一个新的dom并且把它挂载在 app 下面
|
|
29
|
+
// 是否使用默认的 DOM 入口 - app;默认为 true,false 的时候,会创建一个新的 dom 并且把它挂载在 app 下面
|
|
30
30
|
isDefaultEntryDom?: boolean
|
|
31
31
|
isUseReact18?: boolean
|
|
32
32
|
}
|
|
@@ -320,7 +320,7 @@ export function createNativePageConfig (
|
|
|
320
320
|
const $taroPath = this.$taroPath
|
|
321
321
|
// 销毁当前页面的上下文信息
|
|
322
322
|
window.trigger(CONTEXT_ACTIONS.DESTORY, $taroPath)
|
|
323
|
-
// 触发onUnload生命周期
|
|
323
|
+
// 触发 onUnload 生命周期
|
|
324
324
|
safeExecute($taroPath, ONUNLOAD)
|
|
325
325
|
|
|
326
326
|
|
|
@@ -381,7 +381,7 @@ export function createNativePageConfig (
|
|
|
381
381
|
|
|
382
382
|
function resetCurrent () {
|
|
383
383
|
if (Current.page === this) {
|
|
384
|
-
// 小程序插件页面卸载之后返回到宿主页面时,需重置Current页面和路由。否则引发插件组件二次加载异常 fix:#11991
|
|
384
|
+
// 小程序插件页面卸载之后返回到宿主页面时,需重置 Current 页面和路由。否则引发插件组件二次加载异常 fix:#11991
|
|
385
385
|
Current.page = null
|
|
386
386
|
Current.router = null
|
|
387
387
|
}
|
|
@@ -418,12 +418,12 @@ export function createNativePageConfig (
|
|
|
418
418
|
export function createNativeComponentConfig (
|
|
419
419
|
Component,
|
|
420
420
|
react: typeof React,
|
|
421
|
-
|
|
421
|
+
reactDOM,
|
|
422
422
|
componentConfig
|
|
423
423
|
) {
|
|
424
424
|
reactMeta.R = react
|
|
425
425
|
h = react.createElement
|
|
426
|
-
ReactDOM =
|
|
426
|
+
ReactDOM = reactDOM
|
|
427
427
|
setReconciler(ReactDOM)
|
|
428
428
|
const { isNewBlended, isUseReact18 } = componentConfig
|
|
429
429
|
|
|
@@ -448,7 +448,7 @@ export function createNativeComponentConfig (
|
|
|
448
448
|
const el = document.getElementById(compId)
|
|
449
449
|
|
|
450
450
|
if (!el) {
|
|
451
|
-
throw new Error(
|
|
451
|
+
throw new Error('没有找到组件实例。')
|
|
452
452
|
} else {
|
|
453
453
|
el.ctx = this
|
|
454
454
|
cb && cb(el)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { PageConfig } from '@tarojs/taro';
|
|
2
|
+
export declare function injectPageInstance(inst: any, id: string): void;
|
|
3
|
+
export declare function getPageInstance(id: string): any;
|
|
4
|
+
export declare function removePageInstance(id: string): void;
|
|
5
|
+
export declare function safeExecute(path: string, lifecycle: string, ...args: unknown[]): any;
|
|
6
|
+
export declare function stringify(obj?: Record<string, unknown>): string;
|
|
7
|
+
export declare function getPath(id: string, options?: Record<string, unknown>): string;
|
|
8
|
+
export declare function getOnReadyEventKey(path: string): string;
|
|
9
|
+
export declare function getOnShowEventKey(path: string): string;
|
|
10
|
+
export declare function getOnHideEventKey(path: string): string;
|
|
11
|
+
export declare function createPageConfig(component: any, pageName?: string, pageConfig?: PageConfig): {
|
|
12
|
+
[x: string]: (options?: Readonly<Record<string, unknown>>, cb?: (...args: any[]) => any) => void;
|
|
13
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './is';
|
|
2
|
+
export { noop } from '@tarojs/shared';
|
|
3
|
+
export declare function capitalize(s: string): string;
|
|
4
|
+
export declare const incrementId: (init?: number) => () => number;
|
|
5
|
+
export declare function ensureIsArray<T>(item: T | T[]): T[];
|
|
6
|
+
export declare const EMPTY_OBJ: any;
|
|
7
|
+
export declare const HOOKS_APP_ID = "taro-app";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare function isClassComponent(R: any, component: any): boolean;
|
|
2
|
+
export declare function isString(o: unknown): o is string;
|
|
3
|
+
export declare function isUndefined(o: unknown): o is undefined;
|
|
4
|
+
export declare function isNull(o: unknown): o is null;
|
|
5
|
+
export declare function isObject<T>(o: unknown): o is T;
|
|
6
|
+
export declare function isBoolean(o: unknown): o is boolean;
|
|
7
|
+
export declare function isFunction(o: unknown): o is (...args: any[]) => any;
|
|
8
|
+
export declare function isNumber(o: unknown): o is number;
|
|
9
|
+
export declare function isBooleanStringLiteral(o: unknown): o is string;
|
|
10
|
+
export declare const isArray: (arg: any) => arg is any[];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="types/runtime" />
|
|
2
|
+
import type { AppInstance } from '@tarojs/runtime';
|
|
3
|
+
import type { AppConfig } from '@tarojs/taro';
|
|
4
|
+
import type { SolidComponent } from './connect';
|
|
5
|
+
export declare const ReactMeta: {
|
|
6
|
+
R: any;
|
|
7
|
+
Container: any;
|
|
8
|
+
PageContext: any;
|
|
9
|
+
};
|
|
10
|
+
export declare function createSolidApp(App: SolidComponent, config: AppConfig): AppInstance;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/// <reference types="types/runtime" />
|
|
2
|
+
import type { TFunc } from '@tarojs/runtime';
|
|
3
|
+
/** LifeCycle */
|
|
4
|
+
export declare const useDidHide: (fn: TFunc) => void;
|
|
5
|
+
export declare const useDidShow: (fn: TFunc) => void;
|
|
6
|
+
/** App */
|
|
7
|
+
export declare const useError: (fn: TFunc) => void;
|
|
8
|
+
export declare const useUnhandledRejection: (fn: TFunc) => void;
|
|
9
|
+
export declare const useLaunch: (fn: TFunc) => void;
|
|
10
|
+
export declare const usePageNotFound: (fn: TFunc) => void;
|
|
11
|
+
/** Page */
|
|
12
|
+
export declare const useLoad: (fn: TFunc) => void;
|
|
13
|
+
export declare const usePageScroll: (fn: TFunc) => void;
|
|
14
|
+
export declare const usePullDownRefresh: (fn: TFunc) => void;
|
|
15
|
+
export declare const usePullIntercept: (fn: TFunc) => void;
|
|
16
|
+
export declare const useReachBottom: (fn: TFunc) => void;
|
|
17
|
+
export declare const useResize: (fn: TFunc) => void;
|
|
18
|
+
export declare const useUnload: (fn: TFunc) => void;
|
|
19
|
+
/** Mini-Program */
|
|
20
|
+
export declare const useAddToFavorites: (fn: TFunc) => void;
|
|
21
|
+
export declare const useOptionMenuClick: (fn: TFunc) => void;
|
|
22
|
+
export declare const useKeyboardHeight: (fn: TFunc) => void;
|
|
23
|
+
export declare const useSaveExitState: (fn: TFunc) => void;
|
|
24
|
+
export declare const useShareAppMessage: (fn: TFunc) => void;
|
|
25
|
+
export declare const useShareTimeline: (fn: TFunc) => void;
|
|
26
|
+
export declare const useTitleClick: (fn: TFunc) => void;
|
|
27
|
+
/** Router */
|
|
28
|
+
export declare const useReady: (fn: TFunc) => void;
|
|
29
|
+
export declare const useRouter: (dynamic?: boolean) => import("@tarojs/runtime/dist/current").Router | import("solid-js").Accessor<import("@tarojs/runtime/dist/current").Router | null> | null;
|
|
30
|
+
export declare const useTabItemTap: (fn: TFunc) => void;
|
|
31
|
+
export declare const useScope: () => undefined;
|
|
@@ -78,6 +78,7 @@ export const useUnload = createTaroHook('onUnload')
|
|
|
78
78
|
/** Mini-Program */
|
|
79
79
|
export const useAddToFavorites = createTaroHook('onAddToFavorites')
|
|
80
80
|
export const useOptionMenuClick = createTaroHook('onOptionMenuClick')
|
|
81
|
+
export const useKeyboardHeight = createTaroHook('onKeyboardHeight')
|
|
81
82
|
export const useSaveExitState = createTaroHook('onSaveExitState')
|
|
82
83
|
export const useShareAppMessage = createTaroHook('onShareAppMessage')
|
|
83
84
|
export const useShareTimeline = createTaroHook('onShareTimeline')
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { PageConfig } from '@tarojs/taro';
|
|
2
|
+
export declare function injectPageInstance(inst: any, id: string): void;
|
|
3
|
+
export declare function getPageInstance(id: string): any;
|
|
4
|
+
export declare function removePageInstance(id: string): void;
|
|
5
|
+
export declare function safeExecute(path: string, lifecycle: string, ...args: unknown[]): any;
|
|
6
|
+
export declare function stringify(obj?: Record<string, unknown>): string;
|
|
7
|
+
export declare function getPath(id: string, options?: Record<string, unknown>): string;
|
|
8
|
+
export declare function getOnReadyEventKey(path: string): string;
|
|
9
|
+
export declare function getOnShowEventKey(path: string): string;
|
|
10
|
+
export declare function getOnHideEventKey(path: string): string;
|
|
11
|
+
export declare function createPageConfig(component: any, pageName?: string, pageConfig?: PageConfig): {
|
|
12
|
+
[x: string]: (options?: Readonly<Record<string, unknown>>, cb?: (...args: any[]) => any) => void;
|
|
13
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="types/runtime" />
|
|
2
|
+
import { TaroNode } from '@tarojs/runtime';
|
|
3
|
+
import type { Accessor } from 'solid-js';
|
|
4
|
+
import type { ResolvedChildren } from 'solid-js/types/reactive/signal';
|
|
5
|
+
export type Component = (props?: any) => TaroNode;
|
|
6
|
+
type Children = undefined | string | number | TaroNode | TaroNode[] | Component | Component[] | Accessor<ResolvedChildren> | (() => Component[]);
|
|
7
|
+
export declare function h(tagName: string, props?: any, children?: Children): TaroNode;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="types/runtime" />
|
|
2
|
+
import type { TaroElement } from '@tarojs/runtime';
|
|
3
|
+
export type Props = Record<string, unknown>;
|
|
4
|
+
export declare function updateProps(dom: TaroElement, oldProps: Props, newProps: Props): void;
|
|
5
|
+
export declare function updatePropsByPayload(dom: TaroElement, oldProps: Props, updatePayload: any[]): void;
|
|
6
|
+
export declare function getUpdatePayload(dom: TaroElement, oldProps: Props, newProps: Props): any[] | null;
|
|
7
|
+
export declare function setProperty(dom: TaroElement, name: string, value: unknown, oldValue?: unknown): void;
|
|
@@ -5,7 +5,7 @@ import type { Style, TaroElement } from '@tarojs/runtime'
|
|
|
5
5
|
|
|
6
6
|
export type Props = Record<string, unknown>
|
|
7
7
|
|
|
8
|
-
const IS_NON_DIMENSIONAL = /
|
|
8
|
+
const IS_NON_DIMENSIONAL = /aspect|acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i
|
|
9
9
|
|
|
10
10
|
function isEventName (s: string) {
|
|
11
11
|
return s[0] === 'o' && s[1] === 'n'
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/// <reference types="types/runtime" />
|
|
2
|
+
import type { TaroNode } from '@tarojs/runtime';
|
|
3
|
+
export declare const render: (code: () => TaroNode, node: TaroNode) => () => void;
|
|
4
|
+
export declare const effect: <T>(fn: (prev?: T | undefined) => T, init?: T | undefined) => void;
|
|
5
|
+
export declare const memo: <T>(fn: () => T, equal: boolean) => () => T;
|
|
6
|
+
export declare const createComponent: (type: any, props?: any) => TaroNode;
|
|
7
|
+
export declare const createElement: (tag: string) => TaroNode;
|
|
8
|
+
export declare const createTextNode: (value: string) => TaroNode;
|
|
9
|
+
export declare const insertNode: (parent: TaroNode, node: TaroNode, anchor?: TaroNode | undefined) => void;
|
|
10
|
+
export declare const insert: <T>(parent: any, accessor: T | (() => T), marker?: any) => TaroNode;
|
|
11
|
+
export declare const spread: <T>(node: any, accessor: T | (() => T), skipChildren?: Boolean | undefined) => void;
|
|
12
|
+
export declare const setProp: <T>(node: TaroNode, name: string, value: T, prev?: T | undefined) => T;
|
|
13
|
+
export declare const mergeProps: (...sources: unknown[]) => unknown;
|
|
14
|
+
declare function Fragment(props: any): any;
|
|
15
|
+
declare function jsx(type: any, props: any): TaroNode;
|
|
16
|
+
export { Fragment, jsx, jsx as jsxDEV, jsx as jsxs };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function use(fn: any, ele: any, accessor: any): void;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * from './is';
|
|
2
|
+
export declare const noop: (..._: unknown[]) => void;
|
|
3
|
+
export declare function capitalize(s: string): string;
|
|
4
|
+
export declare const incrementId: (init?: number) => () => number;
|
|
5
|
+
export declare const EMPTY_OBJ: any;
|
|
6
|
+
export declare const HOOKS_APP_ID = "taro-app";
|
|
7
|
+
export declare function ensureIsArray<T>(item: T | T[]): T[];
|
|
8
|
+
/**
|
|
9
|
+
* set writable, enumerable to true
|
|
10
|
+
*/
|
|
11
|
+
export declare function setDefaultDescriptor(obj: Record<string, any>): Record<string, any>;
|
|
12
|
+
/**
|
|
13
|
+
* 设置入口的路由参数
|
|
14
|
+
* @param options 小程序传入的参数
|
|
15
|
+
*/
|
|
16
|
+
export declare function setRouterParams(options: any): void;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare function isClassComponent(R: any, component: any): boolean;
|
|
2
|
+
export declare function isString(o: unknown): o is string;
|
|
3
|
+
export declare function isUndefined(o: unknown): o is undefined;
|
|
4
|
+
export declare function isNull(o: unknown): o is null;
|
|
5
|
+
export declare function isObject<T>(o: unknown): o is T;
|
|
6
|
+
export declare function isBoolean(o: unknown): o is boolean;
|
|
7
|
+
export declare function isFunction(o: unknown): o is (...args: any[]) => any;
|
|
8
|
+
export declare function isNumber(o: unknown): o is number;
|
|
9
|
+
export declare function isBooleanStringLiteral(o: unknown): o is string;
|
|
10
|
+
export declare const isArray: (arg: any) => arg is any[];
|