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 */ 198export { SymbolGlyphModifier } from './arkui/SymbolGlyphModifier'; 199/** 200 * Export ImageSpanModifier, which is used to expose applyNormalAttribute function. 201 * @syscap SystemCapability.ArkUI.ArkUI.Full 202 * @crossplatform 203 * @since 12 204 */ 205export { ImageSpanModifier } from './arkui/ImageSpanModifier'; 206 207/** 208 * Export LineModifier, which is used to expose applyNormalAttribute function. 209 * @syscap SystemCapability.ArkUI.ArkUI.Full 210 * @crossplatform 211 * @since 12 212 */ 213export { LineModifier } from './arkui/LineModifier'; 214 215/** 216 * Export ListModifier, which is used to expose applyNormalAttribute function. 217 * @syscap SystemCapability.ArkUI.ArkUI.Full 218 * @crossplatform 219 * @since 12 220 */ 221export { ListModifier } from './arkui/ListModifier'; 222 223/** 224 * Export ListItemModifier, which is used to expose applyNormalAttribute function. 225 * @syscap SystemCapability.ArkUI.ArkUI.Full 226 * @crossplatform 227 * @since 12 228 */ 229export { ListItemModifier } from './arkui/ListItemModifier'; 230 231/** 232 * Export ListItemGroupModifier, which is used to expose applyNormalAttribute function. 233 * @syscap SystemCapability.ArkUI.ArkUI.Full 234 * @crossplatform 235 * @since 12 236 */ 237export { ListItemGroupModifier } from './arkui/ListItemGroupModifier'; 238 239/** 240 * Export LoadingProgressModifier, which is used to expose applyNormalAttribute function. 241 * @syscap SystemCapability.ArkUI.ArkUI.Full 242 * @crossplatform 243 * @since 12 244 */ 245export { LoadingProgressModifier } from './arkui/LoadingProgressModifier'; 246 247/** 248 * Export MarqueeModifier, which is used to expose applyNormalAttribute function. 249 * @syscap SystemCapability.ArkUI.ArkUI.Full 250 * @crossplatform 251 * @since 12 252 */ 253export { MarqueeModifier } from './arkui/MarqueeModifier'; 254 255/** 256 * Export MenuModifier, which is used to expose applyNormalAttribute function. 257 * @syscap SystemCapability.ArkUI.ArkUI.Full 258 * @crossplatform 259 * @since 12 260 */ 261export { MenuModifier } from './arkui/MenuModifier'; 262 263/** 264 * Export MenuItemModifier, which is used to expose applyNormalAttribute function. 265 * @syscap SystemCapability.ArkUI.ArkUI.Full 266 * @crossplatform 267 * @since 12 268 */ 269export { MenuItemModifier } from './arkui/MenuItemModifier'; 270 271/** 272 * Export NavDestinationModifier, which is used to expose applyNormalAttribute function. 273 * @syscap SystemCapability.ArkUI.ArkUI.Full 274 * @crossplatform 275 * @since 12 276 */ 277export { NavDestinationModifier } from './arkui/NavDestinationModifier'; 278 279/** 280 * Export NavigationModifier, which is used to expose applyNormalAttribute function. 281 * @syscap SystemCapability.ArkUI.ArkUI.Full 282 * @crossplatform 283 * @since 12 284 */ 285export { NavigationModifier } from './arkui/NavigationModifier'; 286 287/** 288 * Export NavigatorModifier, which is used to expose applyNormalAttribute function. 289 * @syscap SystemCapability.ArkUI.ArkUI.Full 290 * @crossplatform 291 * @since 12 292 */ 293export { NavigatorModifier } from './arkui/NavigatorModifier'; 294 295/** 296 * Export NavRouterModifier, which is used to expose applyNormalAttribute function. 297 * @syscap SystemCapability.ArkUI.ArkUI.Full 298 * @crossplatform 299 * @since 12 300 */ 301export { NavRouterModifier } from './arkui/NavRouterModifier'; 302 303/** 304 * Export PanelModifier, which is used to expose applyNormalAttribute function. 305 * @syscap SystemCapability.ArkUI.ArkUI.Full 306 * @crossplatform 307 * @since 12 308 */ 309export { PanelModifier } from './arkui/PanelModifier'; 310 311/** 312 * Export PathModifier, which is used to expose applyNormalAttribute function. 313 * @syscap SystemCapability.ArkUI.ArkUI.Full 314 * @crossplatform 315 * @since 12 316 */ 317export { PathModifier } from './arkui/PathModifier'; 318 319/** 320 * Export PatternLockModifier, which is used to expose applyNormalAttribute function. 321 * @syscap SystemCapability.ArkUI.ArkUI.Full 322 * @crossplatform 323 * @since 12 324 */ 325export { PatternLockModifier } from './arkui/PatternLockModifier'; 326 327/** 328 * Export PolygonModifier, which is used to expose applyNormalAttribute function. 329 * @syscap SystemCapability.ArkUI.ArkUI.Full 330 * @crossplatform 331 * @since 12 332 */ 333export { PolygonModifier } from './arkui/PolygonModifier'; 334 335/** 336 * Export PolylineModifier, which is used to expose applyNormalAttribute function. 337 * @syscap SystemCapability.ArkUI.ArkUI.Full 338 * @crossplatform 339 * @since 12 340 */ 341export { PolylineModifier } from './arkui/PolylineModifier'; 342 343/** 344 * Export ProgressModifier, which is used to expose applyNormalAttribute function. 345 * @syscap SystemCapability.ArkUI.ArkUI.Full 346 * @crossplatform 347 * @since 12 348 */ 349export { ProgressModifier } from './arkui/ProgressModifier'; 350 351/** 352 * Export QRCodeModifier, which is used to expose applyNormalAttribute function. 353 * @syscap SystemCapability.ArkUI.ArkUI.Full 354 * @crossplatform 355 * @since 12 356 */ 357export { QRCodeModifier } from './arkui/QRCodeModifier'; 358 359/** 360 * Export RadioModifier, which is used to expose applyNormalAttribute function. 361 * @syscap SystemCapability.ArkUI.ArkUI.Full 362 * @crossplatform 363 * @since 12 364 */ 365export { RadioModifier } from './arkui/RadioModifier'; 366 367/** 368 * Export RatingModifier, which is used to expose applyNormalAttribute function. 369 * @syscap SystemCapability.ArkUI.ArkUI.Full 370 * @crossplatform 371 * @since 12 372 */ 373export { RatingModifier } from './arkui/RatingModifier'; 374 375/** 376 * Export RectModifier, which is used to expose applyNormalAttribute function. 377 * @syscap SystemCapability.ArkUI.ArkUI.Full 378 * @crossplatform 379 * @since 12 380 */ 381export { RectModifier } from './arkui/RectModifier'; 382 383/** 384 * Export RefreshModifier, which is used to expose applyNormalAttribute function. 385 * @syscap SystemCapability.ArkUI.ArkUI.Full 386 * @crossplatform 387 * @since 12 388 */ 389export { RefreshModifier } from './arkui/RefreshModifier'; 390 391/** 392 * Export RichEditorModifier, which is used to expose applyNormalAttribute function. 393 * @syscap SystemCapability.ArkUI.ArkUI.Full 394 * @crossplatform 395 * @since 12 396 */ 397export { RichEditorModifier } from './arkui/RichEditorModifier'; 398 399/** 400 * Export RowModifier, which is used to expose applyNormalAttribute function. 401 * @syscap SystemCapability.ArkUI.ArkUI.Full 402 * @crossplatform 403 * @since 12 404 */ 405export { RowModifier } from './arkui/RowModifier'; 406 407/** 408 * Export RowSplitModifier, which is used to expose applyNormalAttribute function. 409 * @syscap SystemCapability.ArkUI.ArkUI.Full 410 * @crossplatform 411 * @since 12 412 */ 413export { RowSplitModifier } from './arkui/RowSplitModifier'; 414 415/** 416 * Export ScrollModifier, which is used to expose applyNormalAttribute function. 417 * @syscap SystemCapability.ArkUI.ArkUI.Full 418 * @crossplatform 419 * @since 12 420 */ 421export { ScrollModifier } from './arkui/ScrollModifier'; 422 423/** 424 * Export SearchModifier, which is used to expose applyNormalAttribute function. 425 * @syscap SystemCapability.ArkUI.ArkUI.Full 426 * @crossplatform 427 * @since 12 428 */ 429export { SearchModifier } from './arkui/SearchModifier'; 430 431/** 432 * Export SelectModifier, which is used to expose applyNormalAttribute function. 433 * @syscap SystemCapability.ArkUI.ArkUI.Full 434 * @crossplatform 435 * @since 12 436 */ 437export { SelectModifier } from './arkui/SelectModifier'; 438 439/** 440 * Export ShapeModifier, which is used to expose applyNormalAttribute function. 441 * @syscap SystemCapability.ArkUI.ArkUI.Full 442 * @crossplatform 443 * @since 12 444 */ 445export { ShapeModifier } from './arkui/ShapeModifier'; 446 447/** 448 * Export SideBarContainerModifier, which is used to expose applyNormalAttribute function. 449 * @syscap SystemCapability.ArkUI.ArkUI.Full 450 * @crossplatform 451 * @since 12 452 */ 453export { SideBarContainerModifier } from './arkui/SideBarContainerModifier'; 454 455/** 456 * Export SliderModifier, which is used to expose applyNormalAttribute function. 457 * @syscap SystemCapability.ArkUI.ArkUI.Full 458 * @crossplatform 459 * @since 12 460 */ 461export { SliderModifier } from './arkui/SliderModifier'; 462 463/** 464 * Export SpanModifier, which is used to expose applyNormalAttribute function. 465 * @syscap SystemCapability.ArkUI.ArkUI.Full 466 * @crossplatform 467 * @since 12 468 */ 469export { SpanModifier } from './arkui/SpanModifier'; 470 471/** 472 * Export StackModifier, which is used to expose applyNormalAttribute function. 473 * @syscap SystemCapability.ArkUI.ArkUI.Full 474 * @crossplatform 475 * @since 12 476 */ 477export { StackModifier } from './arkui/StackModifier'; 478 479/** 480 * Export StepperItemModifier, which is used to expose applyNormalAttribute function. 481 * @syscap SystemCapability.ArkUI.ArkUI.Full 482 * @crossplatform 483 * @since 12 484 */ 485export { StepperItemModifier } from './arkui/StepperItemModifier'; 486 487/** 488 * Export SwiperModifier, which is used to expose applyNormalAttribute function. 489 * @syscap SystemCapability.ArkUI.ArkUI.Full 490 * @crossplatform 491 * @since 12 492 */ 493export { SwiperModifier } from './arkui/SwiperModifier'; 494 495/** 496 * Export TabsModifier, which is used to expose applyNormalAttribute function. 497 * @syscap SystemCapability.ArkUI.ArkUI.Full 498 * @crossplatform 499 * @since 12 500 */ 501export { TabsModifier } from './arkui/TabsModifier'; 502 503/** 504 * Export TextAreaModifier, which is used to expose applyNormalAttribute function. 505 * @syscap SystemCapability.ArkUI.ArkUI.Full 506 * @crossplatform 507 * @since 12 508 */ 509export { TextAreaModifier } from './arkui/TextAreaModifier'; 510 511/** 512 * Export TextModifier, which is used to expose applyNormalAttribute function. 513 * @syscap SystemCapability.ArkUI.ArkUI.Full 514 * @crossplatform 515 * @since 12 516 */ 517export { TextModifier } from './arkui/TextModifier'; 518 519/** 520 * Export TextClockModifier, which is used to expose applyNormalAttribute function. 521 * @syscap SystemCapability.ArkUI.ArkUI.Full 522 * @crossplatform 523 * @since 12 524 */ 525export { TextClockModifier } from './arkui/TextClockModifier'; 526 527/** 528 * Export TextInputModifier, which is used to expose applyNormalAttribute function. 529 * @syscap SystemCapability.ArkUI.ArkUI.Full 530 * @crossplatform 531 * @since 12 532 */ 533export { TextInputModifier } from './arkui/TextInputModifier'; 534 535/** 536 * Export TextPickerModifier, which is used to expose applyNormalAttribute function. 537 * @syscap SystemCapability.ArkUI.ArkUI.Full 538 * @crossplatform 539 * @since 12 540 */ 541export { TextPickerModifier } from './arkui/TextPickerModifier'; 542 543/** 544 * Export TextTimerModifier, which is used to expose applyNormalAttribute function. 545 * @syscap SystemCapability.ArkUI.ArkUI.Full 546 * @crossplatform 547 * @since 12 548 */ 549export { TextTimerModifier } from './arkui/TextTimerModifier'; 550 551/** 552 * Export TimePickerModifier, which is used to expose applyNormalAttribute function. 553 * @syscap SystemCapability.ArkUI.ArkUI.Full 554 * @crossplatform 555 * @since 12 556 */ 557export { TimePickerModifier } from './arkui/TimePickerModifier'; 558 559/** 560 * Export ToggleModifier, which is used to expose applyNormalAttribute function. 561 * @syscap SystemCapability.ArkUI.ArkUI.Full 562 * @crossplatform 563 * @since 12 564 */ 565export { ToggleModifier } from './arkui/ToggleModifier'; 566 567/** 568 * Export VideoModifier, which is used to expose applyNormalAttribute function. 569 * @syscap SystemCapability.ArkUI.ArkUI.Full 570 * @crossplatform 571 * @since 12 572 */ 573export { VideoModifier } from './arkui/VideoModifier'; 574 575/** 576 * Export WaterFlowModifier, which is used to expose applyNormalAttribute function. 577 * @syscap SystemCapability.ArkUI.ArkUI.Full 578 * @crossplatform 579 * @since 12 580 */ 581export { WaterFlowModifier } from './arkui/WaterFlowModifier'; 582 583/** 584 * Export AttributeUpdater, which is used to update attributes to native side. 585 * @syscap SystemCapability.ArkUI.ArkUI.Full 586 * @crossplatform 587 * @since 12 588 */ 589export { AttributeUpdater } from './arkui/AttributeUpdater'; 590 591/** 592 * Export ContainerSpanModifier, which is used to expose applyNormalAttribute function. 593 * 594 * @syscap SystemCapability.ArkUI.ArkUI.Full 595 * @crossplatform 596 * @atomicservice 597 * @since 12 598 */ 599export { ContainerSpanModifier } from './arkui/ContainerSpanModifier'; 600 601/** 602 * Export ContainerSpanModifier, which is used to expose applyNormalAttribute function. 603 * 604 * @syscap SystemCapability.ArkUI.ArkUI.Full 605 * @crossplatform 606 * @atomicservice 607 * @since 12 608 */ 609export { SymbolSpanModifier } from './arkui/SymbolSpanModifier'; 610 611/** 612 * Export ParticleModifier, which is used to expose applyNormalAttribute function. 613 * 614 * @syscap SystemCapability.ArkUI.ArkUI.Full 615 * @crossplatform 616 * @atomicservice 617 * @since 12 618 */ 619export { ParticleModifier } from './arkui/ParticleModifier'; 620