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.
@@ -1410,10 +1410,10 @@ var RsPageListComponent = /** @class */ (function () {
1410
1410
  }] }
1411
1411
  ];
1412
1412
  RsPageListComponent.propDecorators = {
1413
- gridContent: [{ type: ContentChild, args: [CommonGridComponent, { static: true },] }],
1414
- orignGrid: [{ type: ContentChild, args: [GridComponent, { static: true },] }],
1415
- treeGrid: [{ type: ContentChild, args: [TreeGridComponent, { static: true },] }],
1416
- wholeToolbarSlot: [{ type: ContentChild, args: ["wholeToolbarSlot", { static: true },] }],
1413
+ gridContent: [{ type: ContentChild, args: [CommonGridComponent, { static: false },] }],
1414
+ orignGrid: [{ type: ContentChild, args: [GridComponent, { static: false },] }],
1415
+ treeGrid: [{ type: ContentChild, args: [TreeGridComponent, { static: false },] }],
1416
+ wholeToolbarSlot: [{ type: ContentChild, args: ["wholeToolbarSlot", { static: false },] }],
1417
1417
  pageTitle: [{ type: Input }],
1418
1418
  customPageTitle: [{ type: Input }],
1419
1419
  hideSearch: [{ type: Input }],
@@ -1626,10 +1626,10 @@ var GridBoxComponent = /** @class */ (function () {
1626
1626
  }] }
1627
1627
  ];
1628
1628
  GridBoxComponent.propDecorators = {
1629
- gridContent: [{ type: ContentChild, args: [CommonGridComponent, { static: true },] }],
1630
- orignGrid: [{ type: ContentChild, args: [GridComponent, { static: true },] }],
1631
- treeGrid: [{ type: ContentChild, args: [TreeGridComponent, { static: true },] }],
1632
- wholeToolbarSlot: [{ type: ContentChild, args: ["wholeToolbarSlot", { static: true },] }],
1629
+ gridContent: [{ type: ContentChild, args: [CommonGridComponent, { static: false },] }],
1630
+ orignGrid: [{ type: ContentChild, args: [GridComponent, { static: false },] }],
1631
+ treeGrid: [{ type: ContentChild, args: [TreeGridComponent, { static: false },] }],
1632
+ wholeToolbarSlot: [{ type: ContentChild, args: ["wholeToolbarSlot", { static: false },] }],
1633
1633
  hideSearch: [{ type: Input }],
1634
1634
  isInner: [{ type: Input }]
1635
1635
  };
@@ -21873,7 +21873,7 @@ var CommonDialogComponent = /** @class */ (function () {
21873
21873
  loading: [{ type: Input }],
21874
21874
  saveEmit: [{ type: Output }],
21875
21875
  closeEmit: [{ type: Output }],
21876
- footerContent: [{ type: ContentChild, args: ["footerSlot", { static: true },] }]
21876
+ footerContent: [{ type: ContentChild, args: ["footerSlot", { static: false },] }]
21877
21877
  };
21878
21878
  return CommonDialogComponent;
21879
21879
  }());