ngx-wapp-components 2.1.13 → 2.1.14
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/esm2020/lib/material/w-material-service-card/w-material-service-card.component.mjs +3 -3
- package/esm2020/lib/material/w-material-service-view/w-material-service-view.component.mjs +3 -3
- package/fesm2015/ngx-wapp-components.mjs +4 -4
- package/fesm2015/ngx-wapp-components.mjs.map +1 -1
- package/fesm2020/ngx-wapp-components.mjs +4 -4
- package/fesm2020/ngx-wapp-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -10148,7 +10148,7 @@ class WMaterialServiceCardComponent {
|
|
|
10148
10148
|
}
|
|
10149
10149
|
else {
|
|
10150
10150
|
this.isNoImage = true;
|
|
10151
|
-
return '
|
|
10151
|
+
return './assets/wappIcons/image.svg';
|
|
10152
10152
|
}
|
|
10153
10153
|
}
|
|
10154
10154
|
else {
|
|
@@ -10162,7 +10162,7 @@ class WMaterialServiceCardComponent {
|
|
|
10162
10162
|
}
|
|
10163
10163
|
else {
|
|
10164
10164
|
this.isNoImage = true;
|
|
10165
|
-
return '
|
|
10165
|
+
return './assets/wappIcons/image.svg';
|
|
10166
10166
|
}
|
|
10167
10167
|
}
|
|
10168
10168
|
}
|
|
@@ -10353,7 +10353,7 @@ class WMaterialServiceViewComponent {
|
|
|
10353
10353
|
if (changes['defaultImage'] && !changes['defaultImage'].currentValue) {
|
|
10354
10354
|
if (this.isDevModeActive) {
|
|
10355
10355
|
this.isNoImage = true;
|
|
10356
|
-
this.wappingServiceImages = [{ path: '
|
|
10356
|
+
this.wappingServiceImages = [{ path: './assets/wappIcons/image.svg' }];
|
|
10357
10357
|
}
|
|
10358
10358
|
}
|
|
10359
10359
|
}
|
|
@@ -10454,7 +10454,7 @@ class WMaterialServiceViewComponent {
|
|
|
10454
10454
|
}
|
|
10455
10455
|
else {
|
|
10456
10456
|
this.isNoImage = true;
|
|
10457
|
-
this.wappingServiceImages = [{ path: '
|
|
10457
|
+
this.wappingServiceImages = [{ path: './assets/wappIcons/image.svg' }];
|
|
10458
10458
|
}
|
|
10459
10459
|
}
|
|
10460
10460
|
else {
|