-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/search in dropdown list (#318)
* MAJOR: add bimdata class to custom scrollbar (#277) * chore(release): 2.0.0-rc.1 [skip ci] # [2.0.0-rc.1](v1.4.0-rc.92...v2.0.0-rc.1) (2023-03-02) ### MAJOR * add bimdata class to custom scrollbar (#277) ([37e25c6](37e25c6)), closes [#277](#277) * PATCH: fix width and height of key icon (#279) * chore(release): 2.0.0-rc.2 [skip ci] # [2.0.0-rc.2](v2.0.0-rc.1...v2.0.0-rc.2) (2023-03-09) ### PATCH * fix width and height of key icon (#279) ([c9e4d66](c9e4d66)), closes [#279](#279) * MINOR: Fix/globals (#282) * add smartview icon * add bimdata-scrollbar class * fix icons page style * chore(release): 2.0.0-rc.3 [skip ci] # [2.0.0-rc.3](v2.0.0-rc.2...v2.0.0-rc.3) (2023-03-29) ### MINOR * Fix/globals (#282) ([9b9fbce](9b9fbce)), closes [#282](#282) * MINOR: add BIMDataTable canDragOverRow props & logic (#283) * chore(release): 2.0.0-rc.4 [skip ci] # [2.0.0-rc.4](v2.0.0-rc.3...v2.0.0-rc.4) (2023-03-29) ### MINOR * add BIMDataTable canDragOverRow props & logic (#283) ([79dc00d](79dc00d)), closes [#283](#283) * ci: use common runners * MINOR: add icons : pipette, translate & upload (#285) * chore(release): 2.0.0-rc.5 [skip ci] # [2.0.0-rc.5](v2.0.0-rc.4...v2.0.0-rc.5) (2023-04-04) ### ci * use common runners ([eca1583](eca1583)) ### MINOR * add icons : pipette, translate & upload (#285) ([2f41a24](2f41a24)), closes [#285](#285) * MINOR: Feature/drop down menu improvement (#286) * remove drop down menu contentAfterHeader slot * add drop down menu isOpen header slot props * chore(release): 2.0.0-rc.6 [skip ci] # [2.0.0-rc.6](v2.0.0-rc.5...v2.0.0-rc.6) (2023-04-05) ### MINOR * Feature/drop down menu improvement (#286) ([8a80710](8a80710)), closes [#286](#286) * MINOR: Fix/bimdata menu (#287) * remove the chevron to the left of the child menu item * add childrenLeft props to doc * fix doc * chore(release): 2.0.0-rc.7 [skip ci] # [2.0.0-rc.7](v2.0.0-rc.6...v2.0.0-rc.7) (2023-04-07) ### MINOR * Fix/bimdata menu (#287) ([c2cf1d1](c2cf1d1)), closes [#287](#287) * PATCH: add children-content slot and add item props to all slots (#288) * add children-content slot and add item props to all slots * update slot documentation * chore(release): 2.0.0-rc.8 [skip ci] # [2.0.0-rc.8](v2.0.0-rc.7...v2.0.0-rc.8) (2023-04-12) ### PATCH * add children-content slot and add item props to all slots (#288) ([1edc988](1edc988)), closes [#288](#288) * fix typo in checkbox doc * PATCH: fix(menu): only show children on hover (#289) * chore(release): 2.0.0-rc.9 [skip ci] # [2.0.0-rc.9](v2.0.0-rc.8...v2.0.0-rc.9) (2023-04-28) ### PATCH * fix(menu): only show children on hover (#289) ([74c8c28](74c8c28)), closes [#289](#289) * PATCH: remove border once file is dropped in the chosen folder (#290) * chore(release): 2.0.0-rc.10 [skip ci] # [2.0.0-rc.10](v2.0.0-rc.9...v2.0.0-rc.10) (2023-05-02) ### PATCH * remove border once file is dropped in the chosen folder (#290) ([69224ca](69224ca)), closes [#290](#290) * PATCH: refactor BIMDataMenu (#291) * clear BIMDataMenu * add .stop on BIMDataColorSelector component * updated BIMDataMenu documentation * add emits options * delete hover emit option * chore(release): 2.0.0-rc.11 [skip ci] # [2.0.0-rc.11](v2.0.0-rc.10...v2.0.0-rc.11) (2023-05-05) ### PATCH * refactor BIMDataMenu (#291) ([4275a30](4275a30)), closes [#291](#291) * PATCH: feat(files-manager): add pdf page selection feature (#292) * PATCH: feat(files-manager): add pdf page selection feature * PATCH: feat(files-manager): improve pdf page selection feature * chore(release): 2.0.0-rc.12 [skip ci] # [2.0.0-rc.12](v2.0.0-rc.11...v2.0.0-rc.12) (2023-05-16) ### PATCH * feat(files-manager): add pdf page selection feature (#292) ([fbaffb5](fbaffb5)), closes [#292](#292) * PATCH: fix(build): remove optional chaining operator from PdfPageSelector template * chore(release): 2.0.0-rc.13 [skip ci] # [2.0.0-rc.13](v2.0.0-rc.12...v2.0.0-rc.13) (2023-05-16) ### PATCH * fix(build): remove optional chaining operator from PdfPageSelector template ([55e18a3](55e18a3)) * ci: update GA versions * PATCH: add spacing icon * chore(release): 2.0.0-rc.14 [skip ci] # [2.0.0-rc.14](v2.0.0-rc.13...v2.0.0-rc.14) (2023-05-26) ### ci * update GA versions ([a9acdcb](a9acdcb)) ### PATCH * add spacing icon ([407bdf8](407bdf8)) * MINOR: Feature/show item paginated list (#294) * add showElement method in BIMDataPagination component * adjust documentation * delete duplicate code * chore(release): 2.0.0-rc.15 [skip ci] # [2.0.0-rc.15](v2.0.0-rc.14...v2.0.0-rc.15) (2023-06-01) ### MINOR * Feature/show item paginated list (#294) ([b2c9a2b](b2c9a2b)), closes [#294](#294) * PATCH: Fix/icons and paginated list (#295) * icon display fix in documentation * rename class into BIMDataPaginatedList component * chore(release): 2.0.0-rc.16 [skip ci] # [2.0.0-rc.16](v2.0.0-rc.15...v2.0.0-rc.16) (2023-06-02) ### PATCH * Fix/icons and paginated list (#295) ([de4608d](de4608d)), closes [#295](#295) * add search bar into BIMDataDropdownList component * use implicit return * update node-version into main.yml file --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: Gaëtan LAGIER <gaetan@bimdata.io> Co-authored-by: Antoine Mineau <antoine@bimdata.io> Co-authored-by: Nicolas Richel <nicolas@bimdata.io> Co-authored-by: Paul Vilalta <64323277+pvilalta@users.noreply.github.com> Co-authored-by: Kurtil <gaetan.lagier@hotmail.fr>
- Loading branch information
1 parent
f486927
commit 55dd71d
Showing
40 changed files
with
1,063 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Pipette.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<template> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M17.1373 0.833299C18.2483 -0.277766 20.0497 -0.277766 21.1608 0.833299L22.1667 1.83918C23.2777 2.95025 23.2777 4.75164 22.1667 5.8627L18.1432 9.88618L19.1491 10.8921C19.7046 11.4476 19.7046 12.3483 19.1491 12.9038C18.5936 13.4594 17.6929 13.4594 17.1373 12.9038L16.1315 11.898L5.86274 22.1667C5.20628 22.8231 4.27081 23.118 3.35655 22.9567L1.52093 22.6327C0.932145 22.5288 0.471167 22.0679 0.367263 21.4791L0.0433307 19.6434C-0.118009 18.7292 0.176872 17.7937 0.833338 17.1373L11.102 6.86855L10.0962 5.86268C9.54064 5.30714 9.54064 4.40645 10.0962 3.85091C10.6517 3.29538 11.5524 3.29538 12.1079 3.85091L13.1138 4.85678L17.1373 0.833299ZM12.1079 8.88029L2.34216 18.6461C2.17804 18.8102 2.10432 19.0441 2.14466 19.2726L2.38207 20.6179L3.72737 20.8553C3.95594 20.8957 4.18981 20.822 4.35392 20.6578L14.1197 10.8921L12.1079 8.88029Z" | ||
/> | ||
</template> |
14 changes: 14 additions & 0 deletions
14
src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Smartview.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<template> | ||
<g> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M0 0H1.33487V0.876331H0.878202V1.33202H0V0ZM3.1264 0H4.91793V0.876331H3.1264V0ZM6.70946 0H8.501V0.876331H6.70946V0ZM10.2925 0H12.0841V0.876331H10.2925V0ZM13.8756 0H15.6671V0.876331H13.8756V0ZM17.4587 0H18.7935V1.33202H17.9153V0.876331H17.4587V0ZM0 4.90745V3.11974H0.878202V4.90745H0ZM18.7935 3.11974V4.90745H17.9153V3.11974H18.7935ZM18.7935 6.69517V8.48288H17.9153V6.69517H18.7935ZM0 8.48288V6.69517H0.878202V8.48288H0ZM18.7935 10.2706V12.0583H17.9153V10.2706H18.7935ZM0 12.0583V10.2706H0.878202V12.0583H0ZM0 15.6337V13.846H0.878202V15.6337H0ZM0 17.4215H0.878202V17.8772H1.33487V18.7535H0V17.4215ZM4.91793 18.7535H3.1264V17.8772H4.91793V18.7535ZM8.501 18.7535H6.70946V17.8772H8.501V18.7535ZM12.0841 18.7535H10.2925V17.8772H12.0841V18.7535Z" | ||
/> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M7.91416 9.26156C7.63787 8.41085 8.44435 7.6061 9.29687 7.88179L20.7421 11.5831C21.5222 11.8353 21.7598 12.8211 21.1799 13.3997L19.2316 15.3438L22.6785 18.7833C23.1072 19.2111 23.1072 19.9047 22.6785 20.3325L20.3268 22.6791C19.8981 23.1069 19.2031 23.1069 18.7744 22.6791L15.3275 19.2396L13.4438 21.1193C12.864 21.6979 11.8761 21.4609 11.6233 20.6824L7.91416 9.26156Z" | ||
/> | ||
</g> | ||
</template> |
25 changes: 25 additions & 0 deletions
25
src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Spacing.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<template> | ||
<g> | ||
<rect | ||
x="4" | ||
y="0.371399" | ||
width="23" | ||
height="4" | ||
transform="rotate(90 4 0.371399)" | ||
/> | ||
<rect | ||
x="23" | ||
y="0.371399" | ||
width="23" | ||
height="4" | ||
transform="rotate(90 23 0.371399)" | ||
/> | ||
<path d="M4 11.8715L7 9.87146L7 13.8715L4 11.8715Z" /> | ||
<path d="M19 11.8714L16 13.8428L16 9.89998L19 11.8714Z" /> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M16 12.6229H7V11.12H16V12.6229Z" | ||
/> | ||
</g> | ||
</template> |
22 changes: 22 additions & 0 deletions
22
src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Translate.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<template> | ||
<g> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M12.0861 5.89941C10.9815 5.89941 10.0861 6.79484 10.0861 7.89941V13.9671C10.0861 15.0716 10.9815 15.9671 12.0861 15.9671H16.543H17.2521L20.4569 19.4484C20.7654 19.7835 21.3248 19.5652 21.3248 19.1097V15.9408C22.2748 15.7856 22.9999 14.961 22.9999 13.9671V7.89941C22.9999 6.79484 22.1045 5.89941 20.9999 5.89941H12.0861Z" | ||
/> | ||
<path | ||
d="M16.3858 7.60045L15.4758 7.57245C15.4828 7.69845 15.4688 7.85945 15.4548 7.99945C15.3778 8.69245 15.2518 9.72145 15.2518 10.6385C15.2518 11.6675 15.4548 12.7035 15.6648 13.3335L16.4698 13.0955C16.2388 12.3885 16.0358 11.6045 16.0358 10.4985C16.0358 9.63045 16.1548 8.62245 16.2878 7.97145C16.3158 7.85945 16.3438 7.73345 16.3858 7.60045ZM15.1328 8.37045C14.7058 8.37045 14.0968 8.31445 13.8448 8.27945L13.8658 9.08445C14.1948 9.09845 14.7408 9.13345 15.1118 9.13345C16.1688 9.13345 17.6388 9.02845 18.5978 8.85345L18.5908 8.04845C17.5198 8.30745 16.4628 8.37045 15.1328 8.37045ZM18.1568 9.39945L17.2958 9.18945C17.2888 9.34345 17.2398 9.64445 17.1908 9.79145C16.9108 10.7575 16.4348 11.3805 15.9238 11.8495C15.4968 12.2485 15.0278 12.4795 14.6988 12.4795C14.4678 12.4795 14.3768 12.3605 14.3768 12.1295C14.3768 11.6605 14.8738 10.9885 15.5738 10.6595C15.9168 10.5055 16.4208 10.3235 17.0578 10.3235C18.0028 10.3235 18.5138 10.8275 18.5138 11.4225C18.5138 12.1155 17.9608 12.7945 16.6098 12.9415L17.0788 13.6835C18.7938 13.4175 19.3818 12.4585 19.3818 11.4645C19.3818 10.3725 18.4158 9.61645 17.1068 9.61645C16.5818 9.61645 16.0078 9.72145 15.5458 9.88945C14.4328 10.2955 13.5508 11.3245 13.5508 12.3115C13.5508 13.0255 13.9778 13.3335 14.4888 13.3335C15.0978 13.3335 15.7068 13.0255 16.1618 12.6895C16.8268 12.1995 17.5478 11.2545 17.9468 9.99445C17.9958 9.84745 18.1008 9.52545 18.1568 9.39945Z" | ||
fill="white" | ||
/> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M0 6C0 4.89543 0.895431 4 2 4H10.9139C11.8435 4 12.625 4.63429 12.8492 5.4937H11.6413C10.5367 5.4937 9.64126 6.38913 9.64126 7.4937V13.5613C9.64126 13.7363 9.66372 13.9059 9.7059 14.0676H6.76433C6.74253 14.1215 6.7103 14.1733 6.6666 14.2207L3.12408 18.0689C2.81558 18.404 2.25622 18.1857 2.25622 17.7302V14.0676H2C0.895429 14.0676 0 13.1722 0 12.0676V6Z" | ||
/> | ||
<path | ||
d="M4.82654 6.95068L3.47302 11.0762H2.38269L4.23181 6.09961H4.92566L4.82654 6.95068ZM5.95105 11.0762L4.59412 6.95068L4.48474 6.09961H5.18542L7.0448 11.0762H5.95105ZM5.88953 9.22363V10.0269H3.26111V9.22363H5.88953Z" | ||
fill="white" | ||
/> | ||
</g> | ||
</template> |
28 changes: 28 additions & 0 deletions
28
src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Upload.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<template> | ||
<g> | ||
<rect | ||
x="9.97095" | ||
y="2.47852" | ||
width="2.0909" | ||
height="6.27481" | ||
transform="rotate(-45 9.97095 2.47852)" | ||
/> | ||
<rect | ||
x="11.441" | ||
y="1" | ||
width="2.0909" | ||
height="6.28069" | ||
transform="rotate(45 11.441 1)" | ||
/> | ||
<rect x="10.3995" y="3.93219" width="2.0909" height="12.9374" /> | ||
<rect y="13.7087" width="2.0909" height="8.3636" /> | ||
<rect x="20.909" y="13.7087" width="2.0909" height="8.3636" /> | ||
<rect | ||
x="2.09076" | ||
y="22.0723" | ||
width="2.0909" | ||
height="18.8181" | ||
transform="rotate(-90 2.09076 22.0723)" | ||
/> | ||
</g> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.