Skip to content

Commit

Permalink
Merge pull request #318 from mousheng/autocomplete_component
Browse files Browse the repository at this point in the history
add_autoComplete_component
  • Loading branch information
aaron1604 authored Aug 7, 2023
2 parents 5dc992b + 2d4750f commit f6acf7d
Show file tree
Hide file tree
Showing 12 changed files with 625 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion client/packages/lowcoder-design/src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,5 @@ export { ReactComponent as ExpandIcon } from "icons/icon-expand.svg";
export { ReactComponent as CompressIcon } from "icons/icon-compress.svg";
export { ReactComponent as TableCellsIcon } from "icons/icon-table-cells.svg"; // Added By Aqib Mirza
export { ReactComponent as TimeLineIcon } from "icons/icon-timeline-comp.svg"
export { ReactComponent as LottieIcon } from "icons/icon-lottie.svg";
export { ReactComponent as LottieIcon } from "icons/icon-lottie.svg";
export { ReactComponent as AutoCompleteCompIcon } from "icons/icon-autocomplete-comp.svg";
1 change: 1 addition & 0 deletions client/packages/lowcoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"axios": "^0.21.1",
"buffer": "^6.0.3",
"clsx": "^1.2.1",
"cnchar": "^3.2.4",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.25.2",
"echarts": "^5.4.2",
Expand Down
Loading

0 comments on commit f6acf7d

Please sign in to comment.