@theseam/ui-common 0.4.0-beta.6 → 0.4.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/breadcrumbs/breadcrumbs/breadcrumbs.component.d.ts +1 -3
- package/card/card-body/card-body.component.d.ts +2 -4
- package/card/card-footer/card-footer.component.d.ts +1 -4
- package/card/card-header/card-header.component.d.ts +1 -4
- package/card/card.component.d.ts +1 -4
- package/carousel/carousel-slide.directive.d.ts +8 -0
- package/carousel/carousel.component.d.ts +85 -0
- package/carousel/carousel.module.d.ts +11 -0
- package/carousel/index.d.ts +5 -0
- package/carousel/public-api.d.ts +3 -0
- package/checkbox/checkbox.component.d.ts +2 -4
- package/core/common-behaviors/active.d.ts +1 -1
- package/core/common-behaviors/disabled.d.ts +1 -1
- package/core/common-behaviors/initialized.d.ts +1 -1
- package/data-filters/data-filter.d.ts +1 -1
- package/datatable/datatable-column/datatable-column.component.d.ts +2 -3
- package/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.d.ts +1 -3
- package/datatable/datatable-export-button/datatable-export-button.component.d.ts +1 -3
- package/datatable/datatable-menu-bar/datatable-menu-bar.component.d.ts +2 -5
- package/datatable/datatable-menu-bar-column-center/datatable-menu-bar-column-center.component.d.ts +1 -4
- package/datatable/datatable-menu-bar-column-left/datatable-menu-bar-column-left.component.d.ts +1 -4
- package/datatable/datatable-menu-bar-column-right/datatable-menu-bar-column-right.component.d.ts +1 -4
- package/datatable/datatable-menu-bar-row/datatable-menu-bar-row.component.d.ts +1 -4
- package/datatable/datatable-menu-bar-text/datatable-menu-bar-text.component.d.ts +1 -3
- package/datatable/directives/datatable-action-menu-item.directive.d.ts +2 -4
- package/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.d.ts +1 -3
- package/datatable-dynamic/datatable-dynamic-menu-bar-content/datatable-dynamic-menu-bar-content.component.d.ts +3 -4
- package/datatable-dynamic/datatable-dynamic-menu-bar-item-manifest.d.ts +1 -1
- package/datatable-dynamic/datatable-dynamic.component.d.ts +1 -4
- package/datatable-dynamic/directives/datatable-dynamic-action-menu-item.directive.d.ts +3 -4
- package/dynamic/action/modal/dynamic-action-modal-def.d.ts +1 -1
- package/esm2020/asset-reader/asset-reader-helper.service.mjs +7 -5
- package/esm2020/asset-reader/asset-reader.module.mjs +4 -4
- package/esm2020/asset-reader/encrypted-asset-link.directive.mjs +3 -3
- package/esm2020/breadcrumbs/breadcrumb.mjs +1 -1
- package/esm2020/breadcrumbs/breadcrumbs/breadcrumbs.component.mjs +4 -5
- package/esm2020/breadcrumbs/breadcrumbs-resolver.mjs +1 -1
- package/esm2020/breadcrumbs/breadcrumbs.module.mjs +5 -5
- package/esm2020/breadcrumbs/breadcrumbs.service.mjs +7 -7
- package/esm2020/buttons/badge-button/badge-button.component.mjs +9 -7
- package/esm2020/buttons/button/button.component.mjs +12 -10
- package/esm2020/buttons/buttons.module.mjs +4 -4
- package/esm2020/buttons/progress-circle-button/progress-circle-button.component.mjs +4 -4
- package/esm2020/buttons/toggle-button/toggle-button.component.mjs +6 -6
- package/esm2020/card/card-action/card-action.component.mjs +4 -4
- package/esm2020/card/card-body/card-body.component.mjs +5 -6
- package/esm2020/card/card-footer/card-footer.component.mjs +5 -8
- package/esm2020/card/card-header/card-header.component.mjs +5 -7
- package/esm2020/card/card.component.mjs +5 -7
- package/esm2020/card/card.module.mjs +4 -4
- package/esm2020/carousel/carousel-slide.directive.mjs +16 -0
- package/esm2020/carousel/carousel.component.mjs +211 -0
- package/esm2020/carousel/carousel.module.mjs +38 -0
- package/esm2020/carousel/public-api.mjs +4 -0
- package/esm2020/carousel/theseam-ui-common-carousel.mjs +5 -0
- package/esm2020/checkbox/checkbox.component.mjs +5 -6
- package/esm2020/checkbox/checkbox.module.mjs +4 -4
- package/esm2020/checkbox/testing/checkbox.harness.mjs +1 -1
- package/esm2020/checkbox/testing/index.mjs +1 -1
- package/esm2020/confirm-dialog/confirm-click.directive.mjs +6 -6
- package/esm2020/confirm-dialog/confirm-dialog.component.mjs +3 -3
- package/esm2020/confirm-dialog/confirm-dialog.module.mjs +4 -4
- package/esm2020/confirm-dialog/confirm-dialog.service.mjs +3 -3
- package/esm2020/core/common-behaviors/active.mjs +2 -1
- package/esm2020/core/common-behaviors/disabled.mjs +2 -1
- package/esm2020/core/common-behaviors/initialized.mjs +2 -1
- package/esm2020/core/common-behaviors/tabindex.mjs +2 -1
- package/esm2020/core/input-decorators/input-boolean.decorator.mjs +4 -5
- package/esm2020/core/input-decorators/input-number.decorator.mjs +4 -5
- package/esm2020/data-exporter/data-exporter.module.mjs +4 -4
- package/esm2020/data-exporter/exporters/csv-exporter.mjs +3 -3
- package/esm2020/data-exporter/exporters/xlsx-exporter.mjs +3 -3
- package/esm2020/data-filters/data-filter.mjs +1 -1
- package/esm2020/data-filters/data-filters.module.mjs +4 -4
- package/esm2020/data-filters/filters/data-filter-search/data-filter-search.component.mjs +5 -5
- package/esm2020/data-filters/filters/data-filter-text/data-filter-text.component.mjs +6 -6
- package/esm2020/data-filters/filters/data-filter-toggle-buttons/data-filter-toggle-buttons.component.mjs +11 -8
- package/esm2020/datatable/datatable/datatable.component.mjs +11 -6
- package/esm2020/datatable/datatable-action-menu/datatable-action-menu.component.mjs +3 -3
- package/esm2020/datatable/datatable-action-menu-item/datatable-action-menu-item.component.mjs +5 -4
- package/esm2020/datatable/datatable-column/datatable-column.component.mjs +4 -5
- package/esm2020/datatable/datatable-column-preferences/datatable-column-preferences.component.mjs +3 -3
- package/esm2020/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.mjs +4 -5
- package/esm2020/datatable/datatable-export-button/datatable-export-button.component.mjs +5 -5
- package/esm2020/datatable/datatable-footer/datatable-footer-tpl.directive.mjs +3 -3
- package/esm2020/datatable/datatable-footer/datatable-footer.directive.mjs +5 -5
- package/esm2020/datatable/datatable-menu-bar/datatable-menu-bar.component.mjs +9 -13
- package/esm2020/datatable/datatable-menu-bar-column-center/datatable-menu-bar-column-center.component.mjs +5 -8
- package/esm2020/datatable/datatable-menu-bar-column-left/datatable-menu-bar-column-left.component.mjs +5 -8
- package/esm2020/datatable/datatable-menu-bar-column-right/datatable-menu-bar-column-right.component.mjs +5 -8
- package/esm2020/datatable/datatable-menu-bar-row/datatable-menu-bar-row.component.mjs +5 -8
- package/esm2020/datatable/datatable-menu-bar-text/datatable-menu-bar-text.component.mjs +4 -5
- package/esm2020/datatable/datatable-row-detail/datatable-row-detail-tpl.directive.mjs +3 -3
- package/esm2020/datatable/datatable-row-detail/datatable-row-detail.directive.mjs +5 -5
- package/esm2020/datatable/datatable.module.mjs +4 -4
- package/esm2020/datatable/directives/datatable-action-menu-item.directive.mjs +5 -6
- package/esm2020/datatable/directives/datatable-action-menu-toggle.directive.mjs +3 -3
- package/esm2020/datatable/directives/datatable-cell-tpl.directive.mjs +3 -3
- package/esm2020/datatable/directives/datatable-filter.directive.mjs +3 -3
- package/esm2020/datatable/directives/datatable-row-action-item.directive.mjs +3 -3
- package/esm2020/datatable/models/columns-alteration.mjs +1 -1
- package/esm2020/datatable/models/columns-alterations/order.columns-alteration.mjs +3 -1
- package/esm2020/datatable/models/datatable-gql-data-source.mjs +1 -1
- package/esm2020/datatable/models/internal-column-props.mjs +1 -1
- package/esm2020/datatable/models/sort-item.mjs +1 -1
- package/esm2020/datatable/services/columns-alterations-manager.service.mjs +4 -4
- package/esm2020/datatable/services/columns-manager.service.mjs +5 -5
- package/esm2020/datatable/services/datatable-column-changes.service.mjs +3 -3
- package/esm2020/datatable/services/datatable-preferences.service.mjs +5 -4
- package/esm2020/datatable/services/datatable-scrollbar-helper.service.mjs +5 -5
- package/esm2020/datatable/utils/map-columns-alterations-states.mjs +4 -1
- package/esm2020/datatable/utils/set-column-defaults.mjs +2 -2
- package/esm2020/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.mjs +5 -6
- package/esm2020/datatable-dynamic/datatable-dynamic-filter-container/datatable-dynamic-filter-container.component.mjs +4 -4
- package/esm2020/datatable-dynamic/datatable-dynamic-menu-bar-content/datatable-dynamic-menu-bar-content.component.mjs +6 -7
- package/esm2020/datatable-dynamic/datatable-dynamic-menu-bar-item-manifest.mjs +1 -1
- package/esm2020/datatable-dynamic/datatable-dynamic.component.mjs +4 -6
- package/esm2020/datatable-dynamic/datatable-dynamic.module.mjs +4 -4
- package/esm2020/datatable-dynamic/directives/datatable-dynamic-action-menu-item.directive.mjs +6 -6
- package/esm2020/datatable-dynamic/dynamic-datatable-def.service.mjs +7 -7
- package/esm2020/datatable-dynamic/dynamic-datatable-row-actions.service.mjs +6 -6
- package/esm2020/dynamic/action/api/dynamic-action-api.service.mjs +11 -8
- package/esm2020/dynamic/action/dynamic-action-helper.service.mjs +6 -5
- package/esm2020/dynamic/action/link/dynamic-action-link.service.mjs +4 -4
- package/esm2020/dynamic/action/modal/dynamic-action-modal-def.mjs +1 -1
- package/esm2020/dynamic/action/modal/dynamic-action-modal.service.mjs +4 -4
- package/esm2020/dynamic/dynamic-value-helper.service.mjs +5 -4
- package/esm2020/dynamic/evaluators/exporters-data-evaluator/exporters-data-evaluator.mjs +4 -4
- package/esm2020/dynamic/evaluators/jexl-evaluator/jexl-evaluator.mjs +5 -5
- package/esm2020/dynamic-component-loader/dynamic-component-loader.module.mjs +4 -4
- package/esm2020/dynamic-component-loader/dynamic-component-loader.service.mjs +9 -9
- package/esm2020/footer-bar/footer-bar/footer-bar.component.mjs +5 -8
- package/esm2020/footer-bar/footer-bar.module.mjs +5 -5
- package/esm2020/form-field/form-field-error.directive.mjs +4 -4
- package/esm2020/form-field/form-field-help-text.directive.mjs +3 -3
- package/esm2020/form-field/form-field-label-tpl.directive.mjs +3 -3
- package/esm2020/form-field/form-field-required-indicator.component.mjs +4 -4
- package/esm2020/form-field/form-field.component.mjs +5 -5
- package/esm2020/form-field/form-field.module.mjs +4 -4
- package/esm2020/form-field/input.directive.mjs +10 -9
- package/esm2020/form-field/testing/form-field-required-indicator.harness.mjs +1 -1
- package/esm2020/form-field/testing/index.mjs +1 -1
- package/esm2020/form-field-error/form-field-error/form-field-error.component.mjs +5 -7
- package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item-tpl.directive.mjs +4 -4
- package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item.directive.mjs +3 -3
- package/esm2020/form-field-error/form-field-error-list/form-field-error-list.component.mjs +8 -8
- package/esm2020/form-field-error/form-field-error.module.mjs +4 -4
- package/esm2020/framework/base-layout/base-layout.component.mjs +5 -4
- package/esm2020/framework/base-layout/base-layout.module.mjs +5 -5
- package/esm2020/framework/base-layout/directives/base-layout-content-footer.directive.mjs +3 -3
- package/esm2020/framework/base-layout/directives/base-layout-content-header.directive.mjs +3 -3
- package/esm2020/framework/base-layout/directives/base-layout-content.directive.mjs +3 -3
- package/esm2020/framework/base-layout/directives/base-layout-nav-toggle.directive.mjs +3 -3
- package/esm2020/framework/base-layout/directives/base-layout-side-bar-footer.directive.mjs +3 -3
- package/esm2020/framework/base-layout/directives/base-layout-side-bar.directive.mjs +3 -3
- package/esm2020/framework/base-layout/directives/base-layout-top-bar.directive.mjs +3 -3
- package/esm2020/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.mjs +5 -7
- package/esm2020/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.mjs +4 -5
- package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widget-portal-outlet.directive.mjs +7 -7
- package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets-preferences.service.mjs +6 -5
- package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.component.mjs +4 -4
- package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.service.mjs +7 -5
- package/esm2020/framework/dashboard/dashboard.component.mjs +5 -5
- package/esm2020/framework/dashboard/dashboard.module.mjs +4 -4
- package/esm2020/framework/dynamic-router/dynamic-route-def.mjs +1 -1
- package/esm2020/framework/dynamic-router/dynamic-router.module.mjs +5 -5
- package/esm2020/framework/dynamic-router/hierarchy-router-outlet/hierarchy-route-animations.mjs +1 -1
- package/esm2020/framework/dynamic-router/hierarchy-router-outlet/hierarchy-router-outlet.component.mjs +5 -6
- package/esm2020/framework/dynamic-router/resolvers/hierarchy-level.resolver.mjs +5 -6
- package/esm2020/framework/schema-form/schema-form-framework.component.mjs +3 -3
- package/esm2020/framework/schema-form/schema-form-framework.mjs +3 -3
- package/esm2020/framework/schema-form/schema-form.module.mjs +4 -4
- package/esm2020/framework/schema-form-controls/schema-form-checkbox/schema-form-checkbox.component.mjs +3 -3
- package/esm2020/framework/schema-form-controls/schema-form-controls.module.mjs +4 -4
- package/esm2020/framework/schema-form-controls/schema-form-input/schema-form-input.component.mjs +3 -3
- package/esm2020/framework/schema-form-controls/schema-form-number/schema-form-number.component.mjs +3 -3
- package/esm2020/framework/schema-form-controls/schema-form-select/schema-form-select.component.mjs +3 -3
- package/esm2020/framework/schema-form-controls/schema-form-submit/schema-form-submit.component.mjs +3 -3
- package/esm2020/framework/schema-form-controls/schema-form-submit-split/schema-form-submit-split.component.mjs +5 -4
- package/esm2020/framework/side-nav/side-nav-item/side-nav-item.component.mjs +5 -5
- package/esm2020/framework/side-nav/side-nav-toggle/side-nav-toggle.component.mjs +5 -6
- package/esm2020/framework/side-nav/side-nav-utils.mjs +2 -1
- package/esm2020/framework/side-nav/side-nav.component.mjs +6 -7
- package/esm2020/framework/side-nav/side-nav.module.mjs +4 -4
- package/esm2020/framework/side-nav/side-nav.service.mjs +3 -3
- package/esm2020/framework/top-bar/top-bar-item.directive.mjs +3 -3
- package/esm2020/framework/top-bar/top-bar-menu-btn-detail.directive.mjs +3 -3
- package/esm2020/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.mjs +4 -6
- package/esm2020/framework/top-bar/top-bar-menu.directive.mjs +3 -3
- package/esm2020/framework/top-bar/top-bar-title/top-bar-title.component.mjs +5 -7
- package/esm2020/framework/top-bar/top-bar.component.mjs +4 -6
- package/esm2020/framework/top-bar/top-bar.module.mjs +4 -4
- package/esm2020/google-maps/google-maps/google-maps.component.mjs +23 -26
- package/esm2020/google-maps/google-maps-api-loader/lazy-google-maps-api-loader.mjs +3 -3
- package/esm2020/google-maps/google-maps-api-loader/noop-google-maps-api-loader.mjs +3 -3
- package/esm2020/google-maps/google-maps-contextmenu.mjs +9 -8
- package/esm2020/google-maps/google-maps-controls.service.mjs +3 -3
- package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.mjs +9 -10
- package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.directive.mjs +9 -9
- package/esm2020/google-maps/google-maps-recenter-button-control/google-maps-recenter-button-control.component.mjs +6 -6
- package/esm2020/google-maps/google-maps-upload-button-control/google-maps-upload-button-control.component.mjs +6 -6
- package/esm2020/google-maps/google-maps.module.mjs +4 -4
- package/esm2020/google-maps/google-maps.service.mjs +8 -8
- package/esm2020/google-maps/map-control.component.mjs +3 -3
- package/esm2020/google-maps/map-file-drop/map-file-drop.component.mjs +4 -4
- package/esm2020/google-maps/map-value-manager.service.mjs +3 -3
- package/esm2020/graphql/datatable/datatable-graphql-query-ref.mjs +1 -27
- package/esm2020/graphql/datatable/datatable-graphql.service.mjs +4 -4
- package/esm2020/graphql/datatable/datatable-helpers.mjs +2 -2
- package/esm2020/graphql/datatable/map-filter-states.mjs +2 -1
- package/esm2020/graphql/utils/inline-variables.mjs +2 -1
- package/esm2020/graphql/utils/parse-hints.mjs +3 -3
- package/esm2020/graphql/utils/to-gql.mjs +3 -3
- package/esm2020/icon/icon/icon.component.mjs +5 -5
- package/esm2020/icon/icon-btn/icon-btn.component.mjs +4 -5
- package/esm2020/icon/icon-notification/icon-notification.component.mjs +3 -3
- package/esm2020/icon/icon.module.mjs +4 -4
- package/esm2020/icon/utils/get-known-icon.mjs +71 -71
- package/esm2020/layout/breakpoint-aliases.mjs +1 -1
- package/esm2020/layout/layout.module.mjs +4 -4
- package/esm2020/layout/layout.service.mjs +3 -3
- package/esm2020/layout/observe-media-query.mjs +1 -1
- package/esm2020/loading/loading/loading.component.mjs +8 -9
- package/esm2020/loading/loading-overlay.service.mjs +3 -3
- package/esm2020/loading/loading.module.mjs +4 -4
- package/esm2020/menu/menu-divider.component.mjs +3 -3
- package/esm2020/menu/menu-footer/menu-footer.component.mjs +3 -3
- package/esm2020/menu/menu-footer-action/menu-footer-action.component.mjs +4 -4
- package/esm2020/menu/menu-header/menu-header.component.mjs +3 -3
- package/esm2020/menu/menu-item.component.mjs +4 -5
- package/esm2020/menu/menu-toggle.directive.mjs +4 -4
- package/esm2020/menu/menu.component.mjs +4 -4
- package/esm2020/menu/menu.module.mjs +4 -4
- package/esm2020/modal/directives/modal-close.directive.mjs +3 -3
- package/esm2020/modal/directives/modal-footer-tpl.directive.mjs +3 -3
- package/esm2020/modal/directives/modal-header-icon-tpl.directive.mjs +3 -3
- package/esm2020/modal/directives/modal-header-title-tpl.directive.mjs +3 -3
- package/esm2020/modal/directives/modal-title.directive.mjs +3 -3
- package/esm2020/modal/directives/modal.directive.mjs +5 -5
- package/esm2020/modal/modal/modal.component.mjs +6 -7
- package/esm2020/modal/modal-body/modal-body.component.mjs +5 -7
- package/esm2020/modal/modal-config.mjs +1 -1
- package/esm2020/modal/modal-container/modal-container.component.mjs +4 -4
- package/esm2020/modal/modal-footer/modal-footer.component.mjs +5 -7
- package/esm2020/modal/modal-header/modal-header.component.mjs +5 -7
- package/esm2020/modal/modal-ref.mjs +1 -1
- package/esm2020/modal/modal.module.mjs +4 -4
- package/esm2020/modal/modal.service.mjs +26 -23
- package/esm2020/modal/route-modal/route-modal.component.mjs +4 -5
- package/esm2020/popover/popover/popover.component.mjs +3 -3
- package/esm2020/popover/popover.directive.mjs +4 -4
- package/esm2020/popover/popover.module.mjs +5 -5
- package/esm2020/progress/progress-circle/progress-circle.component.mjs +10 -10
- package/esm2020/progress/progress.module.mjs +4 -4
- package/esm2020/scrollbar/overlay-scrollbar.directive.mjs +4 -5
- package/esm2020/scrollbar/overlay-scrollbars.service.mjs +4 -4
- package/esm2020/scrollbar/scrollbar.module.mjs +4 -4
- package/esm2020/services/asset-loader.service.mjs +5 -6
- package/esm2020/services/font-loader.service.mjs +5 -6
- package/esm2020/services/router-helpers.service.mjs +3 -3
- package/esm2020/shared/components/password-input-reveal/password-input-reveal.component.mjs +3 -3
- package/esm2020/shared/directives/auto-focus.directive.mjs +3 -3
- package/esm2020/shared/directives/click-outside.directive.mjs +3 -3
- package/esm2020/shared/directives/disable-control.directive.mjs +3 -3
- package/esm2020/shared/directives/elem-resized.directive.mjs +5 -5
- package/esm2020/shared/directives/hover-class-toggle.directive.mjs +4 -4
- package/esm2020/shared/directives/hover-class.directive.mjs +3 -3
- package/esm2020/shared/directives/ng-select-extra.directive.mjs +7 -7
- package/esm2020/shared/directives/ngx-quill-extra.directive.mjs +5 -5
- package/esm2020/shared/pipes/mask-chars.pipe.mjs +3 -3
- package/esm2020/shared/pipes/truncate.pipe.mjs +3 -3
- package/esm2020/shared/shared.module.mjs +4 -4
- package/esm2020/storage/local-storage.service.mjs +8 -8
- package/esm2020/storage/localstorage-memory.mjs +4 -4
- package/esm2020/story-helpers/arg-type-helpers.mjs +1 -1
- package/esm2020/story-helpers/initial-route.service.mjs +3 -3
- package/esm2020/story-helpers/on-story-bootstrapped-trigger.mjs +2 -1
- package/esm2020/story-helpers/public-api.mjs +2 -2
- package/esm2020/story-helpers/story-empty-with-route.component.mjs +3 -3
- package/esm2020/story-helpers/story-empty.component.mjs +3 -3
- package/esm2020/story-helpers/story-helper-components.module.mjs +4 -4
- package/esm2020/story-helpers/story-initial-route.mjs +4 -4
- package/esm2020/story-helpers/story-modal-container.component.mjs +4 -4
- package/esm2020/story-helpers/story-toastr.service.mjs +3 -3
- package/esm2020/tabbed/directives/tabbed-tab-content.directive.mjs +5 -5
- package/esm2020/tabbed/directives/tabbed-tab.directive.mjs +5 -4
- package/esm2020/tabbed/tabbed-content/tabbed-content.component.mjs +5 -7
- package/esm2020/tabbed/tabbed-item/tabbed-item.component.mjs +5 -6
- package/esm2020/tabbed/tabbed.component.mjs +4 -4
- package/esm2020/tabbed/tabbed.module.mjs +4 -4
- package/esm2020/tabbed/tabbed.service.mjs +5 -5
- package/esm2020/table/table/table.component.mjs +5 -6
- package/esm2020/table/table.module.mjs +4 -4
- package/esm2020/table-cell-type/services/table-cell-types-helpers.service.mjs +5 -5
- package/esm2020/table-cell-type/table-cell-type-export-props.mjs +1 -1
- package/esm2020/table-cell-type/table-cell-type-models.mjs +1 -1
- package/esm2020/table-cell-type/table-cell-type-selector.component.mjs +5 -6
- package/esm2020/table-cell-type/table-cell-type.module.mjs +4 -4
- package/esm2020/table-cell-types/table-cell-type-currency/table-cell-type-currency.component.mjs +12 -12
- package/esm2020/table-cell-types/table-cell-type-date/table-cell-type-date.component.mjs +8 -12
- package/esm2020/table-cell-types/table-cell-type-decimal/table-cell-type-decimal.component.mjs +14 -14
- package/esm2020/table-cell-types/table-cell-type-icon/table-cell-type-icon.component.mjs +10 -10
- package/esm2020/table-cell-types/table-cell-type-integer/table-cell-type-integer.component.mjs +14 -14
- package/esm2020/table-cell-types/table-cell-type-phone/table-cell-type-phone.component.mjs +6 -7
- package/esm2020/table-cell-types/table-cell-type-progress-circle/table-cell-type-progress-circle.component.mjs +11 -10
- package/esm2020/table-cell-types/table-cell-type-progress-circle-icon/table-cell-type-progress-circle-icon.component.mjs +7 -8
- package/esm2020/table-cell-types/table-cell-type-string/table-cell-type-string.component.mjs +11 -8
- package/esm2020/table-cell-types/table-cell-types.module.mjs +4 -4
- package/esm2020/tel-input/intl-tel-input.mjs +2 -2
- package/esm2020/tel-input/phone-number.pipe.mjs +3 -3
- package/esm2020/tel-input/tel-input/tel-input.component.mjs +5 -6
- package/esm2020/tel-input/tel-input.directive.mjs +4 -4
- package/esm2020/tel-input/tel-input.module.mjs +4 -4
- package/esm2020/tel-input/utils/add-country-code.mjs +4 -4
- package/esm2020/tel-input/utils/process-country-codes.mjs +4 -7
- package/esm2020/testing/story-expect.mjs +2 -1
- package/esm2020/tiled-select/components/tiled-select/tiled-select.component.mjs +5 -6
- package/esm2020/tiled-select/components/tiled-select-tile/tiled-select-tile.component.mjs +4 -5
- package/esm2020/tiled-select/components/tiled-select-tile-icon/tiled-select-tile-icon.component.mjs +12 -13
- package/esm2020/tiled-select/directives/tiled-select-tile-icon-tpl.directive.mjs +3 -3
- package/esm2020/tiled-select/directives/tiled-select-tile-label-tpl.directive.mjs +3 -3
- package/esm2020/tiled-select/directives/tiled-select-tile-overlay.directive.mjs +3 -3
- package/esm2020/tiled-select/testing/index.mjs +1 -1
- package/esm2020/tiled-select/tiled-select.module.mjs +4 -4
- package/esm2020/toggle-edit/toggle-edit-actions-container/toggle-edit-actions-container.component.mjs +5 -8
- package/esm2020/toggle-edit/toggle-edit-display-tpl.directive.mjs +3 -3
- package/esm2020/toggle-edit/toggle-edit-keyboard-listener.service.mjs +3 -3
- package/esm2020/toggle-edit/toggle-edit.component.mjs +7 -7
- package/esm2020/toggle-edit/toggle-edit.module.mjs +4 -4
- package/esm2020/toggle-group/toggle-group-option.directive.mjs +3 -3
- package/esm2020/toggle-group/toggle-group.directive.mjs +6 -6
- package/esm2020/toggle-group/toggle-group.module.mjs +4 -4
- package/esm2020/unsaved-changes-dialog/unsaved-changes-can-deactivate.mjs +5 -5
- package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +5 -8
- package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.guard.mjs +5 -4
- package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +4 -4
- package/esm2020/utils/array-move.mjs +1 -1
- package/esm2020/utils/cdk/get-closest-widget-cdk-drag.mjs +3 -3
- package/esm2020/utils/file-utils.mjs +2 -2
- package/esm2020/utils/form/get-control-path.mjs +6 -5
- package/esm2020/utils/geo-json/geo-json-to-area.mjs +3 -3
- package/esm2020/utils/geo-json/is-only-geometry-types.validator.mjs +1 -1
- package/esm2020/utils/geo-json/min-max-points.validator.mjs +5 -5
- package/esm2020/utils/geo-json/read-geo-file.mjs +3 -2
- package/esm2020/utils/has-property.mjs +2 -2
- package/esm2020/utils/load-style-sheet.mjs +2 -2
- package/esm2020/utils/load-style.mjs +2 -2
- package/esm2020/utils/obj-utils.mjs +2 -2
- package/esm2020/utils/polling-ticker.mjs +2 -2
- package/esm2020/utils/router/operators/activated-routes-with-data-property.mjs +2 -2
- package/esm2020/utils/router/route-snapshot-path-full.mjs +2 -2
- package/esm2020/utils/router/route-snapshot-path-relative.mjs +2 -2
- package/esm2020/utils/router/will-have-data-prop.mjs +3 -3
- package/esm2020/utils/subscriber-count.mjs +2 -1
- package/esm2020/utils/toggle-attribute.mjs +6 -5
- package/esm2020/utils/wait-on-condition-async.mjs +5 -5
- package/esm2020/vertical-list-filter/public-api.mjs +3 -0
- package/esm2020/vertical-list-filter/testing/index.mjs +2 -0
- package/esm2020/vertical-list-filter/testing/vertical-list-filter.harness.mjs +28 -0
- package/esm2020/vertical-list-filter/theseam-ui-common-vertical-list-filter.mjs +5 -0
- package/esm2020/vertical-list-filter/vertical-list-filter.component.mjs +52 -0
- package/esm2020/viewers/html-template-viewer/html-template-viewer.component.mjs +4 -4
- package/esm2020/viewers/html-template-viewer/html-template-viewer.module.mjs +4 -4
- package/esm2020/viewers/pdf-viewer/pdf-page/pdf-page.component.mjs +5 -4
- package/esm2020/viewers/pdf-viewer/pdf-renderer.service.mjs +4 -4
- package/esm2020/viewers/pdf-viewer/pdf-viewer.component.mjs +5 -4
- package/esm2020/viewers/pdf-viewer/pdf-viewer.module.mjs +4 -4
- package/esm2020/widget/directives/widget-drag-handle.directive.mjs +7 -7
- package/esm2020/widget/directives/widget-icon-tpl.directive.mjs +3 -3
- package/esm2020/widget/directives/widget-title-tpl.directive.mjs +3 -3
- package/esm2020/widget/widget/widget.component.mjs +3 -3
- package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.component.mjs +5 -8
- package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.module.mjs +4 -4
- package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.component.mjs +5 -8
- package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.module.mjs +4 -4
- package/esm2020/widget/widget-content-components/widget-description/widget-description.component.mjs +3 -3
- package/esm2020/widget/widget-content-components/widget-description/widget-description.module.mjs +4 -4
- package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.component.mjs +6 -7
- package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.module.mjs +4 -4
- package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.component.mjs +5 -7
- package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.module.mjs +4 -4
- package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.component.mjs +5 -8
- package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.module.mjs +4 -4
- package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.component.mjs +5 -5
- package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.module.mjs +4 -4
- package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item-icon-tpl.directive.mjs +3 -3
- package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.mjs +16 -19
- package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.component.mjs +5 -7
- package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.module.mjs +4 -4
- package/esm2020/widget/widget-content-components/widget-table/widget-table.component.mjs +5 -5
- package/esm2020/widget/widget-content-components/widget-table/widget-table.module.mjs +4 -4
- package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.mjs +6 -9
- package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.mjs +5 -6
- package/esm2020/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.mjs +5 -8
- package/esm2020/widget/widget-content-components/widget-tile/widget-tile-secondary-icon.directive.mjs +5 -5
- package/esm2020/widget/widget-content-components/widget-tile/widget-tile.component.mjs +9 -8
- package/esm2020/widget/widget-content-components/widget-tile/widget-tile.module.mjs +10 -10
- package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.component.mjs +5 -8
- package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.module.mjs +4 -4
- package/esm2020/widget/widget-footer/widget-footer.component.mjs +5 -7
- package/esm2020/widget/widget-registry.service.mjs +6 -5
- package/esm2020/widget/widget.module.mjs +7 -7
- package/fesm2015/theseam-ui-common-asset-reader.mjs +13 -11
- package/fesm2015/theseam-ui-common-asset-reader.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-breadcrumbs.mjs +13 -14
- package/fesm2015/theseam-ui-common-breadcrumbs.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-buttons.mjs +31 -27
- package/fesm2015/theseam-ui-common-buttons.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-card.mjs +23 -31
- package/fesm2015/theseam-ui-common-card.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-carousel.mjs +265 -0
- package/fesm2015/theseam-ui-common-carousel.mjs.map +1 -0
- package/fesm2015/theseam-ui-common-checkbox.mjs +8 -9
- package/fesm2015/theseam-ui-common-checkbox.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-confirm-dialog.mjs +15 -15
- package/fesm2015/theseam-ui-common-confirm-dialog.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-core.mjs +10 -8
- package/fesm2015/theseam-ui-common-core.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-data-exporter.mjs +10 -10
- package/fesm2015/theseam-ui-common-data-filters.mjs +23 -20
- package/fesm2015/theseam-ui-common-data-filters.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-datatable-dynamic.mjs +34 -38
- package/fesm2015/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-datatable.mjs +115 -123
- package/fesm2015/theseam-ui-common-datatable.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-dynamic-component-loader.mjs +12 -12
- package/fesm2015/theseam-ui-common-dynamic-component-loader.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-dynamic.mjs +36 -26
- package/fesm2015/theseam-ui-common-dynamic.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-footer-bar.mjs +8 -11
- package/fesm2015/theseam-ui-common-footer-bar.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-form-field-error.mjs +21 -23
- package/fesm2015/theseam-ui-common-form-field-error.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-form-field.mjs +29 -28
- package/fesm2015/theseam-ui-common-form-field.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-framework.mjs +153 -160
- package/fesm2015/theseam-ui-common-framework.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-google-maps.mjs +84 -86
- package/fesm2015/theseam-ui-common-google-maps.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-graphql.mjs +10 -34
- package/fesm2015/theseam-ui-common-graphql.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-icon.mjs +84 -85
- package/fesm2015/theseam-ui-common-icon.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-layout.mjs +7 -7
- package/fesm2015/theseam-ui-common-layout.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-loading.mjs +14 -15
- package/fesm2015/theseam-ui-common-loading.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-menu.mjs +25 -26
- package/fesm2015/theseam-ui-common-menu.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-modal.mjs +71 -76
- package/fesm2015/theseam-ui-common-modal.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-popover.mjs +10 -10
- package/fesm2015/theseam-ui-common-popover.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-progress.mjs +13 -13
- package/fesm2015/theseam-ui-common-progress.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-scrollbar.mjs +10 -11
- package/fesm2015/theseam-ui-common-scrollbar.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-services.mjs +11 -13
- package/fesm2015/theseam-ui-common-services.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-shared.mjs +42 -42
- package/fesm2015/theseam-ui-common-shared.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-storage.mjs +10 -10
- package/fesm2015/theseam-ui-common-storage.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-story-helpers.mjs +25 -100
- package/fesm2015/theseam-ui-common-story-helpers.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-tabbed.mjs +27 -29
- package/fesm2015/theseam-ui-common-tabbed.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-table-cell-type.mjs +12 -13
- package/fesm2015/theseam-ui-common-table-cell-type.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-table-cell-types.mjs +87 -89
- package/fesm2015/theseam-ui-common-table-cell-types.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-table.mjs +8 -9
- package/fesm2015/theseam-ui-common-table.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-tel-input.mjs +21 -25
- package/fesm2015/theseam-ui-common-tel-input.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-testing.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-tiled-select.mjs +31 -34
- package/fesm2015/theseam-ui-common-tiled-select.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-toggle-edit.mjs +20 -23
- package/fesm2015/theseam-ui-common-toggle-edit.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-toggle-group.mjs +12 -12
- package/fesm2015/theseam-ui-common-toggle-group.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-unsaved-changes-dialog.mjs +16 -18
- package/fesm2015/theseam-ui-common-unsaved-changes-dialog.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-utils.mjs +36 -32
- package/fesm2015/theseam-ui-common-utils.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-vertical-list-filter.mjs +96 -0
- package/fesm2015/theseam-ui-common-vertical-list-filter.mjs.map +1 -0
- package/fesm2015/theseam-ui-common-viewers.mjs +22 -20
- package/fesm2015/theseam-ui-common-viewers.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-widget.mjs +159 -186
- package/fesm2015/theseam-ui-common-widget.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-asset-reader.mjs +13 -11
- package/fesm2020/theseam-ui-common-asset-reader.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-breadcrumbs.mjs +13 -14
- package/fesm2020/theseam-ui-common-breadcrumbs.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-buttons.mjs +31 -27
- package/fesm2020/theseam-ui-common-buttons.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-card.mjs +23 -31
- package/fesm2020/theseam-ui-common-card.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-carousel.mjs +265 -0
- package/fesm2020/theseam-ui-common-carousel.mjs.map +1 -0
- package/fesm2020/theseam-ui-common-checkbox.mjs +8 -9
- package/fesm2020/theseam-ui-common-checkbox.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-confirm-dialog.mjs +15 -15
- package/fesm2020/theseam-ui-common-confirm-dialog.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-core.mjs +10 -8
- package/fesm2020/theseam-ui-common-core.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-data-exporter.mjs +10 -10
- package/fesm2020/theseam-ui-common-data-filters.mjs +23 -20
- package/fesm2020/theseam-ui-common-data-filters.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-datatable-dynamic.mjs +34 -38
- package/fesm2020/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-datatable.mjs +115 -123
- package/fesm2020/theseam-ui-common-datatable.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-dynamic-component-loader.mjs +12 -12
- package/fesm2020/theseam-ui-common-dynamic-component-loader.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-dynamic.mjs +36 -26
- package/fesm2020/theseam-ui-common-dynamic.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-footer-bar.mjs +8 -11
- package/fesm2020/theseam-ui-common-footer-bar.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-form-field-error.mjs +21 -23
- package/fesm2020/theseam-ui-common-form-field-error.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-form-field.mjs +29 -28
- package/fesm2020/theseam-ui-common-form-field.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-framework.mjs +153 -160
- package/fesm2020/theseam-ui-common-framework.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-google-maps.mjs +83 -86
- package/fesm2020/theseam-ui-common-google-maps.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-graphql.mjs +10 -34
- package/fesm2020/theseam-ui-common-graphql.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-icon.mjs +84 -85
- package/fesm2020/theseam-ui-common-icon.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-layout.mjs +16 -8
- package/fesm2020/theseam-ui-common-layout.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-loading.mjs +14 -15
- package/fesm2020/theseam-ui-common-loading.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-menu.mjs +25 -26
- package/fesm2020/theseam-ui-common-menu.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-modal.mjs +71 -76
- package/fesm2020/theseam-ui-common-modal.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-models.mjs +2 -1
- package/fesm2020/theseam-ui-common-models.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-popover.mjs +10 -10
- package/fesm2020/theseam-ui-common-popover.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-progress.mjs +13 -13
- package/fesm2020/theseam-ui-common-progress.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-scrollbar.mjs +10 -11
- package/fesm2020/theseam-ui-common-scrollbar.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-services.mjs +11 -13
- package/fesm2020/theseam-ui-common-services.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-shared.mjs +42 -42
- package/fesm2020/theseam-ui-common-shared.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-storage.mjs +10 -10
- package/fesm2020/theseam-ui-common-storage.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-story-helpers.mjs +25 -96
- package/fesm2020/theseam-ui-common-story-helpers.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-tabbed.mjs +27 -29
- package/fesm2020/theseam-ui-common-tabbed.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-table-cell-type.mjs +12 -13
- package/fesm2020/theseam-ui-common-table-cell-type.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-table-cell-types.mjs +87 -89
- package/fesm2020/theseam-ui-common-table-cell-types.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-table.mjs +8 -9
- package/fesm2020/theseam-ui-common-table.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-tel-input.mjs +21 -25
- package/fesm2020/theseam-ui-common-tel-input.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-testing.mjs +1 -0
- package/fesm2020/theseam-ui-common-testing.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-tiled-select.mjs +31 -34
- package/fesm2020/theseam-ui-common-tiled-select.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-toggle-edit.mjs +20 -23
- package/fesm2020/theseam-ui-common-toggle-edit.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-toggle-group.mjs +12 -12
- package/fesm2020/theseam-ui-common-toggle-group.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-unsaved-changes-dialog.mjs +16 -18
- package/fesm2020/theseam-ui-common-unsaved-changes-dialog.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-utils.mjs +36 -32
- package/fesm2020/theseam-ui-common-utils.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-vertical-list-filter.mjs +87 -0
- package/fesm2020/theseam-ui-common-vertical-list-filter.mjs.map +1 -0
- package/fesm2020/theseam-ui-common-viewers.mjs +22 -20
- package/fesm2020/theseam-ui-common-viewers.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-widget.mjs +159 -186
- package/fesm2020/theseam-ui-common-widget.mjs.map +1 -1
- package/footer-bar/footer-bar/footer-bar.component.d.ts +1 -4
- package/form-field-error/form-field-error/form-field-error.component.d.ts +1 -4
- package/form-field-error/form-field-error-list/form-field-error-list.component.d.ts +2 -3
- package/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.d.ts +2 -4
- package/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.d.ts +2 -3
- package/framework/dashboard/dashboard.component.d.ts +0 -1
- package/framework/dynamic-router/hierarchy-router-outlet/hierarchy-router-outlet.component.d.ts +2 -3
- package/framework/dynamic-router/resolvers/hierarchy-level.resolver.d.ts +0 -1
- package/framework/side-nav/side-nav-toggle/side-nav-toggle.component.d.ts +2 -4
- package/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.d.ts +3 -5
- package/framework/top-bar/top-bar-title/top-bar-title.component.d.ts +1 -4
- package/framework/top-bar/top-bar.component.d.ts +2 -4
- package/google-maps/google-maps/google-maps.component.d.ts +3 -6
- package/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.d.ts +2 -3
- package/graphql/datatable/datatable-graphql-query-ref.d.ts +0 -1
- package/icon/icon-btn/icon-btn.component.d.ts +2 -3
- package/loading/loading/loading.component.d.ts +1 -4
- package/menu/menu-item.component.d.ts +2 -3
- package/modal/modal/modal.component.d.ts +3 -4
- package/modal/modal-body/modal-body.component.d.ts +1 -4
- package/modal/modal-footer/modal-footer.component.d.ts +1 -4
- package/modal/modal-header/modal-header.component.d.ts +1 -4
- package/modal/route-modal/route-modal.component.d.ts +2 -3
- package/package.json +17 -1
- package/progress/progress-circle/progress-circle.component.d.ts +0 -1
- package/scrollbar/overlay-scrollbar.directive.d.ts +2 -3
- package/services/asset-loader.service.d.ts +0 -1
- package/services/font-loader.service.d.ts +0 -1
- package/story-helpers/public-api.d.ts +0 -1
- package/tabbed/directives/tabbed-tab-content.directive.d.ts +0 -1
- package/tabbed/tabbed-content/tabbed-content.component.d.ts +1 -4
- package/tabbed/tabbed-item/tabbed-item.component.d.ts +2 -4
- package/tabbed/tabbed.service.d.ts +0 -1
- package/table/table/table.component.d.ts +2 -3
- package/table-cell-type/table-cell-type-models.d.ts +1 -1
- package/table-cell-type/table-cell-type-selector.component.d.ts +3 -4
- package/table-cell-types/table-cell-type-currency/table-cell-type-currency.component.d.ts +2 -3
- package/table-cell-types/table-cell-type-date/table-cell-type-date.component.d.ts +2 -3
- package/table-cell-types/table-cell-type-decimal/table-cell-type-decimal.component.d.ts +2 -3
- package/table-cell-types/table-cell-type-icon/table-cell-type-icon.component.d.ts +2 -3
- package/table-cell-types/table-cell-type-integer/table-cell-type-integer.component.d.ts +2 -3
- package/table-cell-types/table-cell-type-phone/table-cell-type-phone.component.d.ts +2 -3
- package/table-cell-types/table-cell-type-progress-circle/table-cell-type-progress-circle.component.d.ts +2 -3
- package/table-cell-types/table-cell-type-progress-circle-icon/table-cell-type-progress-circle-icon.component.d.ts +2 -3
- package/tiled-select/components/tiled-select/tiled-select.component.d.ts +2 -3
- package/tiled-select/components/tiled-select-tile-icon/tiled-select-tile-icon.component.d.ts +1 -4
- package/toggle-edit/toggle-edit-actions-container/toggle-edit-actions-container.component.d.ts +1 -4
- package/toggle-group/toggle-group.directive.d.ts +0 -1
- package/unsaved-changes-dialog/unsaved-changes-dialog.component.d.ts +1 -4
- package/utils/obj-utils.d.ts +2 -2
- package/vertical-list-filter/index.d.ts +5 -0
- package/vertical-list-filter/public-api.d.ts +2 -0
- package/vertical-list-filter/testing/index.d.ts +1 -0
- package/vertical-list-filter/testing/vertical-list-filter.harness.d.ts +9 -0
- package/vertical-list-filter/vertical-list-filter.component.d.ts +17 -0
- package/widget/widget-content-components/widget-button-group/widget-button-group.component.d.ts +1 -4
- package/widget/widget-content-components/widget-content-header/widget-content-header.component.d.ts +1 -4
- package/widget/widget-content-components/widget-empty-label/widget-empty-label.component.d.ts +2 -3
- package/widget/widget-content-components/widget-footer-link/widget-footer-link.component.d.ts +1 -4
- package/widget/widget-content-components/widget-footer-text/widget-footer-text.component.d.ts +1 -4
- package/widget/widget-content-components/widget-header-badge/widget-header-badge.component.d.ts +2 -3
- package/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.d.ts +4 -7
- package/widget/widget-content-components/widget-list-group/widget-list-group.component.d.ts +1 -4
- package/widget/widget-content-components/widget-table/widget-table.component.d.ts +0 -1
- package/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.d.ts +1 -4
- package/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.d.ts +2 -3
- package/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.d.ts +1 -4
- package/widget/widget-content-components/widget-tile-list/widget-tile-list.component.d.ts +1 -4
- package/widget/widget-footer/widget-footer.component.d.ts +1 -4
- package/esm2020/story-helpers/args-to-tpl.mjs +0 -72
- package/story-helpers/args-to-tpl.d.ts +0 -24
package/framework/dynamic-router/hierarchy-router-outlet/hierarchy-router-outlet.component.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { OnDestroy
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router, RouterOutlet } from '@angular/router';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare function routeChanges(router: Router): import("rxjs").Observable<{
|
|
5
5
|
url: any;
|
|
6
6
|
}>;
|
|
7
|
-
export declare class HierarchyRouterOutletComponent implements
|
|
7
|
+
export declare class HierarchyRouterOutletComponent implements OnDestroy {
|
|
8
8
|
private _route;
|
|
9
9
|
private _router;
|
|
10
10
|
private _uid;
|
|
@@ -13,7 +13,6 @@ export declare class HierarchyRouterOutletComponent implements OnInit, OnDestroy
|
|
|
13
13
|
outletActive: boolean;
|
|
14
14
|
ngContentVisible: boolean;
|
|
15
15
|
constructor(_route: ActivatedRoute, _router: Router);
|
|
16
|
-
ngOnInit(): void;
|
|
17
16
|
ngOnDestroy(): void;
|
|
18
17
|
private _hasChildren;
|
|
19
18
|
prepareRoute(outlet: RouterOutlet): string | undefined;
|
|
@@ -2,7 +2,6 @@ import { ActivatedRouteSnapshot, Resolve, RouterStateSnapshot } from '@angular/r
|
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class HierarchyLevelResolver implements Resolve<number> {
|
|
5
|
-
constructor();
|
|
6
5
|
resolve(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<number> | Promise<number> | number;
|
|
7
6
|
private _getMaxHierLevel;
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<HierarchyLevelResolver, never>;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { EventEmitter
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SideNavToggleComponent
|
|
4
|
+
export declare class SideNavToggleComponent {
|
|
5
5
|
static ngAcceptInputType_expanded: BooleanInput;
|
|
6
6
|
faBars: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
7
7
|
expanded: boolean;
|
|
8
8
|
toggleExpand: EventEmitter<void>;
|
|
9
|
-
constructor();
|
|
10
|
-
ngOnInit(): void;
|
|
11
9
|
toggle(): void;
|
|
12
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavToggleComponent, never>;
|
|
13
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavToggleComponent, "seam-side-nav-toggle", never, { "expanded": "expanded"; }, { "toggleExpand": "toggleExpand"; }, never, ["*"], false, never>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import {
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
3
|
import { CanDisableCtor } from '@theseam/ui-common/core';
|
|
4
4
|
import { SeamIcon } from '@theseam/ui-common/icon';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
declare class TopBarMenuButtonBase {
|
|
7
7
|
}
|
|
8
8
|
declare const _TopBarMenuButtonMixinBase: CanDisableCtor & typeof TopBarMenuButtonBase;
|
|
9
|
-
export declare class TopBarMenuButtonComponent extends _TopBarMenuButtonMixinBase
|
|
9
|
+
export declare class TopBarMenuButtonComponent extends _TopBarMenuButtonMixinBase {
|
|
10
10
|
static ngAcceptInputType_compact: BooleanInput;
|
|
11
11
|
faAngleDown: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
12
|
-
detailTpl: TemplateRef<
|
|
12
|
+
detailTpl: TemplateRef<object> | undefined | null;
|
|
13
13
|
compact: boolean;
|
|
14
14
|
/** Icon to display on mobile to activate profile dropdown. Defaults to faUserCircle. */
|
|
15
15
|
profileIcon: SeamIcon | undefined | null;
|
|
@@ -17,8 +17,6 @@ export declare class TopBarMenuButtonComponent extends _TopBarMenuButtonMixinBas
|
|
|
17
17
|
get _hasPadding0Class(): boolean;
|
|
18
18
|
get _hasRoundedClass(): boolean;
|
|
19
19
|
get _hasBtnLinkClass(): boolean;
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TopBarMenuButtonComponent, never>;
|
|
23
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<TopBarMenuButtonComponent, "button[seamTopBarMenuButton]", ["seamButton"], { "disabled": "disabled"; "detailTpl": "detailTpl"; "compact": "compact"; "profileIcon": "profileIcon"; }, {}, never, never, false, never>;
|
|
24
22
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TopBarTitleComponent
|
|
2
|
+
export declare class TopBarTitleComponent {
|
|
4
3
|
titleText: string | undefined | null;
|
|
5
4
|
subTitleText: string | undefined | null;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnInit(): void;
|
|
8
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TopBarTitleComponent, never>;
|
|
9
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<TopBarTitleComponent, "seam-top-bar-title", never, { "titleText": "titleText"; "subTitleText": "subTitleText"; }, {}, never, never, false, never>;
|
|
10
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { AfterContentInit, OnDestroy,
|
|
2
|
+
import { AfterContentInit, OnDestroy, QueryList } from '@angular/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { TheSeamLayoutService } from '@theseam/ui-common/layout';
|
|
5
5
|
import { SeamIcon } from '@theseam/ui-common/icon';
|
|
@@ -18,7 +18,7 @@ import * as i0 from "@angular/core";
|
|
|
18
18
|
* > different modifications across our apps. Also, this will help make sure
|
|
19
19
|
* > your change should have even been done.
|
|
20
20
|
*/
|
|
21
|
-
export declare class TheSeamTopBarComponent implements
|
|
21
|
+
export declare class TheSeamTopBarComponent implements OnDestroy, AfterContentInit {
|
|
22
22
|
private _layout;
|
|
23
23
|
static ngAcceptInputType_hasTitle: BooleanInput;
|
|
24
24
|
/** @ignore */
|
|
@@ -55,8 +55,6 @@ export declare class TheSeamTopBarComponent implements OnInit, OnDestroy, AfterC
|
|
|
55
55
|
isMobile$: Observable<boolean>;
|
|
56
56
|
constructor(_layout: TheSeamLayoutService);
|
|
57
57
|
/** @ignore */
|
|
58
|
-
ngOnInit(): void;
|
|
59
|
-
/** @ignore */
|
|
60
58
|
ngOnDestroy(): void;
|
|
61
59
|
/** @ignore */
|
|
62
60
|
ngAfterContentInit(): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="google.maps" />
|
|
2
2
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
3
3
|
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
4
|
-
import {
|
|
4
|
+
import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
5
5
|
import { ControlValueAccessor } from '@angular/forms';
|
|
6
6
|
import { Observable } from 'rxjs';
|
|
7
7
|
import { CanDisable, CanDisableCtor } from '@theseam/ui-common/core';
|
|
@@ -19,7 +19,8 @@ declare const _TheSeamGoogleMapsMixinBase: CanDisableCtor & typeof TheSeamGoogle
|
|
|
19
19
|
/**
|
|
20
20
|
* A wrapper for googlemap.
|
|
21
21
|
*/
|
|
22
|
-
export declare class TheSeamGoogleMapsComponent extends _TheSeamGoogleMapsMixinBase implements OnInit,
|
|
22
|
+
export declare class TheSeamGoogleMapsComponent extends _TheSeamGoogleMapsMixinBase implements OnInit, OnDestroy, OnChanges, CanDisable, ControlValueAccessor {
|
|
23
|
+
readonly elementRef: ElementRef;
|
|
23
24
|
private readonly _focusMonitor;
|
|
24
25
|
private readonly _googleMaps;
|
|
25
26
|
private readonly _mapValueManager;
|
|
@@ -74,12 +75,8 @@ export declare class TheSeamGoogleMapsComponent extends _TheSeamGoogleMapsMixinB
|
|
|
74
75
|
fullscreenControl: boolean;
|
|
75
76
|
};
|
|
76
77
|
constructor(elementRef: ElementRef, _focusMonitor: FocusMonitor, _googleMaps: GoogleMapsService, _mapValueManager: MapValueManagerService, _googleMapsApiLoader: TheSeamGoogleMapsApiLoader);
|
|
77
|
-
/** @ignore */
|
|
78
78
|
ngOnInit(): void;
|
|
79
|
-
/** @ignore */
|
|
80
79
|
ngOnDestroy(): void;
|
|
81
|
-
/** @ignore */
|
|
82
|
-
ngAfterViewInit(): void;
|
|
83
80
|
ngOnChanges(changes: SimpleChanges): void;
|
|
84
81
|
writeValue(value: MapValue): void;
|
|
85
82
|
registerOnChange(fn: any): void;
|
package/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="google.maps" />
|
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
-
import { ElementRef, OnDestroy
|
|
3
|
+
import { ElementRef, OnDestroy } from '@angular/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { InputDirective } from '@theseam/ui-common/form-field';
|
|
6
6
|
import { SeamIcon } from '@theseam/ui-common/icon';
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
/**
|
|
10
10
|
*
|
|
11
11
|
*/
|
|
12
|
-
export declare class TheSeamGoogleMapsPlacesAutoCompleteComponent implements
|
|
12
|
+
export declare class TheSeamGoogleMapsPlacesAutoCompleteComponent implements OnDestroy {
|
|
13
13
|
private readonly _elementRef;
|
|
14
14
|
static ngAcceptInputType_disabled: BooleanInput;
|
|
15
15
|
private readonly _ngUnsubscribe;
|
|
@@ -49,7 +49,6 @@ export declare class TheSeamGoogleMapsPlacesAutoCompleteComponent implements OnI
|
|
|
49
49
|
_onClick(event: MouseEvent): void;
|
|
50
50
|
_onFocus(): void;
|
|
51
51
|
constructor(_elementRef: ElementRef);
|
|
52
|
-
ngOnInit(): void;
|
|
53
52
|
/** @ignore */
|
|
54
53
|
ngOnDestroy(): void;
|
|
55
54
|
private _untilAutoCompleteReady;
|
|
@@ -47,7 +47,6 @@ export declare class DatatableGraphQLQueryRef<TData, TVariables extends Datatabl
|
|
|
47
47
|
* How long to wait before refetching from an update to the query or variables.
|
|
48
48
|
*/
|
|
49
49
|
_updatesPollDelay?: number);
|
|
50
|
-
private _logNetworkStatus;
|
|
51
50
|
rows(mapper: DatatableGraphQLDataMapper<TData, TRow>): Observable<TRow[]>;
|
|
52
51
|
private _rowsObservable;
|
|
53
52
|
private _needsToRequeryWithAllRecords;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { DoCheck, ElementRef,
|
|
2
|
+
import { DoCheck, ElementRef, Renderer2 } from '@angular/core';
|
|
3
3
|
import { SizeProp } from '@fortawesome/fontawesome-svg-core';
|
|
4
4
|
import type { ThemeTypes } from '@theseam/ui-common/models';
|
|
5
5
|
import type { SeamIcon } from '../icon';
|
|
6
6
|
import type { TheSeamIconType } from '../icon/icon.component';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class IconBtnComponent implements
|
|
8
|
+
export declare class IconBtnComponent implements DoCheck {
|
|
9
9
|
private _elementRef;
|
|
10
10
|
private _renderer;
|
|
11
11
|
static ngAcceptInputType_grayscaleOnDisable: BooleanInput;
|
|
@@ -67,7 +67,6 @@ export declare class IconBtnComponent implements OnInit, DoCheck {
|
|
|
67
67
|
set role(value: string | undefined | null);
|
|
68
68
|
private _role;
|
|
69
69
|
constructor(_elementRef: ElementRef<HTMLButtonElement | HTMLAnchorElement>, _renderer: Renderer2);
|
|
70
|
-
ngOnInit(): void;
|
|
71
70
|
ngDoCheck(): void;
|
|
72
71
|
isBtnTheme(type: ThemeTypes): boolean;
|
|
73
72
|
protected _isButton(): boolean;
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { NgxLoadingConfig } from '@marklb/ngx-loading';
|
|
3
2
|
import type { TheSeamLoadingTheme } from '../loading.models';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LoadingComponent
|
|
4
|
+
export declare class LoadingComponent {
|
|
6
5
|
set theme(value: TheSeamLoadingTheme);
|
|
7
6
|
_theme: NgxLoadingConfig;
|
|
8
|
-
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
|
|
11
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "seam-loading", never, { "theme": "theme"; }, {}, never, never, false, never>;
|
|
12
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FocusableOption, FocusMonitor, FocusOrigin } from '@angular/cdk/a11y';
|
|
2
|
-
import { ElementRef, OnDestroy
|
|
2
|
+
import { ElementRef, OnDestroy } from '@angular/core';
|
|
3
3
|
import { Subject } from 'rxjs';
|
|
4
4
|
import { CanDisableCtor } from '@theseam/ui-common/core';
|
|
5
5
|
import { SeamIcon } from '@theseam/ui-common/icon';
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
declare class TheSeamMenuItemBase {
|
|
9
9
|
}
|
|
10
10
|
declare const _seamMenuItemMixinBase: CanDisableCtor & typeof TheSeamMenuItemBase;
|
|
11
|
-
export declare class MenuItemComponent extends _seamMenuItemMixinBase implements
|
|
11
|
+
export declare class MenuItemComponent extends _seamMenuItemMixinBase implements OnDestroy, FocusableOption {
|
|
12
12
|
private _elementRef;
|
|
13
13
|
document: any;
|
|
14
14
|
private _focusMonitor;
|
|
@@ -24,7 +24,6 @@ export declare class MenuItemComponent extends _seamMenuItemMixinBase implements
|
|
|
24
24
|
/** Whether the menu item is highlighted. */
|
|
25
25
|
_highlighted: boolean;
|
|
26
26
|
constructor(_elementRef: ElementRef<HTMLElement>, document: any, _focusMonitor: FocusMonitor, _parentMenu?: ITheSeamMenuPanel<MenuItemComponent> | undefined);
|
|
27
|
-
ngOnInit(): void;
|
|
28
27
|
ngOnDestroy(): void;
|
|
29
28
|
/** Focuses the menu item. */
|
|
30
29
|
focus(origin?: FocusOrigin): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
2
|
import { Overlay, OverlayRef } from '@angular/cdk/overlay';
|
|
3
3
|
import { ComponentPortal, TemplatePortal } from '@angular/cdk/portal';
|
|
4
|
-
import { AfterViewInit, EventEmitter, OnDestroy,
|
|
4
|
+
import { AfterViewInit, EventEmitter, OnDestroy, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
5
5
|
import { UntypedFormGroup } from '@angular/forms';
|
|
6
6
|
import { ActivatedRoute } from '@angular/router';
|
|
7
7
|
import { IconProp } from '@fortawesome/fontawesome-svg-core';
|
|
@@ -12,7 +12,7 @@ import { ModalHeaderTitleTplDirective } from '../directives/modal-header-title-t
|
|
|
12
12
|
import { IModalContainer } from '../modal.models';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
export declare const LIB_MODAL: any;
|
|
15
|
-
export declare class ModalComponent implements
|
|
15
|
+
export declare class ModalComponent implements OnDestroy, AfterViewInit, IModalContainer {
|
|
16
16
|
private _viewContainerRef;
|
|
17
17
|
private _overlay;
|
|
18
18
|
private _route;
|
|
@@ -47,10 +47,9 @@ export declare class ModalComponent implements OnInit, OnDestroy, AfterViewInit,
|
|
|
47
47
|
/** Emit the `(ngSubmit)` event. NOTE: Only if `form` is defined. */
|
|
48
48
|
formSubmit: EventEmitter<void>;
|
|
49
49
|
constructor(_viewContainerRef: ViewContainerRef, _overlay: Overlay, _route: ActivatedRoute);
|
|
50
|
-
ngOnInit(): void;
|
|
51
50
|
ngOnDestroy(): void;
|
|
52
51
|
ngAfterViewInit(): void;
|
|
53
|
-
open(portal?: TemplatePortal | ComponentPortal<
|
|
52
|
+
open(portal?: TemplatePortal | ComponentPortal<object>): void;
|
|
54
53
|
close(): void;
|
|
55
54
|
_onSubmit(): void;
|
|
56
55
|
isRouteModal(): boolean;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ModalBodyComponent
|
|
2
|
+
export declare class ModalBodyComponent {
|
|
4
3
|
_modalBodyCss: boolean;
|
|
5
4
|
_paddingCss: boolean;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnInit(): void;
|
|
8
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalBodyComponent, never>;
|
|
9
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<ModalBodyComponent, "seam-modal-body", never, {}, {}, never, ["*"], false, never>;
|
|
10
7
|
}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ModalFooterComponent
|
|
2
|
+
export declare class ModalFooterComponent {
|
|
4
3
|
_modalFooterCss: boolean;
|
|
5
|
-
constructor();
|
|
6
|
-
ngOnInit(): void;
|
|
7
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalFooterComponent, never>;
|
|
8
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<ModalFooterComponent, "seam-modal-footer", never, {}, {}, never, ["*"], false, never>;
|
|
9
6
|
}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { ModalCloseDirective } from '../directives/modal-close.directive';
|
|
3
2
|
import { ModalTitleDirective } from '../directives/modal-title.directive';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ModalHeaderComponent
|
|
4
|
+
export declare class ModalHeaderComponent {
|
|
6
5
|
_modalHeaderCss: boolean;
|
|
7
6
|
hasCloseBtn: boolean;
|
|
8
7
|
_titleDirective?: ModalTitleDirective;
|
|
9
8
|
_closeDirective?: ModalCloseDirective;
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnInit(): void;
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalHeaderComponent, never>;
|
|
13
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<ModalHeaderComponent, "seam-modal-header", never, { "hasCloseBtn": "hasCloseBtn"; }, {}, ["_titleDirective", "_closeDirective"], ["*"], false, never>;
|
|
14
11
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { Modal } from '../modal.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class RouteModalComponent implements OnInit, OnDestroy
|
|
5
|
+
export declare class RouteModalComponent implements OnInit, OnDestroy {
|
|
6
6
|
private _route;
|
|
7
7
|
private _router;
|
|
8
8
|
private _modal;
|
|
@@ -10,7 +10,6 @@ export declare class RouteModalComponent implements OnInit, OnDestroy, AfterView
|
|
|
10
10
|
constructor(_route: ActivatedRoute, _router: Router, _modal: Modal);
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
|
-
ngAfterViewInit(): void;
|
|
14
13
|
getOutletParent(): ActivatedRoute | null;
|
|
15
14
|
_onDetached(): void;
|
|
16
15
|
isRouteModal(): boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theseam/ui-common",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "^15.0.0",
|
|
6
6
|
"@angular/common": "^15.0.0",
|
|
@@ -105,6 +105,14 @@
|
|
|
105
105
|
"node": "./fesm2015/theseam-ui-common-card.mjs",
|
|
106
106
|
"default": "./fesm2020/theseam-ui-common-card.mjs"
|
|
107
107
|
},
|
|
108
|
+
"./carousel": {
|
|
109
|
+
"types": "./carousel/index.d.ts",
|
|
110
|
+
"esm2020": "./esm2020/carousel/theseam-ui-common-carousel.mjs",
|
|
111
|
+
"es2020": "./fesm2020/theseam-ui-common-carousel.mjs",
|
|
112
|
+
"es2015": "./fesm2015/theseam-ui-common-carousel.mjs",
|
|
113
|
+
"node": "./fesm2015/theseam-ui-common-carousel.mjs",
|
|
114
|
+
"default": "./fesm2020/theseam-ui-common-carousel.mjs"
|
|
115
|
+
},
|
|
108
116
|
"./checkbox": {
|
|
109
117
|
"types": "./checkbox/index.d.ts",
|
|
110
118
|
"esm2020": "./esm2020/checkbox/theseam-ui-common-checkbox.mjs",
|
|
@@ -425,6 +433,14 @@
|
|
|
425
433
|
"node": "./fesm2015/theseam-ui-common-validators.mjs",
|
|
426
434
|
"default": "./fesm2020/theseam-ui-common-validators.mjs"
|
|
427
435
|
},
|
|
436
|
+
"./vertical-list-filter": {
|
|
437
|
+
"types": "./vertical-list-filter/index.d.ts",
|
|
438
|
+
"esm2020": "./esm2020/vertical-list-filter/theseam-ui-common-vertical-list-filter.mjs",
|
|
439
|
+
"es2020": "./fesm2020/theseam-ui-common-vertical-list-filter.mjs",
|
|
440
|
+
"es2015": "./fesm2015/theseam-ui-common-vertical-list-filter.mjs",
|
|
441
|
+
"node": "./fesm2015/theseam-ui-common-vertical-list-filter.mjs",
|
|
442
|
+
"default": "./fesm2020/theseam-ui-common-vertical-list-filter.mjs"
|
|
443
|
+
},
|
|
428
444
|
"./viewers": {
|
|
429
445
|
"types": "./viewers/index.d.ts",
|
|
430
446
|
"esm2020": "./esm2020/viewers/theseam-ui-common-viewers.mjs",
|
|
@@ -22,7 +22,6 @@ export declare class ProgressCircleComponent {
|
|
|
22
22
|
readonly radius = 15;
|
|
23
23
|
readonly circumference: number;
|
|
24
24
|
_progressInfo?: IProgressInfo | null;
|
|
25
|
-
constructor();
|
|
26
25
|
private _getProgress;
|
|
27
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressCircleComponent, never>;
|
|
28
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressCircleComponent, "seam-progress-circle", never, { "fillBackground": "fillBackground"; "showText": "showText"; "hiddenOnEmpty": "hiddenOnEmpty"; "pending": "pending"; "percentage": "percentage"; }, {}, never, never, false, never>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnDestroy
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import OverlayScrollbars from 'overlayscrollbars';
|
|
3
3
|
import { OverlayScrollbarsService } from './overlay-scrollbars.service';
|
|
4
4
|
import type { IOverlayScrollbarsConfig } from './overlay-scrollbars-config-model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class OverlayScrollbarDirective implements
|
|
6
|
+
export declare class OverlayScrollbarDirective implements AfterViewInit, OnDestroy {
|
|
7
7
|
private _ref;
|
|
8
8
|
private _scrollbars;
|
|
9
9
|
static ngAcceptInputType_seamOverlayScrollbar: IOverlayScrollbarsConfig | undefined | null | '';
|
|
@@ -15,7 +15,6 @@ export declare class OverlayScrollbarDirective implements OnInit, AfterViewInit,
|
|
|
15
15
|
get options(): IOverlayScrollbarsConfig | undefined | null;
|
|
16
16
|
private _options;
|
|
17
17
|
constructor(_ref: ElementRef, _scrollbars: OverlayScrollbarsService);
|
|
18
|
-
ngOnInit(): void;
|
|
19
18
|
ngAfterViewInit(): void;
|
|
20
19
|
ngOnDestroy(): void;
|
|
21
20
|
get instance(): OverlayScrollbars;
|
|
@@ -8,7 +8,6 @@ export declare class LoadedAssetRef<T extends HTMLLinkElement | HTMLScriptElemen
|
|
|
8
8
|
destroy(): void;
|
|
9
9
|
}
|
|
10
10
|
export declare class AssetLoaderService {
|
|
11
|
-
constructor();
|
|
12
11
|
loadStyleSheet(path: string): Observable<LoadedAssetRef<HTMLLinkElement>>;
|
|
13
12
|
loadStyle(content: string): Observable<LoadedAssetRef<HTMLStyleElement>>;
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AssetLoaderService, never>;
|
|
@@ -28,7 +28,6 @@ export type TheSeamFontEvents = {
|
|
|
28
28
|
* config differences being confusing.
|
|
29
29
|
*/
|
|
30
30
|
export declare class TheSeamFontLoaderService {
|
|
31
|
-
constructor();
|
|
32
31
|
/**
|
|
33
32
|
* Since this method is just a wrapper for webfontloader right now it accepts
|
|
34
33
|
* anything webfontloader's config accepts, so the event callbacks can still
|
|
@@ -2,7 +2,6 @@ import { TabbedTabContentAccessor } from '../tabbed-models';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TabbedTabContentDirective implements TabbedTabContentAccessor {
|
|
4
4
|
isActive: boolean;
|
|
5
|
-
constructor();
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabbedTabContentDirective, never>;
|
|
7
6
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TabbedTabContentDirective, "[seamTabbedTabContent]", ["seamTabbedTabContent"], {}, {}, never, never, false, never>;
|
|
8
7
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { TabbedItemAccessor } from '../tabbed-models';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TabbedContentComponent
|
|
3
|
+
export declare class TabbedContentComponent {
|
|
5
4
|
tabbedItem?: TabbedItemAccessor;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnInit(): void;
|
|
8
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabbedContentComponent, never>;
|
|
9
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<TabbedContentComponent, "seam-tabbed-content", never, { "tabbedItem": "tabbedItem"; }, {}, never, never, false, never>;
|
|
10
7
|
}
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import {
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
3
|
import { TabbedTabContentDirective } from '../directives/tabbed-tab-content.directive';
|
|
4
4
|
import { TabbedTabDirective } from '../directives/tabbed-tab.directive';
|
|
5
5
|
import { TabbedItemAccessor } from '../tabbed-models';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TabbedItemComponent implements
|
|
7
|
+
export declare class TabbedItemComponent implements TabbedItemAccessor {
|
|
8
8
|
static ngAcceptInputType_contentFromRoute: BooleanInput;
|
|
9
9
|
tabbedTabTpl?: TemplateRef<TabbedTabDirective>;
|
|
10
10
|
tabbedContentTpl?: TemplateRef<TabbedTabContentDirective>;
|
|
11
11
|
name: string | undefined | null;
|
|
12
12
|
label: string | undefined | null;
|
|
13
13
|
contentFromRoute: boolean;
|
|
14
|
-
constructor();
|
|
15
|
-
ngOnInit(): void;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabbedItemComponent, never>;
|
|
17
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<TabbedItemComponent, "seam-tabbed-item", never, { "name": "name"; "label": "label"; "contentFromRoute": "contentFromRoute"; }, {}, ["tabbedTabTpl", "tabbedContentTpl"], never, false, never>;
|
|
18
16
|
}
|
|
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare type TabsDirection = 'horizontal' | 'vertical';
|
|
4
4
|
export declare class TabbedService {
|
|
5
5
|
private _tabGroups;
|
|
6
|
-
constructor();
|
|
7
6
|
registerTab(tab: TabbedComponent, groupName: string): void;
|
|
8
7
|
unregisterTab(tab: TabbedComponent, groupName: string): void;
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabbedService, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { EventEmitter
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
3
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
@@ -17,7 +17,7 @@ export interface ITableColumn {
|
|
|
17
17
|
prop: string;
|
|
18
18
|
name?: string;
|
|
19
19
|
}
|
|
20
|
-
export declare class TableComponent<T = any>
|
|
20
|
+
export declare class TableComponent<T = any> {
|
|
21
21
|
private readonly _sanitizer;
|
|
22
22
|
static ngAcceptInputType_hasHeader: BooleanInput;
|
|
23
23
|
get columns(): (string | ITableColumn)[] | undefined | null;
|
|
@@ -37,7 +37,6 @@ export declare class TableComponent<T = any> implements OnInit {
|
|
|
37
37
|
displayedColumns?: string[];
|
|
38
38
|
readonly actionRefreshRequest: EventEmitter<void>;
|
|
39
39
|
constructor(_sanitizer: DomSanitizer);
|
|
40
|
-
ngOnInit(): void;
|
|
41
40
|
private _setColumns;
|
|
42
41
|
triggerActionRefreshRequest(): void;
|
|
43
42
|
_trackByRecords(r: any): any;
|
|
@@ -18,7 +18,7 @@ export interface ITableCellTypeManifest {
|
|
|
18
18
|
* later on we may have many unused cell types or a large cell type that isn't
|
|
19
19
|
* used often.
|
|
20
20
|
*/
|
|
21
|
-
component: ComponentType<
|
|
21
|
+
component: ComponentType<unknown>;
|
|
22
22
|
}
|
|
23
23
|
export interface ICalucatedValueContext<R = any, V = any> extends Partial<TableCellData<any, any, R, V>> {
|
|
24
24
|
[key: string]: any;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ComponentPortal } from '@angular/cdk/portal';
|
|
2
|
-
import { AfterViewInit, ChangeDetectorRef, Injector, OnChanges,
|
|
2
|
+
import { AfterViewInit, ChangeDetectorRef, Injector, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { TableCellTypeConfig } from './table-cell-type-config';
|
|
4
4
|
import type { TheSeamTableColumn } from './table-cell-type-models';
|
|
5
5
|
import { ITableCellTypeManifest } from './table-cell-type-models';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TableCellTypeSelectorComponent<T extends string = any, D = any, V = any> implements
|
|
7
|
+
export declare class TableCellTypeSelectorComponent<T extends string = any, D = any, V = any> implements AfterViewInit, OnChanges {
|
|
8
8
|
private _injector;
|
|
9
9
|
private _ref;
|
|
10
10
|
type: T | undefined | null;
|
|
@@ -12,12 +12,11 @@ export declare class TableCellTypeSelectorComponent<T extends string = any, D =
|
|
|
12
12
|
rowIndex: number | undefined | null;
|
|
13
13
|
row: D | undefined | null;
|
|
14
14
|
colData: TheSeamTableColumn<T, TableCellTypeConfig<T>> | undefined | null;
|
|
15
|
-
componentPortal?: ComponentPortal<
|
|
15
|
+
componentPortal?: ComponentPortal<unknown>;
|
|
16
16
|
private _data;
|
|
17
17
|
private _dataChangeSubject?;
|
|
18
18
|
private _manifests;
|
|
19
19
|
constructor(_injector: Injector, _ref: ChangeDetectorRef, manifests?: ITableCellTypeManifest[]);
|
|
20
|
-
ngOnInit(): void;
|
|
21
20
|
ngAfterViewInit(): void;
|
|
22
21
|
private _getComponent;
|
|
23
22
|
private _createInjector;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy
|
|
1
|
+
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { TableCellTypesHelpersService, TheSeamTableColumn } from '@theseam/ui-common/table-cell-type';
|
|
3
3
|
import type { TableCellData } from '@theseam/ui-common/table-cell-type';
|
|
4
4
|
import { TableCellTypeConfigCurrency } from './table-cell-type-currency-config';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TableCellTypeCurrencyComponent implements
|
|
6
|
+
export declare class TableCellTypeCurrencyComponent implements OnDestroy {
|
|
7
7
|
private _cdf;
|
|
8
8
|
private _tableCellTypeHelpers;
|
|
9
9
|
private readonly _ngUnsubscribe;
|
|
@@ -13,7 +13,6 @@ export declare class TableCellTypeCurrencyComponent implements OnInit, OnDestroy
|
|
|
13
13
|
colData?: TheSeamTableColumn<'currency', TableCellTypeConfigCurrency>;
|
|
14
14
|
textAlign?: 'left' | 'center' | 'right';
|
|
15
15
|
constructor(_cdf: ChangeDetectorRef, _tableCellTypeHelpers: TableCellTypesHelpersService, _tableData?: TableCellData<'currency', TableCellTypeConfigCurrency>);
|
|
16
|
-
ngOnInit(): void;
|
|
17
16
|
ngOnDestroy(): void;
|
|
18
17
|
private _formatCurrency;
|
|
19
18
|
private _parseConfigValue;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy
|
|
1
|
+
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import type { TableCellData } from '@theseam/ui-common/table-cell-type';
|
|
3
3
|
import { TableCellTypeConfigDate } from './table-cell-type-date-config';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TableCellTypeDateComponent implements
|
|
5
|
+
export declare class TableCellTypeDateComponent implements OnDestroy {
|
|
6
6
|
private _cdf;
|
|
7
7
|
private readonly _ngUnsubscribe;
|
|
8
8
|
value: string | undefined | null;
|
|
9
9
|
format: string | undefined | null;
|
|
10
10
|
constructor(_cdf: ChangeDetectorRef, _tableData?: TableCellData<'date', TableCellTypeConfigDate>);
|
|
11
|
-
ngOnInit(): void;
|
|
12
11
|
ngOnDestroy(): void;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableCellTypeDateComponent, [null, { optional: true; }]>;
|
|
14
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableCellTypeDateComponent, "seam-table-cell-type-date", never, { "value": "value"; "format": "format"; }, {}, never, never, false, never>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy
|
|
1
|
+
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { TableCellTypesHelpersService, TheSeamTableColumn } from '@theseam/ui-common/table-cell-type';
|
|
3
3
|
import type { TableCellData } from '@theseam/ui-common/table-cell-type';
|
|
4
4
|
import { TableCellTypeConfigDecimal } from './table-cell-type-decimal-config';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TableCellTypeDecimalComponent implements
|
|
6
|
+
export declare class TableCellTypeDecimalComponent implements OnDestroy {
|
|
7
7
|
private _cdf;
|
|
8
8
|
private _tableCellTypeHelpers;
|
|
9
9
|
private readonly _ngUnsubscribe;
|
|
@@ -13,7 +13,6 @@ export declare class TableCellTypeDecimalComponent implements OnInit, OnDestroy
|
|
|
13
13
|
colData?: TheSeamTableColumn<'decimal', TableCellTypeConfigDecimal>;
|
|
14
14
|
textAlign?: 'left' | 'center' | 'right';
|
|
15
15
|
constructor(_cdf: ChangeDetectorRef, _tableCellTypeHelpers: TableCellTypesHelpersService, _tableData?: TableCellData<'decimal', TableCellTypeConfigDecimal>);
|
|
16
|
-
ngOnInit(): void;
|
|
17
16
|
ngOnDestroy(): void;
|
|
18
17
|
private _formatDecimal;
|
|
19
18
|
private _parseConfigValue;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy
|
|
1
|
+
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { DatatableComponent } from '@theseam/ui-common/datatable';
|
|
3
3
|
import { SeamIcon, TheSeamIconType } from '@theseam/ui-common/icon';
|
|
4
4
|
import { TableComponent } from '@theseam/ui-common/table';
|
|
@@ -7,7 +7,7 @@ import type { TableCellData, TheSeamTableColumn } from '@theseam/ui-common/table
|
|
|
7
7
|
import { TableCellTypeConfigIcon, TableCellTypeIconConfigAction } from './table-cell-type-icon-config';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export type IconTemplateType = 'default' | 'link' | 'link-external' | 'link-encrypted' | 'button';
|
|
10
|
-
export declare class TableCellTypeIconComponent<R = any, V = any> implements
|
|
10
|
+
export declare class TableCellTypeIconComponent<R = any, V = any> implements OnDestroy {
|
|
11
11
|
private _cdf;
|
|
12
12
|
private _tableCellTypeHelpers;
|
|
13
13
|
private _datatable?;
|
|
@@ -45,7 +45,6 @@ export declare class TableCellTypeIconComponent<R = any, V = any> implements OnI
|
|
|
45
45
|
_detectMimeContent?: boolean;
|
|
46
46
|
_isDatatable: boolean;
|
|
47
47
|
constructor(_cdf: ChangeDetectorRef, _tableCellTypeHelpers: TableCellTypesHelpersService, _datatable?: DatatableComponent | undefined, _table?: TableComponent<any> | undefined, _tableData?: TableCellData<'icon', TableCellTypeConfigIcon>);
|
|
48
|
-
ngOnInit(): void;
|
|
49
48
|
ngOnDestroy(): void;
|
|
50
49
|
setAction(configAction?: TableCellTypeIconConfigAction): void;
|
|
51
50
|
private _parseConfigValue;
|