@coveo/atomic 3.52.1 → 3.53.1
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/README.md +0 -26
- package/custom-elements.json +271 -185
- package/dist/atomic/assets/action_override.svg +1 -0
- package/dist/atomic/assets/agent_astro.svg +1 -0
- package/dist/atomic/assets/business_unit.svg +1 -0
- package/dist/atomic/assets/collection_alt.svg +1 -0
- package/dist/atomic/assets/css.svg +1 -0
- package/dist/atomic/assets/custom_entity.svg +1 -0
- package/dist/atomic/assets/custom_textbox.svg +1 -0
- package/dist/atomic/assets/database.svg +1 -0
- package/dist/atomic/assets/dx_pipeline.svg +1 -0
- package/dist/atomic/assets/feed.svg +1 -1
- package/dist/atomic/assets/push.svg +1 -0
- package/dist/atomic/assets/secondary_index.svg +1 -0
- package/dist/atomic/assets/tabset.svg +1 -0
- package/dist/atomic/atomic.esm.js +0 -1
- package/dist/atomic/autoloader/index.cjs.js +2 -2
- package/dist/atomic/autoloader/index.esm.js +2 -2
- package/dist/atomic/components/components/commerce/atomic-commerce-interface/atomic-commerce-interface.js +2 -2
- package/dist/atomic/components/components/commerce/atomic-commerce-recommendation-interface/atomic-commerce-recommendation-interface.js +1 -1
- package/dist/atomic/components/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +1 -1
- package/dist/atomic/components/components/commerce/product-template-component-utils/context/fetch-product-context.js +14 -0
- package/dist/atomic/components/components/common/atomic-citation/atomic-citation.js +1 -1
- package/dist/atomic/components/components/common/{generated-answer/atomic-answer-content/atomic-answer-content.js → atomic-generated-answer-content/atomic-generated-answer-content.js} +38 -26
- package/dist/atomic/components/components/common/{generated-answer/atomic-generated-answers-thread/atomic-generated-answers-thread.js → atomic-generated-answer-thread/atomic-generated-answer-thread.js} +19 -19
- package/dist/atomic/components/components/common/{generated-answer/atomic-generated-answer-thread-item → atomic-generated-answer-thread-item}/atomic-generated-answer-thread-item.js +13 -4
- package/dist/atomic/components/components/common/generated-answer/feedback-button.js +2 -1
- package/dist/atomic/components/components/common/generated-answer/render-agent-generation-steps.js +0 -1
- package/dist/atomic/components/components/common/generated-answer/render-disclaimer.js +6 -7
- package/dist/atomic/components/components/common/generated-answer/render-follow-up-input.js +1 -1
- package/dist/atomic/components/components/common/index.js +3 -0
- package/dist/atomic/components/components/common/item-list/fetch-item-context.js +15 -0
- package/dist/atomic/components/components/common/items-per-page/validate.js +1 -1
- package/dist/atomic/components/components/common/lazy-index.js +3 -0
- package/dist/atomic/components/components/common/radio-button.js +1 -1
- package/dist/atomic/components/components/insight/atomic-insight-generated-answer/atomic-insight-generated-answer.js +0 -1
- package/dist/atomic/components/components/insight/atomic-insight-interface/atomic-insight-interface.js +1 -1
- package/dist/atomic/components/components/insight/atomic-insight-result-attach-to-case-action/atomic-insight-result-attach-to-case-action.js +1 -0
- package/dist/atomic/components/components/insight/atomic-insight-result-children/atomic-insight-result-children.js +1 -1
- package/dist/atomic/components/components/ipx/atomic-ipx-modal/atomic-ipx-modal.js +6 -2
- package/dist/atomic/components/components/recommendations/atomic-recs-interface/atomic-recs-interface.js +1 -1
- package/dist/atomic/components/components/search/atomic-color-facet/atomic-color-facet.js +1 -2
- package/dist/atomic/components/components/search/atomic-generated-answer/atomic-generated-answer.js +8 -9
- package/dist/atomic/components/components/search/atomic-search-box/atomic-search-box.js +1 -1
- package/dist/atomic/components/components/search/atomic-search-interface/atomic-search-interface.js +3 -9
- package/dist/atomic/components/generated/dayjs-locales-data.js +14 -14
- package/dist/atomic/components/global/environment.js +1 -1
- package/dist/atomic/components/index.d.ts +2 -3
- package/dist/atomic/components/index.js +8 -2
- package/dist/atomic/components/utils/custom-element-tags.js +2 -14
- package/dist/atomic/components/utils/initialization-common-utils.js +15 -0
- package/dist/atomic/components/utils/tailwind.global.tw.css.js +1 -1
- package/dist/atomic/lang/cs.json +1 -1
- package/dist/atomic/lang/da.json +1 -1
- package/dist/atomic/lang/de.json +1 -1
- package/dist/atomic/lang/dev.json +1 -1
- package/dist/atomic/lang/el.json +1 -1
- package/dist/atomic/lang/en.json +1 -1
- package/dist/atomic/lang/es.json +1 -1
- package/dist/atomic/lang/fi.json +1 -1
- package/dist/atomic/lang/fr.json +1 -1
- package/dist/atomic/lang/hu.json +1 -1
- package/dist/atomic/lang/id.json +1 -1
- package/dist/atomic/lang/it.json +1 -1
- package/dist/atomic/lang/ja.json +1 -1
- package/dist/atomic/lang/ko.json +1 -1
- package/dist/atomic/lang/nl.json +1 -1
- package/dist/atomic/lang/no.json +1 -1
- package/dist/atomic/lang/pl.json +1 -1
- package/dist/atomic/lang/pt-BR.json +1 -1
- package/dist/atomic/lang/pt.json +1 -1
- package/dist/atomic/lang/ru.json +1 -1
- package/dist/atomic/lang/sv.json +1 -1
- package/dist/atomic/lang/th.json +1 -1
- package/dist/atomic/lang/tr.json +1 -1
- package/dist/atomic/lang/zh-CN.json +1 -1
- package/dist/atomic/lang/zh-TW.json +1 -1
- package/dist/atomic/lang/zh.json +1 -1
- package/dist/atomic/loader/index.d.ts +4 -15
- package/dist/atomic/loader/index.js +0 -1
- package/dist/cjs/index.cjs.js +5 -2
- package/dist/cjs/loader.cjs.js +7 -4
- package/dist/cjs/version.cjs.js +2 -2
- package/dist/esm/index.js +0 -1
- package/dist/esm/loader.js +9 -5
- package/dist/esm/version.js +2 -2
- package/dist/types/components/common/{generated-answer/atomic-answer-content/atomic-answer-content.d.ts → atomic-generated-answer-content/atomic-generated-answer-content.d.ts} +4 -6
- package/dist/types/components/common/{generated-answer/atomic-generated-answers-thread/atomic-generated-answers-thread.d.ts → atomic-generated-answer-thread/atomic-generated-answer-thread.d.ts} +6 -6
- package/dist/types/components/common/generated-answer/render-disclaimer.d.ts +0 -1
- package/dist/types/components/common/index.d.ts +3 -0
- package/dist/types/components/search/atomic-generated-answer/atomic-generated-answer.d.ts +1 -1
- package/dist/types/components/search/atomic-search-interface/atomic-search-interface.d.ts +1 -4
- package/dist/types/index.d.ts +2 -1
- package/dist/types/utils/custom-element-tags.d.ts +0 -8
- package/dist/types/utils/initialization-common-utils.d.ts +8 -0
- package/docs/assets.json +1 -1
- package/package.json +49 -63
- package/dist/atomic/_atomic.esm.js +0 -2
- package/dist/atomic/atomic.esm.js.map +0 -1
- package/dist/atomic/components/_index.d.ts +0 -36
- package/dist/atomic/components/_index.js +0 -219
- package/dist/atomic/components/index.js.map +0 -1
- package/dist/atomic/index.esm.js +0 -2
- package/dist/atomic/index.esm.js.map +0 -1
- package/dist/atomic/loader/cdn.js +0 -1
- package/dist/atomic/loader/index.cjs.js +0 -1
- package/dist/atomic/loader/index.es2017.js +0 -1
- package/dist/atomic/p-998f7983.js +0 -3
- package/dist/atomic/p-998f7983.js.map +0 -1
- package/dist/cjs/_index.cjs.js +0 -236
- package/dist/cjs/_loader.cjs.js +0 -16
- package/dist/cjs/app-globals-18f43c37.js +0 -506
- package/dist/cjs/app-globals-18f43c37.js.map +0 -1
- package/dist/cjs/atomic.cjs.js +0 -26
- package/dist/cjs/atomic.cjs.js.map +0 -1
- package/dist/cjs/index.cjs.js.map +0 -1
- package/dist/cjs/loader.cjs.js.map +0 -1
- package/dist/esm/_index.js +0 -218
- package/dist/esm/_loader.js +0 -12
- package/dist/esm/app-globals-c5b073da.js +0 -481
- package/dist/esm/app-globals-c5b073da.js.map +0 -1
- package/dist/esm/atomic.js +0 -21
- package/dist/esm/atomic.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/loader.js.map +0 -1
- package/dist/index.cjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/types/autoloader/index.d.ts +0 -1
- package/dist/types/components/common/layout/display-options.d.ts +0 -40
- package/dist/types/components/search/atomic-smart-snippet-feedback-modal/atomic-smart-snippet-feedback-modal.tw.css.d.ts +0 -2
- package/dist/types/components/search/result-template-component-utils/context/fetch-result-context.d.ts +0 -8
- package/dist/types/components.d.ts +0 -24
- package/dist/types/icons.d.ts +0 -4
- package/dist/types/lit-components.d.ts +0 -10
- package/dist/types/stencil-public-runtime.d.ts +0 -1674
- package/dist/types/types/custom-env.d.ts +0 -7
- package/dist/types/types/dayjs/locale.d.ts +0 -4
- package/dist/types/types/open-api.d.ts +0 -3
- package/dist/types/types/storybook.d.ts +0 -7
- package/docs/atomic-docs.d.ts +0 -435
- package/docs/atomic-docs.json +0 -10
- /package/dist/types/components/common/{generated-answer/atomic-generated-answer-thread-item → atomic-generated-answer-thread-item}/atomic-generated-answer-thread-item.d.ts +0 -0
package/custom-elements.json
CHANGED
|
@@ -6,7 +6,24 @@
|
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "src/index.ts",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "js",
|
|
12
|
+
"name": "Components",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "_Components",
|
|
15
|
+
"module": "src/index.ts"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"kind": "js",
|
|
20
|
+
"name": "JSX",
|
|
21
|
+
"declaration": {
|
|
22
|
+
"name": "_Components",
|
|
23
|
+
"module": "src/index.ts"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
]
|
|
10
27
|
},
|
|
11
28
|
{
|
|
12
29
|
"kind": "javascript-module",
|
|
@@ -24,7 +41,7 @@
|
|
|
24
41
|
"name": "*",
|
|
25
42
|
"declaration": {
|
|
26
43
|
"name": "*",
|
|
27
|
-
"
|
|
44
|
+
"module": "src/components/commerce/index.js"
|
|
28
45
|
}
|
|
29
46
|
},
|
|
30
47
|
{
|
|
@@ -32,7 +49,7 @@
|
|
|
32
49
|
"name": "*",
|
|
33
50
|
"declaration": {
|
|
34
51
|
"name": "*",
|
|
35
|
-
"
|
|
52
|
+
"module": "src/components/common/index.js"
|
|
36
53
|
}
|
|
37
54
|
},
|
|
38
55
|
{
|
|
@@ -40,7 +57,7 @@
|
|
|
40
57
|
"name": "*",
|
|
41
58
|
"declaration": {
|
|
42
59
|
"name": "*",
|
|
43
|
-
"
|
|
60
|
+
"module": "src/components/commerce/index.js"
|
|
44
61
|
}
|
|
45
62
|
},
|
|
46
63
|
{
|
|
@@ -48,7 +65,7 @@
|
|
|
48
65
|
"name": "*",
|
|
49
66
|
"declaration": {
|
|
50
67
|
"name": "*",
|
|
51
|
-
"
|
|
68
|
+
"module": "src/components/common/index.js"
|
|
52
69
|
}
|
|
53
70
|
},
|
|
54
71
|
{
|
|
@@ -56,7 +73,7 @@
|
|
|
56
73
|
"name": "*",
|
|
57
74
|
"declaration": {
|
|
58
75
|
"name": "*",
|
|
59
|
-
"
|
|
76
|
+
"module": "src/components/insight/index.js"
|
|
60
77
|
}
|
|
61
78
|
},
|
|
62
79
|
{
|
|
@@ -64,7 +81,7 @@
|
|
|
64
81
|
"name": "*",
|
|
65
82
|
"declaration": {
|
|
66
83
|
"name": "*",
|
|
67
|
-
"
|
|
84
|
+
"module": "src/components/commerce/index.js"
|
|
68
85
|
}
|
|
69
86
|
},
|
|
70
87
|
{
|
|
@@ -72,7 +89,7 @@
|
|
|
72
89
|
"name": "*",
|
|
73
90
|
"declaration": {
|
|
74
91
|
"name": "*",
|
|
75
|
-
"
|
|
92
|
+
"module": "src/components/common/index.js"
|
|
76
93
|
}
|
|
77
94
|
},
|
|
78
95
|
{
|
|
@@ -80,7 +97,7 @@
|
|
|
80
97
|
"name": "*",
|
|
81
98
|
"declaration": {
|
|
82
99
|
"name": "*",
|
|
83
|
-
"
|
|
100
|
+
"module": "src/components/commerce/index.js"
|
|
84
101
|
}
|
|
85
102
|
},
|
|
86
103
|
{
|
|
@@ -88,7 +105,7 @@
|
|
|
88
105
|
"name": "*",
|
|
89
106
|
"declaration": {
|
|
90
107
|
"name": "*",
|
|
91
|
-
"
|
|
108
|
+
"module": "src/components/common/index.js"
|
|
92
109
|
}
|
|
93
110
|
},
|
|
94
111
|
{
|
|
@@ -96,7 +113,7 @@
|
|
|
96
113
|
"name": "*",
|
|
97
114
|
"declaration": {
|
|
98
115
|
"name": "*",
|
|
99
|
-
"
|
|
116
|
+
"module": "src/components/insight/index.js"
|
|
100
117
|
}
|
|
101
118
|
},
|
|
102
119
|
{
|
|
@@ -104,7 +121,7 @@
|
|
|
104
121
|
"name": "*",
|
|
105
122
|
"declaration": {
|
|
106
123
|
"name": "*",
|
|
107
|
-
"
|
|
124
|
+
"module": "src/components/ipx/index.js"
|
|
108
125
|
}
|
|
109
126
|
},
|
|
110
127
|
{
|
|
@@ -112,7 +129,7 @@
|
|
|
112
129
|
"name": "*",
|
|
113
130
|
"declaration": {
|
|
114
131
|
"name": "*",
|
|
115
|
-
"
|
|
132
|
+
"module": "src/components/commerce/index.js"
|
|
116
133
|
}
|
|
117
134
|
},
|
|
118
135
|
{
|
|
@@ -120,7 +137,7 @@
|
|
|
120
137
|
"name": "*",
|
|
121
138
|
"declaration": {
|
|
122
139
|
"name": "*",
|
|
123
|
-
"
|
|
140
|
+
"module": "src/components/common/index.js"
|
|
124
141
|
}
|
|
125
142
|
},
|
|
126
143
|
{
|
|
@@ -128,7 +145,7 @@
|
|
|
128
145
|
"name": "*",
|
|
129
146
|
"declaration": {
|
|
130
147
|
"name": "*",
|
|
131
|
-
"
|
|
148
|
+
"module": "src/components/commerce/index.js"
|
|
132
149
|
}
|
|
133
150
|
},
|
|
134
151
|
{
|
|
@@ -136,7 +153,7 @@
|
|
|
136
153
|
"name": "*",
|
|
137
154
|
"declaration": {
|
|
138
155
|
"name": "*",
|
|
139
|
-
"
|
|
156
|
+
"module": "src/components/common/index.js"
|
|
140
157
|
}
|
|
141
158
|
},
|
|
142
159
|
{
|
|
@@ -144,7 +161,7 @@
|
|
|
144
161
|
"name": "*",
|
|
145
162
|
"declaration": {
|
|
146
163
|
"name": "*",
|
|
147
|
-
"
|
|
164
|
+
"module": "src/components/insight/index.js"
|
|
148
165
|
}
|
|
149
166
|
},
|
|
150
167
|
{
|
|
@@ -152,7 +169,7 @@
|
|
|
152
169
|
"name": "*",
|
|
153
170
|
"declaration": {
|
|
154
171
|
"name": "*",
|
|
155
|
-
"
|
|
172
|
+
"module": "src/components/commerce/index.js"
|
|
156
173
|
}
|
|
157
174
|
},
|
|
158
175
|
{
|
|
@@ -160,7 +177,7 @@
|
|
|
160
177
|
"name": "*",
|
|
161
178
|
"declaration": {
|
|
162
179
|
"name": "*",
|
|
163
|
-
"
|
|
180
|
+
"module": "src/components/common/index.js"
|
|
164
181
|
}
|
|
165
182
|
},
|
|
166
183
|
{
|
|
@@ -168,7 +185,7 @@
|
|
|
168
185
|
"name": "*",
|
|
169
186
|
"declaration": {
|
|
170
187
|
"name": "*",
|
|
171
|
-
"
|
|
188
|
+
"module": "src/components/commerce/index.js"
|
|
172
189
|
}
|
|
173
190
|
},
|
|
174
191
|
{
|
|
@@ -176,7 +193,7 @@
|
|
|
176
193
|
"name": "*",
|
|
177
194
|
"declaration": {
|
|
178
195
|
"name": "*",
|
|
179
|
-
"
|
|
196
|
+
"module": "src/components/common/index.js"
|
|
180
197
|
}
|
|
181
198
|
},
|
|
182
199
|
{
|
|
@@ -184,7 +201,7 @@
|
|
|
184
201
|
"name": "*",
|
|
185
202
|
"declaration": {
|
|
186
203
|
"name": "*",
|
|
187
|
-
"
|
|
204
|
+
"module": "src/components/insight/index.js"
|
|
188
205
|
}
|
|
189
206
|
},
|
|
190
207
|
{
|
|
@@ -192,7 +209,7 @@
|
|
|
192
209
|
"name": "*",
|
|
193
210
|
"declaration": {
|
|
194
211
|
"name": "*",
|
|
195
|
-
"
|
|
212
|
+
"module": "src/components/ipx/index.js"
|
|
196
213
|
}
|
|
197
214
|
},
|
|
198
215
|
{
|
|
@@ -200,7 +217,7 @@
|
|
|
200
217
|
"name": "*",
|
|
201
218
|
"declaration": {
|
|
202
219
|
"name": "*",
|
|
203
|
-
"
|
|
220
|
+
"module": "src/components/recommendations/index.js"
|
|
204
221
|
}
|
|
205
222
|
},
|
|
206
223
|
{
|
|
@@ -208,7 +225,7 @@
|
|
|
208
225
|
"name": "*",
|
|
209
226
|
"declaration": {
|
|
210
227
|
"name": "*",
|
|
211
|
-
"
|
|
228
|
+
"module": "src/components/commerce/index.js"
|
|
212
229
|
}
|
|
213
230
|
},
|
|
214
231
|
{
|
|
@@ -216,7 +233,7 @@
|
|
|
216
233
|
"name": "*",
|
|
217
234
|
"declaration": {
|
|
218
235
|
"name": "*",
|
|
219
|
-
"
|
|
236
|
+
"module": "src/components/common/index.js"
|
|
220
237
|
}
|
|
221
238
|
},
|
|
222
239
|
{
|
|
@@ -224,7 +241,7 @@
|
|
|
224
241
|
"name": "*",
|
|
225
242
|
"declaration": {
|
|
226
243
|
"name": "*",
|
|
227
|
-
"
|
|
244
|
+
"module": "src/components/commerce/index.js"
|
|
228
245
|
}
|
|
229
246
|
},
|
|
230
247
|
{
|
|
@@ -232,7 +249,7 @@
|
|
|
232
249
|
"name": "*",
|
|
233
250
|
"declaration": {
|
|
234
251
|
"name": "*",
|
|
235
|
-
"
|
|
252
|
+
"module": "src/components/common/index.js"
|
|
236
253
|
}
|
|
237
254
|
},
|
|
238
255
|
{
|
|
@@ -240,7 +257,7 @@
|
|
|
240
257
|
"name": "*",
|
|
241
258
|
"declaration": {
|
|
242
259
|
"name": "*",
|
|
243
|
-
"
|
|
260
|
+
"module": "src/components/insight/index.js"
|
|
244
261
|
}
|
|
245
262
|
},
|
|
246
263
|
{
|
|
@@ -248,7 +265,7 @@
|
|
|
248
265
|
"name": "*",
|
|
249
266
|
"declaration": {
|
|
250
267
|
"name": "*",
|
|
251
|
-
"
|
|
268
|
+
"module": "src/components/commerce/index.js"
|
|
252
269
|
}
|
|
253
270
|
},
|
|
254
271
|
{
|
|
@@ -256,7 +273,7 @@
|
|
|
256
273
|
"name": "*",
|
|
257
274
|
"declaration": {
|
|
258
275
|
"name": "*",
|
|
259
|
-
"
|
|
276
|
+
"module": "src/components/common/index.js"
|
|
260
277
|
}
|
|
261
278
|
},
|
|
262
279
|
{
|
|
@@ -264,7 +281,7 @@
|
|
|
264
281
|
"name": "*",
|
|
265
282
|
"declaration": {
|
|
266
283
|
"name": "*",
|
|
267
|
-
"
|
|
284
|
+
"module": "src/components/commerce/index.js"
|
|
268
285
|
}
|
|
269
286
|
},
|
|
270
287
|
{
|
|
@@ -272,7 +289,7 @@
|
|
|
272
289
|
"name": "*",
|
|
273
290
|
"declaration": {
|
|
274
291
|
"name": "*",
|
|
275
|
-
"
|
|
292
|
+
"module": "src/components/common/index.js"
|
|
276
293
|
}
|
|
277
294
|
},
|
|
278
295
|
{
|
|
@@ -280,7 +297,7 @@
|
|
|
280
297
|
"name": "*",
|
|
281
298
|
"declaration": {
|
|
282
299
|
"name": "*",
|
|
283
|
-
"
|
|
300
|
+
"module": "src/components/insight/index.js"
|
|
284
301
|
}
|
|
285
302
|
},
|
|
286
303
|
{
|
|
@@ -288,7 +305,7 @@
|
|
|
288
305
|
"name": "*",
|
|
289
306
|
"declaration": {
|
|
290
307
|
"name": "*",
|
|
291
|
-
"
|
|
308
|
+
"module": "src/components/ipx/index.js"
|
|
292
309
|
}
|
|
293
310
|
},
|
|
294
311
|
{
|
|
@@ -296,7 +313,7 @@
|
|
|
296
313
|
"name": "*",
|
|
297
314
|
"declaration": {
|
|
298
315
|
"name": "*",
|
|
299
|
-
"
|
|
316
|
+
"module": "src/components/commerce/index.js"
|
|
300
317
|
}
|
|
301
318
|
},
|
|
302
319
|
{
|
|
@@ -304,7 +321,7 @@
|
|
|
304
321
|
"name": "*",
|
|
305
322
|
"declaration": {
|
|
306
323
|
"name": "*",
|
|
307
|
-
"
|
|
324
|
+
"module": "src/components/common/index.js"
|
|
308
325
|
}
|
|
309
326
|
},
|
|
310
327
|
{
|
|
@@ -312,7 +329,7 @@
|
|
|
312
329
|
"name": "*",
|
|
313
330
|
"declaration": {
|
|
314
331
|
"name": "*",
|
|
315
|
-
"
|
|
332
|
+
"module": "src/components/commerce/index.js"
|
|
316
333
|
}
|
|
317
334
|
},
|
|
318
335
|
{
|
|
@@ -320,7 +337,7 @@
|
|
|
320
337
|
"name": "*",
|
|
321
338
|
"declaration": {
|
|
322
339
|
"name": "*",
|
|
323
|
-
"
|
|
340
|
+
"module": "src/components/common/index.js"
|
|
324
341
|
}
|
|
325
342
|
},
|
|
326
343
|
{
|
|
@@ -328,7 +345,7 @@
|
|
|
328
345
|
"name": "*",
|
|
329
346
|
"declaration": {
|
|
330
347
|
"name": "*",
|
|
331
|
-
"
|
|
348
|
+
"module": "src/components/insight/index.js"
|
|
332
349
|
}
|
|
333
350
|
},
|
|
334
351
|
{
|
|
@@ -336,7 +353,7 @@
|
|
|
336
353
|
"name": "*",
|
|
337
354
|
"declaration": {
|
|
338
355
|
"name": "*",
|
|
339
|
-
"
|
|
356
|
+
"module": "src/components/commerce/index.js"
|
|
340
357
|
}
|
|
341
358
|
},
|
|
342
359
|
{
|
|
@@ -344,7 +361,7 @@
|
|
|
344
361
|
"name": "*",
|
|
345
362
|
"declaration": {
|
|
346
363
|
"name": "*",
|
|
347
|
-
"
|
|
364
|
+
"module": "src/components/common/index.js"
|
|
348
365
|
}
|
|
349
366
|
},
|
|
350
367
|
{
|
|
@@ -352,7 +369,7 @@
|
|
|
352
369
|
"name": "*",
|
|
353
370
|
"declaration": {
|
|
354
371
|
"name": "*",
|
|
355
|
-
"
|
|
372
|
+
"module": "src/components/commerce/index.js"
|
|
356
373
|
}
|
|
357
374
|
},
|
|
358
375
|
{
|
|
@@ -360,7 +377,7 @@
|
|
|
360
377
|
"name": "*",
|
|
361
378
|
"declaration": {
|
|
362
379
|
"name": "*",
|
|
363
|
-
"
|
|
380
|
+
"module": "src/components/common/index.js"
|
|
364
381
|
}
|
|
365
382
|
},
|
|
366
383
|
{
|
|
@@ -368,7 +385,7 @@
|
|
|
368
385
|
"name": "*",
|
|
369
386
|
"declaration": {
|
|
370
387
|
"name": "*",
|
|
371
|
-
"
|
|
388
|
+
"module": "src/components/insight/index.js"
|
|
372
389
|
}
|
|
373
390
|
},
|
|
374
391
|
{
|
|
@@ -376,7 +393,7 @@
|
|
|
376
393
|
"name": "*",
|
|
377
394
|
"declaration": {
|
|
378
395
|
"name": "*",
|
|
379
|
-
"
|
|
396
|
+
"module": "src/components/ipx/index.js"
|
|
380
397
|
}
|
|
381
398
|
},
|
|
382
399
|
{
|
|
@@ -384,7 +401,7 @@
|
|
|
384
401
|
"name": "*",
|
|
385
402
|
"declaration": {
|
|
386
403
|
"name": "*",
|
|
387
|
-
"
|
|
404
|
+
"module": "src/components/recommendations/index.js"
|
|
388
405
|
}
|
|
389
406
|
},
|
|
390
407
|
{
|
|
@@ -392,7 +409,7 @@
|
|
|
392
409
|
"name": "*",
|
|
393
410
|
"declaration": {
|
|
394
411
|
"name": "*",
|
|
395
|
-
"
|
|
412
|
+
"module": "src/components/search/index.js"
|
|
396
413
|
}
|
|
397
414
|
}
|
|
398
415
|
]
|
|
@@ -12816,6 +12833,18 @@
|
|
|
12816
12833
|
}
|
|
12817
12834
|
]
|
|
12818
12835
|
},
|
|
12836
|
+
{
|
|
12837
|
+
"kind": "javascript-module",
|
|
12838
|
+
"path": "src/components/common/atomic-generated-answer-content/atomic-generated-answer-content.ts",
|
|
12839
|
+
"declarations": [],
|
|
12840
|
+
"exports": []
|
|
12841
|
+
},
|
|
12842
|
+
{
|
|
12843
|
+
"kind": "javascript-module",
|
|
12844
|
+
"path": "src/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.ts",
|
|
12845
|
+
"declarations": [],
|
|
12846
|
+
"exports": []
|
|
12847
|
+
},
|
|
12819
12848
|
{
|
|
12820
12849
|
"kind": "javascript-module",
|
|
12821
12850
|
"path": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts",
|
|
@@ -13205,6 +13234,12 @@
|
|
|
13205
13234
|
}
|
|
13206
13235
|
]
|
|
13207
13236
|
},
|
|
13237
|
+
{
|
|
13238
|
+
"kind": "javascript-module",
|
|
13239
|
+
"path": "src/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.ts",
|
|
13240
|
+
"declarations": [],
|
|
13241
|
+
"exports": []
|
|
13242
|
+
},
|
|
13208
13243
|
{
|
|
13209
13244
|
"kind": "javascript-module",
|
|
13210
13245
|
"path": "src/components/common/atomic-icon/atomic-icon.ts",
|
|
@@ -16643,7 +16678,26 @@
|
|
|
16643
16678
|
{
|
|
16644
16679
|
"kind": "javascript-module",
|
|
16645
16680
|
"path": "src/components/insight/atomic-insight-interface/analytics-config.ts",
|
|
16646
|
-
"declarations": [
|
|
16681
|
+
"declarations": [
|
|
16682
|
+
{
|
|
16683
|
+
"kind": "function",
|
|
16684
|
+
"name": "analyticsClientMiddleware",
|
|
16685
|
+
"parameters": [
|
|
16686
|
+
{
|
|
16687
|
+
"name": "event",
|
|
16688
|
+
"type": {
|
|
16689
|
+
"text": "string"
|
|
16690
|
+
}
|
|
16691
|
+
},
|
|
16692
|
+
{
|
|
16693
|
+
"name": "payload",
|
|
16694
|
+
"type": {
|
|
16695
|
+
"text": "AnalyticsPayload"
|
|
16696
|
+
}
|
|
16697
|
+
}
|
|
16698
|
+
]
|
|
16699
|
+
}
|
|
16700
|
+
],
|
|
16647
16701
|
"exports": []
|
|
16648
16702
|
},
|
|
16649
16703
|
{
|
|
@@ -24865,7 +24919,26 @@
|
|
|
24865
24919
|
{
|
|
24866
24920
|
"kind": "javascript-module",
|
|
24867
24921
|
"path": "src/components/recommendations/atomic-recs-interface/analytics-config.ts",
|
|
24868
|
-
"declarations": [
|
|
24922
|
+
"declarations": [
|
|
24923
|
+
{
|
|
24924
|
+
"kind": "function",
|
|
24925
|
+
"name": "analyticsClientMiddleware",
|
|
24926
|
+
"parameters": [
|
|
24927
|
+
{
|
|
24928
|
+
"name": "event",
|
|
24929
|
+
"type": {
|
|
24930
|
+
"text": "string"
|
|
24931
|
+
}
|
|
24932
|
+
},
|
|
24933
|
+
{
|
|
24934
|
+
"name": "payload",
|
|
24935
|
+
"type": {
|
|
24936
|
+
"text": "AnalyticsPayload"
|
|
24937
|
+
}
|
|
24938
|
+
}
|
|
24939
|
+
]
|
|
24940
|
+
}
|
|
24941
|
+
],
|
|
24869
24942
|
"exports": []
|
|
24870
24943
|
},
|
|
24871
24944
|
{
|
|
@@ -31553,6 +31626,13 @@
|
|
|
31553
31626
|
"type": {
|
|
31554
31627
|
"text": "GeneratedAnswerCitation[]"
|
|
31555
31628
|
}
|
|
31629
|
+
},
|
|
31630
|
+
{
|
|
31631
|
+
"name": "answerId",
|
|
31632
|
+
"optional": true,
|
|
31633
|
+
"type": {
|
|
31634
|
+
"text": "string"
|
|
31635
|
+
}
|
|
31556
31636
|
}
|
|
31557
31637
|
]
|
|
31558
31638
|
},
|
|
@@ -31730,109 +31810,6 @@
|
|
|
31730
31810
|
"declarations": [],
|
|
31731
31811
|
"exports": []
|
|
31732
31812
|
},
|
|
31733
|
-
{
|
|
31734
|
-
"kind": "javascript-module",
|
|
31735
|
-
"path": "src/components/search/atomic-html/atomic-html.ts",
|
|
31736
|
-
"declarations": [
|
|
31737
|
-
{
|
|
31738
|
-
"kind": "class",
|
|
31739
|
-
"description": "The `atomic-html` component renders the HTML value of a string.\n\nThere is an inherent XSS security concern associated with the usage of this component.\n\nUse only with values for which you are certain the content is harmless.",
|
|
31740
|
-
"name": "AtomicHtml",
|
|
31741
|
-
"members": [
|
|
31742
|
-
{
|
|
31743
|
-
"kind": "field",
|
|
31744
|
-
"name": "bindings",
|
|
31745
|
-
"type": {
|
|
31746
|
-
"text": "Bindings"
|
|
31747
|
-
},
|
|
31748
|
-
"privacy": "private"
|
|
31749
|
-
},
|
|
31750
|
-
{
|
|
31751
|
-
"kind": "field",
|
|
31752
|
-
"name": "error",
|
|
31753
|
-
"type": {
|
|
31754
|
-
"text": "Error"
|
|
31755
|
-
},
|
|
31756
|
-
"privacy": "private"
|
|
31757
|
-
},
|
|
31758
|
-
{
|
|
31759
|
-
"kind": "field",
|
|
31760
|
-
"name": "value",
|
|
31761
|
-
"type": {
|
|
31762
|
-
"text": "string"
|
|
31763
|
-
},
|
|
31764
|
-
"description": "The string value containing HTML to display;",
|
|
31765
|
-
"attribute": "value"
|
|
31766
|
-
},
|
|
31767
|
-
{
|
|
31768
|
-
"kind": "field",
|
|
31769
|
-
"name": "sanitize",
|
|
31770
|
-
"type": {
|
|
31771
|
-
"text": "boolean"
|
|
31772
|
-
},
|
|
31773
|
-
"default": "true",
|
|
31774
|
-
"description": "Specify if the content should be sanitized, using [`DOMPurify`](https://www.npmjs.com/package/dompurify).",
|
|
31775
|
-
"attribute": "sanitize",
|
|
31776
|
-
"reflects": true
|
|
31777
|
-
},
|
|
31778
|
-
{
|
|
31779
|
-
"kind": "method",
|
|
31780
|
-
"name": "initialize",
|
|
31781
|
-
"privacy": "public"
|
|
31782
|
-
},
|
|
31783
|
-
{
|
|
31784
|
-
"kind": "method",
|
|
31785
|
-
"name": "validateProps",
|
|
31786
|
-
"privacy": "private"
|
|
31787
|
-
}
|
|
31788
|
-
],
|
|
31789
|
-
"attributes": [
|
|
31790
|
-
{
|
|
31791
|
-
"name": "value",
|
|
31792
|
-
"type": {
|
|
31793
|
-
"text": "string"
|
|
31794
|
-
},
|
|
31795
|
-
"description": "The string value containing HTML to display;",
|
|
31796
|
-
"fieldName": "value"
|
|
31797
|
-
},
|
|
31798
|
-
{
|
|
31799
|
-
"name": "sanitize",
|
|
31800
|
-
"type": {
|
|
31801
|
-
"text": "boolean"
|
|
31802
|
-
},
|
|
31803
|
-
"default": "true",
|
|
31804
|
-
"description": "Specify if the content should be sanitized, using [`DOMPurify`](https://www.npmjs.com/package/dompurify).",
|
|
31805
|
-
"fieldName": "sanitize"
|
|
31806
|
-
}
|
|
31807
|
-
],
|
|
31808
|
-
"superclass": {
|
|
31809
|
-
"name": "LitElement",
|
|
31810
|
-
"package": "lit"
|
|
31811
|
-
},
|
|
31812
|
-
"events": [],
|
|
31813
|
-
"tagName": "atomic-html",
|
|
31814
|
-
"customElement": true
|
|
31815
|
-
}
|
|
31816
|
-
],
|
|
31817
|
-
"exports": [
|
|
31818
|
-
{
|
|
31819
|
-
"kind": "js",
|
|
31820
|
-
"name": "AtomicHtml",
|
|
31821
|
-
"declaration": {
|
|
31822
|
-
"name": "AtomicHtml",
|
|
31823
|
-
"module": "src/components/search/atomic-html/atomic-html.ts"
|
|
31824
|
-
}
|
|
31825
|
-
},
|
|
31826
|
-
{
|
|
31827
|
-
"kind": "custom-element-definition",
|
|
31828
|
-
"name": "atomic-html",
|
|
31829
|
-
"declaration": {
|
|
31830
|
-
"name": "AtomicHtml",
|
|
31831
|
-
"module": "src/components/search/atomic-html/atomic-html.ts"
|
|
31832
|
-
}
|
|
31833
|
-
}
|
|
31834
|
-
]
|
|
31835
|
-
},
|
|
31836
31813
|
{
|
|
31837
31814
|
"kind": "javascript-module",
|
|
31838
31815
|
"path": "src/components/search/atomic-load-more-results/atomic-load-more-results.ts",
|
|
@@ -31976,6 +31953,109 @@
|
|
|
31976
31953
|
}
|
|
31977
31954
|
]
|
|
31978
31955
|
},
|
|
31956
|
+
{
|
|
31957
|
+
"kind": "javascript-module",
|
|
31958
|
+
"path": "src/components/search/atomic-html/atomic-html.ts",
|
|
31959
|
+
"declarations": [
|
|
31960
|
+
{
|
|
31961
|
+
"kind": "class",
|
|
31962
|
+
"description": "The `atomic-html` component renders the HTML value of a string.\n\nThere is an inherent XSS security concern associated with the usage of this component.\n\nUse only with values for which you are certain the content is harmless.",
|
|
31963
|
+
"name": "AtomicHtml",
|
|
31964
|
+
"members": [
|
|
31965
|
+
{
|
|
31966
|
+
"kind": "field",
|
|
31967
|
+
"name": "bindings",
|
|
31968
|
+
"type": {
|
|
31969
|
+
"text": "Bindings"
|
|
31970
|
+
},
|
|
31971
|
+
"privacy": "private"
|
|
31972
|
+
},
|
|
31973
|
+
{
|
|
31974
|
+
"kind": "field",
|
|
31975
|
+
"name": "error",
|
|
31976
|
+
"type": {
|
|
31977
|
+
"text": "Error"
|
|
31978
|
+
},
|
|
31979
|
+
"privacy": "private"
|
|
31980
|
+
},
|
|
31981
|
+
{
|
|
31982
|
+
"kind": "field",
|
|
31983
|
+
"name": "value",
|
|
31984
|
+
"type": {
|
|
31985
|
+
"text": "string"
|
|
31986
|
+
},
|
|
31987
|
+
"description": "The string value containing HTML to display;",
|
|
31988
|
+
"attribute": "value"
|
|
31989
|
+
},
|
|
31990
|
+
{
|
|
31991
|
+
"kind": "field",
|
|
31992
|
+
"name": "sanitize",
|
|
31993
|
+
"type": {
|
|
31994
|
+
"text": "boolean"
|
|
31995
|
+
},
|
|
31996
|
+
"default": "true",
|
|
31997
|
+
"description": "Specify if the content should be sanitized, using [`DOMPurify`](https://www.npmjs.com/package/dompurify).",
|
|
31998
|
+
"attribute": "sanitize",
|
|
31999
|
+
"reflects": true
|
|
32000
|
+
},
|
|
32001
|
+
{
|
|
32002
|
+
"kind": "method",
|
|
32003
|
+
"name": "initialize",
|
|
32004
|
+
"privacy": "public"
|
|
32005
|
+
},
|
|
32006
|
+
{
|
|
32007
|
+
"kind": "method",
|
|
32008
|
+
"name": "validateProps",
|
|
32009
|
+
"privacy": "private"
|
|
32010
|
+
}
|
|
32011
|
+
],
|
|
32012
|
+
"attributes": [
|
|
32013
|
+
{
|
|
32014
|
+
"name": "value",
|
|
32015
|
+
"type": {
|
|
32016
|
+
"text": "string"
|
|
32017
|
+
},
|
|
32018
|
+
"description": "The string value containing HTML to display;",
|
|
32019
|
+
"fieldName": "value"
|
|
32020
|
+
},
|
|
32021
|
+
{
|
|
32022
|
+
"name": "sanitize",
|
|
32023
|
+
"type": {
|
|
32024
|
+
"text": "boolean"
|
|
32025
|
+
},
|
|
32026
|
+
"default": "true",
|
|
32027
|
+
"description": "Specify if the content should be sanitized, using [`DOMPurify`](https://www.npmjs.com/package/dompurify).",
|
|
32028
|
+
"fieldName": "sanitize"
|
|
32029
|
+
}
|
|
32030
|
+
],
|
|
32031
|
+
"superclass": {
|
|
32032
|
+
"name": "LitElement",
|
|
32033
|
+
"package": "lit"
|
|
32034
|
+
},
|
|
32035
|
+
"events": [],
|
|
32036
|
+
"tagName": "atomic-html",
|
|
32037
|
+
"customElement": true
|
|
32038
|
+
}
|
|
32039
|
+
],
|
|
32040
|
+
"exports": [
|
|
32041
|
+
{
|
|
32042
|
+
"kind": "js",
|
|
32043
|
+
"name": "AtomicHtml",
|
|
32044
|
+
"declaration": {
|
|
32045
|
+
"name": "AtomicHtml",
|
|
32046
|
+
"module": "src/components/search/atomic-html/atomic-html.ts"
|
|
32047
|
+
}
|
|
32048
|
+
},
|
|
32049
|
+
{
|
|
32050
|
+
"kind": "custom-element-definition",
|
|
32051
|
+
"name": "atomic-html",
|
|
32052
|
+
"declaration": {
|
|
32053
|
+
"name": "AtomicHtml",
|
|
32054
|
+
"module": "src/components/search/atomic-html/atomic-html.ts"
|
|
32055
|
+
}
|
|
32056
|
+
}
|
|
32057
|
+
]
|
|
32058
|
+
},
|
|
31979
32059
|
{
|
|
31980
32060
|
"kind": "javascript-module",
|
|
31981
32061
|
"path": "src/components/search/atomic-no-results/atomic-no-results.ts",
|
|
@@ -43131,7 +43211,26 @@
|
|
|
43131
43211
|
{
|
|
43132
43212
|
"kind": "javascript-module",
|
|
43133
43213
|
"path": "src/components/search/atomic-search-interface/analytics-config.ts",
|
|
43134
|
-
"declarations": [
|
|
43214
|
+
"declarations": [
|
|
43215
|
+
{
|
|
43216
|
+
"kind": "function",
|
|
43217
|
+
"name": "analyticsClientMiddleware",
|
|
43218
|
+
"parameters": [
|
|
43219
|
+
{
|
|
43220
|
+
"name": "event",
|
|
43221
|
+
"type": {
|
|
43222
|
+
"text": "string"
|
|
43223
|
+
}
|
|
43224
|
+
},
|
|
43225
|
+
{
|
|
43226
|
+
"name": "payload",
|
|
43227
|
+
"type": {
|
|
43228
|
+
"text": "AnalyticsPayload"
|
|
43229
|
+
}
|
|
43230
|
+
}
|
|
43231
|
+
]
|
|
43232
|
+
}
|
|
43233
|
+
],
|
|
43135
43234
|
"exports": []
|
|
43136
43235
|
},
|
|
43137
43236
|
{
|
|
@@ -47861,7 +47960,12 @@
|
|
|
47861
47960
|
{
|
|
47862
47961
|
"kind": "javascript-module",
|
|
47863
47962
|
"path": "src/components/common/facets/facet-value-checkbox/facet-value-checkbox.ts",
|
|
47864
|
-
"declarations": [
|
|
47963
|
+
"declarations": [
|
|
47964
|
+
{
|
|
47965
|
+
"kind": "variable",
|
|
47966
|
+
"name": "id"
|
|
47967
|
+
}
|
|
47968
|
+
],
|
|
47865
47969
|
"exports": []
|
|
47866
47970
|
},
|
|
47867
47971
|
{
|
|
@@ -47924,24 +48028,6 @@
|
|
|
47924
48028
|
"declarations": [],
|
|
47925
48029
|
"exports": []
|
|
47926
48030
|
},
|
|
47927
|
-
{
|
|
47928
|
-
"kind": "javascript-module",
|
|
47929
|
-
"path": "src/components/common/generated-answer/atomic-answer-content/atomic-answer-content.ts",
|
|
47930
|
-
"declarations": [],
|
|
47931
|
-
"exports": []
|
|
47932
|
-
},
|
|
47933
|
-
{
|
|
47934
|
-
"kind": "javascript-module",
|
|
47935
|
-
"path": "src/components/common/generated-answer/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.ts",
|
|
47936
|
-
"declarations": [],
|
|
47937
|
-
"exports": []
|
|
47938
|
-
},
|
|
47939
|
-
{
|
|
47940
|
-
"kind": "javascript-module",
|
|
47941
|
-
"path": "src/components/common/generated-answer/atomic-generated-answers-thread/atomic-generated-answers-thread.ts",
|
|
47942
|
-
"declarations": [],
|
|
47943
|
-
"exports": []
|
|
47944
|
-
},
|
|
47945
48031
|
{
|
|
47946
48032
|
"kind": "javascript-module",
|
|
47947
48033
|
"path": "src/components/common/generated-answer/generated-content/generated-markdown-content.ts",
|
|
@@ -49066,37 +49152,37 @@
|
|
|
49066
49152
|
},
|
|
49067
49153
|
{
|
|
49068
49154
|
"kind": "javascript-module",
|
|
49069
|
-
"path": "src/components/search/atomic-
|
|
49155
|
+
"path": "src/components/search/atomic-load-more-results/e2e/atomic-load-more-results.e2e.ts",
|
|
49070
49156
|
"declarations": [],
|
|
49071
49157
|
"exports": []
|
|
49072
49158
|
},
|
|
49073
49159
|
{
|
|
49074
49160
|
"kind": "javascript-module",
|
|
49075
|
-
"path": "src/components/search/atomic-
|
|
49161
|
+
"path": "src/components/search/atomic-load-more-results/e2e/fixture.ts",
|
|
49076
49162
|
"declarations": [],
|
|
49077
49163
|
"exports": []
|
|
49078
49164
|
},
|
|
49079
49165
|
{
|
|
49080
49166
|
"kind": "javascript-module",
|
|
49081
|
-
"path": "src/components/search/atomic-
|
|
49167
|
+
"path": "src/components/search/atomic-load-more-results/e2e/page-object.ts",
|
|
49082
49168
|
"declarations": [],
|
|
49083
49169
|
"exports": []
|
|
49084
49170
|
},
|
|
49085
49171
|
{
|
|
49086
49172
|
"kind": "javascript-module",
|
|
49087
|
-
"path": "src/components/search/atomic-
|
|
49173
|
+
"path": "src/components/search/atomic-html/e2e/atomic-html.e2e.ts",
|
|
49088
49174
|
"declarations": [],
|
|
49089
49175
|
"exports": []
|
|
49090
49176
|
},
|
|
49091
49177
|
{
|
|
49092
49178
|
"kind": "javascript-module",
|
|
49093
|
-
"path": "src/components/search/atomic-
|
|
49179
|
+
"path": "src/components/search/atomic-html/e2e/fixture.ts",
|
|
49094
49180
|
"declarations": [],
|
|
49095
49181
|
"exports": []
|
|
49096
49182
|
},
|
|
49097
49183
|
{
|
|
49098
49184
|
"kind": "javascript-module",
|
|
49099
|
-
"path": "src/components/search/atomic-
|
|
49185
|
+
"path": "src/components/search/atomic-html/e2e/page-object.ts",
|
|
49100
49186
|
"declarations": [],
|
|
49101
49187
|
"exports": []
|
|
49102
49188
|
},
|
|
@@ -49228,37 +49314,37 @@
|
|
|
49228
49314
|
},
|
|
49229
49315
|
{
|
|
49230
49316
|
"kind": "javascript-module",
|
|
49231
|
-
"path": "src/components/search/atomic-quickview/e2e/atomic-quickview.e2e.ts",
|
|
49317
|
+
"path": "src/components/search/atomic-quickview-modal/e2e/atomic-quickview-modal.e2e.ts",
|
|
49232
49318
|
"declarations": [],
|
|
49233
49319
|
"exports": []
|
|
49234
49320
|
},
|
|
49235
49321
|
{
|
|
49236
49322
|
"kind": "javascript-module",
|
|
49237
|
-
"path": "src/components/search/atomic-quickview/e2e/fixture.ts",
|
|
49323
|
+
"path": "src/components/search/atomic-quickview-modal/e2e/fixture.ts",
|
|
49238
49324
|
"declarations": [],
|
|
49239
49325
|
"exports": []
|
|
49240
49326
|
},
|
|
49241
49327
|
{
|
|
49242
49328
|
"kind": "javascript-module",
|
|
49243
|
-
"path": "src/components/search/atomic-quickview/e2e/page-object.ts",
|
|
49329
|
+
"path": "src/components/search/atomic-quickview-modal/e2e/page-object.ts",
|
|
49244
49330
|
"declarations": [],
|
|
49245
49331
|
"exports": []
|
|
49246
49332
|
},
|
|
49247
49333
|
{
|
|
49248
49334
|
"kind": "javascript-module",
|
|
49249
|
-
"path": "src/components/search/atomic-quickview
|
|
49335
|
+
"path": "src/components/search/atomic-quickview/e2e/atomic-quickview.e2e.ts",
|
|
49250
49336
|
"declarations": [],
|
|
49251
49337
|
"exports": []
|
|
49252
49338
|
},
|
|
49253
49339
|
{
|
|
49254
49340
|
"kind": "javascript-module",
|
|
49255
|
-
"path": "src/components/search/atomic-quickview
|
|
49341
|
+
"path": "src/components/search/atomic-quickview/e2e/fixture.ts",
|
|
49256
49342
|
"declarations": [],
|
|
49257
49343
|
"exports": []
|
|
49258
49344
|
},
|
|
49259
49345
|
{
|
|
49260
49346
|
"kind": "javascript-module",
|
|
49261
|
-
"path": "src/components/search/atomic-quickview
|
|
49347
|
+
"path": "src/components/search/atomic-quickview/e2e/page-object.ts",
|
|
49262
49348
|
"declarations": [],
|
|
49263
49349
|
"exports": []
|
|
49264
49350
|
},
|