mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-02-12 12:09:29 +00:00
!12268 kit.ArkUI新增NodeContent接口
Merge pull request !12268 from lilanqing/0626kit
This commit is contained in:
commit
925e215944
4
kits/@kit.ArkUI.d.ts
vendored
4
kits/@kit.ArkUI.d.ts
vendored
@ -68,7 +68,7 @@ import componentUtils from '@ohos.arkui.componentUtils';
|
|||||||
import dragController from '@ohos.arkui.dragController';
|
import dragController from '@ohos.arkui.dragController';
|
||||||
import { DrawableDescriptor, LayeredDrawableDescriptor } from '@ohos.arkui.drawableDescriptor';
|
import { DrawableDescriptor, LayeredDrawableDescriptor } from '@ohos.arkui.drawableDescriptor';
|
||||||
import inspector from '@ohos.arkui.inspector';
|
import inspector from '@ohos.arkui.inspector';
|
||||||
import { NodeRenderType, RenderOptions, BuilderNode, NodeController, FrameNode, DrawContext, Size, Offset, Position, Pivot, Scale, Translation, Matrix4, Rotation, Frame, RenderNode, XComponentNode, LengthMetrics, LayoutConstraint, ComponentContent } from '@ohos.arkui.node';
|
import { NodeRenderType, RenderOptions, BuilderNode, NodeController, FrameNode, DrawContext, Size, Offset, Position, Pivot, Scale, Translation, Matrix4, Rotation, Frame, RenderNode, XComponentNode, LengthMetrics, LayoutConstraint, ComponentContent, NodeContent } from '@ohos.arkui.node';
|
||||||
import uiObserver from '@ohos.arkui.observer';
|
import uiObserver from '@ohos.arkui.observer';
|
||||||
import performanceMonitor from '@ohos.arkui.performanceMonitor';
|
import performanceMonitor from '@ohos.arkui.performanceMonitor';
|
||||||
import { RectShape, CircleShape, EllipseShape, PathShape } from '@ohos.arkui.shape';
|
import { RectShape, CircleShape, EllipseShape, PathShape } from '@ohos.arkui.shape';
|
||||||
@ -141,7 +141,7 @@ export {
|
|||||||
TabSegmentButtonConstructionOptions, TabSegmentButtonOptions, TabTitleBar, TabTitleBarMenuItem, TabTitleBarTabItem,
|
TabSegmentButtonConstructionOptions, TabSegmentButtonOptions, TabTitleBar, TabTitleBarMenuItem, TabTitleBarTabItem,
|
||||||
TipsDialog, ToolBar, ToolBarOption, ToolBarOptions, Translation, TreeController, TreeListenType, TreeListener,
|
TipsDialog, ToolBar, ToolBarOption, ToolBarOptions, Translation, TreeController, TreeListenType, TreeListener,
|
||||||
TreeListenerManager, TreeView, UIContext, UIInspector, UIObserver, PageInfo, WindowExtensionAbility, WindowExtensionContext, XComponentNode,
|
TreeListenerManager, TreeView, UIContext, UIInspector, UIObserver, PageInfo, WindowExtensionAbility, WindowExtensionContext, XComponentNode,
|
||||||
LengthMetrics, LayoutConstraint, ComponentContent, componentSnapshot, componentUtils, curves, display, dragController, dragInteraction,
|
LengthMetrics, LayoutConstraint, ComponentContent, NodeContent, componentSnapshot, componentUtils, curves, display, dragController, dragInteraction,
|
||||||
font, inspector, matrix4, mediaquery, performanceMonitor, pluginComponentManager, prompt, promptAction, router,
|
font, inspector, matrix4, mediaquery, performanceMonitor, pluginComponentManager, prompt, promptAction, router,
|
||||||
screen, screenshot, uiAppearance, uiExtensionHost, uiObserver, window, windowAnimationManager, CustomContentDialog,
|
screen, screenshot, uiAppearance, uiExtensionHost, uiObserver, window, windowAnimationManager, CustomContentDialog,
|
||||||
IconOptions, ChipItemLabelOptions, ChipGroupItemOptions, ChipItemStyle, ChipGroupSpaceOptions, IconItemOptions, IconGroupSuffix, ChipGroup,
|
IconOptions, ChipItemLabelOptions, ChipGroupItemOptions, ChipItemStyle, ChipGroupSpaceOptions, IconItemOptions, IconGroupSuffix, ChipGroup,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user