@datarailsshared/datarailsshared 1.6.261 → 1.6.263

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.
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DrCardComponent {
3
+ padding: 'none' | 'medium';
4
+ appearance: 'outlined' | 'flat';
5
+ ariaLabel?: string;
6
+ get hostClasses(): string;
7
+ role: string;
8
+ get ariaLabelAttr(): string | null;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrCardComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrCardComponent, "dr-card", never, { "padding": { "alias": "padding"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["*"], true, never>;
11
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./card.component";
3
+ import * as i2 from "./components/card-content/card-content.component";
4
+ import * as i3 from "./components/card-header/card-header.component";
5
+ import * as i4 from "./components/card-header-actions/card-header-actions.component";
6
+ import * as i5 from "./components/card-title/card-title.component";
7
+ import * as i6 from "./components/card-subtitle/card-subtitle.component";
8
+ export declare class DrCardModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrCardModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DrCardModule, never, [typeof i1.DrCardComponent, typeof i2.DrCardContentComponent, typeof i3.DrCardHeaderComponent, typeof i4.DrCardHeaderActionsComponent, typeof i5.DrCardTitleComponent, typeof i6.DrCardSubtitleComponent], [typeof i1.DrCardComponent, typeof i2.DrCardContentComponent, typeof i3.DrCardHeaderComponent, typeof i4.DrCardHeaderActionsComponent, typeof i5.DrCardTitleComponent, typeof i6.DrCardSubtitleComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<DrCardModule>;
12
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DrCardContentComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrCardContentComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrCardContentComponent, "dr-card-content", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DrCardHeaderComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrCardHeaderComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrCardHeaderComponent, "dr-card-header", never, {}, {}, never, ["dr-card-title, dr-card-header-title, [dr-card-title], [drCardTitle]", "dr-card-header-actions", "dr-card-subtitle, dr-card-header-subtitle, [dr-card-subtitle], [drCardSubtitle]"], true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DrCardHeaderActionsComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrCardHeaderActionsComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrCardHeaderActionsComponent, "dr-card-header-actions", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DrCardSubtitleComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrCardSubtitleComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrCardSubtitleComponent, "dr-card-subtitle, dr-card-header-subtitle, [dr-card-subtitle], [drCardSubtitle]", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DrCardTitleComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrCardTitleComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrCardTitleComponent, "dr-card-title, dr-card-header-title, [dr-card-title], [drCardTitle]", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,7 @@
1
+ export * from './card.module';
2
+ export * from './card.component';
3
+ export * from './components/card-content/card-content.component';
4
+ export * from './components/card-header/card-header.component';
5
+ export * from './components/card-header-actions/card-header-actions.component';
6
+ export * from './components/card-title/card-title.component';
7
+ export * from './components/card-subtitle/card-subtitle.component';
package/local-api.d.ts CHANGED
@@ -176,3 +176,4 @@ export * from './lib/directives/autofocus/autofocus.directive';
176
176
  export * from './lib/filter-dropdown/filter-dropdown.component';
177
177
  export * from './lib/dr-grid/dr-grid';
178
178
  export * from './lib/dr-divider/dr-divider.component';
179
+ export * from './lib/card';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.261",
3
+ "version": "1.6.263",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",