From 094870700fb628f15047f0058fd43e346c344d21 Mon Sep 17 00:00:00 2001 From: hekun Date: Thu, 6 Apr 2023 16:37:18 +0800 Subject: [PATCH] fix the error Signed-off-by: hekun --- arkui/ace_standard/src/main/config.json | 1 - .../main/js/default/pages/pickerView/prop2111/index.css | 6 +++--- .../main/js/default/pages/pickerView/prop2111/index.hml | 8 ++++---- .../main/js/default/pages/pickerView/prop2111/index.js | 6 +++--- .../main/js/default/pages/pickerView/prop2112/index.css | 6 +++--- .../main/js/default/pages/pickerView/prop2112/index.hml | 8 ++++---- .../main/js/default/pages/pickerView/prop2112/index.js | 6 +++--- .../main/js/default/pages/pickerView/prop2113/index.css | 6 +++--- .../main/js/default/pages/pickerView/prop2113/index.hml | 8 ++++---- .../main/js/default/pages/pickerView/prop2113/index.js | 6 +++--- .../main/js/default/pages/pickerView/prop212/index.css | 6 +++--- .../main/js/default/pages/pickerView/prop212/index.hml | 8 ++++---- .../src/main/js/default/pages/pickerView/prop212/index.js | 6 +++--- .../src/main/js/default/pages/pickerView/prop22/index.css | 6 +++--- .../src/main/js/default/pages/pickerView/prop22/index.hml | 8 ++++---- .../src/main/js/default/pages/pickerView/prop22/index.js | 6 +++--- .../src/main/js/default/pages/pickerView/prop31/index.css | 7 +++---- .../src/main/js/default/pages/pickerView/prop31/index.hml | 8 ++++---- .../src/main/js/default/pages/pickerView/prop31/index.js | 6 +++--- .../src/main/js/default/pages/pickerView/prop32/index.css | 6 +++--- .../src/main/js/default/pages/pickerView/prop32/index.hml | 8 ++++---- .../src/main/js/default/pages/pickerView/prop32/index.js | 6 +++--- .../main/js/default/pages/pickerView/prop4111/index.css | 6 +++--- .../main/js/default/pages/pickerView/prop4111/index.hml | 8 ++++---- .../main/js/default/pages/pickerView/prop4111/index.js | 6 +++--- .../main/js/default/pages/pickerView/prop4112/index.css | 6 +++--- .../main/js/default/pages/pickerView/prop4112/index.hml | 8 ++++---- .../main/js/default/pages/pickerView/prop4112/index.js | 6 +++--- .../main/js/default/pages/pickerView/prop4113/index.css | 6 +++--- .../main/js/default/pages/pickerView/prop4113/index.hml | 8 ++++---- .../main/js/default/pages/pickerView/prop4113/index.js | 6 +++--- .../main/js/default/pages/pickerView/prop412/index.css | 6 +++--- .../main/js/default/pages/pickerView/prop412/index.hml | 8 ++++---- .../src/main/js/default/pages/pickerView/prop412/index.js | 6 +++--- .../src/main/js/default/pages/pickerView/prop42/index.css | 6 +++--- .../src/main/js/default/pages/pickerView/prop42/index.hml | 8 ++++---- .../src/main/js/default/pages/pickerView/prop42/index.js | 8 ++++---- .../src/main/js/default/test/pickerViewProps2111.test.js | 6 +++--- .../src/main/js/default/test/pickerViewProps2112.test.js | 6 +++--- .../src/main/js/default/test/pickerViewProps2113.test.js | 6 +++--- .../src/main/js/default/test/pickerViewProps212.test.js | 6 +++--- .../src/main/js/default/test/pickerViewProps22.test.js | 6 +++--- .../src/main/js/default/test/pickerViewProps31.test.js | 6 +++--- .../src/main/js/default/test/pickerViewProps32.test.js | 8 ++++---- .../src/main/js/default/test/pickerViewProps4111.test.js | 6 +++--- .../src/main/js/default/test/pickerViewProps4112.test.js | 6 +++--- .../src/main/js/default/test/pickerViewProps4113.test.js | 6 +++--- .../src/main/js/default/test/pickerViewProps412.test.js | 6 +++--- .../src/main/js/default/test/pickerViewProps42.test.js | 6 +++--- 49 files changed, 158 insertions(+), 160 deletions(-) diff --git a/arkui/ace_standard/src/main/config.json b/arkui/ace_standard/src/main/config.json index c0a00fd87..3f3a59381 100644 --- a/arkui/ace_standard/src/main/config.json +++ b/arkui/ace_standard/src/main/config.json @@ -97,7 +97,6 @@ "pages/picker/prop/index", "pages/picker/style/index", "pages/pickerView/router/index", - "pages/pickerView/prop211/index", "pages/pickerView/prop2111/index", "pages/pickerView/prop2112/index", "pages/pickerView/prop2113/index", diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.css index 2635692c8..80552c395 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.hml index 7b24e2946..a193da443 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.js index fe13b5591..1b3911266 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2111/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.css index 2635692c8..80552c395 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.hml index b8679a4e4..0efb39b57 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.js index 88823add0..82668d25c 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2112/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.css index 2635692c8..80552c395 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.hml index 2bae07e4a..c1d9ccefd 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.js index 8f2d81feb..5c14c2ff8 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop2113/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.css index 2635692c8..80552c395 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.hml index 24195c9ee..3890e645f 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.js index bc2fa8042..f2e5e94ea 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.css index 2635692c8..80552c395 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.hml index 6c9092a65..4d7851bb3 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.js index b9c25f070..f1fb4cda3 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop22/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.css index 62149111a..479eda166 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - .container { flex-direction:row; width:100%; diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.hml index 3a2ed4fb2..35b0c91bb 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.js index ababa98fb..307a2a98d 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop31/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.css index 62149111a..02957b92a 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.hml index 38ec94d8f..d5b37d0f9 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.js index 25376453c..826ac8e9d 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop32/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.css index 62149111a..02957b92a 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.hml index fa5e3f94b..ae64a43a1 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.js index 5ab34f25f..25f15e7e9 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4111/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.css index 62149111a..02957b92a 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.hml index be4c0dca4..a0e4a1ae6 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.js index 43306f50a..f6fcf6d6c 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4112/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.css index 62149111a..02957b92a 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.hml index 8f622ddc8..4ef3b9961 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.js index ade91083f..6078e89fe 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.css index 62149111a..02957b92a 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.hml index 373cdef83..46183bb0b 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.js index 6daee4e6c..d705ce8d1 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop412/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.css b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.css index 62149111a..02957b92a 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.css +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.css @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.hml b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.hml index 9a281ac20..5fe616d3f 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.hml +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.hml @@ -1,17 +1,17 @@ - + */
diff --git a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.js b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.js index 9024e2b37..6a08ab6e7 100644 --- a/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/pickerView/prop42/index.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + import prompt from '@system.prompt'; export default { diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps2111.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps2111.test.js index 992037790..c75619b8d 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps2111.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps2111.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps2112.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps2112.test.js index c98e3c9e6..9be65a285 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps2112.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps2112.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps2113.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps2113.test.js index 3bc7e8668..ec2b2dd40 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps2113.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps2113.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps212.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps212.test.js index 8345a8207..1a320642a 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps212.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps212.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps22.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps22.test.js index 497fa7d7a..d59474313 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps22.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps22.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps31.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps31.test.js index bd9cf6664..acf5344a0 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps31.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps31.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps32.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps32.test.js index a2ed5e732..e0e59e493 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps32.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps32.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + import router from '@system.router'; import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index'; diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps4111.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps4111.test.js index c7d48e7f4..2e27d19f2 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps4111.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps4111.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps4112.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps4112.test.js index 111a06d18..ac17504ac 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps4112.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps4112.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps4113.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps4113.test.js index 6e55905a2..87e54508a 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps4113.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps4113.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps412.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps412.test.js index b0d77ffe7..090acd9a8 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps412.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps412.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/arkui/ace_standard/src/main/js/default/test/pickerViewProps42.test.js b/arkui/ace_standard/src/main/js/default/test/pickerViewProps42.test.js index 8c4552e0b..ede33441a 100644 --- a/arkui/ace_standard/src/main/js/default/test/pickerViewProps42.test.js +++ b/arkui/ace_standard/src/main/js/default/test/pickerViewProps42.test.js @@ -1,10 +1,10 @@ -/** - * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. +/* + * Copyright (C) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, -- GitLab