@smartbit4all/ng-client 6.0.38 → 6.0.39

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.
@@ -39,11 +39,11 @@ export class GenericPageComponent extends SmartComponent {
39
39
  return false;
40
40
  }
41
41
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: GenericPageComponent, deps: [{ token: i0.Injector }, { token: 'genericPageName' }, { token: 'genericComponentName' }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
42
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: GenericPageComponent, selector: "app-generic-page", usesInheritance: true, ngImport: i0, template: "<div class=\"generic-page-container\">\r\n <smart-component-layout\r\n class=\"generic-page-layout\"\r\n *ngIf=\"componentLayout\"\r\n [smartComponentLayout]=\"componentLayout\"\r\n [parentSmartComponent]=\"this\"\r\n ></smart-component-layout>\r\n <smart-ui-action-toolbar\r\n class=\"generic-page-toolbar\"\r\n [uiActionModels]=\"uiActionModels\"\r\n ></smart-ui-action-toolbar>\r\n</div>\r\n<div *ngIf=\"showRouterOutlet()\">\r\n <ng-container [smartEmbeddedSlot]=\"'router-outlet'\" [containerUuid]=\"uuid\"></ng-container>\r\n</div>\r\n", styles: [".generic-page-container{display:flex;flex-direction:column;gap:1rem}:host{min-width:200px;width:40vw}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.SmartComponentLayoutComponent, selector: "smart-component-layout", inputs: ["smartComponentLayout", "parentLayoutComponent", "parentSmartComponent", "gridRow"] }, { kind: "component", type: i3.UiActionToolbarComponent, selector: "smart-ui-action-toolbar", inputs: ["uiActionModels", "uiActionDescriptorService", "id", "scrollOnWrap", "toolbarPropertes"] }, { kind: "directive", type: i4.SmartEmbeddedSlotDirective, selector: "[smartEmbeddedSlot]", inputs: ["smartEmbeddedSlot", "containerUuid"] }] }); }
42
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: GenericPageComponent, selector: "app-generic-page", usesInheritance: true, ngImport: i0, template: "<div class=\"generic-page-container\">\r\n <smart-component-layout\r\n class=\"generic-page-layout\"\r\n *ngIf=\"componentLayout\"\r\n [smartComponentLayout]=\"componentLayout\"\r\n [parentSmartComponent]=\"this\"\r\n ></smart-component-layout>\r\n <smart-ui-action-toolbar\r\n class=\"generic-page-toolbar\"\r\n [uiActionModels]=\"uiActionModels\"\r\n ></smart-ui-action-toolbar>\r\n</div>\r\n<div *ngIf=\"showRouterOutlet()\">\r\n <ng-container [smartEmbeddedSlot]=\"'router-outlet'\" [containerUuid]=\"uuid\"></ng-container>\r\n</div>\r\n", styles: [".generic-page-container{display:flex;flex-direction:column;gap:1rem}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.SmartComponentLayoutComponent, selector: "smart-component-layout", inputs: ["smartComponentLayout", "parentLayoutComponent", "parentSmartComponent", "gridRow"] }, { kind: "component", type: i3.UiActionToolbarComponent, selector: "smart-ui-action-toolbar", inputs: ["uiActionModels", "uiActionDescriptorService", "id", "scrollOnWrap", "toolbarPropertes"] }, { kind: "directive", type: i4.SmartEmbeddedSlotDirective, selector: "[smartEmbeddedSlot]", inputs: ["smartEmbeddedSlot", "containerUuid"] }] }); }
43
43
  }
44
44
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: GenericPageComponent, decorators: [{
45
45
  type: Component,
46
- args: [{ selector: 'app-generic-page', template: "<div class=\"generic-page-container\">\r\n <smart-component-layout\r\n class=\"generic-page-layout\"\r\n *ngIf=\"componentLayout\"\r\n [smartComponentLayout]=\"componentLayout\"\r\n [parentSmartComponent]=\"this\"\r\n ></smart-component-layout>\r\n <smart-ui-action-toolbar\r\n class=\"generic-page-toolbar\"\r\n [uiActionModels]=\"uiActionModels\"\r\n ></smart-ui-action-toolbar>\r\n</div>\r\n<div *ngIf=\"showRouterOutlet()\">\r\n <ng-container [smartEmbeddedSlot]=\"'router-outlet'\" [containerUuid]=\"uuid\"></ng-container>\r\n</div>\r\n", styles: [".generic-page-container{display:flex;flex-direction:column;gap:1rem}:host{min-width:200px;width:40vw}\n"] }]
46
+ args: [{ selector: 'app-generic-page', template: "<div class=\"generic-page-container\">\r\n <smart-component-layout\r\n class=\"generic-page-layout\"\r\n *ngIf=\"componentLayout\"\r\n [smartComponentLayout]=\"componentLayout\"\r\n [parentSmartComponent]=\"this\"\r\n ></smart-component-layout>\r\n <smart-ui-action-toolbar\r\n class=\"generic-page-toolbar\"\r\n [uiActionModels]=\"uiActionModels\"\r\n ></smart-ui-action-toolbar>\r\n</div>\r\n<div *ngIf=\"showRouterOutlet()\">\r\n <ng-container [smartEmbeddedSlot]=\"'router-outlet'\" [containerUuid]=\"uuid\"></ng-container>\r\n</div>\r\n", styles: [".generic-page-container{display:flex;flex-direction:column;gap:1rem}\n"] }]
47
47
  }], ctorParameters: () => [{ type: i0.Injector }, { type: undefined, decorators: [{
48
48
  type: Inject,
49
49
  args: ['genericPageName']
@@ -25418,11 +25418,11 @@ class GenericPageComponent extends SmartComponent {
25418
25418
  return false;
25419
25419
  }
25420
25420
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: GenericPageComponent, deps: [{ token: i0.Injector }, { token: 'genericPageName' }, { token: 'genericComponentName' }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
25421
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: GenericPageComponent, selector: "app-generic-page", usesInheritance: true, ngImport: i0, template: "<div class=\"generic-page-container\">\r\n <smart-component-layout\r\n class=\"generic-page-layout\"\r\n *ngIf=\"componentLayout\"\r\n [smartComponentLayout]=\"componentLayout\"\r\n [parentSmartComponent]=\"this\"\r\n ></smart-component-layout>\r\n <smart-ui-action-toolbar\r\n class=\"generic-page-toolbar\"\r\n [uiActionModels]=\"uiActionModels\"\r\n ></smart-ui-action-toolbar>\r\n</div>\r\n<div *ngIf=\"showRouterOutlet()\">\r\n <ng-container [smartEmbeddedSlot]=\"'router-outlet'\" [containerUuid]=\"uuid\"></ng-container>\r\n</div>\r\n", styles: [".generic-page-container{display:flex;flex-direction:column;gap:1rem}:host{min-width:200px;width:40vw}\n"], dependencies: [{ kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SmartComponentLayoutComponent, selector: "smart-component-layout", inputs: ["smartComponentLayout", "parentLayoutComponent", "parentSmartComponent", "gridRow"] }, { kind: "component", type: UiActionToolbarComponent, selector: "smart-ui-action-toolbar", inputs: ["uiActionModels", "uiActionDescriptorService", "id", "scrollOnWrap", "toolbarPropertes"] }, { kind: "directive", type: SmartEmbeddedSlotDirective, selector: "[smartEmbeddedSlot]", inputs: ["smartEmbeddedSlot", "containerUuid"] }] }); }
25421
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: GenericPageComponent, selector: "app-generic-page", usesInheritance: true, ngImport: i0, template: "<div class=\"generic-page-container\">\r\n <smart-component-layout\r\n class=\"generic-page-layout\"\r\n *ngIf=\"componentLayout\"\r\n [smartComponentLayout]=\"componentLayout\"\r\n [parentSmartComponent]=\"this\"\r\n ></smart-component-layout>\r\n <smart-ui-action-toolbar\r\n class=\"generic-page-toolbar\"\r\n [uiActionModels]=\"uiActionModels\"\r\n ></smart-ui-action-toolbar>\r\n</div>\r\n<div *ngIf=\"showRouterOutlet()\">\r\n <ng-container [smartEmbeddedSlot]=\"'router-outlet'\" [containerUuid]=\"uuid\"></ng-container>\r\n</div>\r\n", styles: [".generic-page-container{display:flex;flex-direction:column;gap:1rem}\n"], dependencies: [{ kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SmartComponentLayoutComponent, selector: "smart-component-layout", inputs: ["smartComponentLayout", "parentLayoutComponent", "parentSmartComponent", "gridRow"] }, { kind: "component", type: UiActionToolbarComponent, selector: "smart-ui-action-toolbar", inputs: ["uiActionModels", "uiActionDescriptorService", "id", "scrollOnWrap", "toolbarPropertes"] }, { kind: "directive", type: SmartEmbeddedSlotDirective, selector: "[smartEmbeddedSlot]", inputs: ["smartEmbeddedSlot", "containerUuid"] }] }); }
25422
25422
  }
