@empathyco/x-components 3.0.0-alpha.159 → 3.0.0-alpha.161

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 (90) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/core/index.js +3 -1
  3. package/core/index.js.map +1 -1
  4. package/design-system/full-theme.css +49 -48
  5. package/docs/API-reference/api/x-components.md +2 -0
  6. package/docs/API-reference/api/x-components.resultvariantselector.level.md +13 -0
  7. package/docs/API-reference/api/x-components.resultvariantselector.md +24 -0
  8. package/docs/API-reference/api/x-components.resultvariantselector.result.md +13 -0
  9. package/docs/API-reference/api/x-components.resultvariantselector.selectedvariants.md +13 -0
  10. package/docs/API-reference/api/x-components.resultvariantselector.selectresultvariant.md +13 -0
  11. package/docs/API-reference/api/x-components.resultvariantsprovider.autoselectdepth.md +13 -0
  12. package/docs/API-reference/api/x-components.resultvariantsprovider.md +37 -0
  13. package/docs/API-reference/api/x-components.resultvariantsprovider.render.md +26 -0
  14. package/docs/API-reference/api/x-components.resultvariantsprovider.resetselectedvariants.md +17 -0
  15. package/docs/API-reference/api/x-components.resultvariantsprovider.result.md +13 -0
  16. package/docs/API-reference/api/x-components.resultvariantsprovider.resulttoprovide.md +13 -0
  17. package/docs/API-reference/api/x-components.resultvariantsprovider.selectedvariants.md +13 -0
  18. package/docs/API-reference/api/x-components.resultvariantsprovider.selectfirstvariants.md +24 -0
  19. package/docs/API-reference/api/x-components.resultvariantsprovider.selectresultvariant.md +25 -0
  20. package/docs/API-reference/api/x-components.xeventstypes.md +1 -0
  21. package/docs/API-reference/api/x-components.xeventstypes.userselectedaresultvariant.md +17 -0
  22. package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +300 -0
  23. package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +195 -0
  24. package/js/components/decorators/injection.consts.js +20 -2
  25. package/js/components/decorators/injection.consts.js.map +1 -1
  26. package/js/components/result/result-variant-selector.vue.js +137 -0
  27. package/js/components/result/result-variant-selector.vue.js.map +1 -0
  28. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js +80 -0
  29. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  30. package/js/components/result/result-variants-provider.vue.js +39 -0
  31. package/js/components/result/result-variants-provider.vue.js.map +1 -0
  32. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js +130 -0
  33. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  34. package/js/index.js +3 -1
  35. package/js/index.js.map +1 -1
  36. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +2 -0
  37. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  38. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +2 -0
  39. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  40. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +2 -0
  41. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  42. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +2 -0
  43. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  44. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +2 -0
  45. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  46. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +2 -0
  47. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  48. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +2 -0
  49. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  50. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +2 -0
  51. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  52. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +2 -0
  53. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  54. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +2 -0
  55. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  56. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +2 -0
  57. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  58. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +2 -0
  59. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  60. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +2 -0
  61. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  62. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +2 -0
  63. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  64. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +2 -0
  65. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  66. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +2 -0
  67. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  68. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +2 -0
  69. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  70. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +2 -0
  71. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  72. package/js/x-modules/search/components/sort.mixin.js +2 -0
  73. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  74. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +2 -0
  75. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  76. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +2 -0
  77. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  78. package/package.json +2 -2
  79. package/report/x-components.api.json +523 -0
  80. package/report/x-components.api.md +43 -0
  81. package/types/components/decorators/injection.consts.d.ts +19 -0
  82. package/types/components/decorators/injection.consts.d.ts.map +1 -1
  83. package/types/components/result/index.d.ts +2 -0
  84. package/types/components/result/index.d.ts.map +1 -1
  85. package/types/components/result/result-variant-selector.vue.d.ts +64 -0
  86. package/types/components/result/result-variant-selector.vue.d.ts.map +1 -0
  87. package/types/components/result/result-variants-provider.vue.d.ts +77 -0
  88. package/types/components/result/result-variants-provider.vue.d.ts.map +1 -0
  89. package/types/wiring/events.types.d.ts +11 -1
  90. package/types/wiring/events.types.d.ts.map +1 -1
