@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.
- 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/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.js +1 -1
- package/esm2015/core/shared/dynamic-form-inputs/select-form-input/select-form-input.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
|
@@ -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\" [
|
|
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.
|
|
14008
|
+
var ADMIN_UI_VERSION = '1.4.5';
|
|
14009
14009
|
|
|
14010
14010
|
/**
|
|
14011
14011
|
* Responsible for registering dashboard widget components and querying for layouts.
|