@churchillliving/se-ui-toolkit 6.54.324 → 6.54.326

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.
@@ -36,11 +36,11 @@ export class SplitterComponent {
36
36
  this.formService.isComponentExist = false;
37
37
  }
38
38
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: SplitterComponent, deps: [{ token: i0.NgZone }, { token: i1.DomSanitizer }, { token: i2.FormService }], target: i0.ɵɵFactoryTarget.Component }); }
39
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.1", type: SplitterComponent, selector: "se-splitter", inputs: { panelComponent: "panelComponent", existingCopmonent: "existingCopmonent", configData: "configData" }, outputs: { closePanelEmitter: "closePanelEmitter" }, viewQueries: [{ propertyName: "viewContainerPanelRef", first: true, predicate: ["viewContainerPanelRef"], descendants: true, read: ViewContainerRef }, { propertyName: "viewContainerRef", first: true, predicate: ["viewContainerRef"], descendants: true, read: ViewContainerRef }], ngImport: i0, template: "<div class=\"card\">\n <p-splitter class=\"splitter-wrapper\"\n [style]=\"{ height: '830px', width:'100%'}\" \n layout=\"vertical\">\n <ng-template pTemplate>\n <div [innerHTML]=\"sanitizedContent\"></div>\n </ng-template>\n <ng-template pTemplate>\n <span class=\"closeIcon\"> <i class=\"fa-regular fa-x\" (click)=\"closePanel()\"></i></span>\n <div #viewContainerPanelRef></div>\n </ng-template>\n </p-splitter>\n</div>", styles: [".closeIcon{cursor:pointer;position:sticky;right:10px;top:10px;z-index:9;width:18px;height:31px;display:flex;align-items:center;justify-content:center;left:unset;margin-left:auto;margin-top:-25px;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:21px;padding:5px 12px}:host ::ng-deep .p-splitter-panel-nested{position:relative;width:100%;display:flex;flex-direction:column}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon){width:100%;height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog{height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog .sidebar-wrapper{height:100%}:host ::ng-deep .p-splitter-panel-nested~div{display:none}\n"], dependencies: [{ kind: "directive", type: i3.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i4.Splitter, selector: "p-splitter", inputs: ["styleClass", "panelStyleClass", "style", "panelStyle", "stateStorage", "stateKey", "layout", "gutterSize", "step", "minSizes", "panelSizes"], outputs: ["onResizeEnd", "onResizeStart"] }] }); }
39
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.1", type: SplitterComponent, selector: "se-splitter", inputs: { panelComponent: "panelComponent", existingCopmonent: "existingCopmonent", configData: "configData" }, outputs: { closePanelEmitter: "closePanelEmitter" }, viewQueries: [{ propertyName: "viewContainerPanelRef", first: true, predicate: ["viewContainerPanelRef"], descendants: true, read: ViewContainerRef }, { propertyName: "viewContainerRef", first: true, predicate: ["viewContainerRef"], descendants: true, read: ViewContainerRef }], ngImport: i0, template: "<div class=\"card\">\n <p-splitter class=\"splitter-wrapper\"\n [style]=\"{ height: '830px', width:'100%'}\" \n layout=\"vertical\">\n <ng-template pTemplate>\n <div [innerHTML]=\"sanitizedContent\"></div>\n </ng-template>\n <ng-template pTemplate>\n <span class=\"closeIcon\"> <i class=\"fa-regular fa-x\" (click)=\"closePanel()\"></i></span>\n <div #viewContainerPanelRef></div>\n </ng-template>\n </p-splitter>\n</div>", styles: [".closeIcon{cursor:pointer;position:sticky;right:10px;top:10px;z-index:9;width:18px;height:31px;display:flex;align-items:center;justify-content:center;left:unset;margin-left:auto;margin-top:-25px;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:21px;padding:5px 12px}:host ::ng-deep .p-splitter-panel-nested{position:relative;width:100%;display:flex;flex-direction:column}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon){width:100%;height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog{height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog .sidebar-wrapper{height:100%}:host ::ng-deep .p-splitter-panel-nested+div{display:none}\n"], dependencies: [{ kind: "directive", type: i3.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i4.Splitter, selector: "p-splitter", inputs: ["styleClass", "panelStyleClass", "style", "panelStyle", "stateStorage", "stateKey", "layout", "gutterSize", "step", "minSizes", "panelSizes"], outputs: ["onResizeEnd", "onResizeStart"] }] }); }
40
40
  }
