@angular/cdk 13.0.3 → 13.1.0-next.3
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/bidi/dir.d.ts +1 -1
- package/bidi/directionality.d.ts +2 -0
- package/drag-drop/drag-styling.d.ts +1 -0
- package/esm2020/bidi/dir.mjs +8 -6
- package/esm2020/bidi/directionality.mjs +12 -7
- package/esm2020/drag-drop/drag-ref.mjs +3 -2
- package/esm2020/drag-drop/drag-styling.mjs +1 -1
- package/esm2020/table/row.mjs +2 -1
- package/esm2020/table/table.mjs +21 -7
- package/esm2020/version.mjs +1 -1
- package/fesm2015/bidi.mjs +17 -10
- package/fesm2015/bidi.mjs.map +1 -1
- package/fesm2015/cdk.mjs +1 -1
- package/fesm2015/cdk.mjs.map +1 -1
- package/fesm2015/drag-drop.mjs +2 -1
- package/fesm2015/drag-drop.mjs.map +1 -1
- package/fesm2015/table.mjs +21 -6
- package/fesm2015/table.mjs.map +1 -1
- package/fesm2020/bidi.mjs +17 -10
- package/fesm2020/bidi.mjs.map +1 -1
- package/fesm2020/cdk.mjs +1 -1
- package/fesm2020/cdk.mjs.map +1 -1
- package/fesm2020/drag-drop.mjs +2 -1
- package/fesm2020/drag-drop.mjs.map +1 -1
- package/fesm2020/table.mjs +21 -6
- package/fesm2020/table.mjs.map +1 -1
- package/package.json +1 -1
- package/table/row.d.ts +1 -0
package/package.json
CHANGED
package/table/row.d.ts
CHANGED
|
@@ -170,6 +170,7 @@ export declare class CdkRow {
|
|
|
170
170
|
/** Row that can be used to display a message when no data is shown in the table. */
|
|
171
171
|
export declare class CdkNoDataRow {
|
|
172
172
|
templateRef: TemplateRef<any>;
|
|
173
|
+
_contentClassName: string;
|
|
173
174
|
constructor(templateRef: TemplateRef<any>);
|
|
174
175
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkNoDataRow, never>;
|
|
175
176
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkNoDataRow, "ng-template[cdkNoDataRow]", never, {}, {}, never>;
|