@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,61 @@
|
|
|
1
|
+
import { ElementRef } from "@angular/core";
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import { IconColor } from "../../base/icon/icon.component";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export type ToggleVariant = "primary" | "colored";
|
|
6
|
+
export type ToggleType = "filled" | "outlined";
|
|
7
|
+
export type ToggleSize = "default" | "large";
|
|
8
|
+
export declare class ToggleComponent implements ControlValueAccessor {
|
|
9
|
+
/**
|
|
10
|
+
* The unique identifier for the input element that is associated with label.
|
|
11
|
+
*/
|
|
12
|
+
id: import("@angular/core").InputSignal<string>;
|
|
13
|
+
/**
|
|
14
|
+
* Is toggle checked? Supports two-way binding, use with form controls.
|
|
15
|
+
*/
|
|
16
|
+
checked: import("@angular/core").ModelSignal<boolean>;
|
|
17
|
+
/**
|
|
18
|
+
* Is input disabled?
|
|
19
|
+
* @default false
|
|
20
|
+
*/
|
|
21
|
+
disabled: import("@angular/core").InputSignal<boolean>;
|
|
22
|
+
/**
|
|
23
|
+
* Indicates whether the input field is required.
|
|
24
|
+
* @default false
|
|
25
|
+
*/
|
|
26
|
+
required: import("@angular/core").InputSignal<boolean>;
|
|
27
|
+
/**
|
|
28
|
+
* Color variant of the toggle
|
|
29
|
+
* @default primary
|
|
30
|
+
*/
|
|
31
|
+
variant: import("@angular/core").InputSignal<ToggleVariant>;
|
|
32
|
+
/**
|
|
33
|
+
* Type of the toggle
|
|
34
|
+
* @default filled
|
|
35
|
+
*/
|
|
36
|
+
type: import("@angular/core").InputSignal<ToggleType>;
|
|
37
|
+
/**
|
|
38
|
+
* Size of the toggle
|
|
39
|
+
* @default default
|
|
40
|
+
*/
|
|
41
|
+
size: import("@angular/core").InputSignal<ToggleSize>;
|
|
42
|
+
/**
|
|
43
|
+
* Should the toggle show lock icon. Works only with large toggle.
|
|
44
|
+
* @default false
|
|
45
|
+
*/
|
|
46
|
+
icon: import("@angular/core").InputSignal<boolean>;
|
|
47
|
+
inputRef: ElementRef<HTMLInputElement>;
|
|
48
|
+
private onChange;
|
|
49
|
+
private onTouched;
|
|
50
|
+
writeValue(checked: boolean): void;
|
|
51
|
+
registerOnChange(fn: (checked: boolean) => void): void;
|
|
52
|
+
registerOnTouched(fn: () => void): void;
|
|
53
|
+
focus(): void;
|
|
54
|
+
blur(): void;
|
|
55
|
+
handleChange: (event: Event) => void;
|
|
56
|
+
classes: import("@angular/core").Signal<string>;
|
|
57
|
+
iconColor: import("@angular/core").Signal<IconColor>;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleComponent, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleComponent, "tedi-toggle", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; }, never, never, true, never>;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=toggle.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/toggle/toggle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,UAAU,EAMX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,SAAS,EAAiB,MAAM,gCAAgC,CAAC;;AAE1E,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,SAAS,CAAC;AAClD,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,UAAU,CAAC;AAC/C,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,OAAO,CAAC;AAE7C,qBAmBa,eAAgB,YAAW,oBAAoB;IAC1D;;OAEG;IACH,EAAE,8CAA4B;IAC9B;;OAEG;IACH,OAAO,+CAAyB;IAChC;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,OAAO,qDAAmC;IAC1C;;;OAGG;IACH,IAAI,kDAA+B;IACnC;;;OAGG;IACH,IAAI,kDAAgC;IACpC;;;OAGG;IACH,IAAI,+CAAyB;IAEF,QAAQ,EAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;IACnE,OAAO,CAAC,QAAQ,CAAwC;IACxD,OAAO,CAAC,SAAS,CAAwB;IAEzC,UAAU,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAIlC,gBAAgB,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,GAAG,IAAI;IAItD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,KAAK,IAAI,IAAI;IAIb,IAAI,IAAI,IAAI;IAKZ,YAAY,GAAI,OAAO,KAAK,UAI3B;IAED,OAAO,yCAMJ;IAEH,SAAS,4CAWN;yCA1FQ,eAAe;2CAAf,eAAe;CA2F3B"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { BreakpointService, BreakpointInputs } from "../../../../services/breakpoint/breakpoint.service";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type ColWidth = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
4
|
+
export type JustifySelf = "start" | "end" | "center" | "stretch";
|
|
5
|
+
export type AlignSelf = "start" | "end" | "center" | "stretch";
|
|
6
|
+
export type ColInputs = {
|
|
7
|
+
/**
|
|
8
|
+
* Number of column width.
|
|
9
|
+
* @default 1
|
|
10
|
+
*/
|
|
11
|
+
width: ColWidth;
|
|
12
|
+
/**
|
|
13
|
+
* Aligns an item horizontally inside its own grid cell.
|
|
14
|
+
*/
|
|
15
|
+
justifySelf?: JustifySelf;
|
|
16
|
+
/**
|
|
17
|
+
* Aligns an item vertically inside its own grid cell.
|
|
18
|
+
*/
|
|
19
|
+
alignSelf?: AlignSelf;
|
|
20
|
+
};
|
|
21
|
+
export declare class ColComponent implements BreakpointInputs<ColInputs> {
|
|
22
|
+
width: import("@angular/core").InputSignal<ColWidth>;
|
|
23
|
+
justifySelf: import("@angular/core").InputSignal<JustifySelf | undefined>;
|
|
24
|
+
alignSelf: import("@angular/core").InputSignal<AlignSelf | undefined>;
|
|
25
|
+
xs: import("@angular/core").InputSignal<ColInputs | undefined>;
|
|
26
|
+
sm: import("@angular/core").InputSignal<ColInputs | undefined>;
|
|
27
|
+
md: import("@angular/core").InputSignal<ColInputs | undefined>;
|
|
28
|
+
lg: import("@angular/core").InputSignal<ColInputs | undefined>;
|
|
29
|
+
xl: import("@angular/core").InputSignal<ColInputs | undefined>;
|
|
30
|
+
xxl: import("@angular/core").InputSignal<ColInputs | undefined>;
|
|
31
|
+
breakpointService: BreakpointService;
|
|
32
|
+
breakpointInputs: import("@angular/core").Signal<ColInputs>;
|
|
33
|
+
classes: import("@angular/core").Signal<string>;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColComponent, "tedi-col", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "justifySelf": { "alias": "justifySelf"; "required": false; "isSignal": true; }; "alignSelf": { "alias": "alignSelf"; "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, ["*"], true, never>;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=col.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"col.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/helpers/grid/col/col.component.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;;AAE5D,MAAM,MAAM,QAAQ,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;AACxE,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,SAAS,CAAC;AACjE,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,SAAS,CAAC;AAC/D,MAAM,MAAM,SAAS,GAAG;IACtB;;;OAGG;IACH,KAAK,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,qBAYa,YAAa,YAAW,gBAAgB,CAAC,SAAS,CAAC;IAC9D,KAAK,gDAAsB;IAC3B,WAAW,+DAAwB;IACnC,SAAS,6DAAsB;IAE/B,EAAE,6DAAsB;IACxB,EAAE,6DAAsB;IACxB,EAAE,6DAAsB;IACxB,EAAE,6DAAsB;IACxB,EAAE,6DAAsB;IACxB,GAAG,6DAAsB;IAEzB,iBAAiB,oBAA6B;IAC9C,gBAAgB,4CAYb;IAEH,OAAO,yCAcJ;yCAzCQ,YAAY;2CAAZ,YAAY;CA0CxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/helpers/grid/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { BreakpointService, BreakpointInputs } from "../../../../services/breakpoint/breakpoint.service";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type Cols = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "auto";
|
|
4
|
+
export type Gap = 0 | 1 | 2 | 3 | 4 | 5;
|
|
5
|
+
export type JustifyItems = "start" | "end" | "center" | "stretch";
|
|
6
|
+
export type AlignItems = "start" | "end" | "center" | "stretch";
|
|
7
|
+
export type RowInputs = {
|
|
8
|
+
/**
|
|
9
|
+
* The number of columns that will fit next to each other.
|
|
10
|
+
* @default auto
|
|
11
|
+
*/
|
|
12
|
+
cols: Cols;
|
|
13
|
+
/**
|
|
14
|
+
* Applies minimum width (px) to the column when using auto layout.
|
|
15
|
+
* @default 200px
|
|
16
|
+
*/
|
|
17
|
+
minColWidth: number;
|
|
18
|
+
/**
|
|
19
|
+
* Aligns items horizontally inside their grid cell.
|
|
20
|
+
*/
|
|
21
|
+
justifyItems?: JustifyItems;
|
|
22
|
+
/**
|
|
23
|
+
* Aligns items vertically inside their grid cell.
|
|
24
|
+
*/
|
|
25
|
+
alignItems?: AlignItems;
|
|
26
|
+
/**
|
|
27
|
+
* Add gap between items.
|
|
28
|
+
*/
|
|
29
|
+
gap?: Gap;
|
|
30
|
+
/**
|
|
31
|
+
* Add horizontal gap between items.
|
|
32
|
+
*/
|
|
33
|
+
gapX?: Gap;
|
|
34
|
+
/**
|
|
35
|
+
* Add vertical gap between items.
|
|
36
|
+
*/
|
|
37
|
+
gapY?: Gap;
|
|
38
|
+
};
|
|
39
|
+
export declare class RowComponent implements BreakpointInputs<RowInputs> {
|
|
40
|
+
cols: import("@angular/core").InputSignal<Cols>;
|
|
41
|
+
minColWidth: import("@angular/core").InputSignal<number>;
|
|
42
|
+
justifyItems: import("@angular/core").InputSignal<JustifyItems | undefined>;
|
|
43
|
+
alignItems: import("@angular/core").InputSignal<AlignItems | undefined>;
|
|
44
|
+
gap: import("@angular/core").InputSignal<Gap | undefined>;
|
|
45
|
+
gapX: import("@angular/core").InputSignal<Gap | undefined>;
|
|
46
|
+
gapY: import("@angular/core").InputSignal<Gap | undefined>;
|
|
47
|
+
xs: import("@angular/core").InputSignal<RowInputs | undefined>;
|
|
48
|
+
sm: import("@angular/core").InputSignal<RowInputs | undefined>;
|
|
49
|
+
md: import("@angular/core").InputSignal<RowInputs | undefined>;
|
|
50
|
+
lg: import("@angular/core").InputSignal<RowInputs | undefined>;
|
|
51
|
+
xl: import("@angular/core").InputSignal<RowInputs | undefined>;
|
|
52
|
+
xxl: import("@angular/core").InputSignal<RowInputs | undefined>;
|
|
53
|
+
breakpointService: BreakpointService;
|
|
54
|
+
breakpointInputs: import("@angular/core").Signal<RowInputs>;
|
|
55
|
+
gridGap: import("@angular/core").Signal<string>;
|
|
56
|
+
classes: import("@angular/core").Signal<string>;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "tedi-row", never, { "cols": { "alias": "cols"; "required": false; "isSignal": true; }; "minColWidth": { "alias": "minColWidth"; "required": false; "isSignal": true; }; "justifyItems": { "alias": "justifyItems"; "required": false; "isSignal": true; }; "alignItems": { "alias": "alignItems"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; "gapX": { "alias": "gapX"; "required": false; "isSignal": true; }; "gapY": { "alias": "gapY"; "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, ["*"], true, never>;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=row.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"row.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/helpers/grid/row/row.component.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;;AAW5D,MAAM,MAAM,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,MAAM,CAAC;AAC7E,MAAM,MAAM,GAAG,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AACxC,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,SAAS,CAAC;AAClE,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,SAAS,CAAC;AAChE,MAAM,MAAM,SAAS,GAAG;IACtB;;;OAGG;IACH,IAAI,EAAE,IAAI,CAAC;IACX;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;OAEG;IACH,GAAG,CAAC,EAAE,GAAG,CAAC;IACV;;OAEG;IACH,IAAI,CAAC,EAAE,GAAG,CAAC;IACX;;OAEG;IACH,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ,CAAC;AAEF,qBAca,YAAa,YAAW,gBAAgB,CAAC,SAAS,CAAC;IAC9D,IAAI,4CAAuB;IAC3B,WAAW,8CAAsB;IACjC,YAAY,gEAAyB;IACrC,UAAU,8DAAuB;IACjC,GAAG,uDAAgB;IACnB,IAAI,uDAAgB;IACpB,IAAI,uDAAgB;IAEpB,EAAE,6DAAsB;IACxB,EAAE,6DAAsB;IACxB,EAAE,6DAAsB;IACxB,EAAE,6DAAsB;IACxB,EAAE,6DAAsB;IACxB,GAAG,6DAAsB;IAEzB,iBAAiB,oBAA6B;IAC9C,gBAAgB,4CAgBb;IAEH,OAAO,yCAKJ;IAEH,OAAO,yCA0BJ;yCApEQ,YAAY;2CAAZ,YAAY;CAqExB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../tedi/components/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,iCAAiC,CAAC;AAChD,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export type SeparatorAxis = "horizontal" | "vertical";
|
|
3
|
+
export type SeparatorColor = "primary" | "secondary" | "accent";
|
|
4
|
+
export type SeparatorVariant = "dotted" | "dotted-small" | "dot-only";
|
|
5
|
+
export type SeparatorDotSize = "large" | "medium" | "small" | "extra-small";
|
|
6
|
+
export type SeparatorThickness = 1 | 2;
|
|
7
|
+
export type SeparatorSpacingValue = 0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 1.75 | 2 | 2.5 | 5;
|
|
8
|
+
export type SeparatorSpacing = {
|
|
9
|
+
top?: SeparatorSpacingValue;
|
|
10
|
+
bottom?: SeparatorSpacingValue;
|
|
11
|
+
left?: SeparatorSpacingValue;
|
|
12
|
+
right?: SeparatorSpacingValue;
|
|
13
|
+
};
|
|
14
|
+
export declare class SeparatorComponent {
|
|
15
|
+
/**
|
|
16
|
+
* Axis of separator.
|
|
17
|
+
*/
|
|
18
|
+
axis: import("@angular/core").InputSignal<SeparatorAxis>;
|
|
19
|
+
/**
|
|
20
|
+
* Color of separator
|
|
21
|
+
*/
|
|
22
|
+
color: import("@angular/core").InputSignal<SeparatorColor>;
|
|
23
|
+
/**
|
|
24
|
+
* Separator style variant.
|
|
25
|
+
*/
|
|
26
|
+
variant: import("@angular/core").InputSignal<SeparatorVariant | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Dot size. Only used when variant is "dot-only".
|
|
29
|
+
*/
|
|
30
|
+
dotSize: import("@angular/core").InputSignal<SeparatorDotSize | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Is dot filled? Only used when variant is "dot-only".
|
|
33
|
+
*/
|
|
34
|
+
dotFilled: import("@angular/core").InputSignal<boolean>;
|
|
35
|
+
/**
|
|
36
|
+
* Thickness in pixels (ignored if variant is used).
|
|
37
|
+
* @default 1
|
|
38
|
+
*/
|
|
39
|
+
thickness: import("@angular/core").InputSignal<SeparatorThickness>;
|
|
40
|
+
/**
|
|
41
|
+
* Spacing applied based on the axis:
|
|
42
|
+
* - For horizontal axis, spacing is applied to top and bottom of the separator.
|
|
43
|
+
* - For vertical axis, spacing is applied to left and right of the separator.
|
|
44
|
+
*/
|
|
45
|
+
spacing: import("@angular/core").InputSignal<SeparatorSpacingValue | SeparatorSpacing | undefined>;
|
|
46
|
+
/**
|
|
47
|
+
* Size of separator based on the axis:
|
|
48
|
+
* - For horizontal axis, size defines width.
|
|
49
|
+
* - For vertical axis, size defines height (when using percentages, then parent container must have height set).
|
|
50
|
+
* @default 100%
|
|
51
|
+
*/
|
|
52
|
+
size: import("@angular/core").InputSignal<string>;
|
|
53
|
+
classes: import("@angular/core").Signal<string>;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SeparatorComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeparatorComponent, "tedi-separator", never, { "axis": { "alias": "axis"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "dotSize": { "alias": "dotSize"; "required": false; "isSignal": true; }; "dotFilled": { "alias": "dotFilled"; "required": false; "isSignal": true; }; "thickness": { "alias": "thickness"; "required": false; "isSignal": true; }; "spacing": { "alias": "spacing"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=separator.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/helpers/separator/separator.component.ts"],"names":[],"mappings":";AAQA,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG,UAAU,CAAC;AACtD,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;AAChE,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,cAAc,GAAG,UAAU,CAAC;AACtE,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,aAAa,CAAC;AAC5E,MAAM,MAAM,kBAAkB,GAAG,CAAC,GAAG,CAAC,CAAC;AACvC,MAAM,MAAM,qBAAqB,GAC7B,CAAC,GACD,IAAI,GACJ,GAAG,GACH,IAAI,GACJ,CAAC,GACD,IAAI,GACJ,GAAG,GACH,IAAI,GACJ,CAAC,GACD,GAAG,GACH,CAAC,CAAC;AACN,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,CAAC,EAAE,qBAAqB,CAAC;IAC5B,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,IAAI,CAAC,EAAE,qBAAqB,CAAC;IAC7B,KAAK,CAAC,EAAE,qBAAqB,CAAC;CAC/B,CAAC;AAEF,qBAca,kBAAkB;IAC7B;;OAEG;IACH,IAAI,qDAAsC;IAC1C;;OAEG;IACH,KAAK,sDAAoC;IACzC;;OAEG;IACH,OAAO,oEAA6B;IACpC;;OAEG;IACH,OAAO,oEAA6B;IACpC;;OAEG;IACH,SAAS,+CAAe;IACxB;;;OAGG;IACH,SAAS,0DAAgC;IACzC;;;;OAIG;IACH,OAAO,4FAAqD;IAC5D;;;;;OAKG;IACH,IAAI,8CAAiB;IAGrB,OAAO,yCA0DJ;yCAnGQ,kBAAkB;2CAAlB,kBAAkB;CAoG9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/helpers/timeline/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,yCAAyC,CAAC;AACxD,cAAc,uDAAuD,CAAC;AACtE,cAAc,2CAA2C,CAAC"}
|
package/tedi/components/helpers/timeline/timeline-description/timeline-description.component.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TimelineDescriptionComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineDescriptionComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineDescriptionComponent, "tedi-timeline-description", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=timeline-description.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline-description.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/helpers/timeline/timeline-description/timeline-description.component.ts"],"names":[],"mappings":";AAMA,qBAQa,4BAA4B;yCAA5B,4BAA4B;2CAA5B,4BAA4B;CAAG"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
|
+
import { SeparatorColor } from "../../separator/separator.component";
|
|
3
|
+
import { TimelineComponent } from "../timeline.component";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
type TimelineItemState = "current" | "past" | "future";
|
|
6
|
+
export declare class TimelineItemComponent implements OnInit, OnDestroy {
|
|
7
|
+
/** Item timings */
|
|
8
|
+
timings: import("@angular/core").InputSignal<string[]>;
|
|
9
|
+
timeline: TimelineComponent | null;
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
|
+
isLast: import("@angular/core").Signal<boolean>;
|
|
13
|
+
state: import("@angular/core").Signal<TimelineItemState>;
|
|
14
|
+
color: import("@angular/core").Signal<SeparatorColor>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineItemComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineItemComponent, "tedi-timeline-item", never, { "timings": { "alias": "timings"; "required": false; "isSignal": true; }; }, {}, never, ["tedi-timeline-title", "tedi-timeline-description", "*"], true, never>;
|
|
17
|
+
}
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=timeline-item.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline-item.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/helpers/timeline/timeline-item/timeline-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAEL,cAAc,EACf,MAAM,qCAAqC,CAAC;AAE7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAG1D,KAAK,iBAAiB,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEvD,qBASa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IAC7D,mBAAmB;IACnB,OAAO,gDAAuB;IAE9B,QAAQ,2BAAiD;IAEzD,QAAQ;IAQR,WAAW;IAQX,MAAM,0CAcH;IAEH,KAAK,oDAiBF;IAEH,KAAK,iDAMF;yCA/DQ,qBAAqB;2CAArB,qBAAqB;CAgEjC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TimelineTitleComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineTitleComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineTitleComponent, "tedi-timeline-title", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=timeline-title.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline-title.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/helpers/timeline/timeline-title/timeline-title.component.ts"],"names":[],"mappings":";AAMA,qBAQa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TimelineItemComponent } from "./timeline-item/timeline-item.component";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TimelineComponent {
|
|
4
|
+
/** Index of active item */
|
|
5
|
+
activeIndex: import("@angular/core").InputSignal<number | undefined>;
|
|
6
|
+
items: import("@angular/core").WritableSignal<TimelineItemComponent[]>;
|
|
7
|
+
registerItem(item: TimelineItemComponent): void;
|
|
8
|
+
unregisterItem(item: TimelineItemComponent): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineComponent, "tedi-timeline", never, { "activeIndex": { "alias": "activeIndex"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=timeline.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/helpers/timeline/timeline.component.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;;AAEhF,qBAQa,iBAAiB;IAC5B,2BAA2B;IAC3B,WAAW,0DAAmB;IAE9B,KAAK,kEAAuC;IAE5C,YAAY,CAAC,IAAI,EAAE,qBAAqB;IAIxC,cAAc,CAAC,IAAI,EAAE,qBAAqB;yCAV/B,iBAAiB;2CAAjB,iBAAiB;CAa7B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./base";
|
|
2
|
+
export * from "./buttons";
|
|
3
|
+
export * from "./content";
|
|
4
|
+
export * from "./form";
|
|
5
|
+
export * from "./helpers";
|
|
6
|
+
export * from "./layout";
|
|
7
|
+
export * from "./loader";
|
|
8
|
+
export * from "./navigation";
|
|
9
|
+
export * from "./overlay";
|
|
10
|
+
export * from "./notifications";
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../tedi/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { BreakpointService } from "../../../../services/breakpoint/breakpoint.service";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FooterBodyComponent {
|
|
4
|
+
breakpointService: BreakpointService;
|
|
5
|
+
mobileLayout: import("@angular/core").Signal<boolean>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterBodyComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterBodyComponent, "tedi-footer-body", never, {}, {}, never, ["*"], true, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=footer-body.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"footer-body.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/footer/footer-body/footer-body.component.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;;AAEvF,qBAYa,mBAAmB;IAC9B,iBAAiB,oBAA6B;IAE9C,YAAY,0CAAkD;yCAHnD,mBAAmB;2CAAnB,mBAAmB;CAI/B"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ElementRef, QueryList, TemplateRef, AfterContentInit } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FooterBottomComponent implements AfterContentInit {
|
|
4
|
+
private injector;
|
|
5
|
+
private renderer;
|
|
6
|
+
private breakpointService;
|
|
7
|
+
private hostRef;
|
|
8
|
+
private viewContainerRef;
|
|
9
|
+
private ellipsisViews;
|
|
10
|
+
ellipsis: TemplateRef<void>;
|
|
11
|
+
links: QueryList<ElementRef>;
|
|
12
|
+
mobileLayout: import("@angular/core").Signal<boolean>;
|
|
13
|
+
ngAfterContentInit(): void;
|
|
14
|
+
private addEllipsisElements;
|
|
15
|
+
private removeEllipsisElements;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterBottomComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterBottomComponent, "tedi-footer-bottom", never, {}, {}, ["links"], ["*"], true, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=footer-bottom.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"footer-bottom.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/footer/footer-bottom/footer-bottom.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,UAAU,EAEV,SAAS,EAET,WAAW,EAGX,gBAAgB,EAMjB,MAAM,eAAe,CAAC;;AAIvB,qBAYa,qBAAsB,YAAW,gBAAgB;IAC5D,OAAO,CAAC,QAAQ,CAAoB;IACpC,OAAO,CAAC,QAAQ,CAAqB;IACrC,OAAO,CAAC,iBAAiB,CAA6B;IACtD,OAAO,CAAC,OAAO,CAAmC;IAClD,OAAO,CAAC,gBAAgB,CAA4B;IACpD,OAAO,CAAC,aAAa,CAAoC;IAEhB,QAAQ,EAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IAEtE,KAAK,EAAG,SAAS,CAAC,UAAU,CAAC,CAAC;IAE9B,YAAY,0CAAkD;IAE9D,kBAAkB,IAAI,IAAI;IAY1B,OAAO,CAAC,mBAAmB;IA6B3B,OAAO,CAAC,sBAAsB;yCAvDnB,qBAAqB;2CAArB,qBAAqB;CAqEjC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class FooterSectionComponent {
|
|
3
|
+
/**
|
|
4
|
+
* Specifies the icon to be displayed in the footer links.
|
|
5
|
+
*/
|
|
6
|
+
icon: import("@angular/core").InputSignal<string | undefined>;
|
|
7
|
+
/**
|
|
8
|
+
* Specifies the heading text for the footer links.
|
|
9
|
+
*/
|
|
10
|
+
heading: import("@angular/core").InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Enables the collapse functionality for the footer links.
|
|
13
|
+
* When set to true, the footer links will be collapsible on mobile devices.
|
|
14
|
+
* @default "false"
|
|
15
|
+
*/
|
|
16
|
+
collapse: import("@angular/core").InputSignal<boolean>;
|
|
17
|
+
collapseOpen: import("@angular/core").WritableSignal<boolean>;
|
|
18
|
+
private breakpointService;
|
|
19
|
+
applyCollapse: import("@angular/core").Signal<boolean>;
|
|
20
|
+
hideIcon: import("@angular/core").Signal<boolean>;
|
|
21
|
+
mobileLayout: import("@angular/core").Signal<boolean>;
|
|
22
|
+
toggleCollapse(): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterSectionComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterSectionComponent, "tedi-footer-section", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "collapse": { "alias": "collapse"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=footer-section.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"footer-section.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/footer/footer-section/footer-section.component.ts"],"names":[],"mappings":";AAqBA,qBAkCa,sBAAsB;IACjC;;OAEG;IACH,IAAI,0DAAmB;IACvB;;OAEG;IACH,OAAO,0DAAmB;IAC1B;;;;OAIG;IACH,QAAQ,+CAAyB;IACjC,YAAY,kDAA0B;IACtC,OAAO,CAAC,iBAAiB,CAA6B;IAEtD,aAAa,0CAEV;IAEH,QAAQ,0CAAkD;IAE1D,YAAY,0CAAkD;IAE9D,cAAc;yCA1BH,sBAAsB;2CAAtB,sBAAsB;CA+BlC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { BreakpointService } from "../../../../services/breakpoint/breakpoint.service";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type FooterSidePlacement = "start" | "end";
|
|
4
|
+
export type FooterSidePosition = "start" | "center" | "end";
|
|
5
|
+
export declare class FooterSideComponent {
|
|
6
|
+
isStart: string;
|
|
7
|
+
isEnd: string;
|
|
8
|
+
/**
|
|
9
|
+
* Specifies the position of the footer internal content.
|
|
10
|
+
* @default center
|
|
11
|
+
*/
|
|
12
|
+
position: import("@angular/core").InputSignal<FooterSidePosition>;
|
|
13
|
+
placement: import("@angular/core").WritableSignal<FooterSidePlacement | null>;
|
|
14
|
+
breakpointService: BreakpointService;
|
|
15
|
+
mobileLayout: import("@angular/core").Signal<boolean>;
|
|
16
|
+
constructor(isStart: string, isEnd: string);
|
|
17
|
+
get hostClasses(): string;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterSideComponent, [{ attribute: "tedi-footer-start"; }, { attribute: "tedi-footer-end"; }]>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterSideComponent, "tedi-footer-side", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=footer-side.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"footer-side.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/footer/footer-side/footer-side.component.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;;AAEvF,MAAM,MAAM,mBAAmB,GAAG,OAAO,GAAG,KAAK,CAAC;AAClD,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;AAE5D,qBAQa,mBAAmB;IAYW,OAAO,EAAE,MAAM;IACjB,KAAK,EAAE,MAAM;IAZpD;;;OAGG;IACH,QAAQ,0DAAuC;IAC/C,SAAS,qEAA4C;IACrD,iBAAiB,oBAA6B;IAE9C,YAAY,0CAAkD;gBAGrB,OAAO,EAAE,MAAM,EACjB,KAAK,EAAE,MAAM;IAWpD,IACI,WAAW,IAAI,MAAM,CASxB;yCAlCU,mBAAmB;2CAAnB,mBAAmB;CAmC/B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { BreakpointService } from "../../../services/breakpoint/breakpoint.service";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FooterComponent {
|
|
4
|
+
breakpointService: BreakpointService;
|
|
5
|
+
mobileLayout: import("@angular/core").Signal<boolean>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "tedi-footer", never, {}, {}, never, ["[tedi-footer-start]", "tedi-footer-body", "[tedi-footer-end]", "tedi-footer-bottom"], true, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=footer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"footer.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/layout/footer/footer.component.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;;AAEpF,qBAQa,eAAe;IAC1B,iBAAiB,oBAA6B;IAE9C,YAAY,0CAAkD;yCAHnD,eAAe;2CAAf,eAAe;CAI3B"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from "./footer.component";
|
|
2
|
+
export * from "./footer-body/footer-body.component";
|
|
3
|
+
export * from "./footer-section/footer-section.component";
|
|
4
|
+
export * from "./footer-side/footer-side.component";
|
|
5
|
+
export * from "./footer-bottom/footer-bottom.component";
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/layout/footer/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,qCAAqC,CAAC;AACpD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HeaderActionsComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderActionsComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderActionsComponent, "tedi-header-actions", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=header-actions.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-actions.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/header/header-actions/header-actions.component.ts"],"names":[],"mappings":";AAMA,qBAWa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HeaderContentComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderContentComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderContentComponent, "tedi-header-content", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=header-content.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-content.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/header/header-content/header-content.component.ts"],"names":[],"mappings":";AAEA,qBAQa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { PopoverComponent } from '../../../overlay/popover/popover.component';
|
|
2
|
+
import { TediTranslationService, Language } from '../../../../services/translation/translation.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export type HeaderLanguage = {
|
|
5
|
+
[L in Language]?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare class HeaderLanguageComponent {
|
|
8
|
+
/**
|
|
9
|
+
* Languages object.
|
|
10
|
+
* Key is value in 'Language' type.
|
|
11
|
+
* Value should be text shown in the UI.
|
|
12
|
+
*/
|
|
13
|
+
languages: import("@angular/core").InputSignal<HeaderLanguage>;
|
|
14
|
+
/**
|
|
15
|
+
* This is event emitter for changing language
|
|
16
|
+
*/
|
|
17
|
+
languageChange: import("@angular/core").OutputEmitterRef<Language>;
|
|
18
|
+
popover?: PopoverComponent;
|
|
19
|
+
translationService: TediTranslationService;
|
|
20
|
+
languageKeys: import("@angular/core").Signal<Language[]>;
|
|
21
|
+
handleChangeLang(lang: Language): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderLanguageComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderLanguageComponent, "tedi-header-language", never, { "languages": { "alias": "languages"; "required": true; "isSignal": true; }; }, { "languageChange": "languageChange"; }, never, never, true, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=header-language.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-language.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/header/header-language/header-language.component.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AAG9E,OAAO,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;;AAGxG,MAAM,MAAM,cAAc,GAAG;KAC1B,CAAC,IAAI,QAAQ,CAAC,CAAC,EAAE,MAAM;CACzB,CAAA;AAED,qBAYa,uBAAuB;IAClC;;;;MAIE;IACF,SAAS,sDAAoC;IAC7C;;OAEG;IACH,cAAc,qDAAsB;IAEW,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAE1E,kBAAkB,yBAAkC;IAEpD,YAAY,6CAA+D;IAE3E,gBAAgB,CAAC,IAAI,EAAE,QAAQ;yCAlBpB,uBAAuB;2CAAvB,uBAAuB;CAuBnC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BreakpointService } from "../../../../services/breakpoint/breakpoint.service";
|
|
2
|
+
import { TediTranslationService } from '../../../../services/translation/translation.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class HeaderLoginComponent {
|
|
5
|
+
breakpointService: BreakpointService;
|
|
6
|
+
translationService: TediTranslationService;
|
|
7
|
+
isMobile: import("@angular/core").Signal<boolean>;
|
|
8
|
+
textDesktop: import("@angular/core").Signal<string>;
|
|
9
|
+
textMobile: import("@angular/core").Signal<string>;
|
|
10
|
+
text: import("@angular/core").Signal<string>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderLoginComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderLoginComponent, "tedi-header-login", never, {}, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=header-login.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-login.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/header/header-login/header-login.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,sBAAsB,EAAE,MAAM,sDAAsD,CAAC;;AAE9F,qBASa,oBAAoB;IAC/B,iBAAiB,oBAA6B;IAC9C,kBAAkB,yBAAkC;IAEpD,QAAQ,0CAAkD;IAC1D,WAAW,yCAAiD;IAC5D,UAAU,yCAAwD;IAElE,IAAI,yCAA4E;yCARrE,oBAAoB;2CAApB,oBAAoB;CAShC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BreakpointService } from "../../../../services/breakpoint/breakpoint.service";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HeaderLogoutComponent {
|
|
4
|
+
breakpointService: BreakpointService;
|
|
5
|
+
isMobile: import("@angular/core").Signal<boolean>;
|
|
6
|
+
classes: import("@angular/core").Signal<string>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderLogoutComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderLogoutComponent, "button[tedi-header-logout]", never, {}, {}, never, ["*"], true, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=header-logout.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-logout.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/header/header-logout/header-logout.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;;AAEvF,qBAYa,qBAAqB;IAChC,iBAAiB,oBAA6B;IAC9C,QAAQ,0CAAkD;IAE1D,OAAO,yCAQL;yCAZS,qBAAqB;2CAArB,qBAAqB;CAajC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AfterContentInit } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HeaderProfileComponent implements AfterContentInit {
|
|
4
|
+
/** Name of representative */
|
|
5
|
+
name: import("@angular/core").InputSignal<string>;
|
|
6
|
+
/** Breakpoint at which we show dropdown instead of modal */
|
|
7
|
+
showDropdown: import("@angular/core").InputSignal<"xs" | "sm" | "md" | "lg" | "xl" | "xxl" | undefined>;
|
|
8
|
+
private breakpointService;
|
|
9
|
+
private readonly document;
|
|
10
|
+
private readonly host;
|
|
11
|
+
private readonly renderer;
|
|
12
|
+
private readonly eventListeners;
|
|
13
|
+
constructor();
|
|
14
|
+
modalOpen: import("@angular/core").WritableSignal<boolean>;
|
|
15
|
+
ngAfterContentInit(): void;
|
|
16
|
+
handleModalOpen(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderProfileComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderProfileComponent, "tedi-header-profile", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "showDropdown": { "alias": "showDropdown"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=header-profile.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-profile.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/header/header-profile/header-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAUjB,MAAM,eAAe,CAAC;;AAevB,qBAmBa,sBAAuB,YAAW,gBAAgB;IAC7D,6BAA6B;IAC7B,IAAI,8CAAa;IACjB,4DAA4D;IAC5D,YAAY,4FAAuB;IAEnC,OAAO,CAAC,iBAAiB,CAA6B;IACtD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAoB;IAC7C,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAsB;IAC3C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAqB;IAC9C,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;;IAYrD,SAAS,kDAAiB;IAE1B,kBAAkB,IAAI,IAAI;IAe1B,eAAe;yCAvCJ,sBAAsB;2CAAtB,sBAAsB;CAmDlC"}
|