Readme-CN.md 9.1 KB
Newer Older
L
luoying_ace_admin 已提交
1
# 基于ArkTS的声明式开发范式
Z
zengyawen 已提交
2

L
luoying_ace_admin 已提交
3
- [组件导读](ts-components-summary.md)
H
HelloCrease 已提交
4
- 组件通用信息
Z
zengyawen 已提交
5 6 7 8 9 10 11 12 13 14
  - 通用事件
    - [点击事件](ts-universal-events-click.md)
    - [触摸事件](ts-universal-events-touch.md)
    - [挂载卸载事件](ts-universal-events-show-hide.md)
    - [拖拽事件](ts-universal-events-drag-drop.md)
    - [按键事件](ts-universal-events-key.md)
    - [焦点事件](ts-universal-focus-event.md)
    - [鼠标事件](ts-universal-mouse-key.md)
    - [组件区域变化事件](ts-universal-component-area-change-event.md)
    - [组件可见区域变化事件](ts-universal-component-visible-area-change-event.md)
15
    - [组件快捷键事件](ts-universal-events-keyboardshortcut.md)
Z
zengyawen 已提交
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
  - 通用属性
    - [尺寸设置](ts-universal-attributes-size.md)
    - [位置设置](ts-universal-attributes-location.md)
    - [布局约束](ts-universal-attributes-layout-constraints.md)
    - [Flex布局](ts-universal-attributes-flex-layout.md)
    - [边框设置](ts-universal-attributes-border.md)
    - [图片边框设置](ts-universal-attributes-border-image.md)
    - [背景设置](ts-universal-attributes-background.md)
    - [透明度设置](ts-universal-attributes-opacity.md)
    - [显隐控制](ts-universal-attributes-visibility.md)
    - [禁用控制](ts-universal-attributes-enable.md)
    - [浮层](ts-universal-attributes-overlay.md)
    - [Z序控制](ts-universal-attributes-z-order.md)
    - [图形变换](ts-universal-attributes-transformation.md)
    - [图像效果](ts-universal-attributes-image-effect.md)
    - [形状裁剪](ts-universal-attributes-sharp-clipping.md)
    - [栅格设置](ts-universal-attributes-grid.md)
    - [颜色渐变](ts-universal-attributes-gradient-color.md)
    - [Popup控制](ts-universal-attributes-popup.md)
H
HelloCrease 已提交
35
    - [菜单控制](ts-universal-attributes-menu.md)
Z
zengyawen 已提交
36 37 38 39 40
    - [焦点控制](ts-universal-attributes-focus.md)
    - [悬浮态效果](ts-universal-attributes-hover-effect.md)
    - [组件标识](ts-universal-attributes-component-id.md)
    - [多态样式](ts-universal-attributes-polymorphic-style.md)
    - [分布式迁移标识](ts-universal-attributes-restoreId.md)
41
    - [前景色设置](ts-universal-attributes-foreground-color.md)
G
g00649947 已提交
42
    - [组件内容模糊](ts-universal-attributes-foreground-blur-style.md)
43
    - [点击回弹](ts-universal-attributes-click-effect.md)
H
huangdong57 已提交
44
    - [无障碍属性](ts-universal-attributes-accessibility.md)
Y
update  
yamila 已提交
45 46 47
    - 触摸交互控制
      - [触摸热区设置](ts-universal-attributes-touch-target.md)
      - [触摸测试控制](ts-universal-attributes-hit-test-behavior.md)
48 49 50
    - 模态转场设置
      - [全屏模态转场](ts-universal-attributes-modal-transition.md)
      - [半模态转场](ts-universal-attributes-sheet-transition.md)
51
    - [隐私遮罩](ts-universal-attributes-obscured.md)
H
HelloCrease 已提交
52
    - [文本通用](ts-universal-attributes-text-style.md)
53
    - [拖拽控制](ts-universal-attributes-drag-drop.md)
Z
zhaoxinyu 已提交
54
    - [安全区域](ts-universal-attributes-expand-safe-area.md)
Z
zengyawen 已提交
55 56 57 58 59 60 61 62 63 64
  - 手势处理
    - [绑定手势方法](ts-gesture-settings.md)
    - 基础手势
      - [TapGesture](ts-basic-gestures-tapgesture.md)
      - [LongPressGesture](ts-basic-gestures-longpressgesture.md)
      - [PanGesture](ts-basic-gestures-pangesture.md)
      - [PinchGesture](ts-basic-gestures-pinchgesture.md)
      - [RotationGesture](ts-basic-gestures-rotationgesture.md)
      - [SwipeGesture](ts-basic-gestures-swipegesture.md)
    - [组合手势](ts-combined-gestures.md)
