@shoper/phoenix_design_system 1.18.2-6 → 1.18.2-7
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/build/cjs/packages/phoenix/src/components/form/search/search.js +1 -1
- package/build/cjs/packages/phoenix/src/components/form/search/subcomponents/results/search_results.js +3 -3
- package/build/esm/packages/phoenix/src/components/form/search/search.js +1 -1
- package/build/esm/packages/phoenix/src/components/form/search/subcomponents/results/search_results.js +3 -3
- package/package.json +1 -1
|
@@ -647,7 +647,7 @@ exports.HSearch = class HSearch extends phoenix_light_lit_element.PhoenixLightLi
|
|
|
647
647
|
active-item-id="${this._activeItemId}"
|
|
648
648
|
search-id="${this._id}"
|
|
649
649
|
module-instance-id="${this.moduleInstanceId}"
|
|
650
|
-
is-dev-search-popup-fixes-flag-enabled
|
|
650
|
+
?is-dev-search-popup-fixes-flag-enabled=${this.isDevSearchPopupFixesFlagEnabled}
|
|
651
651
|
></h-search-results>`)}
|
|
652
652
|
</div>
|
|
653
653
|
`, () => lit.html `
|
|
@@ -78,7 +78,7 @@ exports.HSearchResults = class HSearchResults extends phoenix_light_lit_element.
|
|
|
78
78
|
view="${this.view}"
|
|
79
79
|
module-instance-id="${this.moduleInstanceId}"
|
|
80
80
|
.suggestionAriaLabel=${this.settings.suggesterItemAriaLabel}
|
|
81
|
-
is-dev-search-popup-fixes-flag-enabled
|
|
81
|
+
?is-dev-search-popup-fixes-flag-enabled=${this.isDevSearchPopupFixesFlagEnabled}
|
|
82
82
|
>
|
|
83
83
|
</h-search-suggestion-content>`)}
|
|
84
84
|
${when.when((_c = this.results.products) === null || _c === void 0 ? void 0 : _c.length, () => lit.html `
|
|
@@ -91,7 +91,7 @@ exports.HSearchResults = class HSearchResults extends phoenix_light_lit_element.
|
|
|
91
91
|
.initialItemIds="${this._getInitialItemsIds()}"
|
|
92
92
|
.translations="${this.translations}"
|
|
93
93
|
.productAriaLabel=${this.settings.suggesterProductItemAriaLabel}
|
|
94
|
-
is-dev-search-popup-fixes-flag-enabled
|
|
94
|
+
?is-dev-search-popup-fixes-flag-enabled=${this.isDevSearchPopupFixesFlagEnabled}
|
|
95
95
|
></h-search-product-content>
|
|
96
96
|
|
|
97
97
|
${when.when(this.settings.isLoadingMoreSearchResultsEnabled, () => when.when(this._areMoreProductsAvailable(), () => lit.html `<button
|
|
@@ -122,7 +122,7 @@ exports.HSearchResults = class HSearchResults extends phoenix_light_lit_element.
|
|
|
122
122
|
.translations="${this.translations}"
|
|
123
123
|
search-phrase="${this.searchPhrase}"
|
|
124
124
|
.producerAriaLabel=${this.settings.suggesterProducerItemAriaLabel}
|
|
125
|
-
is-dev-search-popup-fixes-flag-enabled
|
|
125
|
+
?is-dev-search-popup-fixes-flag-enabled=${this.isDevSearchPopupFixesFlagEnabled}
|
|
126
126
|
></h-search-producer-content>`)}
|
|
127
127
|
`;
|
|
128
128
|
});
|
|
@@ -643,7 +643,7 @@ let HSearch = class HSearch extends PhoenixLightLitElement {
|
|
|
643
643
|
active-item-id="${this._activeItemId}"
|
|
644
644
|
search-id="${this._id}"
|
|
645
645
|
module-instance-id="${this.moduleInstanceId}"
|
|
646
|
-
is-dev-search-popup-fixes-flag-enabled
|
|
646
|
+
?is-dev-search-popup-fixes-flag-enabled=${this.isDevSearchPopupFixesFlagEnabled}
|
|
647
647
|
></h-search-results>`)}
|
|
648
648
|
</div>
|
|
649
649
|
`, () => html `
|
|
@@ -74,7 +74,7 @@ let HSearchResults = class HSearchResults extends PhoenixLightLitElement {
|
|
|
74
74
|
view="${this.view}"
|
|
75
75
|
module-instance-id="${this.moduleInstanceId}"
|
|
76
76
|
.suggestionAriaLabel=${this.settings.suggesterItemAriaLabel}
|
|
77
|
-
is-dev-search-popup-fixes-flag-enabled
|
|
77
|
+
?is-dev-search-popup-fixes-flag-enabled=${this.isDevSearchPopupFixesFlagEnabled}
|
|
78
78
|
>
|
|
79
79
|
</h-search-suggestion-content>`)}
|
|
80
80
|
${n((_c = this.results.products) === null || _c === void 0 ? void 0 : _c.length, () => html `
|
|
@@ -87,7 +87,7 @@ let HSearchResults = class HSearchResults extends PhoenixLightLitElement {
|
|
|
87
87
|
.initialItemIds="${this._getInitialItemsIds()}"
|
|
88
88
|
.translations="${this.translations}"
|
|
89
89
|
.productAriaLabel=${this.settings.suggesterProductItemAriaLabel}
|
|
90
|
-
is-dev-search-popup-fixes-flag-enabled
|
|
90
|
+
?is-dev-search-popup-fixes-flag-enabled=${this.isDevSearchPopupFixesFlagEnabled}
|
|
91
91
|
></h-search-product-content>
|
|
92
92
|
|
|
93
93
|
${n(this.settings.isLoadingMoreSearchResultsEnabled, () => n(this._areMoreProductsAvailable(), () => html `<button
|
|
@@ -118,7 +118,7 @@ let HSearchResults = class HSearchResults extends PhoenixLightLitElement {
|
|
|
118
118
|
.translations="${this.translations}"
|
|
119
119
|
search-phrase="${this.searchPhrase}"
|
|
120
120
|
.producerAriaLabel=${this.settings.suggesterProducerItemAriaLabel}
|
|
121
|
-
is-dev-search-popup-fixes-flag-enabled
|
|
121
|
+
?is-dev-search-popup-fixes-flag-enabled=${this.isDevSearchPopupFixesFlagEnabled}
|
|
122
122
|
></h-search-producer-content>`)}
|
|
123
123
|
`;
|
|
124
124
|
});
|