From b59de21c4f118e3881ffb77b15cfbfb8f3009e68 Mon Sep 17 00:00:00 2001 From: yangcan Date: Thu, 12 Jun 2025 16:16:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4linearindicator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangcan --- compiler/build_declarations_file.js | 2 +- compiler/components/linearindicator.json | 7 ------- compiler/tsconfig.esm.json | 6 ------ compiler/tsconfig.json | 6 ------ 4 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 compiler/components/linearindicator.json diff --git a/compiler/build_declarations_file.js b/compiler/build_declarations_file.js index 695d29691..ad2bb05fd 100644 --- a/compiler/build_declarations_file.js +++ b/compiler/build_declarations_file.js @@ -23,7 +23,7 @@ const addTSInterfaceSet = ['ForEach', 'LazyForEach', 'TapGesture', 'LongPressGes const addTSAttributeSet = ['AlphabetIndexer', 'Animator', 'Badge', 'Blank', 'Button', 'Calendar', 'CalendarPicker', 'Canvas', 'Checkbox', 'CheckboxGroup', 'Circle', 'Column', 'ColumnSplit', 'Counter', 'DataPanel', 'DatePicker', 'Divider', 'Ellipse', 'Flex', 'FormComponent', 'Gauge', 'Grid', 'GridItem', 'GridContainer', 'Image', - 'ImageAnimator', 'IndicatorComponent', 'LazyVGridLayout', 'Line', 'LinearIndicator', + 'ImageAnimator', 'IndicatorComponent', 'LazyVGridLayout', 'Line', 'List', 'ListItem', 'ListItemGroup', 'LoadingProgress', 'Marquee', 'Navigation', 'Navigator', 'Panel', 'Path', 'PatternLock', 'Piece', 'PluginComponent', 'Polygon', 'Polyline', 'Progress', 'QRCode', 'Radio', 'Rating', 'Rect', 'Refresh', 'Row', 'RowSplit', 'Scroll', 'ScrollBar', 'Search', diff --git a/compiler/components/linearindicator.json b/compiler/components/linearindicator.json deleted file mode 100644 index 7a6672ff2..000000000 --- a/compiler/components/linearindicator.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "LinearIndicator", - "atomic": true, - "attrs": [ - "indicatorStyle", "indicatorLoop", "onChange" - ] -} \ No newline at end of file diff --git a/compiler/tsconfig.esm.json b/compiler/tsconfig.esm.json index 2e20f130e..fb496acd6 100755 --- a/compiler/tsconfig.esm.json +++ b/compiler/tsconfig.esm.json @@ -199,7 +199,6 @@ "IndicatorComponent", "LazyVGridLayout", "Line", - "LinearIndicator", "List", "ListItem", "ListItemGroup", @@ -486,11 +485,6 @@ "type": "LineAttribute", "instance": "LineInstance" }, - { - "name": "LinearIndicator", - "type": "LinearIndicatorAttribute", - "instance": "LinearIndicatorInstance" - }, { "name": "List", "type": "ListAttribute", diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 96c81984e..98511d623 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -202,7 +202,6 @@ "IndicatorComponent", "LazyVGridLayout", "Line", - "LinearIndicator", "List", "ListItem", "ListItemGroup", @@ -505,11 +504,6 @@ "type": "LineAttribute", "instance": "LineInstance" }, - { - "name": "LinearIndicator", - "type": "LinearIndicatorAttribute", - "instance": "LinearIndicatorInstance" - }, { "name": "List", "type": "ListAttribute", -- Gitee