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.
- package/bundles/raise-common-lib.umd.js +9 -9
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/dialog/common-dialog/index.component.js +2 -2
- package/esm2015/lib/layout/grid-box/index.component.js +5 -5
- package/esm2015/lib/layout/page-list/index.component.js +5 -5
- package/esm5/lib/dialog/common-dialog/index.component.js +2 -2
- package/esm5/lib/layout/grid-box/index.component.js +5 -5
- package/esm5/lib/layout/page-list/index.component.js +5 -5
- package/fesm2015/raise-common-lib.js +9 -9
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +9 -9
- package/fesm5/raise-common-lib.js.map +1 -1
- package/package.json +1 -1
- package/raise-common-lib.metadata.json +1 -1
|
@@ -1410,10 +1410,10 @@ var RsPageListComponent = /** @class */ (function () {
|
|
|
1410
1410
|
}] }
|
|
1411
1411
|
];
|
|
1412
1412
|
RsPageListComponent.propDecorators = {
|
|
1413
|
-
gridContent: [{ type: ContentChild, args: [CommonGridComponent, { static:
|
|
1414
|
-
orignGrid: [{ type: ContentChild, args: [GridComponent, { static:
|
|
1415
|
-
treeGrid: [{ type: ContentChild, args: [TreeGridComponent, { static:
|
|
1416
|
-
wholeToolbarSlot: [{ type: ContentChild, args: ["wholeToolbarSlot", { static:
|
|
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:
|
|
1630
|
-
orignGrid: [{ type: ContentChild, args: [GridComponent, { static:
|
|
1631
|
-
treeGrid: [{ type: ContentChild, args: [TreeGridComponent, { static:
|
|
1632
|
-
wholeToolbarSlot: [{ type: ContentChild, args: ["wholeToolbarSlot", { static:
|
|
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:
|
|
21876
|
+
footerContent: [{ type: ContentChild, args: ["footerSlot", { static: false },] }]
|
|
21877
21877
|
};
|
|
21878
21878
|
return CommonDialogComponent;
|
|
21879
21879
|
}());
|