From 0e01e7711264e98f183407dbc4b4c2fbcbf012fc Mon Sep 17 00:00:00 2001 From: ding_chengjie Date: Wed, 19 Jun 2024 15:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6=E5=90=88?= =?UTF-8?q?=E6=B3=95=E5=90=88=E8=A7=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ding_chengjie --- OAT.xml | 8 -------- entry/src/main/ets/entryability/EntryAbility.ts | 4 ++++ entry/src/main/ets/pages/BadgeSampleFixTabsIndicator.ets | 6 +++++- entry/src/main/ets/pages/BannerSampleAutoPlay.ets | 4 ++++ entry/src/main/ets/pages/BannerSampleDefault.ets | 4 ++++ entry/src/main/ets/pages/BannerSampleDynamic.ets | 4 ++++ entry/src/main/ets/pages/BannerSampleNoFades.ets | 4 ++++ entry/src/main/ets/pages/BannerSampleStyled.ets | 4 ++++ .../src/main/ets/pages/BottomTabIndicator_center_view.ets | 4 ++++ entry/src/main/ets/pages/BottomTabIndicator_default.ets | 4 ++++ .../main/ets/pages/CapsuleFixTabsIndicator_default.ets | 4 ++++ .../main/ets/pages/FixTabsIndicator_background_image.ets | 4 ++++ entry/src/main/ets/pages/FixTabsIndicator_default.ets | 4 ++++ .../ets/pages/FixTabsIndicator_fill_background_color.ets | 4 ++++ entry/src/main/ets/pages/FixTabsIndicator_top_line.ets | 4 ++++ entry/src/main/ets/pages/IconsSampleDefault.ets | 4 ++++ entry/src/main/ets/pages/IndicatoCircleSampleDefault.ets | 4 ++++ entry/src/main/ets/pages/IndicatoCircleSampleGradient.ets | 4 ++++ entry/src/main/ets/pages/IndicatoCircleSampleVertical.ets | 5 ++++- entry/src/main/ets/pages/LineIndicator_custom.ets | 4 ++++ entry/src/main/ets/pages/LineIndicator_default.ets | 4 ++++ entry/src/main/ets/pages/MagicSampleDefault1.ets | 4 ++++ entry/src/main/ets/pages/MagicSampleDefault2.ets | 4 ++++ entry/src/main/ets/pages/MagicSampleDefault3.ets | 4 ++++ entry/src/main/ets/pages/MagicSampleDefault4.ets | 4 ++++ entry/src/main/ets/pages/MagicSampleDefault5.ets | 4 ++++ entry/src/main/ets/pages/MagicSampleDefault6.ets | 4 ++++ entry/src/main/ets/pages/MagicSampleDefault7.ets | 4 ++++ entry/src/main/ets/pages/MagicSampleDefault8.ets | 4 ++++ entry/src/main/ets/pages/MagicSampleDefault9.ets | 4 ++++ entry/src/main/ets/pages/MagicSamplePinnedTab.ets | 4 ++++ entry/src/main/ets/pages/SampleList.ets | 4 ++++ entry/src/main/ets/pages/SpringSampleDefault.ets | 4 ++++ entry/src/main/ets/pages/TabsIndicatorDefault.ets | 4 ++++ entry/src/main/ets/pages/TitlesSampleBottom.ets | 4 ++++ entry/src/main/ets/pages/TitlesSampleDefault.ets | 4 ++++ entry/src/main/ets/pages/TitlesSampleInitialPage.ets | 4 ++++ entry/src/main/ets/pages/TitlesSampleStyled.ets | 4 ++++ entry/src/main/ets/pages/TitlesSampleTriangle.ets | 4 ++++ entry/src/main/ets/pages/TriangularSampleIndicator.ets | 4 ++++ entry/src/main/ets/pages/circleSampleChangDrawable.ets | 4 ++++ entry/src/main/ets/pages/circleSampleDynamicAdapter.ets | 4 ++++ entry/src/main/ets/pages/circleSampleSnackbar.ets | 4 ++++ entry/src/main/ets/pages/index.ets | 4 ++++ entry/src/ohosTest/ets/TestAbility/TestAbility.ets | 4 ++++ entry/src/ohosTest/ets/TestAbility/pages/index.ets | 4 ++++ .../src/ohosTest/ets/TestRunner/OpenHarmonyTestRunner.ts | 4 ++++ entry/src/ohosTest/ets/test/Ability.test.ets | 4 ++++ entry/src/ohosTest/ets/test/List.test.ets | 4 ++++ library/index.ets | 4 ++++ library/src/main/ets/components/BadgeFixTabsIndicator.ets | 4 ++++ library/src/main/ets/components/BannerIndicator.ets | 4 ++++ library/src/main/ets/components/BottomTabsIndicator.ets | 4 ++++ .../src/main/ets/components/CapsuleFixTabsIndicator.ets | 4 ++++ library/src/main/ets/components/CircleIndicator.ets | 4 ++++ library/src/main/ets/components/FixTabsIndicator.ets | 4 ++++ library/src/main/ets/components/IconIndicator.ets | 4 ++++ library/src/main/ets/components/LineIndicator.ets | 4 ++++ .../src/main/ets/components/MagicScrollTabsIndicator.ets | 4 ++++ library/src/main/ets/components/ScrollTabsIndicator.ets | 4 ++++ .../src/main/ets/components/SpringScrollTabsIndicator.ets | 4 ++++ library/src/main/ets/components/TitleIndicator.ets | 4 ++++ library/src/main/ets/components/TriangularIndicator.ets | 4 ++++ .../ets/components/inner_components/MeasurableText.ets | 4 ++++ .../src/main/ets/components/inner_components/clipText.ets | 4 ++++ .../ets/components/inner_components/colorFlipText.ets | 4 ++++ .../ets/components/inner_components/colorGradientText.ets | 4 ++++ .../ets/components/inner_components/computeTextWidth.ets | 4 ++++ .../main/ets/components/inner_components/defaultText.ets | 4 ++++ library/src/main/ets/components/model/TabIcon.ets | 4 ++++ library/src/main/ets/components/model/TabInfo.ets | 4 ++++ library/src/main/ets/models/BadgeFixTabsModel.ets | 4 ++++ library/src/main/ets/models/BannerModel.ets | 5 ++++- library/src/main/ets/models/BaseModel.ets | 4 ++++ library/src/main/ets/models/BottomTabsModel.ets | 4 ++++ library/src/main/ets/models/CapsuleFixTabsModel.ets | 4 ++++ library/src/main/ets/models/CircleModel.ets | 4 ++++ library/src/main/ets/models/FixTabsModel.ets | 4 ++++ library/src/main/ets/models/IconModel.ets | 4 ++++ library/src/main/ets/models/LineModel.ets | 4 ++++ library/src/main/ets/models/MagicScrollTabsModel.ets | 4 ++++ library/src/main/ets/models/ScrollTabsModel.ets | 4 ++++ library/src/main/ets/models/SpringScrollTabsModel.ets | 4 ++++ library/src/main/ets/models/TitleModel.ets | 4 ++++ library/src/main/ets/models/TriangularModel.ets | 4 ++++ library/src/main/ets/utils/ColorGradient.ets | 4 ++++ library/src/main/ets/utils/UiUtil.ets | 4 ++++ sharedlibrary/src/main/ets/Index.ets | 6 +++++- .../src/main/ets/pages/BadgeSampleFixTabsIndicator.ets | 6 +++++- .../src/main/ets/pages/BottomTabIndicator_center_view.ets | 4 ++++ .../main/ets/pages/CapsuleFixTabsIndicator_default.ets | 4 ++++ .../src/main/ets/pages/FixTabsIndicator_default.ets | 4 ++++ sharedlibrary/src/main/ets/pages/IconsSampleDefault.ets | 4 ++++ sharedlibrary/src/main/ets/pages/Index.ets | 5 ++++- .../src/main/ets/pages/LineIndicator_default.ets | 4 ++++ sharedlibrary/src/main/ets/pages/MagicSampleDefault1.ets | 4 ++++ sharedlibrary/src/main/ets/pages/SampleList.ets | 4 ++++ sharedlibrary/src/main/ets/pages/SpringSampleDefault.ets | 4 ++++ sharedlibrary/src/main/ets/pages/TabsIndicatorDefault.ets | 4 ++++ sharedlibrary/src/main/ets/pages/TitlesSampleStyled.ets | 4 ++++ .../src/main/ets/pages/TriangularSampleIndicator.ets | 4 ++++ sharedlibrary/src/main/ets/pages/circleSampleSnackbar.ets | 4 ++++ 102 files changed, 407 insertions(+), 14 deletions(-) diff --git a/OAT.xml b/OAT.xml index 166b8ad..805ce2c 100644 --- a/OAT.xml +++ b/OAT.xml @@ -9,10 +9,6 @@ desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="*.json5" type="filename"/> - - void) { diff --git a/entry/src/main/ets/pages/LineIndicator_custom.ets b/entry/src/main/ets/pages/LineIndicator_custom.ets index b8bb195..b883358 100644 --- a/entry/src/main/ets/pages/LineIndicator_custom.ets +++ b/entry/src/main/ets/pages/LineIndicator_custom.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/LineIndicator_default.ets b/entry/src/main/ets/pages/LineIndicator_default.ets index 177981b..a2453cc 100644 --- a/entry/src/main/ets/pages/LineIndicator_default.ets +++ b/entry/src/main/ets/pages/LineIndicator_default.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/MagicSampleDefault1.ets b/entry/src/main/ets/pages/MagicSampleDefault1.ets index 1be8c99..16e4d9d 100644 --- a/entry/src/main/ets/pages/MagicSampleDefault1.ets +++ b/entry/src/main/ets/pages/MagicSampleDefault1.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/MagicSampleDefault2.ets b/entry/src/main/ets/pages/MagicSampleDefault2.ets index 3afb9cd..195337d 100644 --- a/entry/src/main/ets/pages/MagicSampleDefault2.ets +++ b/entry/src/main/ets/pages/MagicSampleDefault2.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/MagicSampleDefault3.ets b/entry/src/main/ets/pages/MagicSampleDefault3.ets index e5ad804..0cdf446 100644 --- a/entry/src/main/ets/pages/MagicSampleDefault3.ets +++ b/entry/src/main/ets/pages/MagicSampleDefault3.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/MagicSampleDefault4.ets b/entry/src/main/ets/pages/MagicSampleDefault4.ets index 96255c9..4f0c28e 100644 --- a/entry/src/main/ets/pages/MagicSampleDefault4.ets +++ b/entry/src/main/ets/pages/MagicSampleDefault4.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/MagicSampleDefault5.ets b/entry/src/main/ets/pages/MagicSampleDefault5.ets index eb05cfd..2d9e003 100644 --- a/entry/src/main/ets/pages/MagicSampleDefault5.ets +++ b/entry/src/main/ets/pages/MagicSampleDefault5.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/MagicSampleDefault6.ets b/entry/src/main/ets/pages/MagicSampleDefault6.ets index 74fff39..0139c43 100644 --- a/entry/src/main/ets/pages/MagicSampleDefault6.ets +++ b/entry/src/main/ets/pages/MagicSampleDefault6.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/MagicSampleDefault7.ets b/entry/src/main/ets/pages/MagicSampleDefault7.ets index 8bc7cba..97f4461 100644 --- a/entry/src/main/ets/pages/MagicSampleDefault7.ets +++ b/entry/src/main/ets/pages/MagicSampleDefault7.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/MagicSampleDefault8.ets b/entry/src/main/ets/pages/MagicSampleDefault8.ets index 0369515..517622f 100644 --- a/entry/src/main/ets/pages/MagicSampleDefault8.ets +++ b/entry/src/main/ets/pages/MagicSampleDefault8.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/MagicSampleDefault9.ets b/entry/src/main/ets/pages/MagicSampleDefault9.ets index 9b087a0..c59ae22 100644 --- a/entry/src/main/ets/pages/MagicSampleDefault9.ets +++ b/entry/src/main/ets/pages/MagicSampleDefault9.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/MagicSamplePinnedTab.ets b/entry/src/main/ets/pages/MagicSamplePinnedTab.ets index 2d6fa8d..b38c85b 100644 --- a/entry/src/main/ets/pages/MagicSamplePinnedTab.ets +++ b/entry/src/main/ets/pages/MagicSamplePinnedTab.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/SampleList.ets b/entry/src/main/ets/pages/SampleList.ets index d604748..baeb4d2 100644 --- a/entry/src/main/ets/pages/SampleList.ets +++ b/entry/src/main/ets/pages/SampleList.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/SpringSampleDefault.ets b/entry/src/main/ets/pages/SpringSampleDefault.ets index 69ef865..7eee6d0 100644 --- a/entry/src/main/ets/pages/SpringSampleDefault.ets +++ b/entry/src/main/ets/pages/SpringSampleDefault.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/TabsIndicatorDefault.ets b/entry/src/main/ets/pages/TabsIndicatorDefault.ets index b2b1bc1..5b2769c 100644 --- a/entry/src/main/ets/pages/TabsIndicatorDefault.ets +++ b/entry/src/main/ets/pages/TabsIndicatorDefault.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/TitlesSampleBottom.ets b/entry/src/main/ets/pages/TitlesSampleBottom.ets index 7691d0f..a58febd 100644 --- a/entry/src/main/ets/pages/TitlesSampleBottom.ets +++ b/entry/src/main/ets/pages/TitlesSampleBottom.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/TitlesSampleDefault.ets b/entry/src/main/ets/pages/TitlesSampleDefault.ets index 6a520ad..e9d9a6c 100644 --- a/entry/src/main/ets/pages/TitlesSampleDefault.ets +++ b/entry/src/main/ets/pages/TitlesSampleDefault.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/TitlesSampleInitialPage.ets b/entry/src/main/ets/pages/TitlesSampleInitialPage.ets index de5cd2a..cd88e0b 100644 --- a/entry/src/main/ets/pages/TitlesSampleInitialPage.ets +++ b/entry/src/main/ets/pages/TitlesSampleInitialPage.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/TitlesSampleStyled.ets b/entry/src/main/ets/pages/TitlesSampleStyled.ets index b99ffd5..be96bad 100644 --- a/entry/src/main/ets/pages/TitlesSampleStyled.ets +++ b/entry/src/main/ets/pages/TitlesSampleStyled.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/TitlesSampleTriangle.ets b/entry/src/main/ets/pages/TitlesSampleTriangle.ets index 06e3828..8bb11cf 100644 --- a/entry/src/main/ets/pages/TitlesSampleTriangle.ets +++ b/entry/src/main/ets/pages/TitlesSampleTriangle.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/TriangularSampleIndicator.ets b/entry/src/main/ets/pages/TriangularSampleIndicator.ets index 2ad32b5..7d4fec1 100644 --- a/entry/src/main/ets/pages/TriangularSampleIndicator.ets +++ b/entry/src/main/ets/pages/TriangularSampleIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/circleSampleChangDrawable.ets b/entry/src/main/ets/pages/circleSampleChangDrawable.ets index cb31249..1a9b8a0 100644 --- a/entry/src/main/ets/pages/circleSampleChangDrawable.ets +++ b/entry/src/main/ets/pages/circleSampleChangDrawable.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/circleSampleDynamicAdapter.ets b/entry/src/main/ets/pages/circleSampleDynamicAdapter.ets index 6939022..c3831c8 100644 --- a/entry/src/main/ets/pages/circleSampleDynamicAdapter.ets +++ b/entry/src/main/ets/pages/circleSampleDynamicAdapter.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/circleSampleSnackbar.ets b/entry/src/main/ets/pages/circleSampleSnackbar.ets index b6c1313..ffe8d37 100644 --- a/entry/src/main/ets/pages/circleSampleSnackbar.ets +++ b/entry/src/main/ets/pages/circleSampleSnackbar.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/main/ets/pages/index.ets b/entry/src/main/ets/pages/index.ets index f1e5085..3ec7854 100644 --- a/entry/src/main/ets/pages/index.ets +++ b/entry/src/main/ets/pages/index.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/ohosTest/ets/TestAbility/TestAbility.ets b/entry/src/ohosTest/ets/TestAbility/TestAbility.ets index ed8c71d..132dbaf 100644 --- a/entry/src/ohosTest/ets/TestAbility/TestAbility.ets +++ b/entry/src/ohosTest/ets/TestAbility/TestAbility.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/ohosTest/ets/TestAbility/pages/index.ets b/entry/src/ohosTest/ets/TestAbility/pages/index.ets index 277fc7f..676af32 100644 --- a/entry/src/ohosTest/ets/TestAbility/pages/index.ets +++ b/entry/src/ohosTest/ets/TestAbility/pages/index.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/ohosTest/ets/TestRunner/OpenHarmonyTestRunner.ts b/entry/src/ohosTest/ets/TestRunner/OpenHarmonyTestRunner.ts index 3b453c0..6d2fbac 100644 --- a/entry/src/ohosTest/ets/TestRunner/OpenHarmonyTestRunner.ts +++ b/entry/src/ohosTest/ets/TestRunner/OpenHarmonyTestRunner.ts @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/ohosTest/ets/test/Ability.test.ets b/entry/src/ohosTest/ets/test/Ability.test.ets index 1f9cb12..d0766e0 100644 --- a/entry/src/ohosTest/ets/test/Ability.test.ets +++ b/entry/src/ohosTest/ets/test/Ability.test.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/entry/src/ohosTest/ets/test/List.test.ets b/entry/src/ohosTest/ets/test/List.test.ets index 3f87955..bcb6e5e 100644 --- a/entry/src/ohosTest/ets/test/List.test.ets +++ b/entry/src/ohosTest/ets/test/List.test.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/index.ets b/library/index.ets index f830b2e..15bbf3e 100644 --- a/library/index.ets +++ b/library/index.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/BadgeFixTabsIndicator.ets b/library/src/main/ets/components/BadgeFixTabsIndicator.ets index ccb714d..f0c4fc3 100644 --- a/library/src/main/ets/components/BadgeFixTabsIndicator.ets +++ b/library/src/main/ets/components/BadgeFixTabsIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/BannerIndicator.ets b/library/src/main/ets/components/BannerIndicator.ets index e9976cc..a6ee094 100644 --- a/library/src/main/ets/components/BannerIndicator.ets +++ b/library/src/main/ets/components/BannerIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/BottomTabsIndicator.ets b/library/src/main/ets/components/BottomTabsIndicator.ets index ca2f4f5..7afd05e 100644 --- a/library/src/main/ets/components/BottomTabsIndicator.ets +++ b/library/src/main/ets/components/BottomTabsIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/CapsuleFixTabsIndicator.ets b/library/src/main/ets/components/CapsuleFixTabsIndicator.ets index 7d75878..999f1c3 100644 --- a/library/src/main/ets/components/CapsuleFixTabsIndicator.ets +++ b/library/src/main/ets/components/CapsuleFixTabsIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/CircleIndicator.ets b/library/src/main/ets/components/CircleIndicator.ets index 588c9ae..baeb5c6 100644 --- a/library/src/main/ets/components/CircleIndicator.ets +++ b/library/src/main/ets/components/CircleIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/FixTabsIndicator.ets b/library/src/main/ets/components/FixTabsIndicator.ets index 2339d41..a51f453 100644 --- a/library/src/main/ets/components/FixTabsIndicator.ets +++ b/library/src/main/ets/components/FixTabsIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/IconIndicator.ets b/library/src/main/ets/components/IconIndicator.ets index 669425f..eba9c88 100644 --- a/library/src/main/ets/components/IconIndicator.ets +++ b/library/src/main/ets/components/IconIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/LineIndicator.ets b/library/src/main/ets/components/LineIndicator.ets index 85045f1..6cb88fd 100644 --- a/library/src/main/ets/components/LineIndicator.ets +++ b/library/src/main/ets/components/LineIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/MagicScrollTabsIndicator.ets b/library/src/main/ets/components/MagicScrollTabsIndicator.ets index a384a3f..24469d2 100644 --- a/library/src/main/ets/components/MagicScrollTabsIndicator.ets +++ b/library/src/main/ets/components/MagicScrollTabsIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/ScrollTabsIndicator.ets b/library/src/main/ets/components/ScrollTabsIndicator.ets index dade338..402aa3c 100644 --- a/library/src/main/ets/components/ScrollTabsIndicator.ets +++ b/library/src/main/ets/components/ScrollTabsIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/SpringScrollTabsIndicator.ets b/library/src/main/ets/components/SpringScrollTabsIndicator.ets index de75833..9e4f7a1 100644 --- a/library/src/main/ets/components/SpringScrollTabsIndicator.ets +++ b/library/src/main/ets/components/SpringScrollTabsIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/TitleIndicator.ets b/library/src/main/ets/components/TitleIndicator.ets index 1e79e85..072e2bb 100644 --- a/library/src/main/ets/components/TitleIndicator.ets +++ b/library/src/main/ets/components/TitleIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/TriangularIndicator.ets b/library/src/main/ets/components/TriangularIndicator.ets index 9618e31..08b7144 100644 --- a/library/src/main/ets/components/TriangularIndicator.ets +++ b/library/src/main/ets/components/TriangularIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/inner_components/MeasurableText.ets b/library/src/main/ets/components/inner_components/MeasurableText.ets index 1cb5690..6b04268 100644 --- a/library/src/main/ets/components/inner_components/MeasurableText.ets +++ b/library/src/main/ets/components/inner_components/MeasurableText.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/inner_components/clipText.ets b/library/src/main/ets/components/inner_components/clipText.ets index 9c04e22..efab91c 100644 --- a/library/src/main/ets/components/inner_components/clipText.ets +++ b/library/src/main/ets/components/inner_components/clipText.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/inner_components/colorFlipText.ets b/library/src/main/ets/components/inner_components/colorFlipText.ets index 697d33e..b82bc9a 100644 --- a/library/src/main/ets/components/inner_components/colorFlipText.ets +++ b/library/src/main/ets/components/inner_components/colorFlipText.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/inner_components/colorGradientText.ets b/library/src/main/ets/components/inner_components/colorGradientText.ets index aaf29b3..c11a1a2 100644 --- a/library/src/main/ets/components/inner_components/colorGradientText.ets +++ b/library/src/main/ets/components/inner_components/colorGradientText.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/inner_components/computeTextWidth.ets b/library/src/main/ets/components/inner_components/computeTextWidth.ets index 34bac15..4ef6678 100644 --- a/library/src/main/ets/components/inner_components/computeTextWidth.ets +++ b/library/src/main/ets/components/inner_components/computeTextWidth.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/inner_components/defaultText.ets b/library/src/main/ets/components/inner_components/defaultText.ets index 627b1fb..598aec6 100644 --- a/library/src/main/ets/components/inner_components/defaultText.ets +++ b/library/src/main/ets/components/inner_components/defaultText.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/model/TabIcon.ets b/library/src/main/ets/components/model/TabIcon.ets index 367420f..bb5c842 100644 --- a/library/src/main/ets/components/model/TabIcon.ets +++ b/library/src/main/ets/components/model/TabIcon.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/components/model/TabInfo.ets b/library/src/main/ets/components/model/TabInfo.ets index 9095105..3c8b246 100644 --- a/library/src/main/ets/components/model/TabInfo.ets +++ b/library/src/main/ets/components/model/TabInfo.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/BadgeFixTabsModel.ets b/library/src/main/ets/models/BadgeFixTabsModel.ets index a96d745..2967e73 100644 --- a/library/src/main/ets/models/BadgeFixTabsModel.ets +++ b/library/src/main/ets/models/BadgeFixTabsModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/BannerModel.ets b/library/src/main/ets/models/BannerModel.ets index 859da01..1061f47 100644 --- a/library/src/main/ets/models/BannerModel.ets +++ b/library/src/main/ets/models/BannerModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 @@ -12,7 +16,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - import BaseModel from './BaseModel'; import { length2Vp } from '../utils/UiUtil'; diff --git a/library/src/main/ets/models/BaseModel.ets b/library/src/main/ets/models/BaseModel.ets index 19aa3b8..0db441b 100644 --- a/library/src/main/ets/models/BaseModel.ets +++ b/library/src/main/ets/models/BaseModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/BottomTabsModel.ets b/library/src/main/ets/models/BottomTabsModel.ets index 3a7f391..54b1fd3 100644 --- a/library/src/main/ets/models/BottomTabsModel.ets +++ b/library/src/main/ets/models/BottomTabsModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/CapsuleFixTabsModel.ets b/library/src/main/ets/models/CapsuleFixTabsModel.ets index c9818fb..bd2b078 100644 --- a/library/src/main/ets/models/CapsuleFixTabsModel.ets +++ b/library/src/main/ets/models/CapsuleFixTabsModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/CircleModel.ets b/library/src/main/ets/models/CircleModel.ets index dd0ce4b..488a6d9 100644 --- a/library/src/main/ets/models/CircleModel.ets +++ b/library/src/main/ets/models/CircleModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/FixTabsModel.ets b/library/src/main/ets/models/FixTabsModel.ets index 034166c..05a7e06 100644 --- a/library/src/main/ets/models/FixTabsModel.ets +++ b/library/src/main/ets/models/FixTabsModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/IconModel.ets b/library/src/main/ets/models/IconModel.ets index 24b9eea..2539e15 100644 --- a/library/src/main/ets/models/IconModel.ets +++ b/library/src/main/ets/models/IconModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/LineModel.ets b/library/src/main/ets/models/LineModel.ets index 8a1306b..456d35f 100644 --- a/library/src/main/ets/models/LineModel.ets +++ b/library/src/main/ets/models/LineModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/MagicScrollTabsModel.ets b/library/src/main/ets/models/MagicScrollTabsModel.ets index 6b664d5..ca38358 100644 --- a/library/src/main/ets/models/MagicScrollTabsModel.ets +++ b/library/src/main/ets/models/MagicScrollTabsModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/ScrollTabsModel.ets b/library/src/main/ets/models/ScrollTabsModel.ets index 29bc682..87eb152 100644 --- a/library/src/main/ets/models/ScrollTabsModel.ets +++ b/library/src/main/ets/models/ScrollTabsModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/SpringScrollTabsModel.ets b/library/src/main/ets/models/SpringScrollTabsModel.ets index f0f8fda..ee3b96f 100644 --- a/library/src/main/ets/models/SpringScrollTabsModel.ets +++ b/library/src/main/ets/models/SpringScrollTabsModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/TitleModel.ets b/library/src/main/ets/models/TitleModel.ets index 545b903..f747dff 100644 --- a/library/src/main/ets/models/TitleModel.ets +++ b/library/src/main/ets/models/TitleModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/models/TriangularModel.ets b/library/src/main/ets/models/TriangularModel.ets index a6fe969..f4b3605 100644 --- a/library/src/main/ets/models/TriangularModel.ets +++ b/library/src/main/ets/models/TriangularModel.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/utils/ColorGradient.ets b/library/src/main/ets/utils/ColorGradient.ets index 2c4ff94..69da15c 100644 --- a/library/src/main/ets/utils/ColorGradient.ets +++ b/library/src/main/ets/utils/ColorGradient.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/library/src/main/ets/utils/UiUtil.ets b/library/src/main/ets/utils/UiUtil.ets index 1924a74..eb09746 100644 --- a/library/src/main/ets/utils/UiUtil.ets +++ b/library/src/main/ets/utils/UiUtil.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/Index.ets b/sharedlibrary/src/main/ets/Index.ets index a5ed91e..511b8b3 100644 --- a/sharedlibrary/src/main/ets/Index.ets +++ b/sharedlibrary/src/main/ets/Index.ets @@ -1,5 +1,9 @@ /* - * Copyright (C) 2023 Huawei Device Co., Ltd. + * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/BadgeSampleFixTabsIndicator.ets b/sharedlibrary/src/main/ets/pages/BadgeSampleFixTabsIndicator.ets index f162db6..98b39bb 100644 --- a/sharedlibrary/src/main/ets/pages/BadgeSampleFixTabsIndicator.ets +++ b/sharedlibrary/src/main/ets/pages/BadgeSampleFixTabsIndicator.ets @@ -1,5 +1,9 @@ - /* +/* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/BottomTabIndicator_center_view.ets b/sharedlibrary/src/main/ets/pages/BottomTabIndicator_center_view.ets index f45d4f4..91394b2 100644 --- a/sharedlibrary/src/main/ets/pages/BottomTabIndicator_center_view.ets +++ b/sharedlibrary/src/main/ets/pages/BottomTabIndicator_center_view.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/CapsuleFixTabsIndicator_default.ets b/sharedlibrary/src/main/ets/pages/CapsuleFixTabsIndicator_default.ets index 44b7f8f..2f632ef 100644 --- a/sharedlibrary/src/main/ets/pages/CapsuleFixTabsIndicator_default.ets +++ b/sharedlibrary/src/main/ets/pages/CapsuleFixTabsIndicator_default.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/FixTabsIndicator_default.ets b/sharedlibrary/src/main/ets/pages/FixTabsIndicator_default.ets index 843268d..333e23c 100644 --- a/sharedlibrary/src/main/ets/pages/FixTabsIndicator_default.ets +++ b/sharedlibrary/src/main/ets/pages/FixTabsIndicator_default.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/IconsSampleDefault.ets b/sharedlibrary/src/main/ets/pages/IconsSampleDefault.ets index ed1121b..51a0160 100644 --- a/sharedlibrary/src/main/ets/pages/IconsSampleDefault.ets +++ b/sharedlibrary/src/main/ets/pages/IconsSampleDefault.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/Index.ets b/sharedlibrary/src/main/ets/pages/Index.ets index ef6e564..57ff8be 100644 --- a/sharedlibrary/src/main/ets/pages/Index.ets +++ b/sharedlibrary/src/main/ets/pages/Index.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 @@ -12,7 +16,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - import router from '@ohos.router' export class PageItem { diff --git a/sharedlibrary/src/main/ets/pages/LineIndicator_default.ets b/sharedlibrary/src/main/ets/pages/LineIndicator_default.ets index b282922..be536ed 100644 --- a/sharedlibrary/src/main/ets/pages/LineIndicator_default.ets +++ b/sharedlibrary/src/main/ets/pages/LineIndicator_default.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/MagicSampleDefault1.ets b/sharedlibrary/src/main/ets/pages/MagicSampleDefault1.ets index 85d7e8b..47b43d7 100644 --- a/sharedlibrary/src/main/ets/pages/MagicSampleDefault1.ets +++ b/sharedlibrary/src/main/ets/pages/MagicSampleDefault1.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/SampleList.ets b/sharedlibrary/src/main/ets/pages/SampleList.ets index e4c4bd8..5d91b9d 100644 --- a/sharedlibrary/src/main/ets/pages/SampleList.ets +++ b/sharedlibrary/src/main/ets/pages/SampleList.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/SpringSampleDefault.ets b/sharedlibrary/src/main/ets/pages/SpringSampleDefault.ets index 816bb3f..d8bd892 100644 --- a/sharedlibrary/src/main/ets/pages/SpringSampleDefault.ets +++ b/sharedlibrary/src/main/ets/pages/SpringSampleDefault.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/TabsIndicatorDefault.ets b/sharedlibrary/src/main/ets/pages/TabsIndicatorDefault.ets index c3dcbec..5fca60c 100644 --- a/sharedlibrary/src/main/ets/pages/TabsIndicatorDefault.ets +++ b/sharedlibrary/src/main/ets/pages/TabsIndicatorDefault.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/TitlesSampleStyled.ets b/sharedlibrary/src/main/ets/pages/TitlesSampleStyled.ets index 81207e7..1ffc84e 100644 --- a/sharedlibrary/src/main/ets/pages/TitlesSampleStyled.ets +++ b/sharedlibrary/src/main/ets/pages/TitlesSampleStyled.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/TriangularSampleIndicator.ets b/sharedlibrary/src/main/ets/pages/TriangularSampleIndicator.ets index 9e7bf79..ccceace 100644 --- a/sharedlibrary/src/main/ets/pages/TriangularSampleIndicator.ets +++ b/sharedlibrary/src/main/ets/pages/TriangularSampleIndicator.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 diff --git a/sharedlibrary/src/main/ets/pages/circleSampleSnackbar.ets b/sharedlibrary/src/main/ets/pages/circleSampleSnackbar.ets index 99c7fa0..d5732d7 100644 --- a/sharedlibrary/src/main/ets/pages/circleSampleSnackbar.ets +++ b/sharedlibrary/src/main/ets/pages/circleSampleSnackbar.ets @@ -1,5 +1,9 @@ /* * Copyright (C) 2022 Huawei Device Co., Ltd. + * + * Based on CircleIndicator written by + * Copyright (C) ongakuer + * * 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 -- Gitee