@tedi-design-system/angular 3.0.0-rc.1
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/README.md +44 -0
- package/community/components/cards/accordion/accordion/accordion.component.d.ts +22 -0
- package/community/components/cards/accordion/accordion/accordion.component.d.ts.map +1 -0
- package/community/components/cards/accordion/accordion-icon/accordion-icon.component.d.ts +7 -0
- package/community/components/cards/accordion/accordion-icon/accordion-icon.component.d.ts.map +1 -0
- package/community/components/cards/accordion/accordion-item/accordion-item.component.d.ts +20 -0
- package/community/components/cards/accordion/accordion-item/accordion-item.component.d.ts.map +1 -0
- package/community/components/cards/accordion/accordion-item-content/accordion-item-content.component.d.ts +12 -0
- package/community/components/cards/accordion/accordion-item-content/accordion-item-content.component.d.ts.map +1 -0
- package/community/components/cards/accordion/accordion-item-header/accordion-item-header.component.d.ts +42 -0
- package/community/components/cards/accordion/accordion-item-header/accordion-item-header.component.d.ts.map +1 -0
- package/community/components/cards/accordion/index.d.ts +6 -0
- package/community/components/cards/accordion/index.d.ts.map +1 -0
- package/community/components/cards/card/card-colors.directive.d.ts +13 -0
- package/community/components/cards/card/card-colors.directive.d.ts.map +1 -0
- package/community/components/cards/card/card-content/card-content.component.d.ts +25 -0
- package/community/components/cards/card/card-content/card-content.component.d.ts.map +1 -0
- package/community/components/cards/card/card-header/card-header.component.d.ts +14 -0
- package/community/components/cards/card/card-header/card-header.component.d.ts.map +1 -0
- package/community/components/cards/card/card-padding.directive.d.ts +21 -0
- package/community/components/cards/card/card-padding.directive.d.ts.map +1 -0
- package/community/components/cards/card/card-row/card-row.component.d.ts +11 -0
- package/community/components/cards/card/card-row/card-row.component.d.ts.map +1 -0
- package/community/components/cards/card/card.component.d.ts +30 -0
- package/community/components/cards/card/card.component.d.ts.map +1 -0
- package/community/components/cards/card/index.d.ts +7 -0
- package/community/components/cards/card/index.d.ts.map +1 -0
- package/community/components/cards/index.d.ts +3 -0
- package/community/components/cards/index.d.ts.map +1 -0
- package/community/components/form/checkbox/checkbox/checkbox.component.d.ts +38 -0
- package/community/components/form/checkbox/checkbox/checkbox.component.d.ts.map +1 -0
- package/community/components/form/checkbox/checkbox-card-group/checkbox-card-group.component.d.ts +22 -0
- package/community/components/form/checkbox/checkbox-card-group/checkbox-card-group.component.d.ts.map +1 -0
- package/community/components/form/checkbox/checkbox-group/checkbox-group.component.d.ts +23 -0
- package/community/components/form/checkbox/checkbox-group/checkbox-group.component.d.ts.map +1 -0
- package/community/components/form/checkbox/index.d.ts +4 -0
- package/community/components/form/checkbox/index.d.ts.map +1 -0
- package/community/components/form/choicegroup/choicegroup.directive.d.ts +11 -0
- package/community/components/form/choicegroup/choicegroup.directive.d.ts.map +1 -0
- package/community/components/form/file-dropzone/constants.d.ts +13 -0
- package/community/components/form/file-dropzone/constants.d.ts.map +1 -0
- package/community/components/form/file-dropzone/file-dropzone.component.d.ts +133 -0
- package/community/components/form/file-dropzone/file-dropzone.component.d.ts.map +1 -0
- package/community/components/form/file-dropzone/file.service.d.ts +25 -0
- package/community/components/form/file-dropzone/file.service.d.ts.map +1 -0
- package/community/components/form/file-dropzone/index.d.ts +2 -0
- package/community/components/form/file-dropzone/index.d.ts.map +1 -0
- package/community/components/form/file-dropzone/types.d.ts +23 -0
- package/community/components/form/file-dropzone/types.d.ts.map +1 -0
- package/community/components/form/file-dropzone/utils.d.ts +7 -0
- package/community/components/form/file-dropzone/utils.d.ts.map +1 -0
- package/community/components/form/form-field/form-field.component.d.ts +6 -0
- package/community/components/form/form-field/form-field.component.d.ts.map +1 -0
- package/community/components/form/index.d.ts +11 -0
- package/community/components/form/index.d.ts.map +1 -0
- package/community/components/form/input/input.component.d.ts +19 -0
- package/community/components/form/input/input.component.d.ts.map +1 -0
- package/community/components/form/input-group/input-group.component.d.ts +38 -0
- package/community/components/form/input-group/input-group.component.d.ts.map +1 -0
- package/community/components/form/radio/index.d.ts +4 -0
- package/community/components/form/radio/index.d.ts.map +1 -0
- package/community/components/form/radio/radio/radio.component.d.ts +27 -0
- package/community/components/form/radio/radio/radio.component.d.ts.map +1 -0
- package/community/components/form/radio/radio-card-group/radio-card-group.component.d.ts +9 -0
- package/community/components/form/radio/radio-card-group/radio-card-group.component.d.ts.map +1 -0
- package/community/components/form/radio/radio-group/radio-group.component.d.ts +37 -0
- package/community/components/form/radio/radio-group/radio-group.component.d.ts.map +1 -0
- package/community/components/form/search/search.component.d.ts +115 -0
- package/community/components/form/search/search.component.d.ts.map +1 -0
- package/community/components/form/select/index.d.ts +4 -0
- package/community/components/form/select/index.d.ts.map +1 -0
- package/community/components/form/select/multiselect.component.d.ts +108 -0
- package/community/components/form/select/multiselect.component.d.ts.map +1 -0
- package/community/components/form/select/select-option.component.d.ts +26 -0
- package/community/components/form/select/select-option.component.d.ts.map +1 -0
- package/community/components/form/select/select.component.d.ts +77 -0
- package/community/components/form/select/select.component.d.ts.map +1 -0
- package/community/components/form/textarea/textarea.component.d.ts +17 -0
- package/community/components/form/textarea/textarea.component.d.ts.map +1 -0
- package/community/components/navigation/breadcrumbs/breadcrumbs.component.d.ts +48 -0
- package/community/components/navigation/breadcrumbs/breadcrumbs.component.d.ts.map +1 -0
- package/community/components/navigation/index.d.ts +4 -0
- package/community/components/navigation/index.d.ts.map +1 -0
- package/community/components/navigation/pagination/pagination-page/pagination-page.component.d.ts +10 -0
- package/community/components/navigation/pagination/pagination-page/pagination-page.component.d.ts.map +1 -0
- package/community/components/navigation/pagination/pagination.component.d.ts +20 -0
- package/community/components/navigation/pagination/pagination.component.d.ts.map +1 -0
- package/community/components/navigation/pagination/pagination.utils.d.ts +2 -0
- package/community/components/navigation/pagination/pagination.utils.d.ts.map +1 -0
- package/community/components/navigation/tabs/index.d.ts +4 -0
- package/community/components/navigation/tabs/index.d.ts.map +1 -0
- package/community/components/navigation/tabs/tab/tab.component.d.ts +21 -0
- package/community/components/navigation/tabs/tab/tab.component.d.ts.map +1 -0
- package/community/components/navigation/tabs/tab-content/tab-content.component.d.ts +9 -0
- package/community/components/navigation/tabs/tab-content/tab-content.component.d.ts.map +1 -0
- package/community/components/navigation/tabs/tabs.component.d.ts +19 -0
- package/community/components/navigation/tabs/tabs.component.d.ts.map +1 -0
- package/community/components/overlay/dropdown/dropdown-trigger/dropdown-trigger.directive.d.ts +20 -0
- package/community/components/overlay/dropdown/dropdown-trigger/dropdown-trigger.directive.d.ts.map +1 -0
- package/community/components/overlay/dropdown/dropdown.component.d.ts +20 -0
- package/community/components/overlay/dropdown/dropdown.component.d.ts.map +1 -0
- package/community/components/overlay/dropdown-item/dropdown-item.component.d.ts +35 -0
- package/community/components/overlay/dropdown-item/dropdown-item.component.d.ts.map +1 -0
- package/community/components/overlay/index.d.ts +5 -0
- package/community/components/overlay/index.d.ts.map +1 -0
- package/community/components/overlay/modal/footer/modal-footer.component.d.ts +23 -0
- package/community/components/overlay/modal/footer/modal-footer.component.d.ts.map +1 -0
- package/community/components/overlay/modal/header/modal-header.component.d.ts +15 -0
- package/community/components/overlay/modal/header/modal-header.component.d.ts.map +1 -0
- package/community/components/overlay/modal/index.d.ts +4 -0
- package/community/components/overlay/modal/index.d.ts.map +1 -0
- package/community/components/overlay/modal/modal.component.d.ts +23 -0
- package/community/components/overlay/modal/modal.component.d.ts.map +1 -0
- package/community/components/table/index.d.ts +2 -0
- package/community/components/table/index.d.ts.map +1 -0
- package/community/components/table/table-styles/table-styles.component.d.ts +11 -0
- package/community/components/table/table-styles/table-styles.component.d.ts.map +1 -0
- package/community/components/tags/index.d.ts +3 -0
- package/community/components/tags/index.d.ts.map +1 -0
- package/community/components/tags/status-badge/status-badge.component.d.ts +54 -0
- package/community/components/tags/status-badge/status-badge.component.d.ts.map +1 -0
- package/community/components/tags/tag/tag.component.d.ts +32 -0
- package/community/components/tags/tag/tag.component.d.ts.map +1 -0
- package/community/index.d.ts +7 -0
- package/community/index.d.ts.map +1 -0
- package/community/tedi-design-system-angular-community.d.ts.map +1 -0
- package/fesm2022/tedi-design-system-angular-community.mjs +2906 -0
- package/fesm2022/tedi-design-system-angular-community.mjs.map +1 -0
- package/fesm2022/tedi-design-system-angular-tedi.mjs +3135 -0
- package/fesm2022/tedi-design-system-angular-tedi.mjs.map +1 -0
- package/fesm2022/tedi-design-system-angular.mjs +6 -0
- package/fesm2022/tedi-design-system-angular.mjs.map +1 -0
- package/fonts/README.md +34 -0
- package/fonts/material-symbols-outlined.woff2 +0 -0
- package/fonts/material-symbols-rounded.woff2 +0 -0
- package/fonts/material-symbols-sharp.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-300-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-300.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-400-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-400.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-700-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-700.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-300-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-300.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-400-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-400.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-700-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-700.woff2 +0 -0
- package/fonts/roboto-v30-latin-300-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-300.woff2 +0 -0
- package/fonts/roboto-v30-latin-400-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-400.woff2 +0 -0
- package/fonts/roboto-v30-latin-700-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-700.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-300-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-300.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-400-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-400.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-700-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-700.woff2 +0 -0
- package/index.css +1 -0
- package/index.d.ts +6 -0
- package/package.json +76 -0
- package/public-api.d.ts +3 -0
- package/public-api.d.ts.map +1 -0
- package/tedi/components/base/icon/icon.component.d.ts +47 -0
- package/tedi/components/base/icon/icon.component.d.ts.map +1 -0
- package/tedi/components/base/index.d.ts +3 -0
- package/tedi/components/base/index.d.ts.map +1 -0
- package/tedi/components/base/text/text.component.d.ts +20 -0
- package/tedi/components/base/text/text.component.d.ts.map +1 -0
- package/tedi/components/buttons/button/button.component.d.ts +25 -0
- package/tedi/components/buttons/button/button.component.d.ts.map +1 -0
- package/tedi/components/buttons/closing-button/closing-button.component.d.ts +24 -0
- package/tedi/components/buttons/closing-button/closing-button.component.d.ts.map +1 -0
- package/tedi/components/buttons/collapse/collapse.component.d.ts +37 -0
- package/tedi/components/buttons/collapse/collapse.component.d.ts.map +1 -0
- package/tedi/components/buttons/index.d.ts +5 -0
- package/tedi/components/buttons/index.d.ts.map +1 -0
- package/tedi/components/buttons/info-button/info-button.component.d.ts +6 -0
- package/tedi/components/buttons/info-button/info-button.component.d.ts.map +1 -0
- package/tedi/components/content/index.d.ts +3 -0
- package/tedi/components/content/index.d.ts.map +1 -0
- package/tedi/components/content/list/list.component.d.ts +18 -0
- package/tedi/components/content/list/list.component.d.ts.map +1 -0
- package/tedi/components/content/text-group/index.d.ts +4 -0
- package/tedi/components/content/text-group/index.d.ts.map +1 -0
- package/tedi/components/content/text-group/text-group-label.component.d.ts +6 -0
- package/tedi/components/content/text-group/text-group-label.component.d.ts.map +1 -0
- package/tedi/components/content/text-group/text-group-value.component.d.ts +6 -0
- package/tedi/components/content/text-group/text-group-value.component.d.ts.map +1 -0
- package/tedi/components/content/text-group/text-group.component.d.ts +30 -0
- package/tedi/components/content/text-group/text-group.component.d.ts.map +1 -0
- package/tedi/components/form/feedback-text/feedback-text.component.d.ts +25 -0
- package/tedi/components/form/feedback-text/feedback-text.component.d.ts.map +1 -0
- package/tedi/components/form/index.d.ts +5 -0
- package/tedi/components/form/index.d.ts.map +1 -0
- package/tedi/components/form/label/label.component.d.ts +18 -0
- package/tedi/components/form/label/label.component.d.ts.map +1 -0
- package/tedi/components/form/number-field/number-field.component.d.ts +86 -0
- package/tedi/components/form/number-field/number-field.component.d.ts.map +1 -0
- package/tedi/components/form/toggle/toggle.component.d.ts +61 -0
- package/tedi/components/form/toggle/toggle.component.d.ts.map +1 -0
- package/tedi/components/helpers/grid/col/col.component.d.ts +37 -0
- package/tedi/components/helpers/grid/col/col.component.d.ts.map +1 -0
- package/tedi/components/helpers/grid/index.d.ts +3 -0
- package/tedi/components/helpers/grid/index.d.ts.map +1 -0
- package/tedi/components/helpers/grid/row/row.component.d.ts +60 -0
- package/tedi/components/helpers/grid/row/row.component.d.ts.map +1 -0
- package/tedi/components/helpers/index.d.ts +4 -0
- package/tedi/components/helpers/index.d.ts.map +1 -0
- package/tedi/components/helpers/separator/separator.component.d.ts +57 -0
- package/tedi/components/helpers/separator/separator.component.d.ts.map +1 -0
- package/tedi/components/helpers/timeline/index.d.ts +5 -0
- package/tedi/components/helpers/timeline/index.d.ts.map +1 -0
- package/tedi/components/helpers/timeline/timeline-description/timeline-description.component.d.ts +6 -0
- package/tedi/components/helpers/timeline/timeline-description/timeline-description.component.d.ts.map +1 -0
- package/tedi/components/helpers/timeline/timeline-item/timeline-item.component.d.ts +19 -0
- package/tedi/components/helpers/timeline/timeline-item/timeline-item.component.d.ts.map +1 -0
- package/tedi/components/helpers/timeline/timeline-title/timeline-title.component.d.ts +6 -0
- package/tedi/components/helpers/timeline/timeline-title/timeline-title.component.d.ts.map +1 -0
- package/tedi/components/helpers/timeline/timeline.component.d.ts +12 -0
- package/tedi/components/helpers/timeline/timeline.component.d.ts.map +1 -0
- package/tedi/components/index.d.ts +11 -0
- package/tedi/components/index.d.ts.map +1 -0
- package/tedi/components/layout/footer/footer-body/footer-body.component.d.ts +9 -0
- package/tedi/components/layout/footer/footer-body/footer-body.component.d.ts.map +1 -0
- package/tedi/components/layout/footer/footer-bottom/footer-bottom.component.d.ts +19 -0
- package/tedi/components/layout/footer/footer-bottom/footer-bottom.component.d.ts.map +1 -0
- package/tedi/components/layout/footer/footer-section/footer-section.component.d.ts +26 -0
- package/tedi/components/layout/footer/footer-section/footer-section.component.d.ts.map +1 -0
- package/tedi/components/layout/footer/footer-side/footer-side.component.d.ts +21 -0
- package/tedi/components/layout/footer/footer-side/footer-side.component.d.ts.map +1 -0
- package/tedi/components/layout/footer/footer.component.d.ts +9 -0
- package/tedi/components/layout/footer/footer.component.d.ts.map +1 -0
- package/tedi/components/layout/footer/index.d.ts +6 -0
- package/tedi/components/layout/footer/index.d.ts.map +1 -0
- package/tedi/components/layout/header/header-actions/header-actions.component.d.ts +6 -0
- package/tedi/components/layout/header/header-actions/header-actions.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-content/header-content.component.d.ts +6 -0
- package/tedi/components/layout/header/header-content/header-content.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-language/header-language.component.d.ts +25 -0
- package/tedi/components/layout/header/header-language/header-language.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-login/header-login.component.d.ts +14 -0
- package/tedi/components/layout/header/header-login/header-login.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-logout/header-logout.component.d.ts +10 -0
- package/tedi/components/layout/header/header-logout/header-logout.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-profile/header-profile.component.d.ts +20 -0
- package/tedi/components/layout/header/header-profile/header-profile.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-role/header-role.component.d.ts +40 -0
- package/tedi/components/layout/header/header-role/header-role.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header.component.d.ts +6 -0
- package/tedi/components/layout/header/header.component.d.ts.map +1 -0
- package/tedi/components/layout/header/index.d.ts +9 -0
- package/tedi/components/layout/header/index.d.ts.map +1 -0
- package/tedi/components/layout/index.d.ts +4 -0
- package/tedi/components/layout/index.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/index.d.ts +9 -0
- package/tedi/components/layout/sidenav/index.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown/sidenav-dropdown.component.d.ts +15 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown/sidenav-dropdown.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown-group/sidenav-dropdown-group.component.d.ts +6 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown-group/sidenav-dropdown-group.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.d.ts +20 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-group-title/sidenav-group-title.component.d.ts +6 -0
- package/tedi/components/layout/sidenav/sidenav-group-title/sidenav-group-title.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-item/sidenav-item.component.d.ts +37 -0
- package/tedi/components/layout/sidenav/sidenav-item/sidenav-item.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-overlay/sidenav-overlay.component.d.ts +10 -0
- package/tedi/components/layout/sidenav/sidenav-overlay/sidenav-overlay.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-toggle/sidenav-toggle.component.d.ts +13 -0
- package/tedi/components/layout/sidenav/sidenav-toggle/sidenav-toggle.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav.component.d.ts +30 -0
- package/tedi/components/layout/sidenav/sidenav.component.d.ts.map +1 -0
- package/tedi/components/loader/index.d.ts +2 -0
- package/tedi/components/loader/index.d.ts.map +1 -0
- package/tedi/components/loader/spinner/spinner.component.d.ts +24 -0
- package/tedi/components/loader/spinner/spinner.component.d.ts.map +1 -0
- package/tedi/components/navigation/index.d.ts +2 -0
- package/tedi/components/navigation/index.d.ts.map +1 -0
- package/tedi/components/navigation/link/link.component.d.ts +42 -0
- package/tedi/components/navigation/link/link.component.d.ts.map +1 -0
- package/tedi/components/notifications/alert/alert.component.d.ts +64 -0
- package/tedi/components/notifications/alert/alert.component.d.ts.map +1 -0
- package/tedi/components/notifications/index.d.ts +2 -0
- package/tedi/components/notifications/index.d.ts.map +1 -0
- package/tedi/components/overlay/index.d.ts +3 -0
- package/tedi/components/overlay/index.d.ts.map +1 -0
- package/tedi/components/overlay/popover/index.d.ts +4 -0
- package/tedi/components/overlay/popover/index.d.ts.map +1 -0
- package/tedi/components/overlay/popover/popover-content/popover-content.component.d.ts +25 -0
- package/tedi/components/overlay/popover/popover-content/popover-content.component.d.ts.map +1 -0
- package/tedi/components/overlay/popover/popover-trigger/popover-trigger.component.d.ts +10 -0
- package/tedi/components/overlay/popover/popover-trigger/popover-trigger.component.d.ts.map +1 -0
- package/tedi/components/overlay/popover/popover.component.d.ts +44 -0
- package/tedi/components/overlay/popover/popover.component.d.ts.map +1 -0
- package/tedi/components/overlay/tooltip/index.d.ts +4 -0
- package/tedi/components/overlay/tooltip/index.d.ts.map +1 -0
- package/tedi/components/overlay/tooltip/tooltip-content.component.d.ts +21 -0
- package/tedi/components/overlay/tooltip/tooltip-content.component.d.ts.map +1 -0
- package/tedi/components/overlay/tooltip/tooltip-trigger.component.d.ts +11 -0
- package/tedi/components/overlay/tooltip/tooltip-trigger.component.d.ts.map +1 -0
- package/tedi/components/overlay/tooltip/tooltip.component.d.ts +48 -0
- package/tedi/components/overlay/tooltip/tooltip.component.d.ts.map +1 -0
- package/tedi/directives/hide-at/hide-at.directive.d.ts +11 -0
- package/tedi/directives/hide-at/hide-at.directive.d.ts.map +1 -0
- package/tedi/directives/index.d.ts +4 -0
- package/tedi/directives/index.d.ts.map +1 -0
- package/tedi/directives/show-at/show-at.directive.d.ts +11 -0
- package/tedi/directives/show-at/show-at.directive.d.ts.map +1 -0
- package/tedi/directives/vertical-spacing/index.d.ts +3 -0
- package/tedi/directives/vertical-spacing/index.d.ts.map +1 -0
- package/tedi/directives/vertical-spacing/vertical-spacing-item.directive.d.ts +13 -0
- package/tedi/directives/vertical-spacing/vertical-spacing-item.directive.d.ts.map +1 -0
- package/tedi/directives/vertical-spacing/vertical-spacing.directive.d.ts +13 -0
- package/tedi/directives/vertical-spacing/vertical-spacing.directive.d.ts.map +1 -0
- package/tedi/helpers/generate-uuid.d.ts +8 -0
- package/tedi/helpers/generate-uuid.d.ts.map +1 -0
- package/tedi/helpers/index.d.ts +2 -0
- package/tedi/helpers/index.d.ts.map +1 -0
- package/tedi/index.d.ts +6 -0
- package/tedi/index.d.ts.map +1 -0
- package/tedi/services/breakpoint/breakpoint.service.d.ts +28 -0
- package/tedi/services/breakpoint/breakpoint.service.d.ts.map +1 -0
- package/tedi/services/index.d.ts +4 -0
- package/tedi/services/index.d.ts.map +1 -0
- package/tedi/services/sidenav/sidenav.service.d.ts +20 -0
- package/tedi/services/sidenav/sidenav.service.d.ts.map +1 -0
- package/tedi/services/translation/translation.pipe.d.ts +10 -0
- package/tedi/services/translation/translation.pipe.d.ts.map +1 -0
- package/tedi/services/translation/translation.service.d.ts +16 -0
- package/tedi/services/translation/translation.service.d.ts.map +1 -0
- package/tedi/services/translation/translations.d.ts +538 -0
- package/tedi/services/translation/translations.d.ts.map +1 -0
- package/tedi/tedi-design-system-angular-tedi.d.ts.map +1 -0
- package/tedi/types/index.d.ts +2 -0
- package/tedi/types/index.d.ts.map +1 -0
- package/tedi/types/inputs.type.d.ts +5 -0
- package/tedi/types/inputs.type.d.ts.map +1 -0
- package/tedi-design-system-angular.d.ts.map +1 -0
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { AfterContentChecked, ElementRef } from "@angular/core";
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import { InputSize, InputState } from "../input/input.component";
|
|
4
|
+
import { SelectOptionComponent } from "./select-option.component";
|
|
5
|
+
import { ComponentInputs, FeedbackTextComponent } from "@tedi-design-system/angular/tedi";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare enum specialOptionControls {
|
|
8
|
+
SELECT_ALL = "SELECT_ALL",
|
|
9
|
+
SELECTGROUP = "SELECTGROUP_"
|
|
10
|
+
}
|
|
11
|
+
export declare class MultiselectComponent implements AfterContentChecked, ControlValueAccessor {
|
|
12
|
+
/**
|
|
13
|
+
* The id of the select input (for label association).
|
|
14
|
+
* @default ""
|
|
15
|
+
*/
|
|
16
|
+
inputId: import("@angular/core").InputSignal<string>;
|
|
17
|
+
/**
|
|
18
|
+
* The label for the select input.
|
|
19
|
+
* @default ""
|
|
20
|
+
*/
|
|
21
|
+
label: import("@angular/core").InputSignal<string | undefined>;
|
|
22
|
+
/**
|
|
23
|
+
* Should show label as required?
|
|
24
|
+
* @default false
|
|
25
|
+
*/
|
|
26
|
+
required: import("@angular/core").InputSignal<boolean>;
|
|
27
|
+
/**
|
|
28
|
+
* The placeholder text to display when no option is selected.
|
|
29
|
+
* @default ""
|
|
30
|
+
*/
|
|
31
|
+
placeholder: import("@angular/core").InputSignal<string>;
|
|
32
|
+
/**
|
|
33
|
+
* The state of the input.
|
|
34
|
+
* @default "default"
|
|
35
|
+
*/
|
|
36
|
+
state: import("@angular/core").InputSignal<InputState>;
|
|
37
|
+
/**
|
|
38
|
+
* The size of the input.
|
|
39
|
+
* @default "default"
|
|
40
|
+
*/
|
|
41
|
+
size: import("@angular/core").InputSignal<InputSize>;
|
|
42
|
+
/**
|
|
43
|
+
* Whether the select should be rendered as a multi-row dropdown.
|
|
44
|
+
* @default false
|
|
45
|
+
*/
|
|
46
|
+
multiRow: import("@angular/core").InputSignal<boolean>;
|
|
47
|
+
/**
|
|
48
|
+
* Whether the selected labels show removing buttons.
|
|
49
|
+
* @default false
|
|
50
|
+
*/
|
|
51
|
+
clearableTags: import("@angular/core").InputSignal<boolean>;
|
|
52
|
+
/**
|
|
53
|
+
* Whether the select should allow selecting all options at once.
|
|
54
|
+
* @default false
|
|
55
|
+
*/
|
|
56
|
+
selectAll: import("@angular/core").InputSignal<boolean>;
|
|
57
|
+
/**
|
|
58
|
+
* Whether the select should allow selecting groups of options.
|
|
59
|
+
* @default false
|
|
60
|
+
*/
|
|
61
|
+
selectableGroups: import("@angular/core").InputSignal<boolean>;
|
|
62
|
+
/**
|
|
63
|
+
* Whether the clear button will be shown when an option is selected.
|
|
64
|
+
* @default true
|
|
65
|
+
*/
|
|
66
|
+
clearable: import("@angular/core").InputSignal<boolean>;
|
|
67
|
+
feedbackText: import("@angular/core").InputSignal<ComponentInputs<FeedbackTextComponent> | undefined>;
|
|
68
|
+
readonly specialOptionControls: typeof specialOptionControls;
|
|
69
|
+
isOpen: import("@angular/core").WritableSignal<boolean>;
|
|
70
|
+
selectedOptions: import("@angular/core").WritableSignal<readonly string[]>;
|
|
71
|
+
listboxRef: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
72
|
+
triggerRef: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
73
|
+
hostRef: ElementRef<any>;
|
|
74
|
+
options: import("@angular/core").Signal<readonly SelectOptionComponent[]>;
|
|
75
|
+
dropdownWidth: import("@angular/core").WritableSignal<number>;
|
|
76
|
+
disabled: import("@angular/core").WritableSignal<boolean>;
|
|
77
|
+
optionGroups: import("@angular/core").Signal<{
|
|
78
|
+
label: string;
|
|
79
|
+
options: SelectOptionComponent[];
|
|
80
|
+
}[]>;
|
|
81
|
+
onWindowResize(): void;
|
|
82
|
+
toggleIsOpen(value?: boolean): void;
|
|
83
|
+
handleValueChange(event: {
|
|
84
|
+
value: readonly string[];
|
|
85
|
+
}): void;
|
|
86
|
+
clear(event: Event): void;
|
|
87
|
+
focusListboxWhenVisible: import("@angular/core").EffectRef;
|
|
88
|
+
focusTrigger(): void;
|
|
89
|
+
isOptionSelected(option: string): boolean;
|
|
90
|
+
private setDropdownWidth;
|
|
91
|
+
allOptions: import("@angular/core").Signal<string[]>;
|
|
92
|
+
allOptionsSelected: import("@angular/core").Signal<boolean>;
|
|
93
|
+
toggleSelectAll(): void;
|
|
94
|
+
getLabel(value: string): string | undefined;
|
|
95
|
+
isGroupSelected(groupLabel: string): boolean;
|
|
96
|
+
toggleGroupSelection(groupLabel: string): void;
|
|
97
|
+
deselect(event: Event, value: string): void;
|
|
98
|
+
onChange: (value: readonly string[]) => void;
|
|
99
|
+
onTouched: () => void;
|
|
100
|
+
writeValue(value: readonly string[]): void;
|
|
101
|
+
registerOnChange(fn: (value: readonly string[]) => void): void;
|
|
102
|
+
registerOnTouched(fn: () => void): void;
|
|
103
|
+
setDisabledState(isDisabled: boolean): void;
|
|
104
|
+
ngAfterContentChecked(): void;
|
|
105
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiselectComponent, never>;
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectComponent, "tedi-multiselect", never, { "inputId": { "alias": "inputId"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "multiRow": { "alias": "multiRow"; "required": false; "isSignal": true; }; "clearableTags": { "alias": "clearableTags"; "required": false; "isSignal": true; }; "selectAll": { "alias": "selectAll"; "required": false; "isSignal": true; }; "selectableGroups": { "alias": "selectableGroups"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "feedbackText": { "alias": "feedbackText"; "required": false; "isSignal": true; }; }, {}, ["options"], never, true, never>;
|
|
107
|
+
}
|
|
108
|
+
//# sourceMappingURL=multiselect.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multiselect.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/form/select/multiselect.component.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,mBAAmB,EAKnB,UAAU,EASX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAEL,SAAS,EACT,UAAU,EACX,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,OAAO,EAEL,eAAe,EACf,qBAAqB,EAKtB,MAAM,kCAAkC,CAAC;;AAK1C,oBAAY,qBAAqB;IAC/B,UAAU,eAAe;IACzB,WAAW,iBAAiB;CAC7B;AAED,qBAmCa,oBACX,YAAW,mBAAmB,EAAE,oBAAoB;IAEpD;;;OAGG;IACH,OAAO,8CAA4B;IACnC;;;OAGG;IACH,KAAK,0DAAmB;IACxB;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,WAAW,8CAAqB;IAChC;;;OAGG;IACH,KAAK,kDAAgC;IACrC;;;OAGG;IACH,IAAI,iDAA+B;IACnC;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,aAAa,+CAAyB;IACtC;;;OAGG;IACH,SAAS,+CAAyB;IAClC;;;OAGG;IACH,gBAAgB,+CAAyB;IACzC;;;OAGG;IACH,SAAS,+CAAwB;IACjC,YAAY,0FAAmD;IAE/D,QAAQ,CAAC,qBAAqB,+BAAyB;IAEvD,MAAM,kDAAiB;IACvB,eAAe,4DAAiC;IAChD,UAAU,8DAA+C;IACzD,UAAU,8DAAqD;IAC/D,OAAO,kBAAsB;IAC7B,OAAO,mEAA0C;IACjD,aAAa,iDAAa;IAC1B,QAAQ,kDAAiB;IAEzB,YAAY;eACa,MAAM;iBAAW,qBAAqB,EAAE;SAU9D;IAGH,cAAc;IAId,YAAY,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI;IAWnC,iBAAiB,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,SAAS,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI;IAqB5D,KAAK,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAQzB,uBAAuB,oCAEpB;IAEH,YAAY,IAAI,IAAI;IAIpB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAIzC,OAAO,CAAC,gBAAgB;IAMxB,UAAU,2CAIP;IAEH,kBAAkB,0CAEf;IAEH,eAAe,IAAI,IAAI;IAOvB,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAK3C,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO;IAgB5C,oBAAoB,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IA0B9C,QAAQ,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAe3C,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,KAAK,IAAI,CAAY;IACxD,SAAS,EAAE,MAAM,IAAI,CAAY;IAEjC,UAAU,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,GAAG,IAAI;IAI1C,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,KAAK,IAAI,GAAG,IAAI;IAI9D,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C,qBAAqB,IAAI,IAAI;yCArPlB,oBAAoB;2CAApB,oBAAoB;CAwPhC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { TemplateRef } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SelectOptionComponent {
|
|
4
|
+
/**
|
|
5
|
+
* Value of the option
|
|
6
|
+
*/
|
|
7
|
+
value: import("@angular/core").InputSignal<string>;
|
|
8
|
+
/**
|
|
9
|
+
* Label of the option
|
|
10
|
+
*/
|
|
11
|
+
label: import("@angular/core").InputSignal<string>;
|
|
12
|
+
/**
|
|
13
|
+
* Whether the option is disabled
|
|
14
|
+
*/
|
|
15
|
+
disabled: import("@angular/core").InputSignal<boolean>;
|
|
16
|
+
/**
|
|
17
|
+
* Group the option belongs to
|
|
18
|
+
* This is used for grouping options in the dropdown.
|
|
19
|
+
* If not provided, the option will not be grouped.
|
|
20
|
+
*/
|
|
21
|
+
group: import("@angular/core").InputSignal<string | null>;
|
|
22
|
+
templateRef: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "tedi-select-option", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "group": { "alias": "group"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=select-option.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-option.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/form/select/select-option.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,WAAW,EAGZ,MAAM,eAAe,CAAC;;AAEvB,qBAQa,qBAAqB;IAChC;;OAEG;IACH,KAAK,8CAA4B;IACjC;;OAEG;IACH,KAAK,8CAA4B;IACjC;;OAEG;IACH,QAAQ,+CAAgB;IACxB;;;;OAIG;IACH,KAAK,qDAA8B;IAEnC,WAAW,+DAA0B;yCApB1B,qBAAqB;2CAArB,qBAAqB;CAqBjC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { AfterContentChecked, ElementRef } from "@angular/core";
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import { InputSize, InputState } from "../input/input.component";
|
|
4
|
+
import { SelectOptionComponent } from "./select-option.component";
|
|
5
|
+
import { ComponentInputs, FeedbackTextComponent } from "@tedi-design-system/angular/tedi";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class SelectComponent implements AfterContentChecked, ControlValueAccessor {
|
|
8
|
+
/**
|
|
9
|
+
* The id of the select input (for label association).
|
|
10
|
+
* @default ""
|
|
11
|
+
*/
|
|
12
|
+
inputId: import("@angular/core").InputSignal<string>;
|
|
13
|
+
/**
|
|
14
|
+
* The label for the select input.
|
|
15
|
+
* @default ""
|
|
16
|
+
*/
|
|
17
|
+
label: import("@angular/core").InputSignal<string | undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* Should show label as required?
|
|
20
|
+
* @default false
|
|
21
|
+
*/
|
|
22
|
+
required: import("@angular/core").InputSignal<boolean>;
|
|
23
|
+
/**
|
|
24
|
+
* The placeholder text to display when no option is selected.
|
|
25
|
+
* @default ""
|
|
26
|
+
*/
|
|
27
|
+
placeholder: import("@angular/core").InputSignal<string>;
|
|
28
|
+
/**
|
|
29
|
+
* The state of the input.
|
|
30
|
+
* @default "default"
|
|
31
|
+
*/
|
|
32
|
+
state: import("@angular/core").InputSignal<InputState>;
|
|
33
|
+
/**
|
|
34
|
+
* The size of the input.
|
|
35
|
+
* @default "default"
|
|
36
|
+
*/
|
|
37
|
+
size: import("@angular/core").InputSignal<InputSize>;
|
|
38
|
+
/**
|
|
39
|
+
* Whether the clear button will be shown when an option is selected.
|
|
40
|
+
* @default false
|
|
41
|
+
*/
|
|
42
|
+
clearable: import("@angular/core").InputSignal<boolean>;
|
|
43
|
+
feedbackText: import("@angular/core").InputSignal<ComponentInputs<FeedbackTextComponent> | undefined>;
|
|
44
|
+
isOpen: import("@angular/core").WritableSignal<boolean>;
|
|
45
|
+
selectedOptions: import("@angular/core").WritableSignal<readonly string[]>;
|
|
46
|
+
listboxRef: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
47
|
+
triggerRef: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
48
|
+
hostRef: ElementRef<any>;
|
|
49
|
+
options: import("@angular/core").Signal<readonly SelectOptionComponent[]>;
|
|
50
|
+
dropdownWidth: import("@angular/core").WritableSignal<number>;
|
|
51
|
+
disabled: import("@angular/core").WritableSignal<boolean>;
|
|
52
|
+
optionGroups: import("@angular/core").Signal<{
|
|
53
|
+
label: string;
|
|
54
|
+
options: SelectOptionComponent[];
|
|
55
|
+
}[]>;
|
|
56
|
+
ngAfterContentChecked(): void;
|
|
57
|
+
onWindowResize(): void;
|
|
58
|
+
toggleIsOpen(value?: boolean): void;
|
|
59
|
+
handleValueChange(event: {
|
|
60
|
+
value: readonly string[];
|
|
61
|
+
}): void;
|
|
62
|
+
clear(event: Event): void;
|
|
63
|
+
focusListboxWhenVisible: import("@angular/core").EffectRef;
|
|
64
|
+
focusTrigger(): void;
|
|
65
|
+
isOptionSelected(option: string): boolean;
|
|
66
|
+
selectedLabels: import("@angular/core").Signal<string[]>;
|
|
67
|
+
private setDropdownWidth;
|
|
68
|
+
onChange: (value: string | null) => void;
|
|
69
|
+
onTouched: () => void;
|
|
70
|
+
writeValue(value: string): void;
|
|
71
|
+
registerOnChange(fn: (value: string | null) => void): void;
|
|
72
|
+
registerOnTouched(fn: () => void): void;
|
|
73
|
+
setDisabledState(isDisabled: boolean): void;
|
|
74
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "tedi-select", never, { "inputId": { "alias": "inputId"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "feedbackText": { "alias": "feedbackText"; "required": false; "isSignal": true; }; }, {}, ["options"], never, true, never>;
|
|
76
|
+
}
|
|
77
|
+
//# sourceMappingURL=select.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/form/select/select.component.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,mBAAmB,EAKnB,UAAU,EASX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAEL,SAAS,EACT,UAAU,EACX,MAAM,0BAA0B,CAAC;AAElC,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAElE,OAAO,EAEL,eAAe,EACf,qBAAqB,EAKtB,MAAM,kCAAkC,CAAC;;AAG1C,qBAiCa,eACX,YAAW,mBAAmB,EAAE,oBAAoB;IAEpD;;;OAGG;IACH,OAAO,8CAA4B;IACnC;;;OAGG;IACH,KAAK,0DAAmB;IACxB;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,WAAW,8CAAqB;IAChC;;;OAGG;IACH,KAAK,kDAAgC;IACrC;;;OAGG;IACH,IAAI,iDAA+B;IACnC;;;OAGG;IACH,SAAS,+CAAwB;IACjC,YAAY,0FAAmD;IAE/D,MAAM,kDAAiB;IACvB,eAAe,4DAAiC;IAChD,UAAU,8DAA+C;IACzD,UAAU,8DAAqD;IAC/D,OAAO,kBAAsB;IAC7B,OAAO,mEAA0C;IACjD,aAAa,iDAAa;IAC1B,QAAQ,kDAAiB;IAEzB,YAAY;eACa,MAAM;iBAAW,qBAAqB,EAAE;SAU9D;IAEH,qBAAqB,IAAI,IAAI;IAK7B,cAAc;IAId,YAAY,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI;IAWnC,iBAAiB,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,SAAS,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI;IAQ5D,KAAK,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAQzB,uBAAuB,oCAEpB;IAEH,YAAY,IAAI,IAAI;IAIpB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAIzC,cAAc,2CAIX;IAEH,OAAO,CAAC,gBAAgB;IAOxB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAY;IACpD,SAAS,EAAE,MAAM,IAAI,CAAY;IAEjC,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI/B,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,GAAG,IAAI;IAI1D,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;yCA1IhC,eAAe;2CAAf,eAAe;CA6I3B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { InputComponent } from "../input/input.component";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TextareaComponent extends InputComponent {
|
|
4
|
+
/**
|
|
5
|
+
* Whether the textarea should be resizable in the X direction.
|
|
6
|
+
* @default false
|
|
7
|
+
*/
|
|
8
|
+
resizeX: import("@angular/core").InputSignal<boolean>;
|
|
9
|
+
/**
|
|
10
|
+
* Whether the textarea should be resizable in the Y direction.
|
|
11
|
+
* @default true
|
|
12
|
+
*/
|
|
13
|
+
resizeY: import("@angular/core").InputSignal<boolean>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaComponent, "[tedi-textarea]", never, { "resizeX": { "alias": "resizeX"; "required": false; "isSignal": true; }; "resizeY": { "alias": "resizeY"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=textarea.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textarea.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/form/textarea/textarea.component.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;;AAE1D,qBAaa,iBAAkB,SAAQ,cAAc;IACnD;;;OAGG;IACH,OAAO,+CAAgB;IACvB;;;OAGG;IACH,OAAO,+CAAe;yCAVX,iBAAiB;2CAAjB,iBAAiB;CAW7B"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { BreakpointService, BreakpointInputs } from "@tedi-design-system/angular/tedi";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type Breadcrumb = {
|
|
4
|
+
label: string;
|
|
5
|
+
href: string;
|
|
6
|
+
};
|
|
7
|
+
export type Breadcrumbs = {
|
|
8
|
+
/**
|
|
9
|
+
* Breadcrumbs to be displayed.
|
|
10
|
+
* @example
|
|
11
|
+
* ```typescript
|
|
12
|
+
* crumbs = [
|
|
13
|
+
* { label: 'Kodu', href: '/' },
|
|
14
|
+
* { label: 'Tooted', href: '/products' },
|
|
15
|
+
* { label: 'Elektroonika', href: '/products/electronics' },
|
|
16
|
+
* { label: 'Mobiiltelefonid', href: '/products/electronics/mobile-phones' },
|
|
17
|
+
* { label: 'Nutitelefonid', href: '/products/electronics/mobile-phones/smartphones' },
|
|
18
|
+
* ];
|
|
19
|
+
* ```
|
|
20
|
+
* @description
|
|
21
|
+
* The breadcrumbs to be displayed. Each breadcrumb should have a label and a href.
|
|
22
|
+
* The label is the text that will be displayed, and the href is the URL that the breadcrumb will link to.
|
|
23
|
+
* The breadcrumbs will be displayed in the order they are provided.
|
|
24
|
+
* The last breadcrumb will not be a link, but will be displayed as plain text.
|
|
25
|
+
*/
|
|
26
|
+
crumbs: Breadcrumb[];
|
|
27
|
+
/**
|
|
28
|
+
* Displays second last crumb as a link. Mainly used for mobile/tablet views.
|
|
29
|
+
* @default false
|
|
30
|
+
*/
|
|
31
|
+
shortCrumbs: boolean;
|
|
32
|
+
};
|
|
33
|
+
export declare class BreadcrumbsComponent implements BreakpointInputs<Breadcrumbs> {
|
|
34
|
+
crumbs: import("@angular/core").InputSignal<Breadcrumb[]>;
|
|
35
|
+
shortCrumbs: import("@angular/core").InputSignal<boolean>;
|
|
36
|
+
xs: import("@angular/core").InputSignal<Breadcrumbs | undefined>;
|
|
37
|
+
sm: import("@angular/core").InputSignal<Breadcrumbs | undefined>;
|
|
38
|
+
md: import("@angular/core").InputSignal<Breadcrumbs | undefined>;
|
|
39
|
+
lg: import("@angular/core").InputSignal<Breadcrumbs | undefined>;
|
|
40
|
+
xl: import("@angular/core").InputSignal<Breadcrumbs | undefined>;
|
|
41
|
+
xxl: import("@angular/core").InputSignal<Breadcrumbs | undefined>;
|
|
42
|
+
breakpointService: BreakpointService;
|
|
43
|
+
breakpointInputs: import("@angular/core").Signal<Breadcrumbs>;
|
|
44
|
+
getSecondLastCrumb(): Breadcrumb | null;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsComponent, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "tedi-breadcrumbs", never, { "crumbs": { "alias": "crumbs"; "required": false; "isSignal": true; }; "shortCrumbs": { "alias": "shortCrumbs"; "required": false; "isSignal": true; }; "xs": { "alias": "xs"; "required": false; "isSignal": true; }; "sm": { "alias": "sm"; "required": false; "isSignal": true; }; "md": { "alias": "md"; "required": false; "isSignal": true; }; "lg": { "alias": "lg"; "required": false; "isSignal": true; }; "xl": { "alias": "xl"; "required": false; "isSignal": true; }; "xxl": { "alias": "xxl"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=breadcrumbs.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breadcrumbs.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/navigation/breadcrumbs/breadcrumbs.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAGL,iBAAiB,EACjB,gBAAgB,EAEjB,MAAM,kCAAkC,CAAC;;AAE1C,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,EAAE,UAAU,EAAE,CAAC;IACrB;;;OAGG;IACH,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,qBAaa,oBAAqB,YAAW,gBAAgB,CAAC,WAAW,CAAC;IACxE,MAAM,oDAA2B;IACjC,WAAW,+CAAyB;IACpC,EAAE,+DAAwB;IAC1B,EAAE,+DAAwB;IAC1B,EAAE,+DAAwB;IAC1B,EAAE,+DAAwB;IAC1B,EAAE,+DAAwB;IAC1B,GAAG,+DAAwB;IAE3B,iBAAiB,oBAA6B;IAC9C,gBAAgB,8CAWb;IAEH,kBAAkB,IAAI,UAAU,GAAG,IAAI;yCAxB5B,oBAAoB;2CAApB,oBAAoB;CA+BhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../community/components/navigation/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,QAAQ,CAAC"}
|
package/community/components/navigation/pagination/pagination-page/pagination-page.component.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class PaginationPageComponent {
|
|
3
|
+
page: import("@angular/core").InputSignal<number>;
|
|
4
|
+
active: import("@angular/core").InputSignal<boolean | undefined>;
|
|
5
|
+
pageSelected: import("@angular/core").OutputEmitterRef<void>;
|
|
6
|
+
selectPage(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationPageComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationPageComponent, "tedi-pagination-page", never, { "page": { "alias": "page"; "required": true; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; }, { "pageSelected": "pageSelected"; }, never, never, true, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=pagination-page.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination-page.component.d.ts","sourceRoot":"","sources":["../../../../../../community/components/navigation/pagination/pagination-page/pagination-page.component.ts"],"names":[],"mappings":";AAWA,qBAOa,uBAAuB;IAClC,IAAI,8CAA4B;IAChC,MAAM,2DAAoB;IAC1B,YAAY,iDAAkB;IAE9B,UAAU;yCALC,uBAAuB;2CAAvB,uBAAuB;CAQnC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class PaginationComponent {
|
|
3
|
+
page: import("@angular/core").ModelSignal<number>;
|
|
4
|
+
pageSize: import("@angular/core").ModelSignal<number>;
|
|
5
|
+
pageSizeOptions: import("@angular/core").InputSignal<number[]>;
|
|
6
|
+
length: import("@angular/core").InputSignal<number>;
|
|
7
|
+
hideResults: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
8
|
+
hidePageSize: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
9
|
+
private lastPage;
|
|
10
|
+
dropdownId: `${string}-${string}-${string}-${string}-${string}`;
|
|
11
|
+
pages: import("@angular/core").Signal<number[]>;
|
|
12
|
+
hasPreviousButton: import("@angular/core").Signal<boolean>;
|
|
13
|
+
hasNextButton: import("@angular/core").Signal<boolean>;
|
|
14
|
+
changePage(step: 1 | -1): void;
|
|
15
|
+
selectPage(page: number): void;
|
|
16
|
+
pageSizeChanged(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "tedi-pagination", never, { "page": { "alias": "page"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "length": { "alias": "length"; "required": false; "isSignal": true; }; "hideResults": { "alias": "hideResults"; "required": false; "isSignal": true; }; "hidePageSize": { "alias": "hidePageSize"; "required": false; "isSignal": true; }; }, { "page": "pageChange"; "pageSize": "pageSizeChange"; }, never, never, true, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=pagination.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/navigation/pagination/pagination.component.ts"],"names":[],"mappings":";AAmBA,qBAea,mBAAmB;IAC9B,IAAI,8CAAoB;IACxB,QAAQ,8CAAqB;IAC7B,eAAe,gDAAkC;IACjD,MAAM,8CAAoB;IAC1B,WAAW,qEAAiD;IAC5D,YAAY,qEAAiD;IAE7D,OAAO,CAAC,QAAQ,CAEb;IAEH,UAAU,sDAAuB;IAEjC,KAAK,2CAEF;IAEH,iBAAiB,0CAAmC;IAEpD,aAAa,0CAAiD;IAE9D,UAAU,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC;IAIvB,UAAU,CAAC,IAAI,EAAE,MAAM;IAIvB,eAAe;yCA9BJ,mBAAmB;2CAAnB,mBAAmB;CAiC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.utils.d.ts","sourceRoot":"","sources":["../../../../../community/components/navigation/pagination/pagination.utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,GAAI,aAAa,MAAM,EAAE,UAAU,MAAM,aAiCtE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../community/components/navigation/tabs/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qCAAqC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ElementRef } from "@angular/core";
|
|
2
|
+
import { FocusableOption } from "@angular/cdk/a11y";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/router";
|
|
5
|
+
export declare class TabComponent implements FocusableOption {
|
|
6
|
+
private element;
|
|
7
|
+
tabId: import("@angular/core").InputSignal<string>;
|
|
8
|
+
selected: import("@angular/core").ModelSignal<boolean>;
|
|
9
|
+
disabledInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
tabSelected: import("@angular/core").OutputEmitterRef<void>;
|
|
12
|
+
private readonly routerLinkActive;
|
|
13
|
+
private linkActive;
|
|
14
|
+
isTabActive: import("@angular/core").Signal<boolean | undefined>;
|
|
15
|
+
selectTab(): void;
|
|
16
|
+
focus(): void;
|
|
17
|
+
constructor(element: ElementRef);
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "[tedi-tab]", never, { "tabId": { "alias": "tabId"; "required": true; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "selected": "selectedChange"; "tabSelected": "tabSelected"; }, never, ["*"], true, [{ directive: typeof i1.RouterLinkActive; inputs: { "routerLinkActiveOptions": "routerLinkActiveOptions"; "ariaCurrentWhenActive": "ariaCurrentWhenActive"; }; outputs: { "isActiveChange": "isActiveChange"; }; }]>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=tab.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab.component.d.ts","sourceRoot":"","sources":["../../../../../../community/components/navigation/tabs/tab/tab.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAUL,UAAU,EAEX,MAAM,eAAe,CAAC;AAIvB,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;;;AAEpD,qBAsBa,YAAa,YAAW,eAAe;IA6BtC,OAAO,CAAC,OAAO;IA5B3B,KAAK,8CAA4B;IACjC,QAAQ,+CAAgB;IACxB,aAAa,qEAIV;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,iDAAkB;IAE7B,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAA4C;IAC7E,OAAO,CAAC,UAAU,CAIhB;IAEF,WAAW,sDAAwD;IAEnE,SAAS;IAKT,KAAK;gBAIe,OAAO,EAAE,UAAU;yCA7B5B,YAAY;2CAAZ,YAAY;CAmCxB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TemplateRef } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TabContentComponent {
|
|
4
|
+
tabId: import("@angular/core").InputSignal<string>;
|
|
5
|
+
content: import("@angular/core").Signal<TemplateRef<unknown>>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TabContentComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "tedi-tab-content", never, { "tabId": { "alias": "tabId"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=tab-content.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab-content.component.d.ts","sourceRoot":"","sources":["../../../../../../community/components/navigation/tabs/tab-content/tab-content.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,WAAW,EAGZ,MAAM,eAAe,CAAC;;AAEvB,qBAOa,mBAAmB;IAC9B,KAAK,8CAA4B;IACjC,OAAO,uDAAuD;yCAFnD,mBAAmB;2CAAnB,mBAAmB;CAG/B"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { TabComponent } from "./tab/tab.component";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TabsComponent implements OnInit {
|
|
5
|
+
private injector;
|
|
6
|
+
mobileTabsOpened: import("@angular/core").WritableSignal<boolean>;
|
|
7
|
+
private tabs;
|
|
8
|
+
private tabContents;
|
|
9
|
+
private keyManager?;
|
|
10
|
+
activeTabId: import("@angular/core").Signal<string | undefined>;
|
|
11
|
+
activeTabContent: import("@angular/core").Signal<import("@angular/core").TemplateRef<unknown> | undefined>;
|
|
12
|
+
onActiveTabChanges(tabs: readonly TabComponent[]): void;
|
|
13
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
14
|
+
constructor();
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "tedi-tabs", never, {}, {}, ["tabs", "tabContents"], ["[tedi-tab]", "*"], true, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=tabs.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/navigation/tabs/tabs.component.ts"],"names":[],"mappings":"AACA,OAAO,EAQL,MAAM,EAGP,MAAM,eAAe,CAAC;AAQvB,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;;AAInD,qBAmBa,aAAc,YAAW,MAAM;IAC1C,OAAO,CAAC,QAAQ,CAAoB;IACpC,gBAAgB,kDAAiB;IACjC,OAAO,CAAC,IAAI,CAAiC;IAC7C,OAAO,CAAC,WAAW,CAAwC;IAC3D,OAAO,CAAC,UAAU,CAAC,CAAgC;IAEnD,WAAW,qDAIT;IACF,gBAAgB,2FAId;IAEF,kBAAkB,CAAC,IAAI,EAAE,SAAS,YAAY,EAAE;IAahD,SAAS,CAAC,KAAK,EAAE,aAAa;;IAW9B,QAAQ;yCA1CG,aAAa;2CAAb,aAAa;CA+CzB"}
|
package/community/components/overlay/dropdown/dropdown-trigger/dropdown-trigger.directive.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { CdkOverlayOrigin } from "@angular/cdk/overlay";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/cdk/overlay";
|
|
4
|
+
export declare class DropdownTriggerDirective {
|
|
5
|
+
private dropdownContext;
|
|
6
|
+
readonly overlayOrigin: CdkOverlayOrigin;
|
|
7
|
+
ariaAttributes: import("@angular/core").Signal<{
|
|
8
|
+
hasPopup?: undefined;
|
|
9
|
+
expanded?: undefined;
|
|
10
|
+
controls?: undefined;
|
|
11
|
+
} | {
|
|
12
|
+
hasPopup: "menu" | "listbox" | undefined;
|
|
13
|
+
expanded: string;
|
|
14
|
+
controls: string | undefined;
|
|
15
|
+
}>;
|
|
16
|
+
onClick(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownTriggerDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownTriggerDirective, "[tedi-dropdown-trigger]", never, {}, {}, never, never, true, [{ directive: typeof i1.CdkOverlayOrigin; inputs: {}; outputs: {}; }]>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=dropdown-trigger.directive.d.ts.map
|
package/community/components/overlay/dropdown/dropdown-trigger/dropdown-trigger.directive.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-trigger.directive.d.ts","sourceRoot":"","sources":["../../../../../../community/components/overlay/dropdown/dropdown-trigger/dropdown-trigger.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;;;AAExD,qBAUa,wBAAwB;IACnC,OAAO,CAAC,eAAe,CAA6B;IAEpD,QAAQ,CAAC,aAAa,mBAA4C;IAElE,cAAc;;;;;;;;OASX;IAEH,OAAO;yCAhBI,wBAAwB;2CAAxB,wBAAwB;CAmBpC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DropdownComponent implements OnInit {
|
|
4
|
+
private injector;
|
|
5
|
+
dropdownId: import("@angular/core").InputSignal<string>;
|
|
6
|
+
dropdownRole: import("@angular/core").InputSignal<"menu" | "listbox" | undefined>;
|
|
7
|
+
opened: import("@angular/core").ModelSignal<boolean>;
|
|
8
|
+
private triggerDirective;
|
|
9
|
+
private dropdownItems;
|
|
10
|
+
isMobile: import("@angular/core").Signal<boolean>;
|
|
11
|
+
private keyManager?;
|
|
12
|
+
overlayOrigin: import("@angular/core").Signal<import("@angular/cdk/overlay-module.d-B3qEQtts").C>;
|
|
13
|
+
toggle(): void;
|
|
14
|
+
close(): void;
|
|
15
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "tedi-dropdown", never, { "dropdownId": { "alias": "dropdownId"; "required": true; "isSignal": true; }; "dropdownRole": { "alias": "dropdownRole"; "required": false; "isSignal": true; }; "opened": { "alias": "opened"; "required": false; "isSignal": true; }; }, { "opened": "openedChange"; }, ["triggerDirective", "dropdownItems"], ["[tedi-dropdown-trigger]", "*"], true, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=dropdown.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/overlay/dropdown/dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAYL,MAAM,EACP,MAAM,eAAe,CAAC;;AAWvB,qBAaa,iBAAkB,YAAW,MAAM;IAC9C,OAAO,CAAC,QAAQ,CAAoB;IACpC,UAAU,8CAA4B;IACtC,YAAY,sEAA+B;IAC3C,MAAM,+CAAyB;IAE/B,OAAO,CAAC,gBAAgB,CAAmD;IAC3E,OAAO,CAAC,aAAa,CAGnB;IAEF,QAAQ,0CAAqD;IAE7D,OAAO,CAAC,UAAU,CAAC,CAAyC;IAE5D,aAAa,qFAEV;IAEH,MAAM;IAIN,KAAK;IAIL,SAAS,CAAC,KAAK,EAAE,aAAa;IAI9B,QAAQ;yCAhCG,iBAAiB;2CAAjB,iBAAiB;CAsC7B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ElementRef } from "@angular/core";
|
|
2
|
+
import { FocusableOption } from "@angular/cdk/a11y";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DropdownItemComponent implements FocusableOption {
|
|
5
|
+
private element;
|
|
6
|
+
/**
|
|
7
|
+
* Applies the selected style to the dropdown item.
|
|
8
|
+
*/
|
|
9
|
+
selected: import("@angular/core").InputSignal<boolean>;
|
|
10
|
+
/**
|
|
11
|
+
* Applies the disabled style to the dropdown item.
|
|
12
|
+
*/
|
|
13
|
+
disabledInput: import("@angular/core").InputSignal<boolean>;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
itemSelected: import("@angular/core").OutputEmitterRef<void>;
|
|
16
|
+
private dropdownContext;
|
|
17
|
+
ariaAttributes: import("@angular/core").Signal<{
|
|
18
|
+
role?: undefined;
|
|
19
|
+
disabled?: undefined;
|
|
20
|
+
selected?: undefined;
|
|
21
|
+
tabIndex?: undefined;
|
|
22
|
+
} | {
|
|
23
|
+
role: string;
|
|
24
|
+
disabled: string;
|
|
25
|
+
selected: string | undefined;
|
|
26
|
+
tabIndex: number;
|
|
27
|
+
}>;
|
|
28
|
+
focus(): void;
|
|
29
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
30
|
+
selectItem(): void;
|
|
31
|
+
constructor(element: ElementRef<HTMLElement>);
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemComponent, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownItemComponent, "[tedi-dropdown-item]", never, { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "itemSelected": "itemSelected"; }, never, ["*"], true, never>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=dropdown-item.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-item.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/overlay/dropdown-item/dropdown-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,UAAU,EAKX,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;;AAQpD,qBAkBa,qBAAsB,YAAW,eAAe;IAmD/C,OAAO,CAAC,OAAO;IAlD3B;;OAEG;IACH,QAAQ,+CAAyB;IACjC;;OAEG;IAEH,aAAa,+CAAgD;IAC7D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,iDAAkB;IAE9B,OAAO,CAAC,eAAe,CAAiD;IAExE,cAAc;;;;;;;;;;OAUX;IAEH,KAAK;IAIL,SAAS,CAAC,KAAK,EAAE,aAAa;IAe9B,UAAU;gBAKU,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;yCAnDzC,qBAAqB;2CAArB,qBAAqB;CAwDjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../community/components/overlay/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC;AACxD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wDAAwD,CAAC;AACvE,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { ButtonSize, ButtonVariant } from "@tedi-design-system/angular/tedi";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export interface ModalFooterButton {
|
|
5
|
+
label: string;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
variant?: ButtonVariant;
|
|
8
|
+
size?: ButtonSize;
|
|
9
|
+
style?: Record<string, unknown>;
|
|
10
|
+
icon?: string;
|
|
11
|
+
iconPosition?: ModalIconPosition;
|
|
12
|
+
action: () => void;
|
|
13
|
+
}
|
|
14
|
+
export type ModalIconPosition = "start" | "end";
|
|
15
|
+
export declare class ModalFooterComponent implements OnInit {
|
|
16
|
+
align: import("@angular/core").ModelSignal<string>;
|
|
17
|
+
buttons: import("@angular/core").ModelSignal<ModalFooterButton[] | undefined>;
|
|
18
|
+
readonly dialogData: any;
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalFooterComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalFooterComponent, "tedi-modal-footer", never, { "align": { "alias": "align"; "required": false; "isSignal": true; }; "buttons": { "alias": "buttons"; "required": false; "isSignal": true; }; }, { "align": "alignChange"; "buttons": "buttonsChange"; }, never, ["*"], true, never>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=modal-footer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal-footer.component.d.ts","sourceRoot":"","sources":["../../../../../../community/components/overlay/modal/footer/modal-footer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAA4B,MAAM,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAEL,UAAU,EACV,aAAa,EAEd,MAAM,kCAAkC,CAAC;;AAI1C,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,iBAAiB,CAAC;IACjC,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,KAAK,CAAC;AAEhD,qBAMa,oBAAqB,YAAW,MAAM;IACjD,KAAK,8CAA6B;IAClC,OAAO,uEAAgC;IAEvC,QAAQ,CAAC,UAAU,MAEhB;IAEH,QAAQ,IAAI,IAAI;yCARL,oBAAoB;2CAApB,oBAAoB;CAqBhC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { FeedbackTextComponent, ComponentInputs } from "@tedi-design-system/angular/tedi";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ModalHeaderComponent implements OnInit {
|
|
5
|
+
title: import("@angular/core").ModelSignal<string>;
|
|
6
|
+
feedback: import("@angular/core").ModelSignal<ComponentInputs<FeedbackTextComponent> | undefined>;
|
|
7
|
+
closeButton: import("@angular/core").ModelSignal<boolean>;
|
|
8
|
+
private readonly dialogRef;
|
|
9
|
+
readonly dialogData: any;
|
|
10
|
+
closeModal(): void;
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalHeaderComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalHeaderComponent, "tedi-modal-header", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "feedback": { "alias": "feedback"; "required": false; "isSignal": true; }; "closeButton": { "alias": "closeButton"; "required": false; "isSignal": true; }; }, { "title": "titleChange"; "feedback": "feedbackChange"; "closeButton": "closeButtonChange"; }, never, ["*", "[header-exit-button]"], true, never>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=modal-header.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal-header.component.d.ts","sourceRoot":"","sources":["../../../../../../community/components/overlay/modal/header/modal-header.component.ts"],"names":[],"mappings":"AACA,OAAO,EAA4B,MAAM,EAAE,MAAM,eAAe,CAAC;AAEjE,OAAO,EACL,qBAAqB,EAGrB,eAAe,EAChB,MAAM,kCAAkC,CAAC;;AAE1C,qBAMa,oBAAqB,YAAW,MAAM;IACjD,KAAK,8CAAkB;IACvB,QAAQ,0FAAmD;IAC3D,WAAW,+CAAe;IAE1B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAyC;IACnE,QAAQ,CAAC,UAAU,MAEhB;IAEI,UAAU,IAAI,IAAI;IAIzB,QAAQ,IAAI,IAAI;yCAdL,oBAAoB;2CAApB,oBAAoB;CAkChC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../community/components/overlay/modal/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC"}
|