H
HelloCrease 已提交
65
- 基础组件
A
aryawang 已提交
66
  - [AlphabetIndexer](ts-container-alphabet-indexer.md)
Z
zengyawen 已提交
67 68 69 70 71 72 73
  - [Blank](ts-basic-components-blank.md)
  - [Button](ts-basic-components-button.md)
  - [Checkbox](ts-basic-components-checkbox.md)
  - [CheckboxGroup](ts-basic-components-checkboxgroup.md)
  - [DataPanel](ts-basic-components-datapanel.md)
  - [DatePicker](ts-basic-components-datepicker.md)
  - [Divider](ts-basic-components-divider.md)
H
HelloCrease 已提交
74
  - [FormComponent](ts-basic-components-formcomponent.md)
Z
zengyawen 已提交
75 76 77
  - [Gauge](ts-basic-components-gauge.md)
  - [Image](ts-basic-components-image.md)
  - [ImageAnimator](ts-basic-components-imageanimator.md)
78
  - [ImageSpan](ts-basic-components-imagespan.md)
Z
zengyawen 已提交
79 80
  - [LoadingProgress](ts-basic-components-loadingprogress.md)
  - [Marquee](ts-basic-components-marquee.md)
Z
zhaoxinyu 已提交
81 82 83
  - [Menu](ts-basic-components-menu.md)
  - [MenuItem](ts-basic-components-menuitem.md)
  - [MenuItemGroup](ts-basic-components-menuitemgroup.md)
Z
zengyawen 已提交
84 85 86 87 88 89 90 91 92 93
  - [Navigation](ts-basic-components-navigation.md)
  - [NavRouter](ts-basic-components-navrouter.md)
  - [NavDestination](ts-basic-components-navdestination.md)
  - [PatternLock](ts-basic-components-patternlock.md)
  - [PluginComponent](ts-basic-components-plugincomponent.md)
  - [Progress](ts-basic-components-progress.md)
  - [QRCode](ts-basic-components-qrcode.md)
  - [Radio](ts-basic-components-radio.md)
  - [Rating](ts-basic-components-rating.md)
  - [RemoteWindow](ts-basic-components-remotewindow.md)
H
huangdong57 已提交
94
  - [RichEditor](ts-basic-components-richeditor.md)
Z
zengyawen 已提交
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
  - [RichText](ts-basic-components-richtext.md)
  - [ScrollBar](ts-basic-components-scrollbar.md)
  - [Search](ts-basic-components-search.md)
  - [Select](ts-basic-components-select.md)
  - [Slider](ts-basic-components-slider.md)
  - [Span](ts-basic-components-span.md)
  - [Stepper](ts-basic-components-stepper.md)
  - [StepperItem](ts-basic-components-stepperitem.md)
  - [Text](ts-basic-components-text.md)
  - [TextArea](ts-basic-components-textarea.md)
  - [TextClock](ts-basic-components-textclock.md)
  - [TextInput](ts-basic-components-textinput.md)
  - [TextPicker](ts-basic-components-textpicker.md)
  - [TextTimer](ts-basic-components-texttimer.md)
  - [TimePicker](ts-basic-components-timepicker.md)
  - [Toggle](ts-basic-components-toggle.md)
  - [Web](ts-basic-components-web.md)
  - [XComponent](ts-basic-components-xcomponent.md)
H
HelloCrease 已提交
113
- 容器组件
Z
zengyawen 已提交
114 115 116 117 118 119
  - [AbilityComponent](ts-container-ability-component.md)
  - [Badge](ts-container-badge.md)
  - [Column](ts-container-column.md)
  - [ColumnSplit](ts-container-columnsplit.md)
  - [Counter](ts-container-counter.md)
  - [Flex](ts-container-flex.md)
120
  - [FlowItem](ts-container-flowitem.md)