41
41
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: SplitterComponent, decorators: [{
42
42
  type: Component,
43
- args: [{ selector: 'se-splitter', template: "<div class=\"card\">\n <p-splitter class=\"splitter-wrapper\"\n [style]=\"{ height: '830px', width:'100%'}\" \n layout=\"vertical\">\n <ng-template pTemplate>\n <div [innerHTML]=\"sanitizedContent\"></div>\n </ng-template>\n <ng-template pTemplate>\n <span class=\"closeIcon\"> <i class=\"fa-regular fa-x\" (click)=\"closePanel()\"></i></span>\n <div #viewContainerPanelRef></div>\n </ng-template>\n </p-splitter>\n</div>", styles: [".closeIcon{cursor:pointer;position:sticky;right:10px;top:10px;z-index:9;width:18px;height:31px;display:flex;align-items:center;justify-content:center;left:unset;margin-left:auto;margin-top:-25px;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:21px;padding:5px 12px}:host ::ng-deep .p-splitter-panel-nested{position:relative;width:100%;display:flex;flex-direction:column}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon){width:100%;height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog{height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog .sidebar-wrapper{height:100%}:host ::ng-deep .p-splitter-panel-nested~div{display:none}\n"] }]
43
+ args: [{ selector: 'se-splitter', template: "<div class=\"card\">\n <p-splitter class=\"splitter-wrapper\"\n [style]=\"{ height: '830px', width:'100%'}\" \n layout=\"vertical\">\n <ng-template pTemplate>\n <div [innerHTML]=\"sanitizedContent\"></div>\n </ng-template>\n <ng-template pTemplate>\n <span class=\"closeIcon\"> <i class=\"fa-regular fa-x\" (click)=\"closePanel()\"></i></span>\n <div #viewContainerPanelRef></div>\n </ng-template>\n </p-splitter>\n</div>", styles: [".closeIcon{cursor:pointer;position:sticky;right:10px;top:10px;z-index:9;width:18px;height:31px;display:flex;align-items:center;justify-content:center;left:unset;margin-left:auto;margin-top:-25px;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:21px;padding:5px 12px}:host ::ng-deep .p-splitter-panel-nested{position:relative;width:100%;display:flex;flex-direction:column}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon){width:100%;height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog{height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog .sidebar-wrapper{height:100%}:host ::ng-deep .p-splitter-panel-nested+div{display:none}\n"] }]
44
44
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1.DomSanitizer }, { type: i2.FormService }]; }, propDecorators: { panelComponent: [{
45
45
  type: Input
46
46
  }], existingCopmonent: [{
@@ -7152,11 +7152,11 @@ class SplitterComponent {
7152
7152
  this.formService.isComponentExist = false;
7153
7153
  }
7154
7154
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: SplitterComponent, deps: [{ token: i0.NgZone }, { token: i1.DomSanitizer }, { token: FormService }], target: i0.ɵɵFactoryTarget.Component }); }
7155
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.1", type: SplitterComponent, selector: "se-splitter", inputs: { panelComponent: "panelComponent", existingCopmonent: "existingCopmonent", configData: "configData" }, outputs: { closePanelEmitter: "closePanelEmitter" }, viewQueries: [{ propertyName: "viewContainerPanelRef", first: true, predicate: ["viewContainerPanelRef"], descendants: true, read: ViewContainerRef }, { propertyName: "viewContainerRef", first: true, predicate: ["viewContainerRef"], descendants: true, read: ViewContainerRef }], ngImport: i0, template: "<div class=\"card\">\n <p-splitter class=\"splitter-wrapper\"\n [style]=\"{ height: '830px', width:'100%'}\" \n layout=\"vertical\">\n <ng-template pTemplate>\n <div [innerHTML]=\"sanitizedContent\"></div>\n </ng-template>\n <ng-template pTemplate>\n <span class=\"closeIcon\"> <i class=\"fa-regular fa-x\" (click)=\"closePanel()\"></i></span>\n <div #viewContainerPanelRef></div>\n </ng-template>\n </p-splitter>\n</div>", styles: [".closeIcon{cursor:pointer;position:sticky;right:10px;top:10px;z-index:9;width:18px;height:31px;display:flex;align-items:center;justify-content:center;left:unset;margin-left:auto;margin-top:-25px;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:21px;padding:5px 12px}:host ::ng-deep .p-splitter-panel-nested{position:relative;width:100%;display:flex;flex-direction:column}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon){width:100%;height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog{height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog .sidebar-wrapper{height:100%}:host ::ng-deep .p-splitter-panel-nested~div{display:none}\n"], dependencies: [{ kind: "directive", type: i3.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i4$2.Splitter, selector: "p-splitter", inputs: ["styleClass", "panelStyleClass", "style", "panelStyle", "stateStorage", "stateKey", "layout", "gutterSize", "step", "minSizes", "panelSizes"], outputs: ["onResizeEnd", "onResizeStart"] }] }); }
7155
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.1", type: SplitterComponent, selector: "se-splitter", inputs: { panelComponent: "panelComponent", existingCopmonent: "existingCopmonent", configData: "configData" }, outputs: { closePanelEmitter: "closePanelEmitter" }, viewQueries: [{ propertyName: "viewContainerPanelRef", first: true, predicate: ["viewContainerPanelRef"], descendants: true, read: ViewContainerRef }, { propertyName: "viewContainerRef", first: true, predicate: ["viewContainerRef"], descendants: true, read: ViewContainerRef }], ngImport: i0, template: "<div class=\"card\">\n <p-splitter class=\"splitter-wrapper\"\n [style]=\"{ height: '830px', width:'100%'}\" \n layout=\"vertical\">\n <ng-template pTemplate>\n <div [innerHTML]=\"sanitizedContent\"></div>\n </ng-template>\n <ng-template pTemplate>\n <span class=\"closeIcon\"> <i class=\"fa-regular fa-x\" (click)=\"closePanel()\"></i></span>\n <div #viewContainerPanelRef></div>\n </ng-template>\n </p-splitter>\n</div>", styles: [".closeIcon{cursor:pointer;position:sticky;right:10px;top:10px;z-index:9;width:18px;height:31px;display:flex;align-items:center;justify-content:center;left:unset;margin-left:auto;margin-top:-25px;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:21px;padding:5px 12px}:host ::ng-deep .p-splitter-panel-nested{position:relative;width:100%;display:flex;flex-direction:column}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon){width:100%;height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog{height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog .sidebar-wrapper{height:100%}:host ::ng-deep .p-splitter-panel-nested+div{display:none}\n"], dependencies: [{ kind: "directive", type: i3.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i4$2.Splitter, selector: "p-splitter", inputs: ["styleClass", "panelStyleClass", "style", "panelStyle", "stateStorage", "stateKey", "layout", "gutterSize", "step", "minSizes", "panelSizes"], outputs: ["onResizeEnd", "onResizeStart"] }] }); }
7156
7156
  }
