diff --git a/function/communication/bluetooth/AppScope/app.json5 b/function/communication/bluetooth/AppScope/app.json5 deleted file mode 100644 index d80cb445429ba39e7a7251bd4914383de940f645..0000000000000000000000000000000000000000 --- a/function/communication/bluetooth/AppScope/app.json5 +++ /dev/null @@ -1,10 +0,0 @@ -{ - "app": { - "bundleName": "com.example.bluetooth", - "vendor": "example", - "versionCode": 1000000, - "versionName": "1.0.0", - "icon": "$media:app_icon", - "label": "$string:app_name" - } -} diff --git a/function/communication/bluetooth/.gitignore b/function/communication/bluetooth/bletest/.gitignore similarity index 100% rename from function/communication/bluetooth/.gitignore rename to function/communication/bluetooth/bletest/.gitignore diff --git a/function/communication/bluetooth/bletest/AppScope/app.json5 b/function/communication/bluetooth/bletest/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..15db30c14795bcb3f6d71b0f7972dab4bf7db05e --- /dev/null +++ b/function/communication/bluetooth/bletest/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.bluetooth", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/function/communication/bluetooth/AppScope/resources/base/element/string.json b/function/communication/bluetooth/bletest/AppScope/resources/base/element/string.json similarity index 100% rename from function/communication/bluetooth/AppScope/resources/base/element/string.json rename to function/communication/bluetooth/bletest/AppScope/resources/base/element/string.json diff --git a/function/communication/bluetooth/AppScope/resources/base/media/app_icon.png b/function/communication/bluetooth/bletest/AppScope/resources/base/media/app_icon.png similarity index 100% rename from function/communication/bluetooth/AppScope/resources/base/media/app_icon.png rename to function/communication/bluetooth/bletest/AppScope/resources/base/media/app_icon.png diff --git a/function/communication/bluetooth/bletest/README.md b/function/communication/bluetooth/bletest/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/function/communication/wifi/build-profile.json5 b/function/communication/bluetooth/bletest/build-profile.json5 similarity index 49% rename from function/communication/wifi/build-profile.json5 rename to function/communication/bluetooth/bletest/build-profile.json5 index d7ddeff76abfc278dac43de1845bfd0a194dce80..f7f420a7ca729c6f847dae127fc748fd9275b7a5 100644 --- a/function/communication/wifi/build-profile.json5 +++ b/function/communication/bluetooth/bletest/build-profile.json5 @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + { "app": { "signingConfigs": [], diff --git a/function/communication/bluetooth/entry/.gitignore b/function/communication/bluetooth/bletest/entry/.gitignore similarity index 100% rename from function/communication/bluetooth/entry/.gitignore rename to function/communication/bluetooth/bletest/entry/.gitignore diff --git a/function/communication/bluetooth/entry/build-profile.json5 b/function/communication/bluetooth/bletest/entry/build-profile.json5 similarity index 50% rename from function/communication/bluetooth/entry/build-profile.json5 rename to function/communication/bluetooth/bletest/entry/build-profile.json5 index 197e83c1b9504b12a3837e0189185479662cad4b..3dfe825349683c04fd5911df3b32a8fdb49f3d2c 100644 --- a/function/communication/bluetooth/entry/build-profile.json5 +++ b/function/communication/bluetooth/bletest/entry/build-profile.json5 @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + { "apiType": "stageMode", "buildOption": { diff --git a/function/communication/bluetooth/entry/hvigorfile.ts b/function/communication/bluetooth/bletest/entry/hvigorfile.ts similarity index 100% rename from function/communication/bluetooth/entry/hvigorfile.ts rename to function/communication/bluetooth/bletest/entry/hvigorfile.ts diff --git a/function/communication/bluetooth/entry/obfuscation-rules.txt b/function/communication/bluetooth/bletest/entry/obfuscation-rules.txt similarity index 100% rename from function/communication/bluetooth/entry/obfuscation-rules.txt rename to function/communication/bluetooth/bletest/entry/obfuscation-rules.txt diff --git a/function/communication/bluetooth/bletest/entry/oh-package.json5 b/function/communication/bluetooth/bletest/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..8a95d69300fc33fbc8d2d34dcec8bccace8fe95d --- /dev/null +++ b/function/communication/bluetooth/bletest/entry/oh-package.json5 @@ -0,0 +1,25 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +{ + "name": "entry", + "version": "1.0.0", + "description": "Please describe the basic information.", + "main": "", + "author": "", + "license": "", + "dependencies": {} +} + diff --git a/function/communication/bluetooth/entry/src/main/ets/entryability/EntryAbility.ets b/function/communication/bluetooth/bletest/entry/src/main/ets/entryability/EntryAbility.ets similarity index 71% rename from function/communication/bluetooth/entry/src/main/ets/entryability/EntryAbility.ets rename to function/communication/bluetooth/bletest/entry/src/main/ets/entryability/EntryAbility.ets index 1c7aa63a9f838b1585caac34ae70a88054489797..c880f706b95d3da4a81228253c5aae2c7fb9ca5b 100644 --- a/function/communication/bluetooth/entry/src/main/ets/entryability/EntryAbility.ets +++ b/function/communication/bluetooth/bletest/entry/src/main/ets/entryability/EntryAbility.ets @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import AbilityConstant from '@ohos.app.ability.AbilityConstant'; import hilog from '@ohos.hilog'; import UIAbility from '@ohos.app.ability.UIAbility'; diff --git a/function/communication/bluetooth/entry/src/main/ets/pages/Index.ets b/function/communication/bluetooth/bletest/entry/src/main/ets/pages/Index.ets similarity index 30% rename from function/communication/bluetooth/entry/src/main/ets/pages/Index.ets rename to function/communication/bluetooth/bletest/entry/src/main/ets/pages/Index.ets index 62f71696da14f85a6a5c70b1a5c3b2955851f1ba..1adc30a14d1f8e8e1f07d4173daf4b3e41ffaae9 100644 --- a/function/communication/bluetooth/entry/src/main/ets/pages/Index.ets +++ b/function/communication/bluetooth/bletest/entry/src/main/ets/pages/Index.ets @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + @Entry @Component struct Index { diff --git a/function/communication/wifi/entry/src/main/module.json5 b/function/communication/bluetooth/bletest/entry/src/main/module.json5 similarity index 59% rename from function/communication/wifi/entry/src/main/module.json5 rename to function/communication/bluetooth/bletest/entry/src/main/module.json5 index f2ff2c7f12fb46a0656dd93857b72f7a1b057001..5208ff0c5c31cc680e1c7639f5802028e1fed9b0 100644 --- a/function/communication/wifi/entry/src/main/module.json5 +++ b/function/communication/bluetooth/bletest/entry/src/main/module.json5 @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + { "module": { "name": "entry", diff --git a/function/communication/bluetooth/bletest/entry/src/main/resources/base/element/color.json b/function/communication/bluetooth/bletest/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..9b2c4255722810a909b977a87c2314aaa058ccbd --- /dev/null +++ b/function/communication/bluetooth/bletest/entry/src/main/resources/base/element/color.json @@ -0,0 +1,237 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + }, + { + "name": "white", + "value": "#FFFFFF" + }, + { + "name": "bottom_title_divider", + "value": "#99838388" + }, + { + "name": "tab_bar_divider", + "value": "#33182431" + }, + { + "name": "font_color_shallow", + "value": "#182431" + }, + { + "name": "font_color_dark", + "value": "#000000" + }, + { + "name": "font_color_red", + "value": "#FFD22C2C" + }, + { + "name": "tab_bar_select", + "value": "#007DFF" + }, + { + "name": "tab_bar_unselect", + "value": "#66182431" + }, + { + "name": "background_shallow_grey", + "value": "#F1F3F5" + }, + { + "name": "background_dark", + "value": "#FF000000" + }, + { + "name": "background_grey", + "value": "#0d000000" + }, + { + "name": "background_orange", + "value": "#E6A23C" + }, + { + "name": "background_pink", + "value": "#F56C6C" + }, + { + "name": "background_blue", + "value": "#409EFF" + }, + { + "name": "background_green", + "value": "#67C23A" + }, + { + "name": "pop_up_background", + "value": "#0D182431" + }, + // Button + { + "name": "button_custom_color", + "value": "#80FF7500" + }, + { + "name": "button_default_bg_color", + "value": "#007DFF" + }, + // Divider + { + "name": "divider_block_color", + "value": "#1A838388" + }, + // Interpolation Calculation + { + "name": "curve_normal", + "value": "#3F56EA" + }, + { + "name": "curve_bezier", + "value": "#00BFC9" + }, + { + "name": "curve_spring", + "value": "#BCD600" + }, + { + "name": "curve_init", + "value": "#E40078" + }, + { + "name": "curve_steps", + "value": "#FF7500" + }, + // Radio + { + "name": "radio_response_region_color", + "value": "#66ffc0cb" + }, + // Select + { + "name": "select_option_bg_color", + "value": "#33007DFF" + }, + { + "name": "select_option_font_color", + "value": "#FF007DFF" + }, + // Toggle + { + "name": "toggle_selected_color", + "value": "#4D00BFC9" + }, + //Display + { + "name": "background_light_gray", + "value": "#f1f3f5" + }, + { + "name": "sub_title_color", + "value": "#182431" + }, + { + "name": "title_colorone", + "value": "#0A59F7" + }, + { + "name": "title_colortwo", + "value": "#000000" + }, + //辅助ScrollBarSample + { + "name": "scrollbar_background_color", + "value": "#ededed" + }, + { + "name": "contentArea_background_color", + "value": "#C0C0C0" + }, + // Interaction + { + "name": "normal_bg_color", + "value": "#0A59F7" + }, + { + "name": "btn_border_color", + "value": "#33000000" + }, + { + "name": "3D_background_color", + "value": "#F9BC64" + }, + { + "name": "3D_top_left_color", + "value": "#FED599" + }, + { + "name": "3D_right_buttom_color", + "value": "#D69942" + }, + { + "name": "btn_one_color", + "value": "#FFC0CB" + }, + { + "name": "btn_two_color", + "value": "#87CEFA" + }, + { + "name": "btn_three_color", + "value": "#90EE90" + }, + { + "name": "btn_onFocus_color", + "value": "#FF0000" + }, + { + "name": "focus_on_background", + "value": "#007DFE" + }, + { + "name": "COLOR_80000000", + "value": "#80000000" + }, + { + "name": "COLOR_FFFFFF", + "value": "#FFFFFF" + }, + { + "name": "COLOR_8C9BA2", + "value": "#8C9BA2" + }, + { + "name": "COLOR_99FFFFFF", + "value": "#99ffffff" + }, + { + "name": "canvas_background", + "value": "#ffff00" + }, + { + "name": "canvas_normal_button_bg", + "value": "#317aff" + }, + { + "name": "canvas_clear_button_bg", + "value": "#ffff7300" + }, + { + "name": "canvas_bg_color", + "value": "#00ffff" + }, + { + "name": "scroll_to_button_color", + "value": "#ff55c6f5" + }, + { + "name": "scroll_item_color", + "value": "#ff2a78db" + }, + { + "name": "scroll_grid_item_color", + "value": "#F9CF93" + } + ] +} \ No newline at end of file diff --git a/function/communication/bluetooth/bletest/entry/src/main/resources/base/element/string.json b/function/communication/bluetooth/bletest/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..35b44e802be2f548a6d438ac1caeb2bfc133d5ce --- /dev/null +++ b/function/communication/bluetooth/bletest/entry/src/main/resources/base/element/string.json @@ -0,0 +1,5825 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "bletest" + }, + { + "name": "entry_desc", + "value": "Component Collection" + }, + { + "name": "MainAbility_desc", + "value": "ArkUI components, common attributes, common methods, etc. to classify and describe applications" + }, + { + "name": "opencv_core", + "value": "Core Operations" + }, + { + "name": "opencv_image", + "value": "Image Processing" + }, + { + "name": "opencv_video", + "value": "Video Analysis" + }, + { + "name": "opencv_machine", + "value": "machine learning" + }, + { + "name": "opencv_object_detection", + "value": "Object Detection" + }, + { + "name": "opencv_dnn", + "value": "Deep Neural Networks" + }, + { + "name": "animation", + "value": "Animation" + }, + { + "name": "component", + "value": "Component" + }, + { + "name": "universal", + "value": "Universal" + }, + { + "name": "global_method", + "value": "Global Method" + }, + { + "name": "auxiliary", + "value": "Auxiliary" + }, + { + "name": "common_properties", + "value": "Common properties" + }, + { + "name": "prop_background", + "value": "Background" + }, + + { + "name": "prop_foreground", + "value": "Foreground" + }, + { + "name": "prop_border", + "value": "Border" + }, + { + "name": "prop_font", + "value": "Font" + }, + { + "name": "prop_bluefont", + "value": "#409EFF" + }, + { + "name": "prop_orangefont", + "value": "#E6A23C" + }, + { + "name": "prop_pinkfont", + "value": "#F56C6C" + }, + { + "name": "prop_size", + "value": "Size" + }, + { + "name": "graphic_transformation", + "value": "Graphics Transform" + }, + { + "name": "common_events", + "value": "Common events" + }, + { + "name": "click_event", + "value": "Click event" + }, + { + "name": "touch_event", + "value": "Touch event" + }, + { + "name": "show_hide_event", + "value": "Show/Hide Event" + }, + { + "name": "drag_drop_event", + "value": "Drag/Drop Event" + }, + { + "name": "key_event", + "value": "Key Event" + }, + { + "name": "focus_event", + "value": "Focus Event" + }, + { + "name": "mouse_event", + "value": "Mouse Event" + }, + { + "name": "component_area_change_event", + "value": "Component Area Change Event" + }, + { + "name": "gesture_processing", + "value": "Gesture Processing" + }, + { + "name": "basic_gestures", + "value": "Basic Gestures" + }, + { + "name": "tap_gesture", + "value": "TapGesture" + }, + { + "name": "long_press_gesture", + "value": "LongPressGesture" + }, + { + "name": "pan_gesture", + "value": "PanGesture" + }, + { + "name": "pinch_gesture", + "value": "PinchGesture" + }, + { + "name": "rotation_gesture", + "value": "RotationGesture" + }, + { + "name": "swipe_gesture", + "value": "SwipeGesture" + }, + { + "name": "combined_gestures", + "value": "Combined Gestures" + }, + { + "name": "transition_animation", + "value": "Transition animation" + }, + { + "name": "interpolation_calculation", + "value": "Interpolation calculation" + }, + { + "name": "dialog", + "value": "Dialog" + }, + { + "name": "basic_operations_on_images", + "value": "Basic Operations" + }, + { + "name": "image_roi_example", + "value": "ROI Example" + }, + { + "name": "image_padding_example", + "value": "Padding Example" + }, + { + "name": "arithmetic_operations_on_images", + "value": "Arithmetic Example" + }, + { + "name": "image_bitwise_example", + "value": "Bitwise Example" + }, + { + "name": "some_data_structures", + "value": "Some Data Structures" + }, + { + "name": "data_structures", + "value": "Data structures" + }, + { + "name": "color_spaces", + "value": "Color Spaces" + }, + { + "name": "convert_color", + "value": "Convert Color" + }, + { + "name": "image_inrange", + "value": "Image Inrange" + }, + { + "name": "geometric_transformations", + "value": "Geometric Transformations" + }, + { + "name": "image_resize", + "value": "Image Resize" + }, + { + "name": "affine_transform", + "value": "Affine Transform" + }, + { + "name": "rotate_transform", + "value": "Rotate Transform" + }, + { + "name": "get_affine_transform", + "value": "Get Affine Transform" + }, + { + "name": "perspectiv_transform", + "value": "Perspectiv Transform" + }, + { + "name": "thresholding", + "value": "Thresholding" + }, + { + "name": "image_thresholding", + "value": "Image Thresholding" + }, + { + "name": "adaptive_thresholding", + "value": "Adaptive Thresholding" + }, + { + "name": "smoothing_images", + "value": "Smoothing Images" + }, + { + "name": "image_filter", + "value": "Image Filter" + }, + { + "name": "image_blur", + "value": "Image Blur" + }, + { + "name": "gaussion_blur", + "value": "Gaussion Blur" + }, + { + "name": "median_blur", + "value": "Median Blur" + }, + { + "name": "bilateral_filter", + "value": "Bilateral Filter" + }, + { + "name": "morphological_transformations", + "value": "Morphological Transformations" + }, + { + "name": "image_erode", + "value": "Image Erode" + }, + { + "name": "image_dilate", + "value": "Image Dilate" + }, + { + "name": "image_opening", + "value": "Image Opening" + }, + { + "name": "image_closing", + "value": "Image Closing" + }, + { + "name": "image_gradient", + "value": "Image Gradient" + }, + { + "name": "top_hat", + "value": "Top Hat" + }, + { + "name": "black_hat", + "value": "Black Hat" + }, + { + "name": "get_structuring_element", + "value": "Get Structuring Element" + }, + { + "name": "image_gradients", + "value": "Image Gradients" + }, + { + "name": "image_sobel", + "value": "Image Sobel" + }, + { + "name": "image_laplacian", + "value": "Image Laplacian" + }, + { + "name": "image_abssobel", + "value": "Image Abssobel" + }, + { + "name": "canny_edge_detection", + "value": "Canny Edge Detection" + }, + { + "name": "image_canny", + "value": "Image Canny" + }, + { + "name": "image_pyramids", + "value": "Image Pyramids" + }, + { + "name": "image_pyrdown", + "value": "Image Pyrdown" + }, + { + "name": "image_pyrup", + "value": "Image Pyrup" + }, + { + "name": "contours", + "value": "Contours" + }, + { + "name": "contours_basic", + "value": "Contours Basic" + }, + { + "name": "contours_features", + "value": "Contours Features" + }, + { + "name": "contours_properties", + "value": "Contours Properties" + }, + { + "name": "contours_more_functions", + "value": "Contours More Functions" + }, + { + "name": "contours_hierarchy", + "value": "Contours Hierarchy" + }, + { + "name": "histograms", + "value": "Histograms" + }, + { + "name": "find_plot_analyze", + "value": "Find Plot Analyze" + }, + { + "name": "equalization", + "value": "Equalization" + }, + { + "name": "backprojection", + "value": "Backprojection" + }, + { + "name": "image_transforms", + "value": "Image Transforms" + }, + { + "name": "fourier_transform", + "value": "Fourier Transform" + }, + { + "name": "template_matching", + "value": "Template Matching" + }, + { + "name": "template_match_example", + "value": "Template Match Example" + }, + { + "name": "hough_line_transform", + "value": "Hough Rine Transform" + }, + { + "name": "hough_lines", + "value": "Hough Lines" + }, + { + "name": "hough_linesp", + "value": "Hough Linesp" + }, + { + "name": "hough_circle_transform", + "value": "Hough Circle Transform" + }, + { + "name": "hough_circle", + "value": "Hough Circle" + }, + { + "name": "image_segmentation_with_watershed", + "value": "Image Segmentation With Watershed" + }, + { + "name": "image_threshold", + "value": "Image Threshold" + }, + { + "name": "image_background", + "value": "Image Background" + }, + { + "name": "distance_transform", + "value": "Distance Transform" + }, + { + "name": "image_foreground", + "value": "Image Foreground" + }, + { + "name": "image_watershed", + "value": "Image Watershed" + }, + { + "name": "forground_extraction_using_grabcut", + "value": "Forground Extraction Using Grabcut" + }, + { + "name": "image_grabcut", + "value": "Image Grabcut" + }, + { + "name": "image_processing_for_video_capture", + "value": "Image Processing For Video Capture" + }, + { + "name": "image_processing_video_example", + "value": "Image Processing Video Example" + }, + { + "name": "intelligent_scissors", + "value": "Intelligent Scissors" + }, + { + "name": "meanshift_camshift", + "value": "Meanshift Camshift" + }, + { + "name": "meanshift", + "value": "Meanshift" + }, + { + "name": "camshift", + "value": "Camshift" + }, + { + "name": "optical_flow", + "value": "Optical Flow" + }, + { + "name": "lucas_kanade_optical_flow", + "value": "Lucas Kanade Optical Flow" + }, + { + "name": "dense_optical_flow", + "value": "Dense Optical Flow" + }, + { + "name": "background_subtraction", + "value": "Background Subtraction" + }, + { + "name": "face_detection_using_haar_cascades", + "value": "Face Detection Using Haar Cascades" + }, + { + "name": "face_detection", + "value": "Face Detection" + }, + { + "name": "face_detection_in_video_capture", + "value": "Face Detection In Video Capture" + }, + { + "name": "image_classification", + "value": "Image Classification" + }, + { + "name": "image_classification_with_camera", + "value": "Image Classification With Camera" + }, + { + "name": "object_detection", + "value": "Object Detection" + }, + { + "name": "object_detection_with_camera", + "value": "Object Detection With Camera" + }, + { + "name": "semantic_segmentation", + "value": "Semantic Segmentation" + }, + { + "name": "style_transfer", + "value": "Style Transfer" + }, + { + "name": "pose_estimation", + "value": "Pose Estimation" + }, + + { + "name": "image_basic_title", + "value": "Image Basic Opertor" + }, + { + "name": "image_histogram_title", + "value": "image histogram" + }, + { + "name": "image_filter_title", + "value": "image filter" + }, + { + "name": "image_morphology_title", + "value": "image morphology" + }, + { + "name": "image_objdetect_title", + "value": "image objdetect" + }, + { + "name": "information_presentation_and_dynamic_effects", + "value": "Information presentation and dynamic effects" + }, + { + "name": "blank_and_divider", + "value": "Blank and divider" + }, + { + "name": "text_and_input", + "value": "Text and input" + }, + { + "name": "rows_and_columns", + "value": "Rows and columns" + }, + { + "name": "stack_flex_and_grid", + "value": "Stack, flex and grid" + }, + { + "name": "list_and_grid", + "value": "List and grid" + }, + { + "name": "navigation", + "value": "Navigation" + }, + { + "name": "canvas_and_graphic_drawing", + "value": "Canvas and graphic drawing" + }, + // layout Animation + { + "name": "layout_animation_expansion", + "value": "Layout animation" + }, + { + "name": "layout_animation_expansion_align", + "value": "Align animation" + }, + { + "name": "layout_animation_expansion_size", + "value": "Size animation" + }, + { + "name": "layout_animation_expansion_padding", + "value": "Padding animation" + }, + { + "name": "layout_animation_expansion_margin", + "value": "Margin animation" + }, + { + "name": "layout_animation_expansion_offset", + "value": "Offset animation" + }, + { + "name": "layout_animation_expansion_position", + "value": "Position animation" + }, + { + "name": "layout_animation_expansion_markAnchor", + "value": "MarkAnchor animation" + }, + { + "name": "layout_animation_expansion_alignRules", + "value": "AlignRules animation" + }, + { + "name": "layout_animation_expansion_direction", + "value": "Direction animation" + }, + // size transition + { + "name": "size_transition_expansion", + "value": "Size transition" + }, + { + "name": "size_transition_flex", + "value": "Flex" + }, + { + "name": "size_transition_grid_item", + "value": "GridItem" + }, + { + "name": "size_transition_list_item", + "value": "ListItem" + }, + { + "name": "size_transition_swiper_item", + "value": "SwiperItem" + }, + { + "name": "size_transition_font_size", + "value": "FontSize" + }, + { + "name": "size_transition_expansion_tabContent", + "value": "TabContent" + }, + // AlertDialog + { + "name": "alert_dialog", + "value": "Alert dialog" + }, + { + "name": "alert_dialog_type_one", + "value": "One button alert dialog" + }, + { + "name": "alert_dialog_type_two", + "value": "Two button alert dialog" + }, + { + "name": "alert_dialog_type_two_button_one", + "value": "This is button one" + }, + { + "name": "alert_dialog_type_two_button_two", + "value": "This is button two" + }, + { + "name": "alert_dialog_prompt", + "value": "Hint" + }, + { + "name": "alert_dialog_warning", + "value": "Warning" + }, + { + "name": "alert_dialog_info", + "value": "You are performing an action" + }, + { + "name": "alert_dialog_confirm", + "value": "Confirm" + }, + { + "name": "alert_dialog_cancel", + "value": "Cancel" + }, + { + "name": "alert_dialog_type", + "value": "Dialog type" + }, + { + "name": "alert_dialog_location", + "value": "Dialog position" + }, + { + "name": "alert_dialog_auto_cancel", + "value": "Click on the mask layer to close the dialog" + }, + { + "name": "alert_dialog_true", + "value": "Closeable" + }, + { + "name": "alert_dialog_false", + "value": "Non-closing" + }, + { + "name": "alert_dialog_top", + "value": "Vertical top" + }, + { + "name": "alert_dialog_center", + "value": "Vertical center" + }, + { + "name": "alert_dialog_bottom", + "value": "Vertical bottom" + }, + { + "name": "alert_dialog_offset", + "value": "Relative position offset dialog" + }, + { + "name": "alert_dialog_left", + "value": "Upper left offset" + }, + { + "name": "alert_dialog_right", + "value": "Lower right offset" + }, + { + "name": "alert_dialog_grid", + "value": "Different grid width dialog" + }, + { + "name": "alert_dialog_grid_two", + "value": "2 grid width" + }, + { + "name": "alert_dialog_grid_three", + "value": "3 grid width" + }, + { + "name": "alert_dialog_grid_four", + "value": "4 grid width" + }, + // Foreground + { + "name": "foreground_color", + "value": "Set foreground color" + }, + // Background + { + "name": "background_color", + "value": "Set background color" + }, + { + "name": "background_gradient", + "value": "Set background gradient" + }, + { + "name": "background_gradient_linear", + "value": "linear gradient" + }, + { + "name": "background_gradient_sweep", + "value": "angle gradient" + }, + { + "name": "background_gradient_radial", + "value": "Radial gradient" + }, + { + "name": "background_image_transformation_effect", + "value": "Background image transformation effect" + }, + { + "name": "set_background_image_size", + "value": "Set background image size" + }, + { + "name": "set_background_image_position", + "value": "Set background image position" + }, + { + "name": "set_background_blur_style_color_mode", + "value": "Set background blur style color mode" + }, + { + "name": "set_background_blur_style_adaptive_color", + "value": "Set background blur style adaptive color" + }, + { + "name": "blur_style_system", + "value": "System" + }, + { + "name": "blur_style_light", + "value": "Light" + }, + { + "name": "blur_style_dark", + "value": "Dark" + }, + { + "name": "blur_style_default", + "value": "Default" + }, + { + "name": "set_shadow_type", + "value": "Set shadow type" + }, + { + "name": "shadow_type_color", + "value": "COLOR" + }, + { + "name": "shadow_type_blur", + "value": "BLUR" + }, + { + "name": "blur_style_average", + "value": "Average" + }, + { + "name": "background_image_size_cover", + "value": "Cover" + }, + { + "name": "background_image_size_contain", + "value": "Contain" + }, + + { + "name": "background_image_position_top_start", + "value": "TopStart" + }, + { + "name": "background_image_position_top", + "value": "Top" + }, + { + "name": "background_image_position_top_end", + "value": "TopEnd" + }, + { + "name": "background_image_position_start", + "value": "Top" + }, + { + "name": "background_image_position_center", + "value": "Center" + }, + { + "name": "background_image_position_end", + "value": "End" + }, + { + "name": "background_image_position_bottom_start", + "value": "BottomStart" + }, + { + "name": "background_image_position_bottom", + "value": "Bottom" + }, + + { + "name": "background_image_position_bottom_end", + "value": "BottomEnd" + }, + + { + "name": "background_image", + "value": "Set background image" + }, + { + "name": "background_image_default", + "value": "default" + }, + { + "name": "background_image_repeat", + "value": "XY axis repeat plot" + }, + { + "name": "background_image_size", + "value": "Image size 50% wide and 100% high" + }, + { + "name": "background_image_offset", + "value": "Picture position offset to the right and down" + }, + // Badge + { + "name": "auxiliary_badge", + "value": "Badge" + }, + { + "name": "badge_type", + "value": "Tag type" + }, + { + "name": "badge_number", + "value": "Number marker" + }, + { + "name": "badge_string", + "value": "Text tag" + }, + { + "name": "badge_max", + "value": "Number tag maximum number of messages" + }, + { + "name": "badge_number_normal", + "value": "Normal badge" + }, + { + "name": "badge_number_max", + "value": "Maximum Badge" + }, + { + "name": "badge_location", + "value": "Mark position" + }, + { + "name": "badge_left", + "value": "Left marker" + }, + { + "name": "badge_top", + "value": "Top right tag" + }, + { + "name": "badge_right", + "value": "Right marker" + }, + { + "name": "badge_style", + "value": "Marker style" + }, + { + "name": "badge_blue", + "value": "Large blue marker" + }, + { + "name": "badge_green", + "value": "Small green marker" + }, + // Border + { + "name": "border_type", + "value": "Border type" + }, + { + "name": "border_type_dashed", + "value": "Dotted line" + }, + { + "name": "border_type_dotted", + "value": "Dot" + }, + { + "name": "border_type_solid", + "value": "Solid line" + }, + { + "name": "border_border_style", + "value": "Border width, color, rounded corners" + }, + { + "name": "border_border_width", + "value": "Width" + }, + { + "name": "border_border_color", + "value": "Color" + }, + { + "name": "border_border_radius", + "value": "Rounded corners" + }, + { + "name": "border_edge_style", + "value": "Set the border and style and properties separately" + }, + { + "name": "border_style_top", + "value": "Top border" + }, + { + "name": "border_style_bottom", + "value": "Bottom border" + }, + { + "name": "border_style_left", + "value": "Left border" + }, + { + "name": "border_style_right", + "value": "Right border" + }, + { + "name": "border_radius", + "value": "Set the rounded corners of each of the four corners" + }, + { + "name": "border_3D", + "value": "Set the border 3D" + }, + { + "name": "border_radius_left_top", + "value": "Top left border" + }, + { + "name": "border_radius_left_bottom", + "value": "Bottom left border" + }, + { + "name": "border_radius_right_top", + "value": "Top right border" + }, + { + "name": "border_radius_right_bottom", + "value": "Bottom right border" + }, + // Button + { + "name": "button_title", + "value": "Button" + }, + { + "name": "button_type", + "value": "Type" + }, + { + "name": "button_confirm", + "value": "Confirm" + }, + { + "name": "button_type_capsule", + "value": "Capsule" + }, + { + "name": "button_type_normal", + "value": "Normal" + }, + { + "name": "button_type_circle", + "value": "Circle" + }, + { + "name": "button_state_effect", + "value": "State effect" + }, + { + "name": "button_state_effect_true", + "value": "Has effect" + }, + { + "name": "button_state_effect_false", + "value": "No effect" + }, + { + "name": "button_disable_style", + "value": "Disable" + }, + { + "name": "button_custom_style", + "value": "Custom style" + }, + { + "name": "button_border_radius", + "value": " Rounded button" + }, + { + "name": "button_with_icon", + "value": "Icon button" + }, + { + "name": "button_custom_bg_color", + "value": "Custom color" + }, + { + "name": "button_click", + "value": "Button is clicked" + }, + // Click Event + { + "name": "click_action_tips", + "value": "Click the gray area to change the crosshair position" + }, + { + "name": "touch_action_tips", + "value": "Touch the gray area and move to change the crosshair position" + }, + { + "name": "component_area_change_action_tips", + "value": "Slide to change the gray area size or position for controlling the ball motion area" + }, + { + "name": "get_click_event_detail", + "value": "Click location information" + }, + // Drag Event + { + "name": "drag_drop_action_tips", + "value": "Long press the application icon and drag to different areas" + }, + { + "name": "component_drag_and_drop", + "value": "Component drag and drop" + }, + { + "name": "griditem", + "value": "GridItem" + }, + { + "name": "listitem", + "value": "ListItem" + }, + { + "name": "hyperlink", + "value": "Hyperlink" + }, + { + "name": "text", + "value": "Text" + }, + { + "name": "image", + "value": "Image" + }, + { + "name": "video", + "value": "Video" + }, + { + "name": "formcomponent", + "value": "FormComponent" + }, + // CustomDialog + { + "name": "custom_dialog", + "value": "Custom dialog" + }, + { + "name": "custom_dialog_style_custom", + "value": "Whether the dialog style is customized" + }, + { + "name": "custom_dialog_style_custom_true", + "value": "Custom" + }, + { + "name": "custom_dialog_style_custom_false", + "value": "Non-custom" + }, + { + "name": "custom_dialog_title", + "value": "The component collection requests to enable the following permissions" + }, + { + "name": "custom_dialog_permission_microphone", + "value": "Microphone permission" + }, + { + "name": "custom_dialog_permission_microphone_info", + "value": "Microphone permission is required for voice calls" + }, + { + "name": "custom_dialog_permission_location", + "value": "Location permissions" + }, + { + "name": "custom_dialog_permission_location_info", + "value": "Location permission is required for navigation" + }, + { + "name": "custom_dialog_start", + "value": "One-click opening" + }, + // DatePickerDialog + { + "name": "date_picker_dialog", + "value": "DatePickerDialog" + }, + { + "name": "date_picker_dialog_date", + "value": "Show date dialog" + }, + { + "name": "date_picker_dialog_date_lunar", + "value": "Lunar date:" + }, + { + "name": "date_picker_dialog_date_gregorian", + "value": "Gregorian calendar date:" + }, + { + "name": "date_picker_dialog_cancel", + "value": "Cancel" + }, + { + "name": "date_picker_toast_date", + "value": "Selected time:" + }, + { + "name": "date_picker_dialog_datetimeone", + "value": "2022-10-01" + }, + { + "name": "date_picker_dialog_datetimetwo", + "value": "1970-1-1" + }, + { + "name": "date_picker_dialog_datetimethree", + "value": "2100-12-31" + }, + // DatePicker + { + "name": "date_picker_title", + "value": "DatePicker" + }, + { + "name": "date_picker_lunar", + "value": "Is lunar" + }, + // Divider + { + "name": "divider_title", + "value": "Divider" + }, + { + "name": "divider_stroke_width", + "value": "Stroke width" + }, + { + "name": "divider_line_color", + "value": "Line color" + }, + { + "name": "divider_line_cap", + "value": "LineCapStyle" + }, + { + "name": "divider_horizontal", + "value": "Horizontal" + }, + { + "name": "divider_vertical", + "value": "Vertical" + }, + { + "name": "divider_attribute", + "value": "Divider" + }, + { + "name": "divider_color_blue", + "value": "Blue" + }, + { + "name": "divider_color_green", + "value": "Green" + }, + { + "name": "divider_color_orange", + "value": "Orange" + }, + { + "name": "divider_color_pink", + "value": "Pink" + }, + { + "name": "divider_line_type_butt", + "value": "Butt" + }, + { + "name": "divider_line_type_round", + "value": "Round" + }, + { + "name": "divider_line_type_square", + "value": "Square" + }, + // Font + { + "name": "font_color", + "value": "Color" + }, + { + "name": "font_size", + "value": "Size" + }, + { + "name": "font_thickness", + "value": "Thickness" + }, + { + "name": "font_style", + "value": "Style" + }, + // Interpolation Calculation + { + "name": "interpolation_calculation_cubic_bezier_curve", + "value": "Third-order Bézier curve object" + }, + { + "name": "interpolation_calculation_spring", + "value": "Spring curve object" + }, + { + "name": "interpolation_calculation_init_curve", + "value": "EaseIn (deceleration start) difference curve" + }, + { + "name": "interpolation_calculation_steps_curve", + "value": "step curve object" + }, + // Page Transition + { + "name": "page_transition", + "value": "Transitions between pages" + }, + { + "name": "page_transition_left", + "value": "Left Entry/Right Exit" + }, + { + "name": "page_transition_right", + "value": "Right Entry/Left Exit" + }, + { + "name": "page_transition_top", + "value": "Top Entry/Bottom Exit" + }, + { + "name": "page_transition_bottom", + "value": "Bottom Entry/Top Exit" + }, + { + "name": "page_transition_scale", + "value": "Zoom in/out" + }, + { + "name": "page_transition_rotate", + "value": "Spin in/out" + }, + { + "name": "page_transition_back", + "value": "Back to page transition between pages" + }, + // QRCode + { + "name": "qrcode_title", + "value": "QRCode" + }, + { + "name": "qrcode_content", + "value": "Content" + }, + { + "name": "qrcode_color", + "value": "Color" + }, + { + "name": "qrcode_enter_content", + "value": "Enter to change QR code" + }, + // Search + { + "name": "search_placeholder", + "value": "Type to search..." + }, + { + "name": "search_name", + "value": "search" + }, + // Radio + { + "name": "radio_title", + "value": "Radio" + }, + { + "name": "radio_no_response_region", + "value": "Not add response region(take effect when click the button)" + }, + { + "name": "radio_has_response_region", + "value": "Add response region (click row of button take effect)" + }, + { + "name": "radio_beijing", + "value": "Beijing" + }, + { + "name": "radio_shanghai", + "value": "Shanghai" + }, + { + "name": "radio_shenzhen", + "value": "Shenzhen" + }, + { + "name": "radio_guangzhou", + "value": "Guangzhou" + }, + // Rotate + { + "name": "graphic_transformation_rotate", + "value": "Rotate" + }, + { + "name": "rotate_photo", + "value": "Image rotation" + }, + { + "name": "rotate_container", + "value": "Component rotation" + }, + { + "name": "rotate_before_image", + "value": "Original image" + }, + { + "name": "rotate_before_component", + "value": "Container component" + }, + { + "name": "rotate_image_angle", + "value": "Rotate 15°" + }, + // SaveArea + { + "name": "safe_area_type_and_safe_area_edge", + "value": "SafeAreaType And SafeAreaEdge" + }, + { + "name": "safe_area", + "value": "SafeArea" + }, + { + "name": "save_area_input_text", + "value": "input your word ..." + }, + { + "name": "safe_area_type", + "value": "SafeAreaType" + }, + { + "name": "safe_area_edge", + "value": "SafeAreaEdge" + }, + { + "name": "safe_area_edge_top", + "value": "TOP" + }, + { + "name": "safe_area_edge_bottom", + "value": "BOTTOM" + }, + { + "name": "safe_area_edge_start", + "value": "START" + }, + { + "name": "safe_area_edge_end", + "value": "END" + }, + { + "name": "safe_area_type_system", + "value": "SYSTEM" + }, + { + "name": "safe_area_type_cutout", + "value": "CUTOUT" + }, + { + "name": "safe_area_type_keyboard", + "value": "KEYBOARD" + }, + // Select + { + "name": "select_title", + "value": "Select" + }, + { + "name": "select_has_icon", + "value": "Select with icon" + }, + { + "name": "select_option_bg_and_text_style", + "value": "Selected item background color and text style" + }, + { + "name": "select_unselect_option_style", + "value": "Option item background and text style" + }, + { + "name": "select_button_style", + "value": "Drop-down button text style" + }, + { + "name": "select_picture", + "value": "Picture" + }, + { + "name": "select_collection", + "value": "Collection" + }, + { + "name": "select_gesture", + "value": "Gesture" + }, + { + "name": "select_index", + "value": "Select option index:" + }, + { + "name": "select_value", + "value": "The value of the selected option:" + }, + // Shareelement Transition + { + "name": "share_element_transition", + "value": "Shared element transition" + }, + { + "name": "Multiplex_interface", + "value": "multiplex" + }, + { + "name": "Floating_window", + "value": "floating window" + }, + { + "name": "Tips_call", + "value": "Waiting" + }, + { + "name": "Font_family_regular", + "value": "HarmonyOS Sans SC-Regular" + }, + { + "name": "Font_family_medium", + "value": "HarmonyOS Sans SC-Medium" + }, + { + "name": "Folder_expansion", + "value": "folder expansion" + }, + { + "name": "Shop_card_expansion", + "value": "shop card expansion" + }, + { + "name": "System_icon", + "value": "System Icon" + }, + { + "name": "Today", + "value": "today" + }, + { + "name": "Gallery_card_expansion", + "value": "gallery card expansion" + }, + // Size + { + "name": "size_width", + "value": "Width" + }, + { + "name": "size_width_fixed_100vp", + "value": "Width is 100vp" + }, + { + "name": "size_width_percent", + "value": "width is 60%" + }, + { + "name": "size_width_fixed_60vw", + "value": "Width is 60vw" + }, + { + "name": "size_height", + "value": "Height" + }, + { + "name": "size_height_fixed_60vh", + "value": "Width is 60vh" + }, + { + "name": "size_height_fixed_100vp", + "value": "Height is 100vp" + }, + { + "name": "size_height_percent", + "value": "Height is 60%" + }, + { + "name": "size_height_fixed_calc", + "value": "Height is calc(200vp-100vp)" + }, + // Slider + { + "name": "slider_title", + "value": "Slider" + }, + { + "name": "slider_step_tip", + "value": "Step and tip (step is 10)" + }, + { + "name": "slider_current_value", + "value": "Show current value (min-50/max-130)" + }, + { + "name": "slider_events", + "value": "Events" + }, + { + "name": "slider_attributes", + "value": "Attributes" + }, + { + "name": "slider_vertical_reverse", + "value": "Vertical and reverse" + }, + { + "name": "slider_forward", + "value": "Forward" + }, + { + "name": "slider_reverse", + "value": "Reverse" + }, + { + "name": "slider_select_color", + "value": "Select color" + }, + { + "name": "slider_track_color", + "value": "Track color" + }, + { + "name": "slider_block_color", + "value": "Block color" + }, + { + "name": "slider_track_thickness", + "value": "Track thickness" + }, + { + "name": "slider_event_begin", + "value": "Start dragging the slider" + }, + { + "name": "slider_event_moving", + "value": "In the process of dragging the slider" + }, + { + "name": "slider_event_end", + "value": "End drag slider" + }, + { + "name": "slider_event_click", + "value": "Click the slider to move the slider position" + }, + { + "name": "slider_title_value", + "value": "Slider slide as a percentage of the total length:" + }, + // Span + { + "name": "span_title", + "value": "Span" + }, + { + "name": "span_attribute", + "value": "Configure different span attributes" + }, + { + "name": "span_content_one", + "value": "Steel is tempered in fire and sharp cooling, " + }, + { + "name": "span_content_two", + "value": "so it can be hard and not afraid of anything. " + }, + { + "name": "span_content_three", + "value": "It is also in this way that our generation has been tempered in struggles and terrible trials, " + }, + { + "name": "span_content_four", + "value": "learning not to succumb to life." + }, + { + "name": "span_decoration_and_letter_spacing", + "value": "Decoration and letter spacing" + }, + { + "name": "span_letter_spacing", + "value": "LetterSpacing" + }, + { + "name": "span_line_height", + "value": "LineHeight" + }, + { + "name": "span_decoration_type", + "value": "Decoration type" + }, + { + "name": "span_text_decoration", + "value": "Decoration test text" + }, + { + "name": "span_text_spacing", + "value": " LetterSpacing test text" + }, + { + "name": "span_inherits_text_attribute", + "value": " Span inherits text attribute" + }, + { + "name": "span_does_not_inherit_text_attribute", + "value": " Span does not inherits text attribute" + }, + { + "name": "span_upper_lower", + "value": "Upper or lower case" + }, + { + "name": "span_decoration_color", + "value": "Decoration color" + }, + { + "name": "span_decoration_none", + "value": "None" + }, + { + "name": "span_decoration_linethrough", + "value": "LineThrough" + }, + { + "name": "span_decoration_underline", + "value": "Underline" + }, + { + "name": "span_decoration_overline", + "value": "Overline" + }, + //ImageSpan + { + "name": "image_span_title", + "value": "Image Span" + }, + { + "name": "image_span_vertical_align", + "value": "Vertical Align" + }, + { + "name": "image_span_alignment_baseline", + "value": "Baseline" + }, + { + "name": "image_span_alignment_bottom", + "value": "Bottom" + }, + { + "name": "image_span_alignment_center", + "value": "Center" + }, + { + "name": "image_span_alignment_top", + "value": "Top" + }, + { + "name": "image_span_object_fit", + "value": "Object Fit" + }, + { + "name": "image_fit_contain", + "value": "Contain" + }, + { + "name": "image_fit_auto", + "value": "Auto" + }, + { + "name": "image_fit_fill", + "value": "Fill" + }, + { + "name": "image_fit_none", + "value": "None" + }, + { + "name": "image_fit_scale_down", + "value": "Scale Down" + }, + { + "name": "image_fit_cover", + "value": "Cover" + }, + { + "name": "image_span_and_span", + "value": "image span and span" + }, + { + "name": "image_span_vertical_align_and_object_fit", + "value": "image span vertical align and object fit" + }, + // Text + { + "name": "text_title", + "value": "Text" + }, + { + "name": "text_content", + "value": "Steel is tempered in fire and sharp cooling, so it can be hard and not afraid of anything. It is also in this way that our generation has been tempered in struggles and terrible trials, learning not to succumb to life." + }, + { + "name": "text_content_en", + "value": "Steel is tempered in fire and sharp cooling, so it can be hard and not afraid of anything. It is also in this way that our generation has been tempered in struggles and terrible trials, learning not to succumb to life." + }, + { + "name": "text_width", + "value": "Text width" + }, + { + "name": "text_height", + "value": "Text height" + }, + { + "name": "text_content_en_first", + "value": "Steel is tempered in fire and sharp cooling, so it can be hard and not afraid of anything. " + }, + { + "name": "text_content_en_last", + "value": "It is also in this way that our generation has been tempered in struggles and terrible trials, learning not to succumb to life. " + }, + { + "name": "text_text_align_center", + "value": "Center" + }, + { + "name": "text_text_align_start", + "value": "Start" + }, + { + "name": "text_text_align_end", + "value": "End" + }, + { + "name": "text_decoration_type", + "value": "Text decoration type" + }, + { + "name": "text_decoration_type_under_line", + "value": "Under line" + }, + { + "name": "text_decoration_type_line_through", + "value": "Line through" + }, + { + "name": "text_decoration_type_over_line", + "value": "Over line" + }, + { + "name": "text_text_align_type", + "value": "Text alignment" + }, + { + "name": "text_letter_spacing", + "value": "Letter spacing" + }, + { + "name": "text_overflow", + "value": "Text overflow" + }, + { + "name": "text_none", + "value": "None" + }, + { + "name": "text_text_over_flow_clip", + "value": "Clip" + }, + { + "name": "text_text_over_flow_ellipsis", + "value": "Ellipsis" + }, + { + "name": "text_line_height", + "value": "Line height " + }, + { + "name": "text_font_color", + "value": "Font color" + }, + { + "name": "text_over_flow", + "value": "Text over flow" + }, + { + "name": "text_text_case_normal", + "value": "Normal" + }, + { + "name": "text_text_case", + "value": "Text case" + }, + { + "name": "text_text_case_uppercase", + "value": "Uppercase" + }, + { + "name": "text_text_case_lowercase", + "value": "Lowercase" + }, + // TextArea + { + "name": "text_area_set_text_selection", + "value": "Set Text Selection" + }, + { + "name": "text_area_set_text_selection_start_select_error", + "value": "Set Text Selection Start Select Error" + }, + { + "name": "text_area_set_text_selection_end_select_error", + "value": "Set Text Selection End Select Error" + }, + { + "name": "text_input_set_text_selection_start_select", + "value": "Start Select:" + }, + { + "name": "text_input_set_text_selection_end_select", + "value": "End Select:" + }, + // TextInput + { + "name": "avoiding_input_method_testing", + "value": "Avoiding Input Method Testing" + }, + { + "name": "text_input_title", + "value": "TextInput" + }, + { + "name": "text_input_normal_type", + "value": "Digits, letters, underline(_), spaces, and special characters." + }, + { + "name": "text_input_password_type", + "value": "Input password" + }, + { + "name": "text_input_email_type", + "value": "Input email" + }, + { + "name": "text_input_number_type", + "value": "Digit input mode" + }, + { + "name": "text_input_phone_type", + "value": "Digits, plus signs (+), hyphens (-), asterisks (*), and number signs (#)" + }, + { + "name": "text_input_input_type", + "value": "Input type" + }, + { + "name": "text_input_current_type", + "value": "Current type" + }, + { + "name": "text_input_show_password_icon", + "value": "Show password icon" + }, + { + "name": "text_input_icon_show", + "value": "Show" + }, + { + "name": "text_input_icon_hide", + "value": "Hide" + }, + { + "name": "text_input_event", + "value": "Event" + }, + { + "name": "text_input_event_placeholder", + "value": "Copy,paste,cut,submit,edit event" + }, + { + "name": "text_input_placeholder_style", + "value": "Placeholder style" + }, + { + "name": "text_input_placeholder", + "value": "Placeholder" + }, + { + "name": "text_input_filter", + "value": "Input filter" + }, + { + "name": "text_input_only_input_english", + "value": "Only english letters can be entered" + }, + { + "name": "text_input_set_text_selection", + "value": "Set Text Selection" + }, + { + "name": "text_input_caret_position", + "value": "Caret position" + }, + { + "name": "text_input_max_length", + "value": "Limit the input character length" + }, + { + "name": "text_input_placeholder_max_length", + "value": "12 characters max" + }, + { + "name": "text_input_toast_paste", + "value": "Pasted text is:" + }, + { + "name": "text_input_toast_cut", + "value": "Cut text is:" + }, + { + "name": "text_input_toast_copy", + "value": "The copied text is:" + }, + { + "name": "text_input_toast_submit", + "value": "The submitted text is:" + }, + { + "name": "text_input_toast_edit", + "value": "The edited text is:" + }, + // TimePickerDialog + { + "name": "time_picker_dialog", + "value": "TimePickerDialog" + }, + { + "name": "time_picker_dialog_time", + "value": "Show time dialog" + }, + { + "name": "time_picker_dialog_24_hour", + "value": "24 hours:" + }, + { + "name": "time_picker_dialog_12_hour", + "value": "12 hours:" + }, + { + "name": "time_picker_dialog_cancel", + "value": "Cancel" + }, + { + "name": "time_picker_toast_time", + "value": "Selected time:" + }, + { + "name": "time_picker_options_usemilitarytime", + "value": "useMilitaryTime" + }, + { + "name": "time_picker_dialog_timeone", + "value": "00:00" + }, + { + "name": "time_picker_dialog_timetwo", + "value": "10/01/2022 12:00" + }, + // Toggle + { + "name": "toggle_title", + "value": "Toggle" + }, + { + "name": "toggle_select", + "value": "Select" + }, + { + "name": "toggle_unselect", + "value": "Unselect" + }, + { + "name": "toggle_type_switch", + "value": "Switch" + }, + { + "name": "toggle_type_checkbox", + "value": "Check box" + }, + { + "name": "toggle_type_button", + "value": "Button" + }, + { + "name": "toggle_state", + "value": "Checked: " + }, + // Translate + { + "name": "graphic_transformation_translate", + "value": "Translate" + }, + { + "name": "translate_image", + "value": "Image panning" + }, + { + "name": "translate_container", + "value": "Component panning" + }, + { + "name": "translate_x_axis", + "value": "X-axis:" + }, + { + "name": "translate_y_axis", + "value": "Y-axis:" + }, + //Display + { + "name": "components_display", + "value": "Display" + }, + { + "name": "components_interaction", + "value": "Interaction" + }, + { + "name": "components_interaction_menuone", + "value": "Menu Item 1" + }, + { + "name": "components_interaction_menutwo", + "value": "Menu Item 2" + }, + { + "name": "components_interaction_menuthree", + "value": "Menu Item 3" + }, + { + "name": "components_interaction_menufour", + "value": "Menu Item 4" + }, + { + "name": "components_interaction_clicktextone", + "value": "Background" + }, + { + "name": "components_interaction_clicktexttwo", + "value": "Forground" + }, + { + "name": "components_interaction_clicktextthree", + "value": "Forground Child" + }, + { + "name": "components_interaction_hittestbehavior", + "value": "hitTestBehavior:" + }, + { + "name": "components_interaction_hovereffect", + "value": "hoverEffect" + }, + { + "name": "components_interaction_backgroundresponse", + "value": "Background response click\n" + }, + { + "name": "components_interaction_foregroundresponse", + "value": "Foreground response click\n" + }, + { + "name": "components_interaction_contentresponse", + "value": "Content response click\n" + }, + { + "name": "components_display_content", + "value": "ABCDEFG abcdefg" + }, + { + "name": "components_display_center", + "value": "center" + }, + { + "name": "components_display_topstart", + "value": "top start" + }, + { + "name": "components_display_topend", + "value": "top end" + }, + { + "name": "components_display_top", + "value": "top" + }, + { + "name": "components_display_start", + "value": "start" + }, + { + "name": "components_display_end", + "value": "end" + }, + { + "name": "components_display_bottomstart", + "value": "bottom start" + }, + { + "name": "components_display_bottom", + "value": "bottom" + }, + { + "name": "components_display_bottomend", + "value": "bottom end" + }, + { + "name": "components_display_none", + "value": "None" + }, + { + "name": "components_display_hidden", + "value": "Hidden" + }, + { + "name": "components_display_visible", + "value": "Visible" + }, + { + "name": "components_effects", + "value": "Effects" + }, + { + "name": "blur_effects", + "value": "Blur effects" + }, + { + "name": "blur_radius_modify", + "value": "Blur radius" + }, + { + "name": "background_blur", + "value": "Background Blur" + }, + { + "name": "background_blur_style", + "value": "Background Blur Style" + }, + { + "name": "shadow_effects", + "value": "Shadow Effect" + }, + { + "name": "shadow_effects_content", + "value": "Shadow Effect Shadow Effect Shadow Effect Shadow Effect Shadow Effect Shadow Effect Shadow Effect Shadow Effect" + }, + { + "name": "offset_min", + "value": "-40" + }, + { + "name": "offset_max", + "value": "40" + }, + { + "name": "x_offset", + "value": "X Offset" + }, + { + "name": "y_offset", + "value": "Y Offset" + }, + { + "name": "shadow", + "value": "Shadow" + }, + { + "name": "blur", + "value": "Blur" + }, + { + "name": "effects", + "value": "Effect" + }, + { + "name": "effects_display", + "value": "Display" + }, + { + "name": "grayscale_change", + "value": "GrayScale" + }, + { + "name": "brightness_change", + "value": "Brightness" + }, + { + "name": "saturate_change", + "value": "Saturate" + }, + { + "name": "constrast_change", + "value": "Constrast" + }, + { + "name": "invert_change", + "value": "Invert" + }, + { + "name": "sepia_change", + "value": "Sepia" + }, + { + "name": "hueRotate_change", + "value": "HueRoate" + }, + { + "name": "color_blend_change", + "value": "Colorblend" + }, + { + "name": "spherical_effect_change", + "value": "sphericalEffect" + }, + { + "name": "light_up_effect_change", + "value": "lightUpEffect" + }, + { + "name": "pixel_stretch_effect_change", + "value": "pixelStretchEffect" + }, + { + "name": "z_index", + "value": "Z-Index" + }, + { + "name": "overlay", + "value": "Overlay" + }, + { + "name": "visibility", + "value": "Visibility" + }, + { + "name": "opacity", + "value": "Opacity" + }, + { + "name": "z_index_display", + "value": "Z-Index" + }, + { + "name": "Red", + "value": "Red" + }, + { + "name": "Blue", + "value": "Blue" + }, + { + "name": "Yellow", + "value": "Yellow" + }, + { + "name": "positon_modify", + "value": "Position" + }, + { + "name": "offset_modify", + "value": "Offset" + }, + { + "name": "visibility_change", + "value": "Visibility" + }, + { + "name": "opacity_change", + "value": "Opacity" + }, + { + "name": "opacity_display", + "value": "Opacity Display" + }, + { + "name": "item_select", + "value": "Menu Item" + }, + { + "name": "disabled", + "value": "Disabled" + }, + { + "name": "button_disabled", + "value": "Button Disabled" + }, + { + "name": "list_disabled", + "value": "List Disabled" + }, + { + "name": "button", + "value": "Button" + }, + { + "name": "focus", + "value": "Focus" + }, + { + "name": "popup_window", + "value": "Popup" + }, + { + "name": "touch_test", + "value": "Touch" + }, + { + "name": "touch_region", + "value": "Region" + }, + { + "name": "hovereffect", + "value": "Hover" + }, + { + "name": "bind_menu_customBuilder", + "value": "Bind menu customBuilder" + }, + { + "name": "bind_content_menu", + "value": "Bind content menu" + }, + { + "name": "click_on_any_action_below", + "value": "Click on any action below" + }, + { + "name": "long_press_any_action_below", + "value": "Long press any action below" + }, + { + "name": "bind_menu_content", + "value": "Bind menu content" + }, + { + "name": "menu", + "value": "Menu" + }, + { + "name": "multiState", + "value": "MultiState" + }, + { + "name": "multi_short_key", + "value": "multi short key" + }, + { + "name": "set_mouse_style", + "value": "Set mouse style" + }, + { + "name": "multimode_input", + "value": "multimode input" + }, + { + "name": "short_key_pressed", + "value": "Short key pressed" + }, + { + "name": "on_short_key", + "value": "Simultaneously press the shortcut key ctrl+a to trigger the following button click event" + }, + { + "name": "alert", + "value": "Alert" + }, + { + "name": "result", + "value": "Result" + }, + { + "name": "popup", + "value": "Popup" + }, + { + "name": "custom_popup", + "value": "Custom Popup" + }, + { + "name": "touch_test_region", + "value": "Touch test region" + }, + { + "name": "touch_hit_test", + "value": "Click the hot area: set the hot area as the green area" + }, + { + "name": "response_region", + "value": "Response Region" + }, + { + "name": "touch_hit_subtitle", + "value": "Click the green area to trigger the blue area response" + }, + { + "name": "option", + "value": "option" + }, + { + "name": "hover_region", + "value": "Hover the mouse over the green area to observe the effect" + }, + { + "name": "multistatus_region", + "value": "Switch status and observe the effect" + }, + { + "name": "status_select", + "value": "Status selection" + }, + // 侧边栏 + { + "name": "side_bar_effects_title", + "value": "SideBar effects" + }, + { + "name": "set_side_bar_type", + "value": "Set sideBarType" + }, + { + "name": "side_bar_container_content", + "value": "SideBar container content" + }, + { + "name": "hide_side_bar", + "value": "Hide sideBar" + }, + { + "name": "show_side_bar", + "value": "Show sideBar" + }, + { + "name": "side_bar_type_embed", + "value": "Embed" + }, + { + "name": "side_bar_type_overlay", + "value": "Overlay" + }, + { + "name": "side_bar_type_auto", + "value": "Auto" + }, + // 辅助 + { + "name": "scroll_bar", + "value": "ScrollBar" + }, + { + "name": "scroll_vertical_title", + "value": "vertical scroll" + }, + { + "name": "scroll_horizontal_title", + "value": "horizontal scroll" + }, + // 刷新 + { + "name": "auxiliary_refresh", + "value": "Refresh" + }, + { + "name": "auxiliary_refresh_refreshing", + "value": "Refreshing" + }, + { + "name": "auxiliary_refresh_offset", + "value": "offset:" + }, + { + "name": "auxiliary_refresh_minvalue", + "value": "0" + }, + { + "name": "auxiliary_refresh_maxvalue", + "value": "100" + }, + { + "name": "auxiliary_refresh_friction", + "value": "friction:" + }, + { + "name": "auxiliary_panel", + "value": "Panel" + }, + { + "name": "auxiliary_alphabetIndexer", + "value": "AlphabetIndexer" + }, + { + "name": "loading_progress", + "value": "LoadingProgress" + }, + { + "name": "marquee_name", + "value": "Marquee" + }, + { + "name": "marquee_src", + "value": "Hello ArkUI String Length Larger Than Content" + }, + { + "name": "marquee_fromstart", + "value": "fromStart" + }, + { + "name": "marquee_step", + "value": "step" + }, + { + "name": "marquee_loop", + "value": "loop" + }, + { + "name": "text_timer", + "value": "TextTimer" + }, + { + "name": "text_timer_start", + "value": "start" + }, + { + "name": "text_timer_pause", + "value": "pause" + }, + { + "name": "text_timer_reset", + "value": "reset" + }, + { + "name": "text_timer_iscountdown", + "value": "isCountDown" + }, + { + "name": "text_timer_timeformatone", + "value": "mm:ss:SS" + }, + { + "name": "text_timer_groupformat", + "value": "format" + }, + { + "name": "text_timer_timeformattwo", + "value": "HH:mm:ss" + }, + { + "name": "text_timer_timeformatthree", + "value": "DD-HH-mm-ss.SSS" + }, + { + "name": "text_clock", + "value": "TextClock" + }, + { + "name": "text_clock_start", + "value": "start" + }, + { + "name": "text_clock_stop", + "value": "stop" + }, + { + "name": "text_clock_timeformatone", + "value": "HH:mm:ss" + }, + { + "name": "text_clock_groupformat", + "value": "format" + }, + { + "name": "text_clock_timeformattwo", + "value": "YY:MM:dd" + }, + { + "name": "text_clock_timeformatthree", + "value": "hh-mm-ss" + }, + { + "name": "progress_name", + "value": "Progress" + }, + { + "name": "gauge_name", + "value": "Gauge" + }, + { + "name": "gauge_value", + "value": "value" + }, + { + "name": "gauge_strokewidth", + "value": "strokeWidth" + }, + { + "name": "gauge_startangle", + "value": "startAngle" + }, + { + "name": "gauge_endangle", + "value": " endAngle" + }, + { + "name": "data_panel", + "value": "DataPanel" + }, + { + "name": "checkbox_checkboxgroup", + "value": "Checkbox && CheckboxGroup" + }, + { + "name": "checkbox", + "value": "Checkbox" + }, + { + "name": "checkbox_title", + "value": "Checkbox" + }, + { + "name": "checkbox_checkbox1", + "value": "Checkbox1" + }, + { + "name": "checkbox_checkbox2", + "value": "Checkbox2" + }, + { + "name": "checkbox_checkbox3", + "value": "Checkbox3" + }, + { + "name": "checkbox_checkgroup", + "value": "checkboxGroup" + }, + { + "name": "checkbox_checkgroup_title", + "value": "CheckboxGroup" + }, + { + "name": "text_picker", + "value": "TextPicker" + }, + { + "name": "time_picker", + "value": "TimePicker" + }, + { + "name": "counter_name", + "value": "Counter" + }, + { + "name": "rating_name", + "value": "Rating" + }, + { + "name": "rating_options_indicator", + "value": "indicator" + }, + { + "name": "rating_options_value", + "value": "value" + }, + { + "name": "rating_options_stars", + "value": "stars" + }, + { + "name": "rich_text", + "value": "RichText" + }, + { + "name": "scroll_swiper", + "value": "Scroll and Swipe" + }, + { + "name": "scroll_name", + "value": "Scroll" + }, + { + "name": "swiper_name", + "value": "Swiper" + }, + { + "name": "nav_router", + "value": "NavRouter" + }, + { + "name": "tabs_name", + "value": "Tabs" + }, + { + "name": "select_name", + "value": "Select" + }, + { + "name": "slider_name", + "value": "Slider" + }, + { + "name": "swiper_set_next_margin_and_previous_margin", + "value": "set next margin and previous margin" + }, + { + "name": "swiper_next_margin", + "value": "next margin" + }, + { + "name": "swiper_previous_margin", + "value": "previous margin" + }, + { + "name": "alphabetindexer_an", + "value": "An" + }, + { + "name": "alphabetindexer_bu", + "value": "Bu" + }, + { + "name": "alphabetindexer_bai", + "value": "Bai" + }, + { + "name": "alphabetindexer_bao", + "value": "Bao" + }, + { + "name": "alphabetindexer_bi", + "value": "Bi" + }, + { + "name": "alphabetindexer_bing", + "value": "Bing" + }, + { + "name": "alphabetindexer_cao", + "value": "Cao" + }, + { + "name": "alphabetindexer_chen", + "value": "Chen" + }, + { + "name": "alphabetindexer_cheng", + "value": "Cheng" + }, + { + "name": "alphabetindexer_lv", + "value": "Lv" + }, + { + "name": "alphabetindexer_liu3", + "value": "Liu3" + }, + { + "name": "alphabetindexer_liu", + "value": "Liu" + }, + { + "name": "alphabetindexer_li", + "value": "Li" + }, + { + "name": "alphabetindexer_lou", + "value": "Lou" + }, + { + "name": "alphabetindexer_liang", + "value": "Liang" + }, + { + "name": "alphabetindexer_lei", + "value": "Lei" + }, + { + "name": "alphabetindexer_lu", + "value": "Lu" + }, + { + "name": "alphabetindexer_cui", + "value": "Cui" + }, + { + "name": "alphabetindexer_list_display", + "value": "List Display" + }, + { + "name": "alphabetindexer_color_select", + "value": "Color Select" + }, + { + "name": "alphabetindexer_selectedcolor_selectedcolor", + "value": "selectedColor" + }, + { + "name": "alphabetindexer_selectedcolor_selectedbgcolor", + "value": "selectedBackColor" + }, + { + "name": "alphabetindexer_selectedcolor_popupcolor", + "value": "popupColor" + }, + { + "name": "alphabetindexer_selectedcolor_popupbackground", + "value": "popupBackground" + }, + { + "name": "alphabetindexer_selectedcolor_usingpopup", + "value": "usingPopup" + }, + { + "name": "panel_show_minibar", + "value": "Show Minibar Type Panel" + }, + { + "name": "panel_close_minibar", + "value": "Close Minibar Type Panel" + }, + { + "name": "panel_show_foldable", + "value": "Show Foldable Type Panel" + }, + { + "name": "panel_close_foldable", + "value": "Close Foldable Type Panel" + }, + { + "name": "panel_show_temporary", + "value": "Show Temporary Type Panel" + }, + { + "name": "panel_close_temporary", + "value": "Close Temporary Type Panel" + }, + { + "name": "panel_radio_groupname", + "value": "fruit" + }, + { + "name": "checkbox_apple", + "value": "Apple" + }, + { + "name": "checkbox_blueberry", + "value": "Blueberry" + }, + { + "name": "checkbox_banbana", + "value": "Banana" + }, + { + "name": "checkbox_cherries", + "value": "Cherries" + }, + { + "name": "checkbox_durian", + "value": "Durian" + }, + { + "name": "checkbox_orange", + "value": "Orange" + }, + { + "name": "checkbox_select_color", + "value": "Select Color" + }, + { + "name": "checkbox_select_all", + "value": "Select All" + }, + { + "name": "delete_list_item", + "value": "Delete listItem" + }, + { + "name": "normal_display", + "value": "Display" + }, + { + "name": "normal_options", + "value": "Options" + }, + { + "name": "datapanel_circle", + "value": "Circle" + }, + { + "name": "datapanel_line", + "value": "Line" + }, + { + "name": "progress_linear", + "value": "Linear Progress" + }, + { + "name": "progress_eclipse", + "value": "Eclipse Progress" + }, + { + "name": "progress_scalering", + "value": "ScaleRing Progress" + }, + { + "name": "progress_ring", + "value": "Ring Progress" + }, + { + "name": "progress_capsule", + "value": "Capsule Progress" + }, + { + "name": "progress_change", + "value": "Change Progress" + }, + { + "name": "textclock_timeformat", + "value": "Time Format" + }, + { + "name": "scroll_horizontal", + "value": "Horizontal Scroll" + }, + { + "name": "scroll_vertical", + "value": "Vertical Scroll" + }, + { + "name": "interaction_disable_list", + "value": "Disable List" + }, + { + "name": "interaction_show_one_alert", + "value": "Click to show one button alert" + }, + { + "name": "interaction_show_two_alert", + "value": "Click to show two button alert" + }, + { + "name": "interaction_placementontop", + "value": "PlacementOnTop:" + }, + { + "name": "interaction_arrowoffset", + "value": "Change arrowOffset:" + }, + { + "name": "interaction_mask", + "value": "isMask:" + }, + // ComponentTransitionSample + { + "name": "component_transition", + "value": "Component transition" + }, + { + "name": "component_transition_show", + "value": "Show" + }, + { + "name": "component_transition_hide", + "value": "Hide" + }, + { + "name": "motion_path", + "value": "MotionPath" + }, + { + "name": "animate_to", + "value": "AnimateTo" + }, + { + "name": "attribute_animation", + "value": "AttributeAnimation" + }, + { + "name": "attribute_animation_change_size", + "value": "ChangeSize" + }, + { + "name": "attribute_animation_change_rotation", + "value": "ChangeRotation" + }, + { + "name": "attribute_animation_set_curve", + "value": "SetCurve" + }, + { + "name": "attribute_animation_delay", + "value": "delay3s" + }, + { + "name": "attribute_animation_play_speed", + "value": "PlaySpeed" + }, + { + "name": "attribute_animation_unlimited_playback", + "value": "UnlimitedPlayback" + }, + { + "name": "attribute_animation_play_complete", + "value": "PlayComplete" + }, + { + "name": "attribute_animation_play_count", + "value": "PlayCount" + }, + { + "name": "motion_path_click_me", + "value": "ClickMe" + }, + { + "name": "animate_over", + "value": "AnimateOver" + },{ + "name": "interaction_showpopup", + "value": "Show Popup" + }, + { + "name": "interaction_showcustompopup", + "value": "Show Custom Popup" + }, + { + "name": "interaction_disable", + "value": "Disable Component:" + }, + { + "name": "action_sheet_dialog_click_content", + "value": "点击内容" + }, + { + "name": "text_picker_click_text", + "value": "点击文字" + }, + { + "name": "global_menu", + "value": "BindContextMenu" + }, + { + "name": "global_menu_create_way", + "value": "创建方式" + }, + { + "name": "global_menu_click_right", + "value": "右击" + }, + { + "name": "global_menu_long_press", + "value": "长按" + }, + { + "name": "global_menu_close", + "value": "点击关闭菜单" + }, + { + "name": "general_mount", + "value": "挂载卸载事件" + }, + { + "name": "general_mount_toast", + "value": "挂载图片" + }, + { + "name": "general_unmount_toast", + "value": "卸载图片" + }, + { + "name": "general_mount_text", + "value": "点击我挂载卸载图片" + }, + { + "name": "general_drag", + "value": "拖拽事件" + }, + { + "name": "general_drag_text_one", + "value": "这里有三个文本元素,长按文本拖到下方列表中" + }, + { + "name": "general_drag_text_two", + "value": "这是一个列表元素" + }, + { + "name": "drag_list_one", + "value": "One" + }, + { + "name": "drag_list_two", + "value": "Two" + }, + { + "name": "drag_list_three", + "value": "Three" + }, + { + "name": "drag_list_four", + "value": "Four" + }, + { + "name": "size_size", + "value": "大小" + }, + { + "name": "size_padding", + "value": "内边距" + }, + { + "name": "size_margin", + "value": "外边距" + }, + { + "name": "size_constraintSize", + "value": "约束大小" + }, + { + "name": "size_size_description_one", + "value": "宽高为100vp" + }, + { + "name": "size_size_description_two", + "value": "宽高为100%" + }, + { + "name": "size_size_padding_one", + "value": "上下左右内边距10vp" + }, + { + "name": "size_size_padding_two", + "value": "上内边距20%" + }, + { + "name": "size_size_margin_one", + "value": "上下左右外边距10vp" + }, + { + "name": "size_size_margin_two", + "value": "上外距20%" + }, + { + "name": "size_size_constraintSize_one", + "value": "约束最大宽高90vp" + }, + { + "name": "size_size_constraintSize_two", + "value": "约束最小宽高80vp" + }, + { + "name": "keyPress_event", + "value": "按压事件" + }, + { + "name": "focus_event_description", + "value": "按压外接键盘Tab键获取焦点,再按上下键切换焦点" + }, + { + "name": "focus_event_button_one", + "value": "第一个按钮" + }, + { + "name": "focus_event_button_two", + "value": "第二个按钮" + }, + { + "name": "focus_event_button_three", + "value": "第三个按钮" + }, + { + "name": "focus_event_toast_text", + "value": "触发焦点" + }, + { + "name": "press_event_toast_text", + "value": "触发按键事件" + }, + { + "name": "press_event_toast_description", + "value": "按压外接键盘任何键" + }, + { + "name": "mouse_event_move_description", + "value": "使用外接鼠标移入按钮" + }, + { + "name": "mouse_event_click_description", + "value": "使用外接鼠标点击按钮" + }, + { + "name": "mouse_event_hover_description", + "value": "鼠标移入" + }, + { + "name": "mouse_event_onHover_description", + "value": "鼠标未移入" + }, + { + "name": "mouse_event_onMouse_text", + "value": "onMouse" + }, + { + "name": "mouse_event_mouseBtn_none", + "value": "None" + }, + { + "name": "mouse_event_mouseBtn_left", + "value": "Left" + }, + { + "name": "mouse_event_mouseBtn_right", + "value": "Right" + }, + { + "name": "mouse_event_mouseBtn_back", + "value": "Back" + }, + { + "name": "mouse_event_mouseBtn_forward", + "value": "Forward" + }, + { + "name": "mouse_event_mouseBtn_middle", + "value": "Middle" + }, + { + "name": "mouse_event_mouseAction_hover", + "value": "Hover" + }, + { + "name": "mouse_event_mouseAction_press", + "value": "Press" + }, + { + "name": "mouse_event_mouseAction_move", + "value": "Move" + }, + { + "name": "mouse_event_mouseAction_release", + "value": "Release" + }, + { + "name": "scroll_event", + "value": "组件可见区域变化事件" + }, + { + "name": "scroll_event_description", + "value": "滑动列表使图片消失和显示" + }, + { + "name": "scroll_event_toast_visible", + "value": "爱心图片完全可见" + }, + { + "name": "scroll_event_toast_invisible", + "value": "爱心图片完全消失" + }, + { + "name": "location_settings", + "value": "Location settings" + }, + { + "name": "location_settings_align", + "value": "对齐方式" + }, + { + "name": "location_settings_direction", + "value": "水平布局" + }, + { + "name": "location_settings_position", + "value": "绝对定位" + }, + { + "name": "location_settings_markAnchor", + "value": "设置锚点" + }, + { + "name": "location_settings_offset", + "value": "相对定位" + }, + { + "name": "location_settings_alignRules", + "value": "对齐规则" + }, + { + "name": "location_settings_bottom_end", + "value": "Bottom end" + }, + { + "name": "location_settings_top_start", + "value": "Top start" + }, + { + "name": "location_settings_center", + "value": "Center" + }, + { + "name": "location_settings_position_text", + "value": "position(30, 10)" + }, + { + "name": "location_settings_position_offSet_text", + "value": "offset(15, 30)" + }, + { + "name": "layout_constrain", + "value": "布局约束" + }, + { + "name": "layout_constrain_aspectRatio", + "value": "组件宽高比" + }, + { + "name": "layout_constrain_displayPriority", + "value": "组件优先级" + }, + { + "name": "layout_constrain_big_container", + "value": "大型容器" + }, + { + "name": "layout_constrain_middle_container", + "value": "中型容器" + }, + { + "name": "layout_constrain_small_container", + "value": "小型容器" + }, + { + "name": "layout_constrain_children_one", + "value": "1:(priority:2)" + }, + { + "name": "layout_constrain_children_two", + "value": "2:(priority:1)" + }, + { + "name": "layout_constrain_children_three", + "value": "3:(priority:3)" + }, + { + "name": "layout_constrain_children_four", + "value": "4:(priority:1)" + }, + { + "name": "layout_constrain_children_five", + "value": "5:(priority:2)" + }, + { + "name": "layout_constrain_one", + "value": "1" + }, + { + "name": "layout_constrain_two", + "value": "2" + }, + { + "name": "flex", + "value": "flex" + }, + { + "name": "flex_flexBasis", + "value": "flexBasis" + }, + { + "name": "flex_flexGrow", + "value": "FlexGrow" + }, + { + "name": "flex_flexShrink", + "value": "FlexShrink" + }, + { + "name": "flex_alignSelf", + "value": "AlignSelf" + }, + { + "name": "flex_layoutWeight", + "value": "LayoutWeight" + }, + { + "name": "flex_no_layoutWeight", + "value": "On layoutWeight" + }, + { + "name": "flex_no_alignSelf_70", + "value": "On alignSelf,height:70%" + }, + { + "name": "flex_end_alignSelf", + "value": "AlignSelf end" + }, + { + "name": "flex_end_alignSelf_100", + "value": "AlignSelf end" + }, + { + "name": "flex_shrink_0", + "value": "FlexShrink(0)" + }, + { + "name": "flex_shrink_default", + "value": "Default flexShrink" + }, + { + "name": "flex_shrink_1", + "value": "FlexShrink(1)" + }, + { + "name": "flex_grow_1", + "value": "FlexGrow(1)" + }, + { + "name": "flex_grow_2", + "value": "FlexGrow(2)" + }, + { + "name": "flex_no_alignSelf_100", + "value": "On alignSelf,height:100%" + }, + { + "name": "flex_basis_100", + "value": "FlexBasis(100)" + }, + { + "name": "flex_basis_auto", + "value": "FlexBasis(auto)" + }, + { + "name": "picture_border", + "value": "图片边框设置" + }, + { + "name": "scale", + "value": "Scale" + }, + { + "name": "transform", + "value": "Transform" + }, + { + "name": "scale_image", + "value": "ScaleImage" + }, + { + "name": "transform_image", + "value": "TransformImage" + }, + { + "name": "transform_init", + "value": "创建四阶矩阵" + }, + { + "name": "transform_copy", + "value": "矩阵复制" + }, + { + "name": "transform_combine", + "value": "矩阵效果叠加" + }, + { + "name": "transform_invert", + "value": "矩阵效果反转" + }, + { + "name": "transform_translate", + "value": "矩阵平移效果" + }, + { + "name": "transform_scale", + "value": "矩阵缩放效果" + }, + { + "name": "transform_rotate", + "value": "矩阵旋转效果" + }, + { + "name": "transform_transformPoint", + "value": "矩阵坐标点转换效果" + }, + { + "name": "transform_combine_text", + "value": "x平移20,x放大两倍" + }, + { + "name": "transform_translate_text", + "value": "平移 x: 40, y: 40, z: 20" + }, + { + "name": "transform_scale_text", + "value": "宽高缩小一倍" + }, + { + "name": "transform_rotate_text", + "value": "旋转30度" + }, + { + "name": "transform_transformPoint_before", + "value": "矩阵变换后的坐标:[50,50]" + }, + { + "name": "transform_transformPoint_after", + "value": "矩阵变换后的坐标:[100,0]" + }, + { + "name": "shape_crop", + "value": "形状裁剪" + }, + { + "name": "shape_crop_clip", + "value": "裁剪" + }, + { + "name": "shape_crop_mask", + "value": "遮盖" + }, + { + "name": "grid_settings", + "value": "栅格设置" + }, + { + "name": "grid_settings_sm", + "value": "设备宽度为SM" + }, + { + "name": "grid_settings_md", + "value": "设备宽度为MD" + }, + { + "name": "grid_settings_lg", + "value": "设备宽度为LG" + }, + { + "name": "grid_settings_useSize", + "value": "UseSizeType" + }, + { + "name": "grid_settings_gridSpan", + "value": "GridSpan gridOffset" + }, + { + "name": "grid_edgeEffect_spring", + "value": "Grid edgeEffect spring" + }, + { + "name": "focus_control", + "value": "焦点控制" + }, + { + "name": "focus_control_tab", + "value": "按外接键盘Tab键切换焦点" + }, + { + "name": "focus_control_lastPageId", + "value": "LastPageId" + }, + { + "name": "focus_control_success", + "value": "请求成功" + }, + { + "name": "focus_control_failed", + "value": "请求失败" + }, + { + "name": "focus_control_group1", + "value": "Group1" + }, + { + "name": "focus_control_group2", + "value": "Group2" + }, + { + "name": "focus_control_group3", + "value": "Group3" + }, + { + "name": "focus_control_input", + "value": "Input" + }, + { + "name": "focus_control_request_focus", + "value": "选择水果请求聚焦" + }, + { + "name": "component_id", + "value": "组件标识" + }, + { + "name": "component_id_onKeyTab", + "value": "OnKeyTab" + }, + { + "name": "component_id_click", + "value": "Click to start" + }, + { + "name": "component_id_longClick", + "value": "LongClick" + }, + { + "name": "component_id_onTouch", + "value": "OnTouch" + }, + { + "name": "component_id_onMouse", + "value": "OnMouse" + }, + { + "name": "component_id_click_text", + "value": "Button 'click to start' is clicked" + }, + { + "name": "component_id_longClick_text", + "value": "Button 'longClick' is longClicked" + }, + { + "name": "component_id_onTouch_text", + "value": "Button 'onTouch' is clicked" + }, + { + "name": "component_id_onMouse_text", + "value": "Button 'onMouse' in onMouse" + }, + { + "name": "component_blurred", + "value": "组件背景模糊" + }, + { + "name": "component_blurred_thin", + "value": "薄材料" + }, + { + "name": "restore_id", + "value": "分布式迁移标识" + }, + { + "name": "gesture_process", + "value": "手势处理" + }, + { + "name": "bind_gesture_methods", + "value": "绑定手势方法" + }, + { + "name": "bind_gesture_priorityGesture", + "value": "priorityGesture会忽略text,优先识别父组件column" + }, + { + "name": "bind_gesture_parallelGesture", + "value": "parallelGesture识别父子组件column,text" + }, + { + "name": "bind_gesture_tapGesture", + "value": "TapGesture:" + }, + { + "name": "bind_gesture_text", + "value": "\nText" + }, + { + "name": "bind_gesture_column", + "value": "\nColumn" + }, + { + "name": "double_click", + "value": "单指双击触发" + }, + { + "name": "onAction", + "value": "onAction:" + }, + { + "name": "long_press", + "value": "单指长按文本" + }, + { + "name": "long_press_cancel", + "value": "取消事件" + }, + { + "name": "long_press_text", + "value": "请单指长按我" + }, + { + "name": "pan_text", + "value": "双指任意方式拖动黑色框" + }, + { + "name": "pan_text_one", + "value": "单指左右拖动黑色框" + }, + { + "name": "pan_start", + "value": "开始" + }, + { + "name": "pan_end", + "value": "结束" + }, + { + "name": "pan_button", + "value": "修改PanGesture触发条件" + }, + { + "name": "pan_offset", + "value": "PanGesture offset:\nX:" + }, + { + "name": "pan_offset_y", + "value": "\nY:" + }, + { + "name": "pinch_description", + "value": "三指捏合黑色框" + }, + { + "name": "pinch_scale", + "value": "PinchGesture scale:\n" + }, + { + "name": "pinch_center", + "value": "PinchGesture center:\nx:" + }, + { + "name": "rotation_description", + "value": "双指旋转黑色框" + }, + { + "name": "rotation_text", + "value": "RotationGesture \n angle:" + }, + { + "name": "swipe_description", + "value": "单指任一方向快速滑动黑色框" + }, + { + "name": "swipe_text_speed", + "value": "SwipeGesture\n speed:" + }, + { + "name": "swipe_text_angle", + "value": "SwipeGesture\n angle" + }, + { + "name": "combinded_description", + "value": "先长按再拖动黑色框" + }, + { + "name": "combinded_pan_start", + "value": "Pan start" + }, + { + "name": "combinded_pan_update", + "value": "Pan update" + }, + { + "name": "combinded_pan_end", + "value": "Pan end" + }, + { + "name": "combinded_longPress_onAction", + "value": "LongPress onAction" + }, + { + "name": "combinded_longPress_end", + "value": "LongPress end" + }, + { + "name": "combinded_sequence", + "value": "sequence gesture\n" + }, + { + "name": "combinded_longPress", + "value": "LongPress onAction:" + }, + { + "name": "combinded_offset", + "value": "\nPanGesture offset:\nX:" + }, + { + "name": "combinded_x", + "value": "\nX:" + }, + { + "name": "transform_translate_invert", + "value": "放大两倍反转(缩小两倍)" + }, + { + "name": "key_press_description", + "value": "按压外接键盘Tab键,再按压任意键" + }, + { + "name": "key_press_keyType", + "value": "KeyType:" + }, + { + "name": "key_press_keyCode", + "value": "\nkeyCode:" + }, + { + "name": "key_press_keyText", + "value": "\nkeyText:" + }, + { + "name": "key_press_down", + "value": "Down" + }, + { + "name": "key_press_up", + "value": "Up" + }, + { + "name": "componentId_longClick", + "value": "longClick" + }, + { + "name": "componentId_onTouch", + "value": "onTouch" + }, + { + "name": "componentId_onMouse", + "value": "onMouse" + }, + { + "name": "flex_auto", + "value": "auto" + }, + { + "name": "april", + "value": "april" + }, + { + "name": "bind_click", + "value": "点击我" + }, + // ActionSheetDialog + { + "name": "action_sheet_dialog", + "value": "ActionSheetDialog" + }, + { + "name": "action_sheet_click_sheets", + "value": "点击选项内容" + }, + // TextPickerDialog + { + "name": "text_picker_text_peach", + "value": "peach" + }, + { + "name": "text_picker_text_apple", + "value": "apple" + }, + { + "name": "text_picker_text_orange", + "value": "orange" + }, + { + "name": "text_picker_text_grape", + "value": "grape" + }, + { + "name": "text_picker_text_banana", + "value": "banana" + }, + { + "name": "text_picker_dialog", + "value": "TextPickerDialog 文本滑动选择器弹窗" + }, + { + "name": "text_picker_show", + "value": "显示文本弹窗" + }, + //Row + { + "name": "row_title", + "value": "Row" + }, + { + "name": "row_introduction_arguments", + "value": "Modifying Row parameters" + }, + { + "name": "row_introduction_properties", + "value": "Modifying Row properties" + }, + { + "name": "row_element_spacing", + "value": "element spacing" + }, + { + "name": "row_alignitems_top", + "value": "Top" + }, + { + "name": "row_alignitems_bottom", + "value": "Bottom" + }, + { + "name": "row_alignitems_center", + "value": "Center" + }, + { + "name": "row_justifycontent_start", + "value": "Start" + }, + { + "name": "row_justifycontent_center", + "value": "Center" + }, + { + "name": "row_justifycontent_end", + "value": "End" + }, + { + "name": "row_justifycontent_spacebetween", + "value": "SpaceBetween" + }, + { + "name": "row_justifycontent_spacearound", + "value": "SpaceAround" + }, + { + "name": "row_justifycontent_spaceevenly", + "value": "SpaceEvenly" + }, + { + "name": "row_justifycontent_description", + "value": "Spindle alignment format" + }, + { + "name": "row_alignitems_description", + "value": "Cross axis alignment format" + }, + { + "name": "row_introduction_tips", + "value": "Tips:" + }, + { + "name": "row_tips", + "value": "When the spindle is of type SpaceBetween, SpaceAround, or SpaceEven, the parameter space of the Row component does not take effect" + }, + // RowSplit + { + "name": "rowsplit_title", + "value": "RowSplit Indicates the horizontal split layout" + }, + { + "name": "rowsplit_introduction_properties", + "value": "Modify the drag-and-drop property of RowSplit" + }, + { + "name": "rowsplit_drag", + "value": "drag switch" + }, + { + "name": "rowsplit_drag_divider", + "value": "Drag the dividers left and right to change position" + }, + // Column + { + "name": "column_title", + "value": "Column" + }, + { + "name": "column_introduction_arguments", + "value": "Modifying Row parameters" + }, + { + "name": "column_introduction_properties", + "value": "Modifying Row properties" + }, + { + "name": "column_element_spacing", + "value": "element spacing" + }, + { + "name": "column_alignitems_start", + "value": "Start" + }, + { + "name": "column_alignitems_end", + "value": "End" + }, + { + "name": "column_alignitems_center", + "value": "Center" + }, + { + "name": "column_justifycontent_start", + "value": "Start" + }, + { + "name": "column_justifycontent_center", + "value": "Center" + }, + { + "name": "column_justifycontent_end", + "value": "End" + }, + { + "name": "column_justifycontent_spacebetween", + "value": "SpaceBetween" + }, + { + "name": "column_justifycontent_spacearound", + "value": "SpaceAround" + }, + { + "name": "column_justifycontent_spaceevenly", + "value": "SpaceEvenly" + }, + { + "name": "column_justifycontent_description", + "value": "Spindle alignment format" + }, + { + "name": "column_alignitems_description", + "value": "Cross axis alignment format" + }, + { + "name": "column_introduction_tips", + "value": "tips:" + }, + { + "name": "column_tips", + "value": "When the spindle is of type SpaceBetween, SpaceAround, or SpaceEven, the parameter space of the Row component does not take effect" + }, + // ColumnSplit + { + "name": "columnsplit_title", + "value": "RowSplit Indicates the vertical split layout" + }, + { + "name": "columnsplit_introduction_properties", + "value": "Modify the drag-and-drop property of ColumnSplit" + }, + { + "name": "columnsplit_drag", + "value": "drag switch" + }, + { + "name": "columnsplit_introduction_drag_divider", + "value": "Drag the split line up and down to change the position" + }, + // SideBarContainer + { + "name": "sidebarcontainer_title", + "value": "SideBarContainer" + }, + { + "name": "sidebarcontainer_content_text", + "value": "SideBarContainer: A sidebar container that provides a sidebar that can be displayed and hidden. The sidebar and content area are defined by subcomponents, the first subcomponent representing the sidebar and the second subcomponent representing the content area. This component is supported starting with API Version 8. If new content is added in later versions, the upper corner mark is used to separately mark the beginning version of the content." + }, + { + "name": "sidebarcontainer_sidebar_text_one", + "value": "Collect" + }, + { + "name": "sidebarcontainer_sidebar_text_two", + "value": "Home" + }, + { + "name": "sidebarcontainer_argument", + "value": "Example Modify SideBarContainer" + }, + { + "name": "sidebarcontainer_property", + "value": "Modify the SideBarContainer property" + }, + { + "name": "sidebarcontainer_argument_type", + "value": "The sidebar shows the type" + }, + { + "name": "sidebarcontainer_type_embed", + "value": "Embed" + }, + { + "name": "sidebarcontainer_type_overlay", + "value": "Overlay" + }, + { + "name": "sidebarcontainer_show_switch", + "value": "Display switch" + }, + { + "name": "sidebarcontainer_left_margin", + "value": "Control button left margin" + }, + { + "name": "sidebarcontainer_top_margin", + "value": "Control button upper margin" + }, + { + "name": "sidebarcontainer_show_button_switch", + "value": "Control button display switch" + }, + { + "name": "sidebarcontainer_position_title", + "value": "The sidebar shows the location" + }, + { + "name": "sidebarcontainer_sidebar_show_position_start", + "value": "Start" + }, + { + "name": "sidebarcontainer_sidebar_show_position_end", + "value": "End" + }, + { + "name": "sidebarcontainer_min_width", + "value": "Minimum width of sidebar" + }, + { + "name": "sidebarcontainer_max_width", + "value": "Maximum width of sidebar" + }, + { + "name": "sidebarcontainer_auto_hide", + "value": "Whether the sidebar is hidden in its smallest state" + }, + { + "name": "sidebarcontainer_divider_width", + "value": "Dividing line width" + }, + { + "name": "sidebarcontainer_drag_divider", + "value": "Drag the divider to change the sidebar size" + }, + { + "name": "sidebarcontainer__is_show_true", + "value": "The sidebar has expanded" + }, + { + "name": "sidebarcontainer__is_show_false", + "value": "The sidebar is closed" + }, + // Stack + { + "name": "stack_title", + "value": "Stack" + }, + { + "name": "stack_alignments_topstart", + "value": "TopStart" + }, + { + "name": "stack_alignments_top", + "value": "Top" + }, + { + "name": "stack_alignments_topend", + "value": "TopEnd" + }, + { + "name": "stack_alignments_start", + "value": "Start" + }, + { + "name": "stack_alignment_center", + "value": "Center" + }, + { + "name": "stack_alignment_end", + "value": "End" + }, + { + "name": "stack_alignments_bottomstart", + "value": "BottomStart" + }, + { + "name": "stack_alignments_bottom", + "value": "Bottom" + }, + { + "name": "stack_alignments_bottomend", + "value": "BottomEnd" + }, + { + "name": "stack_alignment", + "value": "AlignContent" + }, + { + "name": "stack_introduction", + "value": "The Stack attribute & parameter alignContent is updated" + }, + { + "name": "stack_introduction_zindex", + "value": "sub three zindex" + }, + { + "name": "stack_zindex_four", + "value": "4" + }, + { + "name": "stack_zindex_one", + "value": "1" + }, + { + "name": "stack_zindex", + "value": "ZIndex" + }, + // Flex + { + "name": "flex_title", + "value": "Flex" + }, + { + "name": "flex_introduction_arguments", + "value": "Modify the Flex elastic layout parameters" + }, + { + "name": "flex_argument_direction", + "value": "direction" + }, + { + "name": "flex_argument_direction_row", + "value": "Row" + }, + { + "name": "flex_argument_direction_row_reverse", + "value": "RowReverse" + }, + { + "name": "flex_argument_direction_column", + "value": "Column" + }, + { + "name": "flex_argument_direction_column_reverse", + "value": "ColumnReverse" + }, + { + "name": "flex_argument_wrap", + "value": "Modify the wrap for this flex" + }, + { + "name": "flex_argument_wrap_no_wrap", + "value": "NoWrap" + }, + { + "name": "flex_argument_wrap_wrap", + "value": "Wrap" + }, + { + "name": "flex_argument_wrap_wrap_reverse", + "value": "WrapReverse" + }, + { + "name": "flex_introduction_direction", + "value": "Change the direction of all flex" + }, + { + "name": "flex_argument_justifycontent", + "value": "Revised this Flex justifyContent" + }, + { + "name": "flex_argument_justifycontent_start", + "value": "Start" + }, + { + "name": "flex_argument_justifycontent_center", + "value": "Center" + }, + { + "name": "flex_argument_justifycontent_End", + "value": "End" + }, + { + "name": "flex_argument_justifycontent_space_between", + "value": "SpaceBetween" + }, + { + "name": "flex_argument_justifycontent_space_around", + "value": "SpaceAround" + }, + { + "name": "flex_argument_justifycontent_speac_evenly", + "value": "SpaceEvenly" + }, + { + "name": "flex_argument_alignItems", + "value": "Modify alignItems in this Flex" + }, + { + "name": "flex_argumen_alignItems_auto", + "value": "auto" + }, + { + "name": "flex_argumen_alignItems_start", + "value": "Start" + }, + { + "name": "flex_argumen_alignItems_center", + "value": "Center" + }, + { + "name": "flex_argumen_alignItems_end", + "value": "End" + }, + { + "name": "flex_argumen_alignItems_stretch", + "value": "Stretch" + }, + { + "name": "flex_argumen_alignItems_baseline", + "value": "Baseline" + }, + { + "name": "flex_argument_alignContent", + "value": "Modify the alignContent of this Flex" + }, + { + "name": "gridcontainer_title", + "value": "GridContainer Grid system" + }, + { + "name": "gridcontainer_introdional_arguments", + "value": "Modify the GridContainer parameters" + }, + { + "name": "gridcontainer_introdional_properties", + "value": "Modify the GridContainer property" + }, + { + "name": "gridcontainer_sizetype", + "value": "sizeType" + }, + { + "name": "gridcontainer_sizetype_xs", + "value": "XS" + }, + { + "name": "gridcontainer_sizetype_sm", + "value": "SM" + }, + { + "name": "gridcontainer_sizetype_md", + "value": "MD" + }, + { + "name": "gridcontainer_sizetype_lg", + "value": "LG" + }, + { + "name": "gridcontainer_sizetype_auto", + "value": "Auto" + }, + { + "name": "gridcontainer_column", + "value": "columns" + }, + { + "name": "gridcontainer_gutter", + "value": "gutter" + }, + { + "name": "gridcontainer_margin", + "value": "margin" + }, + { + "name": "image_video_and_media", + "value": "Image Video And Media" + }, + { + "name": "image_title", + "value": "Image" + }, + { + "name": "image_animator_title", + "value": "ImageAnimator" + }, + { + "name": "video_title", + "value": "Video" + }, + { + "name": "plugin_component_title", + "value": "PluginComponent" + }, + { + "name": "xcomponent_title", + "value": "XComponent" + }, + { + "name": "image_show_test", + "value": "Show the image" + }, + { + "name": "image_object_fit", + "value": "ObjectFit" + }, + { + "name": "image_sourcesize_height", + "value": "SizeHeight" + }, + { + "name": "image_sourcesize_width", + "value": "SizeWidth" + }, + { + "name": "object_fit_cover", + "value": "Cover" + }, + { + "name": "object_fit_contain", + "value": "Contain" + }, + { + "name": "object_fit_auto", + "value": "Auto" + }, + { + "name": "object_fit_fill", + "value": "Fill" + }, + { + "name": "object_fit_scale_down", + "value": "ScaleDown" + }, + { + "name": "object_fit_none", + "value": "None" + }, + { + "name": "object_fit_change", + "value": "ObjectFitChange" + }, + { + "name": "image_sourcesize_change", + "value": "SourceSizeChange" + }, + { + "name": "image_rendermode_original", + "value": "RenderModeOriginal" + }, + { + "name": "image_rendermode_template", + "value": "RenderModeTemplate" + }, + { + "name": "image_renderMode_change", + "value": "RenderModeChange" + }, + { + "name": "image_repeat_xy", + "value": "RepeatXY" + }, + { + "name": "image_repeat_x", + "value": "RepeatX" + }, + { + "name": "image_repeat_y", + "value": "RepeatY" + }, + { + "name": "image_repeat_no", + "value": "NoRepeat" + }, + { + "name": "image_repeat_change", + "value": "RepeatChange" + }, + { + "name": "image_fill_color_title", + "value": "FillColorTitle" + }, + { + "name": "image_animator_show", + "value": "ImageAnimatorShow" + }, + { + "name": "image_animator_control", + "value": "ImageAnimatorControl" + }, + { + "name": "video_show", + "value": "VideoShow" + }, + { + "name": "video_auto_play", + "value": "AutoPlay" + }, + { + "name": "video_controls_show", + "value": "ControlsShow" + }, + { + "name": "video_muted_show", + "value": "MutedShow" + }, + { + "name": "video_fit_change", + "value": "VideoFit" + }, + { + "name": "video_loop_show", + "value": "LoopShow" + }, + { + "name": "video_current_rate_change", + "value": "CurrentRateChange" + }, + { + "name": "video_play_mode", + "value": "VideoPlayMode" + }, + { + "name": "video_play_switch", + "value": "VideoPlaySwitch" + }, + { + "name": "web_title", + "value": "Web" + }, + { + "name": "web_show", + "value": "WebShow" + }, + { + "name": "web_use_reason", + "value": "reason" + }, + { + "name": "xcomponent_show", + "value": "XComponentShow" + }, + { + "name": "textarea_title", + "value": "TextArea" + }, + { + "name": "patternlock_title", + "value": "PatternLock" + }, + { + "name": "search_title", + "value": "Search" + }, + { + "name": "textarea_textalign_start", + "value": "Start" + }, + { + "name": "textarea_textalign_center", + "value": "Center" + }, + { + "name": "textarea_textalign_end", + "value": "End" + }, + { + "name": "textareaa_textalign_change", + "value": "textAreatextAlignChange" + }, + { + "name": "textarea_show", + "value": "TextAreaShow" + }, + { + "name": "textarea_control", + "value": "TextAreaControl" + }, + { + "name": "textarea_copyoptions_none", + "value": "None" + }, + { + "name": "textarea_copyoptions_inapp", + "value": "InApp" + }, + { + "name": "textarea_copyoptions_localdevice", + "value": "LocalDevice" + }, + { + "name": "textarea_copyoptions_change", + "value": "CopyOptionsChange" + }, + { + "name": "textarea_placeholder_change", + "value": "PlaceholderChange" + }, + { + "name": "textarea_caretcolor_change", + "value": "CaretcolorChage" + }, + { + "name": "patternlock_active_color", + "value": "PatternLockActiveColor" + }, + { + "name": "patternlock_path_color", + "value": "PatternLockParhColor" + }, + { + "name": "patternlock_select_color", + "value": "PatternLockSelectColor" + }, + { + "name": "patternlock_regular_color", + "value": "PatternLockRegularColor" + }, + { + "name": "patternlock_side_length", + "value": "PatternLockSideLengh" + }, + { + "name": "patternlock_circle_radius", + "value": "PatternLockCircleRadius" + }, + { + "name": "patternlock_pathstroke_width", + "value": "PatternLockPathStrokeWidth" + }, + { + "name": "patternlock_change", + "value": "PatternLockChange" + }, + { + "name": "search_textalign_change", + "value": "SearchTextAlignChange" + }, + { + "name": "search_placeholder_change", + "value": "SearchPlaceholderChange" + }, + { + "name": "search_copyOption_change", + "value": "SearchCopyOptionChange" + }, + { + "name": "search_change", + "value": "SearchChange" + }, + // List + { + "name": "list_title", + "value": "List" + }, + { + "name": "list_introduction_arguments", + "value": "Modifying List arguments" + }, + { + "name": "list_introduction_properties", + "value": "Modifying List properties" + }, + { + "name": "list_introduction_state", + "value": "Status bar" + }, + { + "name": "list_properties_direction", + "value": "listDirection" + }, + { + "name": "list_properties_direction_vertical", + "value": "Vertical" + }, + { + "name": "list_properties_direction_Horizontal", + "value": "Horizontal" + }, + { + "name": "list_argument_space", + "value": "space" + }, + { + "name": "list_properties_divider_stroke_width", + "value": "divider - strokeWidth" + }, + { + "name": "list_properties_divider_color", + "value": "divider - color" + }, + { + "name": "list_properties_scroll_bar", + "value": "scrollBar" + }, + { + "name": "list_properties_scroll_bar_off", + "value": "Off" + }, + { + "name": "list_properties_scroll_bar_on", + "value": "On" + }, + { + "name": "list_properties_scroll_bar_auto", + "value": "Auto" + }, + { + "name": "list_properties_initial_index", + "value": "initialIndex" + }, + { + "name": "list_properties_edge_effect", + "value": "edgeEffect" + }, + { + "name": "list_properties_edge_effect_spring", + "value": "Spring" + }, + { + "name": "list_properties_edge_effect_fade", + "value": "Fade" + }, + { + "name": "list_properties_edge_effect_none", + "value": "None" + }, + { + "name": "list_properties_chain_animation", + "value": "chainAnimation" + }, + { + "name": "list_properties_multi_selectable", + "value": "multiSelectable " + }, + { + "name": "list_properties_lanes", + "value": "lanes" + }, + { + "name": "list_properties_align_list_item", + "value": "alignListItem" + }, + { + "name": "list_properties_align_list_item_start", + "value": "Start" + }, + { + "name": "list_properties_align_list_item_Center", + "value": "Center" + }, + { + "name": "list_properties_align_list_item_End", + "value": "End" + }, + { + "name": "list_introduction_delete", + "value": "Left-click item to delete it" + }, + { + "name": "list_item_title", + "value": "ListItem" + }, + { + "name": "list_item_properties_selectable", + "value": "selectable" + }, + { + "name": "list_item_introduction_drag", + "value": "Drag the item with your mouse to see the selectable property effect" + }, + { + "name": "list_item_introduction_properties", + "value": "修改 ListItem 的属性" + }, + // Grid + { + "name": "grid_title", + "value": "Grid" + }, + { + "name": "grid_item_title", + "value": "GridItem" + }, + { + "name": "grid_properties_columns_template", + "value": "columnsTemplate(Control the proportion of the third column)" + }, + { + "name": "grid_properties_columns_gap", + "value": "columnsGap" + }, + { + "name": "girid_properties_rows_gap", + "value": "rowsGap" + }, + { + "name": "grid_properties_layout_direction", + "value": "layoutDirection" + }, + { + "name": "grid_properties_layout_direction_row", + "value": "Row" + }, + { + "name": "grid_properties_layout_direction_column", + "value": "Column" + }, + { + "name": "grid_properties_layout_direction_row_reverse", + "value": "RowReverse" + }, + { + "name": "grid_properties_layout_direction_column_reverse", + "value": "ColumnReverse" + }, + { + "name": "grid_properties_rows_template", + "value": "rowsTemplate(Control the proportion of the third rows)" + }, + // GridItem + { + "name": "grid_item_introduction", + "value": "Change the position of 1" + }, + { + "name": "grid_item_row_start", + "value": "Change the start line number" + }, + { + "name": "grid_item_row_end", + "value": "Modify the end line number" + }, + { + "name": "grid_item_column_start", + "value": "Change the start column number" + }, + { + "name": "grid_item_column_end", + "value": "Modify the end column number" + }, + // Swiper + { + "name": "swiper_title", + "value": "swiper" + }, + { + "name": "swiper_introduction", + "value": "Swipe left or right to switch pages" + }, + { + "name": "swiper_introduction_arguments", + "value": "SwiperController Controller" + }, + { + "name": "swiper_introduction_properties", + "value": "Modify the properties of Swiper" + }, + { + "name": "swiper_properties_disable_swipe", + "value": "Disable swipe left or right to switch function" + }, + { + "name": "swiper_properties_item_space", + "value": "Space between sliding pages" + }, + { + "name": "swiper_properties_vertical", + "value": "Is it vertical sliding" + }, + { + "name": "swiper_properties_duration", + "value": "Duration of slide switching animation (unit: ms)" + }, + { + "name": "swiper_properties_loop", + "value": "Enable loop from beginning to end" + }, + { + "name": "swiper_properties_auto_play", + "value": "Enable automatic loop playback" + }, + { + "name": "swiper_properties_interval", + "value": "Interval of automatic playback (unit: ms)" + }, + { + "name": "swiper_controller_next", + "value": "Next page" + }, + { + "name": "swiper_controller_previous", + "value": "Previous page" + }, + // Navigation + { + "name": "navRouter_title", + "value": "NavRouter" + }, + { + "name": "navigation_title", + "value": "Navigation" + }, + { + "name": "navigation_first_page", + "value": "First page of Navigation" + }, + { + "name": "navigation_second_page", + "value": "Second page of Navigation" + }, + { + "name": "navigation_third_page", + "value": "Third page of Navigation" + }, + { + "name": "navigation_first_page_push", + "value": "Go to the second page" + }, + { + "name": "navigation_first_page_active", + "value": "Click to toggle activate status" + }, + { + "name": "navigation_second_page_push", + "value": "Go to the third page" + }, + { + "name": "navigation_third_page_back", + "value": "Go back to the first page" + }, + // Tabs + { + "name": "tabs_title", + "value": "Tabs" + }, + { + "name": "tabs_introduction_arguments", + "value": "Modify the parameters of Tabs" + }, + { + "name": "tabs_introduction_properties", + "value": "Modify the properties of Tabs" + }, + { + "name": "tabs_arguments_bar_position", + "value": "barPosition" + }, + { + "name": "tabs_arguments_bar_position_start", + "value": "Start" + }, + { + "name": "tabs_arguments_bar_position_end", + "value": "End" + }, + { + "name": "tabs_properties_vertical", + "value": "vertical" + }, + { + "name": "tabs_properties_bar_mode", + "value": "barMode" + }, + { + "name": "tabs_properties_bar_mode_fixed", + "value": "Fixed" + }, + { + "name": "tabs_properties_bar_scrollable", + "value": "Scrollable" + }, + { + "name": "tabs_properties_is_scrollable", + "value": "scrollable" + }, + { + "name": "tabs_properties_animation_duration", + "value": "animationDuration(ms)" + }, + { + "name": "tabs_arguments_controller", + "value": "Switches to the specified index" + }, + // TabsContent + { + "name": "tab_content_title", + "value": "TabContent" + }, + { + "name": "tab_content_introduction", + "value": "Subtab/Bottom tab switcher" + }, + { + "name": "tab_content_side", + "value": "Switch sidebar" + }, + // Stepper + { + "name": "stepper_title", + "value": "Stepper&StepperItem" + }, + { + "name": "canvas_title", + "value": "Canvas" + }, + { + "name": "circle_title", + "value": "Circle" + }, + { + "name": "ellipse_title", + "value": "Ellipse" + }, + { + "name": "line_title", + "value": "Line" + }, + { + "name": "polyline_title", + "value": "Polyline" + }, + { + "name": "path_title", + "value": "Path" + }, + { + "name": "polygon_title", + "value": "Polygon" + }, + { + "name": "rect_title", + "value": "Rect" + }, + { + "name": "shape_title", + "value": "shape" + }, + { + "name": "circle_change", + "value": "CircleChange" + }, + { + "name": "circle_change_fill", + "value": "CircleChangeFill" + }, + { + "name": "circle_change_radius", + "value": "CircleRadius" + }, + { + "name": "circle_change_fillopacity", + "value": "CircleChangeFillOpacity" + }, + { + "name": "circle_change_strokewidth", + "value": "CircleStrokeWidth" + }, + { + "name": "circle_stroke_dash", + "value": "CircleStrokeDash" + }, + { + "name": "circle_stroke_color", + "value": "CircleStokeColor" + }, + { + "name": "circle_stroke_opacity", + "value": "CircleStrokeOpacity" + }, + { + "name": "ellipse_fill", + "value": "EllipseFill" + }, + { + "name": "ellipse_stroke_color", + "value": "EllipseStrokeColor" + }, + { + "name": "ellipse_stroke_width", + "value": "EllipseStrokeWidth" + }, + { + "name": "ellipse_width", + "value": "EllipseWidth" + }, + { + "name": "ellipse_height", + "value": "EllipseHeight" + }, + { + "name": "ellipse_fill_opacity", + "value": "EllipseFillOpacity" + }, + { + "name": "ellipse_stroke_opacity", + "value": "EllipseStrokeOpacity" + }, + { + "name": "ellipse_stroke_dash", + "value": "EllipseStrokeDash" + }, + { + "name": "line_start_point_x", + "value": "LineStartPointX" + }, + { + "name": "line_start_point_y", + "value": "LineStartPointY" + }, + { + "name": "line_end_point_x", + "value": "LineEndPointY" + }, + { + "name": "line_end_point_y", + "value": "LineEndPointY" + }, + { + "name": "line_stroke_width", + "value": "LineSrokeWidth" + }, + { + "name": "line_stroke_color", + "value": "LineStrokeColor" + }, + { + "name": "line_stroke_opacity", + "value": "LineStrokeOpacity" + }, + { + "name": "line_stroke_dash", + "value": "LineStrokeDash" + }, + { + "name": "polygon_fill", + "value": "PolygonFill" + }, + { + "name": "polygon_fill_opacity", + "value": "PolygonFillOpacity" + }, + { + "name": "polygon_stroke_color", + "value": "PolygonStrokeColor" + }, + { + "name": "polygon_stroke_opacity", + "value": "PolygonStrokeOpacity" + }, + { + "name": "polygon_stroke_width", + "value": "PolygonStrokeWidth" + }, + { + "name": "polygon_stroke_dash", + "value": "PolygonStrokeDash" + }, + { + "name": "polyline_first_x", + "value": "PolylineFirstX" + }, + { + "name": "polyline_first_y", + "value": "PolylineFirstY" + }, + { + "name": "polyline_second_x", + "value": "PolylineSecondX" + }, + { + "name": "polyline_second_y", + "value": "PolylineSecondY" + }, + { + "name": "polyline_third_x", + "value": "PolylineThirdX" + }, + { + "name": "polyline_third_y", + "value": "PolylineThirdY" + }, + { + "name": "polyline_stroke_width", + "value": "PolylineStrokeWidth" + }, + { + "name": "polyline_stroke_color", + "value": "PolylineStrokeColor" + }, + { + "name": "polyline_stroke_dash", + "value": "PolylineStrokeDash" + }, + { + "name": "polyline_stroke_opacity", + "value": "PolylineStrokeOpacity" + }, + { + "name": "rect_height", + "value": "RectHeight" + }, + { + "name": "rect_width", + "value": "RectWidth" + }, + { + "name": "rect_radius_width", + "value": "RectRadiusWidth" + }, + { + "name": "rect_radius_height", + "value": "RectRadiusHeight" + }, + { + "name": "rect_fill_opacity", + "value": "RectFillOpacity" + }, + { + "name": "rect_stroke", + "value": "RectStroke" + }, + { + "name": "rect_stroke_width", + "value": "RectStrokeWidth" + }, + { + "name": "rect_stroke_dash", + "value": "RectSrokeDash" + }, + { + "name": "rect_stroke_opacity", + "value": "RectStrokeOpacity" + }, + { + "name": "rect_fill", + "value": "RectFill" + }, + { + "name": "path_line", + "value": "PathLine" + }, + { + "name": "path_triangle", + "value": "PathTriangle" + }, + { + "name": "path_square", + "value": "PathSquare" + }, + { + "name": "path_polygon", + "value": "PathPolygon" + }, + { + "name": "path_camber_first", + "value": "PathCamberFirst" + }, + { + "name": "path_camber_second", + "value": "PathCamberSecond" + }, + { + "name": "path_camber_third", + "value": "PathCamberThird" + }, + { + "name": "path_commands_select", + "value": "PathCommandsSelect" + }, + { + "name": "path_fill", + "value": "PathFill" + }, + { + "name": "path_fill_opacity", + "value": "PathFillOpacity" + }, + { + "name": "path_stroke_color", + "value": "PathStrokeColor" + }, + { + "name": "path_stroke_opacity", + "value": "PathStrokeOpacity" + }, + { + "name": "path_stroke_dash", + "value": "PathStrokeDash" + }, + { + "name": "path_stroke_width", + "value": "PathStrokeWidth" + }, + { + "name": "shape_fill", + "value": "ShapeFill" + }, + { + "name": "shape_stroke_color", + "value": "ShapeStrokeColor" + }, + { + "name": "shape_view_port_x", + "value": "ShapeViewPortX" + }, + { + "name": "shape_view_port_y", + "value": "ShapeViewPortY" + }, + { + "name": "shape_view_port_width", + "value": "ShapeViewPortWidth" + }, + { + "name": "shape_view_port_height", + "value": "ShapeViewPortHeight" + }, + { + "name": "shape_stroke_opacity", + "value": "ShapeStrokeOpacity" + }, + { + "name": "shape_fill_opacity", + "value": "ShapeFillOpacity" + }, + { + "name": "shape_stroke_width", + "value": "ShapeStrokeWidth" + }, + { + "name": "shape_stroke_dash", + "value": "ShapeStrokeDash" + }, + { + "name": "web", + "value": "Web" + }, + { + "name": "canvas_components", + "value": "Canvas components" + }, + { + "name": "canvas_component_attributes", + "value": "Base attributes" + }, + { + "name": "canvas_component_transform", + "value": "Transform" + }, + { + "name": "canvas_component_gradient", + "value": "CanvasGradient" + }, + { + "name": "canvas_component_path_2d", + "value": "Path2D" + }, + { + "name": "canvas_component_image_bitmap", + "value": "ImageBitmap" + }, + { + "name": "canvas_component_method", + "value": "Base methods" + }, + { + "name": "canvas_fillStyle", + "value": "fillStyle" + }, + { + "name": "canvas_lineWidth", + "value": "lineWidth" + }, + { + "name": "canvas_strokeStyle", + "value": "strokeStyle" + }, + { + "name": "canvas_lineCap", + "value": "lineCap" + }, + { + "name": "canvas_lineJoin", + "value": "lineJoin" + }, + { + "name": "canvas_miterLimit", + "value": "miterLimit" + }, + { + "name": "canvas_font", + "value": "font" + }, + { + "name": "canvas_textAlign", + "value": "textAlign" + }, + { + "name": "canvas_textBaseline", + "value": "textBaseline" + }, + { + "name": "canvas_globalAlpha", + "value": "globalAlpha" + }, + { + "name": "canvas_lineDashOffset", + "value": "lineDashOffset" + }, + { + "name": "canvas_globalCompositeOperation", + "value": "globalCompositeOperation" + }, + { + "name": "canvas_imageSmoothingEnabled", + "value": "imageSmoothingEnabled" + }, + { + "name": "canvas_createLinearGradient", + "value": "createLinearGradient" + }, + { + "name": "cavas_createRadialGradient", + "value": "createRadialGradient" + }, + { + "name": "canvas_createRadialGradient", + "value": "createRadialGradient" + }, + { + "name": "canvas_fillRect", + "value": "fillRect" + }, + { + "name": "canvas_strokeRect", + "value": "strokeRect" + }, + { + "name": "canvas_fillText", + "value": "fillText" + }, + { + "name": "canvas_strokeText", + "value": "strokeText" + }, + { + "name": "canvas_measureText", + "value": "measureText" + }, + { + "name": "canvas_stroke", + "value": "stroke" + }, + { + "name": "canvas_createPattern", + "value": "createPattern" + }, + { + "name": "canvas_fill", + "value": "fill" + }, + { + "name": "canvas_clip", + "value": "clip" + }, + { + "name": "canvas_rotate", + "value": "rotate" + }, + { + "name": "canvas_scale", + "value": "scale" + }, + { + "name": "canvas_drawImage", + "value": "drawImage" + }, + { + "name": "canvas_getImageData", + "value": "getImageData" + }, + { + "name": "canvas_putImageData", + "value": "putImageData" + }, + { + "name": "canvas_setLineDash", + "value": "setLineDash" + }, + { + "name": "canvas_getLineDash", + "value": "getLineDash" + }, + { + "name": "canvas_transferFromImageBitmap", + "value": "transferFromImageBitmap" + }, + { + "name": "canvas_toDataURL", + "value": "toDataURL" + }, + { + "name": "canvas_canvasZone", + "value": "Canvas Zone" + }, + { + "name": "canvas_attributesOperations", + "value": "Attributes Operations" + }, + { + "name": "canvas_clearEffects", + "value": "Clear Effects" + }, + { + "name": "cavnas_clearRect", + "value": "clearRect" + }, + { + "name": "canvas_clearRect", + "value": "clearRect" + }, + { + "name": "canvas_shadowBlur", + "value": "shadowBlur" + }, + { + "name": "canvas_shadowColor", + "value": "shadowColor" + }, + { + "name": "canvas_shadowOffsetX", + "value": "shadowOffsetX" + }, + { + "name": "canvas_shadowOffsetY", + "value": "shadowOffsetY" + }, + { + "name": "canvas_addColorStop", + "value": "addColorStop" + }, + { + "name": "canvas_beginPath", + "value": "beginPath" + }, + { + "name": "canvas_moveTo", + "value": "moveTo" + }, + { + "name": "canvas_lineTo", + "value": "lineTo" + }, + { + "name": "canvas_closePath", + "value": "closePath" + }, + { + "name": "canvas_bezierCurveTo", + "value": "bezierCurveTo" + }, + { + "name": "canvas_quadraticCurveTo", + "value": "quadraticCurveTo" + }, + { + "name": "canvas_arc", + "value": "arc" + }, + { + "name": "canvas_arcTo", + "value": "arcTo" + }, + { + "name": "canvas_ellipse", + "value": "ellipse" + }, + { + "name": "canvas_rect", + "value": "rect" + }, + { + "name": "canvas_show_message", + "value": "Printed to the console" + }, + { + "name": "canvas_transform", + "value": "transform" + }, + { + "name": "canvas_setTransform", + "value": "setTransform" + }, + { + "name": "canvas_translate", + "value": "translate" + }, + { + "name": "canvas_imageSmoothingQuality", + "value": "imageSmoothingQuality" + }, + // scrollTo 动效增强 + { + "name": "scroll_To_effect", + "value": "ScrollTo effect" + }, + { + "name": "scroller", + "value": "Scroller" + }, + { + "name": "list", + "value": "List" + }, + { + "name": "grid", + "value": "Grid" + }, + { + "name": "waterFlow", + "value": "WaterFlow" + }, + { + "name": "tabs_switch_effect", + "value": "Tabs switch effect" + }, + { + "name": "image_fit_Full_effect", + "value": "Image fit/full effect" + }, + { + "name": "particle_effect", + "value": "Particle Effect" + }, + { + "name": "particle_spawn", + "value": "Spawn" + }, + { + "name": "particle_spawn_stop", + "value": "Stop" + }, + { + "name": "navigator_title", + "value": "Navigator" + }, + { + "name": "navigator_first_page", + "value": "First page of Navigaor" + }, + { + "name": "navigator_second_page", + "value": "Second page of Navigator" + }, + { + "name": "navigator_third_page", + "value": "Third page of Navigator" + }, + { + "name": "navigator_first_page_push", + "value": "Go to the second page" + }, + { + "name": "navigator_first_page_active", + "value": "Click to toggle activate status" + }, + { + "name": "navigator_second_page_push", + "value": "Go to the third page" + }, + { + "name": "navigator_third_page_back", + "value": "Go back to the first page" + }, + { + "name": "navigator_return_message", + "value": "hello! This is a param form the first page" + } + ] +} diff --git a/function/communication/bluetooth/entry/src/main/resources/base/media/icon.png b/function/communication/bluetooth/bletest/entry/src/main/resources/base/media/icon.png similarity index 100% rename from function/communication/bluetooth/entry/src/main/resources/base/media/icon.png rename to function/communication/bluetooth/bletest/entry/src/main/resources/base/media/icon.png diff --git a/function/communication/bluetooth/entry/src/main/resources/base/media/startIcon.png b/function/communication/bluetooth/bletest/entry/src/main/resources/base/media/startIcon.png similarity index 100% rename from function/communication/bluetooth/entry/src/main/resources/base/media/startIcon.png rename to function/communication/bluetooth/bletest/entry/src/main/resources/base/media/startIcon.png diff --git a/function/communication/bluetooth/entry/src/main/resources/base/profile/main_pages.json b/function/communication/bluetooth/bletest/entry/src/main/resources/base/profile/main_pages.json similarity index 100% rename from function/communication/bluetooth/entry/src/main/resources/base/profile/main_pages.json rename to function/communication/bluetooth/bletest/entry/src/main/resources/base/profile/main_pages.json diff --git a/function/communication/bluetooth/bletest/entry/src/main/resources/en_US/element/string.json b/function/communication/bluetooth/bletest/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..35b44e802be2f548a6d438ac1caeb2bfc133d5ce --- /dev/null +++ b/function/communication/bluetooth/bletest/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,5825 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "bletest" + }, + { + "name": "entry_desc", + "value": "Component Collection" + }, + { + "name": "MainAbility_desc", + "value": "ArkUI components, common attributes, common methods, etc. to classify and describe applications" + }, + { + "name": "opencv_core", + "value": "Core Operations" + }, + { + "name": "opencv_image", + "value": "Image Processing" + }, + { + "name": "opencv_video", + "value": "Video Analysis" + }, + { + "name": "opencv_machine", + "value": "machine learning" + }, + { + "name": "opencv_object_detection", + "value": "Object Detection" + }, + { + "name": "opencv_dnn", + "value": "Deep Neural Networks" + }, + { + "name": "animation", + "value": "Animation" + }, + { + "name": "component", + "value": "Component" + }, + { + "name": "universal", + "value": "Universal" + }, + { + "name": "global_method", + "value": "Global Method" + }, + { + "name": "auxiliary", + "value": "Auxiliary" + }, + { + "name": "common_properties", + "value": "Common properties" + }, + { + "name": "prop_background", + "value": "Background" + }, + + { + "name": "prop_foreground", + "value": "Foreground" + }, + { + "name": "prop_border", + "value": "Border" + }, + { + "name": "prop_font", + "value": "Font" + }, + { + "name": "prop_bluefont", + "value": "#409EFF" + }, + { + "name": "prop_orangefont", + "value": "#E6A23C" + }, + { + "name": "prop_pinkfont", + "value": "#F56C6C" + }, + { + "name": "prop_size", + "value": "Size" + }, + { + "name": "graphic_transformation", + "value": "Graphics Transform" + }, + { + "name": "common_events", + "value": "Common events" + }, + { + "name": "click_event", + "value": "Click event" + }, + { + "name": "touch_event", + "value": "Touch event" + }, + { + "name": "show_hide_event", + "value": "Show/Hide Event" + }, + { + "name": "drag_drop_event", + "value": "Drag/Drop Event" + }, + { + "name": "key_event", + "value": "Key Event" + }, + { + "name": "focus_event", + "value": "Focus Event" + }, + { + "name": "mouse_event", + "value": "Mouse Event" + }, + { + "name": "component_area_change_event", + "value": "Component Area Change Event" + }, + { + "name": "gesture_processing", + "value": "Gesture Processing" + }, + { + "name": "basic_gestures", + "value": "Basic Gestures" + }, + { + "name": "tap_gesture", + "value": "TapGesture" + }, + { + "name": "long_press_gesture", + "value": "LongPressGesture" + }, + { + "name": "pan_gesture", + "value": "PanGesture" + }, + { + "name": "pinch_gesture", + "value": "PinchGesture" + }, + { + "name": "rotation_gesture", + "value": "RotationGesture" + }, + { + "name": "swipe_gesture", + "value": "SwipeGesture" + }, + { + "name": "combined_gestures", + "value": "Combined Gestures" + }, + { + "name": "transition_animation", + "value": "Transition animation" + }, + { + "name": "interpolation_calculation", + "value": "Interpolation calculation" + }, + { + "name": "dialog", + "value": "Dialog" + }, + { + "name": "basic_operations_on_images", + "value": "Basic Operations" + }, + { + "name": "image_roi_example", + "value": "ROI Example" + }, + { + "name": "image_padding_example", + "value": "Padding Example" + }, + { + "name": "arithmetic_operations_on_images", + "value": "Arithmetic Example" + }, + { + "name": "image_bitwise_example", + "value": "Bitwise Example" + }, + { + "name": "some_data_structures", + "value": "Some Data Structures" + }, + { + "name": "data_structures", + "value": "Data structures" + }, + { + "name": "color_spaces", + "value": "Color Spaces" + }, + { + "name": "convert_color", + "value": "Convert Color" + }, + { + "name": "image_inrange", + "value": "Image Inrange" + }, + { + "name": "geometric_transformations", + "value": "Geometric Transformations" + }, + { + "name": "image_resize", + "value": "Image Resize" + }, + { + "name": "affine_transform", + "value": "Affine Transform" + }, + { + "name": "rotate_transform", + "value": "Rotate Transform" + }, + { + "name": "get_affine_transform", + "value": "Get Affine Transform" + }, + { + "name": "perspectiv_transform", + "value": "Perspectiv Transform" + }, + { + "name": "thresholding", + "value": "Thresholding" + }, + { + "name": "image_thresholding", + "value": "Image Thresholding" + }, + { + "name": "adaptive_thresholding", + "value": "Adaptive Thresholding" + }, + { + "name": "smoothing_images", + "value": "Smoothing Images" + }, + { + "name": "image_filter", + "value": "Image Filter" + }, + { + "name": "image_blur", + "value": "Image Blur" + }, + { + "name": "gaussion_blur", + "value": "Gaussion Blur" + }, + { + "name": "median_blur", + "value": "Median Blur" + }, + { + "name": "bilateral_filter", + "value": "Bilateral Filter" + }, + { + "name": "morphological_transformations", + "value": "Morphological Transformations" + }, + { + "name": "image_erode", + "value": "Image Erode" + }, + { + "name": "image_dilate", + "value": "Image Dilate" + }, + { + "name": "image_opening", + "value": "Image Opening" + }, + { + "name": "image_closing", + "value": "Image Closing" + }, + { + "name": "image_gradient", + "value": "Image Gradient" + }, + { + "name": "top_hat", + "value": "Top Hat" + }, + { + "name": "black_hat", + "value": "Black Hat" + }, + { + "name": "get_structuring_element", + "value": "Get Structuring Element" + }, + { + "name": "image_gradients", + "value": "Image Gradients" + }, + { + "name": "image_sobel", + "value": "Image Sobel" + }, + { + "name": "image_laplacian", + "value": "Image Laplacian" + }, + { + "name": "image_abssobel", + "value": "Image Abssobel" + }, + { + "name": "canny_edge_detection", + "value": "Canny Edge Detection" + }, + { + "name": "image_canny", + "value": "Image Canny" + }, + { + "name": "image_pyramids", + "value": "Image Pyramids" + }, + { + "name": "image_pyrdown", + "value": "Image Pyrdown" + }, + { + "name": "image_pyrup", + "value": "Image Pyrup" + }, + { + "name": "contours", + "value": "Contours" + }, + { + "name": "contours_basic", + "value": "Contours Basic" + }, + { + "name": "contours_features", + "value": "Contours Features" + }, + { + "name": "contours_properties", + "value": "Contours Properties" + }, + { + "name": "contours_more_functions", + "value": "Contours More Functions" + }, + { + "name": "contours_hierarchy", + "value": "Contours Hierarchy" + }, + { + "name": "histograms", + "value": "Histograms" + }, + { + "name": "find_plot_analyze", + "value": "Find Plot Analyze" + }, + { + "name": "equalization", + "value": "Equalization" + }, + { + "name": "backprojection", + "value": "Backprojection" + }, + { + "name": "image_transforms", + "value": "Image Transforms" + }, + { + "name": "fourier_transform", + "value": "Fourier Transform" + }, + { + "name": "template_matching", + "value": "Template Matching" + }, + { + "name": "template_match_example", + "value": "Template Match Example" + }, + { + "name": "hough_line_transform", + "value": "Hough Rine Transform" + }, + { + "name": "hough_lines", + "value": "Hough Lines" + }, + { + "name": "hough_linesp", + "value": "Hough Linesp" + }, + { + "name": "hough_circle_transform", + "value": "Hough Circle Transform" + }, + { + "name": "hough_circle", + "value": "Hough Circle" + }, + { + "name": "image_segmentation_with_watershed", + "value": "Image Segmentation With Watershed" + }, + { + "name": "image_threshold", + "value": "Image Threshold" + }, + { + "name": "image_background", + "value": "Image Background" + }, + { + "name": "distance_transform", + "value": "Distance Transform" + }, + { + "name": "image_foreground", + "value": "Image Foreground" + }, + { + "name": "image_watershed", + "value": "Image Watershed" + }, + { + "name": "forground_extraction_using_grabcut", + "value": "Forground Extraction Using Grabcut" + }, + { + "name": "image_grabcut", + "value": "Image Grabcut" + }, + { + "name": "image_processing_for_video_capture", + "value": "Image Processing For Video Capture" + }, + { + "name": "image_processing_video_example", + "value": "Image Processing Video Example" + }, + { + "name": "intelligent_scissors", + "value": "Intelligent Scissors" + }, + { + "name": "meanshift_camshift", + "value": "Meanshift Camshift" + }, + { + "name": "meanshift", + "value": "Meanshift" + }, + { + "name": "camshift", + "value": "Camshift" + }, + { + "name": "optical_flow", + "value": "Optical Flow" + }, + { + "name": "lucas_kanade_optical_flow", + "value": "Lucas Kanade Optical Flow" + }, + { + "name": "dense_optical_flow", + "value": "Dense Optical Flow" + }, + { + "name": "background_subtraction", + "value": "Background Subtraction" + }, + { + "name": "face_detection_using_haar_cascades", + "value": "Face Detection Using Haar Cascades" + }, + { + "name": "face_detection", + "value": "Face Detection" + }, + { + "name": "face_detection_in_video_capture", + "value": "Face Detection In Video Capture" + }, + { + "name": "image_classification", + "value": "Image Classification" + }, + { + "name": "image_classification_with_camera", + "value": "Image Classification With Camera" + }, + { + "name": "object_detection", + "value": "Object Detection" + }, + { + "name": "object_detection_with_camera", + "value": "Object Detection With Camera" + }, + { + "name": "semantic_segmentation", + "value": "Semantic Segmentation" + }, + { + "name": "style_transfer", + "value": "Style Transfer" + }, + { + "name": "pose_estimation", + "value": "Pose Estimation" + }, + + { + "name": "image_basic_title", + "value": "Image Basic Opertor" + }, + { + "name": "image_histogram_title", + "value": "image histogram" + }, + { + "name": "image_filter_title", + "value": "image filter" + }, + { + "name": "image_morphology_title", + "value": "image morphology" + }, + { + "name": "image_objdetect_title", + "value": "image objdetect" + }, + { + "name": "information_presentation_and_dynamic_effects", + "value": "Information presentation and dynamic effects" + }, + { + "name": "blank_and_divider", + "value": "Blank and divider" + }, + { + "name": "text_and_input", + "value": "Text and input" + }, + { + "name": "rows_and_columns", + "value": "Rows and columns" + }, + { + "name": "stack_flex_and_grid", + "value": "Stack, flex and grid" + }, + { + "name": "list_and_grid", + "value": "List and grid" + }, + { + "name": "navigation", + "value": "Navigation" + }, + { + "name": "canvas_and_graphic_drawing", + "value": "Canvas and graphic drawing" + }, + // layout Animation + { + "name": "layout_animation_expansion", + "value": "Layout animation" + }, + { + "name": "layout_animation_expansion_align", + "value": "Align animation" + }, + { + "name": "layout_animation_expansion_size", + "value": "Size animation" + }, + { + "name": "layout_animation_expansion_padding", + "value": "Padding animation" + }, + { + "name": "layout_animation_expansion_margin", + "value": "Margin animation" + }, + { + "name": "layout_animation_expansion_offset", + "value": "Offset animation" + }, + { + "name": "layout_animation_expansion_position", + "value": "Position animation" + }, + { + "name": "layout_animation_expansion_markAnchor", + "value": "MarkAnchor animation" + }, + { + "name": "layout_animation_expansion_alignRules", + "value": "AlignRules animation" + }, + { + "name": "layout_animation_expansion_direction", + "value": "Direction animation" + }, + // size transition + { + "name": "size_transition_expansion", + "value": "Size transition" + }, + { + "name": "size_transition_flex", + "value": "Flex" + }, + { + "name": "size_transition_grid_item", + "value": "GridItem" + }, + { + "name": "size_transition_list_item", + "value": "ListItem" + }, + { + "name": "size_transition_swiper_item", + "value": "SwiperItem" + }, + { + "name": "size_transition_font_size", + "value": "FontSize" + }, + { + "name": "size_transition_expansion_tabContent", + "value": "TabContent" + }, + // AlertDialog + { + "name": "alert_dialog", + "value": "Alert dialog" + }, + { + "name": "alert_dialog_type_one", + "value": "One button alert dialog" + }, + { + "name": "alert_dialog_type_two", + "value": "Two button alert dialog" + }, + { + "name": "alert_dialog_type_two_button_one", + "value": "This is button one" + }, + { + "name": "alert_dialog_type_two_button_two", + "value": "This is button two" + }, + { + "name": "alert_dialog_prompt", + "value": "Hint" + }, + { + "name": "alert_dialog_warning", + "value": "Warning" + }, + { + "name": "alert_dialog_info", + "value": "You are performing an action" + }, + { + "name": "alert_dialog_confirm", + "value": "Confirm" + }, + { + "name": "alert_dialog_cancel", + "value": "Cancel" + }, + { + "name": "alert_dialog_type", + "value": "Dialog type" + }, + { + "name": "alert_dialog_location", + "value": "Dialog position" + }, + { + "name": "alert_dialog_auto_cancel", + "value": "Click on the mask layer to close the dialog" + }, + { + "name": "alert_dialog_true", + "value": "Closeable" + }, + { + "name": "alert_dialog_false", + "value": "Non-closing" + }, + { + "name": "alert_dialog_top", + "value": "Vertical top" + }, + { + "name": "alert_dialog_center", + "value": "Vertical center" + }, + { + "name": "alert_dialog_bottom", + "value": "Vertical bottom" + }, + { + "name": "alert_dialog_offset", + "value": "Relative position offset dialog" + }, + { + "name": "alert_dialog_left", + "value": "Upper left offset" + }, + { + "name": "alert_dialog_right", + "value": "Lower right offset" + }, + { + "name": "alert_dialog_grid", + "value": "Different grid width dialog" + }, + { + "name": "alert_dialog_grid_two", + "value": "2 grid width" + }, + { + "name": "alert_dialog_grid_three", + "value": "3 grid width" + }, + { + "name": "alert_dialog_grid_four", + "value": "4 grid width" + }, + // Foreground + { + "name": "foreground_color", + "value": "Set foreground color" + }, + // Background + { + "name": "background_color", + "value": "Set background color" + }, + { + "name": "background_gradient", + "value": "Set background gradient" + }, + { + "name": "background_gradient_linear", + "value": "linear gradient" + }, + { + "name": "background_gradient_sweep", + "value": "angle gradient" + }, + { + "name": "background_gradient_radial", + "value": "Radial gradient" + }, + { + "name": "background_image_transformation_effect", + "value": "Background image transformation effect" + }, + { + "name": "set_background_image_size", + "value": "Set background image size" + }, + { + "name": "set_background_image_position", + "value": "Set background image position" + }, + { + "name": "set_background_blur_style_color_mode", + "value": "Set background blur style color mode" + }, + { + "name": "set_background_blur_style_adaptive_color", + "value": "Set background blur style adaptive color" + }, + { + "name": "blur_style_system", + "value": "System" + }, + { + "name": "blur_style_light", + "value": "Light" + }, + { + "name": "blur_style_dark", + "value": "Dark" + }, + { + "name": "blur_style_default", + "value": "Default" + }, + { + "name": "set_shadow_type", + "value": "Set shadow type" + }, + { + "name": "shadow_type_color", + "value": "COLOR" + }, + { + "name": "shadow_type_blur", + "value": "BLUR" + }, + { + "name": "blur_style_average", + "value": "Average" + }, + { + "name": "background_image_size_cover", + "value": "Cover" + }, + { + "name": "background_image_size_contain", + "value": "Contain" + }, + + { + "name": "background_image_position_top_start", + "value": "TopStart" + }, + { + "name": "background_image_position_top", + "value": "Top" + }, + { + "name": "background_image_position_top_end", + "value": "TopEnd" + }, + { + "name": "background_image_position_start", + "value": "Top" + }, + { + "name": "background_image_position_center", + "value": "Center" + }, + { + "name": "background_image_position_end", + "value": "End" + }, + { + "name": "background_image_position_bottom_start", + "value": "BottomStart" + }, + { + "name": "background_image_position_bottom", + "value": "Bottom" + }, + + { + "name": "background_image_position_bottom_end", + "value": "BottomEnd" + }, + + { + "name": "background_image", + "value": "Set background image" + }, + { + "name": "background_image_default", + "value": "default" + }, + { + "name": "background_image_repeat", + "value": "XY axis repeat plot" + }, + { + "name": "background_image_size", + "value": "Image size 50% wide and 100% high" + }, + { + "name": "background_image_offset", + "value": "Picture position offset to the right and down" + }, + // Badge + { + "name": "auxiliary_badge", + "value": "Badge" + }, + { + "name": "badge_type", + "value": "Tag type" + }, + { + "name": "badge_number", + "value": "Number marker" + }, + { + "name": "badge_string", + "value": "Text tag" + }, + { + "name": "badge_max", + "value": "Number tag maximum number of messages" + }, + { + "name": "badge_number_normal", + "value": "Normal badge" + }, + { + "name": "badge_number_max", + "value": "Maximum Badge" + }, + { + "name": "badge_location", + "value": "Mark position" + }, + { + "name": "badge_left", + "value": "Left marker" + }, + { + "name": "badge_top", + "value": "Top right tag" + }, + { + "name": "badge_right", + "value": "Right marker" + }, + { + "name": "badge_style", + "value": "Marker style" + }, + { + "name": "badge_blue", + "value": "Large blue marker" + }, + { + "name": "badge_green", + "value": "Small green marker" + }, + // Border + { + "name": "border_type", + "value": "Border type" + }, + { + "name": "border_type_dashed", + "value": "Dotted line" + }, + { + "name": "border_type_dotted", + "value": "Dot" + }, + { + "name": "border_type_solid", + "value": "Solid line" + }, + { + "name": "border_border_style", + "value": "Border width, color, rounded corners" + }, + { + "name": "border_border_width", + "value": "Width" + }, + { + "name": "border_border_color", + "value": "Color" + }, + { + "name": "border_border_radius", + "value": "Rounded corners" + }, + { + "name": "border_edge_style", + "value": "Set the border and style and properties separately" + }, + { + "name": "border_style_top", + "value": "Top border" + }, + { + "name": "border_style_bottom", + "value": "Bottom border" + }, + { + "name": "border_style_left", + "value": "Left border" + }, + { + "name": "border_style_right", + "value": "Right border" + }, + { + "name": "border_radius", + "value": "Set the rounded corners of each of the four corners" + }, + { + "name": "border_3D", + "value": "Set the border 3D" + }, + { + "name": "border_radius_left_top", + "value": "Top left border" + }, + { + "name": "border_radius_left_bottom", + "value": "Bottom left border" + }, + { + "name": "border_radius_right_top", + "value": "Top right border" + }, + { + "name": "border_radius_right_bottom", + "value": "Bottom right border" + }, + // Button + { + "name": "button_title", + "value": "Button" + }, + { + "name": "button_type", + "value": "Type" + }, + { + "name": "button_confirm", + "value": "Confirm" + }, + { + "name": "button_type_capsule", + "value": "Capsule" + }, + { + "name": "button_type_normal", + "value": "Normal" + }, + { + "name": "button_type_circle", + "value": "Circle" + }, + { + "name": "button_state_effect", + "value": "State effect" + }, + { + "name": "button_state_effect_true", + "value": "Has effect" + }, + { + "name": "button_state_effect_false", + "value": "No effect" + }, + { + "name": "button_disable_style", + "value": "Disable" + }, + { + "name": "button_custom_style", + "value": "Custom style" + }, + { + "name": "button_border_radius", + "value": " Rounded button" + }, + { + "name": "button_with_icon", + "value": "Icon button" + }, + { + "name": "button_custom_bg_color", + "value": "Custom color" + }, + { + "name": "button_click", + "value": "Button is clicked" + }, + // Click Event + { + "name": "click_action_tips", + "value": "Click the gray area to change the crosshair position" + }, + { + "name": "touch_action_tips", + "value": "Touch the gray area and move to change the crosshair position" + }, + { + "name": "component_area_change_action_tips", + "value": "Slide to change the gray area size or position for controlling the ball motion area" + }, + { + "name": "get_click_event_detail", + "value": "Click location information" + }, + // Drag Event + { + "name": "drag_drop_action_tips", + "value": "Long press the application icon and drag to different areas" + }, + { + "name": "component_drag_and_drop", + "value": "Component drag and drop" + }, + { + "name": "griditem", + "value": "GridItem" + }, + { + "name": "listitem", + "value": "ListItem" + }, + { + "name": "hyperlink", + "value": "Hyperlink" + }, + { + "name": "text", + "value": "Text" + }, + { + "name": "image", + "value": "Image" + }, + { + "name": "video", + "value": "Video" + }, + { + "name": "formcomponent", + "value": "FormComponent" + }, + // CustomDialog + { + "name": "custom_dialog", + "value": "Custom dialog" + }, + { + "name": "custom_dialog_style_custom", + "value": "Whether the dialog style is customized" + }, + { + "name": "custom_dialog_style_custom_true", + "value": "Custom" + }, + { + "name": "custom_dialog_style_custom_false", + "value": "Non-custom" + }, + { + "name": "custom_dialog_title", + "value": "The component collection requests to enable the following permissions" + }, + { + "name": "custom_dialog_permission_microphone", + "value": "Microphone permission" + }, + { + "name": "custom_dialog_permission_microphone_info", + "value": "Microphone permission is required for voice calls" + }, + { + "name": "custom_dialog_permission_location", + "value": "Location permissions" + }, + { + "name": "custom_dialog_permission_location_info", + "value": "Location permission is required for navigation" + }, + { + "name": "custom_dialog_start", + "value": "One-click opening" + }, + // DatePickerDialog + { + "name": "date_picker_dialog", + "value": "DatePickerDialog" + }, + { + "name": "date_picker_dialog_date", + "value": "Show date dialog" + }, + { + "name": "date_picker_dialog_date_lunar", + "value": "Lunar date:" + }, + { + "name": "date_picker_dialog_date_gregorian", + "value": "Gregorian calendar date:" + }, + { + "name": "date_picker_dialog_cancel", + "value": "Cancel" + }, + { + "name": "date_picker_toast_date", + "value": "Selected time:" + }, + { + "name": "date_picker_dialog_datetimeone", + "value": "2022-10-01" + }, + { + "name": "date_picker_dialog_datetimetwo", + "value": "1970-1-1" + }, + { + "name": "date_picker_dialog_datetimethree", + "value": "2100-12-31" + }, + // DatePicker + { + "name": "date_picker_title", + "value": "DatePicker" + }, + { + "name": "date_picker_lunar", + "value": "Is lunar" + }, + // Divider + { + "name": "divider_title", + "value": "Divider" + }, + { + "name": "divider_stroke_width", + "value": "Stroke width" + }, + { + "name": "divider_line_color", + "value": "Line color" + }, + { + "name": "divider_line_cap", + "value": "LineCapStyle" + }, + { + "name": "divider_horizontal", + "value": "Horizontal" + }, + { + "name": "divider_vertical", + "value": "Vertical" + }, + { + "name": "divider_attribute", + "value": "Divider" + }, + { + "name": "divider_color_blue", + "value": "Blue" + }, + { + "name": "divider_color_green", + "value": "Green" + }, + { + "name": "divider_color_orange", + "value": "Orange" + }, + { + "name": "divider_color_pink", + "value": "Pink" + }, + { + "name": "divider_line_type_butt", + "value": "Butt" + }, + { + "name": "divider_line_type_round", + "value": "Round" + }, + { + "name": "divider_line_type_square", + "value": "Square" + }, + // Font + { + "name": "font_color", + "value": "Color" + }, + { + "name": "font_size", + "value": "Size" + }, + { + "name": "font_thickness", + "value": "Thickness" + }, + { + "name": "font_style", + "value": "Style" + }, + // Interpolation Calculation + { + "name": "interpolation_calculation_cubic_bezier_curve", + "value": "Third-order Bézier curve object" + }, + { + "name": "interpolation_calculation_spring", + "value": "Spring curve object" + }, + { + "name": "interpolation_calculation_init_curve", + "value": "EaseIn (deceleration start) difference curve" + }, + { + "name": "interpolation_calculation_steps_curve", + "value": "step curve object" + }, + // Page Transition + { + "name": "page_transition", + "value": "Transitions between pages" + }, + { + "name": "page_transition_left", + "value": "Left Entry/Right Exit" + }, + { + "name": "page_transition_right", + "value": "Right Entry/Left Exit" + }, + { + "name": "page_transition_top", + "value": "Top Entry/Bottom Exit" + }, + { + "name": "page_transition_bottom", + "value": "Bottom Entry/Top Exit" + }, + { + "name": "page_transition_scale", + "value": "Zoom in/out" + }, + { + "name": "page_transition_rotate", + "value": "Spin in/out" + }, + { + "name": "page_transition_back", + "value": "Back to page transition between pages" + }, + // QRCode + { + "name": "qrcode_title", + "value": "QRCode" + }, + { + "name": "qrcode_content", + "value": "Content" + }, + { + "name": "qrcode_color", + "value": "Color" + }, + { + "name": "qrcode_enter_content", + "value": "Enter to change QR code" + }, + // Search + { + "name": "search_placeholder", + "value": "Type to search..." + }, + { + "name": "search_name", + "value": "search" + }, + // Radio + { + "name": "radio_title", + "value": "Radio" + }, + { + "name": "radio_no_response_region", + "value": "Not add response region(take effect when click the button)" + }, + { + "name": "radio_has_response_region", + "value": "Add response region (click row of button take effect)" + }, + { + "name": "radio_beijing", + "value": "Beijing" + }, + { + "name": "radio_shanghai", + "value": "Shanghai" + }, + { + "name": "radio_shenzhen", + "value": "Shenzhen" + }, + { + "name": "radio_guangzhou", + "value": "Guangzhou" + }, + // Rotate + { + "name": "graphic_transformation_rotate", + "value": "Rotate" + }, + { + "name": "rotate_photo", + "value": "Image rotation" + }, + { + "name": "rotate_container", + "value": "Component rotation" + }, + { + "name": "rotate_before_image", + "value": "Original image" + }, + { + "name": "rotate_before_component", + "value": "Container component" + }, + { + "name": "rotate_image_angle", + "value": "Rotate 15°" + }, + // SaveArea + { + "name": "safe_area_type_and_safe_area_edge", + "value": "SafeAreaType And SafeAreaEdge" + }, + { + "name": "safe_area", + "value": "SafeArea" + }, + { + "name": "save_area_input_text", + "value": "input your word ..." + }, + { + "name": "safe_area_type", + "value": "SafeAreaType" + }, + { + "name": "safe_area_edge", + "value": "SafeAreaEdge" + }, + { + "name": "safe_area_edge_top", + "value": "TOP" + }, + { + "name": "safe_area_edge_bottom", + "value": "BOTTOM" + }, + { + "name": "safe_area_edge_start", + "value": "START" + }, + { + "name": "safe_area_edge_end", + "value": "END" + }, + { + "name": "safe_area_type_system", + "value": "SYSTEM" + }, + { + "name": "safe_area_type_cutout", + "value": "CUTOUT" + }, + { + "name": "safe_area_type_keyboard", + "value": "KEYBOARD" + }, + // Select + { + "name": "select_title", + "value": "Select" + }, + { + "name": "select_has_icon", + "value": "Select with icon" + }, + { + "name": "select_option_bg_and_text_style", + "value": "Selected item background color and text style" + }, + { + "name": "select_unselect_option_style", + "value": "Option item background and text style" + }, + { + "name": "select_button_style", + "value": "Drop-down button text style" + }, + { + "name": "select_picture", + "value": "Picture" + }, + { + "name": "select_collection", + "value": "Collection" + }, + { + "name": "select_gesture", + "value": "Gesture" + }, + { + "name": "select_index", + "value": "Select option index:" + }, + { + "name": "select_value", + "value": "The value of the selected option:" + }, + // Shareelement Transition + { + "name": "share_element_transition", + "value": "Shared element transition" + }, + { + "name": "Multiplex_interface", + "value": "multiplex" + }, + { + "name": "Floating_window", + "value": "floating window" + }, + { + "name": "Tips_call", + "value": "Waiting" + }, + { + "name": "Font_family_regular", + "value": "HarmonyOS Sans SC-Regular" + }, + { + "name": "Font_family_medium", + "value": "HarmonyOS Sans SC-Medium" + }, + { + "name": "Folder_expansion", + "value": "folder expansion" + }, + { + "name": "Shop_card_expansion", + "value": "shop card expansion" + }, + { + "name": "System_icon", + "value": "System Icon" + }, + { + "name": "Today", + "value": "today" + }, + { + "name": "Gallery_card_expansion", + "value": "gallery card expansion" + }, + // Size + { + "name": "size_width", + "value": "Width" + }, + { + "name": "size_width_fixed_100vp", + "value": "Width is 100vp" + }, + { + "name": "size_width_percent", + "value": "width is 60%" + }, + { + "name": "size_width_fixed_60vw", + "value": "Width is 60vw" + }, + { + "name": "size_height", + "value": "Height" + }, + { + "name": "size_height_fixed_60vh", + "value": "Width is 60vh" + }, + { + "name": "size_height_fixed_100vp", + "value": "Height is 100vp" + }, + { + "name": "size_height_percent", + "value": "Height is 60%" + }, + { + "name": "size_height_fixed_calc", + "value": "Height is calc(200vp-100vp)" + }, + // Slider + { + "name": "slider_title", + "value": "Slider" + }, + { + "name": "slider_step_tip", + "value": "Step and tip (step is 10)" + }, + { + "name": "slider_current_value", + "value": "Show current value (min-50/max-130)" + }, + { + "name": "slider_events", + "value": "Events" + }, + { + "name": "slider_attributes", + "value": "Attributes" + }, + { + "name": "slider_vertical_reverse", + "value": "Vertical and reverse" + }, + { + "name": "slider_forward", + "value": "Forward" + }, + { + "name": "slider_reverse", + "value": "Reverse" + }, + { + "name": "slider_select_color", + "value": "Select color" + }, + { + "name": "slider_track_color", + "value": "Track color" + }, + { + "name": "slider_block_color", + "value": "Block color" + }, + { + "name": "slider_track_thickness", + "value": "Track thickness" + }, + { + "name": "slider_event_begin", + "value": "Start dragging the slider" + }, + { + "name": "slider_event_moving", + "value": "In the process of dragging the slider" + }, + { + "name": "slider_event_end", + "value": "End drag slider" + }, + { + "name": "slider_event_click", + "value": "Click the slider to move the slider position" + }, + { + "name": "slider_title_value", + "value": "Slider slide as a percentage of the total length:" + }, + // Span + { + "name": "span_title", + "value": "Span" + }, + { + "name": "span_attribute", + "value": "Configure different span attributes" + }, + { + "name": "span_content_one", + "value": "Steel is tempered in fire and sharp cooling, " + }, + { + "name": "span_content_two", + "value": "so it can be hard and not afraid of anything. " + }, + { + "name": "span_content_three", + "value": "It is also in this way that our generation has been tempered in struggles and terrible trials, " + }, + { + "name": "span_content_four", + "value": "learning not to succumb to life." + }, + { + "name": "span_decoration_and_letter_spacing", + "value": "Decoration and letter spacing" + }, + { + "name": "span_letter_spacing", + "value": "LetterSpacing" + }, + { + "name": "span_line_height", + "value": "LineHeight" + }, + { + "name": "span_decoration_type", + "value": "Decoration type" + }, + { + "name": "span_text_decoration", + "value": "Decoration test text" + }, + { + "name": "span_text_spacing", + "value": " LetterSpacing test text" + }, + { + "name": "span_inherits_text_attribute", + "value": " Span inherits text attribute" + }, + { + "name": "span_does_not_inherit_text_attribute", + "value": " Span does not inherits text attribute" + }, + { + "name": "span_upper_lower", + "value": "Upper or lower case" + }, + { + "name": "span_decoration_color", + "value": "Decoration color" + }, + { + "name": "span_decoration_none", + "value": "None" + }, + { + "name": "span_decoration_linethrough", + "value": "LineThrough" + }, + { + "name": "span_decoration_underline", + "value": "Underline" + }, + { + "name": "span_decoration_overline", + "value": "Overline" + }, + //ImageSpan + { + "name": "image_span_title", + "value": "Image Span" + }, + { + "name": "image_span_vertical_align", + "value": "Vertical Align" + }, + { + "name": "image_span_alignment_baseline", + "value": "Baseline" + }, + { + "name": "image_span_alignment_bottom", + "value": "Bottom" + }, + { + "name": "image_span_alignment_center", + "value": "Center" + }, + { + "name": "image_span_alignment_top", + "value": "Top" + }, + { + "name": "image_span_object_fit", + "value": "Object Fit" + }, + { + "name": "image_fit_contain", + "value": "Contain" + }, + { + "name": "image_fit_auto", + "value": "Auto" + }, + { + "name": "image_fit_fill", + "value": "Fill" + }, + { + "name": "image_fit_none", + "value": "None" + }, + { + "name": "image_fit_scale_down", + "value": "Scale Down" + }, + { + "name": "image_fit_cover", + "value": "Cover" + }, + { + "name": "image_span_and_span", + "value": "image span and span" + }, + { + "name": "image_span_vertical_align_and_object_fit", + "value": "image span vertical align and object fit" + }, + // Text + { + "name": "text_title", + "value": "Text" + }, + { + "name": "text_content", + "value": "Steel is tempered in fire and sharp cooling, so it can be hard and not afraid of anything. It is also in this way that our generation has been tempered in struggles and terrible trials, learning not to succumb to life." + }, + { + "name": "text_content_en", + "value": "Steel is tempered in fire and sharp cooling, so it can be hard and not afraid of anything. It is also in this way that our generation has been tempered in struggles and terrible trials, learning not to succumb to life." + }, + { + "name": "text_width", + "value": "Text width" + }, + { + "name": "text_height", + "value": "Text height" + }, + { + "name": "text_content_en_first", + "value": "Steel is tempered in fire and sharp cooling, so it can be hard and not afraid of anything. " + }, + { + "name": "text_content_en_last", + "value": "It is also in this way that our generation has been tempered in struggles and terrible trials, learning not to succumb to life. " + }, + { + "name": "text_text_align_center", + "value": "Center" + }, + { + "name": "text_text_align_start", + "value": "Start" + }, + { + "name": "text_text_align_end", + "value": "End" + }, + { + "name": "text_decoration_type", + "value": "Text decoration type" + }, + { + "name": "text_decoration_type_under_line", + "value": "Under line" + }, + { + "name": "text_decoration_type_line_through", + "value": "Line through" + }, + { + "name": "text_decoration_type_over_line", + "value": "Over line" + }, + { + "name": "text_text_align_type", + "value": "Text alignment" + }, + { + "name": "text_letter_spacing", + "value": "Letter spacing" + }, + { + "name": "text_overflow", + "value": "Text overflow" + }, + { + "name": "text_none", + "value": "None" + }, + { + "name": "text_text_over_flow_clip", + "value": "Clip" + }, + { + "name": "text_text_over_flow_ellipsis", + "value": "Ellipsis" + }, + { + "name": "text_line_height", + "value": "Line height " + }, + { + "name": "text_font_color", + "value": "Font color" + }, + { + "name": "text_over_flow", + "value": "Text over flow" + }, + { + "name": "text_text_case_normal", + "value": "Normal" + }, + { + "name": "text_text_case", + "value": "Text case" + }, + { + "name": "text_text_case_uppercase", + "value": "Uppercase" + }, + { + "name": "text_text_case_lowercase", + "value": "Lowercase" + }, + // TextArea + { + "name": "text_area_set_text_selection", + "value": "Set Text Selection" + }, + { + "name": "text_area_set_text_selection_start_select_error", + "value": "Set Text Selection Start Select Error" + }, + { + "name": "text_area_set_text_selection_end_select_error", + "value": "Set Text Selection End Select Error" + }, + { + "name": "text_input_set_text_selection_start_select", + "value": "Start Select:" + }, + { + "name": "text_input_set_text_selection_end_select", + "value": "End Select:" + }, + // TextInput + { + "name": "avoiding_input_method_testing", + "value": "Avoiding Input Method Testing" + }, + { + "name": "text_input_title", + "value": "TextInput" + }, + { + "name": "text_input_normal_type", + "value": "Digits, letters, underline(_), spaces, and special characters." + }, + { + "name": "text_input_password_type", + "value": "Input password" + }, + { + "name": "text_input_email_type", + "value": "Input email" + }, + { + "name": "text_input_number_type", + "value": "Digit input mode" + }, + { + "name": "text_input_phone_type", + "value": "Digits, plus signs (+), hyphens (-), asterisks (*), and number signs (#)" + }, + { + "name": "text_input_input_type", + "value": "Input type" + }, + { + "name": "text_input_current_type", + "value": "Current type" + }, + { + "name": "text_input_show_password_icon", + "value": "Show password icon" + }, + { + "name": "text_input_icon_show", + "value": "Show" + }, + { + "name": "text_input_icon_hide", + "value": "Hide" + }, + { + "name": "text_input_event", + "value": "Event" + }, + { + "name": "text_input_event_placeholder", + "value": "Copy,paste,cut,submit,edit event" + }, + { + "name": "text_input_placeholder_style", + "value": "Placeholder style" + }, + { + "name": "text_input_placeholder", + "value": "Placeholder" + }, + { + "name": "text_input_filter", + "value": "Input filter" + }, + { + "name": "text_input_only_input_english", + "value": "Only english letters can be entered" + }, + { + "name": "text_input_set_text_selection", + "value": "Set Text Selection" + }, + { + "name": "text_input_caret_position", + "value": "Caret position" + }, + { + "name": "text_input_max_length", + "value": "Limit the input character length" + }, + { + "name": "text_input_placeholder_max_length", + "value": "12 characters max" + }, + { + "name": "text_input_toast_paste", + "value": "Pasted text is:" + }, + { + "name": "text_input_toast_cut", + "value": "Cut text is:" + }, + { + "name": "text_input_toast_copy", + "value": "The copied text is:" + }, + { + "name": "text_input_toast_submit", + "value": "The submitted text is:" + }, + { + "name": "text_input_toast_edit", + "value": "The edited text is:" + }, + // TimePickerDialog + { + "name": "time_picker_dialog", + "value": "TimePickerDialog" + }, + { + "name": "time_picker_dialog_time", + "value": "Show time dialog" + }, + { + "name": "time_picker_dialog_24_hour", + "value": "24 hours:" + }, + { + "name": "time_picker_dialog_12_hour", + "value": "12 hours:" + }, + { + "name": "time_picker_dialog_cancel", + "value": "Cancel" + }, + { + "name": "time_picker_toast_time", + "value": "Selected time:" + }, + { + "name": "time_picker_options_usemilitarytime", + "value": "useMilitaryTime" + }, + { + "name": "time_picker_dialog_timeone", + "value": "00:00" + }, + { + "name": "time_picker_dialog_timetwo", + "value": "10/01/2022 12:00" + }, + // Toggle + { + "name": "toggle_title", + "value": "Toggle" + }, + { + "name": "toggle_select", + "value": "Select" + }, + { + "name": "toggle_unselect", + "value": "Unselect" + }, + { + "name": "toggle_type_switch", + "value": "Switch" + }, + { + "name": "toggle_type_checkbox", + "value": "Check box" + }, + { + "name": "toggle_type_button", + "value": "Button" + }, + { + "name": "toggle_state", + "value": "Checked: " + }, + // Translate + { + "name": "graphic_transformation_translate", + "value": "Translate" + }, + { + "name": "translate_image", + "value": "Image panning" + }, + { + "name": "translate_container", + "value": "Component panning" + }, + { + "name": "translate_x_axis", + "value": "X-axis:" + }, + { + "name": "translate_y_axis", + "value": "Y-axis:" + }, + //Display + { + "name": "components_display", + "value": "Display" + }, + { + "name": "components_interaction", + "value": "Interaction" + }, + { + "name": "components_interaction_menuone", + "value": "Menu Item 1" + }, + { + "name": "components_interaction_menutwo", + "value": "Menu Item 2" + }, + { + "name": "components_interaction_menuthree", + "value": "Menu Item 3" + }, + { + "name": "components_interaction_menufour", + "value": "Menu Item 4" + }, + { + "name": "components_interaction_clicktextone", + "value": "Background" + }, + { + "name": "components_interaction_clicktexttwo", + "value": "Forground" + }, + { + "name": "components_interaction_clicktextthree", + "value": "Forground Child" + }, + { + "name": "components_interaction_hittestbehavior", + "value": "hitTestBehavior:" + }, + { + "name": "components_interaction_hovereffect", + "value": "hoverEffect" + }, + { + "name": "components_interaction_backgroundresponse", + "value": "Background response click\n" + }, + { + "name": "components_interaction_foregroundresponse", + "value": "Foreground response click\n" + }, + { + "name": "components_interaction_contentresponse", + "value": "Content response click\n" + }, + { + "name": "components_display_content", + "value": "ABCDEFG abcdefg" + }, + { + "name": "components_display_center", + "value": "center" + }, + { + "name": "components_display_topstart", + "value": "top start" + }, + { + "name": "components_display_topend", + "value": "top end" + }, + { + "name": "components_display_top", + "value": "top" + }, + { + "name": "components_display_start", + "value": "start" + }, + { + "name": "components_display_end", + "value": "end" + }, + { + "name": "components_display_bottomstart", + "value": "bottom start" + }, + { + "name": "components_display_bottom", + "value": "bottom" + }, + { + "name": "components_display_bottomend", + "value": "bottom end" + }, + { + "name": "components_display_none", + "value": "None" + }, + { + "name": "components_display_hidden", + "value": "Hidden" + }, + { + "name": "components_display_visible", + "value": "Visible" + }, + { + "name": "components_effects", + "value": "Effects" + }, + { + "name": "blur_effects", + "value": "Blur effects" + }, + { + "name": "blur_radius_modify", + "value": "Blur radius" + }, + { + "name": "background_blur", + "value": "Background Blur" + }, + { + "name": "background_blur_style", + "value": "Background Blur Style" + }, + { + "name": "shadow_effects", + "value": "Shadow Effect" + }, + { + "name": "shadow_effects_content", + "value": "Shadow Effect Shadow Effect Shadow Effect Shadow Effect Shadow Effect Shadow Effect Shadow Effect Shadow Effect" + }, + { + "name": "offset_min", + "value": "-40" + }, + { + "name": "offset_max", + "value": "40" + }, + { + "name": "x_offset", + "value": "X Offset" + }, + { + "name": "y_offset", + "value": "Y Offset" + }, + { + "name": "shadow", + "value": "Shadow" + }, + { + "name": "blur", + "value": "Blur" + }, + { + "name": "effects", + "value": "Effect" + }, + { + "name": "effects_display", + "value": "Display" + }, + { + "name": "grayscale_change", + "value": "GrayScale" + }, + { + "name": "brightness_change", + "value": "Brightness" + }, + { + "name": "saturate_change", + "value": "Saturate" + }, + { + "name": "constrast_change", + "value": "Constrast" + }, + { + "name": "invert_change", + "value": "Invert" + }, + { + "name": "sepia_change", + "value": "Sepia" + }, + { + "name": "hueRotate_change", + "value": "HueRoate" + }, + { + "name": "color_blend_change", + "value": "Colorblend" + }, + { + "name": "spherical_effect_change", + "value": "sphericalEffect" + }, + { + "name": "light_up_effect_change", + "value": "lightUpEffect" + }, + { + "name": "pixel_stretch_effect_change", + "value": "pixelStretchEffect" + }, + { + "name": "z_index", + "value": "Z-Index" + }, + { + "name": "overlay", + "value": "Overlay" + }, + { + "name": "visibility", + "value": "Visibility" + }, + { + "name": "opacity", + "value": "Opacity" + }, + { + "name": "z_index_display", + "value": "Z-Index" + }, + { + "name": "Red", + "value": "Red" + }, + { + "name": "Blue", + "value": "Blue" + }, + { + "name": "Yellow", + "value": "Yellow" + }, + { + "name": "positon_modify", + "value": "Position" + }, + { + "name": "offset_modify", + "value": "Offset" + }, + { + "name": "visibility_change", + "value": "Visibility" + }, + { + "name": "opacity_change", + "value": "Opacity" + }, + { + "name": "opacity_display", + "value": "Opacity Display" + }, + { + "name": "item_select", + "value": "Menu Item" + }, + { + "name": "disabled", + "value": "Disabled" + }, + { + "name": "button_disabled", + "value": "Button Disabled" + }, + { + "name": "list_disabled", + "value": "List Disabled" + }, + { + "name": "button", + "value": "Button" + }, + { + "name": "focus", + "value": "Focus" + }, + { + "name": "popup_window", + "value": "Popup" + }, + { + "name": "touch_test", + "value": "Touch" + }, + { + "name": "touch_region", + "value": "Region" + }, + { + "name": "hovereffect", + "value": "Hover" + }, + { + "name": "bind_menu_customBuilder", + "value": "Bind menu customBuilder" + }, + { + "name": "bind_content_menu", + "value": "Bind content menu" + }, + { + "name": "click_on_any_action_below", + "value": "Click on any action below" + }, + { + "name": "long_press_any_action_below", + "value": "Long press any action below" + }, + { + "name": "bind_menu_content", + "value": "Bind menu content" + }, + { + "name": "menu", + "value": "Menu" + }, + { + "name": "multiState", + "value": "MultiState" + }, + { + "name": "multi_short_key", + "value": "multi short key" + }, + { + "name": "set_mouse_style", + "value": "Set mouse style" + }, + { + "name": "multimode_input", + "value": "multimode input" + }, + { + "name": "short_key_pressed", + "value": "Short key pressed" + }, + { + "name": "on_short_key", + "value": "Simultaneously press the shortcut key ctrl+a to trigger the following button click event" + }, + { + "name": "alert", + "value": "Alert" + }, + { + "name": "result", + "value": "Result" + }, + { + "name": "popup", + "value": "Popup" + }, + { + "name": "custom_popup", + "value": "Custom Popup" + }, + { + "name": "touch_test_region", + "value": "Touch test region" + }, + { + "name": "touch_hit_test", + "value": "Click the hot area: set the hot area as the green area" + }, + { + "name": "response_region", + "value": "Response Region" + }, + { + "name": "touch_hit_subtitle", + "value": "Click the green area to trigger the blue area response" + }, + { + "name": "option", + "value": "option" + }, + { + "name": "hover_region", + "value": "Hover the mouse over the green area to observe the effect" + }, + { + "name": "multistatus_region", + "value": "Switch status and observe the effect" + }, + { + "name": "status_select", + "value": "Status selection" + }, + // 侧边栏 + { + "name": "side_bar_effects_title", + "value": "SideBar effects" + }, + { + "name": "set_side_bar_type", + "value": "Set sideBarType" + }, + { + "name": "side_bar_container_content", + "value": "SideBar container content" + }, + { + "name": "hide_side_bar", + "value": "Hide sideBar" + }, + { + "name": "show_side_bar", + "value": "Show sideBar" + }, + { + "name": "side_bar_type_embed", + "value": "Embed" + }, + { + "name": "side_bar_type_overlay", + "value": "Overlay" + }, + { + "name": "side_bar_type_auto", + "value": "Auto" + }, + // 辅助 + { + "name": "scroll_bar", + "value": "ScrollBar" + }, + { + "name": "scroll_vertical_title", + "value": "vertical scroll" + }, + { + "name": "scroll_horizontal_title", + "value": "horizontal scroll" + }, + // 刷新 + { + "name": "auxiliary_refresh", + "value": "Refresh" + }, + { + "name": "auxiliary_refresh_refreshing", + "value": "Refreshing" + }, + { + "name": "auxiliary_refresh_offset", + "value": "offset:" + }, + { + "name": "auxiliary_refresh_minvalue", + "value": "0" + }, + { + "name": "auxiliary_refresh_maxvalue", + "value": "100" + }, + { + "name": "auxiliary_refresh_friction", + "value": "friction:" + }, + { + "name": "auxiliary_panel", + "value": "Panel" + }, + { + "name": "auxiliary_alphabetIndexer", + "value": "AlphabetIndexer" + }, + { + "name": "loading_progress", + "value": "LoadingProgress" + }, + { + "name": "marquee_name", + "value": "Marquee" + }, + { + "name": "marquee_src", + "value": "Hello ArkUI String Length Larger Than Content" + }, + { + "name": "marquee_fromstart", + "value": "fromStart" + }, + { + "name": "marquee_step", + "value": "step" + }, + { + "name": "marquee_loop", + "value": "loop" + }, + { + "name": "text_timer", + "value": "TextTimer" + }, + { + "name": "text_timer_start", + "value": "start" + }, + { + "name": "text_timer_pause", + "value": "pause" + }, + { + "name": "text_timer_reset", + "value": "reset" + }, + { + "name": "text_timer_iscountdown", + "value": "isCountDown" + }, + { + "name": "text_timer_timeformatone", + "value": "mm:ss:SS" + }, + { + "name": "text_timer_groupformat", + "value": "format" + }, + { + "name": "text_timer_timeformattwo", + "value": "HH:mm:ss" + }, + { + "name": "text_timer_timeformatthree", + "value": "DD-HH-mm-ss.SSS" + }, + { + "name": "text_clock", + "value": "TextClock" + }, + { + "name": "text_clock_start", + "value": "start" + }, + { + "name": "text_clock_stop", + "value": "stop" + }, + { + "name": "text_clock_timeformatone", + "value": "HH:mm:ss" + }, + { + "name": "text_clock_groupformat", + "value": "format" + }, + { + "name": "text_clock_timeformattwo", + "value": "YY:MM:dd" + }, + { + "name": "text_clock_timeformatthree", + "value": "hh-mm-ss" + }, + { + "name": "progress_name", + "value": "Progress" + }, + { + "name": "gauge_name", + "value": "Gauge" + }, + { + "name": "gauge_value", + "value": "value" + }, + { + "name": "gauge_strokewidth", + "value": "strokeWidth" + }, + { + "name": "gauge_startangle", + "value": "startAngle" + }, + { + "name": "gauge_endangle", + "value": " endAngle" + }, + { + "name": "data_panel", + "value": "DataPanel" + }, + { + "name": "checkbox_checkboxgroup", + "value": "Checkbox && CheckboxGroup" + }, + { + "name": "checkbox", + "value": "Checkbox" + }, + { + "name": "checkbox_title", + "value": "Checkbox" + }, + { + "name": "checkbox_checkbox1", + "value": "Checkbox1" + }, + { + "name": "checkbox_checkbox2", + "value": "Checkbox2" + }, + { + "name": "checkbox_checkbox3", + "value": "Checkbox3" + }, + { + "name": "checkbox_checkgroup", + "value": "checkboxGroup" + }, + { + "name": "checkbox_checkgroup_title", + "value": "CheckboxGroup" + }, + { + "name": "text_picker", + "value": "TextPicker" + }, + { + "name": "time_picker", + "value": "TimePicker" + }, + { + "name": "counter_name", + "value": "Counter" + }, + { + "name": "rating_name", + "value": "Rating" + }, + { + "name": "rating_options_indicator", + "value": "indicator" + }, + { + "name": "rating_options_value", + "value": "value" + }, + { + "name": "rating_options_stars", + "value": "stars" + }, + { + "name": "rich_text", + "value": "RichText" + }, + { + "name": "scroll_swiper", + "value": "Scroll and Swipe" + }, + { + "name": "scroll_name", + "value": "Scroll" + }, + { + "name": "swiper_name", + "value": "Swiper" + }, + { + "name": "nav_router", + "value": "NavRouter" + }, + { + "name": "tabs_name", + "value": "Tabs" + }, + { + "name": "select_name", + "value": "Select" + }, + { + "name": "slider_name", + "value": "Slider" + }, + { + "name": "swiper_set_next_margin_and_previous_margin", + "value": "set next margin and previous margin" + }, + { + "name": "swiper_next_margin", + "value": "next margin" + }, + { + "name": "swiper_previous_margin", + "value": "previous margin" + }, + { + "name": "alphabetindexer_an", + "value": "An" + }, + { + "name": "alphabetindexer_bu", + "value": "Bu" + }, + { + "name": "alphabetindexer_bai", + "value": "Bai" + }, + { + "name": "alphabetindexer_bao", + "value": "Bao" + }, + { + "name": "alphabetindexer_bi", + "value": "Bi" + }, + { + "name": "alphabetindexer_bing", + "value": "Bing" + }, + { + "name": "alphabetindexer_cao", + "value": "Cao" + }, + { + "name": "alphabetindexer_chen", + "value": "Chen" + }, + { + "name": "alphabetindexer_cheng", + "value": "Cheng" + }, + { + "name": "alphabetindexer_lv", + "value": "Lv" + }, + { + "name": "alphabetindexer_liu3", + "value": "Liu3" + }, + { + "name": "alphabetindexer_liu", + "value": "Liu" + }, + { + "name": "alphabetindexer_li", + "value": "Li" + }, + { + "name": "alphabetindexer_lou", + "value": "Lou" + }, + { + "name": "alphabetindexer_liang", + "value": "Liang" + }, + { + "name": "alphabetindexer_lei", + "value": "Lei" + }, + { + "name": "alphabetindexer_lu", + "value": "Lu" + }, + { + "name": "alphabetindexer_cui", + "value": "Cui" + }, + { + "name": "alphabetindexer_list_display", + "value": "List Display" + }, + { + "name": "alphabetindexer_color_select", + "value": "Color Select" + }, + { + "name": "alphabetindexer_selectedcolor_selectedcolor", + "value": "selectedColor" + }, + { + "name": "alphabetindexer_selectedcolor_selectedbgcolor", + "value": "selectedBackColor" + }, + { + "name": "alphabetindexer_selectedcolor_popupcolor", + "value": "popupColor" + }, + { + "name": "alphabetindexer_selectedcolor_popupbackground", + "value": "popupBackground" + }, + { + "name": "alphabetindexer_selectedcolor_usingpopup", + "value": "usingPopup" + }, + { + "name": "panel_show_minibar", + "value": "Show Minibar Type Panel" + }, + { + "name": "panel_close_minibar", + "value": "Close Minibar Type Panel" + }, + { + "name": "panel_show_foldable", + "value": "Show Foldable Type Panel" + }, + { + "name": "panel_close_foldable", + "value": "Close Foldable Type Panel" + }, + { + "name": "panel_show_temporary", + "value": "Show Temporary Type Panel" + }, + { + "name": "panel_close_temporary", + "value": "Close Temporary Type Panel" + }, + { + "name": "panel_radio_groupname", + "value": "fruit" + }, + { + "name": "checkbox_apple", + "value": "Apple" + }, + { + "name": "checkbox_blueberry", + "value": "Blueberry" + }, + { + "name": "checkbox_banbana", + "value": "Banana" + }, + { + "name": "checkbox_cherries", + "value": "Cherries" + }, + { + "name": "checkbox_durian", + "value": "Durian" + }, + { + "name": "checkbox_orange", + "value": "Orange" + }, + { + "name": "checkbox_select_color", + "value": "Select Color" + }, + { + "name": "checkbox_select_all", + "value": "Select All" + }, + { + "name": "delete_list_item", + "value": "Delete listItem" + }, + { + "name": "normal_display", + "value": "Display" + }, + { + "name": "normal_options", + "value": "Options" + }, + { + "name": "datapanel_circle", + "value": "Circle" + }, + { + "name": "datapanel_line", + "value": "Line" + }, + { + "name": "progress_linear", + "value": "Linear Progress" + }, + { + "name": "progress_eclipse", + "value": "Eclipse Progress" + }, + { + "name": "progress_scalering", + "value": "ScaleRing Progress" + }, + { + "name": "progress_ring", + "value": "Ring Progress" + }, + { + "name": "progress_capsule", + "value": "Capsule Progress" + }, + { + "name": "progress_change", + "value": "Change Progress" + }, + { + "name": "textclock_timeformat", + "value": "Time Format" + }, + { + "name": "scroll_horizontal", + "value": "Horizontal Scroll" + }, + { + "name": "scroll_vertical", + "value": "Vertical Scroll" + }, + { + "name": "interaction_disable_list", + "value": "Disable List" + }, + { + "name": "interaction_show_one_alert", + "value": "Click to show one button alert" + }, + { + "name": "interaction_show_two_alert", + "value": "Click to show two button alert" + }, + { + "name": "interaction_placementontop", + "value": "PlacementOnTop:" + }, + { + "name": "interaction_arrowoffset", + "value": "Change arrowOffset:" + }, + { + "name": "interaction_mask", + "value": "isMask:" + }, + // ComponentTransitionSample + { + "name": "component_transition", + "value": "Component transition" + }, + { + "name": "component_transition_show", + "value": "Show" + }, + { + "name": "component_transition_hide", + "value": "Hide" + }, + { + "name": "motion_path", + "value": "MotionPath" + }, + { + "name": "animate_to", + "value": "AnimateTo" + }, + { + "name": "attribute_animation", + "value": "AttributeAnimation" + }, + { + "name": "attribute_animation_change_size", + "value": "ChangeSize" + }, + { + "name": "attribute_animation_change_rotation", + "value": "ChangeRotation" + }, + { + "name": "attribute_animation_set_curve", + "value": "SetCurve" + }, + { + "name": "attribute_animation_delay", + "value": "delay3s" + }, + { + "name": "attribute_animation_play_speed", + "value": "PlaySpeed" + }, + { + "name": "attribute_animation_unlimited_playback", + "value": "UnlimitedPlayback" + }, + { + "name": "attribute_animation_play_complete", + "value": "PlayComplete" + }, + { + "name": "attribute_animation_play_count", + "value": "PlayCount" + }, + { + "name": "motion_path_click_me", + "value": "ClickMe" + }, + { + "name": "animate_over", + "value": "AnimateOver" + },{ + "name": "interaction_showpopup", + "value": "Show Popup" + }, + { + "name": "interaction_showcustompopup", + "value": "Show Custom Popup" + }, + { + "name": "interaction_disable", + "value": "Disable Component:" + }, + { + "name": "action_sheet_dialog_click_content", + "value": "点击内容" + }, + { + "name": "text_picker_click_text", + "value": "点击文字" + }, + { + "name": "global_menu", + "value": "BindContextMenu" + }, + { + "name": "global_menu_create_way", + "value": "创建方式" + }, + { + "name": "global_menu_click_right", + "value": "右击" + }, + { + "name": "global_menu_long_press", + "value": "长按" + }, + { + "name": "global_menu_close", + "value": "点击关闭菜单" + }, + { + "name": "general_mount", + "value": "挂载卸载事件" + }, + { + "name": "general_mount_toast", + "value": "挂载图片" + }, + { + "name": "general_unmount_toast", + "value": "卸载图片" + }, + { + "name": "general_mount_text", + "value": "点击我挂载卸载图片" + }, + { + "name": "general_drag", + "value": "拖拽事件" + }, + { + "name": "general_drag_text_one", + "value": "这里有三个文本元素,长按文本拖到下方列表中" + }, + { + "name": "general_drag_text_two", + "value": "这是一个列表元素" + }, + { + "name": "drag_list_one", + "value": "One" + }, + { + "name": "drag_list_two", + "value": "Two" + }, + { + "name": "drag_list_three", + "value": "Three" + }, + { + "name": "drag_list_four", + "value": "Four" + }, + { + "name": "size_size", + "value": "大小" + }, + { + "name": "size_padding", + "value": "内边距" + }, + { + "name": "size_margin", + "value": "外边距" + }, + { + "name": "size_constraintSize", + "value": "约束大小" + }, + { + "name": "size_size_description_one", + "value": "宽高为100vp" + }, + { + "name": "size_size_description_two", + "value": "宽高为100%" + }, + { + "name": "size_size_padding_one", + "value": "上下左右内边距10vp" + }, + { + "name": "size_size_padding_two", + "value": "上内边距20%" + }, + { + "name": "size_size_margin_one", + "value": "上下左右外边距10vp" + }, + { + "name": "size_size_margin_two", + "value": "上外距20%" + }, + { + "name": "size_size_constraintSize_one", + "value": "约束最大宽高90vp" + }, + { + "name": "size_size_constraintSize_two", + "value": "约束最小宽高80vp" + }, + { + "name": "keyPress_event", + "value": "按压事件" + }, + { + "name": "focus_event_description", + "value": "按压外接键盘Tab键获取焦点,再按上下键切换焦点" + }, + { + "name": "focus_event_button_one", + "value": "第一个按钮" + }, + { + "name": "focus_event_button_two", + "value": "第二个按钮" + }, + { + "name": "focus_event_button_three", + "value": "第三个按钮" + }, + { + "name": "focus_event_toast_text", + "value": "触发焦点" + }, + { + "name": "press_event_toast_text", + "value": "触发按键事件" + }, + { + "name": "press_event_toast_description", + "value": "按压外接键盘任何键" + }, + { + "name": "mouse_event_move_description", + "value": "使用外接鼠标移入按钮" + }, + { + "name": "mouse_event_click_description", + "value": "使用外接鼠标点击按钮" + }, + { + "name": "mouse_event_hover_description", + "value": "鼠标移入" + }, + { + "name": "mouse_event_onHover_description", + "value": "鼠标未移入" + }, + { + "name": "mouse_event_onMouse_text", + "value": "onMouse" + }, + { + "name": "mouse_event_mouseBtn_none", + "value": "None" + }, + { + "name": "mouse_event_mouseBtn_left", + "value": "Left" + }, + { + "name": "mouse_event_mouseBtn_right", + "value": "Right" + }, + { + "name": "mouse_event_mouseBtn_back", + "value": "Back" + }, + { + "name": "mouse_event_mouseBtn_forward", + "value": "Forward" + }, + { + "name": "mouse_event_mouseBtn_middle", + "value": "Middle" + }, + { + "name": "mouse_event_mouseAction_hover", + "value": "Hover" + }, + { + "name": "mouse_event_mouseAction_press", + "value": "Press" + }, + { + "name": "mouse_event_mouseAction_move", + "value": "Move" + }, + { + "name": "mouse_event_mouseAction_release", + "value": "Release" + }, + { + "name": "scroll_event", + "value": "组件可见区域变化事件" + }, + { + "name": "scroll_event_description", + "value": "滑动列表使图片消失和显示" + }, + { + "name": "scroll_event_toast_visible", + "value": "爱心图片完全可见" + }, + { + "name": "scroll_event_toast_invisible", + "value": "爱心图片完全消失" + }, + { + "name": "location_settings", + "value": "Location settings" + }, + { + "name": "location_settings_align", + "value": "对齐方式" + }, + { + "name": "location_settings_direction", + "value": "水平布局" + }, + { + "name": "location_settings_position", + "value": "绝对定位" + }, + { + "name": "location_settings_markAnchor", + "value": "设置锚点" + }, + { + "name": "location_settings_offset", + "value": "相对定位" + }, + { + "name": "location_settings_alignRules", + "value": "对齐规则" + }, + { + "name": "location_settings_bottom_end", + "value": "Bottom end" + }, + { + "name": "location_settings_top_start", + "value": "Top start" + }, + { + "name": "location_settings_center", + "value": "Center" + }, + { + "name": "location_settings_position_text", + "value": "position(30, 10)" + }, + { + "name": "location_settings_position_offSet_text", + "value": "offset(15, 30)" + }, + { + "name": "layout_constrain", + "value": "布局约束" + }, + { + "name": "layout_constrain_aspectRatio", + "value": "组件宽高比" + }, + { + "name": "layout_constrain_displayPriority", + "value": "组件优先级" + }, + { + "name": "layout_constrain_big_container", + "value": "大型容器" + }, + { + "name": "layout_constrain_middle_container", + "value": "中型容器" + }, + { + "name": "layout_constrain_small_container", + "value": "小型容器" + }, + { + "name": "layout_constrain_children_one", + "value": "1:(priority:2)" + }, + { + "name": "layout_constrain_children_two", + "value": "2:(priority:1)" + }, + { + "name": "layout_constrain_children_three", + "value": "3:(priority:3)" + }, + { + "name": "layout_constrain_children_four", + "value": "4:(priority:1)" + }, + { + "name": "layout_constrain_children_five", + "value": "5:(priority:2)" + }, + { + "name": "layout_constrain_one", + "value": "1" + }, + { + "name": "layout_constrain_two", + "value": "2" + }, + { + "name": "flex", + "value": "flex" + }, + { + "name": "flex_flexBasis", + "value": "flexBasis" + }, + { + "name": "flex_flexGrow", + "value": "FlexGrow" + }, + { + "name": "flex_flexShrink", + "value": "FlexShrink" + }, + { + "name": "flex_alignSelf", + "value": "AlignSelf" + }, + { + "name": "flex_layoutWeight", + "value": "LayoutWeight" + }, + { + "name": "flex_no_layoutWeight", + "value": "On layoutWeight" + }, + { + "name": "flex_no_alignSelf_70", + "value": "On alignSelf,height:70%" + }, + { + "name": "flex_end_alignSelf", + "value": "AlignSelf end" + }, + { + "name": "flex_end_alignSelf_100", + "value": "AlignSelf end" + }, + { + "name": "flex_shrink_0", + "value": "FlexShrink(0)" + }, + { + "name": "flex_shrink_default", + "value": "Default flexShrink" + }, + { + "name": "flex_shrink_1", + "value": "FlexShrink(1)" + }, + { + "name": "flex_grow_1", + "value": "FlexGrow(1)" + }, + { + "name": "flex_grow_2", + "value": "FlexGrow(2)" + }, + { + "name": "flex_no_alignSelf_100", + "value": "On alignSelf,height:100%" + }, + { + "name": "flex_basis_100", + "value": "FlexBasis(100)" + }, + { + "name": "flex_basis_auto", + "value": "FlexBasis(auto)" + }, + { + "name": "picture_border", + "value": "图片边框设置" + }, + { + "name": "scale", + "value": "Scale" + }, + { + "name": "transform", + "value": "Transform" + }, + { + "name": "scale_image", + "value": "ScaleImage" + }, + { + "name": "transform_image", + "value": "TransformImage" + }, + { + "name": "transform_init", + "value": "创建四阶矩阵" + }, + { + "name": "transform_copy", + "value": "矩阵复制" + }, + { + "name": "transform_combine", + "value": "矩阵效果叠加" + }, + { + "name": "transform_invert", + "value": "矩阵效果反转" + }, + { + "name": "transform_translate", + "value": "矩阵平移效果" + }, + { + "name": "transform_scale", + "value": "矩阵缩放效果" + }, + { + "name": "transform_rotate", + "value": "矩阵旋转效果" + }, + { + "name": "transform_transformPoint", + "value": "矩阵坐标点转换效果" + }, + { + "name": "transform_combine_text", + "value": "x平移20,x放大两倍" + }, + { + "name": "transform_translate_text", + "value": "平移 x: 40, y: 40, z: 20" + }, + { + "name": "transform_scale_text", + "value": "宽高缩小一倍" + }, + { + "name": "transform_rotate_text", + "value": "旋转30度" + }, + { + "name": "transform_transformPoint_before", + "value": "矩阵变换后的坐标:[50,50]" + }, + { + "name": "transform_transformPoint_after", + "value": "矩阵变换后的坐标:[100,0]" + }, + { + "name": "shape_crop", + "value": "形状裁剪" + }, + { + "name": "shape_crop_clip", + "value": "裁剪" + }, + { + "name": "shape_crop_mask", + "value": "遮盖" + }, + { + "name": "grid_settings", + "value": "栅格设置" + }, + { + "name": "grid_settings_sm", + "value": "设备宽度为SM" + }, + { + "name": "grid_settings_md", + "value": "设备宽度为MD" + }, + { + "name": "grid_settings_lg", + "value": "设备宽度为LG" + }, + { + "name": "grid_settings_useSize", + "value": "UseSizeType" + }, + { + "name": "grid_settings_gridSpan", + "value": "GridSpan gridOffset" + }, + { + "name": "grid_edgeEffect_spring", + "value": "Grid edgeEffect spring" + }, + { + "name": "focus_control", + "value": "焦点控制" + }, + { + "name": "focus_control_tab", + "value": "按外接键盘Tab键切换焦点" + }, + { + "name": "focus_control_lastPageId", + "value": "LastPageId" + }, + { + "name": "focus_control_success", + "value": "请求成功" + }, + { + "name": "focus_control_failed", + "value": "请求失败" + }, + { + "name": "focus_control_group1", + "value": "Group1" + }, + { + "name": "focus_control_group2", + "value": "Group2" + }, + { + "name": "focus_control_group3", + "value": "Group3" + }, + { + "name": "focus_control_input", + "value": "Input" + }, + { + "name": "focus_control_request_focus", + "value": "选择水果请求聚焦" + }, + { + "name": "component_id", + "value": "组件标识" + }, + { + "name": "component_id_onKeyTab", + "value": "OnKeyTab" + }, + { + "name": "component_id_click", + "value": "Click to start" + }, + { + "name": "component_id_longClick", + "value": "LongClick" + }, + { + "name": "component_id_onTouch", + "value": "OnTouch" + }, + { + "name": "component_id_onMouse", + "value": "OnMouse" + }, + { + "name": "component_id_click_text", + "value": "Button 'click to start' is clicked" + }, + { + "name": "component_id_longClick_text", + "value": "Button 'longClick' is longClicked" + }, + { + "name": "component_id_onTouch_text", + "value": "Button 'onTouch' is clicked" + }, + { + "name": "component_id_onMouse_text", + "value": "Button 'onMouse' in onMouse" + }, + { + "name": "component_blurred", + "value": "组件背景模糊" + }, + { + "name": "component_blurred_thin", + "value": "薄材料" + }, + { + "name": "restore_id", + "value": "分布式迁移标识" + }, + { + "name": "gesture_process", + "value": "手势处理" + }, + { + "name": "bind_gesture_methods", + "value": "绑定手势方法" + }, + { + "name": "bind_gesture_priorityGesture", + "value": "priorityGesture会忽略text,优先识别父组件column" + }, + { + "name": "bind_gesture_parallelGesture", + "value": "parallelGesture识别父子组件column,text" + }, + { + "name": "bind_gesture_tapGesture", + "value": "TapGesture:" + }, + { + "name": "bind_gesture_text", + "value": "\nText" + }, + { + "name": "bind_gesture_column", + "value": "\nColumn" + }, + { + "name": "double_click", + "value": "单指双击触发" + }, + { + "name": "onAction", + "value": "onAction:" + }, + { + "name": "long_press", + "value": "单指长按文本" + }, + { + "name": "long_press_cancel", + "value": "取消事件" + }, + { + "name": "long_press_text", + "value": "请单指长按我" + }, + { + "name": "pan_text", + "value": "双指任意方式拖动黑色框" + }, + { + "name": "pan_text_one", + "value": "单指左右拖动黑色框" + }, + { + "name": "pan_start", + "value": "开始" + }, + { + "name": "pan_end", + "value": "结束" + }, + { + "name": "pan_button", + "value": "修改PanGesture触发条件" + }, + { + "name": "pan_offset", + "value": "PanGesture offset:\nX:" + }, + { + "name": "pan_offset_y", + "value": "\nY:" + }, + { + "name": "pinch_description", + "value": "三指捏合黑色框" + }, + { + "name": "pinch_scale", + "value": "PinchGesture scale:\n" + }, + { + "name": "pinch_center", + "value": "PinchGesture center:\nx:" + }, + { + "name": "rotation_description", + "value": "双指旋转黑色框" + }, + { + "name": "rotation_text", + "value": "RotationGesture \n angle:" + }, + { + "name": "swipe_description", + "value": "单指任一方向快速滑动黑色框" + }, + { + "name": "swipe_text_speed", + "value": "SwipeGesture\n speed:" + }, + { + "name": "swipe_text_angle", + "value": "SwipeGesture\n angle" + }, + { + "name": "combinded_description", + "value": "先长按再拖动黑色框" + }, + { + "name": "combinded_pan_start", + "value": "Pan start" + }, + { + "name": "combinded_pan_update", + "value": "Pan update" + }, + { + "name": "combinded_pan_end", + "value": "Pan end" + }, + { + "name": "combinded_longPress_onAction", + "value": "LongPress onAction" + }, + { + "name": "combinded_longPress_end", + "value": "LongPress end" + }, + { + "name": "combinded_sequence", + "value": "sequence gesture\n" + }, + { + "name": "combinded_longPress", + "value": "LongPress onAction:" + }, + { + "name": "combinded_offset", + "value": "\nPanGesture offset:\nX:" + }, + { + "name": "combinded_x", + "value": "\nX:" + }, + { + "name": "transform_translate_invert", + "value": "放大两倍反转(缩小两倍)" + }, + { + "name": "key_press_description", + "value": "按压外接键盘Tab键,再按压任意键" + }, + { + "name": "key_press_keyType", + "value": "KeyType:" + }, + { + "name": "key_press_keyCode", + "value": "\nkeyCode:" + }, + { + "name": "key_press_keyText", + "value": "\nkeyText:" + }, + { + "name": "key_press_down", + "value": "Down" + }, + { + "name": "key_press_up", + "value": "Up" + }, + { + "name": "componentId_longClick", + "value": "longClick" + }, + { + "name": "componentId_onTouch", + "value": "onTouch" + }, + { + "name": "componentId_onMouse", + "value": "onMouse" + }, + { + "name": "flex_auto", + "value": "auto" + }, + { + "name": "april", + "value": "april" + }, + { + "name": "bind_click", + "value": "点击我" + }, + // ActionSheetDialog + { + "name": "action_sheet_dialog", + "value": "ActionSheetDialog" + }, + { + "name": "action_sheet_click_sheets", + "value": "点击选项内容" + }, + // TextPickerDialog + { + "name": "text_picker_text_peach", + "value": "peach" + }, + { + "name": "text_picker_text_apple", + "value": "apple" + }, + { + "name": "text_picker_text_orange", + "value": "orange" + }, + { + "name": "text_picker_text_grape", + "value": "grape" + }, + { + "name": "text_picker_text_banana", + "value": "banana" + }, + { + "name": "text_picker_dialog", + "value": "TextPickerDialog 文本滑动选择器弹窗" + }, + { + "name": "text_picker_show", + "value": "显示文本弹窗" + }, + //Row + { + "name": "row_title", + "value": "Row" + }, + { + "name": "row_introduction_arguments", + "value": "Modifying Row parameters" + }, + { + "name": "row_introduction_properties", + "value": "Modifying Row properties" + }, + { + "name": "row_element_spacing", + "value": "element spacing" + }, + { + "name": "row_alignitems_top", + "value": "Top" + }, + { + "name": "row_alignitems_bottom", + "value": "Bottom" + }, + { + "name": "row_alignitems_center", + "value": "Center" + }, + { + "name": "row_justifycontent_start", + "value": "Start" + }, + { + "name": "row_justifycontent_center", + "value": "Center" + }, + { + "name": "row_justifycontent_end", + "value": "End" + }, + { + "name": "row_justifycontent_spacebetween", + "value": "SpaceBetween" + }, + { + "name": "row_justifycontent_spacearound", + "value": "SpaceAround" + }, + { + "name": "row_justifycontent_spaceevenly", + "value": "SpaceEvenly" + }, + { + "name": "row_justifycontent_description", + "value": "Spindle alignment format" + }, + { + "name": "row_alignitems_description", + "value": "Cross axis alignment format" + }, + { + "name": "row_introduction_tips", + "value": "Tips:" + }, + { + "name": "row_tips", + "value": "When the spindle is of type SpaceBetween, SpaceAround, or SpaceEven, the parameter space of the Row component does not take effect" + }, + // RowSplit + { + "name": "rowsplit_title", + "value": "RowSplit Indicates the horizontal split layout" + }, + { + "name": "rowsplit_introduction_properties", + "value": "Modify the drag-and-drop property of RowSplit" + }, + { + "name": "rowsplit_drag", + "value": "drag switch" + }, + { + "name": "rowsplit_drag_divider", + "value": "Drag the dividers left and right to change position" + }, + // Column + { + "name": "column_title", + "value": "Column" + }, + { + "name": "column_introduction_arguments", + "value": "Modifying Row parameters" + }, + { + "name": "column_introduction_properties", + "value": "Modifying Row properties" + }, + { + "name": "column_element_spacing", + "value": "element spacing" + }, + { + "name": "column_alignitems_start", + "value": "Start" + }, + { + "name": "column_alignitems_end", + "value": "End" + }, + { + "name": "column_alignitems_center", + "value": "Center" + }, + { + "name": "column_justifycontent_start", + "value": "Start" + }, + { + "name": "column_justifycontent_center", + "value": "Center" + }, + { + "name": "column_justifycontent_end", + "value": "End" + }, + { + "name": "column_justifycontent_spacebetween", + "value": "SpaceBetween" + }, + { + "name": "column_justifycontent_spacearound", + "value": "SpaceAround" + }, + { + "name": "column_justifycontent_spaceevenly", + "value": "SpaceEvenly" + }, + { + "name": "column_justifycontent_description", + "value": "Spindle alignment format" + }, + { + "name": "column_alignitems_description", + "value": "Cross axis alignment format" + }, + { + "name": "column_introduction_tips", + "value": "tips:" + }, + { + "name": "column_tips", + "value": "When the spindle is of type SpaceBetween, SpaceAround, or SpaceEven, the parameter space of the Row component does not take effect" + }, + // ColumnSplit + { + "name": "columnsplit_title", + "value": "RowSplit Indicates the vertical split layout" + }, + { + "name": "columnsplit_introduction_properties", + "value": "Modify the drag-and-drop property of ColumnSplit" + }, + { + "name": "columnsplit_drag", + "value": "drag switch" + }, + { + "name": "columnsplit_introduction_drag_divider", + "value": "Drag the split line up and down to change the position" + }, + // SideBarContainer + { + "name": "sidebarcontainer_title", + "value": "SideBarContainer" + }, + { + "name": "sidebarcontainer_content_text", + "value": "SideBarContainer: A sidebar container that provides a sidebar that can be displayed and hidden. The sidebar and content area are defined by subcomponents, the first subcomponent representing the sidebar and the second subcomponent representing the content area. This component is supported starting with API Version 8. If new content is added in later versions, the upper corner mark is used to separately mark the beginning version of the content." + }, + { + "name": "sidebarcontainer_sidebar_text_one", + "value": "Collect" + }, + { + "name": "sidebarcontainer_sidebar_text_two", + "value": "Home" + }, + { + "name": "sidebarcontainer_argument", + "value": "Example Modify SideBarContainer" + }, + { + "name": "sidebarcontainer_property", + "value": "Modify the SideBarContainer property" + }, + { + "name": "sidebarcontainer_argument_type", + "value": "The sidebar shows the type" + }, + { + "name": "sidebarcontainer_type_embed", + "value": "Embed" + }, + { + "name": "sidebarcontainer_type_overlay", + "value": "Overlay" + }, + { + "name": "sidebarcontainer_show_switch", + "value": "Display switch" + }, + { + "name": "sidebarcontainer_left_margin", + "value": "Control button left margin" + }, + { + "name": "sidebarcontainer_top_margin", + "value": "Control button upper margin" + }, + { + "name": "sidebarcontainer_show_button_switch", + "value": "Control button display switch" + }, + { + "name": "sidebarcontainer_position_title", + "value": "The sidebar shows the location" + }, + { + "name": "sidebarcontainer_sidebar_show_position_start", + "value": "Start" + }, + { + "name": "sidebarcontainer_sidebar_show_position_end", + "value": "End" + }, + { + "name": "sidebarcontainer_min_width", + "value": "Minimum width of sidebar" + }, + { + "name": "sidebarcontainer_max_width", + "value": "Maximum width of sidebar" + }, + { + "name": "sidebarcontainer_auto_hide", + "value": "Whether the sidebar is hidden in its smallest state" + }, + { + "name": "sidebarcontainer_divider_width", + "value": "Dividing line width" + }, + { + "name": "sidebarcontainer_drag_divider", + "value": "Drag the divider to change the sidebar size" + }, + { + "name": "sidebarcontainer__is_show_true", + "value": "The sidebar has expanded" + }, + { + "name": "sidebarcontainer__is_show_false", + "value": "The sidebar is closed" + }, + // Stack + { + "name": "stack_title", + "value": "Stack" + }, + { + "name": "stack_alignments_topstart", + "value": "TopStart" + }, + { + "name": "stack_alignments_top", + "value": "Top" + }, + { + "name": "stack_alignments_topend", + "value": "TopEnd" + }, + { + "name": "stack_alignments_start", + "value": "Start" + }, + { + "name": "stack_alignment_center", + "value": "Center" + }, + { + "name": "stack_alignment_end", + "value": "End" + }, + { + "name": "stack_alignments_bottomstart", + "value": "BottomStart" + }, + { + "name": "stack_alignments_bottom", + "value": "Bottom" + }, + { + "name": "stack_alignments_bottomend", + "value": "BottomEnd" + }, + { + "name": "stack_alignment", + "value": "AlignContent" + }, + { + "name": "stack_introduction", + "value": "The Stack attribute & parameter alignContent is updated" + }, + { + "name": "stack_introduction_zindex", + "value": "sub three zindex" + }, + { + "name": "stack_zindex_four", + "value": "4" + }, + { + "name": "stack_zindex_one", + "value": "1" + }, + { + "name": "stack_zindex", + "value": "ZIndex" + }, + // Flex + { + "name": "flex_title", + "value": "Flex" + }, + { + "name": "flex_introduction_arguments", + "value": "Modify the Flex elastic layout parameters" + }, + { + "name": "flex_argument_direction", + "value": "direction" + }, + { + "name": "flex_argument_direction_row", + "value": "Row" + }, + { + "name": "flex_argument_direction_row_reverse", + "value": "RowReverse" + }, + { + "name": "flex_argument_direction_column", + "value": "Column" + }, + { + "name": "flex_argument_direction_column_reverse", + "value": "ColumnReverse" + }, + { + "name": "flex_argument_wrap", + "value": "Modify the wrap for this flex" + }, + { + "name": "flex_argument_wrap_no_wrap", + "value": "NoWrap" + }, + { + "name": "flex_argument_wrap_wrap", + "value": "Wrap" + }, + { + "name": "flex_argument_wrap_wrap_reverse", + "value": "WrapReverse" + }, + { + "name": "flex_introduction_direction", + "value": "Change the direction of all flex" + }, + { + "name": "flex_argument_justifycontent", + "value": "Revised this Flex justifyContent" + }, + { + "name": "flex_argument_justifycontent_start", + "value": "Start" + }, + { + "name": "flex_argument_justifycontent_center", + "value": "Center" + }, + { + "name": "flex_argument_justifycontent_End", + "value": "End" + }, + { + "name": "flex_argument_justifycontent_space_between", + "value": "SpaceBetween" + }, + { + "name": "flex_argument_justifycontent_space_around", + "value": "SpaceAround" + }, + { + "name": "flex_argument_justifycontent_speac_evenly", + "value": "SpaceEvenly" + }, + { + "name": "flex_argument_alignItems", + "value": "Modify alignItems in this Flex" + }, + { + "name": "flex_argumen_alignItems_auto", + "value": "auto" + }, + { + "name": "flex_argumen_alignItems_start", + "value": "Start" + }, + { + "name": "flex_argumen_alignItems_center", + "value": "Center" + }, + { + "name": "flex_argumen_alignItems_end", + "value": "End" + }, + { + "name": "flex_argumen_alignItems_stretch", + "value": "Stretch" + }, + { + "name": "flex_argumen_alignItems_baseline", + "value": "Baseline" + }, + { + "name": "flex_argument_alignContent", + "value": "Modify the alignContent of this Flex" + }, + { + "name": "gridcontainer_title", + "value": "GridContainer Grid system" + }, + { + "name": "gridcontainer_introdional_arguments", + "value": "Modify the GridContainer parameters" + }, + { + "name": "gridcontainer_introdional_properties", + "value": "Modify the GridContainer property" + }, + { + "name": "gridcontainer_sizetype", + "value": "sizeType" + }, + { + "name": "gridcontainer_sizetype_xs", + "value": "XS" + }, + { + "name": "gridcontainer_sizetype_sm", + "value": "SM" + }, + { + "name": "gridcontainer_sizetype_md", + "value": "MD" + }, + { + "name": "gridcontainer_sizetype_lg", + "value": "LG" + }, + { + "name": "gridcontainer_sizetype_auto", + "value": "Auto" + }, + { + "name": "gridcontainer_column", + "value": "columns" + }, + { + "name": "gridcontainer_gutter", + "value": "gutter" + }, + { + "name": "gridcontainer_margin", + "value": "margin" + }, + { + "name": "image_video_and_media", + "value": "Image Video And Media" + }, + { + "name": "image_title", + "value": "Image" + }, + { + "name": "image_animator_title", + "value": "ImageAnimator" + }, + { + "name": "video_title", + "value": "Video" + }, + { + "name": "plugin_component_title", + "value": "PluginComponent" + }, + { + "name": "xcomponent_title", + "value": "XComponent" + }, + { + "name": "image_show_test", + "value": "Show the image" + }, + { + "name": "image_object_fit", + "value": "ObjectFit" + }, + { + "name": "image_sourcesize_height", + "value": "SizeHeight" + }, + { + "name": "image_sourcesize_width", + "value": "SizeWidth" + }, + { + "name": "object_fit_cover", + "value": "Cover" + }, + { + "name": "object_fit_contain", + "value": "Contain" + }, + { + "name": "object_fit_auto", + "value": "Auto" + }, + { + "name": "object_fit_fill", + "value": "Fill" + }, + { + "name": "object_fit_scale_down", + "value": "ScaleDown" + }, + { + "name": "object_fit_none", + "value": "None" + }, + { + "name": "object_fit_change", + "value": "ObjectFitChange" + }, + { + "name": "image_sourcesize_change", + "value": "SourceSizeChange" + }, + { + "name": "image_rendermode_original", + "value": "RenderModeOriginal" + }, + { + "name": "image_rendermode_template", + "value": "RenderModeTemplate" + }, + { + "name": "image_renderMode_change", + "value": "RenderModeChange" + }, + { + "name": "image_repeat_xy", + "value": "RepeatXY" + }, + { + "name": "image_repeat_x", + "value": "RepeatX" + }, + { + "name": "image_repeat_y", + "value": "RepeatY" + }, + { + "name": "image_repeat_no", + "value": "NoRepeat" + }, + { + "name": "image_repeat_change", + "value": "RepeatChange" + }, + { + "name": "image_fill_color_title", + "value": "FillColorTitle" + }, + { + "name": "image_animator_show", + "value": "ImageAnimatorShow" + }, + { + "name": "image_animator_control", + "value": "ImageAnimatorControl" + }, + { + "name": "video_show", + "value": "VideoShow" + }, + { + "name": "video_auto_play", + "value": "AutoPlay" + }, + { + "name": "video_controls_show", + "value": "ControlsShow" + }, + { + "name": "video_muted_show", + "value": "MutedShow" + }, + { + "name": "video_fit_change", + "value": "VideoFit" + }, + { + "name": "video_loop_show", + "value": "LoopShow" + }, + { + "name": "video_current_rate_change", + "value": "CurrentRateChange" + }, + { + "name": "video_play_mode", + "value": "VideoPlayMode" + }, + { + "name": "video_play_switch", + "value": "VideoPlaySwitch" + }, + { + "name": "web_title", + "value": "Web" + }, + { + "name": "web_show", + "value": "WebShow" + }, + { + "name": "web_use_reason", + "value": "reason" + }, + { + "name": "xcomponent_show", + "value": "XComponentShow" + }, + { + "name": "textarea_title", + "value": "TextArea" + }, + { + "name": "patternlock_title", + "value": "PatternLock" + }, + { + "name": "search_title", + "value": "Search" + }, + { + "name": "textarea_textalign_start", + "value": "Start" + }, + { + "name": "textarea_textalign_center", + "value": "Center" + }, + { + "name": "textarea_textalign_end", + "value": "End" + }, + { + "name": "textareaa_textalign_change", + "value": "textAreatextAlignChange" + }, + { + "name": "textarea_show", + "value": "TextAreaShow" + }, + { + "name": "textarea_control", + "value": "TextAreaControl" + }, + { + "name": "textarea_copyoptions_none", + "value": "None" + }, + { + "name": "textarea_copyoptions_inapp", + "value": "InApp" + }, + { + "name": "textarea_copyoptions_localdevice", + "value": "LocalDevice" + }, + { + "name": "textarea_copyoptions_change", + "value": "CopyOptionsChange" + }, + { + "name": "textarea_placeholder_change", + "value": "PlaceholderChange" + }, + { + "name": "textarea_caretcolor_change", + "value": "CaretcolorChage" + }, + { + "name": "patternlock_active_color", + "value": "PatternLockActiveColor" + }, + { + "name": "patternlock_path_color", + "value": "PatternLockParhColor" + }, + { + "name": "patternlock_select_color", + "value": "PatternLockSelectColor" + }, + { + "name": "patternlock_regular_color", + "value": "PatternLockRegularColor" + }, + { + "name": "patternlock_side_length", + "value": "PatternLockSideLengh" + }, + { + "name": "patternlock_circle_radius", + "value": "PatternLockCircleRadius" + }, + { + "name": "patternlock_pathstroke_width", + "value": "PatternLockPathStrokeWidth" + }, + { + "name": "patternlock_change", + "value": "PatternLockChange" + }, + { + "name": "search_textalign_change", + "value": "SearchTextAlignChange" + }, + { + "name": "search_placeholder_change", + "value": "SearchPlaceholderChange" + }, + { + "name": "search_copyOption_change", + "value": "SearchCopyOptionChange" + }, + { + "name": "search_change", + "value": "SearchChange" + }, + // List + { + "name": "list_title", + "value": "List" + }, + { + "name": "list_introduction_arguments", + "value": "Modifying List arguments" + }, + { + "name": "list_introduction_properties", + "value": "Modifying List properties" + }, + { + "name": "list_introduction_state", + "value": "Status bar" + }, + { + "name": "list_properties_direction", + "value": "listDirection" + }, + { + "name": "list_properties_direction_vertical", + "value": "Vertical" + }, + { + "name": "list_properties_direction_Horizontal", + "value": "Horizontal" + }, + { + "name": "list_argument_space", + "value": "space" + }, + { + "name": "list_properties_divider_stroke_width", + "value": "divider - strokeWidth" + }, + { + "name": "list_properties_divider_color", + "value": "divider - color" + }, + { + "name": "list_properties_scroll_bar", + "value": "scrollBar" + }, + { + "name": "list_properties_scroll_bar_off", + "value": "Off" + }, + { + "name": "list_properties_scroll_bar_on", + "value": "On" + }, + { + "name": "list_properties_scroll_bar_auto", + "value": "Auto" + }, + { + "name": "list_properties_initial_index", + "value": "initialIndex" + }, + { + "name": "list_properties_edge_effect", + "value": "edgeEffect" + }, + { + "name": "list_properties_edge_effect_spring", + "value": "Spring" + }, + { + "name": "list_properties_edge_effect_fade", + "value": "Fade" + }, + { + "name": "list_properties_edge_effect_none", + "value": "None" + }, + { + "name": "list_properties_chain_animation", + "value": "chainAnimation" + }, + { + "name": "list_properties_multi_selectable", + "value": "multiSelectable " + }, + { + "name": "list_properties_lanes", + "value": "lanes" + }, + { + "name": "list_properties_align_list_item", + "value": "alignListItem" + }, + { + "name": "list_properties_align_list_item_start", + "value": "Start" + }, + { + "name": "list_properties_align_list_item_Center", + "value": "Center" + }, + { + "name": "list_properties_align_list_item_End", + "value": "End" + }, + { + "name": "list_introduction_delete", + "value": "Left-click item to delete it" + }, + { + "name": "list_item_title", + "value": "ListItem" + }, + { + "name": "list_item_properties_selectable", + "value": "selectable" + }, + { + "name": "list_item_introduction_drag", + "value": "Drag the item with your mouse to see the selectable property effect" + }, + { + "name": "list_item_introduction_properties", + "value": "修改 ListItem 的属性" + }, + // Grid + { + "name": "grid_title", + "value": "Grid" + }, + { + "name": "grid_item_title", + "value": "GridItem" + }, + { + "name": "grid_properties_columns_template", + "value": "columnsTemplate(Control the proportion of the third column)" + }, + { + "name": "grid_properties_columns_gap", + "value": "columnsGap" + }, + { + "name": "girid_properties_rows_gap", + "value": "rowsGap" + }, + { + "name": "grid_properties_layout_direction", + "value": "layoutDirection" + }, + { + "name": "grid_properties_layout_direction_row", + "value": "Row" + }, + { + "name": "grid_properties_layout_direction_column", + "value": "Column" + }, + { + "name": "grid_properties_layout_direction_row_reverse", + "value": "RowReverse" + }, + { + "name": "grid_properties_layout_direction_column_reverse", + "value": "ColumnReverse" + }, + { + "name": "grid_properties_rows_template", + "value": "rowsTemplate(Control the proportion of the third rows)" + }, + // GridItem + { + "name": "grid_item_introduction", + "value": "Change the position of 1" + }, + { + "name": "grid_item_row_start", + "value": "Change the start line number" + }, + { + "name": "grid_item_row_end", + "value": "Modify the end line number" + }, + { + "name": "grid_item_column_start", + "value": "Change the start column number" + }, + { + "name": "grid_item_column_end", + "value": "Modify the end column number" + }, + // Swiper + { + "name": "swiper_title", + "value": "swiper" + }, + { + "name": "swiper_introduction", + "value": "Swipe left or right to switch pages" + }, + { + "name": "swiper_introduction_arguments", + "value": "SwiperController Controller" + }, + { + "name": "swiper_introduction_properties", + "value": "Modify the properties of Swiper" + }, + { + "name": "swiper_properties_disable_swipe", + "value": "Disable swipe left or right to switch function" + }, + { + "name": "swiper_properties_item_space", + "value": "Space between sliding pages" + }, + { + "name": "swiper_properties_vertical", + "value": "Is it vertical sliding" + }, + { + "name": "swiper_properties_duration", + "value": "Duration of slide switching animation (unit: ms)" + }, + { + "name": "swiper_properties_loop", + "value": "Enable loop from beginning to end" + }, + { + "name": "swiper_properties_auto_play", + "value": "Enable automatic loop playback" + }, + { + "name": "swiper_properties_interval", + "value": "Interval of automatic playback (unit: ms)" + }, + { + "name": "swiper_controller_next", + "value": "Next page" + }, + { + "name": "swiper_controller_previous", + "value": "Previous page" + }, + // Navigation + { + "name": "navRouter_title", + "value": "NavRouter" + }, + { + "name": "navigation_title", + "value": "Navigation" + }, + { + "name": "navigation_first_page", + "value": "First page of Navigation" + }, + { + "name": "navigation_second_page", + "value": "Second page of Navigation" + }, + { + "name": "navigation_third_page", + "value": "Third page of Navigation" + }, + { + "name": "navigation_first_page_push", + "value": "Go to the second page" + }, + { + "name": "navigation_first_page_active", + "value": "Click to toggle activate status" + }, + { + "name": "navigation_second_page_push", + "value": "Go to the third page" + }, + { + "name": "navigation_third_page_back", + "value": "Go back to the first page" + }, + // Tabs + { + "name": "tabs_title", + "value": "Tabs" + }, + { + "name": "tabs_introduction_arguments", + "value": "Modify the parameters of Tabs" + }, + { + "name": "tabs_introduction_properties", + "value": "Modify the properties of Tabs" + }, + { + "name": "tabs_arguments_bar_position", + "value": "barPosition" + }, + { + "name": "tabs_arguments_bar_position_start", + "value": "Start" + }, + { + "name": "tabs_arguments_bar_position_end", + "value": "End" + }, + { + "name": "tabs_properties_vertical", + "value": "vertical" + }, + { + "name": "tabs_properties_bar_mode", + "value": "barMode" + }, + { + "name": "tabs_properties_bar_mode_fixed", + "value": "Fixed" + }, + { + "name": "tabs_properties_bar_scrollable", + "value": "Scrollable" + }, + { + "name": "tabs_properties_is_scrollable", + "value": "scrollable" + }, + { + "name": "tabs_properties_animation_duration", + "value": "animationDuration(ms)" + }, + { + "name": "tabs_arguments_controller", + "value": "Switches to the specified index" + }, + // TabsContent + { + "name": "tab_content_title", + "value": "TabContent" + }, + { + "name": "tab_content_introduction", + "value": "Subtab/Bottom tab switcher" + }, + { + "name": "tab_content_side", + "value": "Switch sidebar" + }, + // Stepper + { + "name": "stepper_title", + "value": "Stepper&StepperItem" + }, + { + "name": "canvas_title", + "value": "Canvas" + }, + { + "name": "circle_title", + "value": "Circle" + }, + { + "name": "ellipse_title", + "value": "Ellipse" + }, + { + "name": "line_title", + "value": "Line" + }, + { + "name": "polyline_title", + "value": "Polyline" + }, + { + "name": "path_title", + "value": "Path" + }, + { + "name": "polygon_title", + "value": "Polygon" + }, + { + "name": "rect_title", + "value": "Rect" + }, + { + "name": "shape_title", + "value": "shape" + }, + { + "name": "circle_change", + "value": "CircleChange" + }, + { + "name": "circle_change_fill", + "value": "CircleChangeFill" + }, + { + "name": "circle_change_radius", + "value": "CircleRadius" + }, + { + "name": "circle_change_fillopacity", + "value": "CircleChangeFillOpacity" + }, + { + "name": "circle_change_strokewidth", + "value": "CircleStrokeWidth" + }, + { + "name": "circle_stroke_dash", + "value": "CircleStrokeDash" + }, + { + "name": "circle_stroke_color", + "value": "CircleStokeColor" + }, + { + "name": "circle_stroke_opacity", + "value": "CircleStrokeOpacity" + }, + { + "name": "ellipse_fill", + "value": "EllipseFill" + }, + { + "name": "ellipse_stroke_color", + "value": "EllipseStrokeColor" + }, + { + "name": "ellipse_stroke_width", + "value": "EllipseStrokeWidth" + }, + { + "name": "ellipse_width", + "value": "EllipseWidth" + }, + { + "name": "ellipse_height", + "value": "EllipseHeight" + }, + { + "name": "ellipse_fill_opacity", + "value": "EllipseFillOpacity" + }, + { + "name": "ellipse_stroke_opacity", + "value": "EllipseStrokeOpacity" + }, + { + "name": "ellipse_stroke_dash", + "value": "EllipseStrokeDash" + }, + { + "name": "line_start_point_x", + "value": "LineStartPointX" + }, + { + "name": "line_start_point_y", + "value": "LineStartPointY" + }, + { + "name": "line_end_point_x", + "value": "LineEndPointY" + }, + { + "name": "line_end_point_y", + "value": "LineEndPointY" + }, + { + "name": "line_stroke_width", + "value": "LineSrokeWidth" + }, + { + "name": "line_stroke_color", + "value": "LineStrokeColor" + }, + { + "name": "line_stroke_opacity", + "value": "LineStrokeOpacity" + }, + { + "name": "line_stroke_dash", + "value": "LineStrokeDash" + }, + { + "name": "polygon_fill", + "value": "PolygonFill" + }, + { + "name": "polygon_fill_opacity", + "value": "PolygonFillOpacity" + }, + { + "name": "polygon_stroke_color", + "value": "PolygonStrokeColor" + }, + { + "name": "polygon_stroke_opacity", + "value": "PolygonStrokeOpacity" + }, + { + "name": "polygon_stroke_width", + "value": "PolygonStrokeWidth" + }, + { + "name": "polygon_stroke_dash", + "value": "PolygonStrokeDash" + }, + { + "name": "polyline_first_x", + "value": "PolylineFirstX" + }, + { + "name": "polyline_first_y", + "value": "PolylineFirstY" + }, + { + "name": "polyline_second_x", + "value": "PolylineSecondX" + }, + { + "name": "polyline_second_y", + "value": "PolylineSecondY" + }, + { + "name": "polyline_third_x", + "value": "PolylineThirdX" + }, + { + "name": "polyline_third_y", + "value": "PolylineThirdY" + }, + { + "name": "polyline_stroke_width", + "value": "PolylineStrokeWidth" + }, + { + "name": "polyline_stroke_color", + "value": "PolylineStrokeColor" + }, + { + "name": "polyline_stroke_dash", + "value": "PolylineStrokeDash" + }, + { + "name": "polyline_stroke_opacity", + "value": "PolylineStrokeOpacity" + }, + { + "name": "rect_height", + "value": "RectHeight" + }, + { + "name": "rect_width", + "value": "RectWidth" + }, + { + "name": "rect_radius_width", + "value": "RectRadiusWidth" + }, + { + "name": "rect_radius_height", + "value": "RectRadiusHeight" + }, + { + "name": "rect_fill_opacity", + "value": "RectFillOpacity" + }, + { + "name": "rect_stroke", + "value": "RectStroke" + }, + { + "name": "rect_stroke_width", + "value": "RectStrokeWidth" + }, + { + "name": "rect_stroke_dash", + "value": "RectSrokeDash" + }, + { + "name": "rect_stroke_opacity", + "value": "RectStrokeOpacity" + }, + { + "name": "rect_fill", + "value": "RectFill" + }, + { + "name": "path_line", + "value": "PathLine" + }, + { + "name": "path_triangle", + "value": "PathTriangle" + }, + { + "name": "path_square", + "value": "PathSquare" + }, + { + "name": "path_polygon", + "value": "PathPolygon" + }, + { + "name": "path_camber_first", + "value": "PathCamberFirst" + }, + { + "name": "path_camber_second", + "value": "PathCamberSecond" + }, + { + "name": "path_camber_third", + "value": "PathCamberThird" + }, + { + "name": "path_commands_select", + "value": "PathCommandsSelect" + }, + { + "name": "path_fill", + "value": "PathFill" + }, + { + "name": "path_fill_opacity", + "value": "PathFillOpacity" + }, + { + "name": "path_stroke_color", + "value": "PathStrokeColor" + }, + { + "name": "path_stroke_opacity", + "value": "PathStrokeOpacity" + }, + { + "name": "path_stroke_dash", + "value": "PathStrokeDash" + }, + { + "name": "path_stroke_width", + "value": "PathStrokeWidth" + }, + { + "name": "shape_fill", + "value": "ShapeFill" + }, + { + "name": "shape_stroke_color", + "value": "ShapeStrokeColor" + }, + { + "name": "shape_view_port_x", + "value": "ShapeViewPortX" + }, + { + "name": "shape_view_port_y", + "value": "ShapeViewPortY" + }, + { + "name": "shape_view_port_width", + "value": "ShapeViewPortWidth" + }, + { + "name": "shape_view_port_height", + "value": "ShapeViewPortHeight" + }, + { + "name": "shape_stroke_opacity", + "value": "ShapeStrokeOpacity" + }, + { + "name": "shape_fill_opacity", + "value": "ShapeFillOpacity" + }, + { + "name": "shape_stroke_width", + "value": "ShapeStrokeWidth" + }, + { + "name": "shape_stroke_dash", + "value": "ShapeStrokeDash" + }, + { + "name": "web", + "value": "Web" + }, + { + "name": "canvas_components", + "value": "Canvas components" + }, + { + "name": "canvas_component_attributes", + "value": "Base attributes" + }, + { + "name": "canvas_component_transform", + "value": "Transform" + }, + { + "name": "canvas_component_gradient", + "value": "CanvasGradient" + }, + { + "name": "canvas_component_path_2d", + "value": "Path2D" + }, + { + "name": "canvas_component_image_bitmap", + "value": "ImageBitmap" + }, + { + "name": "canvas_component_method", + "value": "Base methods" + }, + { + "name": "canvas_fillStyle", + "value": "fillStyle" + }, + { + "name": "canvas_lineWidth", + "value": "lineWidth" + }, + { + "name": "canvas_strokeStyle", + "value": "strokeStyle" + }, + { + "name": "canvas_lineCap", + "value": "lineCap" + }, + { + "name": "canvas_lineJoin", + "value": "lineJoin" + }, + { + "name": "canvas_miterLimit", + "value": "miterLimit" + }, + { + "name": "canvas_font", + "value": "font" + }, + { + "name": "canvas_textAlign", + "value": "textAlign" + }, + { + "name": "canvas_textBaseline", + "value": "textBaseline" + }, + { + "name": "canvas_globalAlpha", + "value": "globalAlpha" + }, + { + "name": "canvas_lineDashOffset", + "value": "lineDashOffset" + }, + { + "name": "canvas_globalCompositeOperation", + "value": "globalCompositeOperation" + }, + { + "name": "canvas_imageSmoothingEnabled", + "value": "imageSmoothingEnabled" + }, + { + "name": "canvas_createLinearGradient", + "value": "createLinearGradient" + }, + { + "name": "cavas_createRadialGradient", + "value": "createRadialGradient" + }, + { + "name": "canvas_createRadialGradient", + "value": "createRadialGradient" + }, + { + "name": "canvas_fillRect", + "value": "fillRect" + }, + { + "name": "canvas_strokeRect", + "value": "strokeRect" + }, + { + "name": "canvas_fillText", + "value": "fillText" + }, + { + "name": "canvas_strokeText", + "value": "strokeText" + }, + { + "name": "canvas_measureText", + "value": "measureText" + }, + { + "name": "canvas_stroke", + "value": "stroke" + }, + { + "name": "canvas_createPattern", + "value": "createPattern" + }, + { + "name": "canvas_fill", + "value": "fill" + }, + { + "name": "canvas_clip", + "value": "clip" + }, + { + "name": "canvas_rotate", + "value": "rotate" + }, + { + "name": "canvas_scale", + "value": "scale" + }, + { + "name": "canvas_drawImage", + "value": "drawImage" + }, + { + "name": "canvas_getImageData", + "value": "getImageData" + }, + { + "name": "canvas_putImageData", + "value": "putImageData" + }, + { + "name": "canvas_setLineDash", + "value": "setLineDash" + }, + { + "name": "canvas_getLineDash", + "value": "getLineDash" + }, + { + "name": "canvas_transferFromImageBitmap", + "value": "transferFromImageBitmap" + }, + { + "name": "canvas_toDataURL", + "value": "toDataURL" + }, + { + "name": "canvas_canvasZone", + "value": "Canvas Zone" + }, + { + "name": "canvas_attributesOperations", + "value": "Attributes Operations" + }, + { + "name": "canvas_clearEffects", + "value": "Clear Effects" + }, + { + "name": "cavnas_clearRect", + "value": "clearRect" + }, + { + "name": "canvas_clearRect", + "value": "clearRect" + }, + { + "name": "canvas_shadowBlur", + "value": "shadowBlur" + }, + { + "name": "canvas_shadowColor", + "value": "shadowColor" + }, + { + "name": "canvas_shadowOffsetX", + "value": "shadowOffsetX" + }, + { + "name": "canvas_shadowOffsetY", + "value": "shadowOffsetY" + }, + { + "name": "canvas_addColorStop", + "value": "addColorStop" + }, + { + "name": "canvas_beginPath", + "value": "beginPath" + }, + { + "name": "canvas_moveTo", + "value": "moveTo" + }, + { + "name": "canvas_lineTo", + "value": "lineTo" + }, + { + "name": "canvas_closePath", + "value": "closePath" + }, + { + "name": "canvas_bezierCurveTo", + "value": "bezierCurveTo" + }, + { + "name": "canvas_quadraticCurveTo", + "value": "quadraticCurveTo" + }, + { + "name": "canvas_arc", + "value": "arc" + }, + { + "name": "canvas_arcTo", + "value": "arcTo" + }, + { + "name": "canvas_ellipse", + "value": "ellipse" + }, + { + "name": "canvas_rect", + "value": "rect" + }, + { + "name": "canvas_show_message", + "value": "Printed to the console" + }, + { + "name": "canvas_transform", + "value": "transform" + }, + { + "name": "canvas_setTransform", + "value": "setTransform" + }, + { + "name": "canvas_translate", + "value": "translate" + }, + { + "name": "canvas_imageSmoothingQuality", + "value": "imageSmoothingQuality" + }, + // scrollTo 动效增强 + { + "name": "scroll_To_effect", + "value": "ScrollTo effect" + }, + { + "name": "scroller", + "value": "Scroller" + }, + { + "name": "list", + "value": "List" + }, + { + "name": "grid", + "value": "Grid" + }, + { + "name": "waterFlow", + "value": "WaterFlow" + }, + { + "name": "tabs_switch_effect", + "value": "Tabs switch effect" + }, + { + "name": "image_fit_Full_effect", + "value": "Image fit/full effect" + }, + { + "name": "particle_effect", + "value": "Particle Effect" + }, + { + "name": "particle_spawn", + "value": "Spawn" + }, + { + "name": "particle_spawn_stop", + "value": "Stop" + }, + { + "name": "navigator_title", + "value": "Navigator" + }, + { + "name": "navigator_first_page", + "value": "First page of Navigaor" + }, + { + "name": "navigator_second_page", + "value": "Second page of Navigator" + }, + { + "name": "navigator_third_page", + "value": "Third page of Navigator" + }, + { + "name": "navigator_first_page_push", + "value": "Go to the second page" + }, + { + "name": "navigator_first_page_active", + "value": "Click to toggle activate status" + }, + { + "name": "navigator_second_page_push", + "value": "Go to the third page" + }, + { + "name": "navigator_third_page_back", + "value": "Go back to the first page" + }, + { + "name": "navigator_return_message", + "value": "hello! This is a param form the first page" + } + ] +} diff --git a/function/communication/bluetooth/bletest/entry/src/main/resources/zh_CN/element/string.json b/function/communication/bluetooth/bletest/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..b66f0fb2076abe075c33d8fcb3ef5d566917dc50 --- /dev/null +++ b/function/communication/bluetooth/bletest/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,4700 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "bletest" + }, + { + "name": "read_reason", + "value": "应用需要文件读取权限" + }, + { + "name": "write_reason", + "value": "应用需要文件写权限" + }, + { + "name": "storage_reason", + "value": "应用需要获取空间使用状态权限" + }, + { + "name": "file_access_reason", + "value": "应用需要文件访问权限" + }, + { + "name": "read_document_reason", + "value": "应用需要用户公共文件访问权限" + }, + { + "name": "write_document_reason", + "value": "应用需要用户公共文件修改权限" + }, + { + "name": "file_guard_reason", + "value": "应用需要公共目录文件访问权限" + }, + { + "name": "entry_desc", + "value": "ArkTS组件库" + }, + { + "name": "MainAbility_desc", + "value": "ArkUI各组件、通用属性、通用方法等分类及描述应用" + }, + { + "name": "opencv_machine", + "value": "机器学习" + }, + { + "name": "opencv_core", + "value": "基础" + }, + { + "name": "opencv_image", + "value": "图像" + }, + { + "name": "opencv_video", + "value": "视频" + }, + { + "name": "opencv_object_detection", + "value": "目标发现" + }, + { + "name": "opencv_dnn", + "value": "深度神经网络" + }, + { + "name": "global_method", + "value": "全局方法" + }, + { + "name": "auxiliary", + "value": "辅助" + }, + { + "name": "common_properties", + "value": "通用属性" + }, + { + "name": "prop_background", + "value": "background 背景" + }, + { + "name": "prop_foreground", + "value": "Foreground 前景" + }, + { + "name": "prop_border", + "value": "border 边框" + }, + { + "name": "prop_font", + "value": "font 字体" + }, + { + "name": "prop_size", + "value": "size 尺寸" + }, + { + "name": "graphic_transformation", + "value": "图形变换" + }, + { + "name": "common_events", + "value": "通用事件" + }, + { + "name": "click_event", + "value": "onClick 点击事件" + }, + { + "name": "touch_event", + "value": "触摸事件" + }, + { + "name": "show_hide_event", + "value": "挂载卸载事件" + }, + { + "name": "drag_drop_event", + "value": "拖拽事件" + }, + { + "name": "key_event", + "value": "按键事件" + }, + { + "name": "focus_event", + "value": "焦点事件" + }, + { + "name": "send_event", + "value": "Sendevent" + }, + { + "name": "opencv_grey", + "value": "图像灰度图" + }, + { + "name": "opencv_qrcode", + "value": "二维码识别" + }, + { + "name": "opencv_facedetect", + "value": "人脸检测" + }, + { + "name": "image_edge_detection", + "value": "轮廓检测" + }, + { + "name": "image_gray", + "value": "Gray" + }, + { + "name": "qrcode_identification", + "value": "qrcode identification" + }, + { + "name": "qrcode_prompt", + "value": "二维码识别结果" + }, + { + "name": "qrcode_error_prompt", + "value": "二维码识别失败" + }, + { + "name": "image_recover", + "value": "Recover" + }, + { + "name": "custom_scrolling_event", + "value": "Scrolling" + }, + { + "name": "custom_scrolling_area", + "value": "Scroll Area" + }, + { + "name": "custom_click_big_btn", + "value": "Big circle" + }, + { + "name": "custom_click_small_btn", + "value": "Small circle" + }, + { + "name": "big_circle_prompt", + "value": "蓝色区域对应大圈事件" + }, + { + "name": "small_circle_prompt", + "value": "黄色区域对应小圈事件" + }, + { + "name": "mouse_event", + "value": "鼠标事件" + }, + { + "name": "component_area_change_event", + "value": "组件区域变化事件" + }, + { + "name": "gesture_processing", + "value": "手势处理" + }, + { + "name": "basic_gestures", + "value": "基础手势" + }, + { + "name": "tap_gesture", + "value": "TapGesture" + }, + { + "name": "long_press_gesture", + "value": "LongPressGesture" + }, + { + "name": "pan_gesture", + "value": "PanGesture" + }, + { + "name": "pinch_gesture", + "value": "PinchGesture" + }, + { + "name": "rotation_gesture", + "value": "RotationGesture" + }, + { + "name": "swipe_gesture", + "value": "SwipeGesture" + }, { + "name": "combined_gestures", + "value": "组合手势" + }, + { + "name": "custom_gesture", + "value": "自定义手势判定" + }, + { + "name": "transition_animation", + "value": "转场动画" + }, + { + "name": "interpolation_calculation", + "value": "Interpolation Calculation 插值计算" + }, + { + "name": "dialog", + "value": "弹窗" + }, + { + "name": "image_basic_title", + "value": "图像基本操作" + }, + { + "name": "image_histogram_title", + "value": "图像直方图" + }, + { + "name": "image_filter_title", + "value": "图像滤波" + }, + { + "name": "image_morphology_title", + "value": "图像形态学" + }, + { + "name": "image_objdetect_title", + "value": "目标检测" + }, + { + "name": "information_presentation_and_dynamic_effects", + "value": "信息展示与动效" + }, + { + "name": "blank_and_divider", + "value": "空白与分隔" + }, + { + "name": "text_and_input", + "value": "文本与输入" + }, + { + "name": "rows_and_columns", + "value": "行列与分栏" + }, + { + "name": "stack_flex_and_grid", + "value": "堆叠、Flex与栅格" + }, + { + "name": "list_and_grid", + "value": "列表与宫格" + }, + { + "name": "navigation", + "value": "导航" + }, + { + "name": "canvas_and_graphic_drawing", + "value": "画布与图形绘制" + }, + // layout Animation + { + "name": "layout_animation_expansion", + "value": "布局动效" + }, + { + "name": "layout_animation_expansion_align", + "value": "Align 动效" + }, + { + "name": "layout_animation_expansion_size", + "value": "Size 动效" + }, + { + "name": "layout_animation_expansion_padding", + "value": "Padding 动效" + }, + { + "name": "layout_animation_expansion_margin", + "value": "Margin 动效" + }, + { + "name": "layout_animation_expansion_offset", + "value": "Offset 动效" + }, + { + "name": "layout_animation_expansion_position", + "value": "Position 动效" + }, + { + "name": "layout_animation_expansion_markAnchor", + "value": "MarkAnchor 动效" + }, + { + "name": "layout_animation_expansion_alignRules", + "value": "AlignRules 动效" + }, + { + "name": "layout_animation_expansion_direction", + "value": "Direction 动效" + }, + // size transition + { + "name": "size_transition_expansion", + "value": "尺寸变换动效" + }, + // AlertDialog + { + "name": "alert_dialog", + "value": "AlertDialog 警告弹窗" + }, + { + "name": "alert_dialog_type_one", + "value": "单按钮弹窗" + }, + { + "name": "alert_dialog_type_two", + "value": "双按钮弹窗" + }, + { + "name": "alert_dialog_type_two_button_one", + "value": "这是第一个按钮" + }, + { + "name": "alert_dialog_type_two_button_two", + "value": "这是第二个按钮" + }, + { + "name": "alert_dialog_prompt", + "value": "提示" + }, + { + "name": "alert_dialog_warning", + "value": "警告" + }, + { + "name": "alert_dialog_info", + "value": "您正在执行操作" + }, + { + "name": "alert_dialog_confirm", + "value": "确认" + }, + { + "name": "alert_dialog_cancel", + "value": "取消" + }, + { + "name": "alert_dialog_type", + "value": "弹窗类型" + }, + { + "name": "alert_dialog_location", + "value": "弹窗位置" + }, + { + "name": "alert_dialog_auto_cancel", + "value": "点击遮罩层是否关闭弹窗" + }, + { + "name": "alert_dialog_true", + "value": "可关闭" + }, + { + "name": "alert_dialog_false", + "value": "不可关闭" + }, + { + "name": "alert_dialog_top", + "value": "垂直顶部" + }, + { + "name": "alert_dialog_center", + "value": "垂直居中" + }, + { + "name": "alert_dialog_bottom", + "value": "垂直底部" + }, + { + "name": "alert_dialog_offset", + "value": "相对位置偏移弹窗" + }, + { + "name": "alert_dialog_left", + "value": "左上偏移" + }, + { + "name": "alert_dialog_right", + "value": "右下偏移" + }, + { + "name": "alert_dialog_grid", + "value": "不同栅格宽度弹窗" + }, + { + "name": "alert_dialog_grid_two", + "value": "2栅格宽度" + }, + { + "name": "alert_dialog_grid_three", + "value": "3栅格宽度" + }, + { + "name": "alert_dialog_grid_four", + "value": "4栅格宽度" + }, + // Foreground + { + "name": "foreground_color", + "value": "前景颜色" + }, + // Background + { + "name": "background_color", + "value": "背景颜色" + }, + { + "name": "background_gradient", + "value": "背景渐变" + }, + { + "name": "background_gradient_linear", + "value": "线性渐变" + }, + { + "name": "background_gradient_sweep", + "value": "角度渐变" + }, + { + "name": "background_gradient_radial", + "value": "径向渐变" + }, + { + "name": "background_image_transformation_effect", + "value": "背景图片动效" + }, + { + "name": "set_background_image_size", + "value": "设置背景图片大小类型" + }, + { + "name": "set_background_image_position", + "value": "设置背景图片位置" + }, + + { + "name": "background_image", + "value": "背景图片" + }, + { + "name": "background_image_default", + "value": "默认" + }, + { + "name": "background_image_repeat", + "value": "XY轴重复绘制" + }, + { + "name": "background_image_size", + "value": "图片大小宽50%,高100%" + }, + { + "name": "background_image_offset", + "value": "图片位置向右下偏移" + }, + // Badge + { + "name": "auxiliary_badge", + "value": "Badge 标记" + }, + { + "name": "badge_type", + "value": "标记类型" + }, + { + "name": "badge_number", + "value": "数字标记" + }, + { + "name": "badge_string", + "value": "文本标记" + }, + { + "name": "badge_max", + "value": "数字标记最大消息数" + }, + { + "name": "badge_number_normal", + "value": "正常消息数" + }, + { + "name": "badge_number_max", + "value": "超过最大显示消息" + }, + { + "name": "badge_location", + "value": "标记位置" + }, + { + "name": "badge_left", + "value": "左侧标记" + }, + { + "name": "badge_top", + "value": "右上标记" + }, + { + "name": "badge_right", + "value": "右侧标记" + }, + { + "name": "badge_style", + "value": "标记样式" + }, + { + "name": "badge_blue", + "value": "蓝色大标记" + }, + { + "name": "badge_green", + "value": "绿色小标记" + }, + // Border + { + "name": "border_type", + "value": "边框类型" + }, + { + "name": "border_type_dashed", + "value": "虚线" + }, + { + "name": "border_type_dotted", + "value": "圆点" + }, + { + "name": "border_type_solid", + "value": "实线" + }, + { + "name": "border_border_style", + "value": "边框宽度、颜色、圆角" + }, + { + "name": "border_border_width", + "value": "宽度" + }, + { + "name": "border_border_color", + "value": "颜色" + }, + { + "name": "border_border_radius", + "value": "圆角" + }, + { + "name": "border_edge_style", + "value": "分别设置边框以及样式和属性" + }, + { + "name": "border_style_top", + "value": "上边框" + }, + { + "name": "border_style_bottom", + "value": "下边框" + }, + { + "name": "border_style_left", + "value": "左边框" + }, + { + "name": "border_style_right", + "value": "右边框" + }, + { + "name": "border_radius", + "value": "分别设置四个角的圆角" + }, + { + "name": "border_radius_left_top", + "value": "左上边框" + }, + { + "name": "border_radius_left_bottom", + "value": "左下边框" + }, + { + "name": "border_radius_right_top", + "value": "右上边框" + }, + { + "name": "border_radius_right_bottom", + "value": "右下边框" + }, + { + "name": "border_3D", + "value": "设置3D边框" + }, + { + "name": "image_color_title", + "value": "图像颜色空间转换" + }, + { + "name": "button_type", + "value": "类型" + }, + { + "name": "button_confirm", + "value": "确定" + }, + { + "name": "button_type_capsule", + "value": "胶囊按钮" + }, + { + "name": "button_type_normal", + "value": "普通按钮" + }, + { + "name": "button_type_circle", + "value": "圆形按钮" + }, + { + "name": "button_state_effect", + "value": "状态效果" + }, + { + "name": "button_state_effect_true", + "value": "有按下效果" + }, + { + "name": "button_state_effect_false", + "value": "无按下效果" + }, + { + "name": "button_disable_style", + "value": "禁用" + }, + { + "name": "button_custom_style", + "value": "自定义样式" + }, + { + "name": "button_border_radius", + "value": "圆角方按钮" + }, + { + "name": "button_with_icon", + "value": "图标按钮" + }, + { + "name": "button_custom_bg_color", + "value": "自定义颜色" + }, + { + "name": "button_click", + "value": "被点击了!" + }, + // Click Event + { + "name": "click_action_tips", + "value": "点击灰色区域,更改准星位置" + }, + { + "name": "touch_action_tips", + "value": "在灰色区域触摸滑动实时改变准星位置" + }, + { + "name": "component_area_change_action_tips", + "value": "滑动进度条控制小球运动区域" + }, + { + "name": "get_click_event_detail", + "value": "点击事件详细信息" + }, + // Drag Event + { + "name": "drag_drop_action_tips", + "value": "长按应用图标后拖拽到不同区域" + }, + { + "name": "component_drag_and_drop", + "value": "组件拖拽" + }, + { + "name": "griditem", + "value": "GridItem" + }, + { + "name": "listitem", + "value": "ListItem" + }, + { + "name": "hyperlink", + "value": "Hyperlink" + }, + { + "name": "text", + "value": "Text" + }, + { + "name": "image", + "value": "Image" + }, + { + "name": "video", + "value": "Video" + }, + { + "name": "formcomponent", + "value": "FormComponent" + }, + // CustomDialog + { + "name": "custom_dialog", + "value": "CustomDialog 自定义弹窗" + }, + { + "name": "custom_dialog_style_custom", + "value": "弹窗样式是否自定义" + }, + { + "name": "custom_dialog_style_custom_true", + "value": "自定义" + }, + { + "name": "custom_dialog_style_custom_false", + "value": "非自定义" + }, + { + "name": "custom_dialog_title", + "value": "组件集合申请开启以下权限" + }, + { + "name": "custom_dialog_permission_microphone", + "value": "麦克风权限" + }, + { + "name": "custom_dialog_permission_microphone_info", + "value": "语音通话时需要麦克风权限" + }, + { + "name": "custom_dialog_permission_location", + "value": "位置权限" + }, + { + "name": "custom_dialog_permission_location_info", + "value": "导航时需要位置权限" + }, + { + "name": "custom_dialog_start", + "value": "一键开启" + }, + // DatePickerDialog + { + "name": "date_picker_dialog", + "value": "DatePickerDialog 日期选择弹窗" + }, + { + "name": "date_picker_dialog_date", + "value": "显示日期弹窗" + }, + { + "name": "date_picker_dialog_date_lunar", + "value": "农历日期:" + }, + { + "name": "date_picker_dialog_date_gregorian", + "value": "公历日期:" + }, + { + "name": "date_picker_dialog_cancel", + "value": "取消" + }, + { + "name": "date_picker_toast_date", + "value": "选中的时间为:" + }, + // DatePicker + { + "name": "date_picker_title", + "value": "DatePicker 时间选择器" + }, + { + "name": "date_picker_lunar", + "value": "显示农历" + }, + // Divider + { + "name": "divider_title", + "value": "Divider 分隔器" + }, + { + "name": "divider_stroke_width", + "value": "分隔线宽度" + }, + { + "name": "divider_line_color", + "value": "分隔线颜色" + }, + { + "name": "divider_line_cap", + "value": "分隔线端点属性" + }, + { + "name": "divider_horizontal", + "value": "横向" + }, + { + "name": "divider_vertical", + "value": "纵向" + }, + { + "name": "divider_attribute", + "value": "属性" + }, + // Font + { + "name": "font_color", + "value": "颜色" + }, + { + "name": "font_size", + "value": "大小" + }, + { + "name": "font_thickness", + "value": "粗细" + }, + { + "name": "font_style", + "value": "样式" + }, + // Interpolation Calculation + { + "name": "interpolation_calculation_cubic_bezier_curve", + "value": "三阶贝塞尔曲线对象" + }, + { + "name": "interpolation_calculation_spring", + "value": "弹簧曲线对象" + }, + { + "name": "interpolation_calculation_init_curve", + "value": "EaseIn(减速开始)差值曲线" + }, + { + "name": "interpolation_calculation_steps_curve", + "value": "阶梯曲线对象" + }, + // Page Transition + { + "name": "page_transition", + "value": "pageTransition 页面间转场" + }, + { + "name": "page_transition_left", + "value": "左侧进场/右侧退场" + }, + { + "name": "page_transition_right", + "value": "右侧进场/左侧退场" + }, + { + "name": "page_transition_top", + "value": "顶部进场/底部退场" + }, + { + "name": "page_transition_bottom", + "value": "底部进场/顶部退场" + }, + { + "name": "page_transition_scale", + "value": "缩放进场/退场" + }, + { + "name": "page_transition_rotate", + "value": "旋转进场/退场" + }, + { + "name": "page_transition_back", + "value": "返回页面间转场页面" + }, + // QRCode + { + "name": "qrcode_title", + "value": "QRCode 二维码" + }, + { + "name": "qrcode_content", + "value": "内容" + }, + { + "name": "qrcode_color", + "value": "颜色" + }, + { + "name": "qrcode_enter_content", + "value": "改变二维码内容" + }, + // Search + { + "name": "search_placeholder", + "value": "输入搜索..." + }, + { + "name": "search_name", + "value": "search 搜索" + }, + // Radio + { + "name": "radio_title", + "value": "Radio 单选按钮" + }, + { + "name": "radio_no_response_region", + "value": "不添加热区(只有点击按钮才生效)" + }, + { + "name": "radio_has_response_region", + "value": "添加热区(点击按钮所在行生效)" + }, + { + "name": "radio_beijing", + "value": "北京" + }, + { + "name": "radio_shanghai", + "value": "上海" + }, + { + "name": "radio_shenzhen", + "value": "深圳" + }, + { + "name": "radio_guangzhou", + "value": "广州" + }, + // Rotate + { + "name": "graphic_transformation_rotate", + "value": "rotate 旋转" + }, + { + "name": "rotate_photo", + "value": "图片旋转" + }, + { + "name": "rotate_container", + "value": "容器旋转" + }, + { + "name": "rotate_before_image", + "value": "原图" + }, + { + "name": "rotate_before_component", + "value": "容器组件" + }, + { + "name": "rotate_image_angle", + "value": "旋转15°" + }, + // SaveArea + { + "name": "safe_area_type_and_safe_area_edge", + "value": "扩展安全区域的类型和方向" + }, + { + "name": "safe_area", + "value": "SafeArea 安全区域" + }, + { + "name": "safe_area_type", + "value": "扩展类型" + }, + { + "name": "safe_area_edge", + "value": "扩展方向" + }, + // Select + { + "name": "select_title", + "value": "Select 选择菜单" + }, + { + "name": "select_has_icon", + "value": "含图标" + }, + { + "name": "select_option_bg_and_text_style", + "value": "选中项背景色及文本样式" + }, + { + "name": "select_unselect_option_style", + "value": "未选中项背景色及文本样式" + }, + { + "name": "select_button_style", + "value": "按钮本身文本样式" + }, + { + "name": "select_picture", + "value": "图片" + }, + { + "name": "select_collection", + "value": "收藏" + }, + { + "name": "select_gesture", + "value": "手势" + }, + { + "name": "select_index", + "value": "选中选项索引:" + }, + { + "name": "select_value", + "value": "选中选项的值:" + }, + // Shareelement Transition + { + "name": "share_element_transition", + "value": "sharedTransition 共享元素转场" + }, + { + "name": "Multiplex_interface", + "value": "多任务" + }, + { + "name": "Floating_window", + "value": "悬浮窗" + }, + { + "name": "Tips_call", + "value": "等待接听" + }, + { + "name": "Font_family_regular", + "value": "HarmonyOS Sans SC-Regular" + }, + { + "name": "Font_family_medium", + "value": "HarmonyOS Sans SC-Medium" + }, + { + "name": "Folder_expansion", + "value": "文件夹展开" + }, + { + "name": "System_icon", + "value": "系统图标" + }, + { + "name": "Shop_card_expansion", + "value": "商店卡片展开" + }, + { + "name": "Today", + "value": "今天" + }, + { + "name": "Gallery_card_expansion", + "value": "图库卡片展开" + }, + // Size + { + "name": "size_width", + "value": "宽度" + }, + { + "name": "size_width_fixed_100vp", + "value": "宽度为100vp" + }, + { + "name": "size_width_percent", + "value": "宽度为60%" + }, + { + "name": "size_width_fixed_60vw", + "value": "宽度为60vw" + }, + { + "name": "size_height", + "value": "高度" + }, + { + "name": "size_height_fixed_60vh", + "value": "高度为60vh" + }, + { + "name": "size_height_fixed_100vp", + "value": "高度为100vp" + }, + { + "name": "size_height_percent", + "value": "高度为60%" + }, + { + "name": "size_height_fixed_calc", + "value": "高度为calc(200vp-100vp)" + }, + // Slider + { + "name": "slider_title", + "value": "Slider 滑动条" + }, + { + "name": "slider_step_tip", + "value": "步长与提示(步长为10)" + }, + { + "name": "slider_current_value", + "value": "显示当前值(最小值50/最大值130)" + }, + { + "name": "slider_events", + "value": "事件监听" + }, + { + "name": "slider_attributes", + "value": "自定义属性" + }, + { + "name": "slider_vertical_reverse", + "value": "纵向与反向" + }, + { + "name": "slider_forward", + "value": "正向" + }, + { + "name": "slider_reverse", + "value": "反向" + }, + { + "name": "slider_track_thickness", + "value": "滑轨宽度" + }, + { + "name": "slider_block_color", + "value": "滑块颜色" + }, + { + "name": "slider_track_color", + "value": "未滑动颜色" + }, + { + "name": "slider_select_color", + "value": "已滑动颜色" + }, + { + "name": "slider_event_begin", + "value": "开始拖动滑块" + }, + { + "name": "slider_event_moving", + "value": "正在拖动滑块过程中" + }, + { + "name": "slider_event_end", + "value": "结束拖动滑块" + }, + { + "name": "slider_event_click", + "value": "点击滑动条更改滑块位置" + }, + { + "name": "slider_title_value", + "value": "滑块滑动在总长中占比:" + }, + // Span + { + "name": "span_title", + "value": "Span 行内文本" + }, + { + "name": "span_attribute", + "value": "配置不同文本属性" + }, + { + "name": "span_content_one", + "value": "钢是在烈火和急剧冷却里锻炼出来的," + }, + { + "name": "span_content_two", + "value": "所以才能坚硬和什么也不怕。" + }, + { + "name": "span_content_three", + "value": "我们的一代也是这样的在斗争中和可怕的考验中锻炼出来的," + }, + { + "name": "span_content_four", + "value": "学习了不在生活面前屈服。" + }, + { + "name": "span_decoration_and_letter_spacing", + "value": "装饰线及字符间距" + }, + { + "name": "span_letter_spacing", + "value": "字符间距" + }, + { + "name": "span_line_height", + "value": "跨度线高度" + }, + { + "name": "span_decoration_type", + "value": "装饰线类型" + }, + { + "name": "span_text_decoration", + "value": "装饰线示例文本" + }, + { + "name": "span_text_spacing", + "value": " 字符间距示例文本" + }, + { + "name": "span_inherits_text_attribute", + "value": " Span继承text样式" + }, + { + "name": "span_does_not_inherit_text_attribute", + "value": " Span不继承text样式" + }, + { + "name": "span_upper_lower", + "value": "配置不同文本属性" + }, + { + "name": "span_decoration_color", + "value": "装饰线颜色" + }, + //ImageSpan + { + "name": "image_span_title", + "value": "ImageSpan 行内图像" + }, + { + "name": "image_span_vertical_align", + "value": "设置跨度对齐方式" + }, + { + "name": "image_span_alignment_baseline", + "value": "基线" + }, + { + "name": "image_span_alignment_bottom", + "value": "底部" + }, + { + "name": "image_span_alignment_center", + "value": "中心" + }, + { + "name": "image_span_alignment_top", + "value": "顶部" + }, + { + "name": "image_span_object_fit", + "value": "设置图像缩放类型" + }, + { + "name": "image_fit_contain", + "value": "包含" + }, + { + "name": "image_fit_auto", + "value": "自适应显示" + }, + { + "name": "image_fit_fill", + "value": "填满" + }, + { + "name": "image_fit_none", + "value": "保持大小并将其显示在中心" + }, + { + "name": "image_fit_scale_down", + "value": "按比例缩小或保持不变" + }, + { + "name": "image_fit_cover", + "value": "掩蔽" + }, + { + "name": "image_span_and_span", + "value": "文本图像混合显示" + }, + { + "name": "image_span_vertical_align_and_object_fit", + "value": "设置行内图像的跨度对齐方式和缩放类型" + }, + // Text + { + "name": "text_title", + "value": "Text 文本" + }, + { + "name": "text_content", + "value": "钢是在烈火和急剧冷却里锻炼出来的,所以才能坚硬和什么也不怕。我们的一代也是这样的在斗争中和可怕的考验中锻炼出来的,学习了不在生活面前屈服。" + }, + { + "name": "text_width", + "value": "Text 宽" + }, + { + "name": "text_height", + "value": "Text 高" + }, + { + "name": "text_text_align_center", + "value": "居中" + }, + { + "name": "text_text_align_start", + "value": "左对齐" + }, + { + "name": "text_text_align_end", + "value": "右对齐" + }, + { + "name": "text_decoration_type", + "value": "装饰线" + }, + { + "name": "text_decoration_type_under_line", + "value": "下划线" + }, + { + "name": "text_decoration_type_line_through", + "value": "删除线" + }, + { + "name": "text_decoration_type_over_line", + "value": "上划线" + }, + { + "name": "text_text_align_type", + "value": "对齐类型" + }, + { + "name": "text_letter_spacing", + "value": "字符间距" + }, + { + "name": "text_overflow", + "value": "超长文本显示方式" + }, + { + "name": "text_none", + "value": "无" + }, + { + "name": "text_text_over_flow_clip", + "value": "剪裁" + }, + { + "name": "text_text_over_flow_ellipsis", + "value": "省略" + }, + { + "name": "text_line_height", + "value": "行高 " + }, + { + "name": "text_font_color", + "value": "字体颜色" + }, + { + "name": "text_over_flow", + "value": "超长显示方式" + }, + { + "name": "text_text_case_normal", + "value": "默认" + }, + { + "name": "text_text_case", + "value": "大小写" + }, + { + "name": "text_text_case_uppercase", + "value": "大写" + }, + { + "name": "text_text_case_lowercase", + "value": "小写" + }, + // TextArea + { + "name": "text_area_set_text_selection", + "value": "文本选择" + }, + { + "name": "text_area_set_text_selection_start_select_error", + "value": "起始位输入错误" + }, + { + "name": "text_area_set_text_selection_end_select_error", + "value": "结束位输入错误" + }, + { + "name": "text_input_set_text_selection_start_select", + "value": "起始位:" + }, + { + "name": "text_input_set_text_selection_end_select", + "value": "结束位:" + }, + // TextInput + { + "name": "avoiding_input_method_testing", + "value": "避让输入法测试" + }, + { + "name": "text_input_title", + "value": "TextInput 文本输入" + }, + { + "name": "text_input_normal_type", + "value": "数字、字母、下划线、空格、特殊字符" + }, + { + "name": "text_input_password_type", + "value": "请输入密码" + }, + { + "name": "text_input_email_type", + "value": "请输入邮箱" + }, + { + "name": "text_input_number_type", + "value": "只能输入数字" + }, + { + "name": "text_input_phone_type", + "value": "数字、+ 、-、*、#,长度不限" + }, + { + "name": "text_input_input_type", + "value": "类型" + }, + { + "name": "text_input_current_type", + "value": "当前类型" + }, + { + "name": "text_input_show_password_icon", + "value": "密码图标" + }, + { + "name": "text_input_icon_show", + "value": "显示" + }, + { + "name": "text_input_icon_hide", + "value": "隐藏" + }, + { + "name": "text_input_event", + "value": "事件" + }, + { + "name": "text_input_event_placeholder", + "value": "复制、粘贴、剪切、回车、编辑事件" + }, + { + "name": "text_input_placeholder_style", + "value": "提示文字样式" + }, + { + "name": "text_input_placeholder", + "value": "提示文字" + }, + { + "name": "text_input_filter", + "value": "正则表达式" + }, + { + "name": "text_input_only_input_english", + "value": "只能输入英文" + }, + { + "name": "text_input_caret_position", + "value": "光标位置" + }, + { + "name": "text_input_set_text_selection", + "value": "文本选择" + }, + { + "name": "text_input_max_length", + "value": "限制输入字符长度" + }, + { + "name": "text_input_placeholder_max_length", + "value": "当前最大输入12字符" + }, + { + "name": "text_input_toast_paste", + "value": "粘贴的文本为:" + }, + { + "name": "text_input_toast_cut", + "value": "剪切的文本为:" + }, + { + "name": "text_input_toast_copy", + "value": "复制的文本为:" + }, + { + "name": "text_input_toast_submit", + "value": "提交的文本为:" + }, + { + "name": "text_input_toast_edit", + "value": "编辑的文本为:" + }, + // TimePickerDialog + { + "name": "time_picker_dialog", + "value": "TimePickerDialog 时间选择弹窗" + }, + { + "name": "time_picker_dialog_time", + "value": "显示时间弹窗" + }, + { + "name": "time_picker_dialog_24_hour", + "value": "24小时:" + }, + { + "name": "time_picker_dialog_12_hour", + "value": "12小时:" + }, + { + "name": "time_picker_dialog_cancel", + "value": "取消" + }, + { + "name": "time_picker_toast_time", + "value": "选中的时间为:" + }, + // Toggle + { + "name": "toggle_title", + "value": "Toggle 切换按钮" + }, + { + "name": "toggle_select", + "value": "已选中" + }, + { + "name": "toggle_unselect", + "value": "未选中" + }, + { + "name": "toggle_type_switch", + "value": "开关(选中色、滑块色可配置)" + }, + { + "name": "toggle_type_checkbox", + "value": "复选框(选中色可配置)" + }, + { + "name": "toggle_type_button", + "value": "状态按钮(选中色可配置)" + }, + { + "name": "toggle_state", + "value": "是否选中:" + }, + // Translate + { + "name": "graphic_transformation_translate", + "value": "translate 平移" + }, + { + "name": "translate_image", + "value": "图片平移" + }, + { + "name": "translate_container", + "value": "容器平移" + }, + { + "name": "translate_x_axis", + "value": "X轴:" + }, + { + "name": "translate_y_axis", + "value": "Y轴:" + }, + //Display + { + "name": "components_display", + "value": "显示" + }, + { + "name": "components_interaction", + "value": "互动" + }, + { + "name": "components_interaction_backgroundresponse", + "value": "背景组件响应点击\n" + }, + { + "name": "components_interaction_foregroundresponse", + "value": "前景组件响应点击\n" + }, + { + "name": "components_interaction_contentresponse", + "value": "内容组件响应点击\n" + }, + { + "name": "components_effects", + "value": "图像效果" + }, + { + "name": "blur_effects", + "value": "内容模糊效果" + }, + { + "name": "blur_radius_modify", + "value": "半径调整" + }, + { + "name": "set_background_blur_style_color_mode", + "value": "纹理效果调整" + }, + { + "name": "set_background_blur_style_adaptive_color", + "value": "取色效果调整" + }, + { + "name": "background_blur", + "value": "背景模糊" + }, + { + "name": "background_blur_style", + "value": "背景模糊取色类型" + }, + { + "name": "set_shadow_type", + "value": "阴影效果类型" + }, + { + "name": "shadow_effects", + "value": "阴影效果" + }, + { + "name": "shadow_effects_content", + "value": "阴影效果阴影效果阴影效果阴影效果阴影效果阴影效果阴影效果阴影效果" + }, + { + "name": "offset_min", + "value": "-40" + }, + { + "name": "offset_max", + "value": "40" + }, + { + "name": "x_offset", + "value": "X偏移调整" + }, + { + "name": "y_offset", + "value": "Y偏移调整" + }, + { + "name": "shadow", + "value": "阴影" + }, + { + "name": "blur", + "value": "模糊" + }, + { + "name": "effects", + "value": "特效" + }, + { + "name": "effects_display", + "value": "效果展示" + }, + { + "name": "grayscale_change", + "value": "灰度调整" + }, + { + "name": "brightness_change", + "value": "亮度调整" + }, + { + "name": "saturate_change", + "value": "饱和度调整" + }, + { + "name": "constrast_change", + "value": "对比度调整" + }, + { + "name": "invert_change", + "value": "反色调整" + }, + { + "name": "sepia_change", + "value": "褐色调整" + }, + { + "name": "hueRotate_change", + "value": "色相调整" + }, + { + "name": "color_blend_change", + "value": "颜色调整" + }, + { + "name": "light_up_effect_change", + "value": "亮起程度调整" + }, + { + "name": "spherical_effect_change", + "value": "球面化程度调整" + }, + { + "name": "pixel_stretch_effect_change", + "value": "边缘像素扩展调整" + }, + { + "name": "z_index", + "value": "Z序" + }, + { + "name": "overlay", + "value": "浮层" + }, + { + "name": "visibility", + "value": "显隐" + }, + { + "name": "opacity", + "value": "透明" + }, + { + "name": "z_index_display", + "value": "Z序显示" + }, + { + "name": "Red", + "value": "红色" + }, + { + "name": "Blue", + "value": "蓝色" + }, + { + "name": "Yellow", + "value": "黄色" + }, + { + "name": "positon_modify", + "value": "位置调整" + }, + { + "name": "offset_modify", + "value": "偏移调整" + }, + { + "name": "visibility_change", + "value": "可见性调整" + }, + { + "name": "opacity_change", + "value": "透明度调整" + }, + { + "name": "opacity_display", + "value": "可见性调整" + }, + { + "name": "item_select", + "value": "菜单选项" + }, + { + "name": "disabled", + "value": "禁用" + }, + { + "name": "button_disabled", + "value": "按钮禁用" + }, + { + "name": "list_disabled", + "value": "列表禁用" + }, + { + "name": "button", + "value": "按钮" + }, + { + "name": "focus", + "value": "焦点" + }, + { + "name": "popup_window", + "value": "弹窗" + }, + { + "name": "touch_test", + "value": "点击" + }, + { + "name": "touch_region", + "value": "热区" + }, + { + "name": "hovereffect", + "value": "悬停" + }, + { + "name": "bind_menu_customBuilder", + "value": "绑定自定义菜单" + }, + { + "name": "bind_content_menu", + "value": "绑定上下文菜单" + }, + { + "name": "click_on_any_action_below", + "value": "点击下方任一操作" + }, + { + "name": "long_press_any_action_below", + "value": "长按下方任一操作" + }, + { + "name": "bind_menu_content", + "value": "绑定接口菜单" + }, + { + "name": "menu", + "value": "菜单" + }, + { + "name": "multiState", + "value": "多态" + }, + { + "name": "multi_short_key", + "value": "快捷键" + }, + { + "name": "set_mouse_style", + "value": "设置鼠标样式" + }, + { + "name": "multimode_input", + "value": "多模输入" + }, + { + "name": "short_key_pressed", + "value": "快捷键已按下" + }, + { + "name": "on_short_key", + "value": "同时按下快捷键ctrl+a,触发以下按钮点击事件" + }, + { + "name": "alert", + "value": "告警弹窗" + }, + { + "name": "result", + "value": "结果" + }, + { + "name": "popup", + "value": "弹窗" + }, + { + "name": "custom_popup", + "value": "自定义弹窗" + }, + { + "name": "touch_test_region", + "value": "点击操作区" + }, + { + "name": "touch_hit_test", + "value": "点击热区:设置热区为绿色区域" + }, + { + "name": "response_region", + "value": "响应组件" + }, + { + "name": "touch_hit_subtitle", + "value": "点击绿色区域,触发蓝色区域响应" + }, + { + "name": "option", + "value": "操作" + }, + { + "name": "hover_region", + "value": "鼠标悬浮在绿色区域内,观察效果" + }, + { + "name": "multistatus_region", + "value": "切换状态,观察效果" + }, + { + "name": "status_select", + "value": "状态选择" + }, + // 侧边栏 + { + "name": "side_bar_effects_title", + "value": "侧边栏动效" + }, + { + "name": "set_side_bar_type", + "value": "侧边栏的显示类型" + }, + { + "name": "side_bar_container_content", + "value": "SideBar container content" + }, + { + "name": "hide_side_bar", + "value": "隐藏侧边栏" + }, + { + "name": "show_side_bar", + "value": "展开侧边栏" + }, + // 辅助 + { + "name": "scroll_bar", + "value": "ScrollBar 滚动条" + }, + { + "name": "scroll_vertical_title", + "value": "纵向滚动" + }, + { + "name": "scroll_horizontal_title", + "value": "横向滚动" + }, + { + "name": "auxiliary_refresh", + "value": "下拉刷新" + }, + { + "name": "auxiliary_refresh_refreshing", + "value": "刷新中" + }, + { + "name": "auxiliary_panel", + "value": "Panel 弹出面板" + }, + { + "name": "auxiliary_alphabetIndexer", + "value": "AlphabetIndexer 字母索引条" + }, + { + "name": "loading_progress", + "value": "LoadingProgress" + }, + { + "name": "marquee_name", + "value": "Marquee 跑马灯" + },{ + "name": "text_timer", + "value": "TextTimer 文字计时器" + }, + { + "name": "text_clock", + "value": "TextClock 文字时钟" + }, + { + "name": "progress_name", + "value": "Progress 进度条" + }, + { + "name": "gauge_name", + "value": "Gauge 仪表盘" + }, + { + "name": "data_panel", + "value": "DataPanel 数据面板" + }, + { + "name": "checkbox", + "value": "checkbox 勾选框" + }, + { + "name": "checkbox_checkboxgroup", + "value": "勾选框" + }, + { + "name": "text_picker", + "value": "TextPicker 文本选择器" + }, + { + "name": "time_picker", + "value": "TimePicker 时间选择器" + }, + { + "name": "counter_name", + "value": "Counter 计数器" + }, + { + "name": "rating_name", + "value": "Rating 评分条" + }, + { + "name": "rich_text", + "value": "RichText 富文本" + }, + { + "name": "scroll_swiper", + "value": "滚动与滑动" + }, + { + "name": "scroll_name", + "value": "Scroll 滚动" + }, + { + "name": "swiper_name", + "value": "Swiper 翻页" + }, + { + "name": "nav_router", + "value": "点击跳转路由页面" + }, + { + "name": "tabs_name", + "value": "Tabs 页签" + }, + { + "name": "slider_name", + "value": "Slider 滚动条" + }, + { + "name": "select_name", + "value": "Select 选择器" + }, + { + "name": "swiper_set_next_margin_and_previous_margin", + "value": "设置前后页边距" + }, + { + "name": "swiper_next_margin", + "value": "上一页边距" + }, + { + "name": "swiper_previous_margin", + "value": "下一页边距" + }, + { + "name": "alphabetindexer_an", + "value": "安" + }, + { + "name": "alphabetindexer_bu", + "value": "卜" + }, + { + "name": "alphabetindexer_bai", + "value": "白" + }, + { + "name": "alphabetindexer_bao", + "value": "包" + }, + { + "name": "alphabetindexer_bi", + "value": "毕" + }, + { + "name": "alphabetindexer_bing", + "value": "冰" + }, + { + "name": "alphabetindexer_cao", + "value": "曹" + }, + { + "name": "alphabetindexer_chen", + "value": "陈" + }, + { + "name": "alphabetindexer_cheng", + "value": "成" + }, + { + "name": "alphabetindexer_lv", + "value": "吕" + }, + { + "name": "alphabetindexer_liu3", + "value": "柳" + }, + { + "name": "alphabetindexer_liu", + "value": "刘" + }, + { + "name": "alphabetindexer_li", + "value": "李" + }, + { + "name": "alphabetindexer_lou", + "value": "楼" + }, + { + "name": "alphabetindexer_liang", + "value": "梁" + }, + { + "name": "alphabetindexer_lei", + "value": "雷" + }, + { + "name": "alphabetindexer_lu", + "value": "卢" + }, + { + "name": "alphabetindexer_cui", + "value": "崔" + }, + { + "name": "alphabetindexer_list_display", + "value": "效果显示" + }, + { + "name": "alphabetindexer_color_select", + "value": "选择颜色" + }, + { + "name": "panel_show_minibar", + "value": "显示 Minibar 类型面版" + }, + { + "name": "panel_close_minibar", + "value": "关闭 Minibar 类型面版" + }, + { + "name": "panel_show_foldable", + "value": "显示 Foldable 类型面版" + }, + { + "name": "panel_close_foldable", + "value": "关闭 Foldable 类型面版" + }, + { + "name": "panel_show_temporary", + "value": "显示 Temporary 类型面版" + }, + { + "name": "panel_close_temporary", + "value": "关闭 Temporary 类型面版" + }, + { + "name": "checkbox_blueberry", + "value": "蓝莓" + }, + { + "name": "checkbox_orange", + "value": "橙子" + }, + { + "name": "checkbox_select_color", + "value": "选择颜色" + }, + { + "name": "checkbox_select_all", + "value": "全选" + }, + { + "name": "delete_list_item", + "value": "左划删除 listItem" + }, + { + "name": "normal_display", + "value": "效果展示" + }, + { + "name": "normal_options", + "value": "选项" + }, + { + "name": "datapanel_circle", + "value": "环型" + }, + { + "name": "datapanel_line", + "value": "线型" + }, + { + "name": "progress_linear", + "value": "线型" + }, + { + "name": "progress_eclipse", + "value": "月食样式" + }, + { + "name": "progress_scalering", + "value": "刻度环型" + }, + { + "name": "progress_ring", + "value": "环型" + }, + { + "name": "progress_capsule", + "value": "胶囊样式" + }, + { + "name": "progress_change", + "value": "调整进度" + }, + { + "name": "textclock_timeformat", + "value": "时间格式" + }, + { + "name": "scroll_horizontal", + "value": "横向滚动" + }, + { + "name": "scroll_vertical", + "value": "纵向滚动" + }, + { + "name": "interaction_disable_list", + "value": "列表禁用" + }, + { + "name": "interaction_show_one_alert", + "value": "显示单按键弹窗" + }, + { + "name": "interaction_show_two_alert", + "value": "显示双按键弹窗" + }, + { + "name": "interaction_placementontop", + "value": "显示位置:" + }, + { + "name": "interaction_mask", + "value": "屏蔽周边事件:" + }, + { + "name": "interaction_arrowoffset", + "value": "调整箭头:" + }, + { + "name": "interaction_showpopup", + "value": "显示弹窗" + }, + { + "name": "interaction_showcustompopup", + "value": "显示自定义弹窗" + }, + { + "name": "interaction_disable", + "value": "组件禁用:" + }, + { + "name": "action_sheet_dialog", + "value": "ActionSheetDialog 列表选择弹框" + }, + { + "name": "action_sheet_title_autoCancel", + "value": "弹窗是否自动取消" + }, + { + "name": "action_sheet_click_sheets", + "value": "点击选项内容" + }, + { + "name": "action_sheet_dialog_click_content", + "value": "点击内容" + }, + { + "name": "text_picker_dialog", + "value": "TextPickerDialog 文本滑动选择器弹窗" + }, + { + "name": "text_picker_show", + "value": "显示文本弹窗" + }, + { + "name": "text_picker_click_text", + "value": "点击文字" + }, + { + "name": "text_picker_text_banana", + "value": "香蕉" + }, + { + "name": "text_picker_text_grape", + "value": "葡萄" + }, + { + "name": "text_picker_text_orange", + "value": "橘子" + }, + { + "name": "text_picker_text_apple", + "value": "苹果" + }, + { + "name": "text_picker_text_peach", + "value": "梨子" + }, + { + "name": "global_menu", + "value": "BindContextMenu 菜单" + }, + { + "name": "global_menu_create_way", + "value": "创建方式" + }, + { + "name": "global_menu_click_right", + "value": "右击" + }, + { + "name": "global_menu_long_press", + "value": "长按" + }, + { + "name": "global_menu_close", + "value": "点击关闭菜单" + }, + { + "name": "component_transition", + "value": "component transition 组件内转场" + }, + { + "name": "component_transition_show", + "value": "显示" + }, + { + "name": "component_transition_hide", + "value": "隐藏" + }, + { + "name": "animate_to", + "value": "animateTo 显示动画" + }, + { + "name": "attribute_animation", + "value": "animation 属性动画" + }, + { + "name": "motion_path", + "value": "motionPath 路径动画" + }, + { + "name": "animate_over", + "value": "动画播放完成" + }, + { + "name": "attribute_animation_change_size", + "value": "改变大小" + }, + { + "name": "attribute_animation_change_rotation", + "value": "改变旋转角度" + }, + { + "name": "attribute_animation_set_curve", + "value": "设置动画shrap曲线" + }, + { + "name": "attribute_animation_delay", + "value": "延时3s" + }, + { + "name": "attribute_animation_play_speed", + "value": "播放速度" + }, + { + "name": "attribute_animation_unlimited_playback", + "value": "无限播放" + }, + { + "name": "attribute_animation_play_complete", + "value": "播放完成" + }, + { + "name": "attribute_animation_play_count", + "value": "播放2次" + }, + { + "name": "motion_path_click_me", + "value": "点击我" + }, + { + "name": "general_mount", + "value": "挂载卸载事件" + }, + { + "name": "general_mount_toast", + "value": "挂载图片" + }, + { + "name": "general_unmount_toast", + "value": "卸载图片" + }, + { + "name": "general_mount_text", + "value": "点击我挂载卸载图片" + }, + { + "name": "general_drag", + "value": "拖拽事件" + }, + { + "name": "general_drag_text_one", + "value": "这里有三个文本元素,长按文本拖到下方列表中" + }, + { + "name": "general_drag_text_two", + "value": "这是一个列表元素" + }, + { + "name": "drag_list_one", + "value": "One" + }, + { + "name": "drag_list_two", + "value": "Two" + }, + { + "name": "drag_list_three", + "value": "Three" + }, + { + "name": "drag_list_four", + "value": "Four" + }, + { + "name": "size_size", + "value": "大小" + }, + { + "name": "size_padding", + "value": "内边距" + }, + { + "name": "size_margin", + "value": "外边距" + }, + { + "name": "size_constraintSize", + "value": "约束大小" + }, + { + "name": "size_size_padding_one", + "value": "上下左右内边距10vp" + }, + { + "name": "size_size_padding_two", + "value": "上内边距20%" + }, + { + "name": "size_size_margin_one", + "value": "上下左右外边距10vp" + }, + { + "name": "size_size_margin_two", + "value": "上外距20%" + }, + { + "name": "size_size_constraintSize_one", + "value": "约束最大宽高90vp" + }, + { + "name": "size_size_constraintSize_two", + "value": "约束最小宽高80vp" + }, + { + "name": "keyPress_event", + "value": "按压事件" + }, + { + "name": "focus_event_description", + "value": "按压外接键盘Tab键获取焦点,再按上下键切换焦点" + }, + { + "name": "focus_event_button_one", + "value": "第一个按钮" + }, + { + "name": "custom_click_event_button", + "value": "Click" + }, + { + "name": "custom_Scrolling_event_button", + "value": "Scrolling" + }, + { + "name": "custom_judge_title", + "value": "Judge" + }, + { + "name": "custom_judge_long_press", + "value": "长按响应区域" + }, + { + "name": "custom_long_press_prompt", + "value": "长按上半区蓝色区域,蓝色区域响应" + }, + { + "name": "custom_judge_click", + "value": "点击响应区域" + }, + { + "name": "custom_tap_prompt", + "value": "点击下半区黄色区域,黄色区域响应" + }, + { + "name": "custom_bigcircle_prompt", + "value": "大圈事件已响应" + }, + { + "name": "custom_smallcircle_prompt", + "value": "小圈事件已响应" + }, + { + "name": "focus_event_button_two", + "value": "第二个按钮" + }, + { + "name": "focus_event_button_three", + "value": "第三个按钮" + }, + { + "name": "focus_event_toast_text", + "value": "触发焦点" + }, + { + "name": "press_event_toast_text", + "value": "触发按键事件" + }, + { + "name": "press_event_toast_description", + "value": "按压外接键盘任何键" + }, + { + "name": "mouse_event_move_description", + "value": "使用外接鼠标移入按钮" + }, + { + "name": "mouse_event_click_description", + "value": "使用外接鼠标点击按钮" + }, + { + "name": "mouse_event_hover_description", + "value": "鼠标移入" + }, + { + "name": "mouse_event_onHover_description", + "value": "鼠标未移入" + }, + { + "name": "mouse_event_onMouse_text", + "value": "onMouse" + }, + { + "name": "mouse_event_mouseBtn_none", + "value": "None" + }, + { + "name": "mouse_event_mouseBtn_left", + "value": "Left" + }, + { + "name": "mouse_event_mouseBtn_right", + "value": "Right" + }, + { + "name": "mouse_event_mouseBtn_back", + "value": "Back" + }, + { + "name": "mouse_event_mouseBtn_forward", + "value": "Forward" + }, + { + "name": "mouse_event_mouseBtn_middle", + "value": "Middle" + }, + { + "name": "mouse_event_mouseAction_hover", + "value": "Hover" + }, + { + "name": "mouse_event_mouseAction_press", + "value": "Press" + }, + { + "name": "mouse_event_mouseAction_move", + "value": "Move" + }, + { + "name": "mouse_event_mouseAction_release", + "value": "Release" + }, + { + "name": "scroll_event", + "value": "组件可见区域变化事件" + }, + { + "name": "custom_event", + "value": "组件自定义事件分发" + }, + { + "name": "scroll_event_description", + "value": "滑动列表使图片消失和显示" + }, + { + "name": "scroll_event_toast_visible", + "value": "爱心图片完全可见" + }, + { + "name": "scroll_event_toast_invisible", + "value": "爱心图片完全消失" + }, + { + "name": "location_settings", + "value": "location 位置设置" + }, + { + "name": "location_settings_align", + "value": "对齐方式" + }, + { + "name": "location_settings_direction", + "value": "水平布局" + }, + { + "name": "location_settings_position", + "value": "绝对定位" + }, + { + "name": "location_settings_markAnchor", + "value": "设置锚点" + }, + { + "name": "location_settings_offset", + "value": "相对定位" + }, + { + "name": "location_settings_alignRules", + "value": "对齐规则" + }, + { + "name": "location_settings_bottom_end", + "value": "Bottom end" + }, + { + "name": "location_settings_top_start", + "value": "Top start" + }, + { + "name": "location_settings_center", + "value": "Center" + }, + { + "name": "location_settings_position_text", + "value": "position(30, 10)" + }, + { + "name": "location_settings_position_offSet_text", + "value": "offset(15, 30)" + }, + { + "name": "layout_constrain", + "value": "布局约束" + }, + { + "name": "layout_constrain_aspectRatio", + "value": "组件宽高比" + }, + { + "name": "layout_constrain_displayPriority", + "value": "组件优先级" + }, + { + "name": "layout_constrain_big_container", + "value": "大型容器" + }, + { + "name": "layout_constrain_middle_container", + "value": "中型容器" + }, + { + "name": "layout_constrain_small_container", + "value": "小型容器" + }, + { + "name": "layout_constrain_children_one", + "value": "1:(priority:2)" + }, + { + "name": "layout_constrain_children_two", + "value": "2:(priority:1)" + }, + { + "name": "layout_constrain_children_three", + "value": "3:(priority:3)" + }, + { + "name": "layout_constrain_children_four", + "value": "4:(priority:1)" + }, + { + "name": "layout_constrain_children_five", + "value": "5:(priority:2)" + }, + { + "name": "layout_constrain_one", + "value": "1" + }, + { + "name": "layout_constrain_two", + "value": "2" + }, + { + "name": "flex", + "value": "flex布局" + }, + { + "name": "flex_flexBasis", + "value": "flexBasis" + }, + { + "name": "flex_flexGrow", + "value": "FlexGrow" + }, + { + "name": "flex_flexShrink", + "value": "FlexShrink" + }, + { + "name": "flex_alignSelf", + "value": "AlignSelf" + }, + { + "name": "flex_layoutWeight", + "value": "LayoutWeight" + }, + { + "name": "flex_no_layoutWeight", + "value": "On LayoutWeight" + }, + { + "name": "flex_no_alignSelf_70", + "value": "On alignSelf,height:70%" + }, + { + "name": "flex_end_alignSelf", + "value": "AlignSelf end" + }, + { + "name": "flex_end_alignSelf_100", + "value": "AlignSelf end" + }, + { + "name": "flex_shrink_0", + "value": "FlexShrink(0)" + }, + { + "name": "flex_shrink_default", + "value": "Default flexShrink" + }, + { + "name": "flex_shrink_1", + "value": "FlexShrink(1)" + }, + { + "name": "flex_grow_1", + "value": "FlexGrow(1)" + }, + { + "name": "flex_grow_2", + "value": "FlexGrow(2)" + }, + { + "name": "flex_no_alignSelf_100", + "value": "On alignSelf,height:100%" + }, + { + "name": "flex_basis_100", + "value": "FlexBasis(100)" + }, + { + "name": "flex_basis_auto", + "value": "FlexBasis(auto)" + }, + { + "name": "picture_border", + "value": "图片边框设置" + }, + { + "name": "scale", + "value": "scale 缩放" + }, + { + "name": "transform", + "value": "transform 变换矩阵" + }, + { + "name": "scale_image", + "value": "图片缩放" + }, + { + "name": "transform_image", + "value": "图片矩阵变化" + }, + { + "name": "transform_init", + "value": "创建四阶矩阵" + }, + { + "name": "transform_copy", + "value": "矩阵复制" + }, + { + "name": "transform_combine", + "value": "矩阵效果叠加" + }, + { + "name": "transform_invert", + "value": "矩阵效果反转" + }, + { + "name": "transform_translate", + "value": "矩阵平移效果" + }, + { + "name": "transform_scale", + "value": "矩阵缩放效果" + }, + { + "name": "transform_rotate", + "value": "矩阵旋转效果" + }, + { + "name": "transform_transformPoint", + "value": "矩阵坐标点转换效果" + }, + { + "name": "transform_combine_text", + "value": "x平移20,x放大两倍" + }, + { + "name": "transform_translate_text", + "value": "平移 x: 40, y: 40, z: 20" + }, + { + "name": "transform_scale_text", + "value": "宽高缩小一倍" + }, + { + "name": "transform_rotate_text", + "value": "旋转30度" + }, + { + "name": "transform_transformPoint_before", + "value": "矩阵变换后的坐标:[50,50]" + }, + { + "name": "transform_transformPoint_after", + "value": "矩阵变换后的坐标:[100,0]" + }, + { + "name": "shape_crop", + "value": "形状裁剪" + }, + { + "name": "shape_crop_clip", + "value": "裁剪" + }, + { + "name": "shape_crop_mask", + "value": "遮盖" + }, + { + "name": "grid_settings", + "value": "栅格设置" + }, + { + "name": "grid_settings_sm", + "value": "设备宽度为SM" + }, + { + "name": "grid_settings_md", + "value": "设备宽度为MD" + }, + { + "name": "grid_settings_lg", + "value": "设备宽度为LG" + }, + { + "name": "grid_settings_useSize", + "value": "UseSizeType" + }, + { + "name": "grid_settings_gridSpan", + "value": "GridSpan gridOffset" + }, + { + "name": "grid_edgeEffect_spring", + "value": "Grid edgeEffect spring" + }, + { + "name": "focus_control", + "value": "焦点控制" + }, + { + "name": "focus_control_tab", + "value": "按外接键盘Tab键切换焦点" + }, + { + "name": "focus_control_lastPageId", + "value": "lastPageId" + }, + { + "name": "focus_control_success", + "value": "请求成功" + }, + { + "name": "focus_control_failed", + "value": "请求失败" + }, + { + "name": "focus_control_request_focus", + "value": "选择水果请求聚焦" + }, + { + "name": "component_id", + "value": "组件标识" + }, + { + "name": "component_blurred", + "value": "组件背景模糊" + }, + { + "name": "component_blurred_thin", + "value": "薄材料" + }, + { + "name": "restore_id", + "value": "分布式迁移标识" + }, + { + "name": "gesture_process", + "value": "手势处理" + }, + { + "name": "bind_gesture_methods", + "value": "绑定手势方法" + }, + { + "name": "bind_gesture_priorityGesture", + "value": "priorityGesture会忽略text,优先识别父组件column" + }, + { + "name": "bind_gesture_parallelGesture", + "value": "parallelGesture识别父子组件column,text" + }, + { + "name": "double_click", + "value": "单指双击触发" + }, + { + "name": "long_press_text", + "value": "请单指长按我" + }, + { + "name": "long_press_cancel", + "value": "取消事件" + }, + { + "name": "pan_text", + "value": "双指拖动黑色框" + }, + { + "name": "pan_text_one", + "value": "单指左右拖动黑色框" + }, + { + "name": "pan_start", + "value": "开始" + }, + { + "name": "pan_end", + "value": "结束" + }, + { + "name": "pan_button", + "value": "修改PanGesture触发条件" + }, + { + "name": "pinch_description", + "value": "三指捏合黑色框" + }, + { + "name": "pinch_scale", + "value": "PinchGesture scale:\n" + }, + { + "name": "rotation_description", + "value": "双指旋转黑色框" + }, + { + "name": "swipe_description", + "value": "单指任一方向快速滑动黑色框" + }, + { + "name": "combinded_description", + "value": "先长按再拖动黑色框" + }, + { + "name": "transform_translate_invert", + "value": "放大两倍反转(缩小两倍)" + }, + { + "name": "key_press_description", + "value": "按压外接键盘Tab键,再按压任意键" + }, + { + "name": "april", + "value": "四月" + }, + { + "name": "bind_click", + "value": "点击我" + }, + { + "name": "canvas_components", + "value": "Canvas画布" + }, + { + "name": "canvas_component_attributes", + "value": "Attributes 属性" + }, + { + "name": "canvas_component_gradient", + "value": "CanvasGradient 渐变对象" + }, + { + "name": "canvas_component_image_bitmap", + "value": "ImageBitmap 位图对象" + }, + { + "name": "canvas_component_method", + "value": "Methods 方法" + }, + { + "name": "canvas_component_path_2d", + "value": "Path2D 路径对象" + }, + { + "name": "canvas_component_shadow", + "value": "Shadows 阴影" + }, + { + "name": "canvas_component_transform", + "value": "Transform 转换" + }, + { + "name": "canvas_canvasZone", + "value": "画布区域" + }, + { + "name": "canvas_attributesOperations", + "value": "属性操作" + }, + { + "name": "canvas_clearEffects", + "value": "清除效果" + }, + { + "name": "canvas_show_message", + "value": "已经打印到控制台" + }, + // Row + { + "name": "row_title", + "value": "Row 水平布局" + }, + { + "name": "row_introduction_arguments", + "value": "修改 Row 参数" + }, + { + "name": "row_introduction_properties", + "value": "修改 Row 属性" + }, + { + "name": "row_element_spacing", + "value": "元素间距" + }, + { + "name": "row_alignitems_top", + "value": "Top" + }, + { + "name": "row_alignitems_bottom", + "value": "Bottom" + }, + { + "name": "row_alignitems_center", + "value": "Center" + }, + { + "name": "row_justifycontent_start", + "value": "Start" + }, + { + "name": "row_justifycontent_center", + "value": "Center" + }, + { + "name": "row_justifycontent_end", + "value": "End" + }, + { + "name": "row_justifycontent_spacebetween", + "value": "SpaceBetween" + }, + { + "name": "row_justifycontent_spacearound", + "value": "SpaceAround" + }, + { + "name": "row_justifycontent_spaceevenly", + "value": "SpaceEvenly" + }, + { + "name": "row_justifycontent_description", + "value": "主轴对齐格式" + }, + { + "name": "row_alignitems_description", + "value": "交叉轴对齐格式" + }, + { + "name": "row_introduction_tips", + "value": "温馨提示:" + }, + { + "name": "row_tips", + "value": "当主轴对齐类型为 SpaceBetween、SpaceAround、SpaceEvenly 时, Row 组件的参数 space 不生效" + }, + // RowSplit + { + "name": "rowsplit_title", + "value": "RowSplit 水平分割布局" + }, + { + "name": "rowsplit_introduction_properties", + "value": "修改 RowSplit 可拖拽属性" + }, + { + "name": "rowsplit_drag", + "value": "拖拽开关" + }, + { + "name": "rowsplit_drag_divider", + "value": "左右拖动分割线来改变位置" + }, + // Column + { + "name": "column_title", + "value": "Column 垂直布局" + }, + { + "name": "column_introduction_arguments", + "value": "修改 Column 参数" + }, + { + "name": "column_introduction_properties", + "value": "修改 Column 属性" + }, + { + "name": "column_element_spacing", + "value": "元素间距" + }, + { + "name": "column_alignitems_start", + "value": "Start" + }, + { + "name": "column_alignitems_end", + "value": "End" + }, + { + "name": "column_alignitems_center", + "value": "Center" + }, + { + "name": "column_justifycontent_start", + "value": "Start" + }, + { + "name": "column_justifycontent_center", + "value": "Center" + }, + { + "name": "column_justifycontent_end", + "value": "End" + }, + { + "name": "column_justifycontent_spacebetween", + "value": "SpaceBetween" + }, + { + "name": "column_justifycontent_spacearound", + "value": "SpaceAround" + }, + { + "name": "column_justifycontent_spaceevenly", + "value": "SpaceEvenly" + }, + { + "name": "column_justifycontent_description", + "value": "主轴对齐格式" + }, + { + "name": "column_alignitems_description", + "value": "交叉轴对齐格式" + }, + { + "name": "column_introduction_tips", + "value": "温馨提示:" + }, + { + "name": "column_tips", + "value": "当主轴对齐类型为 SpaceBetween、SpaceAround、SpaceEvenly 时, Column 组件的参数 space 不生效" + }, + // ColumnSplit + { + "name": "columnsplit_title", + "value": "ColumnSplit 垂直分割布局" + }, + { + "name": "columnsplit_introduction_properties", + "value": "修改 ColumnSplit 可拖拽属性" + }, + { + "name": "columnsplit_drag", + "value": "拖拽开关" + }, + { + "name": "columnsplit_introduction_drag_divider", + "value": "上下拖动分割线来改变位置" + }, + // SideBarContainer + { + "name": "sidebarcontainer_title", + "value": "SideBarContainer 侧边栏" + }, + { + "name": "sidebarcontainer_content_text", + "value": "SideBarContainer:提供侧边栏可以显示和隐藏的侧边栏容器,通过子组件定义侧边栏和内容区,第一个子组件表示侧边栏,第二个子组件表示内容区。该组件从API Version 8开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。" + }, + { + "name": "sidebarcontainer_sidebar_text_one", + "value": "收藏" + }, + { + "name": "sidebarcontainer_sidebar_text_two", + "value": "主页" + }, + { + "name": "sidebarcontainer_argument", + "value": "修改 SideBarContainer 参数" + }, + { + "name": "sidebarcontainer_property", + "value": "修改 SideBarContainer 属性" + }, + { + "name": "sidebarcontainer_argument_type", + "value": "侧边栏显示类型" + }, + { + "name": "sidebarcontainer_type_embed", + "value": "Embed" + }, + { + "name": "sidebarcontainer_type_overlay", + "value": "Overlay" + }, + { + "name": "sidebarcontainer_show_switch", + "value": "显示开关" + }, + { + "name": "sidebarcontainer_left_margin", + "value": "控制按钮左边距" + }, + { + "name": "sidebarcontainer_top_margin", + "value": "控制按钮上边距" + }, + { + "name": "sidebarcontainer_show_button_switch", + "value": "控制按钮显示开关" + }, + { + "name": "sidebarcontainer_position_title", + "value": "侧边栏显示位置" + }, + { + "name": "sidebarcontainer_sidebar_show_position_start", + "value": "Start" + }, + { + "name": "sidebarcontainer_sidebar_show_position_end", + "value": "End" + }, + { + "name": "sidebarcontainer_min_width", + "value": "侧边栏最小宽度" + }, + { + "name": "sidebarcontainer_max_width", + "value": "侧边栏最大宽度" + }, + { + "name": "sidebarcontainer_auto_hide", + "value": "侧边栏最小状态时是否隐藏" + }, + { + "name": "sidebarcontainer_divider_width", + "value": "分割线宽度" + }, + { + "name": "sidebarcontainer_drag_divider", + "value": "拖动分割线来改变侧边栏大小" + }, + { + "name": "sidebarcontainer__is_show_true", + "value": "侧边栏已展开" + }, + { + "name": "sidebarcontainer__is_show_false", + "value": "侧边栏已关闭" + }, + // Stack + { + "name": "stack_title", + "value": "Stack 堆叠容器" + }, + { + "name": "stack_alignments_topstart", + "value": "TopStart" + }, + { + "name": "stack_alignments_top", + "value": "Top" + }, + { + "name": "stack_alignments_topend", + "value": "TopEnd" + }, + { + "name": "stack_alignments_start", + "value": "Start" + }, + { + "name": "stack_alignment_center", + "value": "Center" + }, + { + "name": "stack_alignment_end", + "value": "End" + }, + { + "name": "stack_alignments_bottomstart", + "value": "BottomStart" + }, + { + "name": "stack_alignments_bottom", + "value": "Bottom" + }, + { + "name": "stack_alignments_bottomend", + "value": "BottomEnd" + }, + { + "name": "stack_alignment", + "value": "AlignContent" + }, + { + "name": "stack_introduction", + "value": "修改 Stack 的属性&参数 alignContent" + }, + { + "name": "stack_introduction_zindex", + "value": "sub three 的 zindex" + }, + { + "name": "stack_zindex_four", + "value": "4" + }, + { + "name": "stack_zindex_one", + "value": "1" + }, + { + "name": "stack_zindex", + "value": "ZIndex" + }, + // Flex + { + "name": "flex_title", + "value": "Flex 弹性布局" + }, + { + "name": "flex_introduction_arguments", + "value": "修改 Flex 弹性布局的参数" + }, + { + "name": "flex_argument_direction", + "value": "direction" + }, + { + "name": "flex_argument_direction_row", + "value": "Row" + }, + { + "name": "flex_argument_direction_row_reverse", + "value": "RowReverse" + }, + { + "name": "flex_argument_direction_column", + "value": "Column" + }, + { + "name": "flex_argument_direction_column_reverse", + "value": "ColumnReverse" + }, + { + "name": "flex_argument_wrap", + "value": "修改本 flex 的 wrap" + }, + { + "name": "flex_argument_wrap_no_wrap", + "value": "NoWrap" + }, + { + "name": "flex_argument_wrap_wrap", + "value": "Wrap" + }, + { + "name": "flex_argument_wrap_wrap_reverse", + "value": "WrapReverse" + }, + { + "name": "flex_introduction_direction", + "value": "修改全部 Flex 的 direction" + }, + { + "name": "flex_argument_justifycontent", + "value": "修改本 Flex 的 justifyContent" + }, + { + "name": "flex_argument_justifycontent_start", + "value": "Start" + }, + { + "name": "flex_argument_justifycontent_center", + "value": "Center" + }, + { + "name": "flex_argument_justifycontent_End", + "value": "End" + }, + { + "name": "flex_argument_justifycontent_space_between", + "value": "SpaceBetween" + }, + { + "name": "flex_argument_justifycontent_space_around", + "value": "SpaceAround" + }, + { + "name": "flex_argument_justifycontent_speac_evenly", + "value": "SpaceEvenly" + }, + { + "name": "flex_argument_alignItems", + "value": "修改本 Flex 的 alignItems" + }, + { + "name": "flex_argumen_alignItems_auto", + "value": "auto" + }, + { + "name": "flex_argumen_alignItems_start", + "value": "Start" + }, + { + "name": "flex_argumen_alignItems_center", + "value": "Center" + }, + { + "name": "flex_argumen_alignItems_end", + "value": "End" + }, + { + "name": "flex_argumen_alignItems_stretch", + "value": "Stretch" + }, + { + "name": "flex_argumen_alignItems_baseline", + "value": "Baseline" + }, + { + "name": "flex_argument_alignContent", + "value": "修改本 Flex 的 alignContent" + }, + // gridContainer + { + "name": "gridcontainer_title", + "value": "GridContainer 栅格系统" + }, + { + "name": "gridcontainer_introdional_arguments", + "value": "修改 GridContainer 参数" + }, + { + "name": "gridcontainer_introdional_properties", + "value": "修改 GridContainer 属性" + }, + { + "name": "gridcontainer_sizetype", + "value": "sizeType" + }, + { + "name": "gridcontainer_sizetype_xs", + "value": "XS" + }, + { + "name": "gridcontainer_sizetype_sm", + "value": "SM" + }, + { + "name": "gridcontainer_sizetype_md", + "value": "MD" + }, + { + "name": "gridcontainer_sizetype_lg", + "value": "LG" + }, + { + "name": "gridcontainer_sizetype_auto", + "value": "Auto" + }, + { + "name": "gridcontainer_column", + "value": "columns" + }, + { + "name": "gridcontainer_gutter", + "value": "gutter" + }, + { + "name": "gridcontainer_margin", + "value": "margin" + }, + { + "name": "image_video_and_media", + "value": "图片视频与媒体" + }, + { + "name": "image_title", + "value": "Image 图片" + }, + { + "name": "image_animator_title", + "value": "ImageAnimator 逐帧播放图片" + }, + { + "name": "video_title", + "value": "视频分析" + }, + { + "name": "video_basic_title", + "value": "计算两个图像差值的绝对值" + }, + { + "name": "machine_learn_title", + "value": "训练" + }, + { + "name": "machine_model_train_title", + "value": "模型训练" + }, + { + "name": "xcomponent_title", + "value": "XComponent 绘制组件" + }, + { + "name": "plugin_component_title", + "value": "PluginComponent 嵌入式显示" + }, + { + "name": "image_show_test", + "value": "图像展示" + }, + { + "name": "image_object_fit", + "value": "ObjectFit" + }, + { + "name": "image_sourcesize_height", + "value": "裁剪高度" + }, + { + "name": "image_sourcesize_width", + "value": "裁剪宽度" + }, + { + "name": "object_fit_cover", + "value": "Cover" + }, + { + "name": "object_fit_contain", + "value": "Contain" + }, + { + "name": "object_fit_auto", + "value": "Auto" + }, + { + "name": "object_fit_fill", + "value": "Fill" + }, + { + "name": "object_fit_scale_down", + "value": "ScaleDown" + }, + { + "name": "object_fit_none", + "value": "None" + }, + { + "name": "object_fit_change", + "value": "缩放类型" + }, + { + "name": "image_sourcesize_change", + "value": "裁剪尺寸" + }, + { + "name": "image_rendermode_original", + "value": "Original" + }, + { + "name": "image_rendermode_template", + "value": "Template" + }, + { + "name": "image_renderMode_change", + "value": "渲染模式" + }, + { + "name": "image_repeat_xy", + "value": "XY" + }, + { + "name": "image_repeat_x", + "value": "X" + }, + { + "name": "image_repeat_y", + "value": "Y" + }, + { + "name": "image_repeat_no", + "value": "No Repeat" + }, + { + "name": "image_repeat_change", + "value": "重复样式" + }, + { + "name": "image_fill_color_title", + "value": "填充颜色(仅svg图源生效)" + }, + { + "name": "image_animator_show", + "value": "图片帧播放展示" + }, + { + "name": "image_animator_control", + "value": "图片帧播放控制" + }, + { + "name": "video_show", + "value": "视频展示" + }, + { + "name": "video_auto_play", + "value": "自动播放" + }, + { + "name": "video_controls_show", + "value": "控制栏显示" + }, + { + "name": "video_muted_show", + "value": "静音" + }, + { + "name": "video_fit_change", + "value": "视频显示模式" + }, + { + "name": "video_loop_show", + "value": "循环播放" + }, + { + "name": "video_current_rate_change", + "value": "倍速" + }, + { + "name": "video_play_mode", + "value": "播放模式选择" + }, + { + "name": "video_play_switch", + "value": "播放属性开关" + }, + { + "name": "web_title", + "value": "web 网页" + }, + { + "name": "web_show", + "value": "网页展示" + }, + { + "name": "web_use_reason", + "value": "reason" + }, + { + "name": "xcomponent_show", + "value": "XComponent 画布展示" + }, + { + "name": "textarea_title", + "value": "TextArea 多行文本输入框" + }, + { + "name": "patternlock_title", + "value": "PatternLock 图案密码锁" + }, + { + "name": "search_title", + "value": "Search 搜索框" + }, + { + "name": "textarea_textalign_start", + "value": "Start" + }, + { + "name": "textarea_textalign_end", + "value": "End" + }, + { + "name": "textarea_textalign_center", + "value": "Center" + }, + { + "name": "textareaa_textalign_change", + "value": "水平对齐" + }, + { + "name": "textarea_show", + "value": "多行文本输入框展示" + }, + { + "name": "textarea_control", + "value": "参数控制" + }, + { + "name": "textarea_copyoptions_none", + "value": "None" + }, + { + "name": "textarea_copyoptions_inapp", + "value": "In App" + }, + { + "name": "textarea_copyoptions_localdevice", + "value": "Local Device" + }, + { + "name": "textarea_copyoptions_change", + "value": "可否复制" + }, + { + "name": "textarea_placeholder_change", + "value": "placeholder文本颜色" + }, + { + "name": "textarea_caretcolor_change", + "value": "输入框光标颜色" + }, + { + "name": "patternlock_active_color", + "value": "圆点激活状态颜色" + }, + { + "name": "patternlock_path_color", + "value": "连线颜色" + }, + { + "name": "patternlock_select_color", + "value": "圆点选中状态颜色" + }, + { + "name": "patternlock_regular_color", + "value": "圆点未选中状态颜色" + }, + { + "name": "patternlock_side_length", + "value": "宫格宽高" + }, + { + "name": "patternlock_circle_radius", + "value": "圆点半径" + }, + { + "name": "patternlock_pathstroke_width", + "value": "连线宽度" + }, + { + "name": "patternlock_change", + "value": "图案密码参数" + }, + { + "name": "search_copyOption_change", + "value": "可否复制" + }, + { + "name": "search_placeholder_change", + "value": "搜索框文本颜色" + }, + { + "name": "search_textalign_change", + "value": "水平对齐" + }, + { + "name": "search_change", + "value": "搜索框参数" + }, + // List + { + "name": "list_title", + "value": "List 列表容器" + }, + { + "name": "list_introduction_arguments", + "value": "修改 List 参数" + }, + { + "name": "list_introduction_properties", + "value": "修改 List 属性" + }, + { + "name": "list_introduction_state", + "value": "状态栏" + }, + { + "name": "list_properties_direction", + "value": "listDirection" + }, + { + "name": "list_properties_direction_vertical", + "value": "Vertical" + }, + { + "name": "list_properties_direction_Horizontal", + "value": "Horizontal" + }, + { + "name": "list_argument_space", + "value": "space" + }, + { + "name": "list_properties_divider_stroke_width", + "value": "divider - strokeWidth" + }, + { + "name": "list_properties_divider_color", + "value": "divider - color" + }, + { + "name": "list_properties_scroll_bar", + "value": "scrollBar" + }, + { + "name": "list_properties_scroll_bar_off", + "value": "Off" + }, + { + "name": "list_properties_scroll_bar_on", + "value": "On" + }, + { + "name": "list_properties_scroll_bar_auto", + "value": "Auto" + }, + { + "name": "list_properties_initial_index", + "value": "initialIndex" + }, + { + "name": "list_properties_edge_effect", + "value": "edgeEffect" + }, + { + "name": "list_properties_edge_effect_spring", + "value": "Spring" + }, + { + "name": "list_properties_edge_effect_fade", + "value": "Fade" + }, + { + "name": "list_properties_edge_effect_none", + "value": "None" + }, + { + "name": "list_properties_chain_animation", + "value": "chainAnimation(需要 edgeEffect 为 Spring)" + }, + { + "name": "list_properties_multi_selectable", + "value": "multiSelectable " + }, + { + "name": "list_properties_lanes", + "value": "lanes" + }, + { + "name": "list_properties_align_list_item", + "value": "alignListItem" + }, + { + "name": "list_properties_align_list_item_start", + "value": "Start" + }, + { + "name": "list_properties_align_list_item_Center", + "value": "Center" + }, + { + "name": "list_properties_align_list_item_End", + "value": "End" + }, + { + "name": "list_introduction_delete", + "value": "左划 item 以删除" + }, + { + "name": "list_item_title", + "value": "ListItem" + }, + { + "name": "list_item_properties_selectable", + "value": "selectable" + }, + { + "name": "list_item_introduction_drag", + "value": "请用鼠标拖动 item 查看 selectable 属性效果" + }, + { + "name": "list_item_introduction_properties", + "value": "修改 ListItem 的属性" + }, + // Grid + { + "name": "grid_title", + "value": "Grid" + }, + { + "name": "grid_item_title", + "value": "GridItem" + }, + { + "name": "grid_properties_columns_template", + "value": "columnsTemplate(控制第三列所占比例)" + }, + { + "name": "grid_properties_columns_gap", + "value": "columnsGap" + }, + { + "name": "girid_properties_rows_gap", + "value": "rowsGap" + }, + { + "name": "grid_properties_layout_direction", + "value": "layoutDirection" + }, + { + "name": "grid_properties_layout_direction_row", + "value": "Row" + }, + { + "name": "grid_properties_layout_direction_column", + "value": "Column" + }, + { + "name": "grid_properties_layout_direction_row_reverse", + "value": "RowReverse" + }, + { + "name": "grid_properties_layout_direction_column_reverse", + "value": "ColumnReverse" + }, + { + "name": "grid_properties_rows_template", + "value": "rowsTemplate(控制第三行所占比例)" + }, + // GridItem + { + "name": "grid_item_introduction", + "value": "修改 1 的位置" + }, + { + "name": "grid_item_row_start", + "value": "修改起始行号" + }, + { + "name": "grid_item_row_end", + "value": "修改终点行号" + }, + { + "name": "grid_item_column_start", + "value": "修改起始列号" + }, + { + "name": "grid_item_column_end", + "value": "修改终点列号" + }, + // Swiper + { + "name": "swiper_title", + "value": "swiper" + }, + { + "name": "swiper_introduction", + "value": "左右滑动切换页面" + }, + { + "name": "swiper_introduction_arguments", + "value": "SwiperController 控制器" + }, + { + "name": "swiper_introduction_properties", + "value": "修改 Swiper 的属性" + }, + { + "name": "swiper_properties_disable_swipe", + "value": "是否禁用左右滑动切换功能" + }, + { + "name": "swiper_properties_item_space", + "value": "滑动页面间隙" + }, + { + "name": "swiper_properties_vertical", + "value": "是否为纵向滑动" + }, + { + "name": "swiper_properties_duration", + "value": "滑动切换的动画时长(单位: ms)" + }, + { + "name": "swiper_properties_loop", + "value": "是否开启首尾循环" + }, + { + "name": "swiper_properties_auto_play", + "value": "是否开启自动循环播放" + }, + { + "name": "swiper_properties_interval", + "value": "自动播放的时间间隔(单位: ms)" + }, + { + "name": "swiper_controller_next", + "value": "下一页" + }, + { + "name": "swiper_controller_previous", + "value": "上一页" + }, + // Navigation + { + "name": "navRouter_title", + "value": "NavRouter" + }, + { + "name": "navigation_title", + "value": "Navigation" + }, + { + "name": "navigation_first_page", + "value": "Navigation 第一个页面" + }, + { + "name": "navigation_second_page", + "value": "Navigation 第二个页面" + }, + { + "name": "navigation_third_page", + "value": "Navigation 第三个页面" + }, + { + "name": "navigation_first_page_push", + "value": "去往第二个页面" + }, + { + "name": "navigation_first_page_active", + "value": "点击切换 activate 状态" + }, + { + "name": "navigation_second_page_push", + "value": "去往第三个页面" + }, + { + "name": "navigation_third_page_back", + "value": "返回第一个页面" + }, + // Tab + { + "name": "tabs_title", + "value": "Tabs" + }, + { + "name": "tabs_introduction_arguments", + "value": "修改 Tabs 的参数" + }, + { + "name": "tabs_introduction_properties", + "value": "修改 Tabs 的属性" + }, + { + "name": "tabs_arguments_bar_position", + "value": "barPosition" + }, + { + "name": "tabs_arguments_bar_position_start", + "value": "Start" + }, + { + "name": "tabs_arguments_bar_position_end", + "value": "End" + }, + { + "name": "tabs_properties_vertical", + "value": "vertical" + }, + { + "name": "tabs_properties_bar_mode", + "value": "barMode" + }, + { + "name": "tabs_properties_bar_mode_fixed", + "value": "Fixed" + }, + { + "name": "tabs_properties_bar_scrollable", + "value": "Scrollable" + }, + { + "name": "tabs_properties_is_scrollable", + "value": "scrollable" + }, + { + "name": "tabs_properties_animation_duration", + "value": "animationDuration(ms)" + }, + { + "name": "tabs_arguments_controller", + "value": "(TabsController)切换到指定索引" + }, + // TabContent + { + "name": "tab_content_title", + "value": "TabContent" + }, + { + "name": "tab_content_introduction", + "value": "子页签/底部页签切换器" + }, + { + "name": "tab_content_side", + "value": "切换侧边栏" + }, + // Stepper + { + "name": "stepper_title", + "value": "Stepper&StepperItem" + }, + { + "name": "canvas_title", + "value": "Canvas 画布" + }, + { + "name": "circle_title", + "value": "Circle 圆形" + }, + { + "name": "ellipse_title", + "value": "Ellipse 椭圆" + }, + { + "name": "line_title", + "value": "Line 直线" + }, + { + "name": "polyline_title", + "value": "Polyline 折线" + }, + { + "name": "path_title", + "value": "Path 路径" + }, + { + "name": "polygon_title", + "value": "Polygon 多边形" + }, + { + "name": "rect_title", + "value": "Rect 矩形" + }, + { + "name": "shape_title", + "value": "Shape 指定图形" + }, + { + "name": "circle_change", + "value": "圆形参数" + }, + { + "name": "circle_change_fill", + "value": "填充色" + }, + { + "name": "circle_change_radius", + "value": "圆形半径" + }, + { + "name": "circle_change_fillopacity", + "value": "圆形填充透明度" + }, + { + "name": "circle_change_strokewidth", + "value": "边框宽度" + }, + { + "name": "circle_stroke_dash", + "value": "边框间隙" + }, + { + "name": "circle_stroke_color", + "value": "边框颜色" + }, + { + "name": "circle_stroke_opacity", + "value": "边框透明度" + }, + { + "name": "ellipse_fill", + "value": "填充色" + }, + { + "name": "ellipse_stroke_color", + "value": "边框颜色" + }, + { + "name": "ellipse_stroke_width", + "value": "边框宽度" + }, + { + "name": "ellipse_width", + "value": "椭圆宽度" + }, + { + "name": "ellipse_height", + "value": "椭圆高度" + }, + { + "name": "ellipse_fill_opacity", + "value": "填充透明度" + }, + { + "name": "ellipse_stroke_opacity", + "value": "边框透明度" + }, + { + "name": "ellipse_stroke_dash", + "value": "边框间隙" + }, + { + "name": "line_start_point_x", + "value": "直线起点x值" + }, + { + "name": "line_start_point_y", + "value": "直线起点y值" + }, + { + "name": "line_end_point_x", + "value": "直线终点x值" + }, + { + "name": "line_end_point_y", + "value": "直线终点y值" + }, + { + "name": "line_stroke_width", + "value": "直线宽度" + }, + { + "name": "line_stroke_color", + "value": "直线颜色" + }, + { + "name": "line_stroke_opacity", + "value": "透明度" + }, + { + "name": "line_stroke_dash", + "value": "间隙" + }, + { + "name": "polygon_fill", + "value": "填充色" + }, + { + "name": "polygon_fill_opacity", + "value": "填充透明度" + }, + { + "name": "polygon_stroke_color", + "value": "边框颜色" + }, + { + "name": "polygon_stroke_opacity", + "value": "边框透明度" + }, + { + "name": "polygon_stroke_width", + "value": "边框宽度" + }, + { + "name": "polygon_stroke_dash", + "value": "边框间隙" + }, + { + "name": "polyline_first_x", + "value": "第一个点x值" + }, + { + "name": "polyline_first_y", + "value": "第一个点y值" + }, + { + "name": "polyline_second_x", + "value": "第二个点x值" + }, + { + "name": "polyline_second_y", + "value": "第二个点y值" + }, + { + "name": "polyline_third_x", + "value": "第三个点x值" + }, + { + "name": "polyline_third_y", + "value": "第三个点y值" + }, + { + "name": "polyline_stroke_width", + "value": "边框宽度" + }, + { + "name": "polyline_stroke_color", + "value": "边框颜色" + }, + { + "name": "polyline_stroke_dash", + "value": "边框间隙" + }, + { + "name": "polyline_stroke_opacity", + "value": "边框透明度" + }, + { + "name": "rect_height", + "value": "矩形高度" + }, + { + "name": "rect_width", + "value": "矩形宽度" + }, + { + "name": "rect_radius_width", + "value": "圆角宽度" + }, + { + "name": "rect_radius_height", + "value": "圆角高度" + }, + { + "name": "rect_fill_opacity", + "value": "填充透明度" + }, + { + "name": "rect_stroke", + "value": "边框颜色" + }, + { + "name": "rect_stroke_width", + "value": "边框宽度" + }, + { + "name": "rect_stroke_dash", + "value": "边框间隙" + }, + { + "name": "rect_stroke_opacity", + "value": "边框透明度" + }, + { + "name": "rect_fill", + "value": "填充色" + }, + { + "name": "path_line", + "value": "M0 0 L600 0" + }, + { + "name": "path_triangle", + "value": "M100 0 L200 240 L0 240 Z" + }, + { + "name": "path_square", + "value": "M0 0 H200 V200 H0 Z" + }, + { + "name": "path_polygon", + "value": "M100 0 L0 100 L50 200 L150 200 L200 100 Z" + }, + { + "name": "path_camber_first", + "value": "M0 300 S100 0 240 300 Z" + }, + { + "name": "path_camber_second", + "value": "M0 150 C0 100 140 0 200 150 L100 300 Z" + }, + { + "name": "path_camber_third", + "value": "M0 100 A30 20 20 0 0 200 100 Z" + }, + { + "name": "path_commands_select", + "value": "路径选择" + }, + { + "name": "path_fill", + "value": "填充色" + }, + { + "name": "path_fill_opacity", + "value": "填充透明度" + }, + { + "name": "path_stroke_color", + "value": "边框颜色" + }, + { + "name": "path_stroke_opacity", + "value": "边框透明度" + }, + { + "name": "path_stroke_dash", + "value": "边框间隙" + }, + { + "name": "path_stroke_width", + "value": "边框宽度" + }, + { + "name": "shape_fill", + "value": "填充色" + }, + { + "name": "shape_stroke_color", + "value": "边框颜色" + }, + { + "name": "shape_view_port_x", + "value": "视口x值" + }, + { + "name": "shape_view_port_y", + "value": "视口y值" + }, + { + "name": "shape_view_port_width", + "value": "视口宽度" + }, + { + "name": "shape_view_port_height", + "value": "视口高度" + }, + { + "name": "shape_stroke_opacity", + "value": "边框透明度" + }, + { + "name": "shape_fill_opacity", + "value": "填充透明度" + }, + { + "name": "shape_stroke_width", + "value": "边框宽度" + }, + { + "name": "shape_stroke_dash", + "value": "边框间隙" + }, + { + "name": "web", + "value": "网页" + }, + // scrollTo 动效增强 + { + "name": "scroll_To_effect", + "value": "ScrollTo 动效" + }, + { + "name": "scroller", + "value": "Scroller" + }, + { + "name": "list", + "value": "List" + }, + { + "name": "grid", + "value": "Grid" + }, + { + "name": "waterFlow", + "value": "WaterFlow" + }, + { + "name": "tabs_switch_effect", + "value": "Tabs 模糊切换" + }, + { + "name": "image_fit_Full_effect", + "value": "Image fit/full 动效" + }, + { + "name": "particle_effect", + "value": "Particle 粒子效果" + }, + { + "name": "particle_spawn", + "value": "生成" + }, + { + "name": "particle_spawn_stop", + "value": "停止" + }, + { + "name": "navigator_first_page", + "value": "Navigator 第一个页面" + }, + { + "name": "navigator_second_page", + "value": "Navigator 第二个页面" + }, + { + "name": "navigator_third_page", + "value": "Navigator 第三个页面" + }, + { + "name": "navigator_first_page_push", + "value": "去往第二个页面" + }, + { + "name": "navigator_first_page_active", + "value": "点击切换 activate 状态" + }, + { + "name": "navigator_second_page_push", + "value": "去往第三个页面" + }, + { + "name": "navigator_third_page_back", + "value": "返回第一个页面" + }, + { + "name": "navigator_return_message", + "value": "hello! 这是第一个页面传过来的参数" + } + ] +} diff --git a/function/communication/bluetooth/entry/src/ohosTest/ets/test/Ability.test.ets b/function/communication/bluetooth/bletest/entry/src/ohosTest/ets/test/Ability.test.ets similarity index 73% rename from function/communication/bluetooth/entry/src/ohosTest/ets/test/Ability.test.ets rename to function/communication/bluetooth/bletest/entry/src/ohosTest/ets/test/Ability.test.ets index 8aa3749775f69d9055a9b87cb15f8905acd989bc..afd23ce9d14d2a98fe87281da2df6236e20b2356 100644 --- a/function/communication/bluetooth/entry/src/ohosTest/ets/test/Ability.test.ets +++ b/function/communication/bluetooth/bletest/entry/src/ohosTest/ets/test/Ability.test.ets @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import hilog from '@ohos.hilog'; import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'; diff --git a/function/communication/bluetooth/bletest/entry/src/ohosTest/ets/test/List.test.ets b/function/communication/bluetooth/bletest/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..3be23423391686fa8b1926d5a874e3bda4798df3 --- /dev/null +++ b/function/communication/bluetooth/bletest/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import abilityTest from './Ability.test'; + +export default function testsuite() { + abilityTest(); +} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/ohosTest/ets/testability/TestAbility.ets b/function/communication/bluetooth/bletest/entry/src/ohosTest/ets/testability/TestAbility.ets similarity index 78% rename from function/communication/wifi/entry/src/ohosTest/ets/testability/TestAbility.ets rename to function/communication/bluetooth/bletest/entry/src/ohosTest/ets/testability/TestAbility.ets index 9484761ccb050eef78e0468e36be45f045964d51..816d2edb08bbecb6c0fe021375e9941b3152643a 100644 --- a/function/communication/wifi/entry/src/ohosTest/ets/testability/TestAbility.ets +++ b/function/communication/bluetooth/bletest/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import UIAbility from '@ohos.app.ability.UIAbility'; import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; import hilog from '@ohos.hilog'; diff --git a/function/communication/bluetooth/entry/src/ohosTest/ets/testability/pages/Index.ets b/function/communication/bluetooth/bletest/entry/src/ohosTest/ets/testability/pages/Index.ets similarity index 30% rename from function/communication/bluetooth/entry/src/ohosTest/ets/testability/pages/Index.ets rename to function/communication/bluetooth/bletest/entry/src/ohosTest/ets/testability/pages/Index.ets index 423b4276eccd1d04d56471ae7a863c48015e8ae5..8802c95f2d40f05b883be987f877930d4a5416a9 100644 --- a/function/communication/bluetooth/entry/src/ohosTest/ets/testability/pages/Index.ets +++ b/function/communication/bluetooth/bletest/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -1,3 +1,17 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ @Entry @Component struct Index { diff --git a/function/communication/bluetooth/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ets b/function/communication/bluetooth/bletest/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ets similarity index 76% rename from function/communication/bluetooth/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ets rename to function/communication/bluetooth/bletest/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ets index 917d27a5e8db0f45eb0a88fbe33e1225492fef0b..6f2f038f3167223ddc3759920f85ac83935dcc64 100644 --- a/function/communication/bluetooth/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ets +++ b/function/communication/bluetooth/bletest/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ets @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import hilog from '@ohos.hilog'; import TestRunner from '@ohos.application.testRunner'; import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; diff --git a/function/communication/bluetooth/entry/src/ohosTest/module.json5 b/function/communication/bluetooth/bletest/entry/src/ohosTest/module.json5 similarity index 59% rename from function/communication/bluetooth/entry/src/ohosTest/module.json5 rename to function/communication/bluetooth/bletest/entry/src/ohosTest/module.json5 index 4fc9701701e879512edc8da21b356970a89e5166..7bfda1a783cf60783558deee959c7be643f7e9b2 100644 --- a/function/communication/bluetooth/entry/src/ohosTest/module.json5 +++ b/function/communication/bluetooth/bletest/entry/src/ohosTest/module.json5 @@ -1,3 +1,17 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ { "module": { "name": "entry_test", diff --git a/function/communication/bluetooth/entry/src/main/resources/base/element/color.json b/function/communication/bluetooth/bletest/entry/src/ohosTest/resources/base/element/color.json similarity index 100% rename from function/communication/bluetooth/entry/src/main/resources/base/element/color.json rename to function/communication/bluetooth/bletest/entry/src/ohosTest/resources/base/element/color.json diff --git a/function/communication/bluetooth/entry/src/ohosTest/resources/base/element/string.json b/function/communication/bluetooth/bletest/entry/src/ohosTest/resources/base/element/string.json similarity index 100% rename from function/communication/bluetooth/entry/src/ohosTest/resources/base/element/string.json rename to function/communication/bluetooth/bletest/entry/src/ohosTest/resources/base/element/string.json diff --git a/function/communication/bluetooth/entry/src/ohosTest/resources/base/media/icon.png b/function/communication/bluetooth/bletest/entry/src/ohosTest/resources/base/media/icon.png similarity index 100% rename from function/communication/bluetooth/entry/src/ohosTest/resources/base/media/icon.png rename to function/communication/bluetooth/bletest/entry/src/ohosTest/resources/base/media/icon.png diff --git a/function/communication/bluetooth/entry/src/ohosTest/resources/base/profile/test_pages.json b/function/communication/bluetooth/bletest/entry/src/ohosTest/resources/base/profile/test_pages.json similarity index 100% rename from function/communication/bluetooth/entry/src/ohosTest/resources/base/profile/test_pages.json rename to function/communication/bluetooth/bletest/entry/src/ohosTest/resources/base/profile/test_pages.json diff --git a/function/communication/bluetooth/bletest/entry/src/test/List.test.ets b/function/communication/bluetooth/bletest/entry/src/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..3bc7c739d1957b3a778de67db8992240584b6692 --- /dev/null +++ b/function/communication/bluetooth/bletest/entry/src/test/List.test.ets @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import localUnitTest from './LocalUnit.test'; + +export default function testsuite() { + localUnitTest(); +} \ No newline at end of file diff --git a/function/communication/bluetooth/entry/src/test/LocalUnit.test.ets b/function/communication/bluetooth/bletest/entry/src/test/LocalUnit.test.ets similarity index 72% rename from function/communication/bluetooth/entry/src/test/LocalUnit.test.ets rename to function/communication/bluetooth/bletest/entry/src/test/LocalUnit.test.ets index ed22d4dca5aebd6d638755a5ec15df57dc3c1ac0..67de6b0bbf4403ad486787462fcb41ddb46b6d15 100644 --- a/function/communication/bluetooth/entry/src/test/LocalUnit.test.ets +++ b/function/communication/bluetooth/bletest/entry/src/test/LocalUnit.test.ets @@ -1,3 +1,17 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'; export default function localUnitTest() { diff --git a/function/communication/bluetooth/hvigor/hvigor-config.json5 b/function/communication/bluetooth/bletest/hvigor/hvigor-config.json5 similarity index 100% rename from function/communication/bluetooth/hvigor/hvigor-config.json5 rename to function/communication/bluetooth/bletest/hvigor/hvigor-config.json5 diff --git a/function/communication/bluetooth/hvigor/hvigor-wrapper.js b/function/communication/bluetooth/bletest/hvigor/hvigor-wrapper.js similarity index 100% rename from function/communication/bluetooth/hvigor/hvigor-wrapper.js rename to function/communication/bluetooth/bletest/hvigor/hvigor-wrapper.js diff --git a/function/communication/bluetooth/hvigorfile.ts b/function/communication/bluetooth/bletest/hvigorfile.ts similarity index 100% rename from function/communication/bluetooth/hvigorfile.ts rename to function/communication/bluetooth/bletest/hvigorfile.ts diff --git a/function/communication/bluetooth/hvigorw b/function/communication/bluetooth/bletest/hvigorw similarity index 100% rename from function/communication/bluetooth/hvigorw rename to function/communication/bluetooth/bletest/hvigorw diff --git a/function/communication/bluetooth/hvigorw.bat b/function/communication/bluetooth/bletest/hvigorw.bat similarity index 100% rename from function/communication/bluetooth/hvigorw.bat rename to function/communication/bluetooth/bletest/hvigorw.bat diff --git a/function/communication/bluetooth/oh-package-lock.json5 b/function/communication/bluetooth/bletest/oh-package-lock.json5 similarity index 41% rename from function/communication/bluetooth/oh-package-lock.json5 rename to function/communication/bluetooth/bletest/oh-package-lock.json5 index ddc8a54dc3a0148e1eab04cfb0c1d72e5077c01f..bc5bbaf3cad97920e28b5a376607f6bdd76e08f2 100644 --- a/function/communication/bluetooth/oh-package-lock.json5 +++ b/function/communication/bluetooth/bletest/oh-package-lock.json5 @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + { "lockfileVersion": 1, "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", diff --git a/function/communication/bluetooth/oh-package.json5 b/function/communication/bluetooth/bletest/oh-package.json5 similarity index 100% rename from function/communication/bluetooth/oh-package.json5 rename to function/communication/bluetooth/bletest/oh-package.json5 diff --git a/function/communication/bluetooth/build-profile.json5 b/function/communication/bluetooth/build-profile.json5 deleted file mode 100644 index d7ddeff76abfc278dac43de1845bfd0a194dce80..0000000000000000000000000000000000000000 --- a/function/communication/bluetooth/build-profile.json5 +++ /dev/null @@ -1,36 +0,0 @@ -{ - "app": { - "signingConfigs": [], - "products": [ - { - "name": "default", - "signingConfig": "default", - "compileSdkVersion": 10, - "compatibleSdkVersion": 10, - "runtimeOS": "OpenHarmony", - } - ], - "buildModeSet": [ - { - "name": "debug", - }, - { - "name": "release" - } - ] - }, - "modules": [ - { - "name": "entry", - "srcPath": "./entry", - "targets": [ - { - "name": "default", - "applyToProducts": [ - "default" - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/function/communication/bluetooth/entry/oh-package.json5 b/function/communication/bluetooth/entry/oh-package.json5 deleted file mode 100644 index 248c3b7541a589682a250f86a6d3ecf7414d2d6a..0000000000000000000000000000000000000000 --- a/function/communication/bluetooth/entry/oh-package.json5 +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "entry", - "version": "1.0.0", - "description": "Please describe the basic information.", - "main": "", - "author": "", - "license": "", - "dependencies": {} -} - diff --git a/function/communication/bluetooth/entry/src/main/module.json5 b/function/communication/bluetooth/entry/src/main/module.json5 deleted file mode 100644 index f2ff2c7f12fb46a0656dd93857b72f7a1b057001..0000000000000000000000000000000000000000 --- a/function/communication/bluetooth/entry/src/main/module.json5 +++ /dev/null @@ -1,37 +0,0 @@ -{ - "module": { - "name": "entry", - "type": "entry", - "description": "$string:module_desc", - "mainElement": "EntryAbility", - "deviceTypes": [ - "default", - "tablet" - ], - "deliveryWithInstall": true, - "installationFree": false, - "pages": "$profile:main_pages", - "abilities": [ - { - "name": "EntryAbility", - "srcEntry": "./ets/entryability/EntryAbility.ets", - "description": "$string:EntryAbility_desc", - "icon": "$media:icon", - "label": "$string:EntryAbility_label", - "startWindowIcon": "$media:startIcon", - "startWindowBackground": "$color:start_window_background", - "exported": true, - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ] - } - ] - } -} \ No newline at end of file diff --git a/function/communication/bluetooth/entry/src/main/resources/base/element/string.json b/function/communication/bluetooth/entry/src/main/resources/base/element/string.json deleted file mode 100644 index f94595515a99e0c828807e243494f57f09251930..0000000000000000000000000000000000000000 --- a/function/communication/bluetooth/entry/src/main/resources/base/element/string.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "string": [ - { - "name": "module_desc", - "value": "module description" - }, - { - "name": "EntryAbility_desc", - "value": "description" - }, - { - "name": "EntryAbility_label", - "value": "label" - } - ] -} \ No newline at end of file diff --git a/function/communication/bluetooth/entry/src/main/resources/en_US/element/string.json b/function/communication/bluetooth/entry/src/main/resources/en_US/element/string.json deleted file mode 100644 index f94595515a99e0c828807e243494f57f09251930..0000000000000000000000000000000000000000 --- a/function/communication/bluetooth/entry/src/main/resources/en_US/element/string.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "string": [ - { - "name": "module_desc", - "value": "module description" - }, - { - "name": "EntryAbility_desc", - "value": "description" - }, - { - "name": "EntryAbility_label", - "value": "label" - } - ] -} \ No newline at end of file diff --git a/function/communication/bluetooth/entry/src/main/resources/zh_CN/element/string.json b/function/communication/bluetooth/entry/src/main/resources/zh_CN/element/string.json deleted file mode 100644 index 597ecf95e61d7e30367c22fe2f8638008361b044..0000000000000000000000000000000000000000 --- a/function/communication/bluetooth/entry/src/main/resources/zh_CN/element/string.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "string": [ - { - "name": "module_desc", - "value": "模块描述" - }, - { - "name": "EntryAbility_desc", - "value": "description" - }, - { - "name": "EntryAbility_label", - "value": "label" - } - ] -} \ No newline at end of file diff --git a/function/communication/bluetooth/entry/src/ohosTest/ets/test/List.test.ets b/function/communication/bluetooth/entry/src/ohosTest/ets/test/List.test.ets deleted file mode 100644 index 794c7dc4ed66bd98fa3865e07922906e2fcef545..0000000000000000000000000000000000000000 --- a/function/communication/bluetooth/entry/src/ohosTest/ets/test/List.test.ets +++ /dev/null @@ -1,5 +0,0 @@ -import abilityTest from './Ability.test'; - -export default function testsuite() { - abilityTest(); -} \ No newline at end of file diff --git a/function/communication/bluetooth/entry/src/ohosTest/ets/testability/TestAbility.ets b/function/communication/bluetooth/entry/src/ohosTest/ets/testability/TestAbility.ets deleted file mode 100644 index 9484761ccb050eef78e0468e36be45f045964d51..0000000000000000000000000000000000000000 --- a/function/communication/bluetooth/entry/src/ohosTest/ets/testability/TestAbility.ets +++ /dev/null @@ -1,50 +0,0 @@ -import UIAbility from '@ohos.app.ability.UIAbility'; -import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; -import hilog from '@ohos.hilog'; -import { Hypium } from '@ohos/hypium'; -import testsuite from '../test/List.test'; -import window from '@ohos.window'; -import Want from '@ohos.app.ability.Want'; -import AbilityConstant from '@ohos.app.ability.AbilityConstant'; - -export default class TestAbility extends UIAbility { - onCreate(want: Want, launchParam: AbilityConstant.LaunchParam) { - hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); - hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); - hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? ''); - let abilityDelegator: AbilityDelegatorRegistry.AbilityDelegator; - abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator(); - let abilityDelegatorArguments: AbilityDelegatorRegistry.AbilityDelegatorArgs; - abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments(); - hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); - Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite); - } - - onDestroy() { - hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); - } - - onWindowStageCreate(windowStage: window.WindowStage) { - hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); - windowStage.loadContent('testability/pages/Index', (err, data) => { - if (err.code) { - hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); - return; - } - hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', - JSON.stringify(data) ?? ''); - }); - } - - onWindowStageDestroy() { - hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); - } - - onForeground() { - hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); - } - - onBackground() { - hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); - } -} \ No newline at end of file diff --git a/function/communication/bluetooth/entry/src/ohosTest/resources/base/element/color.json b/function/communication/bluetooth/entry/src/ohosTest/resources/base/element/color.json deleted file mode 100644 index 3c712962da3c2751c2b9ddb53559afcbd2b54a02..0000000000000000000000000000000000000000 --- a/function/communication/bluetooth/entry/src/ohosTest/resources/base/element/color.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "color": [ - { - "name": "start_window_background", - "value": "#FFFFFF" - } - ] -} \ No newline at end of file diff --git a/function/communication/bluetooth/entry/src/test/List.test.ets b/function/communication/bluetooth/entry/src/test/List.test.ets deleted file mode 100644 index bb5b5c3731e283dd507c847560ee59bde477bbc7..0000000000000000000000000000000000000000 --- a/function/communication/bluetooth/entry/src/test/List.test.ets +++ /dev/null @@ -1,5 +0,0 @@ -import localUnitTest from './LocalUnit.test'; - -export default function testsuite() { - localUnitTest(); -} \ No newline at end of file diff --git a/function/communication/wifi/.gitignore b/function/communication/wifi/.gitignore deleted file mode 100644 index fbabf771011fe78f9919db0b1195ab6cadffc2b0..0000000000000000000000000000000000000000 --- a/function/communication/wifi/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -/node_modules -/oh_modules -/local.properties -/.idea -**/build -/.hvigor -.cxx -/.clangd -/.clang-format -/.clang-tidy -**/.test \ No newline at end of file diff --git a/function/communication/wifi/AppScope/app.json5 b/function/communication/wifi/AppScope/app.json5 deleted file mode 100644 index e0ee6eaedbcd05d3351bd9697527d8c1df8cb8c2..0000000000000000000000000000000000000000 --- a/function/communication/wifi/AppScope/app.json5 +++ /dev/null @@ -1,10 +0,0 @@ -{ - "app": { - "bundleName": "com.example.communication_wifi", - "vendor": "example", - "versionCode": 1000000, - "versionName": "1.0.0", - "icon": "$media:app_icon", - "label": "$string:app_name" - } -} diff --git a/function/communication/wifi/AppScope/resources/base/element/string.json b/function/communication/wifi/AppScope/resources/base/element/string.json deleted file mode 100644 index 892f70768a225dd9da9b52d428e92ef466e034bf..0000000000000000000000000000000000000000 --- a/function/communication/wifi/AppScope/resources/base/element/string.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "string": [ - { - "name": "app_name", - "value": "communication_wifi" - } - ] -} diff --git a/function/communication/wifi/AppScope/resources/base/media/app_icon.png b/function/communication/wifi/AppScope/resources/base/media/app_icon.png deleted file mode 100644 index cd45accb1dfd2fd0da16c732c72faa6e46b26521..0000000000000000000000000000000000000000 Binary files a/function/communication/wifi/AppScope/resources/base/media/app_icon.png and /dev/null differ diff --git a/function/communication/wifi/README_CN.md b/function/communication/wifi/README_CN.md deleted file mode 100644 index 33b0cc28cb0d1e5bfe5ca11c40add855c3ea0d73..0000000000000000000000000000000000000000 --- a/function/communication/wifi/README_CN.md +++ /dev/null @@ -1,66 +0,0 @@ -# Wi-Fi 功能测试 - -### 介绍 - -Wi-Fi功能测试: - -| 用例 | -|--------| -| 打开Wi-Fi | -| 发现SSID | -| 连接(无密码) | -| 断开 | -| 重新连接(无密码) | -| 重新连接(WEP) | -| 连接(WPA/WPA2) | -| 重新连接(WPA/WPA2) | -| 连接(WPA-PSK) | -| 重新连接(WPA-PSK) | -| 访问网站 | -| 下载文件 | -| 自动连接 | -| 取消自动连接 | -| 删除记录后重新连接(有密码) | -| 连接不广播SSID | -| 关闭Wi-Fi | - -### 效果预览 - -| 主页 | -|--------------------------------| -| ![image](screenshots/home.png) | - - - -``` -. -├── README_CN.md -└── pages - ├── Index.ets //测试入口页面 -└── cases - ├── enable.ets // 用例 - ├── disable.ets - ├── scan.ets - └── connect.ets - └── transmit.ets -``` -### 相关权限 -无 - -### 约束与限制 - -1. 本示例仅支持标准系统上运行,支持设备:RK3568; -2. 本示例仅支持API10版本SDK,版本号:4.0.10.13; -3. 本示例需要使用DevEco Studio 4.0 Release (Build Version: 4.0.0.600); - -### 下载 - -如需单独下载本工程,执行如下命令: - -``` -git init -git config core.sparsecheckout true -echo function/communiction/wifi/ > .git/info/sparse-checkout -git remote add origin https://gitee.com/openharmony-sig/ostest_integration_test.git -git pull origin master -``` diff --git a/function/communication/wifi/entry/.gitignore b/function/communication/wifi/entry/.gitignore deleted file mode 100644 index e2713a2779c5a3e0eb879efe6115455592caeea5..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/node_modules -/oh_modules -/.preview -/build -/.cxx -/.test \ No newline at end of file diff --git a/function/communication/wifi/entry/build-profile.json5 b/function/communication/wifi/entry/build-profile.json5 deleted file mode 100644 index 197e83c1b9504b12a3837e0189185479662cad4b..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/build-profile.json5 +++ /dev/null @@ -1,31 +0,0 @@ -{ - "apiType": "stageMode", - "buildOption": { - "arkOptions": { - // "apPath": "./modules.ap" /* Profile used for profile-guided optimization (PGO), a compiler optimization technique to improve app runtime performance. */ - } - }, - "buildOptionSet": [ - { - "name": "release", - "arkOptions": { - "obfuscation": { - "ruleOptions": { - "enable": true, - "files": [ - "./obfuscation-rules.txt" - ] - } - } - } - }, - ], - "targets": [ - { - "name": "default" - }, - { - "name": "ohosTest", - } - ] -} \ No newline at end of file diff --git a/function/communication/wifi/entry/hvigorfile.ts b/function/communication/wifi/entry/hvigorfile.ts deleted file mode 100644 index c6edcd90486dd5a853cf7d34c8647f08414ca7a3..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/hvigorfile.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { hapTasks } from '@ohos/hvigor-ohos-plugin'; - -export default { - system: hapTasks, /* Built-in plugin of Hvigor. It cannot be modified. */ - plugins:[] /* Custom plugin to extend the functionality of Hvigor. */ -} diff --git a/function/communication/wifi/entry/obfuscation-rules.txt b/function/communication/wifi/entry/obfuscation-rules.txt deleted file mode 100644 index 985b2aeb7658286b17bd26eab8f217c3fe75ea8b..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/obfuscation-rules.txt +++ /dev/null @@ -1,18 +0,0 @@ -# Define project specific obfuscation rules here. -# You can include the obfuscation configuration files in the current module's build-profile.json5. -# -# For more details, see -# https://gitee.com/openharmony/arkcompiler_ets_frontend/blob/master/arkguard/README.md - -# Obfuscation options: -# -disable-obfuscation: disable all obfuscations -# -enable-property-obfuscation: obfuscate the property names -# -enable-toplevel-obfuscation: obfuscate the names in the global scope -# -compact: remove unnecessary blank spaces and all line feeds -# -remove-log: remove all console.* statements -# -print-namecache: print the name cache that contains the mapping from the old names to new names -# -apply-namecache: reuse the given cache file - -# Keep options: -# -keep-property-name: specifies property names that you want to keep -# -keep-global-name: specifies names that you want to keep in the global scope \ No newline at end of file diff --git a/function/communication/wifi/entry/oh-package.json5 b/function/communication/wifi/entry/oh-package.json5 deleted file mode 100644 index 248c3b7541a589682a250f86a6d3ecf7414d2d6a..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/oh-package.json5 +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "entry", - "version": "1.0.0", - "description": "Please describe the basic information.", - "main": "", - "author": "", - "license": "", - "dependencies": {} -} - diff --git a/function/communication/wifi/entry/src/main/ets/entryability/EntryAbility.ets b/function/communication/wifi/entry/src/main/ets/entryability/EntryAbility.ets deleted file mode 100644 index 1c7aa63a9f838b1585caac34ae70a88054489797..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/main/ets/entryability/EntryAbility.ets +++ /dev/null @@ -1,43 +0,0 @@ -import AbilityConstant from '@ohos.app.ability.AbilityConstant'; -import hilog from '@ohos.hilog'; -import UIAbility from '@ohos.app.ability.UIAbility'; -import Want from '@ohos.app.ability.Want'; -import window from '@ohos.window'; - -export default class EntryAbility extends UIAbility { - onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void { - hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate'); - } - - onDestroy(): void { - hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy'); - } - - onWindowStageCreate(windowStage: window.WindowStage): void { - // Main window is created, set main page for this ability - hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate'); - - windowStage.loadContent('pages/Index', (err, data) => { - if (err.code) { - hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); - return; - } - hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); - }); - } - - onWindowStageDestroy(): void { - // Main window is destroyed, release UI related resources - hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageDestroy'); - } - - onForeground(): void { - // Ability has brought to foreground - hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onForeground'); - } - - onBackground(): void { - // Ability has back to background - hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onBackground'); - } -} diff --git a/function/communication/wifi/entry/src/main/ets/pages/Index.ets b/function/communication/wifi/entry/src/main/ets/pages/Index.ets deleted file mode 100644 index 9d065c697a9cf3038d3ecf8a14f179baf0b7255e..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/main/ets/pages/Index.ets +++ /dev/null @@ -1,42 +0,0 @@ -@Entry -@Component -struct Index { - @State message: string = 'Wi-Fi 功能测试'; - private cases: string[] = ['打开Wi-Fi','发现SSID','关闭Wi-Fi','连接(无密码)', '断开', '重新连接(无密码)', '连接(WEP)','重新连接(WEP)', - '连接(WPA/WPA2)', '重新连接(WPA/WPA2)','连接(WPA-PSK)','重新连接(WPA-PSK)', - '访问网站', '下载文件','自动连接','取消自动连接','删除记录后重新连接(有密码)','连接不广播SSID'] - - build() { - Row() { - Column() { - Text(this.message) - .fontSize(20) - .fontWeight(FontWeight.Bold) - .margin(20) - Button('执行全部用例') - .fontSize(20) - .fontWeight(FontWeight.Bold) - .width('50%') - .margin(20) - List({ space: 20, initialIndex: 0 }) { - ForEach(this.cases, (item: string) => { - ListItem() { - Text(item) - .width('100%') - .height(30) - .fontSize(16) - .textAlign(TextAlign.Center) - .borderRadius(10) - .borderWidth(1) - .borderColor(Color.Blue) - .backgroundColor(0xFFFFFF) - } - }, (item: string) => item) - }.width('90%') - .scrollBar(BarState.Off) - } - .width('100%') - } - .height('100%') - } -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/main/resources/base/element/color.json b/function/communication/wifi/entry/src/main/resources/base/element/color.json deleted file mode 100644 index 3c712962da3c2751c2b9ddb53559afcbd2b54a02..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/main/resources/base/element/color.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "color": [ - { - "name": "start_window_background", - "value": "#FFFFFF" - } - ] -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/main/resources/base/element/string.json b/function/communication/wifi/entry/src/main/resources/base/element/string.json deleted file mode 100644 index f94595515a99e0c828807e243494f57f09251930..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/main/resources/base/element/string.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "string": [ - { - "name": "module_desc", - "value": "module description" - }, - { - "name": "EntryAbility_desc", - "value": "description" - }, - { - "name": "EntryAbility_label", - "value": "label" - } - ] -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/main/resources/base/media/icon.png b/function/communication/wifi/entry/src/main/resources/base/media/icon.png deleted file mode 100644 index cd45accb1dfd2fd0da16c732c72faa6e46b26521..0000000000000000000000000000000000000000 Binary files a/function/communication/wifi/entry/src/main/resources/base/media/icon.png and /dev/null differ diff --git a/function/communication/wifi/entry/src/main/resources/base/media/startIcon.png b/function/communication/wifi/entry/src/main/resources/base/media/startIcon.png deleted file mode 100644 index 366f76459ffd4494ec40d0ddd5c59385b9c5da11..0000000000000000000000000000000000000000 Binary files a/function/communication/wifi/entry/src/main/resources/base/media/startIcon.png and /dev/null differ diff --git a/function/communication/wifi/entry/src/main/resources/base/profile/main_pages.json b/function/communication/wifi/entry/src/main/resources/base/profile/main_pages.json deleted file mode 100644 index 1898d94f58d6128ab712be2c68acc7c98e9ab9ce..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/main/resources/base/profile/main_pages.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "src": [ - "pages/Index" - ] -} diff --git a/function/communication/wifi/entry/src/main/resources/en_US/element/string.json b/function/communication/wifi/entry/src/main/resources/en_US/element/string.json deleted file mode 100644 index f94595515a99e0c828807e243494f57f09251930..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/main/resources/en_US/element/string.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "string": [ - { - "name": "module_desc", - "value": "module description" - }, - { - "name": "EntryAbility_desc", - "value": "description" - }, - { - "name": "EntryAbility_label", - "value": "label" - } - ] -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/main/resources/zh_CN/element/string.json b/function/communication/wifi/entry/src/main/resources/zh_CN/element/string.json deleted file mode 100644 index 597ecf95e61d7e30367c22fe2f8638008361b044..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/main/resources/zh_CN/element/string.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "string": [ - { - "name": "module_desc", - "value": "模块描述" - }, - { - "name": "EntryAbility_desc", - "value": "description" - }, - { - "name": "EntryAbility_label", - "value": "label" - } - ] -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/ohosTest/ets/test/Ability.test.ets b/function/communication/wifi/entry/src/ohosTest/ets/test/Ability.test.ets deleted file mode 100644 index 8aa3749775f69d9055a9b87cb15f8905acd989bc..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/ohosTest/ets/test/Ability.test.ets +++ /dev/null @@ -1,35 +0,0 @@ -import hilog from '@ohos.hilog'; -import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'; - -export default function abilityTest() { - describe('ActsAbilityTest', () => { - // Defines a test suite. Two parameters are supported: test suite name and test suite function. - beforeAll(() => { - // Presets an action, which is performed only once before all test cases of the test suite start. - // This API supports only one parameter: preset action function. - }) - beforeEach(() => { - // Presets an action, which is performed before each unit test case starts. - // The number of execution times is the same as the number of test cases defined by **it**. - // This API supports only one parameter: preset action function. - }) - afterEach(() => { - // Presets a clear action, which is performed after each unit test case ends. - // The number of execution times is the same as the number of test cases defined by **it**. - // This API supports only one parameter: clear action function. - }) - afterAll(() => { - // Presets a clear action, which is performed after all test cases of the test suite end. - // This API supports only one parameter: clear action function. - }) - it('assertContain', 0, () => { - // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. - hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); - let a = 'abc'; - let b = 'b'; - // Defines a variety of assertion methods, which are used to declare expected boolean conditions. - expect(a).assertContain(b); - expect(a).assertEqual(a); - }) - }) -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/ohosTest/ets/test/List.test.ets b/function/communication/wifi/entry/src/ohosTest/ets/test/List.test.ets deleted file mode 100644 index 794c7dc4ed66bd98fa3865e07922906e2fcef545..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/ohosTest/ets/test/List.test.ets +++ /dev/null @@ -1,5 +0,0 @@ -import abilityTest from './Ability.test'; - -export default function testsuite() { - abilityTest(); -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/ohosTest/ets/testability/pages/Index.ets b/function/communication/wifi/entry/src/ohosTest/ets/testability/pages/Index.ets deleted file mode 100644 index 423b4276eccd1d04d56471ae7a863c48015e8ae5..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/ohosTest/ets/testability/pages/Index.ets +++ /dev/null @@ -1,17 +0,0 @@ -@Entry -@Component -struct Index { - @State message: string = 'Hello World'; - - build() { - Row() { - Column() { - Text(this.message) - .fontSize(50) - .fontWeight(FontWeight.Bold) - } - .width('100%') - } - .height('100%') - } -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ets b/function/communication/wifi/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ets deleted file mode 100644 index 917d27a5e8db0f45eb0a88fbe33e1225492fef0b..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ets +++ /dev/null @@ -1,47 +0,0 @@ -import hilog from '@ohos.hilog'; -import TestRunner from '@ohos.application.testRunner'; -import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; -import Want from '@ohos.app.ability.Want'; - -let abilityDelegator: AbilityDelegatorRegistry.AbilityDelegator | undefined = undefined -let abilityDelegatorArguments: AbilityDelegatorRegistry.AbilityDelegatorArgs | undefined = undefined - -async function onAbilityCreateCallback() { - hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); -} - -async function addAbilityMonitorCallback(err : Error) { - hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); -} - -export default class OpenHarmonyTestRunner implements TestRunner { - constructor() { - } - - onPrepare() { - hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); - } - - async onRun() { - hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); - abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() - abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() - const bundleName = abilityDelegatorArguments.bundleName; - const testAbilityName = 'TestAbility'; - let lMonitor: AbilityDelegatorRegistry.AbilityMonitor = { - abilityName: testAbilityName, - onAbilityCreate: onAbilityCreateCallback, - }; - abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) - const want: Want = { - bundleName: bundleName, - abilityName: testAbilityName - }; - abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator(); - abilityDelegator.startAbility(want, (err, data) => { - hilog.info(0x0000, 'testTag', 'startAbility : err : %{public}s', JSON.stringify(err) ?? ''); - hilog.info(0x0000, 'testTag', 'startAbility : data : %{public}s',JSON.stringify(data) ?? ''); - }) - hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); - } -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/ohosTest/module.json5 b/function/communication/wifi/entry/src/ohosTest/module.json5 deleted file mode 100644 index 4fc9701701e879512edc8da21b356970a89e5166..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/ohosTest/module.json5 +++ /dev/null @@ -1,37 +0,0 @@ -{ - "module": { - "name": "entry_test", - "type": "feature", - "description": "$string:module_test_desc", - "mainElement": "TestAbility", - "deviceTypes": [ - "default", - "tablet" - ], - "deliveryWithInstall": true, - "installationFree": false, - "pages": "$profile:test_pages", - "abilities": [ - { - "name": "TestAbility", - "srcEntry": "./ets/testability/TestAbility.ets", - "description": "$string:TestAbility_desc", - "icon": "$media:icon", - "label": "$string:TestAbility_label", - "exported": true, - "startWindowIcon": "$media:icon", - "startWindowBackground": "$color:start_window_background", - "skills": [ - { - "actions": [ - "action.system.home" - ], - "entities": [ - "entity.system.home" - ] - } - ] - } - ] - } -} diff --git a/function/communication/wifi/entry/src/ohosTest/resources/base/element/color.json b/function/communication/wifi/entry/src/ohosTest/resources/base/element/color.json deleted file mode 100644 index 3c712962da3c2751c2b9ddb53559afcbd2b54a02..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/ohosTest/resources/base/element/color.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "color": [ - { - "name": "start_window_background", - "value": "#FFFFFF" - } - ] -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/ohosTest/resources/base/element/string.json b/function/communication/wifi/entry/src/ohosTest/resources/base/element/string.json deleted file mode 100644 index 65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/ohosTest/resources/base/element/string.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "string": [ - { - "name": "module_test_desc", - "value": "test ability description" - }, - { - "name": "TestAbility_desc", - "value": "the test ability" - }, - { - "name": "TestAbility_label", - "value": "test label" - } - ] -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/ohosTest/resources/base/media/icon.png b/function/communication/wifi/entry/src/ohosTest/resources/base/media/icon.png deleted file mode 100644 index ce307a8827bd75456441ceb57d530e4c8d45d36c..0000000000000000000000000000000000000000 Binary files a/function/communication/wifi/entry/src/ohosTest/resources/base/media/icon.png and /dev/null differ diff --git a/function/communication/wifi/entry/src/ohosTest/resources/base/profile/test_pages.json b/function/communication/wifi/entry/src/ohosTest/resources/base/profile/test_pages.json deleted file mode 100644 index b7e7343cacb32ce982a45e76daad86e435e054fe..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/ohosTest/resources/base/profile/test_pages.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "src": [ - "testability/pages/Index" - ] -} diff --git a/function/communication/wifi/entry/src/test/List.test.ets b/function/communication/wifi/entry/src/test/List.test.ets deleted file mode 100644 index bb5b5c3731e283dd507c847560ee59bde477bbc7..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/test/List.test.ets +++ /dev/null @@ -1,5 +0,0 @@ -import localUnitTest from './LocalUnit.test'; - -export default function testsuite() { - localUnitTest(); -} \ No newline at end of file diff --git a/function/communication/wifi/entry/src/test/LocalUnit.test.ets b/function/communication/wifi/entry/src/test/LocalUnit.test.ets deleted file mode 100644 index ed22d4dca5aebd6d638755a5ec15df57dc3c1ac0..0000000000000000000000000000000000000000 --- a/function/communication/wifi/entry/src/test/LocalUnit.test.ets +++ /dev/null @@ -1,33 +0,0 @@ -import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'; - -export default function localUnitTest() { - describe('localUnitTest',() => { - // Defines a test suite. Two parameters are supported: test suite name and test suite function. - beforeAll(() => { - // Presets an action, which is performed only once before all test cases of the test suite start. - // This API supports only one parameter: preset action function. - }); - beforeEach(() => { - // Presets an action, which is performed before each unit test case starts. - // The number of execution times is the same as the number of test cases defined by **it**. - // This API supports only one parameter: preset action function. - }); - afterEach(() => { - // Presets a clear action, which is performed after each unit test case ends. - // The number of execution times is the same as the number of test cases defined by **it**. - // This API supports only one parameter: clear action function. - }); - afterAll(() => { - // Presets a clear action, which is performed after all test cases of the test suite end. - // This API supports only one parameter: clear action function. - }); - it('assertContain', 0, () => { - // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. - let a = 'abc'; - let b = 'b'; - // Defines a variety of assertion methods, which are used to declare expected boolean conditions. - expect(a).assertContain(b); - expect(a).assertEqual(a); - }); - }); -} \ No newline at end of file diff --git a/function/communication/wifi/hvigor/hvigor-config.json5 b/function/communication/wifi/hvigor/hvigor-config.json5 deleted file mode 100644 index 1a474900a688269946dbf37db2a9038a27824fc5..0000000000000000000000000000000000000000 --- a/function/communication/wifi/hvigor/hvigor-config.json5 +++ /dev/null @@ -1,18 +0,0 @@ -{ - "hvigorVersion": "3.0.9", - "dependencies": { - "@ohos/hvigor-ohos-plugin": "3.0.9" - }, - "execution": { - // "daemon": true, /* Enable daemon compilation. Default: true */ - // "incremental": true, /* Enable incremental compilation. Default: true */ - // "parallel": true, /* Enable parallel compilation. Default: true */ - // "typeCheck": false, /* Enable typeCheck. Default: false */ - }, - "logging": { - // "level": "info" /* Define the log level. Value: [ "debug" | "info" | "warn" | "error" ]. Default: "info" */ - }, - "debugging": { - // "stacktrace": false /* Disable stacktrace compilation. Default: false */ - } -} diff --git a/function/communication/wifi/hvigor/hvigor-wrapper.js b/function/communication/wifi/hvigor/hvigor-wrapper.js deleted file mode 100644 index 372eae8eb4a124095936f9cd78df5c6756746f3f..0000000000000000000000000000000000000000 --- a/function/communication/wifi/hvigor/hvigor-wrapper.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("crypto"),r=require("child_process"),n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},i={},C={},F=n&&n.__importDefault||function(u){return u&&u.__esModule?u:{default:u}};Object.defineProperty(C,"__esModule",{value:!0}),C.maxPathLength=C.isMac=C.isLinux=C.isWindows=void 0;const E=F(D),A="Windows_NT",o="Darwin";function a(){return E.default.type()===A}function c(){return E.default.type()===o}C.isWindows=a,C.isLinux=function(){return"Linux"===E.default.type()},C.isMac=c,C.maxPathLength=function(){return c()?1016:a()?259:4095},function(e){var t=n&&n.__createBinding||(Object.create?function(u,D,e,t){void 0===t&&(t=e);var r=Object.getOwnPropertyDescriptor(D,e);r&&!("get"in r?!D.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return D[e]}}),Object.defineProperty(u,t,r)}:function(u,D,e,t){void 0===t&&(t=e),u[t]=D[e]}),r=n&&n.__setModuleDefault||(Object.create?function(u,D){Object.defineProperty(u,"default",{enumerable:!0,value:D})}:function(u,D){u.default=D}),i=n&&n.__importStar||function(u){if(u&&u.__esModule)return u;var D={};if(null!=u)for(var e in u)"default"!==e&&Object.prototype.hasOwnProperty.call(u,e)&&t(D,u,e);return r(D,u),D};Object.defineProperty(e,"__esModule",{value:!0}),e.WORK_SPACE=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.PROJECT_CACHES=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const F=i(D),E=i(u),A=C;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,A.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,A.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=E.resolve(F.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=E.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.PROJECT_CACHES="project_caches",e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=E.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=E.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=E.resolve(e.HVIGOR_USER_HOME,e.PROJECT_CACHES),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_WRAPPER_HOME=E.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.WORK_SPACE="workspace"}(i);var s={},l={};Object.defineProperty(l,"__esModule",{value:!0}),l.logInfoPrintConsole=l.logErrorAndExit=void 0,l.logErrorAndExit=function(u){u instanceof Error?console.error(u.message):console.error(u),process.exit(-1)},l.logInfoPrintConsole=function(u){console.log(u)};var B=n&&n.__createBinding||(Object.create?function(u,D,e,t){void 0===t&&(t=e);var r=Object.getOwnPropertyDescriptor(D,e);r&&!("get"in r?!D.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return D[e]}}),Object.defineProperty(u,t,r)}:function(u,D,e,t){void 0===t&&(t=e),u[t]=D[e]}),d=n&&n.__setModuleDefault||(Object.create?function(u,D){Object.defineProperty(u,"default",{enumerable:!0,value:D})}:function(u,D){u.default=D}),f=n&&n.__importStar||function(u){if(u&&u.__esModule)return u;var D={};if(null!=u)for(var e in u)"default"!==e&&Object.prototype.hasOwnProperty.call(u,e)&&B(D,u,e);return d(D,u),D};Object.defineProperty(s,"__esModule",{value:!0});var _=s.executeBuild=void 0;const p=f(e),O=f(u),h=l;_=s.executeBuild=function(u){const D=O.resolve(u,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const u=p.realpathSync(D);require(u)}catch(e){(0,h.logErrorAndExit)(`Error: ENOENT: no such file ${D},delete ${u} and retry.`)}};var P={},v={};!function(u){var D=n&&n.__importDefault||function(u){return u&&u.__esModule?u:{default:u}};Object.defineProperty(u,"__esModule",{value:!0}),u.hashFile=u.hash=u.createHash=void 0;const r=D(t),i=D(e);u.createHash=(u="MD5")=>r.default.createHash(u);u.hash=(D,e)=>(0,u.createHash)(e).update(D).digest("hex");u.hashFile=(D,e)=>{if(i.default.existsSync(D))return(0,u.hash)(i.default.readFileSync(D,"utf-8"),e)}}(v);var g={},m={},R={};Object.defineProperty(R,"__esModule",{value:!0}),R.Unicode=void 0;class y{}R.Unicode=y,y.SPACE_SEPARATOR=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,y.ID_START=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,y.ID_CONTINUE=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(m,"__esModule",{value:!0}),m.JudgeUtil=void 0;const I=R;m.JudgeUtil=class{static isIgnoreChar(u){return"string"==typeof u&&("\t"===u||"\v"===u||"\f"===u||" "===u||" "===u||"\ufeff"===u||"\n"===u||"\r"===u||"\u2028"===u||"\u2029"===u)}static isSpaceSeparator(u){return"string"==typeof u&&I.Unicode.SPACE_SEPARATOR.test(u)}static isIdStartChar(u){return"string"==typeof u&&(u>="a"&&u<="z"||u>="A"&&u<="Z"||"$"===u||"_"===u||I.Unicode.ID_START.test(u))}static isIdContinueChar(u){return"string"==typeof u&&(u>="a"&&u<="z"||u>="A"&&u<="Z"||u>="0"&&u<="9"||"$"===u||"_"===u||"‌"===u||"‍"===u||I.Unicode.ID_CONTINUE.test(u))}static isDigitWithoutZero(u){return/[1-9]/.test(u)}static isDigit(u){return"string"==typeof u&&/[0-9]/.test(u)}static isHexDigit(u){return"string"==typeof u&&/[0-9A-Fa-f]/.test(u)}};var N=n&&n.__importDefault||function(u){return u&&u.__esModule?u:{default:u}};Object.defineProperty(g,"__esModule",{value:!0}),g.parseJsonText=g.parseJsonFile=void 0;const b=N(e),S=N(D),w=N(u),H=m;var x;!function(u){u[u.Char=0]="Char",u[u.EOF=1]="EOF",u[u.Identifier=2]="Identifier"}(x||(x={}));let M,T,V,G,j,J,W="start",U=[],L=0,$=1,k=0,K=!1,z="default",q="'",Z=1;function X(u,D=!1){T=String(u),W="start",U=[],L=0,$=1,k=0,G=void 0,K=D;do{M=Q(),nu[W]()}while("eof"!==M.type);return G}function Q(){for(z="default",j="",q="'",Z=1;;){J=Y();const u=Du[z]();if(u)return u}}function Y(){if(T[L])return String.fromCodePoint(T.codePointAt(L))}function uu(){const u=Y();return"\n"===u?($++,k=0):u?k+=u.length:k++,u&&(L+=u.length),u}g.parseJsonFile=function(u,D=!1,e="utf-8"){const t=b.default.readFileSync(w.default.resolve(u),{encoding:e});try{return X(t,D)}catch(D){if(D instanceof SyntaxError){const e=D.message.split("at");if(2===e.length)throw new Error(`${e[0].trim()}${S.default.EOL}\t at ${u}:${e[1].trim()}`)}throw new Error(`${u} is not in valid JSON/JSON5 format.`)}},g.parseJsonText=X;const Du={default(){switch(J){case"/":return uu(),void(z="comment");case void 0:return uu(),eu("eof")}if(!H.JudgeUtil.isIgnoreChar(J)&&!H.JudgeUtil.isSpaceSeparator(J))return Du[W]();uu()},start(){z="value"},beforePropertyName(){switch(J){case"$":case"_":return j=uu(),void(z="identifierName");case"\\":return uu(),void(z="identifierNameStartEscape");case"}":return eu("punctuator",uu());case'"':case"'":return q=J,uu(),void(z="string")}if(H.JudgeUtil.isIdStartChar(J))return j+=uu(),void(z="identifierName");throw Eu(x.Char,uu())},afterPropertyName(){if(":"===J)return eu("punctuator",uu());throw Eu(x.Char,uu())},beforePropertyValue(){z="value"},afterPropertyValue(){switch(J){case",":case"}":return eu("punctuator",uu())}throw Eu(x.Char,uu())},beforeArrayValue(){if("]"===J)return eu("punctuator",uu());z="value"},afterArrayValue(){switch(J){case",":case"]":return eu("punctuator",uu())}throw Eu(x.Char,uu())},end(){throw Eu(x.Char,uu())},comment(){switch(J){case"*":return uu(),void(z="multiLineComment");case"/":return uu(),void(z="singleLineComment")}throw Eu(x.Char,uu())},multiLineComment(){switch(J){case"*":return uu(),void(z="multiLineCommentAsterisk");case void 0:throw Eu(x.Char,uu())}uu()},multiLineCommentAsterisk(){switch(J){case"*":return void uu();case"/":return uu(),void(z="default");case void 0:throw Eu(x.Char,uu())}uu(),z="multiLineComment"},singleLineComment(){switch(J){case"\n":case"\r":case"\u2028":case"\u2029":return uu(),void(z="default");case void 0:return uu(),eu("eof")}uu()},value(){switch(J){case"{":case"[":return eu("punctuator",uu());case"n":return uu(),tu("ull"),eu("null",null);case"t":return uu(),tu("rue"),eu("boolean",!0);case"f":return uu(),tu("alse"),eu("boolean",!1);case"-":case"+":return"-"===uu()&&(Z=-1),void(z="numerical");case".":case"0":case"I":case"N":return void(z="numerical");case'"':case"'":return q=J,uu(),j="",void(z="string")}if(void 0===J||!H.JudgeUtil.isDigitWithoutZero(J))throw Eu(x.Char,uu());z="numerical"},numerical(){switch(J){case".":return j=uu(),void(z="decimalPointLeading");case"0":return j=uu(),void(z="zero");case"I":return uu(),tu("nfinity"),eu("numeric",Z*(1/0));case"N":return uu(),tu("aN"),eu("numeric",NaN)}if(void 0!==J&&H.JudgeUtil.isDigitWithoutZero(J))return j=uu(),void(z="decimalInteger");throw Eu(x.Char,uu())},zero(){switch(J){case".":case"e":case"E":return void(z="decimal");case"x":case"X":return j+=uu(),void(z="hexadecimal")}return eu("numeric",0)},decimalInteger(){switch(J){case".":case"e":case"E":return void(z="decimal")}if(!H.JudgeUtil.isDigit(J))return eu("numeric",Z*Number(j));j+=uu()},decimal(){switch(J){case".":j+=uu(),z="decimalFraction";break;case"e":case"E":j+=uu(),z="decimalExponent"}},decimalPointLeading(){if(H.JudgeUtil.isDigit(J))return j+=uu(),void(z="decimalFraction");throw Eu(x.Char,uu())},decimalFraction(){switch(J){case"e":case"E":return j+=uu(),void(z="decimalExponent")}if(!H.JudgeUtil.isDigit(J))return eu("numeric",Z*Number(j));j+=uu()},decimalExponent(){switch(J){case"+":case"-":return j+=uu(),void(z="decimalExponentSign")}if(H.JudgeUtil.isDigit(J))return j+=uu(),void(z="decimalExponentInteger");throw Eu(x.Char,uu())},decimalExponentSign(){if(H.JudgeUtil.isDigit(J))return j+=uu(),void(z="decimalExponentInteger");throw Eu(x.Char,uu())},decimalExponentInteger(){if(!H.JudgeUtil.isDigit(J))return eu("numeric",Z*Number(j));j+=uu()},hexadecimal(){if(H.JudgeUtil.isHexDigit(J))return j+=uu(),void(z="hexadecimalInteger");throw Eu(x.Char,uu())},hexadecimalInteger(){if(!H.JudgeUtil.isHexDigit(J))return eu("numeric",Z*Number(j));j+=uu()},identifierNameStartEscape(){if("u"!==J)throw Eu(x.Char,uu());uu();const u=ru();switch(u){case"$":case"_":break;default:if(!H.JudgeUtil.isIdStartChar(u))throw Eu(x.Identifier)}j+=u,z="identifierName"},identifierName(){switch(J){case"$":case"_":case"‌":case"‍":return void(j+=uu());case"\\":return uu(),void(z="identifierNameEscape")}if(!H.JudgeUtil.isIdContinueChar(J))return eu("identifier",j);j+=uu()},identifierNameEscape(){if("u"!==J)throw Eu(x.Char,uu());uu();const u=ru();switch(u){case"$":case"_":case"‌":case"‍":break;default:if(!H.JudgeUtil.isIdContinueChar(u))throw Eu(x.Identifier)}j+=u,z="identifierName"},string(){switch(J){case"\\":return uu(),void(j+=function(){const u=Y(),D=function(){switch(Y()){case"b":return uu(),"\b";case"f":return uu(),"\f";case"n":return uu(),"\n";case"r":return uu(),"\r";case"t":return uu(),"\t";case"v":return uu(),"\v"}return}();if(D)return D;switch(u){case"0":if(uu(),H.JudgeUtil.isDigit(Y()))throw Eu(x.Char,uu());return"\0";case"x":return uu(),function(){let u="",D=Y();if(!H.JudgeUtil.isHexDigit(D))throw Eu(x.Char,uu());if(u+=uu(),D=Y(),!H.JudgeUtil.isHexDigit(D))throw Eu(x.Char,uu());return u+=uu(),String.fromCodePoint(parseInt(u,16))}();case"u":return uu(),ru();case"\n":case"\u2028":case"\u2029":return uu(),"";case"\r":return uu(),"\n"===Y()&&uu(),""}if(void 0===u||H.JudgeUtil.isDigitWithoutZero(u))throw Eu(x.Char,uu());return uu()}());case'"':case"'":if(J===q){const u=eu("string",j);return uu(),u}return void(j+=uu());case"\n":case"\r":case void 0:throw Eu(x.Char,uu());case"\u2028":case"\u2029":!function(u){console.warn(`JSON5: '${Fu(u)}' in strings is not valid ECMAScript; consider escaping.`)}(J)}j+=uu()}};function eu(u,D){return{type:u,value:D,line:$,column:k}}function tu(u){for(const D of u){if(Y()!==D)throw Eu(x.Char,uu());uu()}}function ru(){let u="",D=4;for(;D-- >0;){const D=Y();if(!H.JudgeUtil.isHexDigit(D))throw Eu(x.Char,uu());u+=uu()}return String.fromCodePoint(parseInt(u,16))}const nu={start(){if("eof"===M.type)throw Eu(x.EOF);iu()},beforePropertyName(){switch(M.type){case"identifier":case"string":return V=M.value,void(W="afterPropertyName");case"punctuator":return void Cu();case"eof":throw Eu(x.EOF)}},afterPropertyName(){if("eof"===M.type)throw Eu(x.EOF);W="beforePropertyValue"},beforePropertyValue(){if("eof"===M.type)throw Eu(x.EOF);iu()},afterPropertyValue(){if("eof"===M.type)throw Eu(x.EOF);switch(M.value){case",":return void(W="beforePropertyName");case"}":Cu()}},beforeArrayValue(){if("eof"===M.type)throw Eu(x.EOF);"punctuator"!==M.type||"]"!==M.value?iu():Cu()},afterArrayValue(){if("eof"===M.type)throw Eu(x.EOF);switch(M.value){case",":return void(W="beforeArrayValue");case"]":Cu()}},end(){}};function iu(){const u=function(){let u;switch(M.type){case"punctuator":switch(M.value){case"{":u={};break;case"[":u=[]}break;case"null":case"boolean":case"numeric":case"string":u=M.value}return u}();if(K&&"object"==typeof u&&(u._line=$,u._column=k),void 0===G)G=u;else{const D=U[U.length-1];Array.isArray(D)?K&&"object"!=typeof u?D.push({value:u,_line:$,_column:k}):D.push(u):D[V]=K&&"object"!=typeof u?{value:u,_line:$,_column:k}:u}!function(u){if(u&&"object"==typeof u)U.push(u),W=Array.isArray(u)?"beforeArrayValue":"beforePropertyName";else{const u=U[U.length-1];W=u?Array.isArray(u)?"afterArrayValue":"afterPropertyValue":"end"}}(u)}function Cu(){U.pop();const u=U[U.length-1];W=u?Array.isArray(u)?"afterArrayValue":"afterPropertyValue":"end"}function Fu(u){const D={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(D[u])return D[u];if(u<" "){const D=u.charCodeAt(0).toString(16);return`\\x${`00${D}`.substring(D.length)}`}return u}function Eu(u,D){let e="";switch(u){case x.Char:e=void 0===D?`JSON5: invalid end of input at ${$}:${k}`:`JSON5: invalid character '${Fu(D)}' at ${$}:${k}`;break;case x.EOF:e=`JSON5: invalid end of input at ${$}:${k}`;break;case x.Identifier:k-=5,e=`JSON5: invalid identifier character at ${$}:${k}`}const t=new Au(e);return t.lineNumber=$,t.columnNumber=k,t}class Au extends SyntaxError{}var ou={},au=n&&n.__createBinding||(Object.create?function(u,D,e,t){void 0===t&&(t=e);var r=Object.getOwnPropertyDescriptor(D,e);r&&!("get"in r?!D.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return D[e]}}),Object.defineProperty(u,t,r)}:function(u,D,e,t){void 0===t&&(t=e),u[t]=D[e]}),cu=n&&n.__setModuleDefault||(Object.create?function(u,D){Object.defineProperty(u,"default",{enumerable:!0,value:D})}:function(u,D){u.default=D}),su=n&&n.__importStar||function(u){if(u&&u.__esModule)return u;var D={};if(null!=u)for(var e in u)"default"!==e&&Object.prototype.hasOwnProperty.call(u,e)&&au(D,u,e);return cu(D,u),D},lu=n&&n.__importDefault||function(u){return u&&u.__esModule?u:{default:u}};Object.defineProperty(ou,"__esModule",{value:!0}),ou.isFileExists=ou.offlinePluginConversion=ou.executeCommand=ou.getNpmPath=ou.hasNpmPackInPaths=void 0;const Bu=r,du=lu(e),fu=su(u),_u=i,pu=l;ou.hasNpmPackInPaths=function(u,D){try{return require.resolve(u,{paths:[...D]}),!0}catch(u){return!1}},ou.getNpmPath=function(){const u=process.execPath;return fu.join(fu.dirname(u),_u.NPM_TOOL)},ou.executeCommand=function(u,D,e){0!==(0,Bu.spawnSync)(u,D,e).status&&(0,pu.logErrorAndExit)(`Error: ${u} ${D} execute failed.See above for details.`)},ou.offlinePluginConversion=function(u,D){return D.startsWith("file:")||D.endsWith(".tgz")?fu.resolve(u,_u.HVIGOR,D.replace("file:","")):D},ou.isFileExists=function(u){return du.default.existsSync(u)&&du.default.statSync(u).isFile()};var Ou=n&&n.__createBinding||(Object.create?function(u,D,e,t){void 0===t&&(t=e);var r=Object.getOwnPropertyDescriptor(D,e);r&&!("get"in r?!D.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return D[e]}}),Object.defineProperty(u,t,r)}:function(u,D,e,t){void 0===t&&(t=e),u[t]=D[e]}),hu=n&&n.__setModuleDefault||(Object.create?function(u,D){Object.defineProperty(u,"default",{enumerable:!0,value:D})}:function(u,D){u.default=D}),Pu=n&&n.__importStar||function(u){if(u&&u.__esModule)return u;var D={};if(null!=u)for(var e in u)"default"!==e&&Object.prototype.hasOwnProperty.call(u,e)&&Ou(D,u,e);return hu(D,u),D},vu=n&&n.__importDefault||function(u){return u&&u.__esModule?u:{default:u}};Object.defineProperty(P,"__esModule",{value:!0});var gu=P.initProjectWorkSpace=void 0;const mu=Pu(e),Ru=vu(D),yu=Pu(u),Iu=v,Nu=i,bu=g,Su=l,wu=ou;let Hu,xu,Mu;function Tu(u,D,e){return void 0!==e.dependencies&&(0,wu.offlinePluginConversion)(Nu.HVIGOR_PROJECT_ROOT_DIR,D.dependencies[u])===yu.normalize(e.dependencies[u])}function Vu(){const u=yu.join(Mu,Nu.WORK_SPACE);if((0,Su.logInfoPrintConsole)("Hvigor cleaning..."),!mu.existsSync(u))return;const D=mu.readdirSync(u);if(!D||0===D.length)return;const e=yu.resolve(Mu,"node_modules","@ohos","hvigor","bin","hvigor.js");mu.existsSync(e)&&(0,wu.executeCommand)(process.argv[0],[e,"--stop-daemon"],{});try{D.forEach((D=>{mu.rmSync(yu.resolve(u,D),{recursive:!0})}))}catch(D){(0,Su.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${u}.`)}}gu=P.initProjectWorkSpace=function(){if(Hu=function(){const u=yu.resolve(Nu.HVIGOR_PROJECT_WRAPPER_HOME,Nu.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);mu.existsSync(u)||(0,Su.logErrorAndExit)(`Error: Hvigor config file ${u} does not exist.`);return(0,bu.parseJsonFile)(u)}(),Mu=function(u){let D;D=function(u){let D=u.hvigorVersion;if(D.startsWith("file:")||D.endsWith(".tgz"))return!1;const e=u.dependencies,t=Object.getOwnPropertyNames(e);for(const u of t){const D=e[u];if(D.startsWith("file:")||D.endsWith(".tgz"))return!1}if(1===t.length&&"@ohos/hvigor-ohos-plugin"===t[0])return D>"2.5.0";return!1}(u)?function(u){let D=`${Nu.HVIGOR_ENGINE_PACKAGE_NAME}@${u.hvigorVersion}`;const e=u.dependencies;if(e){Object.getOwnPropertyNames(e).sort().forEach((u=>{D+=`,${u}@${e[u]}`}))}return(0,Iu.hash)(D)}(u):(0,Iu.hash)(process.cwd());return yu.resolve(Ru.default.homedir(),".hvigor","project_caches",D)}(Hu),xu=function(){const u=yu.resolve(Mu,Nu.WORK_SPACE,Nu.DEFAULT_PACKAGE_JSON);return mu.existsSync(u)?(0,bu.parseJsonFile)(u):{dependencies:{}}}(),!(0,wu.hasNpmPackInPaths)(Nu.HVIGOR_ENGINE_PACKAGE_NAME,[yu.join(Mu,Nu.WORK_SPACE)])||(0,wu.offlinePluginConversion)(Nu.HVIGOR_PROJECT_ROOT_DIR,Hu.hvigorVersion)!==xu.dependencies[Nu.HVIGOR_ENGINE_PACKAGE_NAME]||!function(){function u(u){const D=null==u?void 0:u.dependencies;return void 0===D?0:Object.getOwnPropertyNames(D).length}const D=u(Hu),e=u(xu);if(D+1!==e)return!1;for(const u in null==Hu?void 0:Hu.dependencies)if(!(0,wu.hasNpmPackInPaths)(u,[yu.join(Mu,Nu.WORK_SPACE)])||!Tu(u,Hu,xu))return!1;return!0}()){Vu();try{!function(){(0,Su.logInfoPrintConsole)("Hvigor installing...");for(const u in Hu.dependencies)Hu.dependencies[u]&&(Hu.dependencies[u]=(0,wu.offlinePluginConversion)(Nu.HVIGOR_PROJECT_ROOT_DIR,Hu.dependencies[u]));const u={dependencies:{...Hu.dependencies}};u.dependencies[Nu.HVIGOR_ENGINE_PACKAGE_NAME]=(0,wu.offlinePluginConversion)(Nu.HVIGOR_PROJECT_ROOT_DIR,Hu.hvigorVersion);const D=yu.join(Mu,Nu.WORK_SPACE);try{mu.mkdirSync(D,{recursive:!0});const e=yu.resolve(D,Nu.DEFAULT_PACKAGE_JSON);mu.writeFileSync(e,JSON.stringify(u))}catch(u){(0,Su.logErrorAndExit)(u)}(function(){const u=["config","set","store-dir",Nu.HVIGOR_PNPM_STORE_PATH],D={cwd:yu.join(Mu,Nu.WORK_SPACE),stdio:["inherit","inherit","inherit"]};(0,wu.executeCommand)(Nu.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,u,D)})(),function(){const u=["install"],D={cwd:yu.join(Mu,Nu.WORK_SPACE),stdio:["inherit","inherit","inherit"]};(0,wu.executeCommand)(Nu.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,u,D)}(),(0,Su.logInfoPrintConsole)("Hvigor install success.")}()}catch(u){Vu()}}return Mu};var Gu={};!function(t){var C=n&&n.__createBinding||(Object.create?function(u,D,e,t){void 0===t&&(t=e);var r=Object.getOwnPropertyDescriptor(D,e);r&&!("get"in r?!D.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return D[e]}}),Object.defineProperty(u,t,r)}:function(u,D,e,t){void 0===t&&(t=e),u[t]=D[e]}),F=n&&n.__setModuleDefault||(Object.create?function(u,D){Object.defineProperty(u,"default",{enumerable:!0,value:D})}:function(u,D){u.default=D}),E=n&&n.__importStar||function(u){if(u&&u.__esModule)return u;var D={};if(null!=u)for(var e in u)"default"!==e&&Object.prototype.hasOwnProperty.call(u,e)&&C(D,u,e);return F(D,u),D},A=n&&n.__importDefault||function(u){return u&&u.__esModule?u:{default:u}};Object.defineProperty(t,"__esModule",{value:!0}),t.executeInstallPnpm=t.isPnpmInstalled=t.environmentHandler=t.checkNpmConifg=t.PNPM_VERSION=void 0;const o=r,a=E(e),c=A(D),s=E(u),B=i,d=l,f=ou;t.PNPM_VERSION="7.30.0",t.checkNpmConifg=function(){const u=s.resolve(B.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),D=s.resolve(c.default.homedir(),".npmrc");if((0,f.isFileExists)(u)||(0,f.isFileExists)(D))return;const e=(0,f.getNpmPath)(),t=(0,o.spawnSync)(e,["config","get","prefix"],{cwd:B.HVIGOR_PROJECT_ROOT_DIR});if(0!==t.status||!t.stdout)return void(0,d.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const r=s.resolve(`${t.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,f.isFileExists)(r)||(0,d.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},t.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},t.isPnpmInstalled=function(){return!!a.existsSync(B.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,f.hasNpmPackInPaths)("pnpm",[B.HVIGOR_WRAPPER_TOOLS_HOME])},t.executeInstallPnpm=function(){(0,d.logInfoPrintConsole)(`Installing pnpm@${t.PNPM_VERSION}...`);const u=(0,f.getNpmPath)();!function(){const u=s.resolve(B.HVIGOR_WRAPPER_TOOLS_HOME,B.DEFAULT_PACKAGE_JSON);try{a.existsSync(B.HVIGOR_WRAPPER_TOOLS_HOME)||a.mkdirSync(B.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const D={dependencies:{}};D.dependencies[B.PNPM]=t.PNPM_VERSION,a.writeFileSync(u,JSON.stringify(D))}catch(D){(0,d.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${u} failed.`)}}(),(0,f.executeCommand)(u,["install","pnpm"],{cwd:B.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,d.logInfoPrintConsole)("Pnpm install success.")}}(Gu),function(){Gu.checkNpmConifg(),Gu.environmentHandler(),Gu.isPnpmInstalled()||Gu.executeInstallPnpm();const D=gu();_(u.join(D,i.WORK_SPACE))}(); \ No newline at end of file diff --git a/function/communication/wifi/hvigorfile.ts b/function/communication/wifi/hvigorfile.ts deleted file mode 100644 index f3cb9f1a87a81687554a76283af8df27d8bda775..0000000000000000000000000000000000000000 --- a/function/communication/wifi/hvigorfile.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { appTasks } from '@ohos/hvigor-ohos-plugin'; - -export default { - system: appTasks, /* Built-in plugin of Hvigor. It cannot be modified. */ - plugins:[] /* Custom plugin to extend the functionality of Hvigor. */ -} diff --git a/function/communication/wifi/hvigorw b/function/communication/wifi/hvigorw deleted file mode 100644 index ff6a29a2ac9e13860657c8e33464123f4da4b7ed..0000000000000000000000000000000000000000 --- a/function/communication/wifi/hvigorw +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/bash - -# ---------------------------------------------------------------------------- -# Hvigor startup script, version 1.0.0 -# -# Required ENV vars: -# ------------------ -# NODE_HOME - location of a Node home dir -# or -# Add /usr/local/nodejs/bin to the PATH environment variable -# ---------------------------------------------------------------------------- - -HVIGOR_APP_HOME="`pwd -P`" -HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js -warn() { - echo "" - echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" -} - -error() { - echo "" - echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" -} - -fail() { - error "$@" - exit 1 -} - -# Determine node to start hvigor wrapper script -if [ -n "${NODE_HOME}" ];then - EXECUTABLE_NODE="${NODE_HOME}/bin/node" - if [ ! -x "$EXECUTABLE_NODE" ];then - fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" - fi -else - EXECUTABLE_NODE="node" - which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" -fi - -# Check hvigor wrapper script -if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then - fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" -fi - -# start hvigor-wrapper script -exec "${EXECUTABLE_NODE}" \ - "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/function/communication/wifi/hvigorw.bat b/function/communication/wifi/hvigorw.bat deleted file mode 100644 index d570007e8a178639a230d95b94a09dcda89969d8..0000000000000000000000000000000000000000 --- a/function/communication/wifi/hvigorw.bat +++ /dev/null @@ -1,64 +0,0 @@ -@if "%DEBUG%" == "" @echo off -@rem ########################################################################## -@rem -@rem Hvigor startup script for Windows -@rem -@rem ########################################################################## - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -set DIRNAME=%~dp0 -if "%DIRNAME%" == "" set DIRNAME=. -set APP_BASE_NAME=%~n0 -set APP_HOME=%DIRNAME% - -@rem Resolve any "." and ".." in APP_HOME to make it shorter. -for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi - -set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js -set NODE_EXE=node.exe - -goto start - -:start -@rem Find node.exe -if defined NODE_HOME goto findNodeFromNodeHome - -%NODE_EXE% --version >NUL 2>&1 -if "%ERRORLEVEL%" == "0" goto execute - -echo. -echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. -echo. -echo Please set the NODE_HOME variable in your environment to match the -echo location of your NodeJs installation. - -goto fail - -:findNodeFromNodeHome -set NODE_HOME=%NODE_HOME:"=% -set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% - -if exist "%NODE_EXE_PATH%" goto execute -echo. -echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. -echo. -echo Please set the NODE_HOME variable in your environment to match the -echo location of your NodeJs installation. - -goto fail - -:execute -@rem Execute hvigor -"%NODE_EXE%" "%WRAPPER_MODULE_PATH%" %* - -if "%ERRORLEVEL%" == "0" goto hvigorwEnd - -:fail -exit /b 1 - -:hvigorwEnd -if "%OS%" == "Windows_NT" endlocal - -:end diff --git a/function/communication/wifi/oh-package-lock.json5 b/function/communication/wifi/oh-package-lock.json5 deleted file mode 100644 index ddc8a54dc3a0148e1eab04cfb0c1d72e5077c01f..0000000000000000000000000000000000000000 --- a/function/communication/wifi/oh-package-lock.json5 +++ /dev/null @@ -1,13 +0,0 @@ -{ - "lockfileVersion": 1, - "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", - "specifiers": { - "@ohos/hypium@1.0.11": "@ohos/hypium@1.0.11" - }, - "packages": { - "@ohos/hypium@1.0.11": { - "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.11.tgz", - "integrity": "sha512-KawcLnv43C3QIYv1UbDnKCFX3MohtDxGuFvzlUxT/qf2DBilR56Ws6zrj90LdH6PjloJQwOPESuBQIHBACAK7w==" - } - } -} \ No newline at end of file diff --git a/function/communication/wifi/oh-package.json5 b/function/communication/wifi/oh-package.json5 deleted file mode 100644 index 2c53f71e1c693369065a38fad7501f25efa4171d..0000000000000000000000000000000000000000 --- a/function/communication/wifi/oh-package.json5 +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "communication_wifi", - "version": "1.0.0", - "description": "Please describe the basic information.", - "main": "", - "author": "", - "license": "", - "dependencies": { - }, - "devDependencies": { - "@ohos/hypium": "1.0.11" - } -} diff --git a/function/communication/wifi/screenshots/home.png b/function/communication/wifi/screenshots/home.png deleted file mode 100644 index 34127fcd13f9f4de004b50bf554f1476792b598c..0000000000000000000000000000000000000000 Binary files a/function/communication/wifi/screenshots/home.png and /dev/null differ