@vendure/admin-ui 1.4.4 → 1.4.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.
@@ -6769,7 +6769,7 @@
6769
6769
  SelectFormInputComponent.decorators = [
6770
6770
  { type: i0.Component, args: [{
6771
6771
  selector: 'vdr-select-form-input',
6772
- template: "<select clrSelect [formControl]=\"formControl\" [vdrDisabled]=\"readonly\">\r\n <option *ngIf=\"config.nullable\" [ngValue]=\"null\"></option>\r\n <option *ngFor=\"let option of options\" [value]=\"option.value\">\r\n {{ (option | customFieldLabel) || option.label || option.value }}\r\n </option>\r\n</select>\r\n",
6772
+ template: "<select clrSelect [formControl]=\"formControl\" [vdrDisabled]=\"readonly\">\r\n <option *ngIf=\"config.nullable\" [ngValue]=\"null\"></option>\r\n <option *ngFor=\"let option of options\" [ngValue]=\"option.value\">\r\n {{ (option | customFieldLabel) || option.label || option.value }}\r\n </option>\r\n</select>\r\n",
6773
6773
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
6774
6774
  styles: ["select{width:100%}\n"]
6775
6775
  },] }
@@ -14005,7 +14005,7 @@
14005
14005
  }
14006
14006
 
14007
14007
  // Auto-generated by the set-version.js script.
14008
- var ADMIN_UI_VERSION = '1.4.4';
14008
+ var ADMIN_UI_VERSION = '1.4.5';
14009
14009
 
14010
14010
  /**
14011
14011
  * Responsible for registering dashboard widget components and querying for layouts.