@datarailsshared/datarailsshared 1.6.330 → 1.6.334

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 DrEmptyStateDescriptionDirective {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrEmptyStateDescriptionDirective, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DrEmptyStateDescriptionDirective, "dr-empty-state-description, [dr-empty-state-description], [drEmptyStateDescription]", never, {}, {}, never, never, true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DrEmptyStateMediaDirective {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrEmptyStateMediaDirective, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DrEmptyStateMediaDirective, "dr-empty-state-media, [dr-empty-state-media], [drEmptyStateMedia]", never, {}, {}, never, never, true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DrEmptyStateTitleDirective {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrEmptyStateTitleDirective, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DrEmptyStateTitleDirective, "dr-empty-state-title, [dr-empty-state-title], [drEmptyStateTitle]", never, {}, {}, never, never, true, never>;
5
+ }
@@ -0,0 +1,24 @@
1
+ import { DrEmptyStateDescriptionDirective } from './dr-empty-state-description.directive';
2
+ import { DrEmptyStateMediaDirective } from './dr-empty-state-media.directive';
3
+ import { DrEmptyStateTitleDirective } from './dr-empty-state-title.directive';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DrEmptyStateComponent {
6
+ title: string;
7
+ description: string;
8
+ illustrationUrl: string;
9
+ illustrationAlt: string;
10
+ ariaLabel?: string;
11
+ projectedTitle?: DrEmptyStateTitleDirective;
12
+ projectedDescription?: DrEmptyStateDescriptionDirective;
13
+ projectedMedia?: DrEmptyStateMediaDirective;
14
+ readonly role = "status";
15
+ readonly ariaLive = "polite";
16
+ readonly ariaAtomic = "true";
17
+ get ariaLabelAttr(): string | null;
18
+ get hasProjectedTitle(): boolean;
19
+ get hasProjectedDescription(): boolean;
20
+ get hasProjectedMedia(): boolean;
21
+ get isIllustrationDecorative(): boolean;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrEmptyStateComponent, never>;
23
+ 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", "projectedMedia"], ["dr-empty-state-media, [dr-empty-state-media], [drEmptyStateMedia]", "dr-empty-state-title, [dr-empty-state-title], [drEmptyStateTitle]", "dr-empty-state-description, [dr-empty-state-description], [drEmptyStateDescription]"], true, never>;
24
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./dr-empty-state.component";
3
+ import * as i2 from "./dr-empty-state-title.directive";
4
+ import * as i3 from "./dr-empty-state-description.directive";
5
+ import * as i4 from "./dr-empty-state-media.directive";
6
+ export declare class DrEmptyStateModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrEmptyStateModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DrEmptyStateModule, never, [typeof i1.DrEmptyStateComponent, typeof i2.DrEmptyStateTitleDirective, typeof i3.DrEmptyStateDescriptionDirective, typeof i4.DrEmptyStateMediaDirective], [typeof i1.DrEmptyStateComponent, typeof i2.DrEmptyStateTitleDirective, typeof i3.DrEmptyStateDescriptionDirective, typeof i4.DrEmptyStateMediaDirective]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<DrEmptyStateModule>;
10
+ }
@@ -0,0 +1,5 @@
1
+ export * from './dr-empty-state.component';
2
+ export * from './dr-empty-state-title.directive';
3
+ export * from './dr-empty-state-description.directive';
4
+ export * from './dr-empty-state-media.directive';
5
+ export * from './dr-empty-state.module';
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.330",
3
+ "version": "1.6.334",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",