@testgorilla/tgo-ui 7.13.2 → 8.0.0
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 +71 -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 +168 -5
- package/components/audio-waveform/index.d.ts +71 -5
- package/components/autocomplete/index.d.ts +414 -3
- package/components/autocomplete-v2/index.d.ts +219 -5
- package/components/avatar/index.d.ts +108 -5
- package/components/badge/index.d.ts +143 -5
- package/components/breadcrumb/index.d.ts +62 -5
- package/components/button/index.d.ts +327 -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 +359 -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 +103 -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 +205 -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 +60 -5
- package/components/phone-input/index.d.ts +179 -3
- package/components/popover/index.d.ts +35 -5
- package/components/progress-bar/index.d.ts +86 -5
- package/components/prompt/index.d.ts +106 -5
- package/components/radial-progress/index.d.ts +111 -5
- package/components/radio-button/index.d.ts +220 -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-navigation/index.d.ts +112 -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 +126 -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 +40 -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 +25 -25
- 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-v2.mjs +78 -80
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs +21 -25
- 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 +12 -12
- 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 +46 -48
- 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 +19 -21
- 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 +11 -11
- 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 +8 -8
- 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 +17 -17
- 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 +31 -31
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs +8 -8
- 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 +10 -10
- 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-navigation.mjs +33 -33
- package/fesm2022/testgorilla-tgo-ui-components-side-navigation.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs +14 -14
- 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 +36 -13
- 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 +21 -21
- 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 +8 -8
- 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/mcp/catalog.json +1 -1
- package/package.json +42 -41
- 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 -61
- 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 -145
- package/components/alert-banner/alert-banner.component.module.d.ts +0 -12
- package/components/alert-banner/alert-banner.model.d.ts +0 -8
- 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/autocomplete-v2/autocomplete-overflow-detect.directive.d.ts +0 -21
- package/components/autocomplete-v2/autocomplete-v2-filter.service.d.ts +0 -24
- package/components/autocomplete-v2/autocomplete-v2-utils.d.ts +0 -18
- package/components/autocomplete-v2/autocomplete-v2-value-manager.d.ts +0 -27
- package/components/autocomplete-v2/autocomplete-v2.component.d.ts +0 -120
- package/components/autocomplete-v2/autocomplete-v2.model.d.ts +0 -12
- package/components/autocomplete-v2/infinite-scroll.directive.d.ts +0 -21
- package/components/autocomplete-v2/public-api.d.ts +0 -7
- package/components/avatar/avatar.component.d.ts +0 -68
- 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 -91
- 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 -267
- 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 -8
- 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/directives/index.d.ts +0 -2
- package/components/core/directives/prevent-input.directive.d.ts +0 -7
- package/components/core/directives/select-text.directive.d.ts +0 -10
- 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/pipes/includes.pipe.d.ts +0 -7
- package/components/core/pipes/index.d.ts +0 -2
- package/components/core/pipes/transform-item.pipe.d.ts +0 -8
- package/components/core/public-api.d.ts +0 -26
- package/components/core/screen-breakpoints.model.d.ts +0 -5
- 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 -23
- 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 -46
- 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 -32
- 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 -73
- 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 -87
- 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 -198
- 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-navigation/public-api.d.ts +0 -3
- package/components/side-navigation/side-navigation.component.d.ts +0 -75
- package/components/side-navigation/side-navigation.component.module.d.ts +0 -15
- package/components/side-navigation/side-navigation.model.d.ts +0 -20
- 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 -26
- 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 -82
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* the SelectTextDirective provides a dynamic way to highlight or style specific text within an element.
|
|
5
|
-
*/
|
|
6
|
-
export declare class SelectTextDirective implements OnChanges {
|
|
7
|
-
private el;
|
|
8
|
-
selectText: string | null;
|
|
9
|
-
constructor(el: ElementRef);
|
|
10
|
-
/**
|
|
11
|
-
* this method utilizes setTimeout to defer the execution until the next tick of the event loop.
|
|
12
|
-
* The text content of the element is modified by wrapping occurrences of the specified selectText with a <span> element,
|
|
13
|
-
* applying a bold font-weight style.
|
|
14
|
-
*/
|
|
15
|
-
private setTextColor;
|
|
16
|
-
ngOnChanges(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectTextDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectTextDirective, "[selectText]", never, { "selectText": { "alias": "selectText"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
|
-
}
|
|
@@ -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,21 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AutocompleteOverflowDetectDirective implements AfterViewInit, OnDestroy {
|
|
4
|
-
measureContainer: import("@angular/core").InputSignal<HTMLElement | undefined>;
|
|
5
|
-
itemSelector: import("@angular/core").InputSignal<string>;
|
|
6
|
-
reserveWidth: import("@angular/core").InputSignal<number>;
|
|
7
|
-
visibleCount: import("@angular/core").WritableSignal<number>;
|
|
8
|
-
overflowCount: import("@angular/core").WritableSignal<number>;
|
|
9
|
-
hasMeasured: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
-
tagMaxWidth: import("@angular/core").WritableSignal<number | null>;
|
|
11
|
-
private resizeObserver;
|
|
12
|
-
private rafId;
|
|
13
|
-
private readonly el;
|
|
14
|
-
private readonly ngZone;
|
|
15
|
-
ngAfterViewInit(): void;
|
|
16
|
-
setupObserver(containerSelector: string): void;
|
|
17
|
-
measure(): void;
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteOverflowDetectDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutocompleteOverflowDetectDirective, "[uiAutocompleteOverflowDetect]", ["autocompleteOverflowDetect"], { "measureContainer": { "alias": "measureContainer"; "required": false; "isSignal": true; }; "itemSelector": { "alias": "itemSelector"; "required": false; "isSignal": true; }; "reserveWidth": { "alias": "reserveWidth"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject, Observable, ReplaySubject } from 'rxjs';
|
|
3
|
-
import { AutocompleteGroup } from './autocomplete-v2.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AutocompleteFilterService<T extends Record<string, any> = Record<string, any>> implements OnDestroy {
|
|
6
|
-
readonly textField: import("@angular/core").WritableSignal<string>;
|
|
7
|
-
readonly flatItems: import("@angular/core").WritableSignal<T[]>;
|
|
8
|
-
readonly groupsList: import("@angular/core").WritableSignal<AutocompleteGroup<T>[]>;
|
|
9
|
-
readonly suggestions: import("@angular/core").WritableSignal<T[]>;
|
|
10
|
-
readonly searchText$: BehaviorSubject<string>;
|
|
11
|
-
readonly userInput$: ReplaySubject<string>;
|
|
12
|
-
readonly isSearching$: Observable<boolean>;
|
|
13
|
-
private readonly dynamicSource$;
|
|
14
|
-
private isDynamicMode;
|
|
15
|
-
filteredItems$: Observable<T[] | null>;
|
|
16
|
-
readonly filteredGroupedItems$: Observable<any[] | null>;
|
|
17
|
-
readonly filteredSuggestions$: Observable<T[] | null>;
|
|
18
|
-
search(text: string, minChars: number): void;
|
|
19
|
-
clearSearch(): void;
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
setDynamicResults(list: T[] | null, loading: boolean): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteFilterService<any>, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AutocompleteFilterService<any>>;
|
|
24
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
type Item = Record<string, unknown>;
|
|
2
|
-
export declare class AutocompleteV2Utils {
|
|
3
|
-
static transformDisplayValue<T extends Item>(value: T | null | undefined, textField: string): string;
|
|
4
|
-
static filterItems<T extends Item>(items: T[], inputValue: string, textField: string): T[];
|
|
5
|
-
static filterGroupedItems<T extends Item>(groups: {
|
|
6
|
-
groupName: string;
|
|
7
|
-
items: T[];
|
|
8
|
-
}[], inputValue: string, textField: string): {
|
|
9
|
-
groupName: string;
|
|
10
|
-
items: T[];
|
|
11
|
-
filteredItems: T[];
|
|
12
|
-
}[];
|
|
13
|
-
static excludeSuggestions<T extends Item>(items: T[], excludeItems: T[], valueField: string): T[];
|
|
14
|
-
static createValueItem<T extends Item>(value: T | string, textField: string, valueField: string): T;
|
|
15
|
-
static findDuplicate<T extends Item>(items: T[], selectedValue: T, lookupKey: string): T | undefined;
|
|
16
|
-
static isArray(value: unknown): value is unknown[];
|
|
17
|
-
}
|
|
18
|
-
export {};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { AutocompleteType } from './autocomplete-v2.model';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AutocompleteValueManager<T extends Record<string, any> = Record<string, any>> {
|
|
4
|
-
readonly type: import("@angular/core").WritableSignal<AutocompleteType>;
|
|
5
|
-
readonly textField: import("@angular/core").WritableSignal<string>;
|
|
6
|
-
readonly valueField: import("@angular/core").WritableSignal<string>;
|
|
7
|
-
readonly compareWith: import("@angular/core").WritableSignal<((a: T, b: T) => boolean) | undefined>;
|
|
8
|
-
readonly value: import("@angular/core").WritableSignal<T | T[] | null>;
|
|
9
|
-
readonly isSingle: import("@angular/core").Signal<boolean>;
|
|
10
|
-
readonly displayValue: import("@angular/core").Signal<string>;
|
|
11
|
-
private onChangeFn;
|
|
12
|
-
private onTouchedFn;
|
|
13
|
-
registerOnChange(fn: (value: T | T[] | null) => void): void;
|
|
14
|
-
registerOnTouched(fn: () => void): void;
|
|
15
|
-
notifyChange(): void;
|
|
16
|
-
markAsTouched(): void;
|
|
17
|
-
writeValue(v: T | T[] | null): void;
|
|
18
|
-
addValue(newValue: T): void;
|
|
19
|
-
/**
|
|
20
|
-
* Removes `option` from the value array.
|
|
21
|
-
* Returns the found item (so the caller can deselect the mat-option), or undefined if not found.
|
|
22
|
-
*/
|
|
23
|
-
removeValue(option: T): T | undefined;
|
|
24
|
-
clear(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteValueManager<any>, never>;
|
|
26
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AutocompleteValueManager<any>>;
|
|
27
|
-
}
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
2
|
-
import { AfterViewInit, DoCheck, ElementRef, OnDestroy } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
4
|
-
import { MatAutocomplete, MatAutocompleteSelectedEvent, MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
5
|
-
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
6
|
-
import { AutocompleteFilterService } from './autocomplete-v2-filter.service';
|
|
7
|
-
import { AutocompleteV2Utils } from './autocomplete-v2-utils';
|
|
8
|
-
import { AutocompleteValueManager } from './autocomplete-v2-value-manager';
|
|
9
|
-
import { Autocomplete, AutocompleteSize, AutocompleteType } from './autocomplete-v2.model';
|
|
10
|
-
import { AutocompleteOverflowDetectDirective } from './autocomplete-overflow-detect.directive';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export interface AutocompleteGroup<T extends Record<string, any> = Record<string, any>> {
|
|
13
|
-
groupName: string;
|
|
14
|
-
items: T[];
|
|
15
|
-
}
|
|
16
|
-
export declare class AutocompleteV2Component<T extends Record<string, any> = Record<string, any>> implements ControlValueAccessor, AfterViewInit, DoCheck, OnDestroy {
|
|
17
|
-
itemsList: import("@angular/core").InputSignal<T[]>;
|
|
18
|
-
suggestionsList: import("@angular/core").InputSignal<T[]>;
|
|
19
|
-
groupsList: import("@angular/core").InputSignal<AutocompleteGroup<T>[]>;
|
|
20
|
-
disabled: import("@angular/core").InputSignal<boolean>;
|
|
21
|
-
allowAdd: import("@angular/core").InputSignal<boolean>;
|
|
22
|
-
textField: import("@angular/core").InputSignal<string>;
|
|
23
|
-
valueField: import("@angular/core").InputSignal<string>;
|
|
24
|
-
imageField: import("@angular/core").InputSignal<string>;
|
|
25
|
-
label: import("@angular/core").InputSignal<string>;
|
|
26
|
-
placeholder: import("@angular/core").InputSignal<string>;
|
|
27
|
-
type: import("@angular/core").InputSignal<AutocompleteType>;
|
|
28
|
-
minCharactersSearch: import("@angular/core").InputSignal<number>;
|
|
29
|
-
variant: import("@angular/core").InputSignal<"autocomplete" | "dropdown">;
|
|
30
|
-
showBottomContent: import("@angular/core").InputSignal<boolean>;
|
|
31
|
-
required: import("@angular/core").InputSignal<boolean | undefined>;
|
|
32
|
-
virtualScroll: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
33
|
-
compareWith: import("@angular/core").InputSignal<((a: T, b: T) => boolean) | undefined>;
|
|
34
|
-
dropdownPanelClass: import("@angular/core").InputSignal<string>;
|
|
35
|
-
closeOnScroll: import("@angular/core").InputSignal<boolean>;
|
|
36
|
-
size: import("@angular/core").InputSignal<AutocompleteSize>;
|
|
37
|
-
allowUserInput: import("@angular/core").InputSignal<boolean>;
|
|
38
|
-
clearable: import("@angular/core").InputSignal<boolean>;
|
|
39
|
-
maxLength: import("@angular/core").InputSignal<number | undefined>;
|
|
40
|
-
dynamicFilterLoading: import("@angular/core").InputSignal<boolean>;
|
|
41
|
-
dynamicFilteredList: import("@angular/core").InputSignal<T[] | null>;
|
|
42
|
-
infiniteScroll: import("@angular/core").InputSignal<boolean>;
|
|
43
|
-
hasMoreOptionsForInfiniteScroll: import("@angular/core").InputSignal<boolean>;
|
|
44
|
-
itemValue: import("@angular/core").InputSignal<T | T[] | null>;
|
|
45
|
-
formErrorConfig: import("@angular/core").InputSignal<Record<string, string>>;
|
|
46
|
-
errors: import("@angular/core").InputSignal<string[]>;
|
|
47
|
-
selectionChange: import("@angular/core").OutputEmitterRef<T | T[]>;
|
|
48
|
-
searchTextChange: import("@angular/core").OutputEmitterRef<string>;
|
|
49
|
-
blur: import("@angular/core").OutputEmitterRef<void>;
|
|
50
|
-
focus: import("@angular/core").OutputEmitterRef<void>;
|
|
51
|
-
scrollViewportBottomReached: import("@angular/core").OutputEmitterRef<void>;
|
|
52
|
-
scrollViewportBottomReachedFiltered: import("@angular/core").OutputEmitterRef<void>;
|
|
53
|
-
formFieldElement: ElementRef<HTMLElement>;
|
|
54
|
-
tagContainer: ElementRef<HTMLElement>;
|
|
55
|
-
protected measureElRef?: ElementRef<HTMLElement>;
|
|
56
|
-
overflowDir?: AutocompleteOverflowDetectDirective;
|
|
57
|
-
autocomplete: MatAutocompleteTrigger;
|
|
58
|
-
set cdkViewport(viewport: CdkVirtualScrollViewport);
|
|
59
|
-
matAutocomplete: MatAutocomplete;
|
|
60
|
-
matInput: ElementRef<HTMLInputElement>;
|
|
61
|
-
protected readonly valueManager: AutocompleteValueManager<T>;
|
|
62
|
-
protected readonly filterService: AutocompleteFilterService<T>;
|
|
63
|
-
private readonly scrollManager;
|
|
64
|
-
private readonly cdr;
|
|
65
|
-
private readonly focusMonitor;
|
|
66
|
-
private readonly destroyRef;
|
|
67
|
-
private readonly ngZone;
|
|
68
|
-
readonly ngControl: NgControl | null;
|
|
69
|
-
protected readonly applicationTheme: ApplicationTheme;
|
|
70
|
-
protected inputValue: import("@angular/core").WritableSignal<string>;
|
|
71
|
-
protected isInputFocus: import("@angular/core").WritableSignal<boolean>;
|
|
72
|
-
protected autocompleteType: typeof Autocomplete;
|
|
73
|
-
/** Flat list for default (ungrouped) rendering and virtual scroll */
|
|
74
|
-
protected flatItemsList: import("@angular/core").Signal<T[]>;
|
|
75
|
-
/** Grouped list — only used when isGrouped is true */
|
|
76
|
-
protected groupedItemsList: import("@angular/core").Signal<{
|
|
77
|
-
groupName: string;
|
|
78
|
-
items: T[];
|
|
79
|
-
}[]>;
|
|
80
|
-
protected _isDisabled: import("@angular/core").WritableSignal<boolean>;
|
|
81
|
-
protected translationContext: string;
|
|
82
|
-
protected readonly utils: typeof AutocompleteV2Utils;
|
|
83
|
-
protected keyboardFocused: import("@angular/core").WritableSignal<boolean>;
|
|
84
|
-
protected isAlreadyAdded: import("@angular/core").Signal<boolean>;
|
|
85
|
-
protected showClearButton: import("@angular/core").Signal<any>;
|
|
86
|
-
protected safeErrors: import("@angular/core").Signal<string[]>;
|
|
87
|
-
private controlInvalid;
|
|
88
|
-
protected hasError: import("@angular/core").Signal<boolean>;
|
|
89
|
-
protected hiddenItemsTooltip: import("@angular/core").Signal<string>;
|
|
90
|
-
constructor();
|
|
91
|
-
/**
|
|
92
|
-
* Used to mark component view as dirty when touched programmatically with markAsTouched/markAllAsTouched or errors
|
|
93
|
-
* to display validation errors that might happen (e.g. required)
|
|
94
|
-
*/
|
|
95
|
-
ngDoCheck(): void;
|
|
96
|
-
ngAfterViewInit(): void;
|
|
97
|
-
ngOnDestroy(): void;
|
|
98
|
-
registerOnChange(fn: any): void;
|
|
99
|
-
registerOnTouched(fn: any): void;
|
|
100
|
-
setDisabledState(isDisabled: boolean): void;
|
|
101
|
-
writeValue(value: T | T[] | null): void;
|
|
102
|
-
protected get isGrouped(): boolean;
|
|
103
|
-
protected onOptionSelected(event: MatAutocompleteSelectedEvent): void;
|
|
104
|
-
protected onOptionRemoved(option: T): void;
|
|
105
|
-
protected onInputChange(event: Event): void;
|
|
106
|
-
protected onClear(): void;
|
|
107
|
-
protected onBlur(): void;
|
|
108
|
-
protected onPanelOpened(): void;
|
|
109
|
-
protected onScrollBottom(): void;
|
|
110
|
-
protected onFocus(): void;
|
|
111
|
-
private onUpdate;
|
|
112
|
-
protected get isDropdown(): boolean;
|
|
113
|
-
protected onChevronClick(autocomplete: MatAutocomplete): void;
|
|
114
|
-
protected trackByFn: (index: number, value: string) => string;
|
|
115
|
-
protected trackByItem: (_index: number, item: T) => any;
|
|
116
|
-
onKeydown($event: KeyboardEvent): void;
|
|
117
|
-
protected getVirtualScrollHeight(itemCount: number): number;
|
|
118
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteV2Component<any>, never>;
|
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteV2Component<any>, "ui-autocomplete-v2", never, { "itemsList": { "alias": "itemsList"; "required": false; "isSignal": true; }; "suggestionsList": { "alias": "suggestionsList"; "required": false; "isSignal": true; }; "groupsList": { "alias": "groupsList"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "allowAdd": { "alias": "allowAdd"; "required": false; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "imageField": { "alias": "imageField"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "minCharactersSearch": { "alias": "minCharactersSearch"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": true; "isSignal": true; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; "isSignal": true; }; "compareWith": { "alias": "compareWith"; "required": false; "isSignal": true; }; "dropdownPanelClass": { "alias": "dropdownPanelClass"; "required": false; "isSignal": true; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "allowUserInput": { "alias": "allowUserInput"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; "dynamicFilterLoading": { "alias": "dynamicFilterLoading"; "required": false; "isSignal": true; }; "dynamicFilteredList": { "alias": "dynamicFilteredList"; "required": false; "isSignal": true; }; "infiniteScroll": { "alias": "infiniteScroll"; "required": false; "isSignal": true; }; "hasMoreOptionsForInfiniteScroll": { "alias": "hasMoreOptionsForInfiniteScroll"; "required": false; "isSignal": true; }; "itemValue": { "alias": "itemValue"; "required": false; "isSignal": true; }; "formErrorConfig": { "alias": "formErrorConfig"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; }, { "selectionChange": "selectionChange"; "searchTextChange": "searchTextChange"; "blur": "blur"; "focus": "focus"; "scrollViewportBottomReached": "scrollViewportBottomReached"; "scrollViewportBottomReachedFiltered": "scrollViewportBottomReachedFiltered"; }, never, never, true, never>;
|
|
120
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export type AutocompleteType = 'single' | 'multi' | 'large';
|
|
2
|
-
export declare enum Autocomplete {
|
|
3
|
-
SINGLE = "single",
|
|
4
|
-
MULTI = "multi",
|
|
5
|
-
LARGE = "large"
|
|
6
|
-
}
|
|
7
|
-
export declare enum DropdownVariation {
|
|
8
|
-
AUTOCOMPLETE = "autocomplete",
|
|
9
|
-
DROPDOWN = "dropdown"
|
|
10
|
-
}
|
|
11
|
-
export type DropdownVariationType = `${DropdownVariation}`;
|
|
12
|
-
export type AutocompleteSize = 'small' | 'medium';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
3
|
-
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class InfiniteScrollDirective implements OnDestroy {
|
|
6
|
-
private viewport;
|
|
7
|
-
private scrollSub;
|
|
8
|
-
private destroyRef;
|
|
9
|
-
private scrollListener;
|
|
10
|
-
enabled: boolean;
|
|
11
|
-
closeOnScroll: boolean;
|
|
12
|
-
panelTrigger: MatAutocompleteTrigger | null;
|
|
13
|
-
onBottomReached: (() => void) | null;
|
|
14
|
-
attachViewport(viewport: CdkVirtualScrollViewport | undefined): void;
|
|
15
|
-
detachViewport(): void;
|
|
16
|
-
scrollToTop(): void;
|
|
17
|
-
startCloseOnScroll(): void;
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InfiniteScrollDirective, never>;
|
|
20
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<InfiniteScrollDirective>;
|
|
21
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './autocomplete-v2.component';
|
|
2
|
-
export * from './autocomplete-v2.model';
|
|
3
|
-
export { AutocompleteV2Utils } from './autocomplete-v2-utils';
|
|
4
|
-
export { AutocompleteValueManager } from './autocomplete-v2-value-manager';
|
|
5
|
-
export { AutocompleteFilterService } from './autocomplete-v2-filter.service';
|
|
6
|
-
export { AutocompleteOverflowDetectDirective } from './autocomplete-overflow-detect.directive';
|
|
7
|
-
export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
3
|
-
import { AvatarSize, AvatarSizeType, BackgroundAvatarColorType } from './avatar.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AvatarComponent {
|
|
6
|
-
private readonly defaultAppTheme;
|
|
7
|
-
/**
|
|
8
|
-
* Input property for specifying the size of the avatar.
|
|
9
|
-
* @type {AvatarSize}
|
|
10
|
-
* @default AvatarSize.SMALL
|
|
11
|
-
* @memberof AvatarComponent
|
|
12
|
-
*/
|
|
13
|
-
size: AvatarSizeType;
|
|
14
|
-
/**
|
|
15
|
-
* Input property for specifying the URL of the image to display in the avatar.
|
|
16
|
-
* @type {string}
|
|
17
|
-
* @memberof AvatarComponent
|
|
18
|
-
*/
|
|
19
|
-
imageUrl: string;
|
|
20
|
-
/**
|
|
21
|
-
* Input property for specifying the initials to display in the avatar.
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof AvatarComponent
|
|
24
|
-
*/
|
|
25
|
-
name: string;
|
|
26
|
-
/**
|
|
27
|
-
* Input property for specifying the tooltip text for edit.
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof AvatarComponent
|
|
30
|
-
*/
|
|
31
|
-
tooltipText: string;
|
|
32
|
-
/**
|
|
33
|
-
* Input property that makes avatar editable.
|
|
34
|
-
* @type {boolean}
|
|
35
|
-
* @memberof AvatarComponent
|
|
36
|
-
*/
|
|
37
|
-
allowEdit: boolean;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* Defines the application theme where
|
|
41
|
-
*
|
|
42
|
-
* @type {ApplicationTheme}
|
|
43
|
-
* @memberof AvatarComponent
|
|
44
|
-
*/
|
|
45
|
-
applicationTheme: ApplicationTheme;
|
|
46
|
-
/**
|
|
47
|
-
*
|
|
48
|
-
* Defines the background color
|
|
49
|
-
*
|
|
50
|
-
* @type {BackgroundAvatarColorType}
|
|
51
|
-
* @memberof AvatarComponent
|
|
52
|
-
*/
|
|
53
|
-
set backgroundColor(colorName: BackgroundAvatarColorType);
|
|
54
|
-
/**
|
|
55
|
-
* Event emitted when the edit button is clicked.
|
|
56
|
-
* @type {Event}
|
|
57
|
-
* @memberof AvatarComponent
|
|
58
|
-
*/
|
|
59
|
-
editClick: EventEmitter<Event>;
|
|
60
|
-
protected backgroundAvatarColor: string;
|
|
61
|
-
protected readonly iconSize: Record<string, import("@testgorilla/tgo-ui/components/icon").IconSize>;
|
|
62
|
-
protected readonly avatarSize: typeof AvatarSize;
|
|
63
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
64
|
-
protected handleImageError(): void;
|
|
65
|
-
protected onEditClick(event: Event): void;
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, [{ optional: true; }]>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ui-avatar", never, { "size": { "alias": "size"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "name": { "alias": "name"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "allowEdit": { "alias": "allowEdit"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, { "editClick": "editClick"; }, never, never, false, never>;
|
|
68
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./avatar.component";
|
|
3
|
-
import * as i2 from "./name-initials.pipe";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@testgorilla/tgo-ui/components/icon";
|
|
6
|
-
import * as i5 from "@angular/material/tooltip";
|
|
7
|
-
import * as i6 from "@testgorilla/tgo-ui/components/button";
|
|
8
|
-
import * as i7 from "@testgorilla/tgo-ui/components/core";
|
|
9
|
-
export declare class AvatarComponentModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponentModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarComponentModule, [typeof i1.AvatarComponent, typeof i2.NameInitialsPipe], [typeof i3.CommonModule, typeof i4.IconComponentModule, typeof i5.MatTooltipModule, typeof i6.ButtonComponentModule, typeof i7.UiTranslatePipe], [typeof i1.AvatarComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarComponentModule>;
|
|
13
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IconSize } from '@testgorilla/tgo-ui/components/icon';
|
|
2
|
-
export declare enum AvatarSize {
|
|
3
|
-
SMALL = "small",
|
|
4
|
-
SMALL_MEDIUM = "smallMedium",
|
|
5
|
-
MEDIUM = "medium",
|
|
6
|
-
MEDIUM_LARGE = "mediumLarge",
|
|
7
|
-
LARGE = "large"
|
|
8
|
-
}
|
|
9
|
-
export type AvatarSizeType = `${AvatarSize}`;
|
|
10
|
-
export declare const iconSize: Record<string, IconSize>;
|
|
11
|
-
export declare enum AvatarBackgroundColor {
|
|
12
|
-
PINK = "#FFE6FA",
|
|
13
|
-
BLUE = "#D9E8FF",
|
|
14
|
-
GREEN = "#D4F2C3",
|
|
15
|
-
ORANGE = "#FFE1B3",
|
|
16
|
-
RED = "#FFAC9A"
|
|
17
|
-
}
|
|
18
|
-
export type BackgroundAvatarColorType = 'red' | 'blue' | 'green' | 'orange' | 'pink';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NameInitialsPipe implements PipeTransform {
|
|
4
|
-
transform(value: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NameInitialsPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<NameInitialsPipe, "nameInitials", false>;
|
|
7
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
2
|
-
import { IconColor, IconName } from '@testgorilla/tgo-ui/components/icon';
|
|
3
|
-
import { BadgeColor, BadgeVariant, BadgeVariantEnum, RebrandBadgeColor } from './badge.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BadgeComponent {
|
|
6
|
-
private readonly defaultAppTheme;
|
|
7
|
-
/**
|
|
8
|
-
* The label to be displayed on the badge.
|
|
9
|
-
* @type {string}
|
|
10
|
-
* @memberof BadgeComponent
|
|
11
|
-
*/
|
|
12
|
-
label: string;
|
|
13
|
-
/**
|
|
14
|
-
* A static label always displayed after the main label, never truncated.
|
|
15
|
-
* Intended for short suffixes (max 4 chars, e.g. "100%").
|
|
16
|
-
* When the main label is truncated, the tooltip shows both labels in full.
|
|
17
|
-
* @type {string}
|
|
18
|
-
* @memberof BadgeComponent
|
|
19
|
-
*/
|
|
20
|
-
staticLabel: string;
|
|
21
|
-
/**
|
|
22
|
-
* The icon name to be displayed on the badge.
|
|
23
|
-
* @type {IconName}
|
|
24
|
-
* @memberof BadgeComponent
|
|
25
|
-
*/
|
|
26
|
-
icon: IconName;
|
|
27
|
-
/**
|
|
28
|
-
* Override color for the leading icon. Accepts any value the `ui-icon`
|
|
29
|
-
* `color` input accepts (named token, hex, or CSS custom property).
|
|
30
|
-
* When unset, falls back to the auto-derived color based on the badge background.
|
|
31
|
-
*/
|
|
32
|
-
iconColor: import("@angular/core").InputSignal<string | undefined>;
|
|
33
|
-
/**
|
|
34
|
-
* Optional trailing icon, rendered after the label/static label on the primary variant.
|
|
35
|
-
*/
|
|
36
|
-
trailingIcon: import("@angular/core").InputSignal<IconName>;
|
|
37
|
-
/**
|
|
38
|
-
* Override color for the trailing icon. Accepts any value the `ui-icon`
|
|
39
|
-
* `color` input accepts (named token, hex, or CSS custom property).
|
|
40
|
-
* When unset, falls back to the auto-derived color based on the badge background.
|
|
41
|
-
*/
|
|
42
|
-
trailingIconColor: import("@angular/core").InputSignal<string | undefined>;
|
|
43
|
-
/**
|
|
44
|
-
* The color of the badge. Defaults to 'petrol'.
|
|
45
|
-
* @type {BadgeColor}
|
|
46
|
-
* @memberof BadgeComponent
|
|
47
|
-
*/
|
|
48
|
-
color: BadgeColor;
|
|
49
|
-
/**
|
|
50
|
-
* The variant of the badge. Defaults to 'primary'.
|
|
51
|
-
* @type {BadgeVariant}
|
|
52
|
-
* @memberof BadgeComponent
|
|
53
|
-
*/
|
|
54
|
-
variant: BadgeVariant;
|
|
55
|
-
/**
|
|
56
|
-
* The amount of notifications to be displayed on the badge.
|
|
57
|
-
* @type {number}
|
|
58
|
-
* @memberof BadgeComponent
|
|
59
|
-
*/
|
|
60
|
-
notificationsAmount: number;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* Defines the application theme
|
|
64
|
-
*
|
|
65
|
-
* @type {ApplicationTheme}
|
|
66
|
-
* @memberof BadgeComponent
|
|
67
|
-
*/
|
|
68
|
-
applicationTheme: ApplicationTheme;
|
|
69
|
-
/**
|
|
70
|
-
* The color of the badge on new theme. Defaults to 'brand'.
|
|
71
|
-
* @type {RebrandBadgeColor}
|
|
72
|
-
* @memberof BadgeComponent
|
|
73
|
-
*/
|
|
74
|
-
rebrandColor: RebrandBadgeColor;
|
|
75
|
-
truncateLabel: boolean;
|
|
76
|
-
/**
|
|
77
|
-
* Whether to enable the animation when label changes from empty to having content.
|
|
78
|
-
* @type {boolean}
|
|
79
|
-
* @memberof BadgeComponent
|
|
80
|
-
*/
|
|
81
|
-
enableAnimation: boolean;
|
|
82
|
-
protected badgeVariant: typeof BadgeVariantEnum;
|
|
83
|
-
private darkColors;
|
|
84
|
-
constructor(defaultAppTheme: ApplicationTheme);
|
|
85
|
-
protected get autoIconColor(): IconColor;
|
|
86
|
-
protected get resolvedIconColor(): IconColor;
|
|
87
|
-
protected get resolvedTrailingIconColor(): IconColor;
|
|
88
|
-
protected get isClassicTheme(): boolean;
|
|
89
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, [{ optional: true; }]>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "ui-badge", never, { "label": { "alias": "label"; "required": false; }; "staticLabel": { "alias": "staticLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; "isSignal": true; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; "isSignal": true; }; "trailingIconColor": { "alias": "trailingIconColor"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "notificationsAmount": { "alias": "notificationsAmount"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "rebrandColor": { "alias": "rebrandColor"; "required": false; }; "truncateLabel": { "alias": "truncateLabel"; "required": false; }; "enableAnimation": { "alias": "enableAnimation"; "required": false; }; }, {}, never, never, false, never>;
|
|
91
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./badge.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@testgorilla/tgo-ui/components/icon";
|
|
5
|
-
import * as i4 from "@angular/material/tooltip";
|
|
6
|
-
export declare class BadgeComponentModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponentModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BadgeComponentModule, [typeof i1.BadgeComponent], [typeof i2.CommonModule, typeof i3.IconComponentModule, typeof i4.MatTooltipModule], [typeof i1.BadgeComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BadgeComponentModule>;
|
|
10
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export type BadgeVariant = 'primary' | 'secondary' | 'notification' | 'primary-ai' | 'secondary-ai';
|
|
2
|
-
export type BadgeColor = 'red' | 'grey-medium' | 'teal' | 'yellow' | 'petrol' | 'teal-60w' | 'petrol-90w' | 'petrol-60w' | 'grey-dark' | 'blue-20' | 'blue-40' | 'pink-30' | 'blue-10';
|
|
3
|
-
export declare enum BadgeColorEnum {
|
|
4
|
-
RED = "red",
|
|
5
|
-
GREY_MEDIUM = "grey-medium",
|
|
6
|
-
TEAL = "teal",
|
|
7
|
-
YELLOW = "yellow",
|
|
8
|
-
PETROL = "petrol",
|
|
9
|
-
TEAL_60W = "teal-60w",
|
|
10
|
-
PETROL_90W = "petrol-90w",
|
|
11
|
-
PETROL_60W = "petrol-60w",
|
|
12
|
-
GREY_DARK = "grey-dark",
|
|
13
|
-
BLUE_20 = "blue-20",
|
|
14
|
-
BLUE_40 = "blue-40"
|
|
15
|
-
}
|
|
16
|
-
export type RebrandBadgeColor = 'success' | 'warning' | 'negative' | 'info' | 'brand' | 'neutral' | 'blue-20' | 'blue-40' | 'pink-30' | 'blue-10' | 'grey-10' | 'grey-20' | 'grey-30';
|
|
17
|
-
export declare enum RebrandBadgeColorEnum {
|
|
18
|
-
SUCCESS = "success",
|
|
19
|
-
WARNING = "warning",
|
|
20
|
-
NEGATIVE = "negative",
|
|
21
|
-
INFO = "info",
|
|
22
|
-
BRAND = "brand",
|
|
23
|
-
NEUTRAL = "neutral",
|
|
24
|
-
BLUE_40 = "blue-40",
|
|
25
|
-
BLUE_20 = "blue-20",
|
|
26
|
-
PINK_30 = "pink-30",
|
|
27
|
-
BLUE_10 = "blue-10",
|
|
28
|
-
GREY_30 = "grey-30",
|
|
29
|
-
GREY_20 = "grey-20",
|
|
30
|
-
GREY_10 = "grey-10"
|
|
31
|
-
}
|
|
32
|
-
export declare enum BadgeVariantEnum {
|
|
33
|
-
PRIMARY = "primary",
|
|
34
|
-
PRIMARY_AI = "primary-ai",
|
|
35
|
-
SECONDARY = "secondary",
|
|
36
|
-
SECONDARY_AI = "secondary-ai",
|
|
37
|
-
NOTIFICATION = "notification"
|
|
38
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy, EventEmitter, Injector } from '@angular/core';
|
|
2
|
-
import { BreadcrumbItem, BreadcrumbSize } from './breadcrumb.model';
|
|
3
|
-
import { ElementRef } from '@angular/core';
|
|
4
|
-
import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
|
|
5
|
-
import { OverflowMenuButtonsType } from '@testgorilla/tgo-ui/components/overflow-menu';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class BreadcrumbComponent implements AfterViewInit, OnDestroy {
|
|
8
|
-
private readonly parentInjector;
|
|
9
|
-
size: import("@angular/core").InputSignal<BreadcrumbSize>;
|
|
10
|
-
items: import("@angular/core").InputSignal<BreadcrumbItem[]>;
|
|
11
|
-
applicationTheme: import("@angular/core").InputSignal<ApplicationTheme>;
|
|
12
|
-
includeBackButton: import("@angular/core").InputSignal<boolean>;
|
|
13
|
-
isLoading: import("@angular/core").InputSignal<boolean>;
|
|
14
|
-
numberOfLoadingItems: import("@angular/core").InputSignal<number>;
|
|
15
|
-
maxItemLength: import("@angular/core").InputSignal<number>;
|
|
16
|
-
selectItem: EventEmitter<string>;
|
|
17
|
-
backButtonClickEvent: EventEmitter<Event>;
|
|
18
|
-
loadingItems: import("@angular/core").Signal<any[]>;
|
|
19
|
-
isOverflowing: import("@angular/core").WritableSignal<boolean>;
|
|
20
|
-
visibleItems: import("@angular/core").WritableSignal<BreadcrumbItem[]>;
|
|
21
|
-
overflowItems: import("@angular/core").WritableSignal<BreadcrumbItem[]>;
|
|
22
|
-
overflowButtonItems: import("@angular/core").Signal<OverflowMenuButtonsType[]>;
|
|
23
|
-
shouldTruncateLastItem: import("@angular/core").WritableSignal<boolean>;
|
|
24
|
-
breadcrumbContainer: ElementRef<HTMLElement>;
|
|
25
|
-
private resizeObserver?;
|
|
26
|
-
private itemsInOverflow;
|
|
27
|
-
private previousLoadingState?;
|
|
28
|
-
private injector;
|
|
29
|
-
constructor(parentInjector: Injector);
|
|
30
|
-
ngAfterViewInit(): void;
|
|
31
|
-
ngOnDestroy(): void;
|
|
32
|
-
private calculateItemDistribution;
|
|
33
|
-
private handleOverflow;
|
|
34
|
-
private tryReduceOverflow;
|
|
35
|
-
private updateItemArrays;
|
|
36
|
-
private resetToAllVisible;
|
|
37
|
-
private setupResizeObserver;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "ui-breadcrumb", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; "includeBackButton": { "alias": "includeBackButton"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "numberOfLoadingItems": { "alias": "numberOfLoadingItems"; "required": false; "isSignal": true; }; "maxItemLength": { "alias": "maxItemLength"; "required": false; "isSignal": true; }; }, { "selectItem": "selectItem"; "backButtonClickEvent": "backButtonClickEvent"; }, never, never, false, never>;
|
|
40
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./breadcrumb.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@testgorilla/tgo-ui/components/icon";
|
|
5
|
-
import * as i4 from "@angular/material/tooltip";
|
|
6
|
-
import * as i5 from "@testgorilla/tgo-ui/components/overflow-menu";
|
|
7
|
-
import * as i6 from "@testgorilla/tgo-ui/components/button";
|
|
8
|
-
import * as i7 from "@testgorilla/tgo-ui/components/skeleton";
|
|
9
|
-
import * as i8 from "@testgorilla/tgo-ui/components/core";
|
|
10
|
-
export declare class BreadcrumbComponentModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponentModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbComponentModule, [typeof i1.BreadcrumbComponent], [typeof i2.CommonModule, typeof i3.IconComponentModule, typeof i4.MatTooltipModule, typeof i5.OverflowMenuComponentModule, typeof i6.ButtonComponentModule, typeof i7.SkeletonComponent, typeof i8.UiTranslatePipe, typeof i8.TruncatePipe], [typeof i1.BreadcrumbComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbComponentModule>;
|
|
14
|
-
}
|