@empathyco/x-components 6.0.0-alpha.236 → 6.0.0-alpha.238
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 +14 -0
- package/core/index.js +1 -0
- package/core/index.js.map +1 -1
- package/docs/API-reference/api/x-components.aioverview.md +0 -21
- package/docs/API-reference/api/x-components.md +0 -11
- package/docs/API-reference/components/ai/x-components.ai-overview.md +0 -3
- package/docs/API-reference/components/common/icons/x-components.ai-spinner-icon.md +7 -0
- package/js/components/icons/ai-spinner-icon.vue.js +2443 -0
- package/js/components/icons/ai-spinner-icon.vue.js.map +1 -0
- package/js/index.js +2 -1
- package/js/index.js.map +1 -1
- package/js/x-modules/ai/components/ai-overview.vue.js +120 -173
- package/js/x-modules/ai/components/ai-overview.vue.js.map +1 -1
- package/js/x-modules/ai/components/ai-overview.vue2.js +2 -38
- package/js/x-modules/ai/components/ai-overview.vue2.js.map +1 -1
- package/js/x-modules/ai/wiring.js +2 -6
- package/js/x-modules/ai/wiring.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +2 -22
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +4 -86
- package/report/x-components.api.md +3 -30
- package/tagging/index.js +1 -1
- package/types/src/components/icons/index.d.ts +1 -0
- package/types/src/components/icons/index.d.ts.map +1 -1
- package/types/src/x-modules/ai/components/ai-overview.vue.d.ts +0 -21
- package/types/src/x-modules/ai/components/ai-overview.vue.d.ts.map +1 -1
- package/types/src/x-modules/ai/wiring.d.ts +0 -3
- package/types/src/x-modules/ai/wiring.d.ts.map +1 -1
- package/types/src/x-modules/tagging/wiring.d.ts +0 -9
- package/types/src/x-modules/tagging/wiring.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.trackaioverviewbuttonclickedwire.md +0 -13
|
@@ -7,14 +7,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7
7
|
type: StringConstructor;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
|
-
expandText: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
collapseText: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
10
|
autoExpandInSearchNoResults: {
|
|
19
11
|
type: BooleanConstructor;
|
|
20
12
|
default: boolean;
|
|
@@ -33,14 +25,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
25
|
};
|
|
34
26
|
}>, {
|
|
35
27
|
aiOverviewRef: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
36
|
-
buttonText: import("vue").ComputedRef<string>;
|
|
37
28
|
emptyTaggingRequest: TaggingRequest;
|
|
38
29
|
expanded: import("vue").Ref<boolean, boolean>;
|
|
39
30
|
parsedResponseText: import("vue").ComputedRef<string | Promise<string>>;
|
|
40
31
|
suggestionsLoading: import("vue").ComputedRef<boolean>;
|
|
41
32
|
suggestionsSearch: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionSearch[]>;
|
|
42
33
|
suggestionText: import("vue").ComputedRef<string>;
|
|
43
|
-
emitAndSetExpand: (isExpanded: boolean) => void;
|
|
44
34
|
shouldAnimateSuggestion: import("vue").Ref<boolean, boolean>;
|
|
45
35
|
query: import("vue").ComputedRef<string>;
|
|
46
36
|
tagging: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionTagging | undefined>;
|
|
@@ -54,14 +44,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
54
44
|
type: StringConstructor;
|
|
55
45
|
default: string;
|
|
56
46
|
};
|
|
57
|
-
expandText: {
|
|
58
|
-
type: StringConstructor;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
collapseText: {
|
|
62
|
-
type: StringConstructor;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
47
|
autoExpandInSearchNoResults: {
|
|
66
48
|
type: BooleanConstructor;
|
|
67
49
|
default: boolean;
|
|
@@ -80,14 +62,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
80
62
|
};
|
|
81
63
|
}>> & Readonly<{}>, {
|
|
82
64
|
titleLoading: string;
|
|
83
|
-
expandText: string;
|
|
84
|
-
collapseText: string;
|
|
85
65
|
autoExpandInSearchNoResults: boolean;
|
|
86
66
|
}, {}, {
|
|
87
67
|
AIStarIcon: import("vue").DefineComponent<{}, {}, any>;
|
|
88
68
|
ArrowRightIcon: import("vue").DefineComponent<{}, {}, any>;
|
|
89
69
|
BaseEventButton: import("vue").DefineComponent<{}, {}, any>;
|
|
90
|
-
ChevronDownIcon: import("vue").DefineComponent<{}, {}, any>;
|
|
91
70
|
CollapseHeight: import("vue").DefineComponent<{}, {}, any>;
|
|
92
71
|
ChangeHeight: import("vue").DefineComponent<{}, {}, any>;
|
|
93
72
|
Fade: import("vue").DefineComponent<{}, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-overview.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/components/ai-overview.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA
|
|
1
|
+
{"version":3,"file":"ai-overview.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/components/ai-overview.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBxD,wBAiGE"}
|
|
@@ -21,9 +21,6 @@ export declare const aiWiring: {
|
|
|
21
21
|
AiSuggestionsSearchRequestUpdated: {
|
|
22
22
|
fetchAndSaveAiSuggestionsSearchWire: import("../../wiring").AnyWire;
|
|
23
23
|
};
|
|
24
|
-
UserClickedAiOverviewExpandButton: {
|
|
25
|
-
fetchAndSaveAiSuggestionsSearchIfExpandedWire: import("../../wiring").Wire<boolean>;
|
|
26
|
-
};
|
|
27
24
|
SelectedRelatedTagsChanged: {
|
|
28
25
|
setAiRelatedTagsWire: import("../../wiring").Wire<import("@empathyco/x-types").RelatedTag[]>;
|
|
29
26
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/wiring.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/wiring.ts"],"names":[],"mappings":"AA0DA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BnB,CAAA"}
|
|
@@ -130,12 +130,6 @@ export declare const trackNoResultsQueryWithSemanticsWire: Wire<any>;
|
|
|
130
130
|
* @deprecated - Use {@link trackNoResultsQueryWithFallbackWireDebounced} instead.
|
|
131
131
|
*/
|
|
132
132
|
export declare const trackNoResultsQueryWithSemanticsWireDebounced: Wire<any>;
|
|
133
|
-
/**
|
|
134
|
-
* Performs a track of clicking the AI overview expand button when the playload (expanded) is false.
|
|
135
|
-
*
|
|
136
|
-
* @public
|
|
137
|
-
*/
|
|
138
|
-
export declare const trackAiOverviewButtonClickedWire: Wire<any>;
|
|
139
133
|
/**
|
|
140
134
|
* Factory helper to create a wire for the track of the display click.
|
|
141
135
|
*
|
|
@@ -255,9 +249,6 @@ export declare const taggingWiring: {
|
|
|
255
249
|
AiSuggestionsSearchChanged: {
|
|
256
250
|
trackAiSuggestionsSearchWire: import("../../wiring/wiring.types").AnyWire;
|
|
257
251
|
};
|
|
258
|
-
UserClickedAiOverviewExpandButton: {
|
|
259
|
-
trackAiOverviewButtonClickedWire: Wire<any>;
|
|
260
|
-
};
|
|
261
252
|
UserClickedAnAiOverviewResult: {
|
|
262
253
|
trackToolingDisplayClickedWire: Wire<Taggable>;
|
|
263
254
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/tagging/wiring.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGV,MAAM,EAEN,QAAQ,EACR,OAAO,EACP,cAAc,EACf,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EAAuB,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAyF1E;;;;GAIG;AACH,eAAO,MAAM,UAAU,eAA2B,CAAA;AAElD;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,uDAA2C,CAAA;AAEtF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,8CAA4B,CAAA;AAEzD;;;;GAIG;AACH,eAAO,MAAM,cAAc,yCAK1B,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,sBAa/B,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,gBAA0C,CAAA;AAEtF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,gBAA2B,CAAA;AAE9D;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,gBAA2B,CAAA;AAE9D;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,gBAA2B,CAAA;AAEhE;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,gBAA8B,CAAA;AAE7D;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,gBAAyC,CAAA;AAE7E;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,gBAAkC,CAAA;AAE7E;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,gBAAmC,CAAA;AAExE;;;;GAIG;AACH,eAAO,MAAM,yCAAyC,WACH,CAAA;AAEnD;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,gBAAoC,CAAA;AAE1E;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,CAWvE;AAED;;;;;;GAMG;AACH,eAAO,MAAM,mCAAmC,WAU/C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,4CAA4C,WAIxD,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,oCAAoC,WAAsC,CAAA;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,6CAA6C,WACZ,CAAA;AAE9C
|
|
1
|
+
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/tagging/wiring.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGV,MAAM,EAEN,QAAQ,EACR,OAAO,EACP,cAAc,EACf,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EAAuB,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAyF1E;;;;GAIG;AACH,eAAO,MAAM,UAAU,eAA2B,CAAA;AAElD;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,uDAA2C,CAAA;AAEtF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,8CAA4B,CAAA;AAEzD;;;;GAIG;AACH,eAAO,MAAM,cAAc,yCAK1B,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,sBAa/B,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,gBAA0C,CAAA;AAEtF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,gBAA2B,CAAA;AAE9D;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,gBAA2B,CAAA;AAE9D;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,gBAA2B,CAAA;AAEhE;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,gBAA8B,CAAA;AAE7D;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,gBAAyC,CAAA;AAE7E;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,gBAAkC,CAAA;AAE7E;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,gBAAmC,CAAA;AAExE;;;;GAIG;AACH,eAAO,MAAM,yCAAyC,WACH,CAAA;AAEnD;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,gBAAoC,CAAA;AAE1E;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,CAWvE;AAED;;;;;;GAMG;AACH,eAAO,MAAM,mCAAmC,WAU/C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,4CAA4C,WAIxD,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,oCAAoC,WAAsC,CAAA;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,6CAA6C,WACZ,CAAA;AAE9C;;;;;;;GAOG;AACH,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,CAkB9E;AAsBD;;;;;;GAMG;AACH,wBAAgB,6BAA6B,IAAI,IAAI,CAAC,QAAQ,CAAC,CAY9D;AAED;;;;;;GAMG;AACH,wBAAgB,8BAA8B,IAAI,IAAI,CAAC,QAAQ,CAAC,CAY/D;AAED;;;;;;GAMG;AACH,wBAAgB,+CAA+C,cAmB9D;AAED;;;;;;GAMG;AACH,wBAAgB,qCAAqC,IAAI,IAAI,CAAC,QAAQ,CAAC,CAQtE;AAED;;;GAGG;AACH,eAAO,MAAM,4BAA4B,6CAExC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0ExB,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [trackAiOverviewButtonClickedWire](./x-components.trackaioverviewbuttonclickedwire.md)
|
|
4
|
-
|
|
5
|
-
## trackAiOverviewButtonClickedWire variable
|
|
6
|
-
|
|
7
|
-
Performs a track of clicking the AI overview expand button when the playload (expanded) is false.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
trackAiOverviewButtonClickedWire: Wire<any>
|
|
13
|
-
```
|