@datarailsshared/datarailsshared 1.3.28 → 1.3.31

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,14 +1,19 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- declare type ButtonType = 'primary' | 'secondary' | 'danger' | 'primary-icon' | 'secondary-icon' | 'icon' | 'ghost' | 'link-btn' | 'text-link' | 'split-primary-first' | 'split-primary-last' | 'split-secondary-first' | 'split-secondary-last' | 'dropdown';
2
+ declare type ButtonType = 'primary' | 'secondary' | 'danger' | 'primary-icon' | 'secondary-icon' | 'icon' | 'ghost' | 'link-btn' | 'text-link' | 'simple-text' | 'split-primary-first' | 'split-primary-last' | 'split-secondary-first' | 'split-secondary-last' | 'dropdown';
3
3
  export declare class DrButtonComponent {
4
+ _disabled: any;
5
+ _isLoading: boolean;
6
+ _elementClass: string[];
4
7
  title: string;
5
8
  theme: ButtonType;
6
- disabled: boolean;
7
9
  icon: string;
8
10
  isBold: boolean;
9
- isLoading: boolean;
10
11
  iconColor: string;
12
+ set disabled(value: any);
13
+ set isLoading(value: any);
11
14
  click: EventEmitter<any>;
15
+ get elementClass(): string;
16
+ set(val: string): void;
12
17
  constructor();
13
18
  onClick($event: any): void;
14
19
  }
@@ -4,13 +4,14 @@ export declare class DrInputComponent implements AfterViewInit, ControlValueAcce
4
4
  private elementRef;
5
5
  private renderer;
6
6
  private cdr;
7
+ _clearable: boolean;
7
8
  set disabled(value: any);
8
9
  set buttonOptions(value: any);
9
10
  type: string;
10
11
  name: string;
11
12
  placeholder: string;
12
13
  readonly: boolean;
13
- clearable: boolean;
14
+ set clearable(val: any);
14
15
  min: any;
15
16
  max: any;
16
17
  step: any;
@@ -50,4 +51,5 @@ export declare class DrInputComponent implements AfterViewInit, ControlValueAcce
50
51
  onSearchClicked($event: any): void;
51
52
  onButtonClicked($event: any): void;
52
53
  ngOnDestroy(): void;
54
+ onClear($event: any): void;
53
55
  }
@@ -1,7 +1,7 @@
1
1
  import { OnInit, TemplateRef } from '@angular/core';
2
2
  export declare class DrTabComponent implements OnInit {
3
3
  label: String;
4
- disabled: String;
4
+ disabled: boolean;
5
5
  contentTemplate: TemplateRef<any>;
6
6
  constructor();
7
7
  ngOnInit(): void;
@@ -3,6 +3,7 @@ import { DrTabComponent } from './dr-tab.component';
3
3
  export declare class DrTabsComponent {
4
4
  selectedTab: number;
5
5
  withRadio: boolean;
6
+ vertical: boolean;
6
7
  selectedTabChange: EventEmitter<any>;
7
8
  tabsContentList: QueryList<DrTabComponent>;
8
9
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.3.28",
3
+ "version": "1.3.31",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",