@shoper/phoenix_design_system 1.4.3-8 → 1.4.3-9
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/results/search_product_content.js +2 -6
- package/build/cjs/packages/phoenix/src/components/form/search/results/search_product_content.js.map +1 -1
- package/build/esm/packages/phoenix/src/components/form/search/results/search_product_content.js +2 -6
- package/build/esm/packages/phoenix/src/components/form/search/results/search_product_content.js.map +1 -1
- package/package.json +1 -1
package/build/cjs/packages/phoenix/src/components/form/search/results/search_product_content.js
CHANGED
|
@@ -15,12 +15,7 @@ exports.HSearchProductContent = class HSearchProductContent extends phoenix_ligh
|
|
|
15
15
|
constructor() {
|
|
16
16
|
super(...arguments);
|
|
17
17
|
this.getProductListHtml = () => {
|
|
18
|
-
return lit.html `<div
|
|
19
|
-
class="search__section"
|
|
20
|
-
data-search-section-type="3"
|
|
21
|
-
data-search-section-name="products"
|
|
22
|
-
?hidden="${this.products.length === 0}"
|
|
23
|
-
>
|
|
18
|
+
return lit.html `<div class="search__section" data-search-section-type="3" data-search-section-name="products">
|
|
24
19
|
<h3 class="search__section-head search__section-head_sticky search__section-head_line">Wyniki dla: teraz</h3>
|
|
25
20
|
|
|
26
21
|
<ul>
|
|
@@ -55,6 +50,7 @@ exports.HSearchProductContent = class HSearchProductContent extends phoenix_ligh
|
|
|
55
50
|
// TODO: Create CustomEvent to handle it in search.ts
|
|
56
51
|
}
|
|
57
52
|
render() {
|
|
53
|
+
console.log(this.products, 'this.products {AWEL');
|
|
58
54
|
return when.when(this.products && this.products.length !== 0, this.getProductListHtml, () => lit.nothing);
|
|
59
55
|
}
|
|
60
56
|
};
|
package/build/cjs/packages/phoenix/src/components/form/search/results/search_product_content.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,wBAAwB,kDAAsD;AAC9E;AACA;AACA;AACA;AACA;AACA,mBAAmB,wEAAgF;AACnG,qBAAqB,0EAAkF;AACvG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,wBAAwB,kDAAsD;AAC9E;AACA;AACA;AACA;AACA;AACA,mBAAmB,wEAAgF;AACnG,qBAAqB,0EAAkF;AACvG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
package/build/esm/packages/phoenix/src/components/form/search/results/search_product_content.js
CHANGED
|
@@ -11,12 +11,7 @@ let HSearchProductContent = class HSearchProductContent extends PhoenixLightLitE
|
|
|
11
11
|
constructor() {
|
|
12
12
|
super(...arguments);
|
|
13
13
|
this.getProductListHtml = () => {
|
|
14
|
-
return html `<div
|
|
15
|
-
class="search__section"
|
|
16
|
-
data-search-section-type="3"
|
|
17
|
-
data-search-section-name="products"
|
|
18
|
-
?hidden="${this.products.length === 0}"
|
|
19
|
-
>
|
|
14
|
+
return html `<div class="search__section" data-search-section-type="3" data-search-section-name="products">
|
|
20
15
|
<h3 class="search__section-head search__section-head_sticky search__section-head_line">Wyniki dla: teraz</h3>
|
|
21
16
|
|
|
22
17
|
<ul>
|
|
@@ -51,6 +46,7 @@ let HSearchProductContent = class HSearchProductContent extends PhoenixLightLitE
|
|
|
51
46
|
// TODO: Create CustomEvent to handle it in search.ts
|
|
52
47
|
}
|
|
53
48
|
render() {
|
|
49
|
+
console.log(this.products, 'this.products {AWEL');
|
|
54
50
|
return n(this.products && this.products.length !== 0, this.getProductListHtml, () => nothing);
|
|
55
51
|
}
|
|
56
52
|
};
|
package/build/esm/packages/phoenix/src/components/form/search/results/search_product_content.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA,uCAAuC,kDAAsD;AAC7F;AACA;AACA;AACA;AACA;AACA,0BAA0B,wEAAgF;AAC1G,4BAA4B,0EAAkF;AAC9G;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA,uCAAuC,kDAAsD;AAC7F;AACA;AACA;AACA;AACA;AACA,0BAA0B,wEAAgF;AAC1G,4BAA4B,0EAAkF;AAC9G;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|