@empathyco/x-components 4.1.0-alpha.17 → 4.1.0-alpha.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/core/index.js +3 -2
- package/core/index.js.map +1 -1
- package/design-system/deprecated-full-theme.css +2006 -2006
- package/docs/API-reference/api/x-components.animatewidth.md +2 -4
- package/docs/API-reference/api/x-components.crossfade.md +14 -10
- package/docs/API-reference/api/x-components.fade.md +14 -10
- package/docs/API-reference/api/x-components.getrootxcomponent.md +2 -2
- package/docs/API-reference/api/x-components.md +5 -3
- package/docs/API-reference/api/x-components.querypreviewitem.md +1 -0
- package/docs/API-reference/api/x-components.querypreviewitem.querytagging.md +13 -0
- package/docs/API-reference/api/x-components.setquerytaggingfromquerypreview.md +13 -0
- package/docs/API-reference/api/x-components.usenoelementrender.md +28 -0
- package/docs/API-reference/components/queries-preview/x-components.query-preview.md +4 -4
- package/js/components/animations/animate-width.vue.js +1 -1
- package/js/components/animations/animate-width.vue.js.map +1 -1
- package/js/components/animations/animate-width.vue2.js +4 -11
- package/js/components/animations/animate-width.vue2.js.map +1 -1
- package/js/components/animations/animate-width.vue3.js +1 -1
- package/js/components/animations/cross-fade.vue.js +1 -1
- package/js/components/animations/cross-fade.vue.js.map +1 -1
- package/js/components/animations/cross-fade.vue2.js +14 -17
- package/js/components/animations/cross-fade.vue2.js.map +1 -1
- package/js/components/animations/cross-fade.vue3.js +1 -1
- package/js/components/animations/fade.vue.js +1 -1
- package/js/components/animations/fade.vue.js.map +1 -1
- package/js/components/animations/fade.vue2.js +14 -17
- package/js/components/animations/fade.vue2.js.map +1 -1
- package/js/components/animations/fade.vue3.js +1 -1
- package/js/components/x-component.utils.js +19 -1
- package/js/components/x-component.utils.js.map +1 -1
- package/js/composables/use-no-element-render.js +17 -0
- package/js/composables/use-no-element-render.js.map +1 -0
- package/js/index.js +4 -3
- package/js/index.js.map +1 -1
- package/js/plugins/x-plugin.mixin.js +2 -20
- package/js/plugins/x-plugin.mixin.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue.js +1 -0
- package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +2 -1
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +9 -2
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +314 -105
- package/report/x-components.api.md +40 -9
- package/tagging/index.js +1 -1
- package/types/components/animations/animate-width.vue.d.ts +2 -3
- package/types/components/animations/animate-width.vue.d.ts.map +1 -1
- package/types/components/animations/cross-fade.vue.d.ts +16 -3
- package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
- package/types/components/animations/fade.vue.d.ts +16 -3
- package/types/components/animations/fade.vue.d.ts.map +1 -1
- package/types/components/x-component.utils.d.ts +8 -0
- package/types/components/x-component.utils.d.ts.map +1 -1
- package/types/composables/index.d.ts +1 -0
- package/types/composables/index.d.ts.map +1 -1
- package/types/composables/use-no-element-render.d.ts +14 -0
- package/types/composables/use-no-element-render.d.ts.map +1 -0
- package/types/composables/use-x-bus.d.ts +21 -0
- package/types/composables/use-x-bus.d.ts.map +1 -0
- package/types/plugins/x-plugin.mixin.d.ts +0 -8
- package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/types.d.ts +2 -0
- package/types/x-modules/queries-preview/store/types.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +7 -0
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.crossfade.appear.md +0 -13
- package/docs/API-reference/api/x-components.fade.appear.md +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,32 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.1.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.18...@empathyco/x-components@4.1.0-alpha.19) (2024-02-20)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **composables:** create XBus composable (#1412) ([5246135](https://github.com/empathyco/x/commit/5246135aaf2581e338dcf1934aeb8fb781cfe0a0))
|
|
12
|
+
* **tagging:** send query event when a result from a QP is clicked (#1409) ([2236948](https://github.com/empathyco/x/commit/22369482f51fc2e9b36c7b8280ad0da3ab5e504d))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Code Refactoring
|
|
16
|
+
|
|
17
|
+
* migrate cross-fade component to vue 2.7 (#1414) ([7f28d20](https://github.com/empathyco/x/commit/7f28d20f3d644cd69da0914ff7a1f3e2819b2966))
|
|
18
|
+
* migrate fade component to vue 2.7 (#1413) ([4a8d016](https://github.com/empathyco/x/commit/4a8d0166f34876c71a77ac5326af0f44e4956e77))
|
|
19
|
+
* move getRottXComponent to a util (#1410) ([6f93f23](https://github.com/empathyco/x/commit/6f93f238fae6da2db7251eb8b2524e306e415814))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## [4.1.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.17...@empathyco/x-components@4.1.0-alpha.18) (2024-02-16)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Code Refactoring
|
|
27
|
+
|
|
28
|
+
* **components:** migrate animate-width component to vue 2.7 (#1411) ([47c26fb](https://github.com/empathyco/x/commit/47c26fba64025ae6fc391979e8d82fd366afe5b9))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
6
32
|
## [4.1.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.16...@empathyco/x-components@4.1.0-alpha.17) (2024-02-14)
|
|
7
33
|
|
|
8
34
|
|
package/core/index.js
CHANGED
|
@@ -146,8 +146,9 @@ export { XInject, XProvide } from '../js/components/decorators/injection.decorat
|
|
|
146
146
|
export { Getter, State } from '../js/components/decorators/store.decorators.js';
|
|
147
147
|
export { ItemsListInjectionMixin } from '../js/components/items-list-injection.mixin.js';
|
|
148
148
|
export { xComponentMixin } from '../js/components/x-component.mixin.js';
|
|
149
|
-
export { getXComponentXModuleName, isXComponent } from '../js/components/x-component.utils.js';
|
|
149
|
+
export { getRootXComponent, getXComponentXModuleName, isXComponent } from '../js/components/x-component.utils.js';
|
|
150
150
|
export { createUseDevice } from '../js/composables/create-use-device.composable.js';
|
|
151
|
+
export { useNoElementRender } from '../js/composables/use-no-element-render.js';
|
|
151
152
|
export { use$x } from '../js/composables/use-_x.js';
|
|
152
153
|
export { useRegisterXModule } from '../js/composables/use-register-x-module.js';
|
|
153
154
|
export { useEmitDisplayEvent, useOnDisplay } from '../js/composables/use-on-display.js';
|
|
@@ -159,7 +160,7 @@ export { setupDevtools } from '../js/plugins/devtools/devtools.plugin.js';
|
|
|
159
160
|
export { bus } from '../js/plugins/x-bus.js';
|
|
160
161
|
export { isSimpleSelector, registerStoreEmitters } from '../js/plugins/x-emitters.js';
|
|
161
162
|
export { getAliasAPI } from '../js/plugins/x-plugin.alias.js';
|
|
162
|
-
export { createXComponentAPIMixin, getBusAPI
|
|
163
|
+
export { createXComponentAPIMixin, getBusAPI } from '../js/plugins/x-plugin.mixin.js';
|
|
163
164
|
export { XPlugin, xPlugin } from '../js/plugins/x-plugin.js';
|
|
164
165
|
export { assertXPluginOptionsAreValid, getGetterPath } from '../js/plugins/x-plugin.utils.js';
|
|
165
166
|
export { DirectionalFocusNavigationService } from '../js/services/directional-focus-navigation.service.js';
|
package/core/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|