@datarailsshared/datarailsshared 1.5.286 → 1.5.288

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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
- type ButtonType = 'primary' | 'split-primary-first' | 'split-primary-last' | 'secondary' | 'split-secondary-first' | 'split-secondary-last' | 'icon' | 'icon-primary' | 'icon-secondary' | 'ghost' | 'selection' | 'link' | 'danger' | 'help';
2
+ type ButtonType = 'primary' | 'split-primary-first' | 'split-primary-last' | 'secondary' | 'split-secondary-first' | 'split-secondary-last' | 'icon' | 'icon-primary' | 'icon-secondary' | 'ghost' | 'selection' | 'highlight' | 'danger' | 'help';
3
3
  export declare class DrButtonComponent {
4
4
  theme: ButtonType;
5
5
  icon: string | string[];
@@ -15,15 +15,16 @@ import * as i13 from "./date-pickers/dr-date-picker-range/dr-date-picker-range.c
15
15
  import * as i14 from "./dr-model-debounce-change.directive";
16
16
  import * as i15 from "./date-pickers/dr-show-timeframe.pipe";
17
17
  import * as i16 from "./dr-select-add-item/dr-select-add-item.component";
18
- import * as i17 from "@angular/forms";
19
- import * as i18 from "@angular/common";
20
- import * as i19 from "@ng-select/ng-select";
21
- import * as i20 from "@angular/material/core";
22
- import * as i21 from "@angular/material/datepicker";
23
- import * as i22 from "../dr-tooltip/dr-tooltip.module";
24
- import * as i23 from "../dr-spinner/dr-spinner.module";
18
+ import * as i17 from "./dr-link/dr-link.component";
19
+ import * as i18 from "@angular/forms";
20
+ import * as i19 from "@angular/common";
21
+ import * as i20 from "@ng-select/ng-select";
22
+ import * as i21 from "@angular/material/core";
23
+ import * as i22 from "@angular/material/datepicker";
24
+ import * as i23 from "../dr-tooltip/dr-tooltip.module";
25
+ import * as i24 from "../dr-spinner/dr-spinner.module";
25
26
  export declare class DrInputsModule {
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<DrInputsModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<DrInputsModule, [typeof i1.DrButtonComponent, typeof i2.RadioButtonComponent, typeof i3.RadioGroupComponent, typeof i4.CheckboxComponent, typeof i5.DrInputComponent, typeof i6.DrSelectComponent, typeof i7.DrToggleComponent, typeof i8.DrToggleButtonComponent, typeof i9.DrDatePickerComponent, typeof i10.DrDatePickerWithTimeframeComponent, typeof i11.DrDatePickerFormatDirective, typeof i12.DrDatePickerCustomHeaderComponent, typeof i13.DrDatePickerRangeComponent, typeof i14.DrModelDebounceChangeDirective, typeof i15.DrShowTimeframePipe, typeof i16.DrSelectAddItemComponent], [typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.CommonModule, typeof i19.NgSelectModule, typeof i20.MatNativeDateModule, typeof i21.MatDatepickerModule, typeof i22.DrTooltipModule, typeof i23.DrSpinnerModule], [typeof i1.DrButtonComponent, typeof i2.RadioButtonComponent, typeof i3.RadioGroupComponent, typeof i4.CheckboxComponent, typeof i5.DrInputComponent, typeof i6.DrSelectComponent, typeof i7.DrToggleComponent, typeof i8.DrToggleButtonComponent, typeof i9.DrDatePickerComponent, typeof i10.DrDatePickerWithTimeframeComponent, typeof i11.DrDatePickerFormatDirective, typeof i12.DrDatePickerCustomHeaderComponent, typeof i13.DrDatePickerRangeComponent, typeof i14.DrModelDebounceChangeDirective, typeof i15.DrShowTimeframePipe, typeof i16.DrSelectAddItemComponent]>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DrInputsModule, [typeof i1.DrButtonComponent, typeof i2.RadioButtonComponent, typeof i3.RadioGroupComponent, typeof i4.CheckboxComponent, typeof i5.DrInputComponent, typeof i6.DrSelectComponent, typeof i7.DrToggleComponent, typeof i8.DrToggleButtonComponent, typeof i9.DrDatePickerComponent, typeof i10.DrDatePickerWithTimeframeComponent, typeof i11.DrDatePickerFormatDirective, typeof i12.DrDatePickerCustomHeaderComponent, typeof i13.DrDatePickerRangeComponent, typeof i14.DrModelDebounceChangeDirective, typeof i15.DrShowTimeframePipe, typeof i16.DrSelectAddItemComponent, typeof i17.DrLinkComponent], [typeof i18.FormsModule, typeof i18.ReactiveFormsModule, typeof i19.CommonModule, typeof i20.NgSelectModule, typeof i21.MatNativeDateModule, typeof i22.MatDatepickerModule, typeof i23.DrTooltipModule, typeof i24.DrSpinnerModule], [typeof i1.DrButtonComponent, typeof i2.RadioButtonComponent, typeof i3.RadioGroupComponent, typeof i4.CheckboxComponent, typeof i5.DrInputComponent, typeof i6.DrSelectComponent, typeof i7.DrToggleComponent, typeof i8.DrToggleButtonComponent, typeof i9.DrDatePickerComponent, typeof i10.DrDatePickerWithTimeframeComponent, typeof i11.DrDatePickerFormatDirective, typeof i12.DrDatePickerCustomHeaderComponent, typeof i13.DrDatePickerRangeComponent, typeof i14.DrModelDebounceChangeDirective, typeof i15.DrShowTimeframePipe, typeof i16.DrSelectAddItemComponent, typeof i17.DrLinkComponent]>;
28
29
  static ɵinj: i0.ɵɵInjectorDeclaration<DrInputsModule>;
29
30
  }
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare enum LinkTheme {
3
+ DEFAULT = "DEFAULT",
4
+ DEFAULT_UNDERLINE = "DEFAULT_UNDERLINE"
5
+ }
6
+ export declare const DEFAULT_LINK_FONT_SIZE: "14px";
7
+ export declare const DEFAULT_LINK_FONT_WEIGHT: 400;
8
+ export declare class DrLinkComponent {
9
+ link: string;
10
+ fontSize: string;
11
+ fontWeight: number;
12
+ theme: LinkTheme;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrLinkComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrLinkComponent, "dr-link", never, { "link": { "alias": "link"; "required": true; }; "fontSize": { "alias": "fontSize"; "required": false; }; "fontWeight": { "alias": "fontWeight"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
15
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.5.286",
3
+ "version": "1.5.288",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",
package/public-api.d.ts CHANGED
@@ -13,6 +13,7 @@ export * from './lib/dr-inputs/radio-button/radio-button.component';
13
13
  export * from './lib/dr-inputs/radio-button/radio-group.component';
14
14
  export * from './lib/dr-inputs/checkbox/checkbox.component';
15
15
  export * from './lib/dr-inputs/dr-input/dr-input.component';
16
+ export * from './lib/dr-inputs/dr-link/dr-link.component';
16
17
  export * from './lib/dr-inputs/dr-select/dr-select.component';
17
18
  export * from './lib/dr-inputs/date-pickers/dr-date-picker_custom-header/dr-date-picker_custom-header.component';
18
19
  export * from './lib/dr-inputs/date-pickers/dr-date-picker/dr-date-picker.component';