-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/EMP-4442-migrate-animation-factory
- Loading branch information
Showing
92 changed files
with
535 additions
and
1,002 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,33 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.0-alpha.45](https://github.com/empathyco/x/compare/[email protected]@1.0.0-alpha.45) (2024-07-09) | ||
|
||
|
||
### Features | ||
|
||
* migrate experience controls (#1530) ([91ee6d0](https://github.com/empathyco/x/commit/91ee6d0f171b870c42e6dcc95229a6be66b7067e)) | ||
|
||
|
||
|
||
## [1.0.0-alpha.44](https://github.com/empathyco/x/compare/[email protected]@1.0.0-alpha.44) (2024-07-09) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **main-scroll:** obtain observed container element reliably to work with any Vue version (#1552) ([0b4e415](https://github.com/empathyco/x/commit/0b4e41504409dd35a3da0fcf35fa471ea8350f6f)) | ||
|
||
|
||
|
||
## [1.0.0-alpha.43](https://github.com/empathyco/x/compare/[email protected]@1.0.0-alpha.43) (2024-07-08) | ||
|
||
|
||
### Features | ||
|
||
* migrate filters components to Composition API (#1550) ([dd6a2d7](https://github.com/empathyco/x/commit/dd6a2d728632e81c25cc918c1cac1aa10daab590)) | ||
|
||
|
||
|
||
## [1.0.0-alpha.42](https://github.com/empathyco/x/compare/[email protected]@1.0.0-alpha.42) (2024-07-08) | ||
|
||
|
||
|
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
158 changes: 158 additions & 0 deletions
158
packages/_vue3-migration-test/src/components/icons/test-icons.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,158 @@ | ||
<template> | ||
<ArrowDownIcon class="test-icons" /> | ||
<ArrowLeftIcon class="test-icons" /> | ||
<ArrowRightIcon class="test-icons" /> | ||
<ArrowUpIcon class="test-icons" /> | ||
<BagIcon class="test-icons" /> | ||
<BarCodeIcon class="test-icons" /> | ||
<BarcodeTinyIcon class="test-icons" /> | ||
<CartFilledIcon class="test-icons" /> | ||
<CartIcon class="test-icons" /> | ||
<CheckIcon class="test-icons" /> | ||
<CheckTinyIcon class="test-icons" /> | ||
<CheckboxSelectedFilledIcon class="test-icons" /> | ||
<CheckboxSelectedIcon class="test-icons" /> | ||
<CheckboxUnselectedFilledIcon class="test-icons" /> | ||
<CheckboxUnselectedIcon class="test-icons" /> | ||
<ChevronDownIcon class="test-icons" /> | ||
<ChevronLeftIcon class="test-icons" /> | ||
<ChevronRightIcon class="test-icons" /> | ||
<ChevronTinyDownIcon class="test-icons" /> | ||
<ChevronTinyLeftIcon class="test-icons" /> | ||
<ChevronTinyRightIcon class="test-icons" /> | ||
<ChevronTinyUpIcon class="test-icons" /> | ||
<ChevronUpIcon class="test-icons" /> | ||
<CornerArrowLeft class="test-icons" /> | ||
<CornerArrowRight class="test-icons" /> | ||
<CrossIcon class="test-icons" /> | ||
<CrossTinyIcon class="test-icons" /> | ||
<CuratedCheckFilledIcon class="test-icons" /> | ||
<CuratedCheckIcon class="test-icons" /> | ||
<CuratedCheckTinyFilledIcon class="test-icons" /> | ||
<CuratedCheckTinyIcon class="test-icons" /> | ||
<DiagonalArrowLeftDownIcon class="test-icons" /> | ||
<DiagonalArrowLeftTopIcon class="test-icons" /> | ||
<DiagonalArrowRightDownIcon class="test-icons" /> | ||
<DiagonalArrowRightTopIcon class="test-icons" /> | ||
<FiltersIcon class="test-icons" /> | ||
<Grid1ColIcon class="test-icons" /> | ||
<Grid2ColIcon class="test-icons" /> | ||
<Grid2RowsIcon class="test-icons" /> | ||
<Grid4ColIcon class="test-icons" /> | ||
<HeartIcon class="test-icons" /> | ||
<HeartIconFilled class="test-icons" /> | ||
<HideIcon class="test-icons" /> | ||
<HistoryIcon class="test-icons" /> | ||
<HistoryTinyIcon class="test-icons" /> | ||
<LightBulbOff class="test-icons" /> | ||
<LightBulbOn class="test-icons" /> | ||
<MenuIcon class="test-icons" /> | ||
<MinusIcon class="test-icons" /> | ||
<MinusTinyIcon class="test-icons" /> | ||
<PlusIcon class="test-icons" /> | ||
<PlusTinyIcon class="test-icons" /> | ||
<RadioButtonSelectedIcon class="test-icons" /> | ||
<RadioButtonUnselectedIcon class="test-icons" /> | ||
<SearchIcon class="test-icons" /> | ||
<SearchTinyIcon class="test-icons" /> | ||
<SettingsIcon class="test-icons" /> | ||
<ShowIcon class="test-icons" /> | ||
<SortAZIcon class="test-icons" /> | ||
<SortPriceDownIcon class="test-icons" /> | ||
<SortPriceUpIcon class="test-icons" /> | ||
<SortRelevancyIcon class="test-icons" /> | ||
<SortZAIcon class="test-icons" /> | ||
<StarFilledIcon class="test-icons" /> | ||
<StarIcon class="test-icons" /> | ||
<TagFilledIcon class="test-icons" /> | ||
<TagIcon class="test-icons" /> | ||
<TrashIcon class="test-icons" /> | ||
<TrashOpenIcon class="test-icons" /> | ||
<TrendingIcon class="test-icons" /> | ||
<TrendingTinyIcon class="test-icons" /> | ||
<UserFilledIcon class="test-icons" /> | ||
<UserIcon class="test-icons" /> | ||
</template> | ||
<script setup lang="ts"> | ||
import { | ||
ArrowDownIcon, | ||
ArrowLeftIcon, | ||
ArrowRightIcon, | ||
ArrowUpIcon, | ||
BagIcon, | ||
BarCodeIcon, | ||
BarcodeTinyIcon, | ||
CartFilledIcon, | ||
CartIcon, | ||
CheckIcon, | ||
CheckTinyIcon, | ||
CheckboxSelectedFilledIcon, | ||
CheckboxSelectedIcon, | ||
CheckboxUnselectedFilledIcon, | ||
CheckboxUnselectedIcon, | ||
ChevronDownIcon, | ||
ChevronLeftIcon, | ||
ChevronRightIcon, | ||
ChevronTinyDownIcon, | ||
ChevronTinyLeftIcon, | ||
ChevronTinyRightIcon, | ||
ChevronTinyUpIcon, | ||
ChevronUpIcon, | ||
CornerArrowLeft, | ||
CornerArrowRight, | ||
CrossIcon, | ||
CrossTinyIcon, | ||
CuratedCheckFilledIcon, | ||
CuratedCheckIcon, | ||
CuratedCheckTinyFilledIcon, | ||
CuratedCheckTinyIcon, | ||
DiagonalArrowLeftDownIcon, | ||
DiagonalArrowLeftTopIcon, | ||
DiagonalArrowRightDownIcon, | ||
DiagonalArrowRightTopIcon, | ||
FiltersIcon, | ||
Grid1ColIcon, | ||
Grid2ColIcon, | ||
Grid2RowsIcon, | ||
Grid4ColIcon, | ||
HeartIcon, | ||
HeartIconFilled, | ||
HideIcon, | ||
HistoryIcon, | ||
HistoryTinyIcon, | ||
LightBulbOff, | ||
LightBulbOn, | ||
MenuIcon, | ||
MinusIcon, | ||
MinusTinyIcon, | ||
PlusIcon, | ||
PlusTinyIcon, | ||
RadioButtonSelectedIcon, | ||
RadioButtonUnselectedIcon, | ||
SearchIcon, | ||
SearchTinyIcon, | ||
SettingsIcon, | ||
ShowIcon, | ||
SortAZIcon, | ||
SortPriceDownIcon, | ||
SortPriceUpIcon, | ||
SortRelevancyIcon, | ||
SortZAIcon, | ||
StarFilledIcon, | ||
StarIcon, | ||
TagFilledIcon, | ||
TagIcon, | ||
TrashIcon, | ||
TrashOpenIcon, | ||
TrendingIcon, | ||
TrendingTinyIcon, | ||
UserFilledIcon, | ||
UserIcon | ||
} from '../../../../x-components/src/components/icons'; | ||
</script> | ||
<style scoped lang="scss"> | ||
.test-icons { | ||
height: 40px; | ||
width: 40px; | ||
} | ||
</style> |
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
1 change: 1 addition & 0 deletions
1
packages/_vue3-migration-test/src/x-modules/experience-controls/components/index.ts
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 @@ | ||
export { default as TestExperienceControls } from './test-experience-controls.vue'; |
27 changes: 27 additions & 0 deletions
27
...-migration-test/src/x-modules/experience-controls/components/test-experience-controls.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,27 @@ | ||
<template> | ||
<span style="display: block"> | ||
Controls: | ||
<b>{{ controls }}</b> | ||
</span> | ||
<SnippetConfigExtraParams :values="{ catalog: 'empathy' }" /> | ||
<ExperienceControls /> | ||
SemanticQueriesConfigProvided with {{ message }} | ||
</template> | ||
|
||
<script setup lang="ts"> | ||
import { ref } from 'vue'; | ||
import ExperienceControls from '../../../../../x-components/src/x-modules/experience-controls/components/experience-controls.vue'; | ||
import { useState } from '../../../../../x-components/src/composables/use-state'; | ||
import { useXBus } from '../../../../../x-components/src/composables/use-x-bus'; | ||
import SnippetConfigExtraParams from '../../../../../x-components/src/x-modules/extra-params/components/snippet-config-extra-params.vue'; | ||
import { XEvent } from '../../../../../x-components/src/wiring/events.types'; | ||
const xBus = useXBus(); | ||
const message = ref(''); | ||
xBus | ||
.on('SemanticQueriesConfigProvided' as XEvent, true) | ||
.subscribe(event => (message.value = event.eventPayload as string)); | ||
const { controls } = useState('experienceControls', ['controls']); | ||
</script> |
1 change: 1 addition & 0 deletions
1
packages/_vue3-migration-test/src/x-modules/experience-controls/index.ts
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 @@ | ||
export * from './components'; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,33 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-07-09) | ||
|
||
|
||
### Features | ||
|
||
* migrate experience controls (#1530) ([91ee6d0](https://github.com/empathyco/x/commit/91ee6d0f171b870c42e6dcc95229a6be66b7067e)) | ||
|
||
|
||
|
||
## [5.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-07-09) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **main-scroll:** obtain observed container element reliably to work with any Vue version (#1552) ([0b4e415](https://github.com/empathyco/x/commit/0b4e41504409dd35a3da0fcf35fa471ea8350f6f)) | ||
|
||
|
||
|
||
## [5.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-07-08) | ||
|
||
|
||
### Features | ||
|
||
* migrate filters components to Composition API (#1550) ([dd6a2d7](https://github.com/empathyco/x/commit/dd6a2d728632e81c25cc918c1cac1aa10daab590)) | ||
|
||
|
||
|
||
## [5.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-07-08) | ||
|
||
|
||
|
Oops, something went wrong.