@testgorilla/tgo-ui 2.24.22 → 2.24.9999
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/components/alert-banner/index.d.ts +1 -0
- package/components/alert-banner/public-api.d.ts +2 -0
- package/components/avatar/index.d.ts +1 -0
- package/components/avatar/public-api.d.ts +3 -0
- package/components/badge/index.d.ts +1 -0
- package/components/badge/public-api.d.ts +3 -0
- package/components/button/index.d.ts +1 -0
- package/components/button/public-api.d.ts +3 -0
- package/components/card/index.d.ts +1 -0
- package/components/card/public-api.d.ts +3 -0
- package/components/checkbox/index.d.ts +1 -0
- package/components/checkbox/public-api.d.ts +2 -0
- package/components/field/index.d.ts +1 -0
- package/components/field/public-api.d.ts +3 -0
- package/components/gaussian-chart/gaussian-chart.module.d.ts +1 -1
- package/components/icon/index.d.ts +1 -0
- package/components/icon/public-api.d.ts +3 -0
- package/components/logo/index.d.ts +1 -0
- package/components/logo/public-api.d.ts +3 -0
- package/components/radio-button/index.d.ts +1 -0
- package/components/radio-button/public-api.d.ts +2 -0
- package/components/side-panel/index.d.ts +1 -0
- package/components/side-panel/public-api.d.ts +3 -0
- package/components/side-panel/side-panel.component.d.ts +1 -1
- package/components/snackbar/index.d.ts +1 -0
- package/components/snackbar/public-api.d.ts +4 -0
- package/components/spinner/index.d.ts +1 -0
- package/components/spinner/public-api.d.ts +3 -0
- package/components/tooltip/index.d.ts +1 -0
- package/components/tooltip/public-api.d.ts +3 -0
- package/esm2022/components/alert-banner/index.mjs +2 -0
- package/esm2022/components/alert-banner/public-api.mjs +3 -0
- package/esm2022/components/avatar/index.mjs +2 -0
- package/esm2022/components/avatar/public-api.mjs +4 -0
- package/esm2022/components/badge/index.mjs +2 -0
- package/esm2022/components/badge/public-api.mjs +4 -0
- package/esm2022/components/button/index.mjs +2 -0
- package/esm2022/components/button/public-api.mjs +4 -0
- package/esm2022/components/card/index.mjs +2 -0
- package/esm2022/components/card/public-api.mjs +4 -0
- package/esm2022/components/checkbox/index.mjs +2 -0
- package/esm2022/components/checkbox/public-api.mjs +3 -0
- package/esm2022/components/field/index.mjs +2 -0
- package/esm2022/components/field/public-api.mjs +4 -0
- package/esm2022/components/gaussian-chart/gaussian-chart.module.mjs +2 -2
- package/esm2022/components/icon/index.mjs +2 -0
- package/esm2022/components/icon/public-api.mjs +4 -0
- package/esm2022/components/logo/index.mjs +2 -0
- package/esm2022/components/logo/public-api.mjs +4 -0
- package/esm2022/components/radio-button/index.mjs +2 -0
- package/esm2022/components/radio-button/public-api.mjs +3 -0
- package/esm2022/components/side-panel/index.mjs +2 -0
- package/esm2022/components/side-panel/public-api.mjs +4 -0
- package/esm2022/components/snackbar/index.mjs +2 -0
- package/esm2022/components/snackbar/public-api.mjs +5 -0
- package/esm2022/components/spinner/index.mjs +2 -0
- package/esm2022/components/spinner/public-api.mjs +4 -0
- package/esm2022/components/tooltip/index.mjs +2 -0
- package/esm2022/components/tooltip/public-api.mjs +4 -0
- package/esm2022/public-api.mjs +184 -214
- package/fesm2022/testgorilla-tgo-ui.mjs +3053 -11354
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +3 -2
- package/public-api.d.ts +14 -151
- package/components/accordion/accordion.component.d.ts +0 -100
- package/components/accordion/accordion.component.module.d.ts +0 -12
- package/components/accordion/accordion.model.d.ts +0 -2
- package/components/autocomplete/autocomplete.component.d.ts +0 -289
- package/components/autocomplete/autocomplete.component.module.d.ts +0 -23
- package/components/autocomplete/autocomplete.model.d.ts +0 -22
- package/components/autocomplete/includes.pipe.d.ts +0 -12
- package/components/autocomplete/prevent-input.directive.d.ts +0 -7
- package/components/autocomplete/transform-Item.pipe.d.ts +0 -11
- package/components/checklist/checklist.component.d.ts +0 -78
- package/components/checklist/checklist.model.d.ts +0 -7
- package/components/confirm-dialog/confirm-dialog.component.d.ts +0 -29
- package/components/confirm-dialog/confirm-dialog.component.module.d.ts +0 -12
- package/components/confirm-dialog/confirm-dialog.model.d.ts +0 -11
- package/components/datepicker/date-adapter.d.ts +0 -30
- package/components/datepicker/datepicker.component.d.ts +0 -214
- package/components/datepicker/datepicker.component.module.d.ts +0 -18
- package/components/datepicker/datepicker.service.d.ts +0 -8
- package/components/datepicker/no-date-format.directive.d.ts +0 -11
- package/components/deprecated-paginator/deprecated-paginator.component.d.ts +0 -38
- package/components/deprecated-paginator/deprecated-paginator.component.module.d.ts +0 -9
- package/components/deprecated-table/deprecated-table.component.d.ts +0 -91
- package/components/deprecated-table/deprecated-table.component.module.d.ts +0 -14
- package/components/deprecated-table/deprecated-table.model.d.ts +0 -45
- package/components/deprecated-table/directives/dynamic-component.directive.d.ts +0 -13
- package/components/dialog/dialog.component.d.ts +0 -147
- package/components/dialog/dialog.component.module.d.ts +0 -11
- package/components/dialog/dialog.service.d.ts +0 -13
- package/components/divider/divider.component.d.ts +0 -39
- package/components/divider/divider.component.module.d.ts +0 -9
- package/components/divider/divider.model.d.ts +0 -1
- package/components/dropdown/dropdown.component.d.ts +0 -190
- package/components/dropdown/dropdown.component.module.d.ts +0 -17
- package/components/dropdown/dropdown.model.d.ts +0 -5
- package/components/elevation-shadow/elevation-shadow.component.d.ts +0 -26
- package/components/elevation-shadow/elevation-shadow.component.module.d.ts +0 -8
- package/components/elevation-shadow/elevation-shadow.constant.d.ts +0 -8
- package/components/empty-state/empty-state.component.d.ts +0 -118
- package/components/empty-state/empty-state.component.module.d.ts +0 -11
- package/components/empty-state/empty-state.model.d.ts +0 -3
- package/components/file-upload/file-upload.component.d.ts +0 -120
- package/components/file-upload/file-upload.component.module.d.ts +0 -14
- package/components/icon-label/icon-label.component.d.ts +0 -39
- package/components/icon-label/icon-label.component.module.d.ts +0 -9
- package/components/media-card/media-card.component.d.ts +0 -32
- package/components/multi-input/multi-input.component.d.ts +0 -164
- package/components/multi-input/multi-input.component.module.d.ts +0 -18
- package/components/multi-input/multi-input.model.d.ts +0 -1
- package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +0 -25
- package/components/navbar/navbar.component.d.ts +0 -119
- package/components/navbar/navbar.component.module.d.ts +0 -21
- package/components/navbar/navbar.model.d.ts +0 -21
- package/components/overflow-menu/overflow-menu.component.d.ts +0 -86
- package/components/overflow-menu/overflow-menu.component.module.d.ts +0 -15
- package/components/overflow-menu/overflow-menu.model.d.ts +0 -20
- package/components/page-header/page-header.component.d.ts +0 -38
- package/components/page-header/page-header.component.module.d.ts +0 -10
- package/components/paginator/paginator.component.d.ts +0 -58
- package/components/paginator/paginator.component.module.d.ts +0 -9
- package/components/password-criteria/password.component.d.ts +0 -42
- package/components/password-criteria/password.component.module.d.ts +0 -13
- package/components/password-strength/password-strength.component.d.ts +0 -45
- package/components/password-strength/password-strength.component.module.d.ts +0 -11
- package/components/phone-input/join-strings.pipe.d.ts +0 -7
- package/components/phone-input/phone-input.component.d.ts +0 -147
- package/components/phone-input/phone-input.component.module.d.ts +0 -20
- package/components/phone-input/phone-input.model.d.ts +0 -8
- package/components/progress-bar/progress-bar.component.d.ts +0 -73
- package/components/progress-bar/progress-bar.component.module.d.ts +0 -10
- package/components/radial-progress/radial-progress.component.d.ts +0 -68
- package/components/radial-progress/radial-progress.component.module.d.ts +0 -10
- package/components/radial-progress/radial-progress.model.d.ts +0 -10
- package/components/rating/half-star.pipe.d.ts +0 -14
- package/components/rating/rating.component.d.ts +0 -64
- package/components/rating/rating.component.module.d.ts +0 -10
- package/components/scale/scale.component.d.ts +0 -53
- package/components/scale/scale.component.module.d.ts +0 -8
- package/components/segmented-bar/segmented-bar.component.d.ts +0 -63
- package/components/segmented-bar/segmented-bar.component.module.d.ts +0 -13
- package/components/segmented-bar/segmented-bar.model.d.ts +0 -12
- package/components/segmented-button/segmented-button.component.d.ts +0 -55
- package/components/segmented-button/segmented-button.component.module.d.ts +0 -11
- package/components/segmented-button/segmented-button.model.d.ts +0 -8
- package/components/side-sheet/side-sheet.component.d.ts +0 -43
- package/components/side-sheet/side-sheet.component.module.d.ts +0 -14
- package/components/side-sheet/side-sheet.model.d.ts +0 -10
- package/components/side-sheet/side-sheet.service.d.ts +0 -14
- package/components/skeleton/skeleton.component.d.ts +0 -26
- package/components/skeleton/skeleton.model.d.ts +0 -2
- package/components/slider/slider.component.d.ts +0 -105
- package/components/slider/slider.component.module.d.ts +0 -14
- package/components/slider/slider.model.d.ts +0 -5
- package/components/spider-chart/spider-chart.component.d.ts +0 -88
- package/components/spider-chart/spider-chart.model.d.ts +0 -12
- package/components/spider-chart/spider-chart.module.d.ts +0 -12
- package/components/step/step.component.d.ts +0 -161
- package/components/step/step.component.module.d.ts +0 -10
- package/components/stepper/stepper.component.d.ts +0 -86
- package/components/stepper/stepper.component.module.d.ts +0 -15
- package/components/stepper/stepper.model.d.ts +0 -22
- package/components/table/sentence-case.pipe.d.ts +0 -7
- package/components/table/table.component.d.ts +0 -96
- package/components/table/table.component.module.d.ts +0 -20
- package/components/table/table.model.d.ts +0 -96
- package/components/tabs/tab.directive.d.ts +0 -24
- package/components/tabs/tabs.component.d.ts +0 -73
- package/components/tabs/tabs.component.module.d.ts +0 -11
- package/components/tabs/tabs.model.d.ts +0 -15
- package/components/tag/tag.component.d.ts +0 -131
- package/components/tag/tag.component.module.d.ts +0 -13
- package/components/tag/tag.model.d.ts +0 -1
- package/components/toggle/toggle.component.d.ts +0 -113
- package/components/toggle/toggle.component.module.d.ts +0 -14
- package/components/toggle/toggle.model.d.ts +0 -1
- package/components/universal-skills-report/universal-skills-report.component.d.ts +0 -33
- package/components/universal-skills-report/universal-skills-report.component.module.d.ts +0 -14
- package/components/universal-skills-report/universal-skills-report.model.d.ts +0 -33
- package/directives/drag-drop.directive.d.ts +0 -12
- package/directives/select-text.directive.d.ts +0 -19
- package/directives/step-line-element.directive.d.ts +0 -17
- package/esm2022/components/accordion/accordion.component.mjs +0 -135
- package/esm2022/components/accordion/accordion.component.module.mjs +0 -40
- package/esm2022/components/accordion/accordion.model.mjs +0 -2
- package/esm2022/components/autocomplete/autocomplete.component.mjs +0 -716
- package/esm2022/components/autocomplete/autocomplete.component.module.mjs +0 -73
- package/esm2022/components/autocomplete/autocomplete.model.mjs +0 -25
- package/esm2022/components/autocomplete/includes.pipe.mjs +0 -25
- package/esm2022/components/autocomplete/prevent-input.directive.mjs +0 -27
- package/esm2022/components/autocomplete/transform-Item.pipe.mjs +0 -32
- package/esm2022/components/checklist/checklist.component.mjs +0 -147
- package/esm2022/components/checklist/checklist.model.mjs +0 -2
- package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +0 -54
- package/esm2022/components/confirm-dialog/confirm-dialog.component.module.mjs +0 -29
- package/esm2022/components/confirm-dialog/confirm-dialog.model.mjs +0 -2
- package/esm2022/components/datepicker/date-adapter.mjs +0 -30
- package/esm2022/components/datepicker/datepicker.component.mjs +0 -333
- package/esm2022/components/datepicker/datepicker.component.module.mjs +0 -60
- package/esm2022/components/datepicker/datepicker.service.mjs +0 -20
- package/esm2022/components/datepicker/no-date-format.directive.mjs +0 -56
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.mjs +0 -55
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.module.mjs +0 -20
- package/esm2022/components/deprecated-table/deprecated-table.component.mjs +0 -158
- package/esm2022/components/deprecated-table/deprecated-table.component.module.mjs +0 -43
- package/esm2022/components/deprecated-table/deprecated-table.model.mjs +0 -13
- package/esm2022/components/deprecated-table/directives/dynamic-component.directive.mjs +0 -40
- package/esm2022/components/dialog/dialog.component.mjs +0 -253
- package/esm2022/components/dialog/dialog.component.module.mjs +0 -23
- package/esm2022/components/dialog/dialog.service.mjs +0 -35
- package/esm2022/components/divider/divider.component.mjs +0 -65
- package/esm2022/components/divider/divider.component.module.mjs +0 -19
- package/esm2022/components/divider/divider.model.mjs +0 -2
- package/esm2022/components/dropdown/dropdown.component.mjs +0 -351
- package/esm2022/components/dropdown/dropdown.component.module.mjs +0 -57
- package/esm2022/components/dropdown/dropdown.model.mjs +0 -2
- package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +0 -45
- package/esm2022/components/elevation-shadow/elevation-shadow.component.module.mjs +0 -18
- package/esm2022/components/elevation-shadow/elevation-shadow.constant.mjs +0 -9
- package/esm2022/components/empty-state/empty-state.component.mjs +0 -186
- package/esm2022/components/empty-state/empty-state.component.module.mjs +0 -21
- package/esm2022/components/empty-state/empty-state.model.mjs +0 -2
- package/esm2022/components/file-upload/file-upload.component.mjs +0 -282
- package/esm2022/components/file-upload/file-upload.component.module.mjs +0 -40
- package/esm2022/components/icon-label/icon-label.component.mjs +0 -53
- package/esm2022/components/icon-label/icon-label.component.module.mjs +0 -20
- package/esm2022/components/media-card/media-card.component.mjs +0 -47
- package/esm2022/components/multi-input/multi-input.component.mjs +0 -318
- package/esm2022/components/multi-input/multi-input.component.module.mjs +0 -58
- package/esm2022/components/multi-input/multi-input.model.mjs +0 -2
- package/esm2022/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.mjs +0 -82
- package/esm2022/components/navbar/navbar.component.mjs +0 -209
- package/esm2022/components/navbar/navbar.component.module.mjs +0 -71
- package/esm2022/components/navbar/navbar.model.mjs +0 -2
- package/esm2022/components/overflow-menu/overflow-menu.component.mjs +0 -195
- package/esm2022/components/overflow-menu/overflow-menu.component.module.mjs +0 -25
- package/esm2022/components/overflow-menu/overflow-menu.model.mjs +0 -2
- package/esm2022/components/page-header/page-header.component.mjs +0 -71
- package/esm2022/components/page-header/page-header.component.module.mjs +0 -20
- package/esm2022/components/paginator/paginator.component.mjs +0 -87
- package/esm2022/components/paginator/paginator.component.module.mjs +0 -19
- package/esm2022/components/password-criteria/password.component.mjs +0 -105
- package/esm2022/components/password-criteria/password.component.module.mjs +0 -39
- package/esm2022/components/password-strength/password-strength.component.mjs +0 -93
- package/esm2022/components/password-strength/password-strength.component.module.mjs +0 -21
- package/esm2022/components/phone-input/join-strings.pipe.mjs +0 -14
- package/esm2022/components/phone-input/phone-input.component.mjs +0 -353
- package/esm2022/components/phone-input/phone-input.component.module.mjs +0 -63
- package/esm2022/components/phone-input/phone-input.model.mjs +0 -2
- package/esm2022/components/progress-bar/progress-bar.component.mjs +0 -103
- package/esm2022/components/progress-bar/progress-bar.component.module.mjs +0 -21
- package/esm2022/components/radial-progress/radial-progress.component.mjs +0 -106
- package/esm2022/components/radial-progress/radial-progress.component.module.mjs +0 -20
- package/esm2022/components/radial-progress/radial-progress.model.mjs +0 -11
- package/esm2022/components/rating/half-star.pipe.mjs +0 -23
- package/esm2022/components/rating/rating.component.mjs +0 -92
- package/esm2022/components/rating/rating.component.module.mjs +0 -20
- package/esm2022/components/scale/scale.component.mjs +0 -124
- package/esm2022/components/scale/scale.component.module.mjs +0 -18
- package/esm2022/components/segmented-bar/segmented-bar.component.mjs +0 -106
- package/esm2022/components/segmented-bar/segmented-bar.component.module.mjs +0 -23
- package/esm2022/components/segmented-bar/segmented-bar.model.mjs +0 -2
- package/esm2022/components/segmented-button/segmented-button.component.mjs +0 -104
- package/esm2022/components/segmented-button/segmented-button.component.module.mjs +0 -21
- package/esm2022/components/segmented-button/segmented-button.model.mjs +0 -2
- package/esm2022/components/side-sheet/side-sheet.component.mjs +0 -105
- package/esm2022/components/side-sheet/side-sheet.component.module.mjs +0 -43
- package/esm2022/components/side-sheet/side-sheet.model.mjs +0 -2
- package/esm2022/components/side-sheet/side-sheet.service.mjs +0 -31
- package/esm2022/components/skeleton/skeleton.component.mjs +0 -71
- package/esm2022/components/skeleton/skeleton.model.mjs +0 -2
- package/esm2022/components/slider/slider.component.mjs +0 -198
- package/esm2022/components/slider/slider.component.module.mjs +0 -43
- package/esm2022/components/slider/slider.model.mjs +0 -2
- package/esm2022/components/spider-chart/spider-chart.component.mjs +0 -425
- package/esm2022/components/spider-chart/spider-chart.model.mjs +0 -4
- package/esm2022/components/spider-chart/spider-chart.module.mjs +0 -41
- package/esm2022/components/step/step.component.mjs +0 -149
- package/esm2022/components/step/step.component.module.mjs +0 -20
- package/esm2022/components/stepper/stepper.component.mjs +0 -150
- package/esm2022/components/stepper/stepper.component.module.mjs +0 -44
- package/esm2022/components/stepper/stepper.model.mjs +0 -2
- package/esm2022/components/table/sentence-case.pipe.mjs +0 -19
- package/esm2022/components/table/table.component.mjs +0 -238
- package/esm2022/components/table/table.component.module.mjs +0 -61
- package/esm2022/components/table/table.model.mjs +0 -13
- package/esm2022/components/tabs/tab.directive.mjs +0 -54
- package/esm2022/components/tabs/tabs.component.mjs +0 -188
- package/esm2022/components/tabs/tabs.component.module.mjs +0 -21
- package/esm2022/components/tabs/tabs.model.mjs +0 -2
- package/esm2022/components/tag/tag.component.mjs +0 -212
- package/esm2022/components/tag/tag.component.module.mjs +0 -24
- package/esm2022/components/tag/tag.model.mjs +0 -2
- package/esm2022/components/toggle/toggle.component.mjs +0 -190
- package/esm2022/components/toggle/toggle.component.module.mjs +0 -24
- package/esm2022/components/toggle/toggle.model.mjs +0 -2
- package/esm2022/components/universal-skills-report/universal-skills-report.component.mjs +0 -115
- package/esm2022/components/universal-skills-report/universal-skills-report.component.module.mjs +0 -43
- package/esm2022/components/universal-skills-report/universal-skills-report.model.mjs +0 -19
- package/esm2022/directives/drag-drop.directive.mjs +0 -55
- package/esm2022/directives/select-text.directive.mjs +0 -40
- package/esm2022/directives/step-line-element.directive.mjs +0 -51
- package/esm2022/models/keyboard-events.model.mjs +0 -13
- package/esm2022/models/screen-breakpoints.model.mjs +0 -6
- package/esm2022/pipes/data-property-getter.mjs +0 -33
- package/esm2022/pipes/ui-ordinal-suffix.pipe.mjs +0 -31
- package/esm2022/providers/is-mobile.mjs +0 -11
- package/esm2022/utils/autocomplete-utils.mjs +0 -66
- package/esm2022/utils/hex-to-rgb.mjs +0 -9
- package/esm2022/utils/table.utils.mjs +0 -19
- package/models/keyboard-events.model.d.ts +0 -11
- package/models/screen-breakpoints.model.d.ts +0 -4
- package/pipes/data-property-getter.d.ts +0 -8
- package/pipes/ui-ordinal-suffix.pipe.d.ts +0 -7
- package/providers/is-mobile.d.ts +0 -2
- package/utils/autocomplete-utils.d.ts +0 -12
- package/utils/hex-to-rgb.d.ts +0 -1
- package/utils/table.utils.d.ts +0 -6
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { RadialProgressSize, RadialProgressSizeEnum, RadialProgressVariant } from './radial-progress.model';
|
|
3
|
-
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
4
|
-
import { IconName } from '../icon/icon.model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class RadialProgressComponent {
|
|
7
|
-
private readonly defaultAppTheme;
|
|
8
|
-
/**
|
|
9
|
-
* The size of the component. Defaults to 'small'.
|
|
10
|
-
* @type {RadialProgressSize}
|
|
11
|
-
* @memberof RadialProgressComponent
|
|
12
|
-
*/
|
|
13
|
-
size: RadialProgressSize;
|
|
14
|
-
/**
|
|
15
|
-
* The current value of the progress. Defaults to 0.
|
|
16
|
-
* @type {number}
|
|
17
|
-
* @memberof RadialProgressComponent
|
|
18
|
-
*/
|
|
19
|
-
value: number;
|
|
20
|
-
/**
|
|
21
|
-
* The value of the total progress. Used to set the cap and used for percentage calculations. Defaults to 0.
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof RadialProgressComponent
|
|
24
|
-
*/
|
|
25
|
-
total: number;
|
|
26
|
-
/**
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof RadialProgressComponent
|
|
29
|
-
*/
|
|
30
|
-
variant: RadialProgressVariant;
|
|
31
|
-
/**
|
|
32
|
-
* Icon for icon button
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof RadialProgressComponent
|
|
35
|
-
*/
|
|
36
|
-
icon: IconName;
|
|
37
|
-
/**
|
|
38
|
-
* The tooltip that is displayed on hover. Required for icon-button
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof RadialProgressComponent
|
|
41
|
-
*/
|
|
42
|
-
buttonTooltip: string;
|
|
43
|
-
/**
|
|
44
|
-
* Color of the progress bar.
|
|
45
|
-
* Defaults to Test Gorilla primary color.
|
|
46
|
-
*
|
|
47
|
-
* @type {string}
|
|
48
|
-
* @memberof RadialProgressComponent
|
|
49
|
-
*/
|
|
50
|
-
companyColor: string | null;
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* Defines the application theme
|
|
54
|
-
*
|
|
55
|
-
* @type {ApplicationTheme}
|
|
56
|
-
* @memberof ButtonComponent
|
|
57
|
-
*/
|
|
58
|
-
applicationTheme: ApplicationTheme;
|
|
59
|
-
buttonClicked: EventEmitter<Event>;
|
|
60
|
-
protected radialProgressSize: typeof RadialProgressSizeEnum;
|
|
61
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
62
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
63
|
-
protected get progressSize(): number;
|
|
64
|
-
protected get percentage(): number;
|
|
65
|
-
protected onButtonClick(ev: Event): void;
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RadialProgressComponent, [{ optional: true; }]>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadialProgressComponent, "ui-radial-progress", never, { "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "total": { "alias": "total"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "buttonTooltip": { "alias": "buttonTooltip"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, never, false, never>;
|
|
68
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./radial-progress.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/progress-spinner";
|
|
5
|
-
import * as i4 from "../button/button.component.module";
|
|
6
|
-
export declare class RadialProgressComponentModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RadialProgressComponentModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RadialProgressComponentModule, [typeof i1.RadialProgressComponent], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule, typeof i4.ButtonComponentModule], [typeof i1.RadialProgressComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RadialProgressComponentModule>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export type RadialProgressSize = 'large' | 'small';
|
|
2
|
-
export declare enum RadialProgressSizeValue {
|
|
3
|
-
LARGE = 64,
|
|
4
|
-
SMALL = 40
|
|
5
|
-
}
|
|
6
|
-
export declare enum RadialProgressSizeEnum {
|
|
7
|
-
LARGE = "large",
|
|
8
|
-
SMALL = "small"
|
|
9
|
-
}
|
|
10
|
-
export type RadialProgressVariant = 'number' | 'icon-button';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class HalfStarPipe implements PipeTransform {
|
|
4
|
-
/**
|
|
5
|
-
* @description Used to indicate whether display half-star icon.
|
|
6
|
-
* Returns true if the rounded value of the current element
|
|
7
|
-
* is equal to it's index, and value is not integer (e.g. index = 4, value = 3.5),
|
|
8
|
-
* @param index the index of the current element
|
|
9
|
-
* @param value the value of the current element
|
|
10
|
-
*/
|
|
11
|
-
transform(index: number, value: number): boolean;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HalfStarPipe, never>;
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<HalfStarPipe, "halfStar", false>;
|
|
14
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export type RatingComponentTheme = 'stars' | 'block';
|
|
5
|
-
export declare class RatingComponent {
|
|
6
|
-
private readonly defaultAppTheme;
|
|
7
|
-
private readonly MIN_LENGTH;
|
|
8
|
-
private readonly DEFAULT_LENGTH;
|
|
9
|
-
protected items: number[];
|
|
10
|
-
protected hoverIndex: number;
|
|
11
|
-
/**
|
|
12
|
-
*
|
|
13
|
-
* Defines the application theme where accordion is used
|
|
14
|
-
*
|
|
15
|
-
* @type {ApplicationTheme}
|
|
16
|
-
* @memberof AccordionComponent
|
|
17
|
-
*/
|
|
18
|
-
applicationTheme: ApplicationTheme;
|
|
19
|
-
/**
|
|
20
|
-
* The value representing the rating.
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof RatingComponent
|
|
23
|
-
*/
|
|
24
|
-
value: number;
|
|
25
|
-
/**
|
|
26
|
-
* The theme of the rating component. Defaults "block".
|
|
27
|
-
* @type {RatingComponentTheme}
|
|
28
|
-
* @memberof RatingComponent
|
|
29
|
-
*/
|
|
30
|
-
theme: RatingComponentTheme;
|
|
31
|
-
/**
|
|
32
|
-
* A flag indicating whether the rating component is disabled.
|
|
33
|
-
* @type {boolean}
|
|
34
|
-
* @memberof RatingComponent
|
|
35
|
-
*/
|
|
36
|
-
disabled: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* A string representing the ARIA label for accessibility.
|
|
39
|
-
* This label is used to provide an accessible name for the input element.
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof RatingComponent
|
|
42
|
-
*/
|
|
43
|
-
ariaLabel: string;
|
|
44
|
-
/**
|
|
45
|
-
* A string representing the ARIA requirement for accessibility.
|
|
46
|
-
* This attribute is used to indicate whether an input field is required for form submission.
|
|
47
|
-
* @type {boolean}
|
|
48
|
-
* @memberof RatingComponent
|
|
49
|
-
*/
|
|
50
|
-
ariaRequired: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* The width of the rating bar.
|
|
53
|
-
* @type {number}
|
|
54
|
-
* @memberof RatingComponent
|
|
55
|
-
*/
|
|
56
|
-
barWidth: number;
|
|
57
|
-
set length(length: number);
|
|
58
|
-
valueChange: EventEmitter<number>;
|
|
59
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
60
|
-
protected select(index: number): void;
|
|
61
|
-
protected onHover(index: number): void;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, [{ optional: true; }]>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "ui-rating", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "value": { "alias": "value"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "barWidth": { "alias": "barWidth"; "required": false; }; "length": { "alias": "length"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
64
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./rating.component";
|
|
3
|
-
import * as i2 from "./half-star.pipe";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@angular/material/input";
|
|
6
|
-
export declare class RatingComponentModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponentModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingComponentModule, [typeof i1.RatingComponent, typeof i2.HalfStarPipe], [typeof i3.CommonModule, typeof i4.MatInputModule], [typeof i1.RatingComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RatingComponentModule>;
|
|
10
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ScaleComponent implements OnInit, OnChanges {
|
|
5
|
-
private readonly defaultAppTheme;
|
|
6
|
-
private readonly MIN_LENGTH;
|
|
7
|
-
private readonly DEFAULT_LENGTH;
|
|
8
|
-
protected items: number[];
|
|
9
|
-
scaleItems: QueryList<ElementRef>;
|
|
10
|
-
/**
|
|
11
|
-
* The value representing the selected item of the scale.
|
|
12
|
-
* @type {number}
|
|
13
|
-
* @memberof ScaleComponent
|
|
14
|
-
*/
|
|
15
|
-
selectedIndex: number | null;
|
|
16
|
-
/**
|
|
17
|
-
* The max number of items in the scale.
|
|
18
|
-
* @type {number}
|
|
19
|
-
* @memberof ScaleComponent
|
|
20
|
-
*/
|
|
21
|
-
set length(length: number);
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* Defines the application theme
|
|
25
|
-
*
|
|
26
|
-
* @type {ApplicationTheme}
|
|
27
|
-
* @memberof ScaleComponent
|
|
28
|
-
*/
|
|
29
|
-
applicationTheme: ApplicationTheme;
|
|
30
|
-
/**
|
|
31
|
-
* Color of the option hover.
|
|
32
|
-
* Defaults to Test Gorilla primary color.
|
|
33
|
-
*
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof ScaleComponent
|
|
36
|
-
*/
|
|
37
|
-
companyColor: string;
|
|
38
|
-
selectedIndexChange: EventEmitter<number>;
|
|
39
|
-
styles: import("@angular/core").WritableSignal<{
|
|
40
|
-
'--hover-color': string;
|
|
41
|
-
'--selected-color': string;
|
|
42
|
-
}>;
|
|
43
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
44
|
-
ngOnInit(): void;
|
|
45
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
46
|
-
protected select(index: number): void;
|
|
47
|
-
onKeyDown(event: KeyboardEvent, index: number): void;
|
|
48
|
-
focusItem(index: number): void;
|
|
49
|
-
getAriaLabel(index: number): string;
|
|
50
|
-
private setCompanyColor;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScaleComponent, [{ optional: true; }]>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScaleComponent, "ui-scale", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "length": { "alias": "length"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, never, false, never>;
|
|
53
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./scale.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ScaleComponentModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScaleComponentModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ScaleComponentModule, [typeof i1.ScaleComponent], [typeof i2.CommonModule], [typeof i1.ScaleComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ScaleComponentModule>;
|
|
8
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { SegmentedBar, SegmentedBarVariant, SegmentedBarWithPercentage } from './segmented-bar.model';
|
|
2
|
-
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SegmentedBarComponent {
|
|
5
|
-
private readonly defaultAppTheme;
|
|
6
|
-
/**
|
|
7
|
-
* The width of the segmented bar. Defaults to '100%'.
|
|
8
|
-
* You can use '100%' or '100px' for this field. 100 is just an example
|
|
9
|
-
* @default '100%'
|
|
10
|
-
* @type {string}
|
|
11
|
-
* @memberof SegmentedBarComponent
|
|
12
|
-
*/
|
|
13
|
-
width: string;
|
|
14
|
-
/**
|
|
15
|
-
* The size variant of the segmented bar. Can be 'small' or 'large'.
|
|
16
|
-
* Defaults to 'large'.
|
|
17
|
-
* @default 'large'
|
|
18
|
-
* @type {SegmentedBarVariant}
|
|
19
|
-
* @memberof SegmentedBarComponent
|
|
20
|
-
*/
|
|
21
|
-
size: SegmentedBarVariant;
|
|
22
|
-
/**
|
|
23
|
-
* The segments to be displayed in the segmented bar.
|
|
24
|
-
* @required true
|
|
25
|
-
* @type {SegmentedBar}
|
|
26
|
-
* @memberof SegmentedBarComponent
|
|
27
|
-
*/
|
|
28
|
-
set segments(segments: SegmentedBar[]);
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* Defines the application theme
|
|
32
|
-
*
|
|
33
|
-
* @type {ApplicationTheme}
|
|
34
|
-
* @memberof SegmentedBarComponent
|
|
35
|
-
*/
|
|
36
|
-
applicationTheme: ApplicationTheme;
|
|
37
|
-
/**
|
|
38
|
-
* A string representing the ARIA label for accessibility.
|
|
39
|
-
* This label is used to provide an accessible name for the input element.
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof SegmentedBarComponent
|
|
42
|
-
*/
|
|
43
|
-
ariaLabel: string;
|
|
44
|
-
/**
|
|
45
|
-
* A string representing the ARIA requirement for accessibility.
|
|
46
|
-
* This attribute is used to indicate whether an input field is required for form submission.
|
|
47
|
-
* @type {boolean}
|
|
48
|
-
* @memberof SegmentedBarComponent
|
|
49
|
-
*/
|
|
50
|
-
ariaRequired: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* Groups the tooltips into one template
|
|
53
|
-
*
|
|
54
|
-
* @type {boolean}
|
|
55
|
-
* @memberof SegmentedBarComponent
|
|
56
|
-
*/
|
|
57
|
-
tooltipStats: boolean;
|
|
58
|
-
segmentList: SegmentedBarWithPercentage[];
|
|
59
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
60
|
-
calculatePercentages(segments: SegmentedBar[]): SegmentedBarWithPercentage[];
|
|
61
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedBarComponent, [{ optional: true; }]>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedBarComponent, "ui-segmented-bar", never, { "width": { "alias": "width"; "required": false; }; "size": { "alias": "size"; "required": false; }; "segments": { "alias": "segments"; "required": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "tooltipStats": { "alias": "tooltipStats"; "required": false; }; }, {}, never, never, false, never>;
|
|
63
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./segmented-bar.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/tooltip";
|
|
5
|
-
import * as i4 from "@angular/material/input";
|
|
6
|
-
import * as i5 from "../icon/icon.component.module";
|
|
7
|
-
import * as i6 from "../tooltip/tooltip.component.module";
|
|
8
|
-
import * as i7 from "../tooltip/tooltip-template.directive";
|
|
9
|
-
export declare class SegmentedBarComponentModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedBarComponentModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SegmentedBarComponentModule, [typeof i1.SegmentedBarComponent], [typeof i2.CommonModule, typeof i3.MatTooltipModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.TooltipComponentModule, typeof i7.TooltipTemplateDirective], [typeof i1.SegmentedBarComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SegmentedBarComponentModule>;
|
|
13
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { IconName } from "../icon/icon.model";
|
|
2
|
-
export type SegmentedBarVariant = 'large' | 'small';
|
|
3
|
-
export type SegmentedBarColor = 'teal' | 'rhubarb' | 'light-teal' | 'grey';
|
|
4
|
-
export interface SegmentedBar {
|
|
5
|
-
value: number;
|
|
6
|
-
color: SegmentedBarColor;
|
|
7
|
-
tooltip?: string;
|
|
8
|
-
icon?: IconName;
|
|
9
|
-
}
|
|
10
|
-
export type SegmentedBarWithPercentage = SegmentedBar & {
|
|
11
|
-
percentage: string;
|
|
12
|
-
};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { SegmentedButton } from './segmented-button.model';
|
|
3
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
-
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SegmentedButtonComponent implements ControlValueAccessor {
|
|
7
|
-
private readonly defaultAppTheme;
|
|
8
|
-
/**
|
|
9
|
-
* Input property to set the buttons for the segmented button.
|
|
10
|
-
* @type SegmentedButton
|
|
11
|
-
* @memberof SegmentedButtonComponent
|
|
12
|
-
*/
|
|
13
|
-
buttonConfig: SegmentedButton[];
|
|
14
|
-
/**
|
|
15
|
-
* Whether the component is disabled.
|
|
16
|
-
* Default: false.
|
|
17
|
-
*
|
|
18
|
-
* @type {boolean}
|
|
19
|
-
* @memberof SegmentedButtonComponent
|
|
20
|
-
*/
|
|
21
|
-
disabled: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Indicator of the Segmented Button width
|
|
24
|
-
*
|
|
25
|
-
* @memberof SegmentedButtonComponent
|
|
26
|
-
*/
|
|
27
|
-
fullWidth: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Selected button
|
|
30
|
-
*
|
|
31
|
-
* @memberof SegmentedButtonComponent
|
|
32
|
-
*/
|
|
33
|
-
set value(v: any);
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* Defines the application theme
|
|
37
|
-
*
|
|
38
|
-
* @type {ApplicationTheme}
|
|
39
|
-
* @memberof SegmentedButtonComponent
|
|
40
|
-
*/
|
|
41
|
-
applicationTheme: ApplicationTheme;
|
|
42
|
-
buttonSelected: EventEmitter<any>;
|
|
43
|
-
protected _value: any;
|
|
44
|
-
get value(): any;
|
|
45
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
46
|
-
onChange: (v: any) => void;
|
|
47
|
-
onTouch: () => void;
|
|
48
|
-
writeValue(obj: any): void;
|
|
49
|
-
setDisabledState(isDisabled: boolean): void;
|
|
50
|
-
registerOnChange(fn: any): void;
|
|
51
|
-
registerOnTouched(fn: any): void;
|
|
52
|
-
manualChangeValue({ value }: any): void;
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonComponent, [{ optional: true; }]>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonComponent, "ui-segmented-button", never, { "buttonConfig": { "alias": "buttonConfig"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "value": { "alias": "value"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "buttonSelected": "buttonSelected"; }, never, never, false, never>;
|
|
55
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./segmented-button.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/button-toggle";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
|
-
import * as i5 from "@angular/material/tooltip";
|
|
7
|
-
export declare class SegmentedButtonComponentModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonComponentModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SegmentedButtonComponentModule, [typeof i1.SegmentedButtonComponent], [typeof i2.CommonModule, typeof i3.MatButtonToggleModule, typeof i4.FormsModule, typeof i5.MatTooltipModule], [typeof i1.SegmentedButtonComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SegmentedButtonComponentModule>;
|
|
11
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { DestroyRef, EventEmitter, OnInit, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { SideSheetService } from './side-sheet.service';
|
|
3
|
-
import { SideSheetConfig, SideSheetPosition } from './side-sheet.model';
|
|
4
|
-
import { MatDrawer } from '@angular/material/sidenav';
|
|
5
|
-
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class SideSheetComponent implements OnInit {
|
|
8
|
-
private readonly defaultAppTheme;
|
|
9
|
-
private sideSheetService;
|
|
10
|
-
private destroyRef;
|
|
11
|
-
/**
|
|
12
|
-
* Set position. Defaults "end"
|
|
13
|
-
*
|
|
14
|
-
* @type {SideSheetPosition}
|
|
15
|
-
* @memberof SideSheetComponent
|
|
16
|
-
*/
|
|
17
|
-
position: SideSheetPosition;
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* Defines the application theme
|
|
21
|
-
*
|
|
22
|
-
* @type {ApplicationTheme}
|
|
23
|
-
* @memberof SideSheetComponent
|
|
24
|
-
*/
|
|
25
|
-
applicationTheme: ApplicationTheme;
|
|
26
|
-
openChange: EventEmitter<boolean>;
|
|
27
|
-
drawer: MatDrawer;
|
|
28
|
-
container: ViewContainerRef;
|
|
29
|
-
onEscPress(_: KeyboardEvent): void;
|
|
30
|
-
protected title: string;
|
|
31
|
-
protected showBackButton: boolean;
|
|
32
|
-
protected showTitleTooltip: boolean;
|
|
33
|
-
protected showLogo: boolean;
|
|
34
|
-
protected componentRef$: import("rxjs").Observable<SideSheetConfig | null>;
|
|
35
|
-
constructor(defaultAppTheme: ApplicationTheme, sideSheetService: SideSheetService, destroyRef: DestroyRef);
|
|
36
|
-
ngOnInit(): void;
|
|
37
|
-
private setComponentRef;
|
|
38
|
-
private setConfig;
|
|
39
|
-
protected onClose(): void;
|
|
40
|
-
onOpenChange(isOpened: boolean): void;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SideSheetComponent, [{ optional: true; }, null, null]>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideSheetComponent, "ui-side-sheet", never, { "position": { "alias": "position"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "openChange": "openChange"; }, never, ["*"], false, never>;
|
|
43
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./side-sheet.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../icon/icon.component.module";
|
|
5
|
-
import * as i4 from "../button/button.component.module";
|
|
6
|
-
import * as i5 from "@angular/material/tooltip";
|
|
7
|
-
import * as i6 from "@angular/material/sidenav";
|
|
8
|
-
import * as i7 from "../../pipes/ui-translate.pipe";
|
|
9
|
-
import * as i8 from "../logo/logo.component.module";
|
|
10
|
-
export declare class SideSheetComponentModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SideSheetComponentModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SideSheetComponentModule, [typeof i1.SideSheetComponent], [typeof i2.CommonModule, typeof i3.IconComponentModule, typeof i4.ButtonComponentModule, typeof i5.MatTooltipModule, typeof i6.MatSidenavModule, typeof i7.UiTranslatePipe, typeof i8.LogoComponentModule], [typeof i1.SideSheetComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SideSheetComponentModule>;
|
|
14
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
export interface SideSheetConfig {
|
|
3
|
-
componentRef: any;
|
|
4
|
-
title?: string;
|
|
5
|
-
showLogo?: boolean;
|
|
6
|
-
showBackButton?: boolean;
|
|
7
|
-
showTitleTooltip?: boolean;
|
|
8
|
-
closed?: Observable<void>;
|
|
9
|
-
}
|
|
10
|
-
export type SideSheetPosition = 'start' | 'end';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApplicationRef } from '@angular/core';
|
|
2
|
-
import { SideSheetConfig } from './side-sheet.model';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SideSheetService {
|
|
6
|
-
private applicationRef;
|
|
7
|
-
private componentRef$;
|
|
8
|
-
constructor(applicationRef: ApplicationRef);
|
|
9
|
-
open<T>(config: SideSheetConfig): T;
|
|
10
|
-
close(): void;
|
|
11
|
-
getComponentRef(): Observable<SideSheetConfig | null>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SideSheetService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SideSheetService>;
|
|
14
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { NgxSkeletonLoaderConfigTheme } from 'ngx-skeleton-loader';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { Appearance } from './skeleton.model';
|
|
4
|
-
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SkeletonComponent {
|
|
7
|
-
private readonly defaultAppTheme;
|
|
8
|
-
count: number | string;
|
|
9
|
-
set theme(value: NgxSkeletonLoaderConfigTheme);
|
|
10
|
-
set appearance(value: Appearance);
|
|
11
|
-
/**
|
|
12
|
-
*
|
|
13
|
-
* Defines the application theme
|
|
14
|
-
*
|
|
15
|
-
* @type {ApplicationTheme}
|
|
16
|
-
* @memberof SkeletonComponent
|
|
17
|
-
*/
|
|
18
|
-
applicationTheme: ApplicationTheme;
|
|
19
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
20
|
-
protected readonly theme$: BehaviorSubject<NgxSkeletonLoaderConfigTheme>;
|
|
21
|
-
protected readonly appearance$: BehaviorSubject<"" | "circle" | "line" | "custom-content">;
|
|
22
|
-
protected readonly currentTheme$: import("rxjs").Observable<NgxSkeletonLoaderConfigTheme>;
|
|
23
|
-
private getThemeWithDefaultValues;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonComponent, [{ optional: true; }]>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "ui-skeleton", never, { "count": { "alias": "count"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
|
-
}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { SliderValue, SliderVariant } from './slider.model';
|
|
3
|
-
import { ApplicationTheme } from "../../models/application-theme.model";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SliderComponent {
|
|
6
|
-
private readonly defaultAppTheme;
|
|
7
|
-
/**
|
|
8
|
-
* The maximum value of the slider.
|
|
9
|
-
*
|
|
10
|
-
* @type {number}
|
|
11
|
-
* @default 100
|
|
12
|
-
*/
|
|
13
|
-
max: number;
|
|
14
|
-
/**
|
|
15
|
-
* The minimum value of the slider.
|
|
16
|
-
*
|
|
17
|
-
* @type {number}
|
|
18
|
-
* @default 0
|
|
19
|
-
*/
|
|
20
|
-
min: number;
|
|
21
|
-
/**
|
|
22
|
-
* A flag indicating whether the slider displays values as percentages.
|
|
23
|
-
*
|
|
24
|
-
* @type {boolean}
|
|
25
|
-
* @default true
|
|
26
|
-
*/
|
|
27
|
-
percentage: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* A flag indicating whether the slider is disabled.
|
|
30
|
-
*
|
|
31
|
-
* @type {boolean}
|
|
32
|
-
* @default true
|
|
33
|
-
*/
|
|
34
|
-
disabled: boolean;
|
|
35
|
-
/**
|
|
36
|
-
* The starting value of the slider.
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @default 0
|
|
40
|
-
*/
|
|
41
|
-
sliderStart: number;
|
|
42
|
-
/**
|
|
43
|
-
* The ending value of the slider.
|
|
44
|
-
*
|
|
45
|
-
* @type {number}
|
|
46
|
-
* @default 100
|
|
47
|
-
*/
|
|
48
|
-
sliderEnd: number;
|
|
49
|
-
/**
|
|
50
|
-
* The label for the slider.
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @default ''
|
|
54
|
-
*/
|
|
55
|
-
label: string;
|
|
56
|
-
/**
|
|
57
|
-
* Show slider inputs.
|
|
58
|
-
*
|
|
59
|
-
* @type {boolean}
|
|
60
|
-
* @default true
|
|
61
|
-
*/
|
|
62
|
-
showInputs: boolean;
|
|
63
|
-
/**
|
|
64
|
-
* Step number.
|
|
65
|
-
*
|
|
66
|
-
* @type {number}
|
|
67
|
-
* @default 1
|
|
68
|
-
*/
|
|
69
|
-
step: number;
|
|
70
|
-
/**
|
|
71
|
-
*
|
|
72
|
-
* Defines the application theme
|
|
73
|
-
*
|
|
74
|
-
* @type {ApplicationTheme}
|
|
75
|
-
* @memberof SliderComponent
|
|
76
|
-
*/
|
|
77
|
-
applicationTheme: ApplicationTheme;
|
|
78
|
-
/**
|
|
79
|
-
*
|
|
80
|
-
* Defines the variant slider
|
|
81
|
-
*
|
|
82
|
-
* @type {SliderVariant}
|
|
83
|
-
* @memberof SliderComponent
|
|
84
|
-
*/
|
|
85
|
-
variant: SliderVariant;
|
|
86
|
-
sliderValueChange: EventEmitter<SliderValue>;
|
|
87
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
88
|
-
private value;
|
|
89
|
-
protected translationContext: string;
|
|
90
|
-
protected touchedControlName: string;
|
|
91
|
-
onChange: (_: any) => void;
|
|
92
|
-
onTouch: () => void;
|
|
93
|
-
registerOnChange(fn: any): void;
|
|
94
|
-
registerOnTouched(fn: any): void;
|
|
95
|
-
setDisabledState(isDisabled: boolean): void;
|
|
96
|
-
writeValue(value: any): void;
|
|
97
|
-
protected onValueChange(ev?: number): void;
|
|
98
|
-
protected onInputBlur(inputName: string): void;
|
|
99
|
-
protected onInputFocus(): void;
|
|
100
|
-
private isValueChanged;
|
|
101
|
-
get hasError(): boolean;
|
|
102
|
-
get isBasicSlider(): boolean;
|
|
103
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, [{ optional: true; }]>;
|
|
104
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "ui-slider", never, { "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "percentage": { "alias": "percentage"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "sliderStart": { "alias": "sliderStart"; "required": false; }; "sliderEnd": { "alias": "sliderEnd"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showInputs": { "alias": "showInputs"; "required": false; }; "step": { "alias": "step"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "sliderValueChange": "sliderValueChange"; }, never, never, false, never>;
|
|
105
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./slider.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/slider";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
|
-
import * as i5 from "@angular/material/input";
|
|
7
|
-
import * as i6 from "@angular/material/tooltip";
|
|
8
|
-
import * as i7 from "../icon/icon.component.module";
|
|
9
|
-
import * as i8 from "../../pipes/ui-translate.pipe";
|
|
10
|
-
export declare class SliderComponentModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponentModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderComponentModule, [typeof i1.SliderComponent], [typeof i2.CommonModule, typeof i3.MatSliderModule, typeof i4.FormsModule, typeof i5.MatInputModule, typeof i6.MatTooltipModule, typeof i7.IconComponentModule, typeof i8.UiTranslatePipe], [typeof i1.SliderComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SliderComponentModule>;
|
|
14
|
-
}
|