2024-02-27 10:02:57 +00:00
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export CommonModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { CommonModifier } from './arkui/CommonModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export AlphabetIndexerModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { AlphabetIndexerModifier } from './arkui/AlphabetIndexerModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export BlankModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { BlankModifier } from './arkui/BlankModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ButtonModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ButtonModifier } from './arkui/ButtonModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export CalendarPickerModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { CalendarPickerModifier } from './arkui/CalendarPickerModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export CheckboxModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { CheckboxModifier } from './arkui/CheckboxModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export CheckboxGroupModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { CheckboxGroupModifier } from './arkui/CheckboxGroupModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ColumnModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ColumnModifier } from './arkui/ColumnModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ColumnSplitModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ColumnSplitModifier } from './arkui/ColumnSplitModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export CounterModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { CounterModifier } from './arkui/CounterModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export DataPanelModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { DataPanelModifier } from './arkui/DataPanelModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export DatePickerModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { DatePickerModifier } from './arkui/DatePickerModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export DividerModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { DividerModifier } from './arkui/DividerModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export FormComponentModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
2024-09-25 12:33:42 +00:00
|
|
|
* @systemapi
|
2024-02-27 10:02:57 +00:00
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { FormComponentModifier } from './arkui/FormComponentModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export GaugeModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { GaugeModifier } from './arkui/GaugeModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export GridModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { GridModifier } from './arkui/GridModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export GridColModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { GridColModifier } from './arkui/GridColModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export GridItemModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { GridItemModifier } from './arkui/GridItemModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export GridRowModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { GridRowModifier } from './arkui/GridRowModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export HyperlinkModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { HyperlinkModifier } from './arkui/HyperlinkModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ImageAnimatorModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ImageAnimatorModifier } from './arkui/ImageAnimatorModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ImageModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ImageModifier } from './arkui/ImageModifier';
|
|
|
|
|
2024-04-22 03:04:12 +00:00
|
|
|
/**
|
|
|
|
* Export SymbolGlyphModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { SymbolGlyphModifier } from './arkui/SymbolGlyphModifier';
|
2024-02-27 10:02:57 +00:00
|
|
|
/**
|
|
|
|
* Export ImageSpanModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ImageSpanModifier } from './arkui/ImageSpanModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export LineModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { LineModifier } from './arkui/LineModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ListModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ListModifier } from './arkui/ListModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ListItemModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ListItemModifier } from './arkui/ListItemModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ListItemGroupModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ListItemGroupModifier } from './arkui/ListItemGroupModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export LoadingProgressModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { LoadingProgressModifier } from './arkui/LoadingProgressModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export MarqueeModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { MarqueeModifier } from './arkui/MarqueeModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export MenuModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { MenuModifier } from './arkui/MenuModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export MenuItemModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { MenuItemModifier } from './arkui/MenuItemModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export NavDestinationModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { NavDestinationModifier } from './arkui/NavDestinationModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export NavigationModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { NavigationModifier } from './arkui/NavigationModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export NavigatorModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { NavigatorModifier } from './arkui/NavigatorModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export NavRouterModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { NavRouterModifier } from './arkui/NavRouterModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export PanelModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { PanelModifier } from './arkui/PanelModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export PathModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { PathModifier } from './arkui/PathModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export PatternLockModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { PatternLockModifier } from './arkui/PatternLockModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export PolygonModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { PolygonModifier } from './arkui/PolygonModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export PolylineModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { PolylineModifier } from './arkui/PolylineModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ProgressModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ProgressModifier } from './arkui/ProgressModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export QRCodeModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { QRCodeModifier } from './arkui/QRCodeModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export RadioModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { RadioModifier } from './arkui/RadioModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export RatingModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { RatingModifier } from './arkui/RatingModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export RectModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { RectModifier } from './arkui/RectModifier';
|
|
|
|
|
2024-04-05 12:50:03 +00:00
|
|
|
/**
|
|
|
|
* Export RefreshModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { RefreshModifier } from './arkui/RefreshModifier';
|
|
|
|
|
2024-02-27 10:02:57 +00:00
|
|
|
/**
|
|
|
|
* Export RichEditorModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { RichEditorModifier } from './arkui/RichEditorModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export RowModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { RowModifier } from './arkui/RowModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export RowSplitModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { RowSplitModifier } from './arkui/RowSplitModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ScrollModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ScrollModifier } from './arkui/ScrollModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export SearchModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { SearchModifier } from './arkui/SearchModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export SelectModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { SelectModifier } from './arkui/SelectModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ShapeModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ShapeModifier } from './arkui/ShapeModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export SideBarContainerModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { SideBarContainerModifier } from './arkui/SideBarContainerModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export SliderModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { SliderModifier } from './arkui/SliderModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export SpanModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { SpanModifier } from './arkui/SpanModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export StackModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { StackModifier } from './arkui/StackModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export StepperItemModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { StepperItemModifier } from './arkui/StepperItemModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export SwiperModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { SwiperModifier } from './arkui/SwiperModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export TabsModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { TabsModifier } from './arkui/TabsModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export TextAreaModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { TextAreaModifier } from './arkui/TextAreaModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export TextModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { TextModifier } from './arkui/TextModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export TextClockModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { TextClockModifier } from './arkui/TextClockModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export TextInputModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { TextInputModifier } from './arkui/TextInputModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export TextPickerModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { TextPickerModifier } from './arkui/TextPickerModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export TextTimerModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { TextTimerModifier } from './arkui/TextTimerModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export TimePickerModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { TimePickerModifier } from './arkui/TimePickerModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ToggleModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { ToggleModifier } from './arkui/ToggleModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export VideoModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { VideoModifier } from './arkui/VideoModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export WaterFlowModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { WaterFlowModifier } from './arkui/WaterFlowModifier';
|
2024-03-26 03:41:03 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Export AttributeUpdater, which is used to update attributes to native side.
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { AttributeUpdater } from './arkui/AttributeUpdater';
|
2024-06-04 11:03:35 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ContainerSpanModifier, which is used to expose applyNormalAttribute function.
|
2024-06-06 09:29:59 +00:00
|
|
|
*
|
2024-06-04 11:03:35 +00:00
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
2024-06-04 12:26:59 +00:00
|
|
|
* @atomicservice
|
2024-06-04 11:03:35 +00:00
|
|
|
* @since 12
|
|
|
|
*/
|
2024-07-03 06:21:10 +00:00
|
|
|
export { ContainerSpanModifier } from './arkui/ContainerSpanModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ContainerSpanModifier, which is used to expose applyNormalAttribute function.
|
2024-07-11 03:31:32 +00:00
|
|
|
*
|
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @atomicservice
|
|
|
|
* @since 12
|
|
|
|
*/
|
|
|
|
export { SymbolSpanModifier } from './arkui/SymbolSpanModifier';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Export ParticleModifier, which is used to expose applyNormalAttribute function.
|
|
|
|
*
|
2024-07-03 06:21:10 +00:00
|
|
|
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
|
|
|
* @crossplatform
|
|
|
|
* @atomicservice
|
|
|
|
* @since 12
|
|
|
|
*/
|
2024-07-11 03:31:32 +00:00
|
|
|
export { ParticleModifier } from './arkui/ParticleModifier';
|