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
|
@@ -1602,10 +1602,10 @@
|
|
|
1602
1602
|
}] }
|
|
1603
1603
|
];
|
|
1604
1604
|
RsPageListComponent.propDecorators = {
|
|
1605
|
-
gridContent: [{ type: core.ContentChild, args: [CommonGridComponent, { static:
|
|
1606
|
-
orignGrid: [{ type: core.ContentChild, args: [ej2AngularGrids.GridComponent, { static:
|
|
1607
|
-
treeGrid: [{ type: core.ContentChild, args: [ej2AngularTreegrid.TreeGridComponent, { static:
|
|
1608
|
-
wholeToolbarSlot: [{ type: core.ContentChild, args: ["wholeToolbarSlot", { static:
|
|
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:
|
|
1822
|
-
orignGrid: [{ type: core.ContentChild, args: [ej2AngularGrids.GridComponent, { static:
|
|
1823
|
-
treeGrid: [{ type: core.ContentChild, args: [ej2AngularTreegrid.TreeGridComponent, { static:
|
|
1824
|
-
wholeToolbarSlot: [{ type: core.ContentChild, args: ["wholeToolbarSlot", { static:
|
|
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:
|
|
22068
|
+
footerContent: [{ type: core.ContentChild, args: ["footerSlot", { static: false },] }]
|
|
22069
22069
|
};
|
|
22070
22070
|
return CommonDialogComponent;
|
|
22071
22071
|
}());
|