25423
25423
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: GenericPageComponent, decorators: [{
25424
25424
  type: Component,
25425
- args: [{ selector: 'app-generic-page', template: "<div class=\"generic-page-container\">\r\n <smart-component-layout\r\n class=\"generic-page-layout\"\r\n *ngIf=\"componentLayout\"\r\n [smartComponentLayout]=\"componentLayout\"\r\n [parentSmartComponent]=\"this\"\r\n ></smart-component-layout>\r\n <smart-ui-action-toolbar\r\n class=\"generic-page-toolbar\"\r\n [uiActionModels]=\"uiActionModels\"\r\n ></smart-ui-action-toolbar>\r\n</div>\r\n<div *ngIf=\"showRouterOutlet()\">\r\n <ng-container [smartEmbeddedSlot]=\"'router-outlet'\" [containerUuid]=\"uuid\"></ng-container>\r\n</div>\r\n", styles: [".generic-page-container{display:flex;flex-direction:column;gap:1rem}:host{min-width:200px;width:40vw}\n"] }]
25425
+ args: [{ selector: 'app-generic-page', template: "<div class=\"generic-page-container\">\r\n <smart-component-layout\r\n class=\"generic-page-layout\"\r\n *ngIf=\"componentLayout\"\r\n [smartComponentLayout]=\"componentLayout\"\r\n [parentSmartComponent]=\"this\"\r\n ></smart-component-layout>\r\n <smart-ui-action-toolbar\r\n class=\"generic-page-toolbar\"\r\n [uiActionModels]=\"uiActionModels\"\r\n ></smart-ui-action-toolbar>\r\n</div>\r\n<div *ngIf=\"showRouterOutlet()\">\r\n <ng-container [smartEmbeddedSlot]=\"'router-outlet'\" [containerUuid]=\"uuid\"></ng-container>\r\n</div>\r\n", styles: [".generic-page-container{display:flex;flex-direction:column;gap:1rem}\n"] }]
25426
25426
  }], ctorParameters: () => [{ type: i0.Injector }, { type: undefined, decorators: [{
25427
25427
  type: Inject,
25428
25428
  args: ['genericPageName']