@datarailsshared/datarailsshared 1.6.328 → 1.6.332

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,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DrEmptyStateDescriptionComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrEmptyStateDescriptionComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrEmptyStateDescriptionComponent, "dr-empty-state-description, [dr-empty-state-description], [drEmptyStateDescription]", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DrEmptyStateTitleComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrEmptyStateTitleComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrEmptyStateTitleComponent, "dr-empty-state-title, [dr-empty-state-title], [drEmptyStateTitle]", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,21 @@
1
+ import { DrEmptyStateDescriptionComponent } from './dr-empty-state-description.component';
2
+ import { DrEmptyStateTitleComponent } from './dr-empty-state-title.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class DrEmptyStateComponent {
5
+ title: string;
6
+ description: string;
7
+ illustrationUrl: string;
8
+ illustrationAlt: string;
9
+ ariaLabel?: string;
10
+ projectedTitle?: DrEmptyStateTitleComponent;
11
+ projectedDescription?: DrEmptyStateDescriptionComponent;
12
+ readonly role = "status";
13
+ readonly ariaLive = "polite";
14
+ readonly ariaAtomic = "true";
15
+ get ariaLabelAttr(): string | null;
16
+ get hasProjectedTitle(): boolean;
17
+ get hasProjectedDescription(): boolean;
18
+ get isIllustrationDecorative(): boolean;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrEmptyStateComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrEmptyStateComponent, "dr-empty-state", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "illustrationUrl": { "alias": "illustrationUrl"; "required": false; }; "illustrationAlt": { "alias": "illustrationAlt"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, ["projectedTitle", "projectedDescription"], ["dr-empty-state-title, [dr-empty-state-title], [drEmptyStateTitle]", "dr-empty-state-description, [dr-empty-state-description], [drEmptyStateDescription]"], true, never>;
21
+ }
@@ -0,0 +1,3 @@
1
+ export * from './dr-empty-state.component';
2
+ export * from './dr-empty-state-title.component';
3
+ export * from './dr-empty-state-description.component';
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./default-toastr/default-toastr.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "projects/datarailsshared/src/public-api";
4
+ import * as i3 from "../dr-inputs/button/button.component";
5
5
  import * as i4 from "ngx-toastr";
6
6
  export declare class DrToastrModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DrToastrModule, never>;
package/local-api.d.ts CHANGED
@@ -75,6 +75,7 @@ export * from './lib/dr-layout/dr-layout.component';
75
75
  export * from './lib/dr-layout/dr-layout-header.component';
76
76
  export * from './lib/dr-layout/dr-layout-body.component';
77
77
  export * from './lib/dr-error/dr-error.component';
78
+ export * from './lib/dr-empty-state';
78
79
  export * from './lib/dr-dialog/services/dialog.service';
79
80
  export * from './lib/dr-dialog/components/dialog-wrapper/dialog-wrapper.component';
80
81
  export * from './lib/dr-dialog/components/dialog-modal-wrapper/dialog-modal-wrapper.component';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.328",
3
+ "version": "1.6.332",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",