@testgorilla/tgo-ui 2.24.23 → 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/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/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 +3051 -11351
- 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,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PreventInputDirective {
|
|
3
|
-
uiPreventInput: boolean;
|
|
4
|
-
onKeyDown(event: KeyboardEvent): void;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PreventInputDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PreventInputDirective, "[uiPreventInput]", never, { "uiPreventInput": { "alias": "uiPreventInput"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* the TransformItemPipe is designed to selectively extract and return values from objects based on a specified field,
|
|
5
|
-
* providing a way to transform and display data a template.
|
|
6
|
-
*/
|
|
7
|
-
export declare class TransformItemPipe implements PipeTransform {
|
|
8
|
-
transform(value: any, field: string, getValueList?: boolean): any;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TransformItemPipe, never>;
|
|
10
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TransformItemPipe, "transformItem", false>;
|
|
11
|
-
}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { ModelSignal } from '@angular/core';
|
|
2
|
-
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
3
|
-
import { Language } from '../../utils/localization/language.model';
|
|
4
|
-
import type { ChecklistItem } from './checklist.model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ChecklistComponent {
|
|
7
|
-
private readonly defaultAppTheme;
|
|
8
|
-
/**
|
|
9
|
-
* Label for the checklist
|
|
10
|
-
* @type {string}
|
|
11
|
-
* @memberof ChecklistComponent
|
|
12
|
-
*/
|
|
13
|
-
label: import("@angular/core").InputSignal<string>;
|
|
14
|
-
/**
|
|
15
|
-
* Items for the checklist
|
|
16
|
-
* @type {ModelSignal<ChecklistItem[]>}
|
|
17
|
-
* @memberof ChecklistComponent
|
|
18
|
-
*/
|
|
19
|
-
items: ModelSignal<ChecklistItem[]>;
|
|
20
|
-
/**
|
|
21
|
-
* Application theme
|
|
22
|
-
* @type {ApplicationTheme}
|
|
23
|
-
* @memberof ChecklistComponent
|
|
24
|
-
*/
|
|
25
|
-
applicationTheme: import("@angular/core").InputSignal<ApplicationTheme | undefined>;
|
|
26
|
-
readonly theme: import("@angular/core").Signal<ApplicationTheme>;
|
|
27
|
-
/**
|
|
28
|
-
* Confirm button label
|
|
29
|
-
* @type {string}
|
|
30
|
-
* @memberof ChecklistComponent
|
|
31
|
-
*/
|
|
32
|
-
footerButtonLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
33
|
-
/**
|
|
34
|
-
* A string representing the ARIA requirement for accessibility.
|
|
35
|
-
* This attribute is used to indicate whether an input field is required for form submission.
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ChecklistComponent
|
|
38
|
-
*/
|
|
39
|
-
ariaLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
40
|
-
/**
|
|
41
|
-
* The language to be used
|
|
42
|
-
* @property language
|
|
43
|
-
* @type {Language}
|
|
44
|
-
* @memberof ChecklistComponent
|
|
45
|
-
*/
|
|
46
|
-
language: import("@angular/core").InputSignal<Language>;
|
|
47
|
-
/**
|
|
48
|
-
* A boolean property that determines whether the checklist items should be automatically checked.
|
|
49
|
-
*
|
|
50
|
-
* @type {boolean}
|
|
51
|
-
*/
|
|
52
|
-
autocheck: import("@angular/core").InputSignal<boolean>;
|
|
53
|
-
/**
|
|
54
|
-
* Event emitter that triggers when the footer button is clicked.
|
|
55
|
-
* Emits a void event.
|
|
56
|
-
*/
|
|
57
|
-
footerButtonClicked: import("@angular/core").OutputEmitterRef<void>;
|
|
58
|
-
/**
|
|
59
|
-
* An output event emitter that signifies the completion of a task or process.
|
|
60
|
-
* This event does not carry any payload.
|
|
61
|
-
*/
|
|
62
|
-
readonly completed: import("@angular/core").OutputEmitterRef<void>;
|
|
63
|
-
/**
|
|
64
|
-
* Represents the currently selected item in the checklist.
|
|
65
|
-
* This is an instance of the `ChecklistItem` supports two-way binding.
|
|
66
|
-
*/
|
|
67
|
-
selectedItem: ModelSignal<ChecklistItem | undefined>;
|
|
68
|
-
readonly currentIndex: import("@angular/core").Signal<number>;
|
|
69
|
-
protected progress: import("@angular/core").Signal<number>;
|
|
70
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
71
|
-
selectItem(item: ChecklistItem): void;
|
|
72
|
-
keydownHandler($event: KeyboardEvent, item: ChecklistItem): void;
|
|
73
|
-
next(): void;
|
|
74
|
-
prev(): void;
|
|
75
|
-
footerButtonClick(event: Event): void;
|
|
76
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChecklistComponent, [{ optional: true; }]>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChecklistComponent, "ui-checklist", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; "footerButtonLabel": { "alias": "footerButtonLabel"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "language": { "alias": "language"; "required": false; "isSignal": true; }; "autocheck": { "alias": "autocheck"; "required": false; "isSignal": true; }; "selectedItem": { "alias": "selectedItem"; "required": false; "isSignal": true; }; }, { "items": "itemsChange"; "footerButtonClicked": "footerButtonClicked"; "completed": "completed"; "selectedItem": "selectedItemChange"; }, never, never, true, never>;
|
|
78
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import { ConfirmDialogData } from './confirm-dialog.model';
|
|
3
|
-
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
4
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ConfirmDialogComponent {
|
|
7
|
-
private readonly defaultAppTheme;
|
|
8
|
-
dialogRef: MatDialogRef<ConfirmDialogComponent>;
|
|
9
|
-
private data;
|
|
10
|
-
protected domSanitizer: DomSanitizer;
|
|
11
|
-
confirmMessage: string;
|
|
12
|
-
confirmButtonText: string | undefined;
|
|
13
|
-
cancelButtonText: string | undefined;
|
|
14
|
-
title: string | undefined;
|
|
15
|
-
lang: import("@testgorilla/tgo-ui").Language;
|
|
16
|
-
confirmMessageHtml: SafeHtml | undefined;
|
|
17
|
-
showCloseButton: boolean;
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* Defines the application theme
|
|
21
|
-
*
|
|
22
|
-
* @type {ApplicationTheme}
|
|
23
|
-
* @memberof DialogComponent
|
|
24
|
-
*/
|
|
25
|
-
applicationTheme: ApplicationTheme;
|
|
26
|
-
constructor(defaultAppTheme: ApplicationTheme, dialogRef: MatDialogRef<ConfirmDialogComponent>, data: ConfirmDialogData, domSanitizer: DomSanitizer);
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, [{ optional: true; }, null, null, null]>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "ui-confirm-dialog", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
|
|
29
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./confirm-dialog.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/dialog";
|
|
5
|
-
import * as i4 from "../button/button.component.module";
|
|
6
|
-
import * as i5 from "../dialog/dialog.component.module";
|
|
7
|
-
import * as i6 from "../../pipes/ui-translate.pipe";
|
|
8
|
-
export declare class ConfirmDialogComponentModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponentModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmDialogComponentModule, [typeof i1.ConfirmDialogComponent], [typeof i2.CommonModule, typeof i3.MatDialogModule, typeof i4.ButtonComponentModule, typeof i5.DialogComponentModule, typeof i6.UiTranslatePipe], [typeof i1.ConfirmDialogComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmDialogComponentModule>;
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Language } from '../../utils/localization/language.model';
|
|
2
|
-
export interface ConfirmDialogData {
|
|
3
|
-
message: string;
|
|
4
|
-
confirmButtonText?: string;
|
|
5
|
-
cancelButtonText?: string;
|
|
6
|
-
title?: string;
|
|
7
|
-
color?: string;
|
|
8
|
-
language?: Language;
|
|
9
|
-
messageHtml?: string;
|
|
10
|
-
showCloseButton?: boolean;
|
|
11
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { NativeDateAdapter } from "@angular/material/core";
|
|
2
|
-
export declare const UI_DATE_FORMATS: {
|
|
3
|
-
parse: {
|
|
4
|
-
dateInput: {
|
|
5
|
-
day: string;
|
|
6
|
-
month: string;
|
|
7
|
-
year: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
display: {
|
|
11
|
-
dateInput: string;
|
|
12
|
-
monthYearLabel: {
|
|
13
|
-
year: string;
|
|
14
|
-
month: string;
|
|
15
|
-
};
|
|
16
|
-
dateA11yLabel: {
|
|
17
|
-
year: string;
|
|
18
|
-
month: string;
|
|
19
|
-
day: string;
|
|
20
|
-
};
|
|
21
|
-
monthYearA11yLabel: {
|
|
22
|
-
year: string;
|
|
23
|
-
month: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export declare class UiDateAdapter extends NativeDateAdapter {
|
|
28
|
-
#private;
|
|
29
|
-
format(date: Date, displayFormat: Object): string;
|
|
30
|
-
}
|
|
@@ -1,214 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, DoCheck, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormControl, FormGroup, NgControl } from '@angular/forms';
|
|
3
|
-
import { ApplicationTheme } from '../../models/application-theme.model';
|
|
4
|
-
import { MatDatepicker } from '@angular/material/datepicker';
|
|
5
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
6
|
-
import { DatepickerService } from "./datepicker.service";
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class DatepickerComponent implements OnChanges, ControlValueAccessor, DoCheck {
|
|
9
|
-
private readonly defaultAppTheme;
|
|
10
|
-
private cdr;
|
|
11
|
-
private sanitizer;
|
|
12
|
-
ngControl: NgControl;
|
|
13
|
-
private datepickerService;
|
|
14
|
-
class: string;
|
|
15
|
-
/**
|
|
16
|
-
* Form field label
|
|
17
|
-
*
|
|
18
|
-
* @type {string}
|
|
19
|
-
* @memberof DatepickerComponent
|
|
20
|
-
*/
|
|
21
|
-
label?: string | undefined;
|
|
22
|
-
/**
|
|
23
|
-
* Input name attribute
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof DatepickerComponent
|
|
27
|
-
*/
|
|
28
|
-
fieldName?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Input placeholder
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof DatepickerComponent
|
|
34
|
-
*/
|
|
35
|
-
placeholder?: string | undefined;
|
|
36
|
-
/**
|
|
37
|
-
* Input id
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof DatepickerComponent
|
|
41
|
-
*/
|
|
42
|
-
id?: string | undefined;
|
|
43
|
-
/**
|
|
44
|
-
* Input value
|
|
45
|
-
*
|
|
46
|
-
* @type {string}
|
|
47
|
-
* @memberof DatepickerComponent
|
|
48
|
-
*/
|
|
49
|
-
value?: Array<Date | null> | Date;
|
|
50
|
-
_errors: SafeHtml[];
|
|
51
|
-
/**
|
|
52
|
-
* Input field errors
|
|
53
|
-
*
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof DatepickerComponent
|
|
56
|
-
*/
|
|
57
|
-
set errors(errors: string[]);
|
|
58
|
-
/**
|
|
59
|
-
* Determines if input is date range
|
|
60
|
-
*
|
|
61
|
-
* @type {boolean}
|
|
62
|
-
* @memberof DatepickerComponent
|
|
63
|
-
*/
|
|
64
|
-
isRange: boolean;
|
|
65
|
-
/**
|
|
66
|
-
* Determines if input is disabled
|
|
67
|
-
*
|
|
68
|
-
* @type {boolean}
|
|
69
|
-
* @memberof DatepickerComponent
|
|
70
|
-
*/
|
|
71
|
-
disabled: boolean;
|
|
72
|
-
/**
|
|
73
|
-
* Input is required or not
|
|
74
|
-
*
|
|
75
|
-
* @type {boolean}
|
|
76
|
-
* @memberof DatepickerComponent
|
|
77
|
-
*/
|
|
78
|
-
required: boolean;
|
|
79
|
-
/**
|
|
80
|
-
* Hint text
|
|
81
|
-
*
|
|
82
|
-
* @type {string}
|
|
83
|
-
* @memberof DatepickerComponent
|
|
84
|
-
*/
|
|
85
|
-
hintMessage: string;
|
|
86
|
-
/**
|
|
87
|
-
* Input is update only on blur
|
|
88
|
-
*
|
|
89
|
-
* @type {Boolean}
|
|
90
|
-
* @memberof DatepickerComponent
|
|
91
|
-
*/
|
|
92
|
-
updateOnBlur: boolean;
|
|
93
|
-
/**
|
|
94
|
-
* Show reserved content below form field
|
|
95
|
-
*
|
|
96
|
-
* @type {boolean}
|
|
97
|
-
* @memberof DatepickerComponent
|
|
98
|
-
*/
|
|
99
|
-
showBottomContent: boolean;
|
|
100
|
-
/**
|
|
101
|
-
* Set full width DatepickerComponent
|
|
102
|
-
*
|
|
103
|
-
* @type {boolean}
|
|
104
|
-
* @memberof DatepickerComponent
|
|
105
|
-
*/
|
|
106
|
-
fullWidth: boolean;
|
|
107
|
-
/**
|
|
108
|
-
* Set min date for Datepicker
|
|
109
|
-
*
|
|
110
|
-
* @type {Date}
|
|
111
|
-
* @memberof DatepickerComponent
|
|
112
|
-
*/
|
|
113
|
-
minDate: Date | undefined;
|
|
114
|
-
/**
|
|
115
|
-
* Set max date for Datepicker
|
|
116
|
-
*
|
|
117
|
-
* @type {Date}
|
|
118
|
-
* @memberof DatepickerComponent
|
|
119
|
-
*/
|
|
120
|
-
maxDate: Date | undefined;
|
|
121
|
-
/**
|
|
122
|
-
* Show and pick date without day
|
|
123
|
-
* @default false
|
|
124
|
-
* @type {boolean}
|
|
125
|
-
* @memberof DatepickerComponent
|
|
126
|
-
*/
|
|
127
|
-
monthPicker: boolean;
|
|
128
|
-
/**
|
|
129
|
-
*
|
|
130
|
-
* Defines the application theme
|
|
131
|
-
*
|
|
132
|
-
* @type {ApplicationTheme}
|
|
133
|
-
* @memberof DatepickerComponent
|
|
134
|
-
*/
|
|
135
|
-
applicationTheme: ApplicationTheme;
|
|
136
|
-
/**
|
|
137
|
-
* Hide in-build errors for Reactive Forms
|
|
138
|
-
*
|
|
139
|
-
* @type {number}
|
|
140
|
-
* @memberof DatepickerComponent
|
|
141
|
-
*/
|
|
142
|
-
hideBuiltInErrors: boolean;
|
|
143
|
-
/**
|
|
144
|
-
* Hide label in errors
|
|
145
|
-
*
|
|
146
|
-
* @type {number}
|
|
147
|
-
* @memberof DatepickerComponent
|
|
148
|
-
*/
|
|
149
|
-
hideLabelInErrors: boolean;
|
|
150
|
-
/**
|
|
151
|
-
* Prevent user input
|
|
152
|
-
*
|
|
153
|
-
* @type {boolean}
|
|
154
|
-
* @memberof DatepickerComponent
|
|
155
|
-
*/
|
|
156
|
-
preventUserInput: boolean;
|
|
157
|
-
/**
|
|
158
|
-
* Color of the option hover.
|
|
159
|
-
* Defaults to Test Gorilla primary color.
|
|
160
|
-
*
|
|
161
|
-
* @type {string}
|
|
162
|
-
* @memberof DatepickerComponent
|
|
163
|
-
*/
|
|
164
|
-
companyColor: string;
|
|
165
|
-
/**
|
|
166
|
-
* Use browser timezone
|
|
167
|
-
* @type boolean
|
|
168
|
-
* @memberof DatepickerComponent
|
|
169
|
-
*/
|
|
170
|
-
set browserTimezone(value: boolean);
|
|
171
|
-
/**
|
|
172
|
-
* @ignore
|
|
173
|
-
*/
|
|
174
|
-
onChange: (_: any) => void;
|
|
175
|
-
/**
|
|
176
|
-
* @ignore
|
|
177
|
-
*/
|
|
178
|
-
onTouch: () => void;
|
|
179
|
-
/**
|
|
180
|
-
* Event emitted when the value is change - when used outside of form
|
|
181
|
-
*
|
|
182
|
-
* @type {Date}
|
|
183
|
-
* @memberof DatepickerComponent
|
|
184
|
-
*/
|
|
185
|
-
changed: EventEmitter<Date | Date[]>;
|
|
186
|
-
range: FormGroup<{
|
|
187
|
-
start: FormControl<Date | null>;
|
|
188
|
-
end: FormControl<Date | null>;
|
|
189
|
-
}>;
|
|
190
|
-
errorsLength: boolean;
|
|
191
|
-
protected translationContext: string;
|
|
192
|
-
constructor(defaultAppTheme: ApplicationTheme, cdr: ChangeDetectorRef, sanitizer: DomSanitizer, ngControl: NgControl, datepickerService: DatepickerService);
|
|
193
|
-
get hint(): string;
|
|
194
|
-
/**
|
|
195
|
-
* Used to mark component view as dirty when touched programmatically with markAsTouched/markAllAsTouched or errors
|
|
196
|
-
* to display validation errors that might happen (e.g. required)
|
|
197
|
-
*/
|
|
198
|
-
ngDoCheck(): void;
|
|
199
|
-
ngOnInit(): void;
|
|
200
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
201
|
-
setErrorsLength(): boolean;
|
|
202
|
-
onValueChange(value: Date | Date[]): void;
|
|
203
|
-
writeValue(value?: Date | Date[]): void;
|
|
204
|
-
registerOnChange(fn: any): void;
|
|
205
|
-
registerOnTouched(fn: any): void;
|
|
206
|
-
setDisabledState(isDisabled: boolean): void;
|
|
207
|
-
dateRangeChange(): void;
|
|
208
|
-
setMonthAndYear(normalizedMonthAndYear: any, datepicker: MatDatepicker<Date>): void;
|
|
209
|
-
private setRange;
|
|
210
|
-
onInput(event: Event): void;
|
|
211
|
-
private setStyleVariable;
|
|
212
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, [{ optional: true; }, null, null, { optional: true; self: true; }, null]>;
|
|
213
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "ui-datepicker", never, { "label": { "alias": "label"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "value": { "alias": "value"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "isRange": { "alias": "isRange"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hintMessage": { "alias": "hintMessage"; "required": false; }; "updateOnBlur": { "alias": "updateOnBlur"; "required": false; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "monthPicker": { "alias": "monthPicker"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; }; "preventUserInput": { "alias": "preventUserInput"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "browserTimezone": { "alias": "browserTimezone"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
214
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./datepicker.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/form-field";
|
|
5
|
-
import * as i4 from "@angular/material/input";
|
|
6
|
-
import * as i5 from "../icon/icon.component.module";
|
|
7
|
-
import * as i6 from "@angular/forms";
|
|
8
|
-
import * as i7 from "@angular/material/datepicker";
|
|
9
|
-
import * as i8 from "@angular/material/core";
|
|
10
|
-
import * as i9 from "../../pipes/ui-translate.pipe";
|
|
11
|
-
import * as i10 from "./no-date-format.directive";
|
|
12
|
-
import * as i11 from "../../pipes/has-validation-error.pipe";
|
|
13
|
-
import * as i12 from "../validation-error/validation-error.module";
|
|
14
|
-
export declare class DatepickerComponentModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponentModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DatepickerComponentModule, [typeof i1.DatepickerComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MatDatepickerModule, typeof i8.MatNativeDateModule, typeof i9.UiTranslatePipe, typeof i10.NoDateFormatDirective, typeof i11.HasValidationErrorPipe, typeof i12.ValidationErrorModule], [typeof i1.DatepickerComponent]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DatepickerComponentModule>;
|
|
18
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DatepickerService {
|
|
3
|
-
#private;
|
|
4
|
-
set useBrowserTimezone(value: boolean);
|
|
5
|
-
get useBrowserTimezone(): boolean;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DatepickerService>;
|
|
8
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { NativeDateAdapter } from '@angular/material/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CustomDateAdapter extends NativeDateAdapter {
|
|
4
|
-
format(date: Date): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDateAdapter, never>;
|
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CustomDateAdapter>;
|
|
7
|
-
}
|
|
8
|
-
export declare class NoDateFormatDirective {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NoDateFormatDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NoDateFormatDirective, "[appNoDateFormat]", never, {}, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { PageEvent } from '@angular/material/paginator';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DeprecatedPaginatorComponent implements OnInit {
|
|
5
|
-
/**
|
|
6
|
-
* Paginator size options
|
|
7
|
-
*
|
|
8
|
-
* @type {number[]}
|
|
9
|
-
* @memberof PaginatorComponent
|
|
10
|
-
*/
|
|
11
|
-
readonly pageSizeOptions: number[];
|
|
12
|
-
/**
|
|
13
|
-
* Data length
|
|
14
|
-
*
|
|
15
|
-
* @type {number}
|
|
16
|
-
* @memberof PaginatorComponent
|
|
17
|
-
*/
|
|
18
|
-
length: number;
|
|
19
|
-
/**
|
|
20
|
-
* Default page size
|
|
21
|
-
*
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof PaginatorComponent
|
|
24
|
-
*/
|
|
25
|
-
defaultPageSize: number;
|
|
26
|
-
/**
|
|
27
|
-
* @ignore
|
|
28
|
-
*/
|
|
29
|
-
paginatorChangedEvent: EventEmitter<PageEvent>;
|
|
30
|
-
/**
|
|
31
|
-
* @ignore
|
|
32
|
-
*/
|
|
33
|
-
ngOnInit(): void;
|
|
34
|
-
constructor();
|
|
35
|
-
paginatorChanged(paginator: PageEvent): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedPaginatorComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DeprecatedPaginatorComponent, "ui-paginator", never, { "length": { "alias": "length"; "required": false; }; "defaultPageSize": { "alias": "defaultPageSize"; "required": false; }; }, { "paginatorChangedEvent": "paginatorChangedEvent"; }, never, never, false, never>;
|
|
38
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./deprecated-paginator.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/paginator";
|
|
5
|
-
export declare class DeprecatedPaginatorComponentModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedPaginatorComponentModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DeprecatedPaginatorComponentModule, [typeof i1.DeprecatedPaginatorComponent], [typeof i2.CommonModule, typeof i3.MatPaginatorModule], [typeof i1.DeprecatedPaginatorComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DeprecatedPaginatorComponentModule>;
|
|
9
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { MatSort, Sort } from '@angular/material/sort';
|
|
3
|
-
import { MatTableDataSource } from '@angular/material/table';
|
|
4
|
-
import { DataPropertyGetterPipe } from '../../pipes/data-property-getter';
|
|
5
|
-
import { ColumnTypeEnum, IDataSource, ITableColumn, ITableDetailColumn } from './deprecated-table.model';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DeprecatedTableComponent<T extends IDataSource, TDetail extends IDataSource> implements OnInit {
|
|
8
|
-
private dataPropertyGetterPipe;
|
|
9
|
-
/**
|
|
10
|
-
* @ignore
|
|
11
|
-
*/
|
|
12
|
-
set matSort(matSort: MatSort);
|
|
13
|
-
/**
|
|
14
|
-
* @ignore
|
|
15
|
-
*/
|
|
16
|
-
tableDetails: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* Data to be rendered
|
|
19
|
-
*
|
|
20
|
-
* @ignore
|
|
21
|
-
* @type {IDataSource}
|
|
22
|
-
* @memberof TableComponent
|
|
23
|
-
*/
|
|
24
|
-
set tableData(data: T[] | null);
|
|
25
|
-
/**
|
|
26
|
-
* Data structure to select which columns should be rendered and their capabilities
|
|
27
|
-
*
|
|
28
|
-
* @type {ITableColumn}
|
|
29
|
-
* @memberof TableComponent
|
|
30
|
-
*/
|
|
31
|
-
tableColumns: ITableColumn<T>[];
|
|
32
|
-
/**
|
|
33
|
-
* Data structure to select which columns should be rendered and their capabilities
|
|
34
|
-
*
|
|
35
|
-
* @type {ITableColumn}
|
|
36
|
-
* @memberof TableComponent
|
|
37
|
-
*/
|
|
38
|
-
tableDetailColumns: ITableDetailColumn<T, TDetail>;
|
|
39
|
-
/**
|
|
40
|
-
* @ignore
|
|
41
|
-
*/
|
|
42
|
-
onSortEvent: EventEmitter<Sort>;
|
|
43
|
-
/**
|
|
44
|
-
* @ignore
|
|
45
|
-
*/
|
|
46
|
-
onRowClickEvent: EventEmitter<any>;
|
|
47
|
-
/**
|
|
48
|
-
* @ignore
|
|
49
|
-
*/
|
|
50
|
-
onDetailRowClickEvent: EventEmitter<any>;
|
|
51
|
-
/**
|
|
52
|
-
* @ignore
|
|
53
|
-
*/
|
|
54
|
-
dataSource: MatTableDataSource<any, import("@angular/material/table").MatTableDataSourcePaginator>;
|
|
55
|
-
/**
|
|
56
|
-
* @ignore
|
|
57
|
-
*/
|
|
58
|
-
dataSourceDetail: MatTableDataSource<any, import("@angular/material/table").MatTableDataSourcePaginator>;
|
|
59
|
-
/**
|
|
60
|
-
* @ignore
|
|
61
|
-
*/
|
|
62
|
-
elementDetail: any;
|
|
63
|
-
/**
|
|
64
|
-
* @ignore
|
|
65
|
-
*/
|
|
66
|
-
columnsToDisplay: string[];
|
|
67
|
-
/**
|
|
68
|
-
* @ignore
|
|
69
|
-
*/
|
|
70
|
-
columnsDetailToDisplay: string[];
|
|
71
|
-
/**
|
|
72
|
-
* @ignore
|
|
73
|
-
*/
|
|
74
|
-
DataType: typeof ColumnTypeEnum;
|
|
75
|
-
ngOnInit(): void;
|
|
76
|
-
constructor(dataPropertyGetterPipe: DataPropertyGetterPipe);
|
|
77
|
-
onSort(sortParams: Sort): void;
|
|
78
|
-
onRowClick(rowParams: any): void;
|
|
79
|
-
onDetailRowClick(rowParams: any): void;
|
|
80
|
-
toggleRow(element: T): void;
|
|
81
|
-
/**
|
|
82
|
-
* @ignore
|
|
83
|
-
*/
|
|
84
|
-
private setTableDataSource;
|
|
85
|
-
/**
|
|
86
|
-
* @ignore
|
|
87
|
-
*/
|
|
88
|
-
private setTableDetailDataSource;
|
|
89
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedTableComponent<any, any>, never>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DeprecatedTableComponent<any, any>, "ui-deprecated-table", never, { "tableDetails": { "alias": "tableDetails"; "required": false; }; "tableData": { "alias": "tableData"; "required": false; }; "tableColumns": { "alias": "tableColumns"; "required": false; }; "tableDetailColumns": { "alias": "tableDetailColumns"; "required": false; }; }, { "onSortEvent": "onSortEvent"; "onRowClickEvent": "onRowClickEvent"; "onDetailRowClickEvent": "onDetailRowClickEvent"; }, never, never, false, never>;
|
|
91
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./deprecated-table.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/table";
|
|
5
|
-
import * as i4 from "@angular/material/sort";
|
|
6
|
-
import * as i5 from "@angular/material/icon";
|
|
7
|
-
import * as i6 from "@angular/material/tooltip";
|
|
8
|
-
import * as i7 from "./directives/dynamic-component.directive";
|
|
9
|
-
import * as i8 from "../../pipes/data-property-getter";
|
|
10
|
-
export declare class DeprecatedTableComponentModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedTableComponentModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DeprecatedTableComponentModule, [typeof i1.DeprecatedTableComponent], [typeof i2.CommonModule, typeof i3.MatTableModule, typeof i4.MatSortModule, typeof i5.MatIconModule, typeof i6.MatTooltipModule, typeof i7.DynamicComponentDirective, typeof i8.DataPropertyGetterPipe], [typeof i1.DeprecatedTableComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DeprecatedTableComponentModule>;
|
|
14
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
2
|
-
export type IDataSource = {
|
|
3
|
-
[key: string]: any;
|
|
4
|
-
};
|
|
5
|
-
export interface ITableColumn<T> {
|
|
6
|
-
headerName: string;
|
|
7
|
-
headerTooltip?: string;
|
|
8
|
-
field?: string;
|
|
9
|
-
type?: ColumnTypeEnum;
|
|
10
|
-
function?: (v: T) => string;
|
|
11
|
-
renderer?: (v: T) => IComponentRenderer | string;
|
|
12
|
-
sortable?: boolean;
|
|
13
|
-
styles?: IColumnStyles;
|
|
14
|
-
}
|
|
15
|
-
export interface IComponentRenderer {
|
|
16
|
-
component: Type<any>;
|
|
17
|
-
inputs?: any;
|
|
18
|
-
outputs?: {
|
|
19
|
-
[key: string]: any;
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
export interface IDetailRowDataParams<T, TDetail> {
|
|
23
|
-
data: T;
|
|
24
|
-
setDetailDataSource(rowData: TDetail[]): void;
|
|
25
|
-
}
|
|
26
|
-
export interface ITableDetailColumn<T, TDetail> {
|
|
27
|
-
columnDefs: ITableColumn<TDetail>[];
|
|
28
|
-
setDetailRowData: (params: IDetailRowDataParams<T, TDetail>) => void;
|
|
29
|
-
}
|
|
30
|
-
export interface IColumnStyles {
|
|
31
|
-
alignment?: ColumnAlignmentEnum;
|
|
32
|
-
width?: string;
|
|
33
|
-
'min-width'?: string;
|
|
34
|
-
padding?: string;
|
|
35
|
-
}
|
|
36
|
-
export declare enum ColumnTypeEnum {
|
|
37
|
-
FIELD = "field",
|
|
38
|
-
FUNCTION = "function",
|
|
39
|
-
RENDERER = "renderer"
|
|
40
|
-
}
|
|
41
|
-
export declare enum ColumnAlignmentEnum {
|
|
42
|
-
LEFT = "left",
|
|
43
|
-
RIGHT = "right",
|
|
44
|
-
CENTER = "center"
|
|
45
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { IComponentRenderer } from '../deprecated-table.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DynamicComponentDirective implements OnDestroy {
|
|
5
|
-
private vcr;
|
|
6
|
-
private subscription;
|
|
7
|
-
private compRef;
|
|
8
|
-
set dynamicComponent(componentRenderer: IComponentRenderer);
|
|
9
|
-
constructor(vcr: ViewContainerRef);
|
|
10
|
-
ngOnDestroy(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicComponentDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicComponentDirective, "[dynamicComponent]", never, { "dynamicComponent": { "alias": "dynamicComponent"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|