7157
7157
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: SplitterComponent, decorators: [{
7158
7158
  type: Component,
7159
- args: [{ selector: 'se-splitter', template: "<div class=\"card\">\n <p-splitter class=\"splitter-wrapper\"\n [style]=\"{ height: '830px', width:'100%'}\" \n layout=\"vertical\">\n <ng-template pTemplate>\n <div [innerHTML]=\"sanitizedContent\"></div>\n </ng-template>\n <ng-template pTemplate>\n <span class=\"closeIcon\"> <i class=\"fa-regular fa-x\" (click)=\"closePanel()\"></i></span>\n <div #viewContainerPanelRef></div>\n </ng-template>\n </p-splitter>\n</div>", styles: [".closeIcon{cursor:pointer;position:sticky;right:10px;top:10px;z-index:9;width:18px;height:31px;display:flex;align-items:center;justify-content:center;left:unset;margin-left:auto;margin-top:-25px;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:21px;padding:5px 12px}:host ::ng-deep .p-splitter-panel-nested{position:relative;width:100%;display:flex;flex-direction:column}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon){width:100%;height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog{height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog .sidebar-wrapper{height:100%}:host ::ng-deep .p-splitter-panel-nested~div{display:none}\n"] }]
7159
+ args: [{ selector: 'se-splitter', template: "<div class=\"card\">\n <p-splitter class=\"splitter-wrapper\"\n [style]=\"{ height: '830px', width:'100%'}\" \n layout=\"vertical\">\n <ng-template pTemplate>\n <div [innerHTML]=\"sanitizedContent\"></div>\n </ng-template>\n <ng-template pTemplate>\n <span class=\"closeIcon\"> <i class=\"fa-regular fa-x\" (click)=\"closePanel()\"></i></span>\n <div #viewContainerPanelRef></div>\n </ng-template>\n </p-splitter>\n</div>", styles: [".closeIcon{cursor:pointer;position:sticky;right:10px;top:10px;z-index:9;width:18px;height:31px;display:flex;align-items:center;justify-content:center;left:unset;margin-left:auto;margin-top:-25px;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:21px;padding:5px 12px}:host ::ng-deep .p-splitter-panel-nested{position:relative;width:100%;display:flex;flex-direction:column}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon){width:100%;height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog{height:100%}:host ::ng-deep .p-splitter-panel-nested>*:not(span.closeIcon) .se-form-dialog .sidebar-wrapper{height:100%}:host ::ng-deep .p-splitter-panel-nested+div{display:none}\n"] }]
7160
7160
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1.DomSanitizer }, { type: FormService }]; }, propDecorators: { panelComponent: [{
7161
7161
  type: Input
7162
7162
  }], existingCopmonent: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@churchillliving/se-ui-toolkit",
3
- "version": "6.54.324",
3
+ "version": "6.54.326",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.1",
6
6
  "@angular/core": "^16.2.1",