Z
zengyawen 已提交
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
  - [GridCol](ts-container-gridcol.md)
  - [GridRow](ts-container-gridrow.md)
  - [Grid](ts-container-grid.md)
  - [GridItem](ts-container-griditem.md)
  - [List](ts-container-list.md)
  - [ListItem](ts-container-listitem.md)
  - [ListItemGroup](ts-container-listitemgroup.md)
  - [Navigator](ts-container-navigator.md)
  - [Panel](ts-container-panel.md)
  - [Refresh](ts-container-refresh.md)
  - [RelativeContainer](ts-container-relativecontainer.md)
  - [Row](ts-container-row.md)
  - [RowSplit](ts-container-rowsplit.md)
  - [Scroll](ts-container-scroll.md)
  - [SideBarContainer](ts-container-sidebarcontainer.md)
  - [Stack](ts-container-stack.md)
  - [Swiper](ts-container-swiper.md)
  - [Tabs](ts-container-tabs.md)
  - [TabContent](ts-container-tabcontent.md)
140
  - [WaterFlow](ts-container-waterflow.md)
H
HelloCrease 已提交
141
- 媒体组件
Z
zengyawen 已提交
142
  - [Video](ts-media-components-video.md)
H
HelloCrease 已提交
143
- 绘制组件
Z
zengyawen 已提交
144 145 146 147 148 149 150 151
  - [Circle](ts-drawing-components-circle.md)
  - [Ellipse](ts-drawing-components-ellipse.md)
  - [Line](ts-drawing-components-line.md)
  - [Polyline](ts-drawing-components-polyline.md)
  - [Polygon](ts-drawing-components-polygon.md)
  - [Path](ts-drawing-components-path.md)
  - [Rect](ts-drawing-components-rect.md)
  - [Shape](ts-drawing-components-shape.md)
H
HelloCrease 已提交
152
- 画布组件
Z
zengyawen 已提交
153 154
  - [Canvas](ts-components-canvas-canvas.md)
  - [CanvasGradient对象](ts-components-canvas-canvasgradient.md)
155 156
  - [CanvasPattern](ts-components-canvas-canvaspattern.md)
  - [CanvasRenderingContext2D对象](ts-canvasrenderingcontext2d.md)
Z
zengyawen 已提交
157 158
  - [ImageBitmap对象](ts-components-canvas-imagebitmap.md)
  - [ImageData对象](ts-components-canvas-imagedata.md)
159
  - [Matrix2D](ts-components-canvas-matrix2d.md)
H
HelloCrease 已提交
160
  - [OffscreenCanvas](ts-components-offscreencanvas.md)
Z
zengyawen 已提交
161 162
  - [OffscreenCanvasRenderingContext2D对象](ts-offscreencanvasrenderingcontext2d.md)
  - [Path2D对象](ts-components-canvas-path2d.md)
Z
zengyawen 已提交
163
- 动画
Z
zengyawen 已提交
164 165 166 167 168 169
  - [属性动画](ts-animatorproperty.md)
  - [显式动画](ts-explicit-animation.md)
  - 转场动画
    - [页面间转场](ts-page-transition-animation.md)
    - [组件内转场](ts-transition-animation-component.md)
    - [共享元素转场](ts-transition-animation-shared-elements.md)
L
luoying_ace_admin 已提交
170
    - [组件内隐式共享元素转场](ts-transition-animation-geometrytransition.md)
Z
zengyawen 已提交
171
  - [路径动画](ts-motion-path-animation.md)
Z
zengyawen 已提交
172
- 全局UI方法
Z
zengyawen 已提交
173 174 175 176
  - 弹窗
    - [警告弹窗](ts-methods-alert-dialog-box.md)
    - [列表选择弹窗](ts-methods-action-sheet.md)
    - [自定义弹窗](ts-methods-custom-dialog-box.md)
H
HelloCrease 已提交
177 178 179
    - [日期滑动选择器弹窗](ts-methods-datepicker-dialog.md)
    - [时间滑动选择器弹窗](ts-methods-timepicker-dialog.md)
    - [文本滑动选择器弹窗](ts-methods-textpicker-dialog.md)
Z
zengyawen 已提交
180
  - [菜单](ts-methods-menu.md)
Z
zengyawen 已提交
181
- [自定义组件的生命周期](ts-custom-component-lifecycle.md)
Y
yamila 已提交
182 183
- [应用级变量的状态管理](ts-state-management.md)
- [像素单位](ts-pixel-units.md)
H
HelloCrease 已提交
184
- [枚举说明](ts-appendix-enums.md)
H
HelloCrease 已提交
185
- [类型定义](ts-types.md)
Y
yamila 已提交
186
- 已停止维护的组件
H
HelloCrease 已提交
187
  - [GridContainer](ts-container-gridcontainer.md)
188
- 已停止维护的接口 
L
libing23 已提交
189
  - [点击控制](ts-universal-attributes-click.md)