@empathyco/x-components 3.0.0-alpha.119 → 3.0.0-alpha.122
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 +35 -0
- package/core/index.js +1 -0
- package/core/index.js.map +1 -1
- package/design-system/full-theme.css +62 -61
- package/docs/API-reference/api/x-adapter-platform.bannerschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.md +22 -22
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.promotedschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +11 -0
- package/docs/API-reference/api/x-components.grid4colicon.md +11 -0
- package/docs/API-reference/api/x-components.md +1 -0
- package/docs/API-reference/components/common/icons/x-components.grid-4-col.md +7 -0
- package/js/components/icons/grid-1-col.vue.js +1 -9
- package/js/components/icons/grid-1-col.vue.js.map +1 -1
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/grid-4-col.vue.js +58 -0
- package/js/components/icons/grid-4-col.vue.js.map +1 -0
- package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/light-bulb-off.vue.js +19 -33
- package/js/components/icons/light-bulb-off.vue.js.map +1 -1
- package/js/components/icons/light-bulb-on.vue.js +18 -100
- package/js/components/icons/light-bulb-on.vue.js.map +1 -1
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/index.js +1 -0
- package/js/index.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/sort.mixin.js +1 -0
- package/js/x-modules/search/components/sort.mixin.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +1 -0
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/package.json +3 -3
- package/report/x-adapter-platform.api.json +66 -66
- package/report/x-components.api.json +21 -0
- package/report/x-components.api.md +3 -0
- package/types/components/icons/grid-1-col.vue.d.ts.map +1 -1
- package/types/components/icons/grid-4-col.vue.d.ts +3 -0
- package/types/components/icons/grid-4-col.vue.d.ts.map +1 -0
- package/types/components/icons/index.d.ts +1 -0
- package/types/components/icons/index.d.ts.map +1 -1
- package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -1
- package/types/views/home/types.d.ts +16 -0
- package/types/views/home/types.d.ts.map +1 -0
- package/docs/API-reference/api/x-adapter-platform.bannermutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.facetmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.hierarchicalfiltermutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.nextquerymutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.numberfiltermutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.promotedmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.redirectionmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.relatedtagmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.searchrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.searchresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.simplefiltermutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.suggestionmutableschema.md +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.0-alpha.122](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.121...@empathyco/x-components@3.0.0-alpha.122) (2022-06-30)
|
|
7
|
+
|
|
8
|
+
### Code Refactoring
|
|
9
|
+
|
|
10
|
+
- Move aside to its own component in Home view. (#581)
|
|
11
|
+
([5b40994](https://github.com/empathyco/x/commit/5b40994af47c268ed10f06624ac1fdc634523a6d)),
|
|
12
|
+
closes [EX-6525](https://searchbroker.atlassian.net/browse/EX-6525)
|
|
13
|
+
|
|
14
|
+
# Change Log
|
|
15
|
+
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
|
+
|
|
19
|
+
## [3.0.0-alpha.121](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.120...@empathyco/x-components@3.0.0-alpha.121) (2022-06-29)
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
- **components:** add grid-4-col and update light-bulb icons (#579)
|
|
24
|
+
([5312952](https://github.com/empathyco/x/commit/5312952c69f67525a35b77008128264eddaae206)),
|
|
25
|
+
closes [EX-6506](https://searchbroker.atlassian.net/browse/EX-6506)
|
|
26
|
+
|
|
27
|
+
# Change Log
|
|
28
|
+
|
|
29
|
+
All notable changes to this project will be documented in this file. See
|
|
30
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
31
|
+
|
|
32
|
+
## [3.0.0-alpha.120](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.119...@empathyco/x-components@3.0.0-alpha.120) (2022-06-27)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
35
|
+
|
|
36
|
+
# Change Log
|
|
37
|
+
|
|
38
|
+
All notable changes to this project will be documented in this file. See
|
|
39
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
40
|
+
|
|
6
41
|
## [3.0.0-alpha.119](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.118...@empathyco/x-components@3.0.0-alpha.119) (2022-06-24)
|
|
7
42
|
|
|
8
43
|
**Note:** Version bump only for package @empathyco/x-components
|
package/core/index.js
CHANGED
|
@@ -44,6 +44,7 @@ export { default as CuratedCheckIcon } from '../js/components/icons/curated-chec
|
|
|
44
44
|
export { default as FiltersIcon } from '../js/components/icons/filters.vue.js';
|
|
45
45
|
export { default as Grid1ColIcon } from '../js/components/icons/grid-1-col.vue.js';
|
|
46
46
|
export { default as Grid2ColIcon } from '../js/components/icons/grid-2-col.vue.js';
|
|
47
|
+
export { default as Grid4ColIcon } from '../js/components/icons/grid-4-col.vue.js';
|
|
47
48
|
export { default as Grid2RowsIcon } from '../js/components/icons/grid-2-rows.vue.js';
|
|
48
49
|
export { default as HideIcon } from '../js/components/icons/hide.vue.js';
|
|
49
50
|
export { default as HistoryTinyIcon } from '../js/components/icons/history-tiny.vue.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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -4184,67 +4184,6 @@
|
|
|
4184
4184
|
.x-text--bold.x-small {
|
|
4185
4185
|
--x-number-font-weight-small: var(--x-number-font-weight-base-bold);
|
|
4186
4186
|
}
|
|
4187
|
-
.x,
|
|
4188
|
-
.x-text {
|
|
4189
|
-
font-family: var(--x-font-family-text);
|
|
4190
|
-
font-size: var(--x-size-font-text);
|
|
4191
|
-
font-weight: var(--x-number-font-weight-text);
|
|
4192
|
-
line-height: var(--x-size-line-height-text);
|
|
4193
|
-
-webkit-text-decoration: var(--x-string-text-decoration);
|
|
4194
|
-
text-decoration: var(--x-string-text-decoration);
|
|
4195
|
-
color: var(--x-color-text-default);
|
|
4196
|
-
margin: 0;
|
|
4197
|
-
}
|
|
4198
|
-
|
|
4199
|
-
.x-title1 {
|
|
4200
|
-
font-family: var(--x-font-family-title1);
|
|
4201
|
-
font-size: var(--x-size-font-title1);
|
|
4202
|
-
font-weight: var(--x-number-font-weight-title1);
|
|
4203
|
-
line-height: var(--x-size-line-height-title1);
|
|
4204
|
-
-webkit-text-decoration: var(--x-string-text-decoration-title1);
|
|
4205
|
-
text-decoration: var(--x-string-text-decoration-title1);
|
|
4206
|
-
color: var(--x-color-text-default);
|
|
4207
|
-
margin: 0;
|
|
4208
|
-
}
|
|
4209
|
-
|
|
4210
|
-
.x-title2 {
|
|
4211
|
-
font-family: var(--x-font-family-title2);
|
|
4212
|
-
font-size: var(--x-size-font-title2);
|
|
4213
|
-
font-weight: var(--x-number-font-weight-title2);
|
|
4214
|
-
line-height: var(--x-size-line-height-title2);
|
|
4215
|
-
-webkit-text-decoration: var(--x-string-text-decoration-title2);
|
|
4216
|
-
text-decoration: var(--x-string-text-decoration-title2);
|
|
4217
|
-
color: var(--x-color-text-default);
|
|
4218
|
-
margin: 0;
|
|
4219
|
-
}
|
|
4220
|
-
|
|
4221
|
-
.x-title3 {
|
|
4222
|
-
font-family: var(--x-font-family-title3);
|
|
4223
|
-
font-size: var(--x-size-font-title3);
|
|
4224
|
-
font-weight: var(--x-number-font-weight-title3);
|
|
4225
|
-
line-height: var(--x-size-line-height-title3);
|
|
4226
|
-
-webkit-text-decoration: var(--x-string-text-decoration-title3);
|
|
4227
|
-
text-decoration: var(--x-string-text-decoration-title3);
|
|
4228
|
-
color: var(--x-color-text-default);
|
|
4229
|
-
margin: 0;
|
|
4230
|
-
}
|
|
4231
|
-
|
|
4232
|
-
.x-small {
|
|
4233
|
-
font-family: var(--x-font-family-small);
|
|
4234
|
-
font-size: var(--x-size-font-small);
|
|
4235
|
-
font-weight: var(--x-number-font-weight-small);
|
|
4236
|
-
line-height: var(--x-size-line-height-small);
|
|
4237
|
-
-webkit-text-decoration: var(--x-string-text-decoration-small);
|
|
4238
|
-
text-decoration: var(--x-string-text-decoration-small);
|
|
4239
|
-
color: var(--x-color-text-default);
|
|
4240
|
-
margin: 0;
|
|
4241
|
-
}
|
|
4242
|
-
|
|
4243
|
-
.x-ellipsis {
|
|
4244
|
-
text-overflow: ellipsis;
|
|
4245
|
-
overflow: hidden;
|
|
4246
|
-
white-space: nowrap;
|
|
4247
|
-
}
|
|
4248
4187
|
:root {
|
|
4249
4188
|
--x-color-text-default: var(--x-color-base-neutral-10);
|
|
4250
4189
|
--x-font-family-text: var(--x-font-family-base);
|
|
@@ -7613,3 +7552,65 @@
|
|
|
7613
7552
|
.x-normal-case {
|
|
7614
7553
|
text-transform: none;
|
|
7615
7554
|
}
|
|
7555
|
+
|
|
7556
|
+
.x,
|
|
7557
|
+
.x-text {
|
|
7558
|
+
font-family: var(--x-font-family-text);
|
|
7559
|
+
font-size: var(--x-size-font-text);
|
|
7560
|
+
font-weight: var(--x-number-font-weight-text);
|
|
7561
|
+
line-height: var(--x-size-line-height-text);
|
|
7562
|
+
-webkit-text-decoration: var(--x-string-text-decoration);
|
|
7563
|
+
text-decoration: var(--x-string-text-decoration);
|
|
7564
|
+
color: var(--x-color-text-default);
|
|
7565
|
+
margin: 0;
|
|
7566
|
+
}
|
|
7567
|
+
|
|
7568
|
+
.x-title1 {
|
|
7569
|
+
font-family: var(--x-font-family-title1);
|
|
7570
|
+
font-size: var(--x-size-font-title1);
|
|
7571
|
+
font-weight: var(--x-number-font-weight-title1);
|
|
7572
|
+
line-height: var(--x-size-line-height-title1);
|
|
7573
|
+
-webkit-text-decoration: var(--x-string-text-decoration-title1);
|
|
7574
|
+
text-decoration: var(--x-string-text-decoration-title1);
|
|
7575
|
+
color: var(--x-color-text-default);
|
|
7576
|
+
margin: 0;
|
|
7577
|
+
}
|
|
7578
|
+
|
|
7579
|
+
.x-title2 {
|
|
7580
|
+
font-family: var(--x-font-family-title2);
|
|
7581
|
+
font-size: var(--x-size-font-title2);
|
|
7582
|
+
font-weight: var(--x-number-font-weight-title2);
|
|
7583
|
+
line-height: var(--x-size-line-height-title2);
|
|
7584
|
+
-webkit-text-decoration: var(--x-string-text-decoration-title2);
|
|
7585
|
+
text-decoration: var(--x-string-text-decoration-title2);
|
|
7586
|
+
color: var(--x-color-text-default);
|
|
7587
|
+
margin: 0;
|
|
7588
|
+
}
|
|
7589
|
+
|
|
7590
|
+
.x-title3 {
|
|
7591
|
+
font-family: var(--x-font-family-title3);
|
|
7592
|
+
font-size: var(--x-size-font-title3);
|
|
7593
|
+
font-weight: var(--x-number-font-weight-title3);
|
|
7594
|
+
line-height: var(--x-size-line-height-title3);
|
|
7595
|
+
-webkit-text-decoration: var(--x-string-text-decoration-title3);
|
|
7596
|
+
text-decoration: var(--x-string-text-decoration-title3);
|
|
7597
|
+
color: var(--x-color-text-default);
|
|
7598
|
+
margin: 0;
|
|
7599
|
+
}
|
|
7600
|
+
|
|
7601
|
+
.x-small {
|
|
7602
|
+
font-family: var(--x-font-family-small);
|
|
7603
|
+
font-size: var(--x-size-font-small);
|
|
7604
|
+
font-weight: var(--x-number-font-weight-small);
|
|
7605
|
+
line-height: var(--x-size-line-height-small);
|
|
7606
|
+
-webkit-text-decoration: var(--x-string-text-decoration-small);
|
|
7607
|
+
text-decoration: var(--x-string-text-decoration-small);
|
|
7608
|
+
color: var(--x-color-text-default);
|
|
7609
|
+
margin: 0;
|
|
7610
|
+
}
|
|
7611
|
+
|
|
7612
|
+
.x-ellipsis {
|
|
7613
|
+
text-overflow: ellipsis;
|
|
7614
|
+
overflow: hidden;
|
|
7615
|
+
white-space: nowrap;
|
|
7616
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [bannerSchema](./x-adapter-platform.bannerschema.md)
|
|
4
|
+
|
|
5
|
+
## bannerSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
bannerSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformBanner, Banner>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [facetSchema](./x-adapter-platform.facetschema.md)
|
|
4
|
+
|
|
5
|
+
## facetSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
facetSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformFacet, EditableNumberRangeFacet | HierarchicalFacet | NumberRangeFacet | SimpleFacet>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [hierarchicalFilterSchema](./x-adapter-platform.hierarchicalfilterschema.md)
|
|
4
|
+
|
|
5
|
+
## hierarchicalFilterSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
hierarchicalFilterSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformHierarchicalFilter, HierarchicalFilter>>
|
|
11
|
+
```
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
|
|
51
51
|
| Variable | Description |
|
|
52
52
|
| --- | --- |
|
|
53
|
-
| [
|
|
54
|
-
| [
|
|
53
|
+
| [bannerSchema](./x-adapter-platform.bannerschema.md) | |
|
|
54
|
+
| [facetSchema](./x-adapter-platform.facetschema.md) | |
|
|
55
55
|
| [facetsConfig](./x-adapter-platform.facetsconfig.md) | |
|
|
56
|
-
| [
|
|
56
|
+
| [hierarchicalFilterSchema](./x-adapter-platform.hierarchicalfilterschema.md) | |
|
|
57
57
|
| [identifierResultsEndpointAdapter](./x-adapter-platform.identifierresultsendpointadapter.md) | |
|
|
58
58
|
| [identifierResultsRequestMapper](./x-adapter-platform.identifierresultsrequestmapper.md) | |
|
|
59
59
|
| [identifierResultsRequestSchema](./x-adapter-platform.identifierresultsrequestschema.md) | |
|
|
@@ -61,43 +61,43 @@
|
|
|
61
61
|
| [identifierResultsResponseSchema](./x-adapter-platform.identifierresultsresponseschema.md) | |
|
|
62
62
|
| [nextQueriesEndpointAdapter](./x-adapter-platform.nextqueriesendpointadapter.md) | This endpoint does not support pagination in the request. |
|
|
63
63
|
| [nextQueriesRequestMapper](./x-adapter-platform.nextqueriesrequestmapper.md) | |
|
|
64
|
-
| [
|
|
64
|
+
| [nextQueriesRequestSchema](./x-adapter-platform.nextqueriesrequestschema.md) | |
|
|
65
65
|
| [nextQueriesResponseMapper](./x-adapter-platform.nextqueriesresponsemapper.md) | |
|
|
66
|
-
| [
|
|
67
|
-
| [
|
|
68
|
-
| [
|
|
66
|
+
| [nextQueriesResponseSchema](./x-adapter-platform.nextqueriesresponseschema.md) | |
|
|
67
|
+
| [nextQuerySchema](./x-adapter-platform.nextqueryschema.md) | |
|
|
68
|
+
| [numberFilterSchema](./x-adapter-platform.numberfilterschema.md) | |
|
|
69
69
|
| [platformAdapter](./x-adapter-platform.platformadapter.md) | |
|
|
70
70
|
| [popularSearchesEndpointAdapter](./x-adapter-platform.popularsearchesendpointadapter.md) | |
|
|
71
71
|
| [popularSearchesRequestMapper](./x-adapter-platform.popularsearchesrequestmapper.md) | |
|
|
72
|
-
| [
|
|
72
|
+
| [popularSearchesRequestSchema](./x-adapter-platform.popularsearchesrequestschema.md) | |
|
|
73
73
|
| [popularSearchesResponseMapper](./x-adapter-platform.popularsearchesresponsemapper.md) | |
|
|
74
|
-
| [
|
|
75
|
-
| [
|
|
74
|
+
| [popularSearchesResponseSchema](./x-adapter-platform.popularsearchesresponseschema.md) | |
|
|
75
|
+
| [promotedSchema](./x-adapter-platform.promotedschema.md) | |
|
|
76
76
|
| [querySuggestionsEndpointAdapter](./x-adapter-platform.querysuggestionsendpointadapter.md) | |
|
|
77
77
|
| [querySuggestionsRequestMapper](./x-adapter-platform.querysuggestionsrequestmapper.md) | |
|
|
78
|
-
| [
|
|
78
|
+
| [querySuggestionsRequestSchema](./x-adapter-platform.querysuggestionsrequestschema.md) | |
|
|
79
79
|
| [querySuggestionsResponseMapper](./x-adapter-platform.querysuggestionsresponsemapper.md) | |
|
|
80
|
-
| [
|
|
80
|
+
| [querySuggestionsResponseSchema](./x-adapter-platform.querysuggestionsresponseschema.md) | |
|
|
81
81
|
| [recommendationsEndpointAdapter](./x-adapter-platform.recommendationsendpointadapter.md) | |
|
|
82
82
|
| [recommendationsRequestMapper](./x-adapter-platform.recommendationsrequestmapper.md) | |
|
|
83
|
-
| [
|
|
83
|
+
| [recommendationsRequestSchema](./x-adapter-platform.recommendationsrequestschema.md) | |
|
|
84
84
|
| [recommendationsResponseMapper](./x-adapter-platform.recommendationsresponsemapper.md) | |
|
|
85
|
-
| [
|
|
86
|
-
| [
|
|
87
|
-
| [
|
|
85
|
+
| [recommendationsResponseSchema](./x-adapter-platform.recommendationsresponseschema.md) | |
|
|
86
|
+
| [redirectionSchema](./x-adapter-platform.redirectionschema.md) | |
|
|
87
|
+
| [relatedTagSchema](./x-adapter-platform.relatedtagschema.md) | |
|
|
88
88
|
| [relatedTagsEndpointAdapter](./x-adapter-platform.relatedtagsendpointadapter.md) | This endpoint does not support pagination in the request. |
|
|
89
89
|
| [relatedTagsRequestMapper](./x-adapter-platform.relatedtagsrequestmapper.md) | |
|
|
90
|
-
| [
|
|
90
|
+
| [relatedTagsRequestSchema](./x-adapter-platform.relatedtagsrequestschema.md) | |
|
|
91
91
|
| [relatedTagsResponseMapper](./x-adapter-platform.relatedtagsresponsemapper.md) | |
|
|
92
|
-
| [
|
|
92
|
+
| [relatedTagsResponseSchema](./x-adapter-platform.relatedtagsresponseschema.md) | |
|
|
93
93
|
| [resultSchema](./x-adapter-platform.resultschema.md) | |
|
|
94
94
|
| [searchEndpointAdapter](./x-adapter-platform.searchendpointadapter.md) | |
|
|
95
95
|
| [searchRequestMapper](./x-adapter-platform.searchrequestmapper.md) | |
|
|
96
|
-
| [
|
|
96
|
+
| [searchRequestSchema](./x-adapter-platform.searchrequestschema.md) | |
|
|
97
97
|
| [searchResponseMapper](./x-adapter-platform.searchresponsemapper.md) | |
|
|
98
|
-
| [
|
|
99
|
-
| [
|
|
100
|
-
| [
|
|
98
|
+
| [searchResponseSchema](./x-adapter-platform.searchresponseschema.md) | |
|
|
99
|
+
| [simpleFilterSchema](./x-adapter-platform.simplefilterschema.md) | |
|
|
100
|
+
| [suggestionSchema](./x-adapter-platform.suggestionschema.md) | |
|
|
101
101
|
| [taggingEndpointAdapter](./x-adapter-platform.taggingendpointadapter.md) | |
|
|
102
102
|
| [taggingRequestMapper](./x-adapter-platform.taggingrequestmapper.md) | |
|
|
103
103
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [nextQueriesRequestSchema](./x-adapter-platform.nextqueriesrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## nextQueriesRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
nextQueriesRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<NextQueriesRequest, PlatformNextQueriesRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [nextQueriesResponseSchema](./x-adapter-platform.nextqueriesresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## nextQueriesResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
nextQueriesResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformNextQueriesResponse, NextQueriesResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [nextQuerySchema](./x-adapter-platform.nextqueryschema.md)
|
|
4
|
+
|
|
5
|
+
## nextQuerySchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
nextQuerySchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformNextQuery, NextQuery>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [numberFilterSchema](./x-adapter-platform.numberfilterschema.md)
|
|
4
|
+
|
|
5
|
+
## numberFilterSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
numberFilterSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformFilter, NumberRangeFilter>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [popularSearchesRequestSchema](./x-adapter-platform.popularsearchesrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## popularSearchesRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
popularSearchesRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PopularSearchesRequest, PlatformPopularSearchesRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [popularSearchesResponseSchema](./x-adapter-platform.popularsearchesresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## popularSearchesResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
popularSearchesResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformPopularSearchesResponse, PopularSearchesResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [promotedSchema](./x-adapter-platform.promotedschema.md)
|
|
4
|
+
|
|
5
|
+
## promotedSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
promotedSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformPromoted, Promoted>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [querySuggestionsRequestSchema](./x-adapter-platform.querysuggestionsrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## querySuggestionsRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
querySuggestionsRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<QuerySuggestionsRequest, PlatformQuerySuggestionsRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [querySuggestionsResponseSchema](./x-adapter-platform.querysuggestionsresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## querySuggestionsResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
querySuggestionsResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformQuerySuggestionsResponse, QuerySuggestionsResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [recommendationsRequestSchema](./x-adapter-platform.recommendationsrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## recommendationsRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
recommendationsRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<RecommendationsRequest, PlatformRecommendationsRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [recommendationsResponseSchema](./x-adapter-platform.recommendationsresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## recommendationsResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
recommendationsResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformRecommendationsResponse, RecommendationsResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [redirectionSchema](./x-adapter-platform.redirectionschema.md)
|
|
4
|
+
|
|
5
|
+
## redirectionSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
redirectionSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformRedirection, Redirection>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [relatedTagSchema](./x-adapter-platform.relatedtagschema.md)
|
|
4
|
+
|
|
5
|
+
## relatedTagSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
relatedTagSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformRelatedTag, RelatedTag>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [relatedTagsRequestSchema](./x-adapter-platform.relatedtagsrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## relatedTagsRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
relatedTagsRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<RelatedTagsRequest, PlatformRelatedTagsRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [relatedTagsResponseSchema](./x-adapter-platform.relatedtagsresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## relatedTagsResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
relatedTagsResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformRelatedTagsResponse, RelatedTagsResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [searchRequestSchema](./x-adapter-platform.searchrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## searchRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
searchRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<SearchRequest, PlatformSearchRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [searchResponseSchema](./x-adapter-platform.searchresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## searchResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
searchResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformSearchResponse, SearchResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [simpleFilterSchema](./x-adapter-platform.simplefilterschema.md)
|
|
4
|
+
|
|
5
|
+
## simpleFilterSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
simpleFilterSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformFilter, SimpleFilter>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [suggestionSchema](./x-adapter-platform.suggestionschema.md)
|
|
4
|
+
|
|
5
|
+
## suggestionSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
suggestionSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformSuggestion, Suggestion>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [Grid4ColIcon](./x-components.grid4colicon.md)
|
|
4
|
+
|
|
5
|
+
## Grid4ColIcon variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
_default: {}
|
|
11
|
+
```
|
|
@@ -427,6 +427,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
427
427
|
| [Grid1ColIcon](./x-components.grid1colicon.md) | |
|
|
428
428
|
| [Grid2ColIcon](./x-components.grid2colicon.md) | |
|
|
429
429
|
| [Grid2RowsIcon](./x-components.grid2rowsicon.md) | |
|
|
430
|
+
| [Grid4ColIcon](./x-components.grid4colicon.md) | |
|
|
430
431
|
| [HideIcon](./x-components.hideicon.md) | |
|
|
431
432
|
| [HistoryIcon](./x-components.historyicon.md) | |
|
|
432
433
|
| [historyQueries](./x-components.historyqueries.md) | Default implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
|
|
@@ -18,15 +18,7 @@ var __vue_render__ = function (_h, _vm) {
|
|
|
18
18
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
19
|
},
|
|
20
20
|
},
|
|
21
|
-
[
|
|
22
|
-
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
23
|
-
_c("path", {
|
|
24
|
-
attrs: {
|
|
25
|
-
d: "M12,2.5 C12.4142136,2.5 12.7892136,2.66789322 13.0606602,2.93933983\n C13.3321068,3.21078644 13.5,3.58578644 13.5,4 L13.5,4 L13.5,12 C13.5,12.4142136\n 13.3321068,12.7892136 13.0606602,13.0606602 C12.7892136,13.3321068 12.4142136,13.5\n 12,13.5 L12,13.5 L4,13.5 C3.58578644,13.5 3.21078644,13.3321068 2.93933983,13.0606602\n C2.66789322,12.7892136 2.5,12.4142136 2.5,12 L2.5,12 L2.5,4 C2.5,3.58578644\n 2.66789322,3.21078644 2.93933983,2.93933983 C3.21078644,2.66789322 3.58578644,2.5\n 4,2.5 L4,2.5 Z",
|
|
26
|
-
},
|
|
27
|
-
}),
|
|
28
|
-
]),
|
|
29
|
-
]
|
|
21
|
+
[_c("path", { attrs: { d: "M5.5 2.5h5v5h-5v-5Zm0 6.7h5v5h-5v-5Z" } })]
|
|
30
22
|
)
|
|
31
23
|
};
|
|
32
24
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-1-col.vue.js","sources":["../../../../src/components/icons/grid-1-col.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <
|
|
1
|
+
{"version":3,"file":"grid-1-col.vue.js","sources":["../../../../src/components/icons/grid-1-col.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <path d=\"M5.5 2.5h5v5h-5v-5Zm0 6.7h5v5h-5v-5Z\" />\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":[],"mappings":";;;;AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-1-col.vue_rollup-plugin-vue_script.vue.js","sources":["../../../../src/components/icons/grid-1-col.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\
|
|
1
|
+
{"version":3,"file":"grid-1-col.vue_rollup-plugin-vue_script.vue.js","sources":["../../../../src/components/icons/grid-1-col.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\nexport default {};\n"],"names":[],"mappings":"AAaA,aAAe,EAAE;;;;"}
|