@vendure/admin-ui 1.8.4 → 1.8.5
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/bundles/vendure-admin-ui-core.umd.js +2 -2
- package/bundles/vendure-admin-ui-core.umd.js.map +1 -1
- package/core/common/version.d.ts +1 -1
- package/core/vendure-admin-ui-core.metadata.json +1 -1
- package/esm2015/core/common/version.js +2 -2
- package/esm2015/core/shared/components/form-field/form-field.component.js +2 -2
- package/fesm2015/vendure-admin-ui-core.js +2 -2
- package/fesm2015/vendure-admin-ui-core.js.map +1 -1
- package/package.json +2 -2
|
@@ -10965,7 +10965,7 @@
|
|
|
10965
10965
|
if (!this.formFieldControl || !this.formFieldControl.formControlName) {
|
|
10966
10966
|
return;
|
|
10967
10967
|
}
|
|
10968
|
-
var errors = this.formFieldControl.formControlName.errors;
|
|
10968
|
+
var errors = this.formFieldControl.formControlName.dirty && this.formFieldControl.formControlName.errors;
|
|
10969
10969
|
if (errors) {
|
|
10970
10970
|
try {
|
|
10971
10971
|
for (var _b = __values(Object.keys(errors)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -16071,7 +16071,7 @@
|
|
|
16071
16071
|
}
|
|
16072
16072
|
|
|
16073
16073
|
// Auto-generated by the set-version.js script.
|
|
16074
|
-
var ADMIN_UI_VERSION = '1.8.
|
|
16074
|
+
var ADMIN_UI_VERSION = '1.8.5';
|
|
16075
16075
|
|
|
16076
16076
|
/**
|
|
16077
16077
|
* @description
|