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