raise-common-lib 0.0.82 → 0.0.83

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.
@@ -1602,10 +1602,10 @@
1602
1602
  }] }
1603
1603
  ];
1604
1604
  RsPageListComponent.propDecorators = {
1605
- gridContent: [{ type: core.ContentChild, args: [CommonGridComponent, { static: true },] }],
1606
- orignGrid: [{ type: core.ContentChild, args: [ej2AngularGrids.GridComponent, { static: true },] }],
1607
- treeGrid: [{ type: core.ContentChild, args: [ej2AngularTreegrid.TreeGridComponent, { static: true },] }],
1608
- wholeToolbarSlot: [{ type: core.ContentChild, args: ["wholeToolbarSlot", { static: true },] }],
1605
+ gridContent: [{ type: core.ContentChild, args: [CommonGridComponent, { static: false },] }],
1606
+ orignGrid: [{ type: core.ContentChild, args: [ej2AngularGrids.GridComponent, { static: false },] }],
1607
+ treeGrid: [{ type: core.ContentChild, args: [ej2AngularTreegrid.TreeGridComponent, { static: false },] }],
1608
+ wholeToolbarSlot: [{ type: core.ContentChild, args: ["wholeToolbarSlot", { static: false },] }],
1609
1609
  pageTitle: [{ type: core.Input }],
1610
1610
  customPageTitle: [{ type: core.Input }],
1611
1611
  hideSearch: [{ type: core.Input }],
@@ -1818,10 +1818,10 @@
1818
1818
  }] }
1819
1819
  ];
1820
1820
  GridBoxComponent.propDecorators = {
1821
- gridContent: [{ type: core.ContentChild, args: [CommonGridComponent, { static: true },] }],
1822
- orignGrid: [{ type: core.ContentChild, args: [ej2AngularGrids.GridComponent, { static: true },] }],
1823
- treeGrid: [{ type: core.ContentChild, args: [ej2AngularTreegrid.TreeGridComponent, { static: true },] }],
1824
- wholeToolbarSlot: [{ type: core.ContentChild, args: ["wholeToolbarSlot", { static: true },] }],
1821
+ gridContent: [{ type: core.ContentChild, args: [CommonGridComponent, { static: false },] }],
1822
+ orignGrid: [{ type: core.ContentChild, args: [ej2AngularGrids.GridComponent, { static: false },] }],
1823
+ treeGrid: [{ type: core.ContentChild, args: [ej2AngularTreegrid.TreeGridComponent, { static: false },] }],
1824
+ wholeToolbarSlot: [{ type: core.ContentChild, args: ["wholeToolbarSlot", { static: false },] }],
1825
1825
  hideSearch: [{ type: core.Input }],
1826
1826
  isInner: [{ type: core.Input }]
1827
1827
  };
@@ -22065,7 +22065,7 @@
22065
22065
  loading: [{ type: core.Input }],
22066
22066
  saveEmit: [{ type: core.Output }],
22067
22067
  closeEmit: [{ type: core.Output }],
22068
- footerContent: [{ type: core.ContentChild, args: ["footerSlot", { static: true },] }]
22068
+ footerContent: [{ type: core.ContentChild, args: ["footerSlot", { static: false },] }]
22069
22069
  };
22070
22070
  return CommonDialogComponent;
22071
22071
  }());