@datarailsshared/datarailsshared 1.4.181 → 1.4.183

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,21 +1,17 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- declare type ButtonType = 'primary' | 'secondary' | 'danger' | 'primary-icon' | 'secondary-icon' | 'icon' | 'primary-square' | 'ghost' | 'link-btn' | 'text-link' | 'simple-text' | 'split-primary-first' | 'split-primary-last' | 'split-secondary-first' | 'split-secondary-last' | 'dropdown';
2
+ declare 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';
3
3
  export declare class DrButtonComponent {
4
- _disabled: any;
5
- _isLoading: boolean;
6
- _elementClass: string[];
7
- title: string;
8
4
  theme: ButtonType;
9
5
  icon: string;
10
- iconAfterLabel: string;
11
- isBold: boolean;
12
6
  iconColor: string;
13
7
  iconSize: string;
14
- set disabled(value: any);
15
- set isLoading(value: any);
8
+ iconAfter: string;
9
+ iconAfterColor: string;
10
+ iconAfterSize: string;
11
+ disabled: boolean;
12
+ isLoading: boolean;
13
+ isActive: boolean;
16
14
  click: EventEmitter<any>;
17
- get elementClass(): string;
18
- set(val: string): void;
19
15
  constructor();
20
16
  onClick($event: any): void;
21
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.4.181",
3
+ "version": "1.4.183",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",