@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.
Files changed (72) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/core/index.js +3 -2
  3. package/core/index.js.map +1 -1
  4. package/design-system/deprecated-full-theme.css +2006 -2006
  5. package/docs/API-reference/api/x-components.animatewidth.md +2 -4
  6. package/docs/API-reference/api/x-components.crossfade.md +14 -10
  7. package/docs/API-reference/api/x-components.fade.md +14 -10
  8. package/docs/API-reference/api/x-components.getrootxcomponent.md +2 -2
  9. package/docs/API-reference/api/x-components.md +5 -3
  10. package/docs/API-reference/api/x-components.querypreviewitem.md +1 -0
  11. package/docs/API-reference/api/x-components.querypreviewitem.querytagging.md +13 -0
  12. package/docs/API-reference/api/x-components.setquerytaggingfromquerypreview.md +13 -0
  13. package/docs/API-reference/api/x-components.usenoelementrender.md +28 -0
  14. package/docs/API-reference/components/queries-preview/x-components.query-preview.md +4 -4
  15. package/js/components/animations/animate-width.vue.js +1 -1
  16. package/js/components/animations/animate-width.vue.js.map +1 -1
  17. package/js/components/animations/animate-width.vue2.js +4 -11
  18. package/js/components/animations/animate-width.vue2.js.map +1 -1
  19. package/js/components/animations/animate-width.vue3.js +1 -1
  20. package/js/components/animations/cross-fade.vue.js +1 -1
  21. package/js/components/animations/cross-fade.vue.js.map +1 -1
  22. package/js/components/animations/cross-fade.vue2.js +14 -17
  23. package/js/components/animations/cross-fade.vue2.js.map +1 -1
  24. package/js/components/animations/cross-fade.vue3.js +1 -1
  25. package/js/components/animations/fade.vue.js +1 -1
  26. package/js/components/animations/fade.vue.js.map +1 -1
  27. package/js/components/animations/fade.vue2.js +14 -17
  28. package/js/components/animations/fade.vue2.js.map +1 -1
  29. package/js/components/animations/fade.vue3.js +1 -1
  30. package/js/components/x-component.utils.js +19 -1
  31. package/js/components/x-component.utils.js.map +1 -1
  32. package/js/composables/use-no-element-render.js +17 -0
  33. package/js/composables/use-no-element-render.js.map +1 -0
  34. package/js/index.js +4 -3
  35. package/js/index.js.map +1 -1
  36. package/js/plugins/x-plugin.mixin.js +2 -20
  37. package/js/plugins/x-plugin.mixin.js.map +1 -1
  38. package/js/x-modules/queries-preview/components/query-preview.vue.js +1 -0
  39. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
  40. package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
  41. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +2 -1
  42. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -1
  43. package/js/x-modules/tagging/wiring.js +9 -2
  44. package/js/x-modules/tagging/wiring.js.map +1 -1
  45. package/package.json +2 -2
  46. package/report/x-components.api.json +314 -105
  47. package/report/x-components.api.md +40 -9
  48. package/tagging/index.js +1 -1
  49. package/types/components/animations/animate-width.vue.d.ts +2 -3
  50. package/types/components/animations/animate-width.vue.d.ts.map +1 -1
  51. package/types/components/animations/cross-fade.vue.d.ts +16 -3
  52. package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
  53. package/types/components/animations/fade.vue.d.ts +16 -3
  54. package/types/components/animations/fade.vue.d.ts.map +1 -1
  55. package/types/components/x-component.utils.d.ts +8 -0
  56. package/types/components/x-component.utils.d.ts.map +1 -1
  57. package/types/composables/index.d.ts +1 -0
  58. package/types/composables/index.d.ts.map +1 -1
  59. package/types/composables/use-no-element-render.d.ts +14 -0
  60. package/types/composables/use-no-element-render.d.ts.map +1 -0
  61. package/types/composables/use-x-bus.d.ts +21 -0
  62. package/types/composables/use-x-bus.d.ts.map +1 -0
  63. package/types/plugins/x-plugin.mixin.d.ts +0 -8
  64. package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
  65. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
  66. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -1
  67. package/types/x-modules/queries-preview/store/types.d.ts +2 -0
  68. package/types/x-modules/queries-preview/store/types.d.ts.map +1 -1
  69. package/types/x-modules/tagging/wiring.d.ts +7 -0
  70. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  71. package/docs/API-reference/api/x-components.crossfade.appear.md +0 -13
  72. 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, getRootXComponent } from '../js/plugins/x-plugin.mixin.js';
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}