Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(): next #1594

Merged
merged 45 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
43eb43a
feat(Data Table, Overlay, CriteriaBuilder): Fixes for data table stat…
kflo411 Jul 30, 2024
159ddd1
Merge branch 'master' into next
dvoegelin Jul 30, 2024
3f915b5
fix(Toast): some styling fixes for Toast banners (#1571)
tfechtnerbh Jul 31, 2024
f84172d
feat(Criteria Builder): Add location radius option to the criteria co…
ndickerson Aug 2, 2024
ac7be36
fix(DatePickerInput): Add hideFooter input to pass to DatePicker (#1581)
jordanbullhorn Aug 5, 2024
1631764
fix(TabbedGroupPicker): Fix scroll behavior
davidkbh Aug 8, 2024
b9db6b2
feat(Autocomplete): Introduce makeFirstItemActive option (#1574)
davidkbh Aug 14, 2024
1e04bcc
fix(ChipList): Fixed a bug clearing ChipLists when clicked (#1582)
davidkbh Aug 14, 2024
f339f50
fix(Overlay): Drag events close overlays (#1585)
davidkbh Aug 14, 2024
9643b71
feat(Tiles): restyling the novo-tiles component to be more legible
dvoegelin Aug 21, 2024
7b3c26d
feat(QueryBuilder): adding flag to show/hide first row's operator
dvoegelin Aug 22, 2024
30d0a34
feat(QueryBuilder): adding a flag to decide whether to remove or clea…
dvoegelin Aug 23, 2024
e4d17c6
setting demo inputs
dvoegelin Aug 23, 2024
622247b
fix(ConditionBuilder): When swapping between similar operators, prese…
davidkbh Aug 23, 2024
cb106df
rebase with next
dvoegelin Aug 23, 2024
5c12119
merge conflict resolution issue
dvoegelin Aug 23, 2024
c966dee
rebase with next
dvoegelin Aug 23, 2024
00842c5
merge conflict resolution issues
dvoegelin Aug 23, 2024
8df45aa
fix(types): Update keyword types (#1591)
ndickerson Aug 26, 2024
c665149
rebase with next
dvoegelin Aug 26, 2024
3146302
feat(Tiles): restyling the novo-tiles component to be more legible (#…
dvoegelin Aug 26, 2024
257aab9
rebase with next
dvoegelin Aug 26, 2024
ab8a126
feat(QueryBuilder): updating to allow for scoped groupes and criteria
dvoegelin Aug 28, 2024
364fe1b
updating unit test
dvoegelin Aug 28, 2024
81e08f6
fixing circular dependency and updating documentation
dvoegelin Aug 28, 2024
0c162a6
better scoping logic for the groups and conditions
dvoegelin Aug 29, 2024
65ee86b
updating demo to show prepopulating form with operators included
dvoegelin Aug 30, 2024
a9f17c8
adding conditionType to condition object
dvoegelin Aug 30, 2024
9baa213
fixing bug with untyped properties on current value throwing errors w…
dvoegelin Aug 30, 2024
8ac02e1
giving empty conditions a default type which will get overwritten
dvoegelin Aug 30, 2024
550de2d
fix(types): Update keyword types (#1595)
ndickerson Sep 4, 2024
ed43a31
unit tests
dvoegelin Sep 4, 2024
09792df
Merge branch 'next' into show-operator
dvoegelin Sep 4, 2024
7e059f1
feat(QueryBuilder): adding new 'multiple scope' concept to criteria b…
dvoegelin Sep 9, 2024
4e8250b
feat(SwitchControl): add change propogation to Switch Control Template
cgalvinbullhorn Aug 23, 2024
d394281
feat(SwitchControl): add control.minimal to BaseControl.ts
cgalvinbullhorn Aug 27, 2024
b5f6569
feat(SwitchControl): revert BaseControl.ts change
cgalvinbullhorn Aug 27, 2024
5c2bcb2
feat(SwitchControl): add change propogation to Switch Control Templat…
dvoegelin Sep 9, 2024
2c03c3f
feat(AddressDef): adding some additional properties to the address ob…
dvoegelin Aug 29, 2024
4a9b7bd
feat(AddressDef): adding some additional properties to the address ob…
dvoegelin Sep 10, 2024
0e38db0
fix(Tooltip): Add closeOnClick input to pass to Tooltip (#1598)
s-russi Sep 10, 2024
85c89a6
fix(types): Update autobuild types (#1600)
ndickerson Sep 16, 2024
44af67a
chore(deps): bump serve-static and express (#1602)
dependabot[bot] Sep 17, 2024
aa434cc
chore(deps): bump send and express (#1603)
dependabot[bot] Sep 17, 2024
75b9168
fix(Types): Add scoreByEntityId to the DataTableWhere type (#1607)
ndickerson Sep 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
159 changes: 99 additions & 60 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
"@angular/language-service": "^17.2.0",
"@bullhorn/bullhorn-icons": "^2.25.0",
"@bullhorn/bullhorn-icons": "^2.33.0",
"@codemirror/lang-javascript": "^6.1.9",
"@github-docs/frontmatter": "^1.3.1",
"@schematics/angular": "^15.2.10",
Expand Down
Loading
Loading