@@ -0,0 +1,64 @@
1
+ import Vue from 'vue';
2
+ import { Result, ResultVariant } from '@empathyco/x-types';
3
+ /**
4
+ * Component to show and select the available variants of a product for a given nest level.
5
+ * TODO: Add logger warning on mount when result is not injected.
6
+ *
7
+ * @public
8
+ */
9
+ export default class ResultVariantSelector extends Vue {
10
+ /**
11
+ * Callback to be called when a variant is selected.
12
+ *
13
+ * @public
14
+ */
15
+ selectResultVariant: (variant: ResultVariant, level?: number) => void;
16
+ /**
17
+ * The original result, used to retrieve the available variants for the level.
18
+ *
19
+ * @public
20
+ */
21
+ result: Result;
22
+ /**
23
+ * Array containing the selected variants.
24
+ *
25
+ * @public
26
+ */
27
+ selectedVariants: ResultVariant[];
28
+ /**
29
+ * The nest level of the variants to be rendered.
30
+ *
31
+ * @public
32
+ */
33
+ level: number;
34
+ /**
35
+ * It retrieves the available variants from the result.
36
+ *
37
+ * @returns - The variants of the result for the current level.
38
+ * @internal
39
+ */
40
+ protected get variants(): ResultVariant[] | undefined;
41
+ /**
42
+ * Gets the selected variant of the current level.
43
+ *
44
+ * @returns - The selected variant.
45
+ * @internal
46
+ */
47
+ protected get selectedVariant(): ResultVariant | undefined;
48
+ /**
49
+ * Calls the provided method to select a variant.
50
+ *
51
+ * @param variant - Variant to select.
52
+ * @internal
53
+ */
54
+ protected selectVariant(variant: ResultVariant): void;
55
+ /**
56
+ * Checks if a variant is selected.
57
+ *
58
+ * @param variant - Variant to check.
59
+ * @returns True if the variant is selected, false if not.
60
+ * @internal
61
+ */
62
+ protected variantIsSelected(variant: ResultVariant): boolean;
63
+ }
64
+ //# sourceMappingURL=result-variant-selector.vue?rollup-plugin-vue=script.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"result-variant-selector.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/result/result-variant-selector.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAmDA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAS3D;;;;;GAKG;AAMH,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,GAAG;IACpD;;;;OAIG;IAEI,mBAAmB,EAAG,CAAC,OAAO,EAAE,aAAa,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAE9E;;;;OAIG;IAEI,MAAM,EAAG,MAAM,CAAC;IAEvB;;;;OAIG;IAEI,gBAAgB,EAAG,aAAa,EAAE,CAAC;IAE1C;;;;OAIG;IAII,KAAK,EAAG,MAAM,CAAC;IAEtB;;;;;OAKG;IACH,SAAS,KAAK,QAAQ,IAAI,aAAa,EAAE,GAAG,SAAS,CAKpD;IAED;;;;;OAKG;IACH,SAAS,KAAK,eAAe,IAAI,aAAa,GAAG,SAAS,CAEzD;IAED;;;;;OAKG;IACH,SAAS,CAAC,aAAa,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAIrD;;;;;;OAMG;IACH,SAAS,CAAC,iBAAiB,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO;CAG7D"}
@@ -0,0 +1,77 @@
1
+ import Vue, { VNode, CreateElement } from 'vue';
2
+ import { Result, ResultVariant } from '@empathyco/x-types';
3
+ /**
4
+ * Component that exposes the result merged with its selected variant in the default slot.
5
+ *
6
+ * It receives the original result and keeps track of the selected variant.
7
+ *
8
+ * It provides the original result, the array containing the selected variants and a callback to
9
+ * set the selected variant to be used from a child.
10
+ *
11
+ * @public
12
+ */
13
+ export default class ResultVariantsProvider extends Vue {
14
+ /**
15
+ * The original result containing the variants.
16
+ *
17
+ * @public
18
+ */
19
+ result: Result;
20
+ /**
21
+ * The provider by default will auto select the first variants of all levels.
22
+ * This prop allows to limit the number of variants auto selected when the provider is created.
23
+ * Take into account that the depth will be the variants level + 1, so, setting autoSelectDepth
24
+ * to 0 will not select any variant, setting it to 1 will select only the first variant of the
25
+ * first level, and so on.
26
+ */
27
+ autoSelectDepth: number;
28
+ /**
29
+ * Array to keep track of the selected variants of the result.
30
+ * Each position of the array is a nest level in the variants' hierarchy, so,
31
+ * the second position will contain a variant that is present inside the variant of the first
32
+ * position, and so on.
33
+ *
34
+ * @public
35
+ */
36
+ selectedVariants: ResultVariant[];
37
+ /**
38
+ * Selects a variant of the result.
39
+ * When called, it slices the array of selected variants to remove the selected child variants.
40
+ * Emits the {@link XEventsTypes.UserSelectedAResultVariant} when called.
41
+ *
42
+ * @param variant - The variant to set.
43
+ * @param level - The nest level where the variant is placed inside the result.
44
+ * @public
45
+ */
46
+ selectResultVariant(variant: ResultVariant, level?: number): void;
47
+ /**
48
+ * Render function of the provider.
49
+ * It exposes the result with the selected variant merged.
50
+ *
51
+ * @param createElement - Vue createElement method.
52
+ * @returns - The VNode of the first element passed in the slot.
53
+ * @public
54
+ */
55
+ render(createElement: CreateElement): VNode;
56
+ /**
57
+ * Resets the selected variants when the result changes.
58
+ * That includes doing the auto selection of the variants when the component is created
59
+ * and when the result is changed.
60
+ */
61
+ resetSelectedVariants(): void;
62
+ /**
63
+ * Merges the original result with the selected variant.
64
+ * The merge is done with all the selected variants of the array.
65
+ *
66
+ * @returns - The result with the selected variant merged.
67
+ * @public
68
+ */
69
+ get resultToProvide(): Result;
70
+ /**
71
+ * Adds to the selectedVariants array the variants up to the autoSelectDepth level.
72
+ *
73
+ * @param variant - Variant to add to the array.
74
+ */
75
+ selectFirstVariants(variant?: ResultVariant): void;
76
+ }
77
+ //# sourceMappingURL=result-variants-provider.vue?rollup-plugin-vue=script.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"result-variants-provider.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/result/result-variants-provider.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,EAAE,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,KAAK,CAAC;AAEhD,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAQ3D;;;;;;;;;GASG;AAEH,MAAM,CAAC,OAAO,OAAO,sBAAuB,SAAQ,GAAG;IACrD;;;;OAIG;IAKI,MAAM,EAAG,MAAM,CAAC;IAEvB;;;;;;OAMG;IAII,eAAe,EAAG,MAAM,CAAC;IAEhC;;;;;;;OAOG;IAEI,gBAAgB,EAAE,aAAa,EAAE,CAAM;IAE9C;;;;;;;;OAQG;IAEH,mBAAmB,CAAC,OAAO,EAAE,aAAa,EAAE,KAAK,SAAI,GAAG,IAAI;IAY5D;;;;;;;OAOG;IACH,MAAM,CAAC,aAAa,EAAE,aAAa,GAAG,KAAK;IAQ3C;;;;OAIG;IAEH,qBAAqB,IAAI,IAAI;IAK7B;;;;;;OAMG;IACH,IAAW,eAAe,IAAI,MAAM,CAYnC;IAED;;;;OAIG;IACH,mBAAmB,CAAC,OAAO,CAAC,EAAE,aAAa,GAAG,IAAI;CAMnD"}
@@ -1,4 +1,4 @@
1
- import { Result, Suggestion } from '@empathyco/x-types';
1
+ import { Result, ResultVariant, Suggestion } from '@empathyco/x-types';
2
2
  import { ExtractPayload } from '../store/index';
