suis 0.30.0 → 0.31.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -1
- package/esm2022/lib/components/index.mjs +3 -1
- package/esm2022/lib/components/suis-accordion/suis-accordion.component.mjs +7 -10
- package/esm2022/lib/components/suis-alert/suis-alert.component.mjs +7 -10
- package/esm2022/lib/components/suis-box/suis-box.component.mjs +5 -6
- package/esm2022/lib/components/suis-breadcrumbs/suis-breadcrumbs.component.mjs +5 -6
- package/esm2022/lib/components/suis-button/suis-button.component.mjs +5 -6
- package/esm2022/lib/components/suis-button-link/suis-button-link.component.mjs +5 -6
- package/esm2022/lib/components/suis-button-outlined/suis-button-outlined.component.mjs +5 -6
- package/esm2022/lib/components/suis-chip/suis-chip.component.mjs +7 -10
- package/esm2022/lib/components/suis-container/suis-container.component.mjs +5 -6
- package/esm2022/lib/components/suis-dialog/index.mjs +2 -0
- package/esm2022/lib/components/suis-dialog/suis-dialog.component.mjs +63 -0
- package/esm2022/lib/components/suis-dialog-container/index.mjs +3 -0
- package/esm2022/lib/components/suis-dialog-container/suis-dialog-container.component.mjs +18 -0
- package/esm2022/lib/components/suis-dialog-container/suis-dialog-container.interfaces.mjs +2 -0
- package/esm2022/lib/components/suis-form-field/suis-form-field.component.mjs +5 -6
- package/esm2022/lib/components/suis-icon/index.mjs +2 -2
- package/esm2022/lib/components/suis-icon/suis-icon-type.pipe.mjs +19 -21
- package/esm2022/lib/components/suis-icon/suis-icon.component.mjs +8 -12
- package/esm2022/lib/components/suis-icon/suis-icon.types.mjs +2 -0
- package/esm2022/lib/components/suis-input/suis-input.component.mjs +5 -6
- package/esm2022/lib/components/suis-input-checkbox/suis-input-checkbox.component.mjs +8 -14
- package/esm2022/lib/components/suis-input-chips/suis-input-chips.component.mjs +5 -6
- package/esm2022/lib/components/suis-input-image/suis-input-image.component.mjs +7 -11
- package/esm2022/lib/components/suis-input-number/suis-input-number.component.mjs +5 -6
- package/esm2022/lib/components/suis-input-radio/suis-input-radio.component.mjs +5 -6
- package/esm2022/lib/components/suis-item/suis-item.component.mjs +5 -6
- package/esm2022/lib/components/suis-label/suis-label.component.mjs +5 -6
- package/esm2022/lib/components/suis-navigation/suis-navigation.component.mjs +7 -10
- package/esm2022/lib/components/suis-navigation/suis-navigation.module.mjs +6 -7
- package/esm2022/lib/components/suis-navigation-group/suis-navigation-group.component.mjs +5 -6
- package/esm2022/lib/components/suis-navigation-group-item/suis-navigation-group-item.component.mjs +6 -10
- package/esm2022/lib/components/suis-navigation-item/suis-navigation-item.component.mjs +5 -6
- package/esm2022/lib/components/suis-navigation-item/suis-navigation-item.directive.mjs +5 -6
- package/esm2022/lib/components/suis-notification/suis-notification.component.mjs +7 -11
- package/esm2022/lib/components/suis-notifications/suis-notifications.component.mjs +5 -6
- package/esm2022/lib/components/suis-pagination/suis-pagination-items.pipe.mjs +5 -6
- package/esm2022/lib/components/suis-pagination/suis-pagination-page.pipe.mjs +5 -6
- package/esm2022/lib/components/suis-pagination/suis-pagination-per-page-options.pipe.mjs +5 -6
- package/esm2022/lib/components/suis-pagination/suis-pagination.component.mjs +7 -10
- package/esm2022/lib/components/suis-progress-bar/suis-progress-bar.component.mjs +5 -6
- package/esm2022/lib/components/suis-progress-bar/suis-progress-bar.pipe.mjs +5 -6
- package/esm2022/lib/components/suis-select/suis-select-is-selected.pipe.mjs +5 -6
- package/esm2022/lib/components/suis-select/suis-select-label.pipe.mjs +5 -6
- package/esm2022/lib/components/suis-select/suis-select.component.mjs +7 -8
- package/esm2022/lib/components/suis-select/suis-select.module.mjs +6 -7
- package/esm2022/lib/components/suis-select-multi/suis-select-multi-chips.pipe.mjs +5 -6
- package/esm2022/lib/components/suis-select-multi/suis-select-multi-is-selected.pipe.mjs +5 -6
- package/esm2022/lib/components/suis-select-multi/suis-select-multi.component.mjs +7 -8
- package/esm2022/lib/components/suis-select-multi/suis-select-multi.module.mjs +6 -7
- package/esm2022/lib/components/suis-select-option/suis-select-option.component.mjs +7 -10
- package/esm2022/lib/components/suis-select-option/suis-select-option.directive.mjs +5 -6
- package/esm2022/lib/components/suis-spinner/suis-spinner.component.mjs +5 -6
- package/esm2022/lib/components/suis-spinner-container/suis-spinner-container.component.mjs +5 -6
- package/esm2022/lib/components/suis-table/suis-table-cell.directive.mjs +5 -6
- package/esm2022/lib/components/suis-table/suis-table-column.directive.mjs +5 -6
- package/esm2022/lib/components/suis-table/suis-table.component.mjs +7 -10
- package/esm2022/lib/components/suis-table/suis-table.module.mjs +6 -7
- package/esm2022/lib/components/suis-tabs/suis-tab-actions.pipe.mjs +5 -6
- package/esm2022/lib/components/suis-tabs/suis-tab-template.pipe.mjs +5 -6
- package/esm2022/lib/components/suis-tabs/suis-tab.directive.mjs +5 -6
- package/esm2022/lib/components/suis-tabs/suis-tabs.component.mjs +5 -6
- package/esm2022/lib/components/suis-tabs/suis-tabs.module.mjs +6 -7
- package/esm2022/lib/components/suis-text-area/suis-text-area.component.mjs +5 -6
- package/esm2022/lib/components/suis-title/suis-title.component.mjs +5 -6
- package/esm2022/lib/components/suis-toggle/suis-toggle.component.mjs +5 -6
- package/esm2022/lib/components/suis-toolbar/suis-toolbar.component.mjs +5 -6
- package/esm2022/lib/pipes/suis-ng-class.pipe.mjs +5 -6
- package/esm2022/lib/services/index.mjs +2 -1
- package/esm2022/lib/services/suis-dialog.service.mjs +36 -0
- package/esm2022/lib/services/suis-notification.service.mjs +5 -6
- package/esm2022/lib/shared/classes/suis-button.base.mjs +5 -6
- package/esm2022/lib/shared/classes/suis-checkbox.base.mjs +5 -6
- package/esm2022/lib/shared/classes/suis-input.base.mjs +5 -6
- package/esm2022/lib/shared/classes/suis-select.base.mjs +5 -9
- package/esm2022/lib/shared/pipes/suis-select-filter-options.pipe.mjs +5 -6
- package/esm2022/lib/shared/pipes/suis-select-sort-options.pipe.mjs +5 -6
- package/fesm2022/suis.mjs +417 -362
- package/fesm2022/suis.mjs.map +1 -1
- package/lib/components/index.d.ts +2 -0
- package/lib/components/suis-accordion/suis-accordion.component.d.ts +0 -3
- package/lib/components/suis-alert/suis-alert.component.d.ts +0 -3
- package/lib/components/suis-chip/suis-chip.component.d.ts +0 -3
- package/lib/components/suis-dialog/index.d.ts +1 -0
- package/lib/components/suis-dialog/suis-dialog.component.d.ts +30 -0
- package/lib/components/suis-dialog-container/index.d.ts +2 -0
- package/lib/components/suis-dialog-container/suis-dialog-container.component.d.ts +9 -0
- package/lib/components/suis-dialog-container/suis-dialog-container.interfaces.d.ts +7 -0
- package/lib/components/suis-icon/index.d.ts +1 -1
- package/lib/components/suis-icon/suis-icon-type.pipe.d.ts +1 -1
- package/lib/components/suis-icon/suis-icon.component.d.ts +2 -4
- package/lib/components/suis-icon/suis-icon.types.d.ts +1 -0
- package/lib/components/suis-input-checkbox/suis-input-checkbox.component.d.ts +0 -3
- package/lib/components/suis-input-image/suis-input-image.component.d.ts +0 -3
- package/lib/components/suis-navigation/suis-navigation.component.d.ts +0 -3
- package/lib/components/suis-navigation-group-item/suis-navigation-group-item.component.d.ts +0 -3
- package/lib/components/suis-notification/suis-notification.component.d.ts +0 -3
- package/lib/components/suis-pagination/suis-pagination.component.d.ts +0 -3
- package/lib/components/suis-select-option/suis-select-option.component.d.ts +0 -3
- package/lib/components/suis-table/suis-table.component.d.ts +0 -3
- package/lib/services/index.d.ts +1 -0
- package/lib/services/suis-dialog.service.d.ts +24 -0
- package/lib/shared/classes/suis-select.base.d.ts +0 -3
- package/package.json +5 -5
- package/esm2022/lib/components/suis-icon/suis-icon.enums.mjs +0 -18
- package/lib/components/suis-icon/suis-icon.enums.d.ts +0 -16
@@ -7,6 +7,8 @@ export * from './suis-button-link';
|
|
7
7
|
export * from './suis-button-outlined';
|
8
8
|
export * from './suis-chip';
|
9
9
|
export * from './suis-container';
|
10
|
+
export * from './suis-dialog';
|
11
|
+
export * from './suis-dialog-container';
|
10
12
|
export * from './suis-form-field';
|
11
13
|
export * from './suis-icon';
|
12
14
|
export * from './suis-input';
|
@@ -1,9 +1,6 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
|
-
import { SuisIconType } from '../suis-icon';
|
3
2
|
import * as i0 from "@angular/core";
|
4
3
|
export declare class SuisAccordionComponent {
|
5
|
-
/** @internal */
|
6
|
-
readonly SuisIconType: typeof SuisIconType;
|
7
4
|
/**
|
8
5
|
* Controlls styling of the accordion based on expanded state of group. By default set to false.
|
9
6
|
*/
|
@@ -1,10 +1,7 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
2
|
import { SuisInfoColor } from '../../types';
|
3
|
-
import { SuisIconType } from '../suis-icon';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class SuisAlertComponent {
|
6
|
-
/** @internal */
|
7
|
-
readonly SuisIconType: typeof SuisIconType;
|
8
5
|
/**
|
9
6
|
* Controls visibilty of the alert. By default set to false.
|
10
7
|
*/
|
@@ -1,10 +1,7 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
|
-
import { SuisIconType } from '../suis-icon';
|
3
2
|
import { SuisColor } from '../../types/suis-color.type';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class SuisChipComponent {
|
6
|
-
/** @internal */
|
7
|
-
readonly SuisIconType: typeof SuisIconType;
|
8
5
|
/**
|
9
6
|
* Sets the color pallette of the chip. Type of SuisColor. By default set to 'primary'.
|
10
7
|
*/
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './suis-dialog.component';
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
2
|
+
import { SuisSize } from '../../types/suis-size.type';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class SuisDialogComponent {
|
5
|
+
private readonly suisDialogService;
|
6
|
+
/**
|
7
|
+
* Sets width size of the dialog. Type of SuisSize. By default set to 'md'.
|
8
|
+
*/
|
9
|
+
size: SuisSize;
|
10
|
+
/**
|
11
|
+
* Displays the cancel button in the actions footer of the dialog. By default set to true.
|
12
|
+
*/
|
13
|
+
cancelButton: boolean;
|
14
|
+
/**
|
15
|
+
* Displays the confirm button in the actions footer of the dialog. By default set to true.
|
16
|
+
*/
|
17
|
+
confirmButton: boolean;
|
18
|
+
/**
|
19
|
+
* Emits on confirm button clicked.
|
20
|
+
*/
|
21
|
+
confirmed: EventEmitter<void>;
|
22
|
+
/**
|
23
|
+
* Emits on cancel button or cross icon clicked.
|
24
|
+
*/
|
25
|
+
cancelled: EventEmitter<void>;
|
26
|
+
onConfirm(): void;
|
27
|
+
onCancel(): void;
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SuisDialogComponent, never>;
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SuisDialogComponent, "suis-dialog", never, { "size": { "alias": "size"; "required": false; }; "cancelButton": { "alias": "cancelButton"; "required": false; }; "confirmButton": { "alias": "confirmButton"; "required": false; }; }, { "confirmed": "confirmed"; "cancelled": "cancelled"; }, never, ["[suisDialogHeader]", "[suisDialogContent]"], true, never>;
|
30
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { Signal } from '@angular/core';
|
2
|
+
import { SuisDialog } from './suis-dialog-container.interfaces';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class SuisDialogContainerComponent {
|
5
|
+
private readonly suisDialogService;
|
6
|
+
dialog: Signal<SuisDialog | null>;
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SuisDialogContainerComponent, never>;
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SuisDialogContainerComponent, "suis-dialog-container", never, {}, {}, never, never, true, never>;
|
9
|
+
}
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export * from './suis-icon.component';
|
2
|
-
export * from './suis-icon.
|
2
|
+
export * from './suis-icon.types';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
2
|
-
import { SuisIconType } from './suis-icon.
|
2
|
+
import { SuisIconType } from './suis-icon.types';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class SuisIconTypePipe implements PipeTransform {
|
5
5
|
transform(type: SuisIconType): string;
|
@@ -1,10 +1,8 @@
|
|
1
|
-
import { SuisIconType } from './suis-icon.
|
1
|
+
import { SuisIconType } from './suis-icon.types';
|
2
2
|
import { SuisSize } from '../../types/suis-size.type';
|
3
3
|
import { SuisColor } from '../../types/suis-color.type';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class SuisIconComponent {
|
6
|
-
/** @internal */
|
7
|
-
readonly SuisIconType: typeof SuisIconType;
|
8
6
|
/**
|
9
7
|
* Sets the font size of the HTML Entity itself. Type of SuisSize. By default set to 'md'.
|
10
8
|
*/
|
@@ -14,7 +12,7 @@ export declare class SuisIconComponent {
|
|
14
12
|
*/
|
15
13
|
color: SuisColor;
|
16
14
|
/**
|
17
|
-
* Sets the HTML Entity displayed in content. Type of SuisIconType. By default set to
|
15
|
+
* Sets the HTML Entity displayed in content. Type of SuisIconType. By default set to 'info'.
|
18
16
|
*/
|
19
17
|
type: SuisIconType;
|
20
18
|
/**
|
@@ -0,0 +1 @@
|
|
1
|
+
export type SuisIconType = 'info' | 'warning' | 'check' | 'cross' | 'plus' | 'minus' | 'arrow-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'chevron-up' | 'chevron-down' | 'chevron-left' | 'chevron-right';
|
@@ -1,9 +1,6 @@
|
|
1
|
-
import { SuisIconType } from '../suis-icon';
|
2
1
|
import { SuisCheckboxBase } from '../../shared/classes/suis-checkbox.base';
|
3
2
|
import * as i0 from "@angular/core";
|
4
3
|
export declare class SuisInputCheckboxComponent extends SuisCheckboxBase {
|
5
|
-
/** @internal */
|
6
|
-
readonly SuisIconType: typeof SuisIconType;
|
7
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SuisInputCheckboxComponent, never>;
|
8
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<SuisInputCheckboxComponent, "suis-input-checkbox", never, {}, {}, never, ["*"], true, never>;
|
9
6
|
}
|
@@ -1,13 +1,10 @@
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
2
2
|
import { SuisInputBase } from '../../shared/classes/suis-input.base';
|
3
|
-
import { SuisIconType } from '../suis-icon/suis-icon.enums';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class SuisInputImageComponent extends SuisInputBase {
|
6
5
|
/** @internal */
|
7
6
|
fileInput?: ElementRef;
|
8
7
|
/** @internal */
|
9
|
-
readonly SuisIconType: typeof SuisIconType;
|
10
|
-
/** @internal */
|
11
8
|
value: FileList | null;
|
12
9
|
/** @internal */
|
13
10
|
imageUrl: string | null;
|
@@ -1,11 +1,8 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
2
|
import { SuisNavigationGroupItem } from '../suis-navigation-item/suis-navigation-item.interfaces';
|
3
3
|
import { SuisNavigationItemDirective } from '../suis-navigation-item';
|
4
|
-
import { SuisIconType } from '../suis-icon';
|
5
4
|
import * as i0 from "@angular/core";
|
6
5
|
export declare class SuisNavigationComponent {
|
7
|
-
/** @internal */
|
8
|
-
readonly SuisIconType: typeof SuisIconType;
|
9
6
|
/** @internal */
|
10
7
|
suisNavigationItem?: SuisNavigationItemDirective;
|
11
8
|
/**
|
@@ -1,10 +1,7 @@
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
2
2
|
import { SuisNavigationGroupItem, SuisNavigationItem } from '../suis-navigation-item';
|
3
|
-
import { SuisIconType } from '../suis-icon/suis-icon.enums';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class SuisNavigationGroupItemComponent {
|
6
|
-
/** @internal */
|
7
|
-
readonly SuisIconType: typeof SuisIconType;
|
8
5
|
/**
|
9
6
|
* Navigation item data. Type of SuisNavigationGroupItem.
|
10
7
|
*/
|
@@ -1,10 +1,7 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
2
|
import { SuisNotification } from './suis-notification.interfaces';
|
3
|
-
import { SuisIconType } from '../suis-icon/suis-icon.enums';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class SuisNotificationComponent {
|
6
|
-
/** @internal */
|
7
|
-
SuisIconType: typeof SuisIconType;
|
8
5
|
/**
|
9
6
|
* Notification item data. Type of SuisNotification.
|
10
7
|
*/
|
@@ -1,12 +1,9 @@
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
2
|
-
import { SuisIconType } from '../suis-icon';
|
3
2
|
import { FormControl } from '@angular/forms';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class SuisPaginationComponent implements OnInit, OnChanges {
|
6
5
|
private readonly destroyRef;
|
7
6
|
/** @internal */
|
8
|
-
readonly SuisIconType: typeof SuisIconType;
|
9
|
-
/** @internal */
|
10
7
|
/**
|
11
8
|
* Number of the maximum page that can be reached based on totalItems and perPage values.
|
12
9
|
*/
|
@@ -1,10 +1,7 @@
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
2
2
|
import { SuisSelectOption } from './suis-select-option.interfaces';
|
3
|
-
import { SuisIconType } from '../suis-icon';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class SuisSelectOptionComponent<T> {
|
6
|
-
/** @internal */
|
7
|
-
readonly SuisIconType: typeof SuisIconType;
|
8
5
|
/**
|
9
6
|
* Option data. Type of SuisSelectOption<T>. Required input.
|
10
7
|
*/
|
@@ -1,12 +1,9 @@
|
|
1
1
|
import { EventEmitter, QueryList } from '@angular/core';
|
2
2
|
import { SuisTableDataItem } from './suis-table.interfaces';
|
3
3
|
import { SuisTableColumnDirective } from './suis-table-column.directive';
|
4
|
-
import { SuisIconType } from '../suis-icon';
|
5
4
|
import { SuisSort } from '../../types/suis-sort.type';
|
6
5
|
import * as i0 from "@angular/core";
|
7
6
|
export declare class SuisTableComponent {
|
8
|
-
/** @internal */
|
9
|
-
readonly SuisIconType: typeof SuisIconType;
|
10
7
|
/** @internal */
|
11
8
|
columns?: QueryList<SuisTableColumnDirective>;
|
12
9
|
/**
|
package/lib/services/index.d.ts
CHANGED
@@ -0,0 +1,24 @@
|
|
1
|
+
import { Signal, Type } from '@angular/core';
|
2
|
+
import { SuisDialog } from '../components/suis-dialog-container/suis-dialog-container.interfaces';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class SuisDialogService {
|
5
|
+
private dialog;
|
6
|
+
/**
|
7
|
+
* @returns current displayed dialog or null.
|
8
|
+
*/
|
9
|
+
getDialog(): Signal<SuisDialog | null>;
|
10
|
+
/**
|
11
|
+
* Opens dialog component in suis-dialog-container and add suis-dialog class to body.
|
12
|
+
* @param component - dialog component
|
13
|
+
* @param inputs - inputs passed to dialog component
|
14
|
+
*/
|
15
|
+
open(component: Type<any>, inputs: {
|
16
|
+
[key: string]: any;
|
17
|
+
}): void;
|
18
|
+
/**
|
19
|
+
* Removes displayed dialog and suis-dialog class from body.
|
20
|
+
*/
|
21
|
+
close(): void;
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SuisDialogService, never>;
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SuisDialogService>;
|
24
|
+
}
|
@@ -2,14 +2,11 @@ import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { SuisInputBase } from './suis-input.base';
|
3
3
|
import { SuisSelectOption } from '../../components/suis-select-option/suis-select-option.interfaces';
|
4
4
|
import { SuisSelectOptionDirective } from '../../components/suis-select-option/suis-select-option.directive';
|
5
|
-
import { SuisIconType } from '../../components/suis-icon/suis-icon.enums';
|
6
5
|
import * as i0 from "@angular/core";
|
7
6
|
export declare abstract class SuisSelectBase<T> extends SuisInputBase {
|
8
7
|
/** @internal */
|
9
8
|
suisSelectOption?: SuisSelectOptionDirective<T>;
|
10
9
|
/** @internal */
|
11
|
-
readonly SuisIconType: typeof SuisIconType;
|
12
|
-
/** @internal */
|
13
10
|
protected searchPhrase: string;
|
14
11
|
/** @internal */
|
15
12
|
protected expanded: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "suis",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.31.0",
|
4
4
|
"main": "src/index.ts",
|
5
5
|
"author": "Karol Jaskółka",
|
6
6
|
"description": "Angular 16+ Component Library",
|
@@ -12,10 +12,10 @@
|
|
12
12
|
"dashboard"
|
13
13
|
],
|
14
14
|
"peerDependencies": {
|
15
|
-
"@angular/common": ">=16.
|
16
|
-
"@angular/core": ">=16.
|
17
|
-
"@angular/forms": ">=16.
|
18
|
-
"@angular/router": ">=16.
|
15
|
+
"@angular/common": ">=16.2.0",
|
16
|
+
"@angular/core": ">=16.2.0",
|
17
|
+
"@angular/forms": ">=16.2.0",
|
18
|
+
"@angular/router": ">=16.2.0"
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
21
|
"tslib": ">=2.3.0"
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export var SuisIconType;
|
2
|
-
(function (SuisIconType) {
|
3
|
-
SuisIconType["INFO"] = "info";
|
4
|
-
SuisIconType["WARNING"] = "warning";
|
5
|
-
SuisIconType["CHECK"] = "check";
|
6
|
-
SuisIconType["CROSS"] = "cross";
|
7
|
-
SuisIconType["PLUS"] = "plus";
|
8
|
-
SuisIconType["MINUS"] = "minus";
|
9
|
-
SuisIconType["ARROW_UP"] = "arrow-up";
|
10
|
-
SuisIconType["ARROW_LEFT"] = "arrow-left";
|
11
|
-
SuisIconType["ARROW_RIGHT"] = "arrow-right";
|
12
|
-
SuisIconType["ARROW_DOWN"] = "arrow-down";
|
13
|
-
SuisIconType["CHEVRON_UP"] = "chevron-up";
|
14
|
-
SuisIconType["CHEVRON_DOWN"] = "chevron-down";
|
15
|
-
SuisIconType["CHEVRON_LEFT"] = "chevron-left";
|
16
|
-
SuisIconType["CHEVRON_RIGHT"] = "chevron-right";
|
17
|
-
})(SuisIconType || (SuisIconType = {}));
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Vpcy1pY29uLmVudW1zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9zdWlzL3NyYy9saWIvY29tcG9uZW50cy9zdWlzLWljb24vc3Vpcy1pY29uLmVudW1zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLFlBZVg7QUFmRCxXQUFZLFlBQVk7SUFDdEIsNkJBQWEsQ0FBQTtJQUNiLG1DQUFtQixDQUFBO0lBQ25CLCtCQUFlLENBQUE7SUFDZiwrQkFBZSxDQUFBO0lBQ2YsNkJBQWEsQ0FBQTtJQUNiLCtCQUFlLENBQUE7SUFDZixxQ0FBcUIsQ0FBQTtJQUNyQix5Q0FBeUIsQ0FBQTtJQUN6QiwyQ0FBMkIsQ0FBQTtJQUMzQix5Q0FBeUIsQ0FBQTtJQUN6Qix5Q0FBeUIsQ0FBQTtJQUN6Qiw2Q0FBNkIsQ0FBQTtJQUM3Qiw2Q0FBNkIsQ0FBQTtJQUM3QiwrQ0FBK0IsQ0FBQTtBQUNqQyxDQUFDLEVBZlcsWUFBWSxLQUFaLFlBQVksUUFldkIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBTdWlzSWNvblR5cGUge1xuICBJTkZPID0gJ2luZm8nLFxuICBXQVJOSU5HID0gJ3dhcm5pbmcnLFxuICBDSEVDSyA9ICdjaGVjaycsXG4gIENST1NTID0gJ2Nyb3NzJyxcbiAgUExVUyA9ICdwbHVzJyxcbiAgTUlOVVMgPSAnbWludXMnLFxuICBBUlJPV19VUCA9ICdhcnJvdy11cCcsXG4gIEFSUk9XX0xFRlQgPSAnYXJyb3ctbGVmdCcsXG4gIEFSUk9XX1JJR0hUID0gJ2Fycm93LXJpZ2h0JyxcbiAgQVJST1dfRE9XTiA9ICdhcnJvdy1kb3duJyxcbiAgQ0hFVlJPTl9VUCA9ICdjaGV2cm9uLXVwJyxcbiAgQ0hFVlJPTl9ET1dOID0gJ2NoZXZyb24tZG93bicsXG4gIENIRVZST05fTEVGVCA9ICdjaGV2cm9uLWxlZnQnLFxuICBDSEVWUk9OX1JJR0hUID0gJ2NoZXZyb24tcmlnaHQnLFxufVxuIl19
|
@@ -1,16 +0,0 @@
|
|
1
|
-
export declare enum SuisIconType {
|
2
|
-
INFO = "info",
|
3
|
-
WARNING = "warning",
|
4
|
-
CHECK = "check",
|
5
|
-
CROSS = "cross",
|
6
|
-
PLUS = "plus",
|
7
|
-
MINUS = "minus",
|
8
|
-
ARROW_UP = "arrow-up",
|
9
|
-
ARROW_LEFT = "arrow-left",
|
10
|
-
ARROW_RIGHT = "arrow-right",
|
11
|
-
ARROW_DOWN = "arrow-down",
|
12
|
-
CHEVRON_UP = "chevron-up",
|
13
|
-
CHEVRON_DOWN = "chevron-down",
|
14
|
-
CHEVRON_LEFT = "chevron-left",
|
15
|
-
CHEVRON_RIGHT = "chevron-right"
|
16
|
-
}
|