@progressio_resources/gravity-design-system 3.0.49 → 4.0.26
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.
- package/esm2022/lib/components/gravity-attach-file/gravity-attach-file.component.mjs +2 -2
- package/esm2022/lib/components/gravity-avatar-stack/gravity-avatar-stack.component.mjs +2 -2
- package/esm2022/lib/components/gravity-button/gravity-button.component.mjs +2 -2
- package/esm2022/lib/components/gravity-calendar/gravity-calendar.component.mjs +9 -16
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/base/bs-datepicker-container.mjs +1 -12
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.component.mjs +3 -2
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.component.mjs +9 -9
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.component.mjs +3 -2
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.component.mjs +3 -2
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-container.component.mjs +17 -20
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-inline-container.component.mjs +18 -20
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-navigation-view/bs-datepicker-navigation-view.component.mjs +13 -38
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-container.component.mjs +17 -20
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-inline-container.component.mjs +18 -20
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-datepicker-day-decorator.directive.mjs +3 -2
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-days-calendar-view.component.mjs +9 -12
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-months-calendar-view/bs-months-calendar-view.component.mjs +15 -23
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-years-calendar-view/bs-years-calendar-view.component.mjs +8 -15
- package/esm2022/lib/components/gravity-calendar-v2/gravity-calendar-v2.component.mjs +14 -31
- package/esm2022/lib/components/gravity-card-button/gravity-card-button.component.mjs +6 -14
- package/esm2022/lib/components/gravity-card-list/gravity-card-list.component.mjs +3 -3
- package/esm2022/lib/components/gravity-checkbox/gravity-checkbox.component.mjs +3 -6
- package/esm2022/lib/components/gravity-chip/gravity-chip.component.mjs +2 -2
- package/esm2022/lib/components/gravity-currency/gravity-currency.component.mjs +3 -3
- package/esm2022/lib/components/gravity-currency-display/gravity-currency-display.component.mjs +3 -6
- package/esm2022/lib/components/gravity-dialog/gravity-dialog.component.mjs +2 -2
- package/esm2022/lib/components/gravity-dropdown-list/filter-by.pipe.mjs +3 -2
- package/esm2022/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.mjs +63 -144
- package/esm2022/lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component.mjs +3 -3
- package/esm2022/lib/components/gravity-editable-input/gravity-editable-input.component.mjs +3 -3
- package/esm2022/lib/components/gravity-generic-avatar/gravity-generic-avatar.component.mjs +3 -3
- package/esm2022/lib/components/gravity-icon/gravity-icon.component.mjs +56 -65
- package/esm2022/lib/components/gravity-icon-button/gravity-icon-button.component.mjs +4 -15
- package/esm2022/lib/components/gravity-link/gravity-link.component.mjs +6 -7
- package/esm2022/lib/components/gravity-modal/gravity-modal.component.mjs +3 -12
- package/esm2022/lib/components/gravity-multi-language/gravity-multi-language.component.mjs +2 -2
- package/esm2022/lib/components/gravity-network-pill/gravity-network-pill.component.mjs +2 -2
- package/esm2022/lib/components/gravity-notification/gravity-notification.component.mjs +2 -2
- package/esm2022/lib/components/gravity-notification-instant/gravity-notification-instant-container.component.mjs +2 -2
- package/esm2022/lib/components/gravity-offcanvas/gravity-offcanvas.component.mjs +2 -2
- package/esm2022/lib/components/gravity-radio-button/gravity-radio-button.component.mjs +2 -2
- package/esm2022/lib/components/gravity-status-indicator/gravity-status-indicator.component.mjs +9 -3
- package/esm2022/lib/components/gravity-stepper/gravity-stepper.component.mjs +2 -2
- package/esm2022/lib/components/gravity-switch/gravity-switch.component.mjs +3 -3
- package/esm2022/lib/components/gravity-tab-primary/gravity-tab-primary.component.mjs +3 -6
- package/esm2022/lib/components/gravity-tab-secondary/gravity-tab-secondary.component.mjs +3 -5
- package/esm2022/lib/components/gravity-table/gravity-table.component.mjs +2 -2
- package/esm2022/lib/components/gravity-text-field/gravity-text-field.component.mjs +2 -2
- package/esm2022/lib/components/gravity-text-field-number-only/gravity-text-field-number-only.component.mjs +2 -2
- package/esm2022/lib/components/gravity-tree-view/gravity-tree-view.component.mjs +2 -2
- package/esm2022/lib/components/gravity-tree-view/node/node-checkbox/node-checkbox.component.mjs +2 -2
- package/esm2022/lib/components/gravity-tree-view/node/node-name/node-name.component.mjs +2 -2
- package/esm2022/lib/components/gravity-tree-view/node/node-toggle/node-toggle.component.mjs +2 -2
- package/esm2022/lib/components/gravity-tree-view/node/node.component.mjs +2 -2
- package/esm2022/lib/gravity-design-system.module.mjs +4 -38
- package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.component.mjs +2 -2
- package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.directive.mjs +2 -1
- package/esm2022/public-api.mjs +1 -7
- package/fesm2022/progressio_resources-gravity-design-system.mjs +307 -1063
- package/fesm2022/progressio_resources-gravity-design-system.mjs.map +1 -1
- package/lib/components/gravity-calendar/gravity-calendar.component.d.ts +1 -4
- package/lib/components/gravity-calendar-v2/datepicker/base/bs-datepicker-container.d.ts +0 -1
- package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.component.d.ts +1 -3
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-container.component.d.ts +1 -3
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-inline-container.component.d.ts +1 -2
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-navigation-view/bs-datepicker-navigation-view.component.d.ts +5 -15
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-container.component.d.ts +1 -3
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-inline-container.component.d.ts +1 -2
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-days-calendar-view.component.d.ts +1 -3
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-months-calendar-view/bs-months-calendar-view.component.d.ts +5 -9
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-years-calendar-view/bs-years-calendar-view.component.d.ts +0 -3
- package/lib/components/gravity-calendar-v2/gravity-calendar-v2.component.d.ts +2 -8
- package/lib/components/gravity-card-button/gravity-card-button.component.d.ts +2 -5
- package/lib/components/gravity-checkbox/gravity-checkbox.component.d.ts +1 -2
- package/lib/components/gravity-currency-display/gravity-currency-display.component.d.ts +1 -2
- package/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.d.ts +4 -13
- package/lib/components/gravity-icon/gravity-icon.component.d.ts +53 -62
- package/lib/components/gravity-icon-button/gravity-icon-button.component.d.ts +2 -6
- package/lib/components/gravity-link/gravity-link.component.d.ts +3 -3
- package/lib/components/gravity-modal/gravity-modal.component.d.ts +1 -4
- package/lib/components/gravity-status-indicator/gravity-status-indicator.component.d.ts +2 -1
- package/lib/components/gravity-switch/gravity-switch.component.d.ts +2 -0
- package/lib/components/gravity-tab-primary/gravity-tab-primary.component.d.ts +3 -4
- package/lib/components/gravity-tab-secondary/gravity-tab-secondary.component.d.ts +0 -1
- package/lib/gravity-design-system.module.d.ts +52 -60
- package/package.json +8 -8
- package/public-api.d.ts +0 -6
- package/src/lib/assets/json/icons.json +0 -152
- package/src/lib/styles/_responsive.scss +12 -11
- package/src/lib/styles/components/_card_highlight.scss +5 -5
- package/src/lib/styles/components/_datepicker-v2.scss +1 -9
- package/src/lib/styles/components/_datepicker.scss +14 -13
- package/src/lib/styles/components/_offcanvas.scss +7 -6
- package/src/lib/styles/components/_tables.scss +7 -7
- package/src/lib/styles/foundations/colors/themes/_hero.theme.scss +542 -553
- package/src/lib/styles/foundations/colors/tokens/_hero.tokens.scss +556 -562
- package/src/lib/styles/foundations/elevation/_hero.elevation.scss +3 -3
- package/src/lib/styles/foundations/spacing/_spacing.scss +3 -1
- package/src/lib/styles/gravity-design-system.scss +12 -12
- package/src/lib/styles/overwrite/bootstrap/_bootstrap-export.scss +2 -2
- package/src/lib/styles/overwrite/bootstrap/_modal.scss +4 -4
- package/src/lib/styles/themes/_hero.scss +4 -4
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.ts +5 -4
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.directive.ts +3 -2
- package/esm2022/lib/components/gravity-backdrop/gravity-backdrop.component.mjs +0 -17
- package/esm2022/lib/components/gravity-calendar-next/components/days-calendar/days-calendar.component.mjs +0 -216
- package/esm2022/lib/components/gravity-calendar-next/gravity-calendar-next.component.mjs +0 -44
- package/esm2022/lib/components/gravity-calendar-next/shared/calendar.constants.mjs +0 -13
- package/esm2022/lib/components/gravity-calendar-next/shared/calendar.modal.mjs +0 -2
- package/esm2022/lib/components/gravity-calendar-next/shared/calendar.utils.mjs +0 -24
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/services/header-type.service.mjs +0 -28
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/utils/date-abbreviation.pipe.mjs +0 -74
- package/esm2022/lib/components/gravity-data-view/gravity-data-view.component.mjs +0 -35
- package/esm2022/lib/components/gravity-dropdown-label/gravity-dropdown-label.component.mjs +0 -60
- package/esm2022/lib/components/gravity-generic-avatar-secondary/gravity-generic-avatar-secondary.component.mjs +0 -21
- package/esm2022/lib/components/gravity-navigation-card/gravity-navigation-card.component.mjs +0 -48
- package/lib/components/gravity-backdrop/gravity-backdrop.component.d.ts +0 -6
- package/lib/components/gravity-calendar-next/components/days-calendar/days-calendar.component.d.ts +0 -47
- package/lib/components/gravity-calendar-next/gravity-calendar-next.component.d.ts +0 -16
- package/lib/components/gravity-calendar-next/shared/calendar.constants.d.ts +0 -14
- package/lib/components/gravity-calendar-next/shared/calendar.modal.d.ts +0 -7
- package/lib/components/gravity-calendar-next/shared/calendar.utils.d.ts +0 -7
- package/lib/components/gravity-calendar-v2/datepicker/services/header-type.service.d.ts +0 -17
- package/lib/components/gravity-calendar-v2/datepicker/utils/date-abbreviation.pipe.d.ts +0 -13
- package/lib/components/gravity-data-view/gravity-data-view.component.d.ts +0 -16
- package/lib/components/gravity-dropdown-label/gravity-dropdown-label.component.d.ts +0 -18
- package/lib/components/gravity-generic-avatar-secondary/gravity-generic-avatar-secondary.component.d.ts +0 -8
- package/lib/components/gravity-navigation-card/gravity-navigation-card.component.d.ts +0 -18
- package/src/lib/assets/icon-set/gt-icon-add-update/gt-icon-add-update-lg-24.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-add-update/gt-icon-add-update-md-16.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-add-update/gt-icon-add-update-sm-12.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-add-update/gt-icon-add-update-xl-32.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-checkbox-dash/gt-icon-checkbox-dash-lg-24.svg +0 -3
- package/src/lib/assets/icon-set/gt-icon-checkbox-dash/gt-icon-checkbox-dash-md-16.svg +0 -3
- package/src/lib/assets/icon-set/gt-icon-checkbox-dash/gt-icon-checkbox-dash-sm-12.svg +0 -3
- package/src/lib/assets/icon-set/gt-icon-checkbox-dash/gt-icon-checkbox-dash-xl-32.svg +0 -3
- package/src/lib/assets/icon-set/gt-icon-double-check/gt-icon-double-check-lg-24.svg +0 -3
- package/src/lib/assets/icon-set/gt-icon-double-check/gt-icon-double-check-md-16.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-double-check/gt-icon-double-check-sm-12.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-double-check/gt-icon-double-check-xl-32.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-money-in/gt-icon-money-in-lg-24.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-money-in/gt-icon-money-in-md-16.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-money-in/gt-icon-money-in-sm-12.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-money-in/gt-icon-money-in-xl-32.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-monitor/gt-icon-monitor-lg-24.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-monitor/gt-icon-monitor-md-16.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-monitor/gt-icon-monitor-sm-12.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-monitor/gt-icon-monitor-xl-32.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-published/gt-icon-published-lg-24.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-published/gt-icon-published-md-16.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-published/gt-icon-published-sm-12.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-published/gt-icon-published-xl-32.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-right-angle-arrow/gt-icon-right-angle-arrow-lg-24.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-right-angle-arrow/gt-icon-right-angle-arrow-md-16.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-right-angle-arrow/gt-icon-right-angle-arrow-sm-12.svg +0 -10
- package/src/lib/assets/icon-set/gt-icon-right-angle-arrow/gt-icon-right-angle-arrow-xl-32.svg +0 -10
- package/src/lib/assets/images/hero-avatar/gr-hero-avatar-admin.svg +0 -20
- package/src/lib/assets/images/hero-avatar/gr-hero-avatar-blocked.svg +0 -22
- package/src/lib/assets/images/hero-avatar/gr-hero-avatar-regular.svg +0 -20
- package/src/lib/assets/images/hero-avatar/gr-hero-avatar-support.svg +0 -22
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { HeaderTypeService } from "../gravity-calendar-v2/datepicker/services/header-type.service";
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class GravityCalendarComponent implements OnChanges {
|
|
5
|
-
private headerTypeService;
|
|
6
4
|
calendarResponse: EventEmitter<Date>;
|
|
7
5
|
calendarType: 'day' | 'month' | 'year';
|
|
8
6
|
currentLang: string;
|
|
@@ -29,12 +27,11 @@ export declare class GravityCalendarComponent implements OnChanges {
|
|
|
29
27
|
maxDate: Date;
|
|
30
28
|
minDate: Date;
|
|
31
29
|
selectedDate: Date;
|
|
32
|
-
constructor(
|
|
30
|
+
constructor();
|
|
33
31
|
ngOnChanges(changes: SimpleChanges): void;
|
|
34
32
|
updateSelectedDate($event: Date): void;
|
|
35
33
|
resetCalendar(newDate: Date): void;
|
|
36
34
|
getBsDatepickerContainer(): string;
|
|
37
|
-
restartCalendarType(): void;
|
|
38
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCalendarComponent, never>;
|
|
39
36
|
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCalendarComponent, "gravity-calendar", never, { "calendarType": { "alias": "calendarType"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "datesConfig": { "alias": "datesConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "supportTextContent": { "alias": "supportTextContent"; "required": false; }; "supportTextType": { "alias": "supportTextType"; "required": false; }; }, { "calendarResponse": "response"; }, never, never, false, never>;
|
|
40
37
|
}
|
|
@@ -18,7 +18,6 @@ export declare abstract class BsDatepickerAbstractComponent {
|
|
|
18
18
|
viewMode?: Observable<BsDatepickerViewMode | undefined>;
|
|
19
19
|
yearsCalendar?: Observable<YearsCalendarViewModel[] | undefined>;
|
|
20
20
|
get calendarSize(): 'sm' | 'md';
|
|
21
|
-
get calendarSpacing(): any;
|
|
22
21
|
get daysCalendar$(): Observable<DaysCalendarViewModel[] | undefined>;
|
|
23
22
|
get isDisabled(): boolean;
|
|
24
23
|
get isEmpty(): boolean;
|
|
@@ -3,11 +3,9 @@ import { ComponentLoaderFactory } from 'ngx-bootstrap/component-loader';
|
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
4
|
import { BsDatepickerConfig } from './bs-datepicker.config';
|
|
5
5
|
import { BsDatepickerViewMode } from './models';
|
|
6
|
-
import { HeaderTypeService } from "./services/header-type.service";
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare let previousDate: Date | Date[] | undefined;
|
|
9
8
|
export declare class BsDatepickerDirective implements OnInit, OnDestroy, OnChanges, AfterViewInit {
|
|
10
|
-
private headerTypeService;
|
|
11
9
|
_config: BsDatepickerConfig;
|
|
12
10
|
private _elementRef;
|
|
13
11
|
private _renderer;
|
|
@@ -43,7 +41,7 @@ export declare class BsDatepickerDirective implements OnInit, OnDestroy, OnChang
|
|
|
43
41
|
private _datepickerRef?;
|
|
44
42
|
private isDestroy$;
|
|
45
43
|
private readonly _dateInputFormat$;
|
|
46
|
-
constructor(
|
|
44
|
+
constructor(_config: BsDatepickerConfig, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory);
|
|
47
45
|
ngOnInit(): void;
|
|
48
46
|
private initPreviousValue;
|
|
49
47
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -7,10 +7,8 @@ import { BsDatepickerActions } from '../reducer/bs-datepicker.actions';
|
|
|
7
7
|
import { BsDatepickerEffects } from '../reducer/bs-datepicker.effects';
|
|
8
8
|
import { BsDatepickerStore } from '../reducer/bs-datepicker.store';
|
|
9
9
|
import { BsDatepickerCallbacks } from "../bs-datepicker.callbacks";
|
|
10
|
-
import { HeaderTypeService } from "../services/header-type.service";
|
|
11
10
|
import * as i0 from "@angular/core";
|
|
12
11
|
export declare class BsDatepickerContainerComponent extends BsDatepickerAbstractComponent implements OnInit, OnDestroy {
|
|
13
|
-
headerTypeService: HeaderTypeService;
|
|
14
12
|
_config: BsDatepickerConfig;
|
|
15
13
|
_callbacks: BsDatepickerCallbacks;
|
|
16
14
|
private _store;
|
|
@@ -21,7 +19,7 @@ export declare class BsDatepickerContainerComponent extends BsDatepickerAbstract
|
|
|
21
19
|
onApplyChange: EventEmitter<void>;
|
|
22
20
|
valueChange: EventEmitter<Date>;
|
|
23
21
|
set value(value: Date | undefined);
|
|
24
|
-
constructor(
|
|
22
|
+
constructor(_renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positionService: PositioningService);
|
|
25
23
|
ngOnInit(): void;
|
|
26
24
|
get isTopPosition(): boolean;
|
|
27
25
|
positionServiceEnable(): void;
|
|
@@ -6,10 +6,9 @@ import { BsDatepickerEffects } from '../reducer/bs-datepicker.effects';
|
|
|
6
6
|
import { BsDatepickerStore } from '../reducer/bs-datepicker.store';
|
|
7
7
|
import { PositioningService } from 'ngx-bootstrap/positioning';
|
|
8
8
|
import { BsDatepickerCallbacks } from "../bs-datepicker.callbacks";
|
|
9
|
-
import { HeaderTypeService } from "../services/header-type.service";
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
export declare class BsDatepickerInlineContainerComponent extends BsDatepickerContainerComponent implements OnInit, OnDestroy {
|
|
12
|
-
constructor(
|
|
11
|
+
constructor(_renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positioningService: PositioningService);
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerInlineContainerComponent, never>;
|
|
14
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<BsDatepickerInlineContainerComponent, "gt-datepicker-inline-container", never, {}, {}, never, never, false, never>;
|
|
15
14
|
}
|
|
@@ -1,26 +1,16 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { BsDatepickerViewMode, BsNavigationDirection, NavigationViewModel } from '../../models';
|
|
3
|
-
import { HeaderTypeService } from "../../services/header-type.service";
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BsDatepickerNavigationViewComponent
|
|
6
|
-
|
|
7
|
-
private cdr;
|
|
4
|
+
export declare class BsDatepickerNavigationViewComponent {
|
|
5
|
+
calendar: NavigationViewModel;
|
|
8
6
|
calendarIndex: number;
|
|
7
|
+
showNavigationArrows: boolean;
|
|
9
8
|
isDisabled: boolean;
|
|
10
|
-
calendar: NavigationViewModel;
|
|
11
9
|
type: 'days' | 'months' | 'years';
|
|
12
|
-
showNavigationArrows: boolean;
|
|
13
10
|
onNavigate: EventEmitter<BsNavigationDirection>;
|
|
14
11
|
onViewMode: EventEmitter<BsDatepickerViewMode>;
|
|
15
|
-
isMobile: boolean;
|
|
16
|
-
private isMobileSubscription;
|
|
17
|
-
private headerTypeSubscription;
|
|
18
|
-
headerType: 'self' | 'integrate';
|
|
19
|
-
constructor(headerTypeService: HeaderTypeService, cdr: ChangeDetectorRef);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
12
|
navTo(down: boolean, disabled: boolean): void;
|
|
23
13
|
view(viewMode: BsDatepickerViewMode): void;
|
|
24
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerNavigationViewComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsDatepickerNavigationViewComponent, "bs-datepicker-navigation-view", never, { "
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsDatepickerNavigationViewComponent, "bs-datepicker-navigation-view", never, { "calendar": { "alias": "calendar"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "showNavigationArrows": { "alias": "showNavigationArrows"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "onNavigate": "onNavigate"; "onViewMode": "onViewMode"; }, never, never, false, never>;
|
|
26
16
|
}
|
|
@@ -8,10 +8,8 @@ import { BsDatepickerEffects } from '../reducer/bs-datepicker.effects';
|
|
|
8
8
|
import { BsDatepickerStore } from '../reducer/bs-datepicker.store';
|
|
9
9
|
import { BsDatepickerCallbacks } from "../bs-datepicker.callbacks";
|
|
10
10
|
import { BsCustomDates } from "../utils/bs-calendar-utils";
|
|
11
|
-
import { HeaderTypeService } from "../services/header-type.service";
|
|
12
11
|
import * as i0 from "@angular/core";
|
|
13
12
|
export declare class BsDaterangepickerContainerComponent extends BsDatepickerAbstractComponent implements OnInit, OnDestroy {
|
|
14
|
-
headerTypeService: HeaderTypeService;
|
|
15
13
|
_config: BsDatepickerConfig;
|
|
16
14
|
_callbacks: BsDatepickerCallbacks;
|
|
17
15
|
private _store;
|
|
@@ -24,7 +22,7 @@ export declare class BsDaterangepickerContainerComponent extends BsDatepickerAbs
|
|
|
24
22
|
valueChange: EventEmitter<Date[]>;
|
|
25
23
|
onApplyChange: EventEmitter<void>;
|
|
26
24
|
set value(value: (Date | undefined)[] | undefined);
|
|
27
|
-
constructor(
|
|
25
|
+
constructor(_renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positionService: PositioningService);
|
|
28
26
|
ngOnInit(): void;
|
|
29
27
|
get isTopPosition(): boolean;
|
|
30
28
|
positionServiceEnable(): void;
|
|
@@ -6,10 +6,9 @@ import { BsDatepickerEffects } from '../reducer/bs-datepicker.effects';
|
|
|
6
6
|
import { BsDatepickerStore } from '../reducer/bs-datepicker.store';
|
|
7
7
|
import { PositioningService } from 'ngx-bootstrap/positioning';
|
|
8
8
|
import { BsDatepickerCallbacks } from "../bs-datepicker.callbacks";
|
|
9
|
-
import { HeaderTypeService } from "../services/header-type.service";
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
export declare class BsDaterangepickerInlineContainerComponent extends BsDaterangepickerContainerComponent implements OnInit, OnDestroy {
|
|
12
|
-
constructor(
|
|
11
|
+
constructor(_renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positioningService: PositioningService);
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerInlineContainerComponent, never>;
|
|
14
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<BsDaterangepickerInlineContainerComponent, "gt-daterangepicker-inline-container", never, {}, {}, never, never, false, never>;
|
|
15
14
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { BsDatepickerViewMode, BsNavigationDirection, BsNavigationEvent, CellHoverEvent, DatepickerRenderOptions, DaysCalendarViewModel, DayViewModel } from '../../models';
|
|
3
|
-
import { HeaderTypeService } from "../../services/header-type.service";
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class BsDaysCalendarViewComponent {
|
|
6
|
-
headerTypeService: HeaderTypeService;
|
|
7
5
|
calendar: DaysCalendarViewModel;
|
|
8
6
|
calendarIndex: number;
|
|
9
7
|
isDisabled?: boolean;
|
|
@@ -15,7 +13,7 @@ export declare class BsDaysCalendarViewComponent {
|
|
|
15
13
|
onSelect: EventEmitter<DayViewModel>;
|
|
16
14
|
onHover: EventEmitter<CellHoverEvent>;
|
|
17
15
|
isiOS: boolean;
|
|
18
|
-
constructor(
|
|
16
|
+
constructor();
|
|
19
17
|
navigateTo(event: BsNavigationDirection): void;
|
|
20
18
|
changeViewMode(event: BsDatepickerViewMode): void;
|
|
21
19
|
selectDay(event: DayViewModel): void;
|
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { BsDatepickerViewMode, BsNavigationDirection, BsNavigationEvent, CalendarCellViewModel, CellHoverEvent, MonthsCalendarViewModel } from '../../models';
|
|
3
|
-
import { HeaderTypeService } from "../../services/header-type.service";
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class BsMonthCalendarViewComponent {
|
|
6
|
-
|
|
5
|
+
calendar: MonthsCalendarViewModel;
|
|
7
6
|
calendarIndex: number;
|
|
8
|
-
size: 'sm' | 'md' | '';
|
|
9
|
-
calendarLang: string;
|
|
10
7
|
showNavigationArrows: boolean;
|
|
11
|
-
|
|
12
|
-
onHover: EventEmitter<CellHoverEvent>;
|
|
8
|
+
size: 'sm' | 'md' | '';
|
|
13
9
|
onNavigate: EventEmitter<BsNavigationEvent>;
|
|
14
|
-
onSelect: EventEmitter<CalendarCellViewModel>;
|
|
15
10
|
onViewMode: EventEmitter<BsDatepickerViewMode>;
|
|
16
|
-
|
|
11
|
+
onSelect: EventEmitter<CalendarCellViewModel>;
|
|
12
|
+
onHover: EventEmitter<CellHoverEvent>;
|
|
17
13
|
navigateTo(event: BsNavigationDirection): void;
|
|
18
14
|
viewMonth(month: CalendarCellViewModel): void;
|
|
19
15
|
hoverMonth(cell: CalendarCellViewModel, isHovered: boolean): void;
|
|
20
16
|
changeViewMode(event: BsDatepickerViewMode): void;
|
|
21
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsMonthCalendarViewComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsMonthCalendarViewComponent, "bs-month-calendar-view", never, { "
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsMonthCalendarViewComponent, "bs-month-calendar-view", never, { "calendar": { "alias": "calendar"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "showNavigationArrows": { "alias": "showNavigationArrows"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "onNavigate": "onNavigate"; "onViewMode": "onViewMode"; "onSelect": "onSelect"; "onHover": "onHover"; }, never, never, false, never>;
|
|
23
19
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { BsDatepickerViewMode, BsNavigationDirection, BsNavigationEvent, CalendarCellViewModel, CellHoverEvent, YearsCalendarViewModel } from '../../models';
|
|
3
|
-
import { HeaderTypeService } from "../../services/header-type.service";
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class BsYearsCalendarViewComponent {
|
|
6
|
-
private headerTypeService;
|
|
7
5
|
calendar: YearsCalendarViewModel;
|
|
8
6
|
calendarIndex: number;
|
|
9
7
|
showNavigationArrows: boolean;
|
|
@@ -12,7 +10,6 @@ export declare class BsYearsCalendarViewComponent {
|
|
|
12
10
|
onViewMode: EventEmitter<BsDatepickerViewMode>;
|
|
13
11
|
onSelect: EventEmitter<CalendarCellViewModel>;
|
|
14
12
|
onHover: EventEmitter<CellHoverEvent>;
|
|
15
|
-
constructor(headerTypeService: HeaderTypeService);
|
|
16
13
|
navigateTo(event: BsNavigationDirection): void;
|
|
17
14
|
viewYear(year: CalendarCellViewModel): void;
|
|
18
15
|
hoverYear(cell: CalendarCellViewModel, isHovered: boolean): void;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { BsDatepickerViewMode } from "./datepicker/models";
|
|
3
3
|
import { BsDatepickerConfig } from "./datepicker/bs-datepicker.config";
|
|
4
|
-
import { HeaderTypeService } from "./datepicker/services/header-type.service";
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class GravityCalendarV2Component implements OnInit, OnChanges {
|
|
7
|
-
headerTypeService: HeaderTypeService;
|
|
8
6
|
clearable: boolean;
|
|
9
7
|
currentLang: string;
|
|
10
8
|
cypressTag: string;
|
|
@@ -16,8 +14,6 @@ export declare class GravityCalendarV2Component implements OnInit, OnChanges {
|
|
|
16
14
|
required: boolean;
|
|
17
15
|
supportText: string;
|
|
18
16
|
size: 'sm' | 'md';
|
|
19
|
-
labelSize: 'sm' | 'md' | 'lg';
|
|
20
|
-
inputType: 'field' | 'label';
|
|
21
17
|
width: 'short' | 'medium' | 'full' | 'fit';
|
|
22
18
|
calendarType: BsDatepickerViewMode;
|
|
23
19
|
calendarMode: 'single' | 'double';
|
|
@@ -36,8 +32,7 @@ export declare class GravityCalendarV2Component implements OnInit, OnChanges {
|
|
|
36
32
|
selectedDate: Date;
|
|
37
33
|
selectedDates: Date[];
|
|
38
34
|
showMobileCalendar: boolean;
|
|
39
|
-
|
|
40
|
-
constructor(headerTypeService: HeaderTypeService);
|
|
35
|
+
constructor();
|
|
41
36
|
ngOnInit(): void;
|
|
42
37
|
ngOnChanges(changes: SimpleChanges): void;
|
|
43
38
|
private updateConfig;
|
|
@@ -49,7 +44,6 @@ export declare class GravityCalendarV2Component implements OnInit, OnChanges {
|
|
|
49
44
|
private onResize;
|
|
50
45
|
openMobileCalendar(): void;
|
|
51
46
|
closeMobileCalendar(): void;
|
|
52
|
-
restartCalendarType(): void;
|
|
53
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCalendarV2Component, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCalendarV2Component, "gravity-calendar-v2", never, { "clearable": { "alias": "clearable"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "size": { "alias": "size"; "required": false; }; "
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCalendarV2Component, "gravity-calendar-v2", never, { "clearable": { "alias": "clearable"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; "calendarType": { "alias": "calendarType"; "required": false; }; "calendarMode": { "alias": "calendarMode"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "customDate": { "alias": "customDate"; "required": false; }; "customDates": { "alias": "customDates"; "required": false; }; }, { "calendarResponse": "response"; }, never, never, false, never>;
|
|
55
49
|
}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class GravityCardButtonComponent {
|
|
4
3
|
label: string;
|
|
5
4
|
iconName: string;
|
|
6
|
-
|
|
5
|
+
disabled: boolean;
|
|
7
6
|
type: 'primary' | 'secondary';
|
|
8
7
|
state: 'active' | 'pressed' | 'disabled';
|
|
9
8
|
orientation: 'vrt-center' | 'vrt-left' | 'vrt-right' | 'hrt-center' | 'hrt-auto';
|
|
10
|
-
clicked: EventEmitter<void>;
|
|
11
|
-
onCardButtonClick(): void;
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCardButtonComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCardButtonComponent, "gravity-card-button", never, { "label": { "alias": "label"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCardButtonComponent, "gravity-card-button", never, { "label": { "alias": "label"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "state": { "alias": "state"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
11
|
}
|
|
@@ -6,7 +6,6 @@ export declare class GravityCheckboxComponent implements AfterViewInit, OnChange
|
|
|
6
6
|
name: string;
|
|
7
7
|
size: 'md' | 'sm';
|
|
8
8
|
value: string;
|
|
9
|
-
isPartial: boolean;
|
|
10
9
|
change: EventEmitter<{
|
|
11
10
|
value: string;
|
|
12
11
|
checked: boolean;
|
|
@@ -16,5 +15,5 @@ export declare class GravityCheckboxComponent implements AfterViewInit, OnChange
|
|
|
16
15
|
ngOnChanges(changes: SimpleChanges): void;
|
|
17
16
|
toggleCheckbox(): void;
|
|
18
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCheckboxComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCheckboxComponent, "gravity-checkbox", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; };
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCheckboxComponent, "gravity-checkbox", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "change": "change"; }, never, ["*"], false, never>;
|
|
20
19
|
}
|
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class GravityCurrencyDisplayComponent {
|
|
3
3
|
disabled: boolean;
|
|
4
4
|
cypressTag: string;
|
|
5
|
-
size: 'sm' | 'md'
|
|
5
|
+
size: 'sm' | 'md';
|
|
6
6
|
showNetworkIcon: boolean;
|
|
7
7
|
type: 'explicit' | 'short';
|
|
8
8
|
alignment: 'start' | 'invert';
|
|
@@ -13,7 +13,6 @@ export declare class GravityCurrencyDisplayComponent {
|
|
|
13
13
|
network_id?: number;
|
|
14
14
|
network_iso?: string;
|
|
15
15
|
};
|
|
16
|
-
getFontSize(): "sm" | "md";
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCurrencyDisplayComponent, never>;
|
|
18
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCurrencyDisplayComponent, "gravity-currency-display", never, { "disabled": { "alias": "disabled"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "size": { "alias": "size"; "required": false; }; "showNetworkIcon": { "alias": "showNetworkIcon"; "required": false; }; "type": { "alias": "type"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
18
|
}
|
|
@@ -4,9 +4,6 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class GravityDropdownListComponent implements OnChanges {
|
|
5
5
|
private readonly filterByPipe;
|
|
6
6
|
private _eref;
|
|
7
|
-
get dropdownState(): boolean;
|
|
8
|
-
set dropdownState(value: boolean);
|
|
9
|
-
dropdownStateChange: EventEmitter<boolean>;
|
|
10
7
|
selectedItemsResponse: EventEmitter<any[] | any>;
|
|
11
8
|
clearable: boolean;
|
|
12
9
|
config?: {
|
|
@@ -18,7 +15,6 @@ export declare class GravityDropdownListComponent implements OnChanges {
|
|
|
18
15
|
cypressTag: string;
|
|
19
16
|
hasError: boolean;
|
|
20
17
|
iconLeft: string;
|
|
21
|
-
isCurrency: boolean;
|
|
22
18
|
isDisabled: boolean;
|
|
23
19
|
isReadonly: boolean;
|
|
24
20
|
items: Array<any>;
|
|
@@ -27,33 +23,28 @@ export declare class GravityDropdownListComponent implements OnChanges {
|
|
|
27
23
|
placeholder: string;
|
|
28
24
|
required: boolean;
|
|
29
25
|
supportText: string;
|
|
30
|
-
|
|
26
|
+
currency_id: number;
|
|
27
|
+
network_iso: string;
|
|
28
|
+
network_id: number;
|
|
31
29
|
size: 'sm' | 'md' | 'lg' | 'xl';
|
|
32
|
-
inputType: 'field' | 'label';
|
|
33
30
|
width: 'short' | 'medium' | 'full' | 'fit';
|
|
34
31
|
set watch(searchInput: ElementRef<HTMLInputElement>);
|
|
35
32
|
availableOptions: any[];
|
|
36
33
|
dropdownOpened: boolean;
|
|
37
34
|
searchText: string;
|
|
38
35
|
selectedItems: any[];
|
|
39
|
-
openChildrenMap: Map<any, boolean>;
|
|
40
36
|
constructor(filterByPipe: FilterByPipe, _eref: ElementRef);
|
|
41
37
|
ngOnChanges(changes: SimpleChanges): void;
|
|
42
38
|
getStatus(): string;
|
|
43
39
|
isIconLeftNew(): boolean;
|
|
44
40
|
toggleDropdown(): void;
|
|
45
41
|
selectItem(itemToAdd: any): void;
|
|
46
|
-
isPartiallySelected(item: any): boolean;
|
|
47
42
|
checkIfSelected(itemToFind: any): boolean;
|
|
48
43
|
clearSelection(): void;
|
|
49
44
|
filterItems(): void;
|
|
50
45
|
onDocumentClick($event: PointerEvent): void;
|
|
51
46
|
getCurrencyIconSize(size: string): "sm-16" | "lg-32" | "xl-40" | "md-24";
|
|
52
47
|
getSpacingClass(size: string): "" | "gravity-margin-right-xxs" | "gravity-margin-right-xs" | "gravity-margin-right-sm" | "gravity-margin-right-md";
|
|
53
|
-
getMultilevelSpacingClass(size: string): "" | "gravity-margin-right-md" | "gravity-margin-right-lg";
|
|
54
|
-
getLabelText(): string;
|
|
55
|
-
isChildrenOpen(item: any): boolean;
|
|
56
|
-
toggleChildren(item: any, event: MouseEvent): void;
|
|
57
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDropdownListComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDropdownListComponent, "gravity-dropdown-list", never, { "
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDropdownListComponent, "gravity-dropdown-list", never, { "clearable": { "alias": "clearable"; "required": false; }; "config": { "alias": "config"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "customValues": { "alias": "customValues"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "iconLeft": { "alias": "iconLeft"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "items": { "alias": "items"; "required": false; }; "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "currency_id": { "alias": "currency_id"; "required": false; }; "network_iso": { "alias": "network_iso"; "required": false; }; "network_id": { "alias": "network_id"; "required": false; }; "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "selectedItemsResponse": "response"; }, never, never, false, never>;
|
|
59
50
|
}
|
|
@@ -16,66 +16,57 @@ export declare enum OLD_ICONS {
|
|
|
16
16
|
'arrow-back' = 1
|
|
17
17
|
}
|
|
18
18
|
export declare enum ICONS {
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'arrow-
|
|
22
|
-
'arrow-
|
|
23
|
-
'arrow-
|
|
24
|
-
'
|
|
25
|
-
'
|
|
26
|
-
'
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
'
|
|
30
|
-
'
|
|
31
|
-
'
|
|
32
|
-
'
|
|
33
|
-
'
|
|
34
|
-
'
|
|
35
|
-
'
|
|
36
|
-
'
|
|
37
|
-
'
|
|
38
|
-
'
|
|
39
|
-
'
|
|
40
|
-
'
|
|
41
|
-
'
|
|
42
|
-
'
|
|
43
|
-
'
|
|
44
|
-
'
|
|
45
|
-
'
|
|
46
|
-
'
|
|
47
|
-
'
|
|
48
|
-
'
|
|
49
|
-
'
|
|
50
|
-
'
|
|
51
|
-
'
|
|
52
|
-
'
|
|
53
|
-
'
|
|
54
|
-
'
|
|
55
|
-
'
|
|
56
|
-
'
|
|
57
|
-
'
|
|
58
|
-
'
|
|
59
|
-
'
|
|
60
|
-
'
|
|
61
|
-
'
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'
|
|
70
|
-
'
|
|
71
|
-
'
|
|
72
|
-
'unlock' = 53,
|
|
73
|
-
'unsuccess' = 54,
|
|
74
|
-
'update' = 55,
|
|
75
|
-
'user' = 56,
|
|
76
|
-
'warning-circle' = 57,
|
|
77
|
-
'hero-avatar-admin' = 58,
|
|
78
|
-
'hero-avatar-regular' = 59,
|
|
79
|
-
'hero-avatar-support' = 60,
|
|
80
|
-
'hero-avatar-blocked' = 61
|
|
19
|
+
'addressbook' = 0,
|
|
20
|
+
'arrow-down' = 1,
|
|
21
|
+
'arrow-left' = 2,
|
|
22
|
+
'arrow-right' = 3,
|
|
23
|
+
'arrow-up' = 4,
|
|
24
|
+
'bell' = 5,
|
|
25
|
+
'calendar' = 6,
|
|
26
|
+
'check' = 7,
|
|
27
|
+
'clock' = 8,
|
|
28
|
+
'chevron-double-down' = 9,
|
|
29
|
+
'chevron-double-up' = 10,
|
|
30
|
+
'copy' = 11,
|
|
31
|
+
'deposit' = 12,
|
|
32
|
+
'download' = 13,
|
|
33
|
+
'eye-closed' = 14,
|
|
34
|
+
'eye-open' = 15,
|
|
35
|
+
'exchange-provider' = 16,
|
|
36
|
+
'graphics' = 17,
|
|
37
|
+
'happy-face' = 18,
|
|
38
|
+
'home' = 19,
|
|
39
|
+
'information-circle' = 20,
|
|
40
|
+
'internal-processing' = 21,
|
|
41
|
+
'language' = 22,
|
|
42
|
+
'mail' = 23,
|
|
43
|
+
'menu' = 24,
|
|
44
|
+
'more-options' = 25,
|
|
45
|
+
'new-tab' = 26,
|
|
46
|
+
'news' = 27,
|
|
47
|
+
'off' = 28,
|
|
48
|
+
'on' = 29,
|
|
49
|
+
'payout' = 30,
|
|
50
|
+
'plus' = 31,
|
|
51
|
+
'question-circle' = 32,
|
|
52
|
+
'queue' = 33,
|
|
53
|
+
'rates' = 34,
|
|
54
|
+
'report' = 35,
|
|
55
|
+
'search' = 36,
|
|
56
|
+
'security' = 37,
|
|
57
|
+
'settings' = 38,
|
|
58
|
+
'sign-out' = 39,
|
|
59
|
+
'stop' = 40,
|
|
60
|
+
'success-circle' = 41,
|
|
61
|
+
'swaps' = 42,
|
|
62
|
+
'swaps-arrow-left' = 43,
|
|
63
|
+
'swaps-arrow-right' = 44,
|
|
64
|
+
'switch' = 45,
|
|
65
|
+
'tool' = 46,
|
|
66
|
+
'trash' = 47,
|
|
67
|
+
'unlock' = 48,
|
|
68
|
+
'unsuccess' = 49,
|
|
69
|
+
'update' = 50,
|
|
70
|
+
'user' = 51,
|
|
71
|
+
'warning-circle' = 52
|
|
81
72
|
}
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class GravityIconButtonComponent {
|
|
4
|
-
cypressTag: string;
|
|
5
4
|
icon: string;
|
|
6
5
|
supportText: string;
|
|
7
6
|
variant: boolean;
|
|
8
7
|
size: 'sm' | 'md';
|
|
9
8
|
type: 'primary' | 'secondary';
|
|
10
|
-
state: 'active' | 'disabled';
|
|
9
|
+
state: 'active' | 'pressed' | 'disabled';
|
|
11
10
|
clickOnIcon: EventEmitter<void>;
|
|
12
|
-
isPressed: boolean;
|
|
13
11
|
onClick(): void;
|
|
14
|
-
onPress(): void;
|
|
15
|
-
onRelease(): void;
|
|
16
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityIconButtonComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityIconButtonComponent, "gravity-icon-button", never, { "
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityIconButtonComponent, "gravity-icon-button", never, { "icon": { "alias": "icon"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "clickOnIcon": "clickOnIcon"; }, never, never, false, never>;
|
|
18
14
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class GravityLinkComponent {
|
|
3
|
-
linkText: string;
|
|
4
|
-
fontClass: string;
|
|
5
3
|
link: string;
|
|
4
|
+
linkText: string;
|
|
5
|
+
fontSize: string;
|
|
6
6
|
cypressTag: string;
|
|
7
7
|
iconName: string | undefined;
|
|
8
8
|
target: '_blank' | '_self';
|
|
@@ -10,5 +10,5 @@ export declare class GravityLinkComponent {
|
|
|
10
10
|
iconSize: 'sm-12' | 'md-16' | 'lg-24' | 'xl-32';
|
|
11
11
|
state: 'active' | 'visited' | 'pressed' | 'disabled';
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityLinkComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityLinkComponent, "gravity-link", never, { "
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityLinkComponent, "gravity-link", never, { "link": { "alias": "link"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "target": { "alias": "target"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -12,12 +12,9 @@ export declare class GravityModalComponent {
|
|
|
12
12
|
secondaryBtnTxt: string;
|
|
13
13
|
secondaryBtnIcon: string;
|
|
14
14
|
iconPosition: 'right' | 'left';
|
|
15
|
-
primaryBtnType: 'primary' | 'secondary' | 'tertiary' | 'positive' | 'negative' | 'disabled';
|
|
16
|
-
secondaryBtnType: 'primary' | 'secondary' | 'tertiary' | 'positive' | 'negative' | 'disabled';
|
|
17
15
|
link: string;
|
|
18
16
|
linkText: string;
|
|
19
17
|
linkIcon: string;
|
|
20
|
-
linkFontClass: string;
|
|
21
18
|
linkState: 'active' | 'visited' | 'pressed' | 'disabled';
|
|
22
19
|
linkCallback: (() => void) | null;
|
|
23
20
|
primaryBtnCallback: (() => void) | null;
|
|
@@ -26,5 +23,5 @@ export declare class GravityModalComponent {
|
|
|
26
23
|
closeModal(): void;
|
|
27
24
|
protected readonly onclose: (this: Window, ev: Event) => any;
|
|
28
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityModalComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityModalComponent, "gravity-modal", never, { "title": { "alias": "title"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "preTitle": { "alias": "preTitle"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; "state": { "alias": "state"; "required": false; }; "primaryBtnText": { "alias": "primaryBtnText"; "required": false; }; "primaryBtnIcon": { "alias": "primaryBtnIcon"; "required": false; }; "secondaryBtnTxt": { "alias": "secondaryBtnTxt"; "required": false; }; "secondaryBtnIcon": { "alias": "secondaryBtnIcon"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityModalComponent, "gravity-modal", never, { "title": { "alias": "title"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "preTitle": { "alias": "preTitle"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; "state": { "alias": "state"; "required": false; }; "primaryBtnText": { "alias": "primaryBtnText"; "required": false; }; "primaryBtnIcon": { "alias": "primaryBtnIcon"; "required": false; }; "secondaryBtnTxt": { "alias": "secondaryBtnTxt"; "required": false; }; "secondaryBtnIcon": { "alias": "secondaryBtnIcon"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "link": { "alias": "link"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "linkIcon": { "alias": "linkIcon"; "required": false; }; "linkState": { "alias": "linkState"; "required": false; }; "linkCallback": { "alias": "linkCallback"; "required": false; }; "primaryBtnCallback": { "alias": "primaryBtnCallback"; "required": false; }; "secondaryBtnCallback": { "alias": "secondaryBtnCallback"; "required": false; }; }, { "close": "close"; }, never, ["*"], false, never>;
|
|
30
27
|
}
|
|
@@ -4,7 +4,8 @@ export declare class GravityStatusIndicatorComponent {
|
|
|
4
4
|
text: string;
|
|
5
5
|
size: 'sm' | 'md';
|
|
6
6
|
type: 'primary' | 'secondary';
|
|
7
|
-
status: 'positive' | 'negative' | 'attention' | 'neutro'
|
|
7
|
+
status: 'positive' | 'negative' | 'attention' | 'neutro';
|
|
8
|
+
getIconSizeClass(size: string): 'sm-12' | 'md-16';
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityStatusIndicatorComponent, never>;
|
|
9
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<GravityStatusIndicatorComponent, "gravity-status-indicator", never, { "icon": { "alias": "icon"; "required": false; }; "text": { "alias": "text"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
11
|
}
|
|
@@ -6,8 +6,10 @@ export declare class GravitySwitchComponent implements AfterViewInit, OnChanges
|
|
|
6
6
|
disabled: boolean;
|
|
7
7
|
size: 'md' | 'sm';
|
|
8
8
|
textOptions: {
|
|
9
|
+
above?: string;
|
|
9
10
|
left?: string;
|
|
10
11
|
right?: string;
|
|
12
|
+
below?: string;
|
|
11
13
|
};
|
|
12
14
|
response: EventEmitter<boolean>;
|
|
13
15
|
isSwitchActive: boolean;
|