@testgorilla/tgo-ui 6.4.2-beta.1 → 6.4.2-beta.3
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/accordion/index.d.ts +118 -5
- package/components/ai-audio-circle/index.d.ts +70 -5
- package/components/ai-caveat/index.d.ts +47 -3
- package/components/ai-feedback/index.d.ts +92 -5
- package/components/alert-banner/index.d.ts +165 -5
- package/components/audio-waveform/index.d.ts +71 -5
- package/components/autocomplete/index.d.ts +414 -3
- package/components/avatar/index.d.ts +107 -5
- package/components/badge/index.d.ts +125 -5
- package/components/breadcrumb/index.d.ts +62 -5
- package/components/button/index.d.ts +298 -3
- package/components/card/index.d.ts +103 -5
- package/components/checkbox/index.d.ts +221 -5
- package/components/checklist/index.d.ts +97 -5
- package/components/core/index.d.ts +346 -3
- package/components/datepicker/index.d.ts +305 -5
- package/components/dialog/index.d.ts +308 -5
- package/components/divider/index.d.ts +53 -5
- package/components/donut-chart/index.d.ts +39 -5
- package/components/dropdown/index.d.ts +240 -5
- package/components/elevation-shadow/index.d.ts +45 -5
- package/components/empty-state/index.d.ts +217 -5
- package/components/field/index.d.ts +396 -3
- package/components/file-upload/index.d.ts +169 -5
- package/components/filter-button/index.d.ts +173 -5
- package/components/gaussian-chart/index.d.ts +96 -5
- package/components/icon/index.d.ts +109 -5
- package/components/icon-label/index.d.ts +62 -5
- package/components/inline-field/index.d.ts +273 -3
- package/components/logo/index.d.ts +106 -5
- package/components/media-card/index.d.ts +35 -5
- package/components/media-dialog/index.d.ts +47 -5
- package/components/multi-input/index.d.ts +185 -5
- package/components/navbar/index.d.ts +203 -5
- package/components/overflow-menu/index.d.ts +163 -5
- package/components/page-header/index.d.ts +51 -5
- package/components/paginator/index.d.ts +70 -5
- package/components/password-criteria/index.d.ts +60 -5
- package/components/password-strength/index.d.ts +59 -5
- package/components/phone-input/index.d.ts +179 -3
- package/components/popover/index.d.ts +34 -5
- package/components/progress-bar/index.d.ts +86 -5
- package/components/prompt/index.d.ts +95 -5
- package/components/radial-progress/index.d.ts +99 -5
- package/components/radio-button/index.d.ts +211 -5
- package/components/rating/index.d.ts +97 -5
- package/components/scale/index.d.ts +65 -5
- package/components/scale-table/index.d.ts +49 -5
- package/components/segmented-bar/index.d.ts +92 -5
- package/components/segmented-button/index.d.ts +77 -5
- package/components/selectable-card/index.d.ts +50 -5
- package/components/side-panel/index.d.ts +97 -3
- package/components/side-sheet/index.d.ts +81 -5
- package/components/skeleton/index.d.ts +34 -5
- package/components/slider/index.d.ts +144 -5
- package/components/snackbar/index.d.ts +162 -5
- package/components/spider-chart/index.d.ts +127 -5
- package/components/spinner/index.d.ts +74 -5
- package/components/stepper/index.d.ts +341 -3
- package/components/table/index.d.ts +251 -3
- package/components/tabs/index.d.ts +145 -5
- package/components/tag/index.d.ts +166 -5
- package/components/toggle/index.d.ts +130 -5
- package/components/tooltip/index.d.ts +111 -5
- package/components/universal-skills/index.d.ts +153 -5
- package/components/validation-error/index.d.ts +36 -5
- package/components/write-with-ai/index.d.ts +131 -3
- package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs +8 -8
- package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs +16 -16
- package/fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs +7 -7
- package/fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs +24 -24
- package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs +8 -8
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs +24 -24
- package/fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs +21 -21
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs +11 -11
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-badge.mjs +8 -8
- package/fesm2022/testgorilla-tgo-ui-components-badge.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs +22 -23
- package/fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs +8 -8
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-card.mjs +7 -7
- package/fesm2022/testgorilla-tgo-ui-components-card.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs +11 -11
- package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs +16 -16
- package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs +33 -33
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs +21 -21
- package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs +31 -31
- package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-divider.mjs +8 -8
- package/fesm2022/testgorilla-tgo-ui-components-divider.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs +13 -13
- package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs +10 -10
- package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs +7 -7
- package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs +12 -12
- package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs +18 -18
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs +12 -12
- package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs +26 -26
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs +12 -13
- package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs +7 -7
- package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +10 -10
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs +33 -33
- package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-logo.mjs +8 -9
- package/fesm2022/testgorilla-tgo-ui-components-logo.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs +3 -3
- package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs +3 -3
- package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs +33 -34
- package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs +19 -21
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs +11 -11
- package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs +7 -7
- package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs +7 -7
- package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs +9 -9
- package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs +8 -8
- package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs +12 -12
- package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-popover.mjs +16 -16
- package/fesm2022/testgorilla-tgo-ui-components-popover.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs +11 -11
- package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs +28 -28
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs +7 -7
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs +8 -8
- package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-rating.mjs +11 -11
- package/fesm2022/testgorilla-tgo-ui-components-rating.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs +9 -9
- package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-scale.mjs +9 -9
- package/fesm2022/testgorilla-tgo-ui-components-scale.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs +8 -8
- package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs +9 -9
- package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs +14 -14
- package/fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs +13 -13
- package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs +17 -17
- package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs +5 -5
- package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-slider.mjs +15 -15
- package/fesm2022/testgorilla-tgo-ui-components-slider.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs +11 -11
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs +32 -14
- package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs +7 -7
- package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs +20 -20
- package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs +11 -11
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs +27 -27
- package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-tag.mjs +12 -12
- package/fesm2022/testgorilla-tgo-ui-components-tag.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs +9 -9
- package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs +11 -11
- package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs +23 -23
- package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs +11 -11
- package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs +38 -38
- package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui.mjs +8 -8
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/index.d.ts +46 -5
- package/package.json +19 -19
- package/projects/tgo-canopy-ui/theme/_tooltip.scss +2 -0
- 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/accordion/public-api.d.ts +0 -4
- package/components/ai-audio-circle/ai-audio-circle.component.d.ts +0 -60
- package/components/ai-audio-circle/ai-audio-circle.module.d.ts +0 -8
- package/components/ai-audio-circle/public-api.d.ts +0 -2
- package/components/ai-caveat/ai-caveat.component.d.ts +0 -36
- package/components/ai-caveat/ai-caveat.component.module.d.ts +0 -10
- package/components/ai-caveat/public-api.d.ts +0 -3
- package/components/ai-feedback/ai-feedback.component.d.ts +0 -52
- package/components/ai-feedback/ai-feedback.model.d.ts +0 -19
- package/components/ai-feedback/ai-feedback.module.d.ts +0 -16
- package/components/ai-feedback/public-api.d.ts +0 -4
- package/components/alert-banner/alert-banner.component.d.ts +0 -144
- package/components/alert-banner/alert-banner.component.module.d.ts +0 -12
- package/components/alert-banner/alert-banner.model.d.ts +0 -6
- package/components/alert-banner/public-api.d.ts +0 -4
- package/components/audio-waveform/audio-waveform.component.d.ts +0 -32
- package/components/audio-waveform/audio-waveform.model.d.ts +0 -8
- package/components/audio-waveform/audio-waveform.module.d.ts +0 -7
- package/components/audio-waveform/audio-waveform.service.d.ts +0 -21
- package/components/audio-waveform/public-api.d.ts +0 -4
- package/components/autocomplete/autocomplete.component.d.ts +0 -324
- package/components/autocomplete/autocomplete.component.module.d.ts +0 -23
- package/components/autocomplete/autocomplete.model.d.ts +0 -23
- package/components/autocomplete/includes.pipe.d.ts +0 -12
- package/components/autocomplete/prevent-input.directive.d.ts +0 -7
- package/components/autocomplete/public-api.d.ts +0 -4
- package/components/autocomplete/select-text.directive.d.ts +0 -19
- package/components/autocomplete/transform-Item.pipe.d.ts +0 -11
- package/components/avatar/avatar.component.d.ts +0 -67
- package/components/avatar/avatar.component.module.d.ts +0 -13
- package/components/avatar/avatar.model.d.ts +0 -18
- package/components/avatar/name-initials.pipe.d.ts +0 -7
- package/components/avatar/public-api.d.ts +0 -4
- package/components/badge/badge.component.d.ts +0 -73
- package/components/badge/badge.component.module.d.ts +0 -10
- package/components/badge/badge.model.d.ts +0 -38
- package/components/badge/public-api.d.ts +0 -4
- package/components/breadcrumb/breadcrumb.component.d.ts +0 -40
- package/components/breadcrumb/breadcrumb.component.module.d.ts +0 -14
- package/components/breadcrumb/breadcrumb.model.d.ts +0 -5
- package/components/breadcrumb/public-api.d.ts +0 -4
- package/components/button/button.component.d.ts +0 -238
- package/components/button/button.component.module.d.ts +0 -15
- package/components/button/button.model.d.ts +0 -14
- package/components/button/color-contrast.d.ts +0 -28
- package/components/button/public-api.d.ts +0 -5
- package/components/card/card.component.d.ts +0 -87
- package/components/card/card.component.module.d.ts +0 -9
- package/components/card/card.model.d.ts +0 -3
- package/components/card/public-api.d.ts +0 -4
- package/components/checkbox/checkbox.component.d.ts +0 -193
- package/components/checkbox/checkbox.component.module.d.ts +0 -16
- package/components/checkbox/focus-visible.directive.d.ts +0 -12
- package/components/checkbox/public-api.d.ts +0 -4
- package/components/checklist/checklist.component.d.ts +0 -82
- package/components/checklist/checklist.model.d.ts +0 -9
- package/components/checklist/public-api.d.ts +0 -3
- package/components/core/alert-bar.model.d.ts +0 -2
- package/components/core/alert-bars.utils.d.ts +0 -6
- package/components/core/application-theme.model.d.ts +0 -7
- package/components/core/autocomplete-utils.d.ts +0 -12
- package/components/core/checkbox.model.d.ts +0 -1
- package/components/core/color-contrast.d.ts +0 -28
- package/components/core/colors.model.d.ts +0 -63
- package/components/core/data-property-getter.pipe.d.ts +0 -8
- package/components/core/digits-only.directive.d.ts +0 -17
- package/components/core/dynamic-component.directive.d.ts +0 -20
- package/components/core/ellipse-text.directive.d.ts +0 -20
- package/components/core/has-validation-error.pipe.d.ts +0 -15
- package/components/core/hex-to-rgb.d.ts +0 -1
- package/components/core/is-large-tablet.d.ts +0 -2
- package/components/core/is-mobile.d.ts +0 -2
- package/components/core/keyboard-events.model.d.ts +0 -11
- package/components/core/language.model.d.ts +0 -14
- package/components/core/language.service.d.ts +0 -20
- package/components/core/link-target.model.d.ts +0 -1
- package/components/core/memoize-func.pipe.d.ts +0 -26
- package/components/core/public-api.d.ts +0 -25
- package/components/core/screen-breakpoints.model.d.ts +0 -5
- package/components/core/select-text.directive.d.ts +0 -19
- package/components/core/truncate.pipe.d.ts +0 -7
- package/components/core/ui-ordinal-suffix.pipe.d.ts +0 -7
- package/components/core/ui-translate.pipe.d.ts +0 -32
- package/components/datepicker/date-adapter.d.ts +0 -34
- package/components/datepicker/datepicker.component.d.ts +0 -235
- package/components/datepicker/datepicker.component.module.d.ts +0 -17
- package/components/datepicker/datepicker.service.d.ts +0 -8
- package/components/datepicker/no-date-format.directive.d.ts +0 -11
- package/components/datepicker/public-api.d.ts +0 -6
- package/components/deprecated-paginator/deprecated-paginator.component.d.ts +0 -34
- package/components/deprecated-paginator/deprecated-paginator.component.module.d.ts +0 -9
- package/components/dialog/confirm-dialog/confirm-dialog.component.d.ts +0 -38
- package/components/dialog/confirm-dialog/confirm-dialog.component.module.d.ts +0 -12
- package/components/dialog/confirm-dialog/confirm-dialog.model.d.ts +0 -47
- package/components/dialog/dialog-custom/dialog-custom.component.d.ts +0 -22
- package/components/dialog/dialog-custom/dialog-custom.component.module.d.ts +0 -10
- package/components/dialog/dialog.component.d.ts +0 -163
- package/components/dialog/dialog.component.module.d.ts +0 -11
- package/components/dialog/dialog.model.d.ts +0 -12
- package/components/dialog/dialog.service.d.ts +0 -14
- package/components/dialog/public-api.d.ts +0 -10
- 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/divider/public-api.d.ts +0 -4
- package/components/donut-chart/donut-chart.component.d.ts +0 -22
- package/components/donut-chart/donut-chart.component.model.d.ts +0 -6
- package/components/donut-chart/donut-chart.component.module.d.ts +0 -8
- package/components/donut-chart/public-api.d.ts +0 -3
- package/components/dropdown/dropdown.component.d.ts +0 -214
- package/components/dropdown/dropdown.component.module.d.ts +0 -16
- package/components/dropdown/dropdown.model.d.ts +0 -6
- package/components/dropdown/public-api.d.ts +0 -4
- 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/elevation-shadow/public-api.d.ts +0 -3
- package/components/empty-state/empty-state.component.d.ts +0 -199
- 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/empty-state/public-api.d.ts +0 -4
- package/components/field/field.component.d.ts +0 -376
- package/components/field/field.component.module.d.ts +0 -17
- package/components/field/field.model.d.ts +0 -1
- package/components/field/public-api.d.ts +0 -4
- package/components/file-upload/drag-drop.directive.d.ts +0 -12
- package/components/file-upload/file-upload.component.d.ts +0 -142
- package/components/file-upload/file-upload.component.module.d.ts +0 -14
- package/components/file-upload/public-api.d.ts +0 -3
- package/components/filter-button/filter-button.component.d.ts +0 -140
- package/components/filter-button/filter-button.component.module.d.ts +0 -17
- package/components/filter-button/filter-button.model.d.ts +0 -13
- package/components/filter-button/public-api.d.ts +0 -4
- package/components/gaussian-chart/gaussian-chart.component.d.ts +0 -82
- package/components/gaussian-chart/gaussian-chart.module.d.ts +0 -12
- package/components/gaussian-chart/public-api.d.ts +0 -2
- package/components/icon/icon-svg-content.d.ts +0 -16
- package/components/icon/icon.component.d.ts +0 -72
- package/components/icon/icon.component.module.d.ts +0 -10
- package/components/icon/icon.config.d.ts +0 -10
- package/components/icon/icon.model.d.ts +0 -7
- package/components/icon/icons.service.d.ts +0 -8
- package/components/icon/public-api.d.ts +0 -6
- package/components/icon-label/icon-label.component.d.ts +0 -51
- package/components/icon-label/icon-label.component.module.d.ts +0 -9
- package/components/icon-label/public-api.d.ts +0 -2
- package/components/inline-field/inline-field.component.d.ts +0 -153
- package/components/inline-field/inline-field.component.module.d.ts +0 -13
- package/components/inline-field/inline-field.model.d.ts +0 -107
- package/components/inline-field/public-api.d.ts +0 -4
- package/components/logo/logo.component.d.ts +0 -66
- package/components/logo/logo.component.module.d.ts +0 -8
- package/components/logo/logo.model.d.ts +0 -29
- package/components/logo/public-api.d.ts +0 -4
- package/components/media-card/media-card.component.d.ts +0 -32
- package/components/media-card/public-api.d.ts +0 -1
- package/components/media-dialog/media-dialog.component.d.ts +0 -28
- package/components/media-dialog/media-dialog.model.d.ts +0 -16
- package/components/media-dialog/public-api.d.ts +0 -2
- package/components/multi-input/multi-input.component.d.ts +0 -158
- package/components/multi-input/multi-input.component.module.d.ts +0 -17
- package/components/multi-input/multi-input.model.d.ts +0 -4
- package/components/multi-input/public-api.d.ts +0 -5
- package/components/multi-input/required-multi-input.validator.d.ts +0 -3
- package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +0 -28
- package/components/navbar/navbar.component.d.ts +0 -133
- package/components/navbar/navbar.component.module.d.ts +0 -21
- package/components/navbar/navbar.model.d.ts +0 -21
- package/components/navbar/public-api.d.ts +0 -5
- package/components/overflow-menu/overflow-menu.component.d.ts +0 -117
- package/components/overflow-menu/overflow-menu.component.module.d.ts +0 -14
- package/components/overflow-menu/overflow-menu.model.d.ts +0 -32
- package/components/overflow-menu/public-api.d.ts +0 -4
- 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/page-header/public-api.d.ts +0 -3
- package/components/paginator/paginator.component.d.ts +0 -58
- package/components/paginator/paginator.component.module.d.ts +0 -9
- package/components/paginator/public-api.d.ts +0 -3
- package/components/password-criteria/password.component.d.ts +0 -44
- package/components/password-criteria/password.component.module.d.ts +0 -13
- package/components/password-criteria/public-api.d.ts +0 -3
- 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/password-strength/public-api.d.ts +0 -3
- package/components/phone-input/join-strings.pipe.d.ts +0 -7
- package/components/phone-input/phone-input.component.d.ts +0 -145
- package/components/phone-input/phone-input.component.module.d.ts +0 -19
- package/components/phone-input/phone-input.model.d.ts +0 -8
- package/components/phone-input/public-api.d.ts +0 -5
- package/components/popover/popover.component.d.ts +0 -9
- package/components/popover/popover.directive.d.ts +0 -31
- package/components/popover/public-api.d.ts +0 -1
- 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/progress-bar/public-api.d.ts +0 -3
- package/components/prompt/prompt.component.d.ts +0 -62
- package/components/prompt/prompt.model.d.ts +0 -9
- package/components/prompt/prompt.module.d.ts +0 -20
- package/components/prompt/public-api.d.ts +0 -4
- package/components/radial-progress/public-api.d.ts +0 -4
- package/components/radial-progress/radial-progress.component.d.ts +0 -75
- 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/radio-button/public-api.d.ts +0 -4
- package/components/radio-button/radio-button.component.d.ts +0 -189
- package/components/radio-button/radio-button.component.module.d.ts +0 -15
- package/components/radio-button/radio-button.model.d.ts +0 -4
- package/components/rating/half-star.pipe.d.ts +0 -14
- package/components/rating/public-api.d.ts +0 -3
- package/components/rating/rating.component.d.ts +0 -71
- package/components/rating/rating.component.module.d.ts +0 -10
- package/components/scale/public-api.d.ts +0 -3
- package/components/scale/scale.component.d.ts +0 -54
- package/components/scale/scale.component.module.d.ts +0 -8
- package/components/scale-table/public-api.d.ts +0 -3
- package/components/scale-table/scale-table.component.d.ts +0 -39
- package/components/scale-table/scale-table.model.d.ts +0 -5
- package/components/segmented-bar/public-api.d.ts +0 -4
- package/components/segmented-bar/segmented-bar.component.d.ts +0 -64
- package/components/segmented-bar/segmented-bar.component.module.d.ts +0 -12
- package/components/segmented-bar/segmented-bar.model.d.ts +0 -12
- package/components/segmented-button/public-api.d.ts +0 -4
- 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/selectable-card/public-api.d.ts +0 -2
- package/components/selectable-card/selectable-card.component.d.ts +0 -38
- package/components/selectable-card/selectable-card.component.module.d.ts +0 -10
- package/components/side-panel/public-api.d.ts +0 -5
- package/components/side-panel/side-panel-data-injection-token.d.ts +0 -2
- package/components/side-panel/side-panel.animations.d.ts +0 -3
- package/components/side-panel/side-panel.component.d.ts +0 -22
- package/components/side-panel/side-panel.model.d.ts +0 -46
- package/components/side-panel/side-panel.service.d.ts +0 -22
- package/components/side-sheet/public-api.d.ts +0 -4
- 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/public-api.d.ts +0 -3
- package/components/skeleton/skeleton.component.d.ts +0 -27
- package/components/skeleton/skeleton.model.d.ts +0 -2
- package/components/slider/public-api.d.ts +0 -4
- package/components/slider/slider.component.d.ts +0 -128
- package/components/slider/slider.component.module.d.ts +0 -7
- package/components/slider/slider.model.d.ts +0 -5
- package/components/snackbar/public-api.d.ts +0 -5
- package/components/snackbar/snackbar.component.d.ts +0 -126
- package/components/snackbar/snackbar.component.module.d.ts +0 -13
- package/components/snackbar/snackbar.model.d.ts +0 -7
- package/components/snackbar/snackbar.service.d.ts +0 -16
- package/components/spider-chart/public-api.d.ts +0 -3
- package/components/spider-chart/spider-chart.component.d.ts +0 -90
- package/components/spider-chart/spider-chart.model.d.ts +0 -12
- package/components/spider-chart/spider-chart.module.d.ts +0 -12
- package/components/spinner/public-api.d.ts +0 -4
- package/components/spinner/spinner.component.d.ts +0 -59
- package/components/spinner/spinner.model.d.ts +0 -1
- package/components/spinner/spinner.module.d.ts +0 -10
- package/components/stepper/public-api.d.ts +0 -7
- package/components/stepper/step-line-element.directive.d.ts +0 -17
- package/components/stepper/step.component.d.ts +0 -184
- package/components/stepper/step.component.module.d.ts +0 -11
- package/components/stepper/stepper.component.d.ts +0 -102
- package/components/stepper/stepper.component.module.d.ts +0 -15
- package/components/stepper/stepper.model.d.ts +0 -23
- package/components/table/public-api.d.ts +0 -6
- package/components/table/sentence-case.pipe.d.ts +0 -7
- package/components/table/table.component.d.ts +0 -117
- package/components/table/table.component.module.d.ts +0 -17
- package/components/table/table.model.d.ts +0 -104
- package/components/table/table.utils.d.ts +0 -6
- package/components/tabs/public-api.d.ts +0 -5
- package/components/tabs/tab.directive.d.ts +0 -28
- package/components/tabs/tabs.component.d.ts +0 -79
- package/components/tabs/tabs.component.module.d.ts +0 -13
- package/components/tabs/tabs.model.d.ts +0 -26
- package/components/tag/public-api.d.ts +0 -4
- package/components/tag/tag.component.d.ts +0 -145
- package/components/tag/tag.component.module.d.ts +0 -14
- package/components/tag/tag.model.d.ts +0 -1
- package/components/toggle/public-api.d.ts +0 -3
- package/components/toggle/toggle.component.d.ts +0 -113
- package/components/toggle/toggle.component.module.d.ts +0 -13
- package/components/toggle/toggle.model.d.ts +0 -1
- package/components/tooltip/public-api.d.ts +0 -5
- package/components/tooltip/tooltip-template.directive.d.ts +0 -27
- package/components/tooltip/tooltip.component.d.ts +0 -64
- package/components/tooltip/tooltip.component.module.d.ts +0 -11
- package/components/tooltip/tooltip.model.d.ts +0 -8
- package/components/universal-skills/public-api.d.ts +0 -6
- package/components/universal-skills/spider-charts/universal-skills-spider-charts.component.d.ts +0 -47
- package/components/universal-skills/spider-charts/universal-skills-spider-charts.component.module.d.ts +0 -14
- package/components/universal-skills/universal-skills-report.component.d.ts +0 -33
- package/components/universal-skills/universal-skills-report.component.module.d.ts +0 -12
- package/components/universal-skills/universal-skills-report.model.d.ts +0 -44
- package/components/universal-skills/universal-skills.service.d.ts +0 -13
- package/components/validation-error/public-api.d.ts +0 -3
- package/components/validation-error/validation-error.component.d.ts +0 -22
- package/components/validation-error/validation-error.model.d.ts +0 -1
- package/components/validation-error/validation-error.module.d.ts +0 -10
- package/components/write-with-ai/llm.service.d.ts +0 -22
- package/components/write-with-ai/public-api.d.ts +0 -4
- package/components/write-with-ai/write-with-ai.component.d.ts +0 -79
- package/components/write-with-ai/write-with-ai.model.d.ts +0 -24
- package/components/write-with-ai/write-with-ai.module.d.ts +0 -7
- package/public-api.d.ts +0 -81
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { ApplicationTheme, Color } from '@testgorilla/tgo-ui/components/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FileUploadComponent implements OnInit, OnChanges, ControlValueAccessor {
|
|
6
|
-
private readonly defaultAppTheme;
|
|
7
|
-
class: string;
|
|
8
|
-
/**
|
|
9
|
-
*
|
|
10
|
-
* @type {number}
|
|
11
|
-
* @memberof FileUploadComponent
|
|
12
|
-
*/
|
|
13
|
-
maxFileSizeMB: number;
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @type {number}
|
|
17
|
-
* @memberof FileUploadComponent
|
|
18
|
-
*/
|
|
19
|
-
minFileSizeMB: number;
|
|
20
|
-
/**
|
|
21
|
-
* Supported files for input field
|
|
22
|
-
*
|
|
23
|
-
* @type {string}
|
|
24
|
-
* @memberof FileUploadComponent
|
|
25
|
-
*/
|
|
26
|
-
supportedFileTypes?: string;
|
|
27
|
-
/**
|
|
28
|
-
* Upload progress
|
|
29
|
-
*
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof FileUploadComponent
|
|
32
|
-
*/
|
|
33
|
-
uploadProgress: number;
|
|
34
|
-
/**
|
|
35
|
-
* Show Upload progress percentage or not
|
|
36
|
-
*
|
|
37
|
-
* @type {boolean}
|
|
38
|
-
* @memberof FileUploadComponent
|
|
39
|
-
*/
|
|
40
|
-
showUploadProgress: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Custom progress message
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof FileUploadComponent
|
|
46
|
-
*/
|
|
47
|
-
fileProcessingMessage: string | undefined;
|
|
48
|
-
/**
|
|
49
|
-
* File upload errors
|
|
50
|
-
*
|
|
51
|
-
* @type {string[]}
|
|
52
|
-
* @memberof FileUploadComponent
|
|
53
|
-
*/
|
|
54
|
-
errors?: string[] | null;
|
|
55
|
-
/**
|
|
56
|
-
* File upload disabled
|
|
57
|
-
*
|
|
58
|
-
* @type {boolean}
|
|
59
|
-
* @memberof FileUploadComponent
|
|
60
|
-
*/
|
|
61
|
-
disabled: boolean;
|
|
62
|
-
/**
|
|
63
|
-
* Existing file information
|
|
64
|
-
*
|
|
65
|
-
* @type {(File | null)}
|
|
66
|
-
* @memberof FileUploadComponent
|
|
67
|
-
*/
|
|
68
|
-
file: File | null;
|
|
69
|
-
/**
|
|
70
|
-
* Color of the file upload.
|
|
71
|
-
* Defaults to Test Gorilla primary color.
|
|
72
|
-
*
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof FileUploadComponent
|
|
75
|
-
*/
|
|
76
|
-
companyColor: string | null;
|
|
77
|
-
compColor: string;
|
|
78
|
-
/**
|
|
79
|
-
*
|
|
80
|
-
* Defines the application theme
|
|
81
|
-
*
|
|
82
|
-
* @type {ApplicationTheme}
|
|
83
|
-
* @memberof FileUploadComponent
|
|
84
|
-
*/
|
|
85
|
-
applicationTheme: ApplicationTheme;
|
|
86
|
-
/**
|
|
87
|
-
* A string representing the ARIA label for accessibility.
|
|
88
|
-
* This label is used to provide an accessible name for the input element.
|
|
89
|
-
* @type {string}
|
|
90
|
-
* @memberof FileUploadComponent
|
|
91
|
-
*/
|
|
92
|
-
ariaLabel: string;
|
|
93
|
-
/**
|
|
94
|
-
* A string representing the ARIA requirement for accessibility.
|
|
95
|
-
* This attribute is used to indicate whether an input field is required for form submission.
|
|
96
|
-
* @type {boolean}
|
|
97
|
-
* @memberof FileUploadComponent
|
|
98
|
-
*/
|
|
99
|
-
ariaRequired: boolean;
|
|
100
|
-
/**
|
|
101
|
-
* Whether to show the file size information.
|
|
102
|
-
* @type {boolean}
|
|
103
|
-
* @memberof FileUploadComponent
|
|
104
|
-
*/
|
|
105
|
-
showFileSize: boolean;
|
|
106
|
-
OnDrop: EventEmitter<File>;
|
|
107
|
-
fileDrop: ElementRef<HTMLInputElement>;
|
|
108
|
-
protected readonly translationContext = "FILE_UPLOAD.";
|
|
109
|
-
/**
|
|
110
|
-
* @ignore
|
|
111
|
-
*/
|
|
112
|
-
onChange: (_value: any) => void;
|
|
113
|
-
/**
|
|
114
|
-
* @ignore
|
|
115
|
-
*/
|
|
116
|
-
onTouch: () => void;
|
|
117
|
-
get fileSizeInMB(): string | null;
|
|
118
|
-
isMissedMinSize: boolean;
|
|
119
|
-
progress: boolean;
|
|
120
|
-
success: boolean;
|
|
121
|
-
browse: boolean;
|
|
122
|
-
isCanceled: boolean;
|
|
123
|
-
colorUploadSuccess: Color;
|
|
124
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
125
|
-
ngOnInit(): void;
|
|
126
|
-
onFileDropped(files: FileList): void;
|
|
127
|
-
onChangeUpload(event: Event): void;
|
|
128
|
-
emitFile(files: FileList): void;
|
|
129
|
-
showProgress(): boolean;
|
|
130
|
-
showSuccess(): boolean;
|
|
131
|
-
showBrowse(): boolean;
|
|
132
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
133
|
-
writeValue(value?: File): void;
|
|
134
|
-
registerOnChange(fn: any): void;
|
|
135
|
-
registerOnTouched(fn: any): void;
|
|
136
|
-
setDisabledState(isDisabled: boolean): void;
|
|
137
|
-
private getCompanyColor;
|
|
138
|
-
private fileSizeToMB;
|
|
139
|
-
onKeydown(ev: KeyboardEvent): void;
|
|
140
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, [{ optional: true; }]>;
|
|
141
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "ui-file-upload", never, { "maxFileSizeMB": { "alias": "maxFileSizeMB"; "required": false; }; "minFileSizeMB": { "alias": "minFileSizeMB"; "required": false; }; "supportedFileTypes": { "alias": "supportedFileTypes"; "required": false; }; "uploadProgress": { "alias": "uploadProgress"; "required": false; }; "showUploadProgress": { "alias": "showUploadProgress"; "required": false; }; "fileProcessingMessage": { "alias": "fileProcessingMessage"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "file": { "alias": "file"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "showFileSize": { "alias": "showFileSize"; "required": false; }; }, { "OnDrop": "OnDrop"; }, never, never, false, never>;
|
|
142
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./file-upload.component";
|
|
3
|
-
import * as i2 from "./drag-drop.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@angular/material/form-field";
|
|
6
|
-
import * as i5 from "@angular/material/input";
|
|
7
|
-
import * as i6 from "@testgorilla/tgo-ui/components/icon";
|
|
8
|
-
import * as i7 from "@testgorilla/tgo-ui/components/progress-bar";
|
|
9
|
-
import * as i8 from "@testgorilla/tgo-ui/components/core";
|
|
10
|
-
export declare class FileUploadComponentModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponentModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FileUploadComponentModule, [typeof i1.FileUploadComponent, typeof i2.DragDropDirective], [typeof i3.CommonModule, typeof i4.MatFormFieldModule, typeof i5.MatInputModule, typeof i6.IconComponentModule, typeof i7.ProgressBarComponentModule, typeof i8.UiTranslatePipe], [typeof i1.FileUploadComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FileUploadComponentModule>;
|
|
14
|
-
}
|
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
import { FocusKeyManager } from '@angular/cdk/a11y';
|
|
2
|
-
import { ChangeDetectorRef, EventEmitter, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
3
|
-
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
4
|
-
import { ButtonIconPosition } from '@testgorilla/tgo-ui/components/button';
|
|
5
|
-
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
6
|
-
import { FilterButtonOption, FilterValue, OptionChangeEvent } from './filter-button.model';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class FilterButtonComponent implements OnChanges {
|
|
9
|
-
private readonly defaultAppTheme;
|
|
10
|
-
private readonly cdr;
|
|
11
|
-
class: string;
|
|
12
|
-
/**
|
|
13
|
-
* The button label when no value is selected.
|
|
14
|
-
*
|
|
15
|
-
* @type {string}
|
|
16
|
-
* @memberof FilterButtonComponent
|
|
17
|
-
*/
|
|
18
|
-
label: string;
|
|
19
|
-
/**
|
|
20
|
-
* Optional message to display on the overflow bottom.
|
|
21
|
-
*
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof FilterButtonComponent
|
|
24
|
-
*/
|
|
25
|
-
message?: string | undefined;
|
|
26
|
-
/**
|
|
27
|
-
* List of selected values.
|
|
28
|
-
*
|
|
29
|
-
* @type {string[]}
|
|
30
|
-
* @memberof FilterButtonComponent
|
|
31
|
-
*/
|
|
32
|
-
value: FilterValue[];
|
|
33
|
-
/**
|
|
34
|
-
* Whether the component is disabled.
|
|
35
|
-
* Default: false.
|
|
36
|
-
*
|
|
37
|
-
* @type {boolean}
|
|
38
|
-
* @memberof FilterButtonComponent
|
|
39
|
-
*/
|
|
40
|
-
disabled: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* List of options.
|
|
43
|
-
*
|
|
44
|
-
* @type {OptionType}
|
|
45
|
-
* @memberof FilterButtonComponent
|
|
46
|
-
*/
|
|
47
|
-
options: import("@angular/core").InputSignal<FilterButtonOption[]>;
|
|
48
|
-
/**
|
|
49
|
-
* Whether the user should be allowed to clear the values.
|
|
50
|
-
* Default: true.
|
|
51
|
-
*
|
|
52
|
-
* @type {boolean}
|
|
53
|
-
* @memberof FilterButtonComponent
|
|
54
|
-
*/
|
|
55
|
-
allowClear: boolean;
|
|
56
|
-
/**
|
|
57
|
-
* Whether the user should be allowed to select single or multiple values.
|
|
58
|
-
* Default: false.
|
|
59
|
-
*
|
|
60
|
-
* @type {boolean}
|
|
61
|
-
* @memberof FilterButtonComponent
|
|
62
|
-
*/
|
|
63
|
-
singleSelection?: boolean | undefined;
|
|
64
|
-
/**
|
|
65
|
-
* The icon name to display.
|
|
66
|
-
*
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof FilterButtonComponent
|
|
69
|
-
*
|
|
70
|
-
**/
|
|
71
|
-
iconName?: IconName;
|
|
72
|
-
/**
|
|
73
|
-
* The position of the icon.
|
|
74
|
-
* Default: 'right'.
|
|
75
|
-
*
|
|
76
|
-
* @type {ButtonIconPosition}
|
|
77
|
-
* @memberof FilterButtonComponent
|
|
78
|
-
*/
|
|
79
|
-
iconPosition?: ButtonIconPosition;
|
|
80
|
-
/**
|
|
81
|
-
* Optional message to display if there are no options to select available
|
|
82
|
-
*
|
|
83
|
-
* @type {string}
|
|
84
|
-
* @memberof FilterButtonComponent
|
|
85
|
-
*/
|
|
86
|
-
noOptionsMessage?: string | undefined;
|
|
87
|
-
/**
|
|
88
|
-
* Emits the list of selected values when the selection changes.
|
|
89
|
-
*
|
|
90
|
-
* @type {EventEmitter<string[]>}
|
|
91
|
-
* @memberof FilterButtonComponent
|
|
92
|
-
*/
|
|
93
|
-
changed: EventEmitter<FilterValue[]>;
|
|
94
|
-
/**
|
|
95
|
-
* Emits the option change event
|
|
96
|
-
*
|
|
97
|
-
* @type {EventEmitter<OptionChangeEvent>}
|
|
98
|
-
* @memberof FilterButtonComponent
|
|
99
|
-
*/
|
|
100
|
-
optionChange: EventEmitter<OptionChangeEvent>;
|
|
101
|
-
/**
|
|
102
|
-
*
|
|
103
|
-
* Defines the application theme
|
|
104
|
-
*
|
|
105
|
-
* @type {ApplicationTheme}
|
|
106
|
-
* @memberof FilterButtonComponent
|
|
107
|
-
*/
|
|
108
|
-
applicationTheme: ApplicationTheme;
|
|
109
|
-
overlayContainer: any;
|
|
110
|
-
filterOptions: QueryList<any>;
|
|
111
|
-
isOpen: import("@angular/core").WritableSignal<boolean>;
|
|
112
|
-
displayedLabel: import("@angular/core").WritableSignal<string>;
|
|
113
|
-
tooltip: import("@angular/core").WritableSignal<string>;
|
|
114
|
-
search: import("@angular/core").WritableSignal<string>;
|
|
115
|
-
showTooltip: {
|
|
116
|
-
[key: string]: boolean;
|
|
117
|
-
};
|
|
118
|
-
displayedOptions: import("@angular/core").Signal<{
|
|
119
|
-
sectionTitle: string;
|
|
120
|
-
value: FilterValue;
|
|
121
|
-
label: string;
|
|
122
|
-
labelNumber?: number;
|
|
123
|
-
icon?: IconName;
|
|
124
|
-
}[]>;
|
|
125
|
-
readonly MIN_OPTIONS_LENGTH_FOR_SEARCH = 8;
|
|
126
|
-
protected keyManager: FocusKeyManager<HTMLElement>;
|
|
127
|
-
protected translationContext: string;
|
|
128
|
-
constructor(defaultAppTheme: ApplicationTheme, cdr: ChangeDetectorRef);
|
|
129
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
130
|
-
clearValue(): void;
|
|
131
|
-
outsideClick(): void;
|
|
132
|
-
toggle(): void;
|
|
133
|
-
isSelected(value?: FilterValue): boolean;
|
|
134
|
-
optionChanged(selected: boolean, option: FilterButtonOption): void;
|
|
135
|
-
keyDownHandler(ev: any): void;
|
|
136
|
-
onLabelEllipsisChange(isEllipsis: boolean, value: FilterValue): void;
|
|
137
|
-
private updateLabel;
|
|
138
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterButtonComponent, [{ optional: true; }, null]>;
|
|
139
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterButtonComponent, "ui-filter-button", never, { "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "allowClear": { "alias": "allowClear"; "required": false; }; "singleSelection": { "alias": "singleSelection"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "noOptionsMessage": { "alias": "noOptionsMessage"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "changed": "changed"; "optionChange": "optionChange"; }, never, never, false, never>;
|
|
140
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./filter-button.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/tooltip";
|
|
6
|
-
import * as i5 from "@angular/cdk/overlay";
|
|
7
|
-
import * as i6 from "@testgorilla/tgo-ui/components/core";
|
|
8
|
-
import * as i7 from "@testgorilla/tgo-ui/components/button";
|
|
9
|
-
import * as i8 from "@testgorilla/tgo-ui/components/icon";
|
|
10
|
-
import * as i9 from "@testgorilla/tgo-ui/components/checkbox";
|
|
11
|
-
import * as i10 from "@testgorilla/tgo-ui/components/field";
|
|
12
|
-
import * as i11 from "@testgorilla/tgo-ui/components/radio-button";
|
|
13
|
-
export declare class FilterButtonComponentModule {
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterButtonComponentModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterButtonComponentModule, [typeof i1.FilterButtonComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatTooltipModule, typeof i5.OverlayModule, typeof i6.UiTranslatePipe, typeof i7.ButtonComponentModule, typeof i8.IconComponentModule, typeof i9.CheckboxComponentModule, typeof i10.FieldComponentModule, typeof i6.EllipseTextDirective, typeof i11.RadioButtonComponentModule], [typeof i1.FilterButtonComponent]>;
|
|
16
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FilterButtonComponentModule>;
|
|
17
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
2
|
-
export type FilterValue = string | number;
|
|
3
|
-
export interface FilterButtonOption {
|
|
4
|
-
value: FilterValue;
|
|
5
|
-
label: string;
|
|
6
|
-
labelNumber?: number;
|
|
7
|
-
icon?: IconName;
|
|
8
|
-
sectionTitle?: string;
|
|
9
|
-
}
|
|
10
|
-
export interface OptionChangeEvent {
|
|
11
|
-
selected: boolean;
|
|
12
|
-
option: FilterButtonOption;
|
|
13
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
3
|
-
import { Chart, ChartData, ChartOptions } from 'chart.js';
|
|
4
|
-
import gaussian from 'gaussian';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
declare enum PercentileThreshold {
|
|
7
|
-
LOWEST = 20,
|
|
8
|
-
LOWER = 40,
|
|
9
|
-
AVERAGE = 60,
|
|
10
|
-
HIGHER = 80,
|
|
11
|
-
HIGHEST = 100
|
|
12
|
-
}
|
|
13
|
-
export type LegendPosition = 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end';
|
|
14
|
-
export declare class GaussianChartComponent implements OnInit {
|
|
15
|
-
/**
|
|
16
|
-
* The candidate score to be displayed on the chart.
|
|
17
|
-
* @type {number}
|
|
18
|
-
* @memberof GaussianChartComponent
|
|
19
|
-
*/
|
|
20
|
-
score: number;
|
|
21
|
-
/**
|
|
22
|
-
* The best candidate score to be displayed on the chart.
|
|
23
|
-
* @type {number}
|
|
24
|
-
* @memberof GaussianChartComponent
|
|
25
|
-
*/
|
|
26
|
-
bestCandidateScore: number;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* Defines the application theme
|
|
30
|
-
*
|
|
31
|
-
* @type {ApplicationTheme}
|
|
32
|
-
* @memberof SpinnerComponent
|
|
33
|
-
*/
|
|
34
|
-
applicationTheme: ApplicationTheme;
|
|
35
|
-
/**
|
|
36
|
-
* Controls the position of the legend relative to the chart.
|
|
37
|
-
* @type {LegendPosition}
|
|
38
|
-
* @memberof GaussianChartComponent
|
|
39
|
-
*/
|
|
40
|
-
legendPosition: LegendPosition;
|
|
41
|
-
readonly minXValue = -3;
|
|
42
|
-
readonly maxXValue = 3;
|
|
43
|
-
readonly minYValue = 0;
|
|
44
|
-
readonly stepSize = 0.1;
|
|
45
|
-
readonly pointsToSkip = 2;
|
|
46
|
-
readonly actualMinXvalue: number;
|
|
47
|
-
readonly actualMaxXvalue: number;
|
|
48
|
-
readonly normalContainerPadding = 50;
|
|
49
|
-
readonly bestScoreThreshold = 92;
|
|
50
|
-
readonly bestScoreSpacingRight = "4px";
|
|
51
|
-
readonly bestScoreSpacingLeft = "-39px";
|
|
52
|
-
PercentileThreshold: typeof PercentileThreshold;
|
|
53
|
-
chart: Chart;
|
|
54
|
-
gaussianDistribution: gaussian.Gaussian;
|
|
55
|
-
activeBucket: PercentileThreshold;
|
|
56
|
-
overlayXValue: number;
|
|
57
|
-
overlayYValue: number;
|
|
58
|
-
overlayXBestScoreValue: number;
|
|
59
|
-
overlayYBestScoreValue: number;
|
|
60
|
-
maxYValue: number;
|
|
61
|
-
gaussianChartData: ChartData<'line'>;
|
|
62
|
-
gaussianChartOptions: ChartOptions<'line'>;
|
|
63
|
-
protected readonly translationContext = "CHARTS.GAUSSIAN_CHART.";
|
|
64
|
-
ngOnInit(): void;
|
|
65
|
-
private setChartData;
|
|
66
|
-
private setChartOptions;
|
|
67
|
-
private getTooltip;
|
|
68
|
-
private getScale;
|
|
69
|
-
private generateDataset;
|
|
70
|
-
private generateLabels;
|
|
71
|
-
private setActiveBucket;
|
|
72
|
-
private setOverlayValues;
|
|
73
|
-
private setOverlayValuesForBestScore;
|
|
74
|
-
private calculateOverlayValues;
|
|
75
|
-
private mapRange;
|
|
76
|
-
getCalcPosition([percentage, pixels, operation]: [number, number, 'add' | 'subtract']): string;
|
|
77
|
-
getBestScoreContentPosition(bestScore: number): string;
|
|
78
|
-
getScoreTranslationKey(score: number): string;
|
|
79
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GaussianChartComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GaussianChartComponent, "ui-gaussian-chart", never, { "score": { "alias": "score"; "required": false; }; "bestCandidateScore": { "alias": "bestCandidateScore"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; }, {}, never, never, false, never>;
|
|
81
|
-
}
|
|
82
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./gaussian-chart.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@testgorilla/tgo-ui/components/core";
|
|
5
|
-
import * as i4 from "ng2-charts";
|
|
6
|
-
import * as i5 from "@angular/material/tooltip";
|
|
7
|
-
import * as i6 from "@testgorilla/tgo-ui/components/icon";
|
|
8
|
-
export declare class GaussianChartComponentModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GaussianChartComponentModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GaussianChartComponentModule, [typeof i1.GaussianChartComponent], [typeof i2.NgClass, typeof i3.UiTranslatePipe, typeof i4.NgChartsModule, typeof i5.MatTooltipModule, typeof i2.CommonModule, typeof i6.IconComponentModule, typeof i3.MemoizeFuncPipe], [typeof i1.GaussianChartComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GaussianChartComponentModule>;
|
|
12
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Auto-generated file containing SVG icon content
|
|
3
|
-
* Generated on: 2026-03-10T04:25:50.613Z
|
|
4
|
-
*
|
|
5
|
-
* DO NOT EDIT THIS FILE MANUALLY
|
|
6
|
-
* Run 'npm run generate:icons' to regenerate
|
|
7
|
-
*/
|
|
8
|
-
export declare const classicIconSvgContent: Record<string, string>;
|
|
9
|
-
export declare const rebrandIconSvgContent: Record<string, string>;
|
|
10
|
-
/**
|
|
11
|
-
* Get SVG content for an icon
|
|
12
|
-
* @param iconName - The name of the icon
|
|
13
|
-
* @param isRebrand - Whether to use rebrand icons (default: false)
|
|
14
|
-
* @returns The SVG content as a string, or undefined if not found
|
|
15
|
-
*/
|
|
16
|
-
export declare function getIconSvgContent(iconName: string, isRebrand?: boolean): string | undefined;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { OnInit, SimpleChanges, OnChanges } from '@angular/core';
|
|
2
|
-
import { MatIconRegistry } from '@angular/material/icon';
|
|
3
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
|
-
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
5
|
-
import { IconsService } from './icons.service';
|
|
6
|
-
import { IconColor, IconName, IconSize } from './icon.model';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class IconComponent implements OnInit, OnChanges {
|
|
9
|
-
private readonly defaultAppTheme;
|
|
10
|
-
private matIconRegistry;
|
|
11
|
-
private domSanitzer;
|
|
12
|
-
private iconsService;
|
|
13
|
-
/**
|
|
14
|
-
* Icon size
|
|
15
|
-
*
|
|
16
|
-
* @type {IconSize}
|
|
17
|
-
* @memberof IconComponent
|
|
18
|
-
*/
|
|
19
|
-
size: IconSize;
|
|
20
|
-
/**
|
|
21
|
-
* Icon css class
|
|
22
|
-
*
|
|
23
|
-
* @memberof IconComponent
|
|
24
|
-
*/
|
|
25
|
-
cssClass: string;
|
|
26
|
-
/**
|
|
27
|
-
* Icon name
|
|
28
|
-
*
|
|
29
|
-
* @type {IconName}
|
|
30
|
-
* @memberof IconComponent
|
|
31
|
-
*/
|
|
32
|
-
name: IconName;
|
|
33
|
-
/**
|
|
34
|
-
* Icon color
|
|
35
|
-
*
|
|
36
|
-
* @type {IconColor}
|
|
37
|
-
* @memberof IconComponent
|
|
38
|
-
*/
|
|
39
|
-
color?: IconColor;
|
|
40
|
-
/**
|
|
41
|
-
* Icon filled
|
|
42
|
-
*
|
|
43
|
-
* @type {boolean}
|
|
44
|
-
* @memberof IconComponent
|
|
45
|
-
*/
|
|
46
|
-
filled: boolean;
|
|
47
|
-
toggleIconStyle: boolean;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* Defines the application theme
|
|
51
|
-
*
|
|
52
|
-
* @type {ApplicationTheme}
|
|
53
|
-
* @memberof IconComponent
|
|
54
|
-
*/
|
|
55
|
-
applicationTheme: ApplicationTheme;
|
|
56
|
-
useFullIconName: boolean;
|
|
57
|
-
customCssClass: string;
|
|
58
|
-
filename: IconName | undefined;
|
|
59
|
-
_name: string;
|
|
60
|
-
constructor(defaultAppTheme: ApplicationTheme, matIconRegistry: MatIconRegistry, domSanitzer: DomSanitizer, iconsService: IconsService);
|
|
61
|
-
ngOnInit(): void;
|
|
62
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
63
|
-
setCssClass(): string;
|
|
64
|
-
addIcon(): void;
|
|
65
|
-
get cssStyle(): Record<string, string | undefined>;
|
|
66
|
-
get filledIconName(): string;
|
|
67
|
-
get inlineIconName(): string;
|
|
68
|
-
get inlineIconFileName(): string;
|
|
69
|
-
get isIconLoaded(): boolean;
|
|
70
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, [{ optional: true; }, null, null, null]>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui-icon", never, { "size": { "alias": "size"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "filled": { "alias": "filled"; "required": false; }; "toggleIconStyle": { "alias": "toggleIconStyle"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "useFullIconName": { "alias": "useFullIconName"; "required": false; }; }, {}, never, never, false, never>;
|
|
72
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./icon.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/icon";
|
|
5
|
-
import * as i4 from "@angular/common/http";
|
|
6
|
-
export declare class IconComponentModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponentModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IconComponentModule, [typeof i1.IconComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.HttpClientModule], [typeof i1.IconComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IconComponentModule>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const tgoIcons: readonly ["Add", "Archive", "Arrow_down", "Arrow_left", "Arrow_right", "Arrow_up", "Assessment", "Attempts", "Book", "Calendar", "Candidates", "Chat-notifications", "Chat", "Check", "Clone", "Close", "Code", "Company", "Copy", "Custom-questions", "Delete", "Devices", "Document", "Dot", "Download", "Edit", "Email-message", "Empty-placeholder", "Error", "Essay", "Eye-hide", "Eye-view", "Feedback-1", "Feedback-2", "Feedback-3", "Feedback-4", "Feedback-5", "File-attach", "File-upload", "Filter", "Flag", "Folder", "Format-add-file", "Format-add-table", "Format-align-L", "Format-align-R", "Format-align-center", "Format-align-justify", "Format-bold", "Format-code-active", "Format-code-block", "Format-edit-table", "Format-format", "Format-function", "Format-italics", "Format-list-bulleted", "Format-list-numbered", "Format-picker", "Format-quote", "Format-subscript", "Format-superscript", "Format-text-direction-L", "Format-text-direction-R", "Format-text-size", "Format-underline", "Format-variable", "Full-screen", "Gender-female", "Gender-male", "Help-2", "Help", "Image", "Info", "Integration", "Language", "Layout", "Learn", "Level", "Light-bulb", "Link", "Loading-spinner", "Localisation", "Location", "Lock", "Log-out", "Menu-burger", "Menu-close", "Menu-ellipsis", "Menu-open", "Microphone", "Microsoft", "Minus", "Mouse-cursor", "Mouse-grab-cursor", "Mouse", "Multi-choice", "Notifications", "Password", "Path", "Pin-marker", "Plan-billing", "Plus", "Premium", "Promotion", "Question-count", "Refer", "Reset", "Review", "Round-check-filled", "Round-check", "Search", "Secure-checkout", "Send", "Settings", "Social-facebook", "Social-instagram", "Social-linkedin", "Sorting-down-1", "Sorting-down", "Speedometer", "Star-filled", "Star-half", "Star-outline", "Support", "Sync", "Team", "Test", "Thunder", "Timer", "Trophy", "Type", "Unarchive", "Unlock", "Upgrade", "Upload", "User-access", "User-add", "User-invite", "User-profile", "User-reject", "User-switch", "Video-pause", "Video-play", "Video-record", "Video", "Volume", "Warning", "Zoom-in", "Zoom-out", "Fire", "Gift", "Grab", "Share", "Sparkles", "Video-stop", "Minimize", "Employee", "Money-bag", "Suitcase", "Google", "Fast-forward", "Fast-rewind", "Skip-next", "Skip-previous", "TestGorilla", "Switch-tab"];
|
|
2
|
-
export declare const tgoRebrandIcons: readonly ["Device-rotate-in-line", "Archive-filled", "Archive-in-line", "Add-in-line", "Add-filled", "Arrow-chevron-down-filled", "Arrow-chevron-down-in-line", "Arrow-chevron-left-filled", "Arrow-chevron-left-in-line", "Arrow-chevron-right-filled", "Arrow-chevron-right-in-line", "Arrow-chevron-up-filled", "Arrow-chevron-up-in-line", "Arrow-down-filled", "Arrow-down-in-line", "Arrow-up-filled", "Arrow-up-in-line", "Assessment-filled", "Assessment-in-line", "Attach-filled", "Attach-in-line", "Attempts-filled", "Attempts-in-line", "Book-filled", "Book-in-line", "Bookmark-filled", "Bookmark-in-line", "Calendar-filled", "Calendar-in-line", "Candidates-filled", "Candidates-in-line", "Chat-filled", "Chat-in-line", "Check-filled", "Check-in-line", "Check-small-in-line", "Check-small-filled", "Check-round-filled", "Check-round-in-line", "Circle-filled", "Circle-in-line", "Clone-filled", "Clone-in-line", "Close-filled", "Close-in-line", "Code-filled", "Code-in-line", "Company-filled", "Company-in-line", "Copy-filled", "Copy-in-line", "Credit-filled", "Credit-in-line", "Credit-card-filled", "Credit-card-in-line", "Delete-filled", "Delete-in-line", "Devices-filled", "Devices-in-line", "Document-filled", "Document-in-line", "Dot-filled", "Dot-in-line", "Download-filled", "Download-in-line", "Edit-filled", "Edit-in-line", "Edit-text-filled", "Edit-text-in-line", "Employee-filled", "Employee-in-line", "Error-filled", "Error-in-line", "Essay-filled", "Essay-in-line", "Experience-filled", "Experience-in-line", "Facebook-filled", "Facebook-in-line", "Fast-forward-filled", "Fast-forward-in-line", "Fast-rewind-filled", "Fast-rewind-in-line", "Filter-filled", "Filter-in-line", "Fire-filled", "Fire-in-line", "Flag-filled", "Flag-in-line", "Folder-filled", "Folder-in-line", "Full-screen-filled", "Full-screen-in-line", "Gender-male-filled", "Gender-male-in-line", "Gender-female-filled", "Gender-female-in-line", "Gift-filled", "Gift-in-line", "Google-filled", "Google-in-line", "Grab-filled", "Grab-in-line", "Help-filled", "Help-in-line", "Hide-filled", "Hide-in-line", "Image-filled", "Image-in-line", "Info-filled", "Info-in-line", "Instagram-filled", "Instagram-in-line", "Integration-filled", "Integration-in-line", "Invite-filled", "Invite-in-line", "ID-verified-filled", "ID-verified-in-line", "ID-not-verified-filled", "ID-not-verified-in-line", "ID-failed-filled", "ID-failed-in-line", "Language-filled", "Language-in-line", "Layout-filled", "Layout-in-line", "Learn-filled", "Learn-in-line", "Level-filled", "Level-in-line", "Light-bulb-filled", "Light-bulb-in-line", "Link-filled", "Link-in-line", "Linkedin-filled", "Linkedin-in-line", "Localization-filled", "Localization-in-line", "Location-filled", "Location-in-line", "Lock-filled", "Lock-in-line", "Logout-filled", "Logout-in-line", "Medal-filled", "Medal-in-line", "Menu-burger-filled", "Menu-burger-in-line", "Menu-close-filled", "Menu-close-in-line", "Menu-ellipsis-filled", "Menu-ellipsis-in-line", "Menu-open-filled", "Menu-open-in-line", "Mic-filled", "Mic-in-line", "Microsoft-filled", "Microsoft-in-line", "Minimize-filled", "Minimize-in-line", "Minus-filled", "Minus-in-line", "Mouse-filled", "Mouse-in-line", "Multi-choice-filled", "Multi-choice-in-line", "Notification-bell-filled", "Notification-bell-in-line", "Open-lock-filled", "Open-lock-in-line", "Open-in-new-filled", "Open-in-new-in-line", "Password-filled", "Password-in-line", "Path-filled", "Path-in-line", "Pause-filled", "Pause-in-line", "Pin-marker-filled", "Pin-marker-in-line", "Plan-billing-filled", "Plan-billing-in-line", "Play-filled", "Play-in-line", "Plus-filled", "Plus-in-line", "Premium-filled", "Premium-in-line", "Premium-circle-in-line", "Question-count-filled", "Question-count-in-line", "Question-filled", "Question-in-line", "Record-filled", "Record-in-line", "Reject-filled", "Refer-in-line", "Refer-filled", "Reject-in-line", "Reset-filled", "Reset-in-line", "Review-emoji-1-filled", "Review-emoji-1-in-line", "Review-emoji-2-filled", "Review-emoji-2-in-line", "Review-emoji-3-filled", "Review-emoji-3-in-line", "Review-emoji-4-filled", "Review-emoji-4-in-line", "Review-emoji-5-filled", "Review-emoji-5-in-line", "Review-filled", "Review-half-star-filled", "Review-half-star-in-line", "Review-in-line", "Review-star-filled", "Review-star-in-line", "Search-filled", "Search-in-line", "Secure-filled", "Secure-in-line", "Send-filled", "Send-in-line", "Settings-filled", "Settings-in-line", "Share-filled", "Share-in-line", "Skip-next-filled", "Skip-next-in-line", "Skip-previous-filled", "Skip-previous-in-line", "Sparkle-filled", "Sparkle-in-line", "Speedometer-filled", "Speedometer-in-line", "Star-filled", "Star-in-line", "Stop-filled", "Stop-in-line", "Switch-filled", "Switch-in-line", "Sync-filled", "Sync-in-line", "Tag-filled", "Tag-in-line", "Team-filled", "Team-in-line", "Test-filled", "Test-in-line", "Thumb-down-in-line", "Thumb-down-filled", "Thumb-up-in-line", "Thumb-up-filled", "Timer-filled", "Timer-in-line", "Trophy-filled", "Trophy-in-line", "Type-filled", "Type-in-line", "Unarchive-filled", "Unarchive-in-line", "Unlock-filled", "Unlock-in-line", "Upgrade-filled", "Upgrade-in-line", "Upload-filled", "Upload-in-line", "User-access-filled", "User-access-in-line", "User-add-filled", "User-add-in-line", "User-profile-filled", "User-profile-in-line", "Video-filled", "Video-in-line", "View-filled", "View-in-line", "Volume-filled", "Volume-in-line", "Warning-filled", "Warning-in-line", "Validated-filled", "Validated-in-line", "Verified-badge-filled", "Verified-badge-in-line", "Zoom-in-filled", "Zoom-in-in-line", "Zoom-out-filled", "Zoom-out-in-line", "Analytics-filled", "Analytics-in-line", "Failed-to-load-filled", "Failed-to-load-in-line", "History-filled", "History-in-line", "TestGorilla-filled", "TestGorilla-in-line", "TestGorilla-Pink-filled", "TestGorilla-Pink-in-line", "Pencil-to-gorilla-in-line", "Pencil-to-gorilla-filled", "Switch-tab-in-line", "Switch-tab-filled", "Close-round-in-line", "Close-round-filled"];
|
|
3
|
-
export declare const groupedIcons: {
|
|
4
|
-
directional: string[];
|
|
5
|
-
assessment: string[];
|
|
6
|
-
status: string[];
|
|
7
|
-
social: string[];
|
|
8
|
-
actions: string[];
|
|
9
|
-
communication: string[];
|
|
10
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { tgoIcons, tgoRebrandIcons } from './icon.config';
|
|
2
|
-
type TgoIcons = (typeof tgoIcons)[number];
|
|
3
|
-
type TgoRebrandIcons = (typeof tgoRebrandIcons)[number];
|
|
4
|
-
export type IconSize = '16' | '24' | '40' | '80';
|
|
5
|
-
export type IconName = TgoRebrandIcons | TgoIcons | '';
|
|
6
|
-
export type IconColor = string;
|
|
7
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IconsService {
|
|
3
|
-
private _loadedIcons;
|
|
4
|
-
addIcon(icon: any): void;
|
|
5
|
-
isIconLoaded(icon: any): boolean;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconsService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<IconsService>;
|
|
8
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { IconName, IconSize } from '@testgorilla/tgo-ui/components/icon';
|
|
2
|
-
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IconLabelComponent {
|
|
5
|
-
private readonly defaultAppTheme;
|
|
6
|
-
/**
|
|
7
|
-
* Icon size
|
|
8
|
-
*
|
|
9
|
-
* @type {IconSize}
|
|
10
|
-
* @memberof IconLabelComponent
|
|
11
|
-
*/
|
|
12
|
-
iconSize: IconSize;
|
|
13
|
-
/**
|
|
14
|
-
* Icon name
|
|
15
|
-
*
|
|
16
|
-
* @type {IconName}
|
|
17
|
-
* @memberof IconLabelComponent
|
|
18
|
-
*/
|
|
19
|
-
iconName: IconName;
|
|
20
|
-
/**
|
|
21
|
-
* Label
|
|
22
|
-
*
|
|
23
|
-
* @memberof IconLabelComponent
|
|
24
|
-
*/
|
|
25
|
-
text: string;
|
|
26
|
-
/**
|
|
27
|
-
* Icon color
|
|
28
|
-
*
|
|
29
|
-
* @type {IconColor}
|
|
30
|
-
* @memberof IconLabelComponent
|
|
31
|
-
*/
|
|
32
|
-
iconColor?: string | undefined;
|
|
33
|
-
/**
|
|
34
|
-
* Indent between icon and label
|
|
35
|
-
*
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof IconLabelComponent
|
|
38
|
-
*/
|
|
39
|
-
iconIndent?: string | undefined;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* Defines the application theme
|
|
43
|
-
*
|
|
44
|
-
* @type {ApplicationTheme}
|
|
45
|
-
* @memberof IconLabelComponent
|
|
46
|
-
*/
|
|
47
|
-
applicationTheme: ApplicationTheme;
|
|
48
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconLabelComponent, [{ optional: true; }]>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconLabelComponent, "ui-icon-label", never, { "iconSize": { "alias": "iconSize"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "text": { "alias": "text"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconIndent": { "alias": "iconIndent"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
|
|
51
|
-
}
|