-
Notifications
You must be signed in to change notification settings - Fork 34
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(quantic)!: Change names of DOM Events used, to add the 'quantic__' prefix #4383
Conversation
Pull Request ReportPR Title❌ Title should follow the conventional commit spec: Example: Live demo linksBundle Size
SSR Progress
Detailed logssearch : buildInteractiveResultsearch : buildInteractiveInstantResult search : buildInteractiveRecentResult search : buildInteractiveCitation search : buildGeneratedAnswer recommendation : missing SSR support case-assist : missing SSR support insight : missing SSR support commerce : missing SSR support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many missing refactoring of the events names
packages/quantic/force-app/examples/main/lwc/actionAddFacets/actionAddFacets.js
Outdated
Show resolved
Hide resolved
...quantic/force-app/examples/main/lwc/exampleQuanticRefineToggle/exampleQuanticRefineToggle.js
Outdated
Show resolved
Hide resolved
packages/quantic/force-app/main/default/lwc/quanticCardContainer/quanticCardContainer.js
Show resolved
Hide resolved
...es/quantic/force-app/main/default/lwc/quanticCategoryFacetValue/quanticCategoryFacetValue.js
Show resolved
Hide resolved
packages/quantic/force-app/main/default/lwc/quanticCitation/quanticCitation.js
Show resolved
Hide resolved
...ages/quantic/force-app/main/default/lwc/quanticRadioButtonsGroup/quanticRadioButtonsGroup.js
Show resolved
Hide resolved
packages/quantic/force-app/main/default/lwc/quanticResultQuickview/quanticResultQuickview.js
Show resolved
Hide resolved
packages/quantic/force-app/main/default/lwc/quanticStatefulButton/quanticStatefulButton.js
Show resolved
Hide resolved
packages/quantic/force-app/main/default/lwc/quanticTabBar/quanticTabBar.js
Outdated
Show resolved
Hide resolved
packages/quantic/force-app/main/default/lwc/quanticTab/quanticTab.js
Outdated
Show resolved
Hide resolved
packages/quantic/force-app/examples/main/lwc/actionSendRating/actionSendRating.js
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're also missing this one :
Line 256 in e338511
const suggestionSelectedEvent = new CustomEvent('selection', { |
e338511
to
2072e62
Compare
1b5b9f9
to
17c443c
Compare
packages/quantic/force-app/main/default/lwc/quanticCardContainer/quanticCardContainer.js
Show resolved
Hide resolved
...es/quantic/force-app/main/default/lwc/quanticDocumentSuggestion/quanticDocumentSuggestion.js
Show resolved
Hide resolved
packages/quantic/force-app/main/default/lwc/quanticFeedback/quanticFeedback.js
Outdated
Show resolved
Hide resolved
3a7e225
to
db98031
Compare
@SimonMilord Please address the conflicts and confirm that the E2E are all passing correctly ✅ |
dbdefdd
to
5a32184
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I trust your second pass 😁
…_' prefix (#4383) [SFINT-5351](https://coveord.atlassian.net/browse/SFINT-5351) ### IN THIS PR: Changed the prefix of custom DOM events in the quantic package to have the ‘quantic__’ prefix so that the naming convention is standard across the package. ### TESTS: <img width="884" alt="image" src="https://github.com/user-attachments/assets/f384d74f-1ce9-4172-8b1f-9a7a28e6dc47"> [SFINT-5351]: https://coveord.atlassian.net/browse/SFINT-5351?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
SFINT-5351
IN THIS PR:
Changed the prefix of custom DOM events in the quantic package to have the ‘quantic__’ prefix so that the naming convention is standard across the package.
TESTS: