@vendure/admin-ui 3.2.3 → 3.2.4

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.
@@ -1 +1 @@
1
- export declare const ADMIN_UI_VERSION = "3.2.3";
1
+ export declare const ADMIN_UI_VERSION = "3.2.4";
@@ -7246,11 +7246,11 @@ class ModalDialogComponent {
7246
7246
  }
7247
7247
  }
7248
7248
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ModalDialogComponent, deps: [{ token: LocalizationService }], target: i0.ɵɵFactoryTarget.Component }); }
7249
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ModalDialogComponent, isStandalone: false, selector: "vdr-modal-dialog", ngImport: i0, template: "<div [dir]=\"direction$ | async\">\n <clr-modal [clrModalOpen]=\"true\" (clrModalOpenChange)=\"modalOpenChange($event)\"\n [clrModalClosable]=\"options?.closable\" [clrModalSize]=\"options?.size\"\n [ngClass]=\"'modal-valign-' + (options?.verticalAlign || 'center')\">\n <h3 class=\"modal-title\"><ng-container *ngTemplateOutlet=\"(titleTemplateRef$ | async)\"></ng-container></h3>\n <div class=\"modal-body\">\n <vdr-dialog-component-outlet [component]=\"childComponentType\"\n (create)=\"onCreate($event)\"></vdr-dialog-component-outlet>\n </div>\n <div class=\"modal-footer\">\n <ng-container *ngTemplateOutlet=\"(buttonsTemplateRef$ | async)\"></ng-container>\n </div>\n </clr-modal>\n</div>", styles: ["::ng-deep clr-modal.modal-valign-top .modal{justify-content:flex-start}::ng-deep clr-modal.modal-valign-bottom .modal{justify-content:flex-end}::ng-deep clr-modal .modal-dialog{display:flex}::ng-deep clr-modal .modal-content-wrapper{flex:1;display:flex}::ng-deep clr-modal .modal-dialog .modal-content{flex:1;display:flex;flex-direction:column}@media screen and (max-height: 700px){::ng-deep clr-modal .modal-dialog .modal-content{padding:.8rem}::ng-deep clr-modal .modal-header,::ng-deep clr-modal .modal-header--accessible{padding-bottom:.8rem}::ng-deep clr-modal .modal-footer{padding-top:.8rem}}.modal-body{display:flex;flex-direction:column;container-type:inline-size}\n"], dependencies: [{ kind: "component", type: i1$2.ClrModal, selector: "clr-modal", inputs: ["clrModalOpen", "clrModalClosable", "clrModalCloseButtonAriaLabel", "clrModalSize", "clrModalStaticBackdrop", "clrModalSkipAnimation", "clrModalPreventClose", "clrModalLabelledById", "clrModalOverrideScrollService"], outputs: ["clrModalOpenChange", "clrModalAlternateClose"] }, { kind: "directive", type: i1$2.ClrModalBody, selector: ".modal-body" }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1$3.ɵɵDir, selector: "[dir]", inputs: ["dir"], outputs: ["dirChange"], exportAs: ["dir"] }, { kind: "component", type: DialogComponentOutletComponent, selector: "vdr-dialog-component-outlet", inputs: ["component"], outputs: ["create"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] }); }
7249
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ModalDialogComponent, isStandalone: false, selector: "vdr-modal-dialog", ngImport: i0, template: "<div [dir]=\"direction$ | async\">\n <clr-modal [clrModalOpen]=\"true\" (clrModalOpenChange)=\"modalOpenChange($event)\"\n [clrModalClosable]=\"options?.closable\" [clrModalSize]=\"options?.size\"\n [ngClass]=\"'modal-valign-' + (options?.verticalAlign || 'center')\">\n <h3 class=\"modal-title\"><ng-container *ngTemplateOutlet=\"(titleTemplateRef$ | async)\"></ng-container></h3>\n <div class=\"modal-body\">\n <vdr-dialog-component-outlet [component]=\"childComponentType\"\n (create)=\"onCreate($event)\"></vdr-dialog-component-outlet>\n </div>\n <div class=\"modal-footer\">\n <ng-container *ngTemplateOutlet=\"(buttonsTemplateRef$ | async)\"></ng-container>\n </div>\n </clr-modal>\n</div>", styles: ["::ng-deep clr-modal.modal-valign-top .modal{justify-content:flex-start}::ng-deep clr-modal.modal-valign-bottom .modal{justify-content:flex-end}::ng-deep clr-modal .modal-dialog{display:flex}::ng-deep clr-modal .modal-content-wrapper{flex:1;display:flex}::ng-deep clr-modal .modal-dialog .modal-content{flex:1;display:flex;flex-direction:column}@media screen and (max-height: 700px){::ng-deep clr-modal .modal-dialog .modal-content{padding:.8rem}::ng-deep clr-modal .modal-header,::ng-deep clr-modal .modal-header--accessible{padding-bottom:.8rem}::ng-deep clr-modal .modal-footer{padding-top:.8rem}}:host-context([data-theme=dark]) ::ng-deep clr-modal .modal-dialog{background-color:var(--color-weight-150);color:var(--color-text-100);border:1px solid var(--color-component-border-100);box-shadow:0 0 0 1px var(--color-component-border-200),0 4px 12px #0009}:host-context([data-theme=dark]) ::ng-deep clr-modal .modal-title,:host-context([data-theme=dark]) ::ng-deep clr-modal .modal-body,:host-context([data-theme=dark]) ::ng-deep clr-modal .modal-footer{color:var(--color-text-100)}:host-context([data-theme=dark]) ::ng-deep clr-modal button{color:var(--color-button-small-text)}.modal-body{display:flex;flex-direction:column;container-type:inline-size}\n"], dependencies: [{ kind: "component", type: i1$2.ClrModal, selector: "clr-modal", inputs: ["clrModalOpen", "clrModalClosable", "clrModalCloseButtonAriaLabel", "clrModalSize", "clrModalStaticBackdrop", "clrModalSkipAnimation", "clrModalPreventClose", "clrModalLabelledById", "clrModalOverrideScrollService"], outputs: ["clrModalOpenChange", "clrModalAlternateClose"] }, { kind: "directive", type: i1$2.ClrModalBody, selector: ".modal-body" }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1$3.ɵɵDir, selector: "[dir]", inputs: ["dir"], outputs: ["dirChange"], exportAs: ["dir"] }, { kind: "component", type: DialogComponentOutletComponent, selector: "vdr-dialog-component-outlet", inputs: ["component"], outputs: ["create"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] }); }
7250
7250
  }
7251
7251
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ModalDialogComponent, decorators: [{
7252
7252
  type: Component,
7253
- args: [{ selector: 'vdr-modal-dialog', standalone: false, template: "<div [dir]=\"direction$ | async\">\n <clr-modal [clrModalOpen]=\"true\" (clrModalOpenChange)=\"modalOpenChange($event)\"\n [clrModalClosable]=\"options?.closable\" [clrModalSize]=\"options?.size\"\n [ngClass]=\"'modal-valign-' + (options?.verticalAlign || 'center')\">\n <h3 class=\"modal-title\"><ng-container *ngTemplateOutlet=\"(titleTemplateRef$ | async)\"></ng-container></h3>\n <div class=\"modal-body\">\n <vdr-dialog-component-outlet [component]=\"childComponentType\"\n (create)=\"onCreate($event)\"></vdr-dialog-component-outlet>\n </div>\n <div class=\"modal-footer\">\n <ng-container *ngTemplateOutlet=\"(buttonsTemplateRef$ | async)\"></ng-container>\n </div>\n </clr-modal>\n</div>", styles: ["::ng-deep clr-modal.modal-valign-top .modal{justify-content:flex-start}::ng-deep clr-modal.modal-valign-bottom .modal{justify-content:flex-end}::ng-deep clr-modal .modal-dialog{display:flex}::ng-deep clr-modal .modal-content-wrapper{flex:1;display:flex}::ng-deep clr-modal .modal-dialog .modal-content{flex:1;display:flex;flex-direction:column}@media screen and (max-height: 700px){::ng-deep clr-modal .modal-dialog .modal-content{padding:.8rem}::ng-deep clr-modal .modal-header,::ng-deep clr-modal .modal-header--accessible{padding-bottom:.8rem}::ng-deep clr-modal .modal-footer{padding-top:.8rem}}.modal-body{display:flex;flex-direction:column;container-type:inline-size}\n"] }]
7253
+ args: [{ selector: 'vdr-modal-dialog', standalone: false, template: "<div [dir]=\"direction$ | async\">\n <clr-modal [clrModalOpen]=\"true\" (clrModalOpenChange)=\"modalOpenChange($event)\"\n [clrModalClosable]=\"options?.closable\" [clrModalSize]=\"options?.size\"\n [ngClass]=\"'modal-valign-' + (options?.verticalAlign || 'center')\">\n <h3 class=\"modal-title\"><ng-container *ngTemplateOutlet=\"(titleTemplateRef$ | async)\"></ng-container></h3>\n <div class=\"modal-body\">\n <vdr-dialog-component-outlet [component]=\"childComponentType\"\n (create)=\"onCreate($event)\"></vdr-dialog-component-outlet>\n </div>\n <div class=\"modal-footer\">\n <ng-container *ngTemplateOutlet=\"(buttonsTemplateRef$ | async)\"></ng-container>\n </div>\n </clr-modal>\n</div>", styles: ["::ng-deep clr-modal.modal-valign-top .modal{justify-content:flex-start}::ng-deep clr-modal.modal-valign-bottom .modal{justify-content:flex-end}::ng-deep clr-modal .modal-dialog{display:flex}::ng-deep clr-modal .modal-content-wrapper{flex:1;display:flex}::ng-deep clr-modal .modal-dialog .modal-content{flex:1;display:flex;flex-direction:column}@media screen and (max-height: 700px){::ng-deep clr-modal .modal-dialog .modal-content{padding:.8rem}::ng-deep clr-modal .modal-header,::ng-deep clr-modal .modal-header--accessible{padding-bottom:.8rem}::ng-deep clr-modal .modal-footer{padding-top:.8rem}}:host-context([data-theme=dark]) ::ng-deep clr-modal .modal-dialog{background-color:var(--color-weight-150);color:var(--color-text-100);border:1px solid var(--color-component-border-100);box-shadow:0 0 0 1px var(--color-component-border-200),0 4px 12px #0009}:host-context([data-theme=dark]) ::ng-deep clr-modal .modal-title,:host-context([data-theme=dark]) ::ng-deep clr-modal .modal-body,:host-context([data-theme=dark]) ::ng-deep clr-modal .modal-footer{color:var(--color-text-100)}:host-context([data-theme=dark]) ::ng-deep clr-modal button{color:var(--color-button-small-text)}.modal-body{display:flex;flex-direction:column;container-type:inline-size}\n"] }]
7254
7254
  }], ctorParameters: () => [{ type: LocalizationService }] });
7255
7255
 
7256
7256
  /**
@@ -7848,7 +7848,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImpor
7848
7848
  }], ctorParameters: () => [{ type: AlertsService }] });
7849
7849
 
7850
7850
  // Auto-generated by the set-version.js script.
7851
- const ADMIN_UI_VERSION = '3.2.3';
7851
+ const ADMIN_UI_VERSION = '3.2.4';
7852
7852
 
7853
7853
  /* eslint-disable @angular-eslint/directive-selector */
7854
7854
  class FormFieldControlDirective {