@empathyco/x-components 3.0.0-alpha.41 → 3.0.0-alpha.45
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 +93 -0
- package/core/index.js +9 -1
- package/core/index.js.map +1 -1
- package/design-system/base.css +2 -1
- package/design-system/default-theme.css +216 -41
- package/design-system/full-theme.css +667 -53
- package/design-system/grid-default.css +6 -0
- package/design-system/input-group-default.css +16 -7
- package/design-system/list-default.css +0 -5
- package/design-system/list-gap.css +141 -1
- package/design-system/option-list-bottom.css +76 -10
- package/design-system/option-list-default.css +39 -2
- package/design-system/result-default.css +1 -1
- package/design-system/row-gap.css +61 -1
- package/design-system/sliding-panel-default.css +15 -17
- package/design-system/sliding-panel-default.token.css +0 -2
- package/design-system/suggestion-default.css +25 -2
- package/design-system/suggestion-group-default.css +27 -4
- package/design-system/tag-default.css +44 -0
- package/design-system/typography-default.css +1 -0
- package/design-system/utilities-background-color.css +3 -0
- package/design-system/utilities-border-color.css +3 -0
- package/design-system/utilities-flex.css +32 -0
- package/design-system/utilities-font-color.css +3 -0
- package/design-system/utilities-font-size.css +79 -0
- package/design-system/utilities-line-clamp.css +29 -0
- package/design-system/utilities-line-height.css +17 -0
- package/design-system/utilities-position.css +14 -0
- package/design-system/utilities-text-decoration.css +15 -0
- package/design-system/utilities-text-transform.css +11 -0
- package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
- package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
- package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
- package/docs/API-reference/api/{x-components.arrowicon.md → x-components.arrowupicon.md} +2 -2
- package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
- package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
- package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
- package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
- package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
- package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
- package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
- package/docs/API-reference/api/x-components.md +9 -1
- package/docs/API-reference/api/x-components.slidingpanel.buttonclass.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.md +1 -0
- package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
- package/docs/API-reference/api/x-components.urlhandler.md +6 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +1 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
- package/docs/API-reference/components/common/result/x-components.base-result-rating.md +254 -0
- package/docs/API-reference/components/common/x-components.base-rating.md +6 -6
- package/docs/API-reference/components/common/x-components.sliding-panel.md +1 -0
- package/js/components/base-rating.vue.js +4 -4
- package/js/components/base-rating.vue.js.map +1 -1
- package/js/components/filters/labels/base-rating-filter-label.vue.js +2 -2
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
- package/js/components/icons/arrow-down.vue.js +61 -0
- package/js/components/icons/arrow-down.vue.js.map +1 -0
- package/js/components/icons/arrow-down.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/arrow-down.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/{arrow.vue.js → arrow-left.vue.js} +2 -2
- package/js/components/icons/arrow-left.vue.js.map +1 -0
- package/js/components/icons/arrow-left.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/arrow-left.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/arrow-right.vue.js +61 -0
- package/js/components/icons/arrow-right.vue.js.map +1 -0
- package/js/components/icons/arrow-right.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/arrow-right.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/arrow-up.vue.js +61 -0
- package/js/components/icons/arrow-up.vue.js.map +1 -0
- package/js/components/icons/arrow-up.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/arrow-up.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/curated-check.vue.js +60 -0
- package/js/components/icons/curated-check.vue.js.map +1 -0
- package/js/components/icons/curated-check.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/curated-check.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/grid-2-rows.vue.js +65 -0
- package/js/components/icons/grid-2-rows.vue.js.map +1 -0
- package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/light-bulb-off.vue.js +84 -0
- package/js/components/icons/light-bulb-off.vue.js.map +1 -0
- package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/light-bulb-on.vue.js +151 -0
- package/js/components/icons/light-bulb-on.vue.js.map +1 -0
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/tag.vue.js +1 -1
- package/js/components/icons/tag.vue.js.map +1 -1
- package/js/components/result/base-result-rating.vue.js +99 -0
- package/js/components/result/base-result-rating.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue=script.js +42 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/sliding-panel.vue.js +6 -4
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +3 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue.js +3 -3
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/index.js +9 -1
- package/js/index.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/search/components/sort.mixin.js +9 -1
- package/js/x-modules/search/components/sort.mixin.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +118 -1
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +319 -2
- package/report/x-components.api.md +34 -1
- package/types/adapter/util.d.ts.map +1 -1
- package/types/components/icons/arrow-down.vue.d.ts +3 -0
- package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-left.vue.d.ts +3 -0
- package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-right.vue.d.ts +3 -0
- package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-up.vue.d.ts +3 -0
- package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
- package/types/components/icons/curated-check.vue.d.ts +3 -0
- package/types/components/icons/curated-check.vue.d.ts.map +1 -0
- package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
- package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
- package/types/components/icons/index.d.ts +8 -1
- package/types/components/icons/index.d.ts.map +1 -1
- package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
- package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
- package/types/components/result/base-result-rating.vue.d.ts +29 -0
- package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
- package/types/components/result/index.d.ts +1 -0
- package/types/components/result/index.d.ts.map +1 -1
- package/types/components/sliding-panel.vue.d.ts +6 -0
- package/types/components/sliding-panel.vue.d.ts.map +1 -1
- package/types/views/base-config.d.ts.map +1 -1
- package/types/wiring/events.types.d.ts +5 -0
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/x-modules/url/components/url-handler.vue.d.ts +1 -0
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
- package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -7
- package/js/components/icons/arrow.vue.js.map +0 -1
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
- package/types/components/icons/arrow.vue.d.ts +0 -3
- package/types/components/icons/arrow.vue.d.ts.map +0 -1
|
@@ -1449,7 +1449,7 @@
|
|
|
1449
1449
|
},
|
|
1450
1450
|
{
|
|
1451
1451
|
"kind": "Variable",
|
|
1452
|
-
"canonicalReference": "@empathyco/x-components!
|
|
1452
|
+
"canonicalReference": "@empathyco/x-components!ArrowDownIcon:var",
|
|
1453
1453
|
"docComment": "",
|
|
1454
1454
|
"excerptTokens": [
|
|
1455
1455
|
{
|
|
@@ -1462,7 +1462,7 @@
|
|
|
1462
1462
|
}
|
|
1463
1463
|
],
|
|
1464
1464
|
"releaseTag": "Public",
|
|
1465
|
-
"name": "
|
|
1465
|
+
"name": "ArrowDownIcon",
|
|
1466
1466
|
"variableTypeTokenRange": {
|
|
1467
1467
|
"startIndex": 1,
|
|
1468
1468
|
"endIndex": 2
|
|
@@ -1493,6 +1493,69 @@
|
|
|
1493
1493
|
"endIndex": 2
|
|
1494
1494
|
}
|
|
1495
1495
|
},
|
|
1496
|
+
{
|
|
1497
|
+
"kind": "Variable",
|
|
1498
|
+
"canonicalReference": "@empathyco/x-components!ArrowLeftIcon:var",
|
|
1499
|
+
"docComment": "",
|
|
1500
|
+
"excerptTokens": [
|
|
1501
|
+
{
|
|
1502
|
+
"kind": "Content",
|
|
1503
|
+
"text": "_default: "
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "Content",
|
|
1507
|
+
"text": "{}"
|
|
1508
|
+
}
|
|
1509
|
+
],
|
|
1510
|
+
"releaseTag": "Public",
|
|
1511
|
+
"name": "ArrowLeftIcon",
|
|
1512
|
+
"variableTypeTokenRange": {
|
|
1513
|
+
"startIndex": 1,
|
|
1514
|
+
"endIndex": 2
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "Variable",
|
|
1519
|
+
"canonicalReference": "@empathyco/x-components!ArrowRightIcon:var",
|
|
1520
|
+
"docComment": "",
|
|
1521
|
+
"excerptTokens": [
|
|
1522
|
+
{
|
|
1523
|
+
"kind": "Content",
|
|
1524
|
+
"text": "_default: "
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "Content",
|
|
1528
|
+
"text": "{}"
|
|
1529
|
+
}
|
|
1530
|
+
],
|
|
1531
|
+
"releaseTag": "Public",
|
|
1532
|
+
"name": "ArrowRightIcon",
|
|
1533
|
+
"variableTypeTokenRange": {
|
|
1534
|
+
"startIndex": 1,
|
|
1535
|
+
"endIndex": 2
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"kind": "Variable",
|
|
1540
|
+
"canonicalReference": "@empathyco/x-components!ArrowUpIcon:var",
|
|
1541
|
+
"docComment": "",
|
|
1542
|
+
"excerptTokens": [
|
|
1543
|
+
{
|
|
1544
|
+
"kind": "Content",
|
|
1545
|
+
"text": "_default: "
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"kind": "Content",
|
|
1549
|
+
"text": "{}"
|
|
1550
|
+
}
|
|
1551
|
+
],
|
|
1552
|
+
"releaseTag": "Public",
|
|
1553
|
+
"name": "ArrowUpIcon",
|
|
1554
|
+
"variableTypeTokenRange": {
|
|
1555
|
+
"startIndex": 1,
|
|
1556
|
+
"endIndex": 2
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1496
1559
|
{
|
|
1497
1560
|
"kind": "Class",
|
|
1498
1561
|
"canonicalReference": "@empathyco/x-components!AutoProgressBar:class",
|
|
@@ -5607,6 +5670,90 @@
|
|
|
5607
5670
|
},
|
|
5608
5671
|
"implementsTokenRanges": []
|
|
5609
5672
|
},
|
|
5673
|
+
{
|
|
5674
|
+
"kind": "Class",
|
|
5675
|
+
"canonicalReference": "@empathyco/x-components!BaseResultRating:class",
|
|
5676
|
+
"docComment": "/**\n * This component renders a {@link BaseRating} for a result passed as prop.\n *\n * @public\n */\n",
|
|
5677
|
+
"excerptTokens": [
|
|
5678
|
+
{
|
|
5679
|
+
"kind": "Content",
|
|
5680
|
+
"text": "export default class BaseResultRating extends "
|
|
5681
|
+
},
|
|
5682
|
+
{
|
|
5683
|
+
"kind": "Reference",
|
|
5684
|
+
"text": "Vue",
|
|
5685
|
+
"canonicalReference": "vue!Vue:interface"
|
|
5686
|
+
},
|
|
5687
|
+
{
|
|
5688
|
+
"kind": "Content",
|
|
5689
|
+
"text": " "
|
|
5690
|
+
}
|
|
5691
|
+
],
|
|
5692
|
+
"releaseTag": "Public",
|
|
5693
|
+
"name": "BaseResultRating",
|
|
5694
|
+
"members": [
|
|
5695
|
+
{
|
|
5696
|
+
"kind": "Property",
|
|
5697
|
+
"canonicalReference": "@empathyco/x-components!BaseResultRating#link:member",
|
|
5698
|
+
"docComment": "/**\n * A link to redirect when rating is clicked.\n *\n * @public\n */\n",
|
|
5699
|
+
"excerptTokens": [
|
|
5700
|
+
{
|
|
5701
|
+
"kind": "Content",
|
|
5702
|
+
"text": "protected link: "
|
|
5703
|
+
},
|
|
5704
|
+
{
|
|
5705
|
+
"kind": "Content",
|
|
5706
|
+
"text": "string"
|
|
5707
|
+
},
|
|
5708
|
+
{
|
|
5709
|
+
"kind": "Content",
|
|
5710
|
+
"text": ";"
|
|
5711
|
+
}
|
|
5712
|
+
],
|
|
5713
|
+
"isOptional": false,
|
|
5714
|
+
"releaseTag": "Public",
|
|
5715
|
+
"name": "link",
|
|
5716
|
+
"propertyTypeTokenRange": {
|
|
5717
|
+
"startIndex": 1,
|
|
5718
|
+
"endIndex": 2
|
|
5719
|
+
},
|
|
5720
|
+
"isStatic": false
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"kind": "Property",
|
|
5724
|
+
"canonicalReference": "@empathyco/x-components!BaseResultRating#result:member",
|
|
5725
|
+
"docComment": "/**\n * The {@link @empathyco/x-types#Result | Result} to render its rating.\n *\n * @public\n */\n",
|
|
5726
|
+
"excerptTokens": [
|
|
5727
|
+
{
|
|
5728
|
+
"kind": "Content",
|
|
5729
|
+
"text": "protected result: "
|
|
5730
|
+
},
|
|
5731
|
+
{
|
|
5732
|
+
"kind": "Reference",
|
|
5733
|
+
"text": "Result",
|
|
5734
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
5735
|
+
},
|
|
5736
|
+
{
|
|
5737
|
+
"kind": "Content",
|
|
5738
|
+
"text": ";"
|
|
5739
|
+
}
|
|
5740
|
+
],
|
|
5741
|
+
"isOptional": false,
|
|
5742
|
+
"releaseTag": "Public",
|
|
5743
|
+
"name": "result",
|
|
5744
|
+
"propertyTypeTokenRange": {
|
|
5745
|
+
"startIndex": 1,
|
|
5746
|
+
"endIndex": 2
|
|
5747
|
+
},
|
|
5748
|
+
"isStatic": false
|
|
5749
|
+
}
|
|
5750
|
+
],
|
|
5751
|
+
"extendsTokenRange": {
|
|
5752
|
+
"startIndex": 1,
|
|
5753
|
+
"endIndex": 3
|
|
5754
|
+
},
|
|
5755
|
+
"implementsTokenRanges": []
|
|
5756
|
+
},
|
|
5610
5757
|
{
|
|
5611
5758
|
"kind": "Class",
|
|
5612
5759
|
"canonicalReference": "@empathyco/x-components!BaseScroll:class",
|
|
@@ -8566,6 +8713,27 @@
|
|
|
8566
8713
|
"endIndex": 2
|
|
8567
8714
|
}
|
|
8568
8715
|
},
|
|
8716
|
+
{
|
|
8717
|
+
"kind": "Variable",
|
|
8718
|
+
"canonicalReference": "@empathyco/x-components!CuratedCheckIcon:var",
|
|
8719
|
+
"docComment": "",
|
|
8720
|
+
"excerptTokens": [
|
|
8721
|
+
{
|
|
8722
|
+
"kind": "Content",
|
|
8723
|
+
"text": "_default: "
|
|
8724
|
+
},
|
|
8725
|
+
{
|
|
8726
|
+
"kind": "Content",
|
|
8727
|
+
"text": "{}"
|
|
8728
|
+
}
|
|
8729
|
+
],
|
|
8730
|
+
"releaseTag": "Public",
|
|
8731
|
+
"name": "CuratedCheckIcon",
|
|
8732
|
+
"variableTypeTokenRange": {
|
|
8733
|
+
"startIndex": 1,
|
|
8734
|
+
"endIndex": 2
|
|
8735
|
+
}
|
|
8736
|
+
},
|
|
8569
8737
|
{
|
|
8570
8738
|
"kind": "Function",
|
|
8571
8739
|
"canonicalReference": "@empathyco/x-components!currencyFormatter:function(1)",
|
|
@@ -17692,6 +17860,27 @@
|
|
|
17692
17860
|
"endIndex": 2
|
|
17693
17861
|
}
|
|
17694
17862
|
},
|
|
17863
|
+
{
|
|
17864
|
+
"kind": "Variable",
|
|
17865
|
+
"canonicalReference": "@empathyco/x-components!Grid2RowsIcon:var",
|
|
17866
|
+
"docComment": "",
|
|
17867
|
+
"excerptTokens": [
|
|
17868
|
+
{
|
|
17869
|
+
"kind": "Content",
|
|
17870
|
+
"text": "_default: "
|
|
17871
|
+
},
|
|
17872
|
+
{
|
|
17873
|
+
"kind": "Content",
|
|
17874
|
+
"text": "{}"
|
|
17875
|
+
}
|
|
17876
|
+
],
|
|
17877
|
+
"releaseTag": "Public",
|
|
17878
|
+
"name": "Grid2RowsIcon",
|
|
17879
|
+
"variableTypeTokenRange": {
|
|
17880
|
+
"startIndex": 1,
|
|
17881
|
+
"endIndex": 2
|
|
17882
|
+
}
|
|
17883
|
+
},
|
|
17695
17884
|
{
|
|
17696
17885
|
"kind": "TypeAlias",
|
|
17697
17886
|
"canonicalReference": "@empathyco/x-components!GroupId:type",
|
|
@@ -21913,6 +22102,48 @@
|
|
|
21913
22102
|
},
|
|
21914
22103
|
"implementsTokenRanges": []
|
|
21915
22104
|
},
|
|
22105
|
+
{
|
|
22106
|
+
"kind": "Variable",
|
|
22107
|
+
"canonicalReference": "@empathyco/x-components!LightBulbOff:var",
|
|
22108
|
+
"docComment": "",
|
|
22109
|
+
"excerptTokens": [
|
|
22110
|
+
{
|
|
22111
|
+
"kind": "Content",
|
|
22112
|
+
"text": "_default: "
|
|
22113
|
+
},
|
|
22114
|
+
{
|
|
22115
|
+
"kind": "Content",
|
|
22116
|
+
"text": "{}"
|
|
22117
|
+
}
|
|
22118
|
+
],
|
|
22119
|
+
"releaseTag": "Public",
|
|
22120
|
+
"name": "LightBulbOff",
|
|
22121
|
+
"variableTypeTokenRange": {
|
|
22122
|
+
"startIndex": 1,
|
|
22123
|
+
"endIndex": 2
|
|
22124
|
+
}
|
|
22125
|
+
},
|
|
22126
|
+
{
|
|
22127
|
+
"kind": "Variable",
|
|
22128
|
+
"canonicalReference": "@empathyco/x-components!LightBulbOn:var",
|
|
22129
|
+
"docComment": "",
|
|
22130
|
+
"excerptTokens": [
|
|
22131
|
+
{
|
|
22132
|
+
"kind": "Content",
|
|
22133
|
+
"text": "_default: "
|
|
22134
|
+
},
|
|
22135
|
+
{
|
|
22136
|
+
"kind": "Content",
|
|
22137
|
+
"text": "{}"
|
|
22138
|
+
}
|
|
22139
|
+
],
|
|
22140
|
+
"releaseTag": "Public",
|
|
22141
|
+
"name": "LightBulbOn",
|
|
22142
|
+
"variableTypeTokenRange": {
|
|
22143
|
+
"startIndex": 1,
|
|
22144
|
+
"endIndex": 2
|
|
22145
|
+
}
|
|
22146
|
+
},
|
|
21916
22147
|
{
|
|
21917
22148
|
"kind": "TypeAlias",
|
|
21918
22149
|
"canonicalReference": "@empathyco/x-components!ListItem:type",
|
|
@@ -40792,6 +41023,33 @@
|
|
|
40792
41023
|
"releaseTag": "Public",
|
|
40793
41024
|
"name": "SlidingPanel",
|
|
40794
41025
|
"members": [
|
|
41026
|
+
{
|
|
41027
|
+
"kind": "Property",
|
|
41028
|
+
"canonicalReference": "@empathyco/x-components!SlidingPanel#buttonClass:member",
|
|
41029
|
+
"docComment": "/**\n * CSS classes to add to the buttons.\n *\n * @public\n */\n",
|
|
41030
|
+
"excerptTokens": [
|
|
41031
|
+
{
|
|
41032
|
+
"kind": "Content",
|
|
41033
|
+
"text": "buttonClass?: "
|
|
41034
|
+
},
|
|
41035
|
+
{
|
|
41036
|
+
"kind": "Content",
|
|
41037
|
+
"text": "string"
|
|
41038
|
+
},
|
|
41039
|
+
{
|
|
41040
|
+
"kind": "Content",
|
|
41041
|
+
"text": ";"
|
|
41042
|
+
}
|
|
41043
|
+
],
|
|
41044
|
+
"isOptional": true,
|
|
41045
|
+
"releaseTag": "Public",
|
|
41046
|
+
"name": "buttonClass",
|
|
41047
|
+
"propertyTypeTokenRange": {
|
|
41048
|
+
"startIndex": 1,
|
|
41049
|
+
"endIndex": 2
|
|
41050
|
+
},
|
|
41051
|
+
"isStatic": false
|
|
41052
|
+
},
|
|
40795
41053
|
{
|
|
40796
41054
|
"kind": "Property",
|
|
40797
41055
|
"canonicalReference": "@empathyco/x-components!SlidingPanel#resetOnContentChange:member",
|
|
@@ -44472,6 +44730,38 @@
|
|
|
44472
44730
|
"parameters": [],
|
|
44473
44731
|
"name": "created"
|
|
44474
44732
|
},
|
|
44733
|
+
{
|
|
44734
|
+
"kind": "Property",
|
|
44735
|
+
"canonicalReference": "@empathyco/x-components!UrlHandler#initialExtraParams:member",
|
|
44736
|
+
"docComment": "",
|
|
44737
|
+
"excerptTokens": [
|
|
44738
|
+
{
|
|
44739
|
+
"kind": "Content",
|
|
44740
|
+
"text": "initialExtraParams: "
|
|
44741
|
+
},
|
|
44742
|
+
{
|
|
44743
|
+
"kind": "Reference",
|
|
44744
|
+
"text": "Dictionary",
|
|
44745
|
+
"canonicalReference": "@empathyco/x-components!Dictionary:type"
|
|
44746
|
+
},
|
|
44747
|
+
{
|
|
44748
|
+
"kind": "Content",
|
|
44749
|
+
"text": "<unknown>"
|
|
44750
|
+
},
|
|
44751
|
+
{
|
|
44752
|
+
"kind": "Content",
|
|
44753
|
+
"text": ";"
|
|
44754
|
+
}
|
|
44755
|
+
],
|
|
44756
|
+
"isOptional": false,
|
|
44757
|
+
"releaseTag": "Public",
|
|
44758
|
+
"name": "initialExtraParams",
|
|
44759
|
+
"propertyTypeTokenRange": {
|
|
44760
|
+
"startIndex": 1,
|
|
44761
|
+
"endIndex": 3
|
|
44762
|
+
},
|
|
44763
|
+
"isStatic": false
|
|
44764
|
+
},
|
|
44475
44765
|
{
|
|
44476
44766
|
"kind": "Method",
|
|
44477
44767
|
"canonicalReference": "@empathyco/x-components!UrlHandler#updateUrlWithPush:member(1)",
|
|
@@ -50533,6 +50823,33 @@
|
|
|
50533
50823
|
"endIndex": 2
|
|
50534
50824
|
}
|
|
50535
50825
|
},
|
|
50826
|
+
{
|
|
50827
|
+
"kind": "PropertySignature",
|
|
50828
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes#UserClickedAResultRating:member",
|
|
50829
|
+
"docComment": "/**\n * The user has clicked on the rating of a result. * Payload: The {@link @empathyco/x-types#Result | result} that the user clicked.\n */\n",
|
|
50830
|
+
"excerptTokens": [
|
|
50831
|
+
{
|
|
50832
|
+
"kind": "Content",
|
|
50833
|
+
"text": "UserClickedAResultRating: "
|
|
50834
|
+
},
|
|
50835
|
+
{
|
|
50836
|
+
"kind": "Reference",
|
|
50837
|
+
"text": "Result",
|
|
50838
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
50839
|
+
},
|
|
50840
|
+
{
|
|
50841
|
+
"kind": "Content",
|
|
50842
|
+
"text": ";"
|
|
50843
|
+
}
|
|
50844
|
+
],
|
|
50845
|
+
"isOptional": false,
|
|
50846
|
+
"releaseTag": "Public",
|
|
50847
|
+
"name": "UserClickedAResultRating",
|
|
50848
|
+
"propertyTypeTokenRange": {
|
|
50849
|
+
"startIndex": 1,
|
|
50850
|
+
"endIndex": 2
|
|
50851
|
+
}
|
|
50852
|
+
},
|
|
50536
50853
|
{
|
|
50537
50854
|
"kind": "PropertySignature",
|
|
50538
50855
|
"canonicalReference": "@empathyco/x-components!XEventsTypes#UserClickedCloseEventsModal:member",
|
|
@@ -131,11 +131,20 @@ export function arrayToObject(array: string[]): Record<string, string>;
|
|
|
131
131
|
export function arrayToObject<ArrayType, KeyType extends string | number>(array: ArrayType[], key: PropsWithType<ArrayType, KeyType>): Record<string, ArrayType>;
|
|
132
132
|
|
|
133
133
|
// @public (undocumented)
|
|
134
|
-
export const
|
|
134
|
+
export const ArrowDownIcon: {};
|
|
135
135
|
|
|
136
136
|
// @public
|
|
137
137
|
export type ArrowKey = 'ArrowUp' | 'ArrowDown' | 'ArrowRight' | 'ArrowLeft';
|
|
138
138
|
|
|
139
|
+
// @public (undocumented)
|
|
140
|
+
export const ArrowLeftIcon: {};
|
|
141
|
+
|
|
142
|
+
// @public (undocumented)
|
|
143
|
+
export const ArrowRightIcon: {};
|
|
144
|
+
|
|
145
|
+
// @public (undocumented)
|
|
146
|
+
export const ArrowUpIcon: {};
|
|
147
|
+
|
|
139
148
|
// @public
|
|
140
149
|
export class AutoProgressBar extends Vue_2 {
|
|
141
150
|
// @internal
|
|
@@ -539,6 +548,14 @@ export class BaseResultPreviousPrice extends Vue_2 {
|
|
|
539
548
|
protected result: Result;
|
|
540
549
|
}
|
|
541
550
|
|
|
551
|
+
// @public
|
|
552
|
+
export class BaseResultRating extends Vue_2 {
|
|
553
|
+
// @internal
|
|
554
|
+
protected emitClickedEvent(): void;
|
|
555
|
+
protected link: string;
|
|
556
|
+
protected result: Result;
|
|
557
|
+
}
|
|
558
|
+
|
|
542
559
|
// Warning: (ae-forgotten-export) The symbol "BaseScroll_base" needs to be exported by the entry point index.d.ts
|
|
543
560
|
//
|
|
544
561
|
// @public
|
|
@@ -855,6 +872,9 @@ export const CrossIcon: {};
|
|
|
855
872
|
// @public (undocumented)
|
|
856
873
|
export const CrossTinyIcon: {};
|
|
857
874
|
|
|
875
|
+
// @public (undocumented)
|
|
876
|
+
export const CuratedCheckIcon: {};
|
|
877
|
+
|
|
858
878
|
// @public
|
|
859
879
|
export function currencyFormatter(value: number, format?: string): string;
|
|
860
880
|
|
|
@@ -1698,6 +1718,9 @@ export const Grid1ColIcon: {};
|
|
|
1698
1718
|
// @public (undocumented)
|
|
1699
1719
|
export const Grid2ColIcon: {};
|
|
1700
1720
|
|
|
1721
|
+
// @public (undocumented)
|
|
1722
|
+
export const Grid2RowsIcon: {};
|
|
1723
|
+
|
|
1701
1724
|
// @public
|
|
1702
1725
|
export type GroupId = string;
|
|
1703
1726
|
|
|
@@ -2085,6 +2108,12 @@ export class ItemsListInjectionMixin extends Vue_2 {
|
|
|
2085
2108
|
protected stateItems: ListItem[];
|
|
2086
2109
|
}
|
|
2087
2110
|
|
|
2111
|
+
// @public (undocumented)
|
|
2112
|
+
export const LightBulbOff: {};
|
|
2113
|
+
|
|
2114
|
+
// @public (undocumented)
|
|
2115
|
+
export const LightBulbOn: {};
|
|
2116
|
+
|
|
2088
2117
|
// @internal
|
|
2089
2118
|
export const LIST_ITEMS_KEY: XInjectKey<ListItem[] | undefined>;
|
|
2090
2119
|
|
|
@@ -3871,6 +3900,7 @@ export class SlidingPanel extends Vue_2 {
|
|
|
3871
3900
|
$refs: {
|
|
3872
3901
|
scrollContainer: HTMLElement;
|
|
3873
3902
|
};
|
|
3903
|
+
buttonClass?: string;
|
|
3874
3904
|
// @internal
|
|
3875
3905
|
protected get cssClasses(): VueCSSClasses;
|
|
3876
3906
|
// @internal
|
|
@@ -4315,6 +4345,8 @@ export class UrlHandler extends Vue_2 {
|
|
|
4315
4345
|
protected emitEvents(): void;
|
|
4316
4346
|
// @internal
|
|
4317
4347
|
protected getUrlKey(paramName: string): string;
|
|
4348
|
+
// (undocumented)
|
|
4349
|
+
initialExtraParams: Dictionary<unknown>;
|
|
4318
4350
|
// @internal
|
|
4319
4351
|
protected isNavigatingFromPdp(): boolean;
|
|
4320
4352
|
// @internal
|
|
@@ -4670,6 +4702,7 @@ export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraPara
|
|
|
4670
4702
|
UserAcceptedAQuery: string;
|
|
4671
4703
|
UserAcceptedSpellcheckQuery: string;
|
|
4672
4704
|
UserClickedAResult: Result;
|
|
4705
|
+
UserClickedAResultRating: Result;
|
|
4673
4706
|
UserClickedCloseEventsModal: void;
|
|
4674
4707
|
UserClickedCloseModal: string;
|
|
4675
4708
|
UserClickedColumnPicker: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/adapter/util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAG7D;;;;;;;;GAQG;AACH,wBAAgB,2BAA2B,CACzC,cAAc,EAAE,qBAAqB,GACpC,qBAAqB,
|
|
1
|
+
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/adapter/util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAG7D;;;;;;;;GAQG;AACH,wBAAgB,2BAA2B,CACzC,cAAc,EAAE,qBAAqB,GACpC,qBAAqB,CAuBvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-down.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/arrow-down.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":";AAgBA,wBAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-left.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/arrow-left.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":";AAgBA,wBAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-right.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/arrow-right.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":";AAgBA,wBAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-up.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/arrow-up.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":";AAgBA,wBAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"curated-check.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/curated-check.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":";AAaA,wBAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid-2-rows.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/grid-2-rows.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":";AAgBA,wBAAkB"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as ArrowDownIcon } from './arrow-down.vue';
|
|
2
|
+
export { default as ArrowLeftIcon } from './arrow-left.vue';
|
|
3
|
+
export { default as ArrowRightIcon } from './arrow-right.vue';
|
|
4
|
+
export { default as ArrowUpIcon } from './arrow-up.vue';
|
|
2
5
|
export { default as BagIcon } from './bag.vue';
|
|
3
6
|
export { default as BarCodeIcon } from './bar-code.vue';
|
|
4
7
|
export { default as BarcodeTinyIcon } from './barcode-tiny.vue';
|
|
@@ -19,12 +22,16 @@ export { default as ChevronTinyUpIcon } from './chevron-tiny-up.vue';
|
|
|
19
22
|
export { default as ChevronUpIcon } from './chevron-up.vue';
|
|
20
23
|
export { default as CrossTinyIcon } from './cross-tiny.vue';
|
|
21
24
|
export { default as CrossIcon } from './cross.vue';
|
|
25
|
+
export { default as CuratedCheckIcon } from './curated-check.vue';
|
|
22
26
|
export { default as FiltersIcon } from './filters.vue';
|
|
23
27
|
export { default as Grid1ColIcon } from './grid-1-col.vue';
|
|
24
28
|
export { default as Grid2ColIcon } from './grid-2-col.vue';
|
|
29
|
+
export { default as Grid2RowsIcon } from './grid-2-rows.vue';
|
|
25
30
|
export { default as HideIcon } from './hide.vue';
|
|
26
31
|
export { default as HistoryTinyIcon } from './history-tiny.vue';
|
|
27
32
|
export { default as HistoryIcon } from './history.vue';
|
|
33
|
+
export { default as LightBulbOff } from './light-bulb-off.vue';
|
|
34
|
+
export { default as LightBulbOn } from './light-bulb-on.vue';
|
|
28
35
|
export { default as MenuIcon } from './menu.vue';
|
|
29
36
|
export { default as MinusTinyIcon } from './minus-tiny.vue';
|
|
30
37
|
export { default as MinusIcon } from './minus.vue';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"light-bulb-off.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/light-bulb-off.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":";AAyBA,wBAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"light-bulb-on.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/light-bulb-on.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":";AAkEA,wBAAkB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import Vue from 'vue';
|
|
2
|
+
import { Result } from '@empathyco/x-types';
|
|
3
|
+
/**
|
|
4
|
+
* This component renders a {@link BaseRating} for a result passed as prop.
|
|
5
|
+
*
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export default class BaseResultRating extends Vue {
|
|
9
|
+
/**
|
|
10
|
+
* The {@link @empathyco/x-types#Result | Result} to render its rating.
|
|
11
|
+
*
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
protected result: Result;
|
|
15
|
+
/**
|
|
16
|
+
* A link to redirect when rating is clicked.
|
|
17
|
+
*
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
protected link: string;
|
|
21
|
+
/**
|
|
22
|
+
* Emits the `UserClickedAResultRating` event when user clicks this component, with the
|
|
23
|
+
* {@link @empathyco/x-types#Result | Result} as payload.
|
|
24
|
+
*
|
|
25
|
+
* @internal
|
|
26
|
+
*/
|
|
27
|
+
protected emitClickedEvent(): void;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=base-result-rating.vue?rollup-plugin-vue=script.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-result-rating.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/result/base-result-rating.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAiCA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAG5C;;;;GAIG;AAMH,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,GAAG;IAC/C;;;;OAIG;IAEH,SAAS,CAAC,MAAM,EAAG,MAAM,CAAC;IAE1B;;;;OAIG;IAEH,SAAS,CAAC,IAAI,EAAG,MAAM,CAAC;IAExB;;;;;OAKG;IACH,SAAS,CAAC,gBAAgB,IAAI,IAAI;CAGnC"}
|
|
@@ -5,4 +5,5 @@ export { default as BaseResultLink } from './base-result-link.vue';
|
|
|
5
5
|
export { default as BaseResultPreviousPrice } from './base-result-previous-price.vue';
|
|
6
6
|
export { default as BaseFallbackImage } from './base-result-fallback-image.vue';
|
|
7
7
|
export { default as BasePlaceholderImage } from './base-result-placeholder-image.vue';
|
|
8
|
+
export { default as BaseResultRating } from './base-result-rating.vue';
|
|
8
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/result/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,qCAAqC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/result/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -27,6 +27,12 @@ export default class SlidingPanel extends Vue {
|
|
|
27
27
|
* @public
|
|
28
28
|
*/
|
|
29
29
|
resetOnContentChange: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* CSS classes to add to the buttons.
|
|
32
|
+
*
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
buttonClass?: string;
|
|
30
36
|
/**
|
|
31
37
|
* Indicates if the scroll is at the start of the sliding panel.
|
|
32
38
|
*
|