1/* 2 * Copyright (c) 2024 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16/** 17 * Export CommonModifier, which is used to expose applyNormalAttribute function. 18 * @syscap SystemCapability.ArkUI.ArkUI.Full 19 * @crossplatform 20 * @since 12 21 */ 22export { CommonModifier } from './arkui/CommonModifier'; 23 24/** 25 * Export AlphabetIndexerModifier, which is used to expose applyNormalAttribute function. 26 * @syscap SystemCapability.ArkUI.ArkUI.Full 27 * @crossplatform 28 * @since 12 29 */ 30export { AlphabetIndexerModifier } from './arkui/AlphabetIndexerModifier'; 31 32/** 33 * Export BlankModifier, which is used to expose applyNormalAttribute function. 34 * @syscap SystemCapability.ArkUI.ArkUI.Full 35 * @crossplatform 36 * @since 12 37 */ 38export { BlankModifier } from './arkui/BlankModifier'; 39 40/** 41 * Export ButtonModifier, which is used to expose applyNormalAttribute function. 42 * @syscap SystemCapability.ArkUI.ArkUI.Full 43 * @crossplatform 44 * @since 12 45 */ 46export { ButtonModifier } from './arkui/ButtonModifier'; 47 48/** 49 * Export CalendarPickerModifier, which is used to expose applyNormalAttribute function. 50 * @syscap SystemCapability.ArkUI.ArkUI.Full 51 * @crossplatform 52 * @since 12 53 */ 54export { CalendarPickerModifier } from './arkui/CalendarPickerModifier'; 55 56/** 57 * Export CheckboxModifier, which is used to expose applyNormalAttribute function. 58 * @syscap SystemCapability.ArkUI.ArkUI.Full 59 * @crossplatform 60 * @since 12 61 */ 62export { CheckboxModifier } from './arkui/CheckboxModifier'; 63 64/** 65 * Export CheckboxGroupModifier, which is used to expose applyNormalAttribute function. 66 * @syscap SystemCapability.ArkUI.ArkUI.Full 67 * @crossplatform 68 * @since 12 69 */ 70export { CheckboxGroupModifier } from './arkui/CheckboxGroupModifier'; 71 72/** 73 * Export ColumnModifier, which is used to expose applyNormalAttribute function. 74 * @syscap SystemCapability.ArkUI.ArkUI.Full 75 * @crossplatform 76 * @since 12 77 */ 78export { ColumnModifier } from './arkui/ColumnModifier'; 79 80/** 81 * Export ColumnSplitModifier, which is used to expose applyNormalAttribute function. 82 * @syscap SystemCapability.ArkUI.ArkUI.Full 83 * @crossplatform 84 * @since 12 85 */ 86export { ColumnSplitModifier } from './arkui/ColumnSplitModifier'; 87 88/** 89 * Export CounterModifier, which is used to expose applyNormalAttribute function. 90 * @syscap SystemCapability.ArkUI.ArkUI.Full 91 * @crossplatform 92 * @since 12 93 */ 94export { CounterModifier } from './arkui/CounterModifier'; 95 96/** 97 * Export DataPanelModifier, which is used to expose applyNormalAttribute function. 98 * @syscap SystemCapability.ArkUI.ArkUI.Full 99 * @crossplatform 100 * @since 12 101 */ 102export { DataPanelModifier } from './arkui/DataPanelModifier'; 103 104/** 105 * Export DatePickerModifier, which is used to expose applyNormalAttribute function. 106 * @syscap SystemCapability.ArkUI.ArkUI.Full 107 * @crossplatform 108 * @since 12 109 */ 110export { DatePickerModifier } from './arkui/DatePickerModifier'; 111 112/** 113 * Export DividerModifier, which is used to expose applyNormalAttribute function. 114 * @syscap SystemCapability.ArkUI.ArkUI.Full 115 * @crossplatform 116 * @since 12 117 */ 118export { DividerModifier } from './arkui/DividerModifier'; 119 120/** 121 * Export FormComponentModifier, which is used to expose applyNormalAttribute function. 122 * @syscap SystemCapability.ArkUI.ArkUI.Full 123 * @systemapi 124 * @crossplatform 125 * @since 12 126 */ 127export { FormComponentModifier } from './arkui/FormComponentModifier'; 128 129/** 130 * Export GaugeModifier, which is used to expose applyNormalAttribute function. 131 * @syscap SystemCapability.ArkUI.ArkUI.Full 132 * @crossplatform 133 * @since 12 134 */ 135export { GaugeModifier } from './arkui/GaugeModifier'; 136 137/** 138 * Export GridModifier, which is used to expose applyNormalAttribute function. 139 * @syscap SystemCapability.ArkUI.ArkUI.Full 140 * @crossplatform 141 * @since 12 142 */ 143export { GridModifier } from './arkui/GridModifier'; 144 145/** 146 * Export GridColModifier, which is used to expose applyNormalAttribute function. 147 * @syscap SystemCapability.ArkUI.ArkUI.Full 148 * @crossplatform 149 * @since 12 150 */ 151export { GridColModifier } from './arkui/GridColModifier'; 152 153/** 154 * Export GridItemModifier, which is used to expose applyNormalAttribute function. 155 * @syscap SystemCapability.ArkUI.ArkUI.Full 156 * @crossplatform 157 * @since 12 158 */ 159export { GridItemModifier } from './arkui/GridItemModifier'; 160 161/** 162 * Export GridRowModifier, which is used to expose applyNormalAttribute function. 163 * @syscap SystemCapability.ArkUI.ArkUI.Full 164 * @crossplatform 165 * @since 12 166 */ 167export { GridRowModifier } from './arkui/GridRowModifier'; 168 169/** 170 * Export HyperlinkModifier, which is used to expose applyNormalAttribute function. 171 * @syscap SystemCapability.ArkUI.ArkUI.Full 172 * @crossplatform 173 * @since 12 174 */ 175export { HyperlinkModifier } from './arkui/HyperlinkModifier'; 176 177/** 178 * Export ImageAnimatorModifier, which is used to expose applyNormalAttribute function. 179 * @syscap SystemCapability.ArkUI.ArkUI.Full 180 * @crossplatform 181 * @since 12 182 */ 183export { ImageAnimatorModifier } from './arkui/ImageAnimatorModifier'; 184 185/** 186 * Export ImageModifier, which is used to expose applyNormalAttribute function. 187 * @syscap SystemCapability.ArkUI.ArkUI.Full 188 * @crossplatform 189 * @since 12 190 */ 191export { ImageModifier } from './arkui/ImageModifier'; 192 193/** 194 * Export SymbolGlyphModifier, which is used to expose applyNormalAttribute function. 195 * @syscap SystemCapability.ArkUI.ArkUI.Full 196 * @since 12 197 */ 198/** 199 * Export SymbolGlyphModifier, which is used to expose applyNormalAttribute function. 200 * @syscap SystemCapability.ArkUI.ArkUI.Full 201 * @crossplatform 202 * @since 20 203 */ 204export { SymbolGlyphModifier } from './arkui/SymbolGlyphModifier'; 205/** 206 * Export ImageSpanModifier, which is used to expose applyNormalAttribute function. 207 * @syscap SystemCapability.ArkUI.ArkUI.Full 208 * @crossplatform 209 * @since 12 210 */ 211export { ImageSpanModifier } from './arkui/ImageSpanModifier'; 212 213/** 214 * Export LineModifier, which is used to expose applyNormalAttribute function. 215 * @syscap SystemCapability.ArkUI.ArkUI.Full 216 * @crossplatform 217 * @since 12 218 */ 219export { LineModifier } from './arkui/LineModifier'; 220 221/** 222 * Export ListModifier, which is used to expose applyNormalAttribute function. 223 * @syscap SystemCapability.ArkUI.ArkUI.Full 224 * @crossplatform 225 * @since 12 226 */ 227export { ListModifier } from './arkui/ListModifier'; 228 229/** 230 * Export ListItemModifier, which is used to expose applyNormalAttribute function. 231 * @syscap SystemCapability.ArkUI.ArkUI.Full 232 * @crossplatform 233 * @since 12 234 */ 235export { ListItemModifier } from './arkui/ListItemModifier'; 236 237/** 238 * Export ListItemGroupModifier, which is used to expose applyNormalAttribute function. 239 * @syscap SystemCapability.ArkUI.ArkUI.Full 240 * @crossplatform 241 * @since 12 242 */ 243export { ListItemGroupModifier } from './arkui/ListItemGroupModifier'; 244 245/** 246 * Export LoadingProgressModifier, which is used to expose applyNormalAttribute function. 247 * @syscap SystemCapability.ArkUI.ArkUI.Full 248 * @crossplatform 249 * @since 12 250 */ 251export { LoadingProgressModifier } from './arkui/LoadingProgressModifier'; 252 253/** 254 * Export MarqueeModifier, which is used to expose applyNormalAttribute function. 255 * @syscap SystemCapability.ArkUI.ArkUI.Full 256 * @crossplatform 257 * @since 12 258 */ 259export { MarqueeModifier } from './arkui/MarqueeModifier'; 260 261/** 262 * Export MenuModifier, which is used to expose applyNormalAttribute function. 263 * @syscap SystemCapability.ArkUI.ArkUI.Full 264 * @crossplatform 265 * @since 12 266 */ 267export { MenuModifier } from './arkui/MenuModifier'; 268 269/** 270 * Export MenuItemModifier, which is used to expose applyNormalAttribute function. 271 * @syscap SystemCapability.ArkUI.ArkUI.Full 272 * @crossplatform 273 * @since 12 274 */ 275export { MenuItemModifier } from './arkui/MenuItemModifier'; 276 277/** 278 * Export NavDestinationModifier, which is used to expose applyNormalAttribute function. 279 * @syscap SystemCapability.ArkUI.ArkUI.Full 280 * @crossplatform 281 * @since 12 282 */ 283export { NavDestinationModifier } from './arkui/NavDestinationModifier'; 284 285/** 286 * Export NavigationModifier, which is used to expose applyNormalAttribute function. 287 * @syscap SystemCapability.ArkUI.ArkUI.Full 288 * @crossplatform 289 * @since 12 290 */ 291export { NavigationModifier } from './arkui/NavigationModifier'; 292 293/** 294 * Export NavigatorModifier, which is used to expose applyNormalAttribute function. 295 * @syscap SystemCapability.ArkUI.ArkUI.Full 296 * @crossplatform 297 * @since 12 298 */ 299export { NavigatorModifier } from './arkui/NavigatorModifier'; 300 301/** 302 * Export NavRouterModifier, which is used to expose applyNormalAttribute function. 303 * @syscap SystemCapability.ArkUI.ArkUI.Full 304 * @crossplatform 305 * @since 12 306 */ 307export { NavRouterModifier } from './arkui/NavRouterModifier'; 308 309/** 310 * Export PanelModifier, which is used to expose applyNormalAttribute function. 311 * @syscap SystemCapability.ArkUI.ArkUI.Full 312 * @crossplatform 313 * @since 12 314 */ 315export { PanelModifier } from './arkui/PanelModifier'; 316 317/** 318 * Export PathModifier, which is used to expose applyNormalAttribute function. 319 * @syscap SystemCapability.ArkUI.ArkUI.Full 320 * @crossplatform 321 * @since 12 322 */ 323export { PathModifier } from './arkui/PathModifier'; 324 325/** 326 * Export PatternLockModifier, which is used to expose applyNormalAttribute function. 327 * @syscap SystemCapability.ArkUI.ArkUI.Full 328 * @crossplatform 329 * @since 12 330 */ 331export { PatternLockModifier } from './arkui/PatternLockModifier'; 332 333/** 334 * Export PolygonModifier, which is used to expose applyNormalAttribute function. 335 * @syscap SystemCapability.ArkUI.ArkUI.Full 336 * @crossplatform 337 * @since 12 338 */ 339export { PolygonModifier } from './arkui/PolygonModifier'; 340 341/** 342 * Export PolylineModifier, which is used to expose applyNormalAttribute function. 343 * @syscap SystemCapability.ArkUI.ArkUI.Full 344 * @crossplatform 345 * @since 12 346 */ 347export { PolylineModifier } from './arkui/PolylineModifier'; 348 349/** 350 * Export ProgressModifier, which is used to expose applyNormalAttribute function. 351 * @syscap SystemCapability.ArkUI.ArkUI.Full 352 * @crossplatform 353 * @since 12 354 */ 355export { ProgressModifier } from './arkui/ProgressModifier'; 356 357/** 358 * Export QRCodeModifier, which is used to expose applyNormalAttribute function. 359 * @syscap SystemCapability.ArkUI.ArkUI.Full 360 * @crossplatform 361 * @since 12 362 */ 363export { QRCodeModifier } from './arkui/QRCodeModifier'; 364 365/** 366 * Export RadioModifier, which is used to expose applyNormalAttribute function. 367 * @syscap SystemCapability.ArkUI.ArkUI.Full 368 * @crossplatform 369 * @since 12 370 */ 371export { RadioModifier } from './arkui/RadioModifier'; 372 373/** 374 * Export RatingModifier, which is used to expose applyNormalAttribute function. 375 * @syscap SystemCapability.ArkUI.ArkUI.Full 376 * @crossplatform 377 * @since 12 378 */ 379export { RatingModifier } from './arkui/RatingModifier'; 380 381/** 382 * Export RectModifier, which is used to expose applyNormalAttribute function. 383 * @syscap SystemCapability.ArkUI.ArkUI.Full 384 * @crossplatform 385 * @since 12 386 */ 387export { RectModifier } from './arkui/RectModifier'; 388 389/** 390 * Export RefreshModifier, which is used to expose applyNormalAttribute function. 391 * @syscap SystemCapability.ArkUI.ArkUI.Full 392 * @crossplatform 393 * @since 12 394 */ 395export { RefreshModifier } from './arkui/RefreshModifier'; 396 397/** 398 * Export RichEditorModifier, which is used to expose applyNormalAttribute function. 399 * @syscap SystemCapability.ArkUI.ArkUI.Full 400 * @crossplatform 401 * @since 12 402 */ 403export { RichEditorModifier } from './arkui/RichEditorModifier'; 404 405/** 406 * Export RowModifier, which is used to expose applyNormalAttribute function. 407 * @syscap SystemCapability.ArkUI.ArkUI.Full 408 * @crossplatform 409 * @since 12 410 */ 411export { RowModifier } from './arkui/RowModifier'; 412 413/** 414 * Export RowSplitModifier, which is used to expose applyNormalAttribute function. 415 * @syscap SystemCapability.ArkUI.ArkUI.Full 416 * @crossplatform 417 * @since 12 418 */ 419export { RowSplitModifier } from './arkui/RowSplitModifier'; 420 421/** 422 * Export ScrollModifier, which is used to expose applyNormalAttribute function. 423 * @syscap SystemCapability.ArkUI.ArkUI.Full 424 * @crossplatform 425 * @since 12 426 */ 427export { ScrollModifier } from './arkui/ScrollModifier'; 428 429/** 430 * Export SearchModifier, which is used to expose applyNormalAttribute function. 431 * @syscap SystemCapability.ArkUI.ArkUI.Full 432 * @crossplatform 433 * @since 12 434 */ 435export { SearchModifier } from './arkui/SearchModifier'; 436 437/** 438 * Export SelectModifier, which is used to expose applyNormalAttribute function. 439 * @syscap SystemCapability.ArkUI.ArkUI.Full 440 * @crossplatform 441 * @since 12 442 */ 443export { SelectModifier } from './arkui/SelectModifier'; 444 445/** 446 * Export ShapeModifier, which is used to expose applyNormalAttribute function. 447 * @syscap SystemCapability.ArkUI.ArkUI.Full 448 * @crossplatform 449 * @since 12 450 */ 451export { ShapeModifier } from './arkui/ShapeModifier'; 452 453/** 454 * Export SideBarContainerModifier, which is used to expose applyNormalAttribute function. 455 * @syscap SystemCapability.ArkUI.ArkUI.Full 456 * @crossplatform 457 * @since 12 458 */ 459export { SideBarContainerModifier } from './arkui/SideBarContainerModifier'; 460 461/** 462 * Export SliderModifier, which is used to expose applyNormalAttribute function. 463 * @syscap SystemCapability.ArkUI.ArkUI.Full 464 * @crossplatform 465 * @since 12 466 */ 467export { SliderModifier } from './arkui/SliderModifier'; 468 469/** 470 * Export SpanModifier, which is used to expose applyNormalAttribute function. 471 * @syscap SystemCapability.ArkUI.ArkUI.Full 472 * @crossplatform 473 * @since 12 474 */ 475export { SpanModifier } from './arkui/SpanModifier'; 476 477/** 478 * Export StackModifier, which is used to expose applyNormalAttribute function. 479 * @syscap SystemCapability.ArkUI.ArkUI.Full 480 * @crossplatform 481 * @since 12 482 */ 483export { StackModifier } from './arkui/StackModifier'; 484 485/** 486 * Export StepperItemModifier, which is used to expose applyNormalAttribute function. 487 * @syscap SystemCapability.ArkUI.ArkUI.Full 488 * @crossplatform 489 * @since 12 490 */ 491export { StepperItemModifier } from './arkui/StepperItemModifier'; 492 493/** 494 * Export SwiperModifier, which is used to expose applyNormalAttribute function. 495 * @syscap SystemCapability.ArkUI.ArkUI.Full 496 * @crossplatform 497 * @since 12 498 */ 499export { SwiperModifier } from './arkui/SwiperModifier'; 500 501/** 502 * Export TabsModifier, which is used to expose applyNormalAttribute function. 503 * @syscap SystemCapability.ArkUI.ArkUI.Full 504 * @crossplatform 505 * @since 12 506 */ 507export { TabsModifier } from './arkui/TabsModifier'; 508 509/** 510 * Export TextAreaModifier, which is used to expose applyNormalAttribute function. 511 * @syscap SystemCapability.ArkUI.ArkUI.Full 512 * @crossplatform 513 * @since 12 514 */ 515export { TextAreaModifier } from './arkui/TextAreaModifier'; 516 517/** 518 * Export TextModifier, which is used to expose applyNormalAttribute function. 519 * @syscap SystemCapability.ArkUI.ArkUI.Full 520 * @crossplatform 521 * @since 12 522 */ 523export { TextModifier } from './arkui/TextModifier'; 524 525/** 526 * Export TextClockModifier, which is used to expose applyNormalAttribute function. 527 * @syscap SystemCapability.ArkUI.ArkUI.Full 528 * @crossplatform 529 * @since 12 530 */ 531export { TextClockModifier } from './arkui/TextClockModifier'; 532 533/** 534 * Export TextInputModifier, which is used to expose applyNormalAttribute function. 535 * @syscap SystemCapability.ArkUI.ArkUI.Full 536 * @crossplatform 537 * @since 12 538 */ 539export { TextInputModifier } from './arkui/TextInputModifier'; 540 541/** 542 * Export TextPickerModifier, which is used to expose applyNormalAttribute function. 543 * @syscap SystemCapability.ArkUI.ArkUI.Full 544 * @crossplatform 545 * @since 12 546 */ 547export { TextPickerModifier } from './arkui/TextPickerModifier'; 548 549/** 550 * Export TextTimerModifier, which is used to expose applyNormalAttribute function. 551 * @syscap SystemCapability.ArkUI.ArkUI.Full 552 * @crossplatform 553 * @since 12 554 */ 555export { TextTimerModifier } from './arkui/TextTimerModifier'; 556 557/** 558 * Export TimePickerModifier, which is used to expose applyNormalAttribute function. 559 * @syscap SystemCapability.ArkUI.ArkUI.Full 560 * @crossplatform 561 * @since 12 562 */ 563export { TimePickerModifier } from './arkui/TimePickerModifier'; 564 565/** 566 * Export ToggleModifier, which is used to expose applyNormalAttribute function. 567 * @syscap SystemCapability.ArkUI.ArkUI.Full 568 * @crossplatform 569 * @since 12 570 */ 571export { ToggleModifier } from './arkui/ToggleModifier'; 572 573/** 574 * Export VideoModifier, which is used to expose applyNormalAttribute function. 575 * @syscap SystemCapability.ArkUI.ArkUI.Full 576 * @crossplatform 577 * @since 12 578 */ 579export { VideoModifier } from './arkui/VideoModifier'; 580 581/** 582 * Export WaterFlowModifier, which is used to expose applyNormalAttribute function. 583 * @syscap SystemCapability.ArkUI.ArkUI.Full 584 * @crossplatform 585 * @since 12 586 */ 587export { WaterFlowModifier } from './arkui/WaterFlowModifier'; 588 589/** 590 * Export AttributeUpdater, which is used to update attributes to native side. 591 * @syscap SystemCapability.ArkUI.ArkUI.Full 592 * @crossplatform 593 * @since 12 594 */ 595export { AttributeUpdater } from './arkui/AttributeUpdater'; 596 597/** 598 * Export ContainerSpanModifier, which is used to expose applyNormalAttribute function. 599 * 600 * @syscap SystemCapability.ArkUI.ArkUI.Full 601 * @crossplatform 602 * @atomicservice 603 * @since 12 604 */ 605export { ContainerSpanModifier } from './arkui/ContainerSpanModifier'; 606 607/** 608 * Export ContainerSpanModifier, which is used to expose applyNormalAttribute function. 609 * 610 * @syscap SystemCapability.ArkUI.ArkUI.Full 611 * @crossplatform 612 * @atomicservice 613 * @since 12 614 */ 615export { SymbolSpanModifier } from './arkui/SymbolSpanModifier'; 616 617/** 618 * Export ParticleModifier, which is used to expose applyNormalAttribute function. 619 * 620 * @syscap SystemCapability.ArkUI.ArkUI.Full 621 * @crossplatform 622 * @atomicservice 623 * @since 12 624 */ 625export { ParticleModifier } from './arkui/ParticleModifier'; 626 627/** 628 * Export StepperModifier, which is used to expose applyNormalAttribute function. 629 * @syscap SystemCapability.ArkUI.ArkUI.Full 630 * @crossplatform 631 * @since 20 632 */ 633export { StepperModifier } from './arkui/StepperModifier'; 634