3
3
  import { ArrowKey, PropsWithType } from '../utils';
4
4
  import { DeviceXEvents } from '../x-modules/device';
@@ -162,6 +162,16 @@ export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraPara
162
162
  * Payload: none.
163
163
  */
164
164
  UserReachedEmpathizeTop: void;
165
+ /**
166
+ * The user selected a result variant.
167
+ * Payload: And object containing the result, the selected variant and the level of the selected
168
+ * variant.
169
+ */
170
+ UserSelectedAResultVariant: {
171
+ result: Result;
172
+ variant: ResultVariant;
173
+ level: number;
174
+ };
165
175
  /**
166
176
  * User selected any kind of suggestion (query-suggestion, popular-search...)
167
177
  * Payload: The {@link @empathyco/x-types#Suggestion | suggestion} that the user selected.
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/events.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AACnF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAM,WAAW,YACf,SAAQ,aAAa,EACnB,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACb,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EAClB,sBAAsB,EACtB,qBAAqB,EACrB,uBAAuB,EACvB,sBAAsB,EACtB,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,aAAa,EACb,cAAc,EACd,UAAU;IACZ;;;OAGG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,oBAAoB,EAAE,UAAU,EAAE,CAAC;IACnC;;;OAGG;IACH,uBAAuB,EAAE,OAAO,CAAC;IACjC;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,2BAA2B,EAAE,IAAI,CAAC;IAClC;;;OAGG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,iBAAiB,EAAE,IAAI,CAAC;IACxB;;;OAGG;IACH,yBAAyB,EAAE,IAAI,CAAC;IAChC;;;OAGG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;;OAGG;IACH,0BAA0B,EAAE,IAAI,CAAC;IACjC;;;OAGG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;OAGG;IACH,gBAAgB,EAAE,IAAI,CAAC;IACvB;;;OAGG;IACH,2BAA2B,EAAE,IAAI,CAAC;IAClC;;;OAGG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,4BAA4B,EAAE,MAAM,CAAC;IACrC;;;OAGG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;OAGG;IACH,wBAAwB,EAAE,MAAM,CAAC;IACjC;;;OAGG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;OAGG;IACH,yBAAyB,EAAE,IAAI,CAAC;IAChC;;;OAGG;IACH,mBAAmB,EAAE,QAAQ,CAAC;IAC9B;;;OAGG;IACH,uBAAuB,EAAE,IAAI,CAAC;IAC9B;;;;OAIG;IACH,0BAA0B,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,aAAa,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IACtF;;;OAGG;IACH,uBAAuB,EAAE,UAAU,CAAC;IACpC;;;;OAIG;IACH,uBAAuB,EAAE;QACvB,KAAK,EAAE,MAAM,CAAC;QACd,cAAc,EAAE,OAAO,CAAC;QACxB,OAAO,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;QAChC,QAAQ,EAAE,YAAY,CAAC;KACxB,CAAC;CACH;AAED;;;;GAIG;AACH,oBAAY,MAAM,GAAG,MAAM,YAAY,CAAC;AAExC;;;;;GAKG;AACH,oBAAY,SAAS,CAAC,IAAI,IAAI,aAAa,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AAEhE;;;;;GAKG;AACH,oBAAY,aAAa,CAAC,KAAK,SAAS,MAAM,IAAI,YAAY,CAAC,KAAK,CAAC,SAAS,IAAI,GAC9E,SAAS,GACT,YAAY,CAAC,KAAK,CAAC,CAAC"}