@progress/kendo-angular-layout 21.4.0-develop.11 → 21.4.0-develop.13
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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/avatar/avatar.component.d.ts +1 -1
- package/avatar/l10n/custom-messages.component.d.ts +1 -1
- package/avatar/l10n/localized-messages.directive.d.ts +1 -1
- package/avatar/l10n/messages.d.ts +1 -1
- package/avatar/models/fill.d.ts +1 -1
- package/avatar/models/models.d.ts +1 -1
- package/avatar/models/rounded.d.ts +1 -1
- package/avatar/models/shape.d.ts +1 -1
- package/avatar/models/size.d.ts +1 -1
- package/avatar/models/theme-color.d.ts +1 -1
- package/avatar.module.d.ts +1 -1
- package/card/card-actions.component.d.ts +1 -1
- package/card/card-body.component.d.ts +1 -1
- package/card/card-footer.component.d.ts +1 -1
- package/card/card-header.component.d.ts +1 -1
- package/card/card.component.d.ts +1 -1
- package/card/directives/card-media.directive.d.ts +1 -1
- package/card/directives/card-separator.directive.d.ts +1 -1
- package/card/directives/card-subtitle.directive.d.ts +1 -1
- package/card/directives/card-title.directive.d.ts +1 -1
- package/card/models/actions-layout.d.ts +1 -1
- package/card/models/card-action.d.ts +1 -1
- package/card.module.d.ts +1 -1
- package/codemods/utils.js +1 -1
- package/codemods/v19/tabstrip-mousescrollspeed.js +1 -1
- package/common/direction.d.ts +1 -1
- package/common/dom-queries.d.ts +1 -1
- package/common/orientation.d.ts +1 -1
- package/common/preventable-event.d.ts +1 -1
- package/common/styling-classes.d.ts +1 -1
- package/common/util.d.ts +1 -1
- package/directives.d.ts +1 -1
- package/drawer/animations.d.ts +1 -1
- package/drawer/drawer-container.component.d.ts +1 -1
- package/drawer/drawer-content.component.d.ts +1 -1
- package/drawer/drawer.component.d.ts +1 -1
- package/drawer/drawer.service.d.ts +1 -1
- package/drawer/events/drawer-list-select.event.d.ts +1 -1
- package/drawer/events/select-event.d.ts +1 -1
- package/drawer/item.component.d.ts +1 -1
- package/drawer/list.component.d.ts +1 -1
- package/drawer/models/constants.d.ts +1 -1
- package/drawer/models/drawer-animation.interface.d.ts +1 -1
- package/drawer/models/drawer-item-expand.interface.d.ts +1 -1
- package/drawer/models/drawer-item.interface.d.ts +1 -1
- package/drawer/models/drawer-view-item.interface.d.ts +1 -1
- package/drawer/models/mode.d.ts +1 -1
- package/drawer/models/position.d.ts +1 -1
- package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
- package/drawer/template-directives/footer-template.directive.d.ts +1 -1
- package/drawer/template-directives/header-template.directive.d.ts +1 -1
- package/drawer/template-directives/item-template.directive.d.ts +1 -1
- package/drawer/template-directives.d.ts +1 -1
- package/drawer/types.d.ts +1 -1
- package/drawer/util.d.ts +1 -1
- package/drawer.module.d.ts +1 -1
- package/esm2022/avatar/avatar.component.mjs +1 -1
- package/esm2022/avatar/l10n/custom-messages.component.mjs +1 -1
- package/esm2022/avatar/l10n/localized-messages.directive.mjs +1 -1
- package/esm2022/avatar/l10n/messages.mjs +1 -1
- package/esm2022/avatar/models/fill.mjs +1 -1
- package/esm2022/avatar/models/models.mjs +1 -1
- package/esm2022/avatar/models/rounded.mjs +1 -1
- package/esm2022/avatar/models/shape.mjs +1 -1
- package/esm2022/avatar/models/size.mjs +1 -1
- package/esm2022/avatar/models/theme-color.mjs +1 -1
- package/esm2022/avatar.module.mjs +1 -1
- package/esm2022/card/card-actions.component.mjs +1 -1
- package/esm2022/card/card-body.component.mjs +1 -1
- package/esm2022/card/card-footer.component.mjs +1 -1
- package/esm2022/card/card-header.component.mjs +1 -1
- package/esm2022/card/card.component.mjs +1 -1
- package/esm2022/card/directives/card-media.directive.mjs +1 -1
- package/esm2022/card/directives/card-separator.directive.mjs +1 -1
- package/esm2022/card/directives/card-subtitle.directive.mjs +1 -1
- package/esm2022/card/directives/card-title.directive.mjs +1 -1
- package/esm2022/card/models/actions-layout.mjs +1 -1
- package/esm2022/card/models/card-action.mjs +1 -1
- package/esm2022/card.module.mjs +1 -1
- package/esm2022/common/direction.mjs +1 -1
- package/esm2022/common/dom-queries.mjs +1 -1
- package/esm2022/common/orientation.mjs +1 -1
- package/esm2022/common/preventable-event.mjs +1 -1
- package/esm2022/common/styling-classes.mjs +1 -1
- package/esm2022/common/util.mjs +1 -1
- package/esm2022/directives.mjs +1 -1
- package/esm2022/drawer/animations.mjs +1 -1
- package/esm2022/drawer/drawer-container.component.mjs +1 -1
- package/esm2022/drawer/drawer-content.component.mjs +1 -1
- package/esm2022/drawer/drawer.component.mjs +1 -1
- package/esm2022/drawer/drawer.service.mjs +1 -1
- package/esm2022/drawer/events/drawer-list-select.event.mjs +1 -1
- package/esm2022/drawer/events/select-event.mjs +1 -1
- package/esm2022/drawer/item.component.mjs +1 -1
- package/esm2022/drawer/list.component.mjs +1 -1
- package/esm2022/drawer/models/constants.mjs +1 -1
- package/esm2022/drawer/models/drawer-animation.interface.mjs +1 -1
- package/esm2022/drawer/models/drawer-item-expand.interface.mjs +1 -1
- package/esm2022/drawer/models/drawer-item.interface.mjs +1 -1
- package/esm2022/drawer/models/drawer-view-item.interface.mjs +1 -1
- package/esm2022/drawer/models/mode.mjs +1 -1
- package/esm2022/drawer/models/position.mjs +1 -1
- package/esm2022/drawer/template-directives/drawer-template.directive.mjs +1 -1
- package/esm2022/drawer/template-directives/footer-template.directive.mjs +1 -1
- package/esm2022/drawer/template-directives/header-template.directive.mjs +1 -1
- package/esm2022/drawer/template-directives/item-template.directive.mjs +1 -1
- package/esm2022/drawer/template-directives.mjs +1 -1
- package/esm2022/drawer/types.mjs +1 -1
- package/esm2022/drawer/util.mjs +1 -1
- package/esm2022/drawer.module.mjs +1 -1
- package/esm2022/expansionpanel/animations.mjs +1 -1
- package/esm2022/expansionpanel/events/action-event.mjs +1 -1
- package/esm2022/expansionpanel/expansionpanel-title.directive.mjs +1 -1
- package/esm2022/expansionpanel/expansionpanel.component.mjs +1 -1
- package/esm2022/expansionpanel.module.mjs +1 -1
- package/esm2022/gridlayout.module.mjs +1 -1
- package/esm2022/index.mjs +1 -1
- package/esm2022/layout.module.mjs +1 -1
- package/esm2022/layouts/grid-layout.component.mjs +1 -1
- package/esm2022/layouts/gridlayout-item.component.mjs +1 -1
- package/esm2022/layouts/models/gridlayout-gap-settings.mjs +1 -1
- package/esm2022/layouts/models/gridlayout-row-col-size.mjs +1 -1
- package/esm2022/layouts/models/layout-align-settings.mjs +1 -1
- package/esm2022/layouts/models/layout-horizontal-align.mjs +1 -1
- package/esm2022/layouts/models/layout-vertical-align.mjs +1 -1
- package/esm2022/layouts/models.mjs +1 -1
- package/esm2022/layouts/stack-layout.component.mjs +1 -1
- package/esm2022/layouts/util.mjs +1 -1
- package/esm2022/package-metadata.mjs +3 -3
- package/esm2022/panelbar/events/collapse-event.mjs +1 -1
- package/esm2022/panelbar/events/expand-event.mjs +1 -1
- package/esm2022/panelbar/events/item-click-event.mjs +1 -1
- package/esm2022/panelbar/events/select-event.mjs +1 -1
- package/esm2022/panelbar/events/state-change-event.mjs +1 -1
- package/esm2022/panelbar/events.mjs +1 -1
- package/esm2022/panelbar/panelbar-content.directive.mjs +1 -1
- package/esm2022/panelbar/panelbar-expand-mode.mjs +1 -1
- package/esm2022/panelbar/panelbar-item-model.mjs +1 -1
- package/esm2022/panelbar/panelbar-item-template.directive.mjs +1 -1
- package/esm2022/panelbar/panelbar-item-title.directive.mjs +1 -1
- package/esm2022/panelbar/panelbar-item.component.mjs +1 -1
- package/esm2022/panelbar/panelbar.component.mjs +1 -1
- package/esm2022/panelbar/panelbar.service.mjs +1 -1
- package/esm2022/panelbar.module.mjs +1 -1
- package/esm2022/progress-kendo-angular-layout.mjs +1 -1
- package/esm2022/splitter/splitter-bar.component.mjs +1 -1
- package/esm2022/splitter/splitter-pane.component.mjs +1 -1
- package/esm2022/splitter/splitter.component.mjs +1 -1
- package/esm2022/splitter/splitter.service.mjs +1 -1
- package/esm2022/splitter/util.mjs +1 -1
- package/esm2022/splitter.module.mjs +1 -1
- package/esm2022/stacklayout.module.mjs +1 -1
- package/esm2022/stepper/events/activate-event.mjs +1 -1
- package/esm2022/stepper/list.component.mjs +1 -1
- package/esm2022/stepper/localization/custom-messages.component.mjs +1 -1
- package/esm2022/stepper/localization/localized-messages.directive.mjs +1 -1
- package/esm2022/stepper/localization/messages.mjs +1 -1
- package/esm2022/stepper/models/constants.mjs +1 -1
- package/esm2022/stepper/models/orientation.mjs +1 -1
- package/esm2022/stepper/models/step-predicate.mjs +1 -1
- package/esm2022/stepper/models/step-type.mjs +1 -1
- package/esm2022/stepper/models/stepper-step.interface.mjs +1 -1
- package/esm2022/stepper/step.component.mjs +1 -1
- package/esm2022/stepper/stepper.component.mjs +1 -1
- package/esm2022/stepper/stepper.service.mjs +1 -1
- package/esm2022/stepper/template-directives/indicator-template.directive.mjs +1 -1
- package/esm2022/stepper/template-directives/label-template.directive.mjs +1 -1
- package/esm2022/stepper/template-directives/step-template.directive.mjs +1 -1
- package/esm2022/stepper/template-directives.mjs +1 -1
- package/esm2022/stepper/types.mjs +1 -1
- package/esm2022/stepper.module.mjs +1 -1
- package/esm2022/tabstrip/constants.mjs +1 -1
- package/esm2022/tabstrip/directives/tab-content.directive.mjs +1 -1
- package/esm2022/tabstrip/directives/tab-title.directive.mjs +1 -1
- package/esm2022/tabstrip/directives/tab.directive.mjs +1 -1
- package/esm2022/tabstrip/events/select-event.mjs +1 -1
- package/esm2022/tabstrip/events/tabclose-event.mjs +1 -1
- package/esm2022/tabstrip/events/tabscroll-event.mjs +1 -1
- package/esm2022/tabstrip/events.mjs +1 -1
- package/esm2022/tabstrip/localization/custom-messages.component.mjs +1 -1
- package/esm2022/tabstrip/localization/localized-messages.directive.mjs +1 -1
- package/esm2022/tabstrip/localization/messages.mjs +1 -1
- package/esm2022/tabstrip/models/button-state-change.mjs +1 -1
- package/esm2022/tabstrip/models/scroll-button-type.mjs +1 -1
- package/esm2022/tabstrip/models/scroll-buttons-visibility.mjs +1 -1
- package/esm2022/tabstrip/models/scrollable-settings.mjs +1 -1
- package/esm2022/tabstrip/models/size.mjs +1 -1
- package/esm2022/tabstrip/models/tab-alignment.mjs +1 -1
- package/esm2022/tabstrip/models/tab-position.mjs +1 -1
- package/esm2022/tabstrip/models/tabstrip-tab.component.mjs +1 -1
- package/esm2022/tabstrip/rendering/tab.component.mjs +1 -1
- package/esm2022/tabstrip/scrollable-button.component.mjs +1 -1
- package/esm2022/tabstrip/tabstrip-scroll.service.mjs +1 -1
- package/esm2022/tabstrip/tabstrip.component.mjs +1 -1
- package/esm2022/tabstrip/tabstrip.service.mjs +1 -1
- package/esm2022/tabstrip/util.mjs +1 -1
- package/esm2022/tabstrip.module.mjs +1 -1
- package/esm2022/tilelayout/constants.mjs +1 -1
- package/esm2022/tilelayout/dragging-service.mjs +1 -1
- package/esm2022/tilelayout/keyboard-navigation.service.mjs +1 -1
- package/esm2022/tilelayout/models/dragging-config.interface.mjs +1 -1
- package/esm2022/tilelayout/models/flowmode.type.mjs +1 -1
- package/esm2022/tilelayout/models/gap.interface.mjs +1 -1
- package/esm2022/tilelayout/models/navigation.interface.mjs +1 -1
- package/esm2022/tilelayout/reorder-event.mjs +1 -1
- package/esm2022/tilelayout/resize-event.mjs +1 -1
- package/esm2022/tilelayout/tilelayout-item-body.component.mjs +1 -1
- package/esm2022/tilelayout/tilelayout-item-header.component.mjs +1 -1
- package/esm2022/tilelayout/tilelayout-item.component.mjs +1 -1
- package/esm2022/tilelayout/tilelayout-resize-handle.directive.mjs +1 -1
- package/esm2022/tilelayout/tilelayout.component.mjs +1 -1
- package/esm2022/tilelayout/util.mjs +1 -1
- package/esm2022/tilelayout.module.mjs +1 -1
- package/esm2022/timeline/events/navigation-direction.mjs +1 -1
- package/esm2022/timeline/localization/custom-messages.component.mjs +1 -1
- package/esm2022/timeline/localization/localized-messages.directive.mjs +1 -1
- package/esm2022/timeline/localization/messages.mjs +1 -1
- package/esm2022/timeline/models/anchor-target.mjs +1 -1
- package/esm2022/timeline/models/default-model-fields.mjs +1 -1
- package/esm2022/timeline/models/events-order.mjs +1 -1
- package/esm2022/timeline/models/model-fields.mjs +1 -1
- package/esm2022/timeline/models/timeline-event.mjs +1 -1
- package/esm2022/timeline/templates/timeline-card-actions.directive.mjs +1 -1
- package/esm2022/timeline/templates/timeline-card-body.directive.mjs +1 -1
- package/esm2022/timeline/templates/timeline-card-header.directive.mjs +1 -1
- package/esm2022/timeline/timeline-card.component.mjs +1 -1
- package/esm2022/timeline/timeline-horizontal.component.mjs +1 -1
- package/esm2022/timeline/timeline-vertical.component.mjs +1 -1
- package/esm2022/timeline/timeline.component.mjs +1 -1
- package/esm2022/timeline/timeline.service.mjs +1 -1
- package/esm2022/timeline/util.mjs +1 -1
- package/esm2022/timeline.module.mjs +1 -1
- package/expansionpanel/animations.d.ts +1 -1
- package/expansionpanel/events/action-event.d.ts +1 -1
- package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
- package/expansionpanel/expansionpanel.component.d.ts +1 -1
- package/expansionpanel.module.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-layout.mjs +3 -3
- package/gridlayout.module.d.ts +1 -1
- package/index.d.ts +1 -1
- package/layout.module.d.ts +1 -1
- package/layouts/grid-layout.component.d.ts +1 -1
- package/layouts/gridlayout-item.component.d.ts +1 -1
- package/layouts/models/gridlayout-gap-settings.d.ts +1 -1
- package/layouts/models/gridlayout-row-col-size.d.ts +1 -1
- package/layouts/models/layout-align-settings.d.ts +1 -1
- package/layouts/models/layout-horizontal-align.d.ts +1 -1
- package/layouts/models/layout-vertical-align.d.ts +1 -1
- package/layouts/models.d.ts +1 -1
- package/layouts/stack-layout.component.d.ts +1 -1
- package/layouts/util.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +9 -9
- package/panelbar/events/collapse-event.d.ts +1 -1
- package/panelbar/events/expand-event.d.ts +1 -1
- package/panelbar/events/item-click-event.d.ts +1 -1
- package/panelbar/events/select-event.d.ts +1 -1
- package/panelbar/events/state-change-event.d.ts +1 -1
- package/panelbar/events.d.ts +1 -1
- package/panelbar/panelbar-content.directive.d.ts +1 -1
- package/panelbar/panelbar-expand-mode.d.ts +1 -1
- package/panelbar/panelbar-item-model.d.ts +1 -1
- package/panelbar/panelbar-item-template.directive.d.ts +1 -1
- package/panelbar/panelbar-item-title.directive.d.ts +1 -1
- package/panelbar/panelbar-item.component.d.ts +1 -1
- package/panelbar/panelbar.component.d.ts +1 -1
- package/panelbar/panelbar.service.d.ts +1 -1
- package/panelbar.module.d.ts +1 -1
- package/schematics/ngAdd/index.js +1 -1
- package/splitter/splitter-bar.component.d.ts +1 -1
- package/splitter/splitter-pane.component.d.ts +1 -1
- package/splitter/splitter.component.d.ts +1 -1
- package/splitter/splitter.service.d.ts +1 -1
- package/splitter/util.d.ts +1 -1
- package/splitter.module.d.ts +1 -1
- package/stacklayout.module.d.ts +1 -1
- package/stepper/events/activate-event.d.ts +1 -1
- package/stepper/list.component.d.ts +1 -1
- package/stepper/localization/custom-messages.component.d.ts +1 -1
- package/stepper/localization/localized-messages.directive.d.ts +1 -1
- package/stepper/localization/messages.d.ts +1 -1
- package/stepper/models/constants.d.ts +1 -1
- package/stepper/models/orientation.d.ts +1 -1
- package/stepper/models/step-predicate.d.ts +1 -1
- package/stepper/models/step-type.d.ts +1 -1
- package/stepper/models/stepper-step.interface.d.ts +1 -1
- package/stepper/step.component.d.ts +1 -1
- package/stepper/stepper.component.d.ts +1 -1
- package/stepper/stepper.service.d.ts +1 -1
- package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
- package/stepper/template-directives/label-template.directive.d.ts +1 -1
- package/stepper/template-directives/step-template.directive.d.ts +1 -1
- package/stepper/template-directives.d.ts +1 -1
- package/stepper/types.d.ts +1 -1
- package/stepper.module.d.ts +1 -1
- package/tabstrip/constants.d.ts +1 -1
- package/tabstrip/directives/tab-content.directive.d.ts +1 -1
- package/tabstrip/directives/tab-title.directive.d.ts +1 -1
- package/tabstrip/directives/tab.directive.d.ts +1 -1
- package/tabstrip/events/select-event.d.ts +1 -1
- package/tabstrip/events/tabclose-event.d.ts +1 -1
- package/tabstrip/events/tabscroll-event.d.ts +1 -1
- package/tabstrip/events.d.ts +1 -1
- package/tabstrip/localization/custom-messages.component.d.ts +1 -1
- package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
- package/tabstrip/localization/messages.d.ts +1 -1
- package/tabstrip/models/button-state-change.d.ts +1 -1
- package/tabstrip/models/scroll-button-type.d.ts +1 -1
- package/tabstrip/models/scroll-buttons-visibility.d.ts +1 -1
- package/tabstrip/models/scrollable-settings.d.ts +1 -1
- package/tabstrip/models/size.d.ts +1 -1
- package/tabstrip/models/tab-alignment.d.ts +1 -1
- package/tabstrip/models/tab-position.d.ts +1 -1
- package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
- package/tabstrip/rendering/tab.component.d.ts +1 -1
- package/tabstrip/scrollable-button.component.d.ts +1 -1
- package/tabstrip/tabstrip-scroll.service.d.ts +1 -1
- package/tabstrip/tabstrip.component.d.ts +1 -1
- package/tabstrip/tabstrip.service.d.ts +1 -1
- package/tabstrip/util.d.ts +1 -1
- package/tabstrip.module.d.ts +1 -1
- package/tilelayout/constants.d.ts +1 -1
- package/tilelayout/dragging-service.d.ts +1 -1
- package/tilelayout/keyboard-navigation.service.d.ts +1 -1
- package/tilelayout/models/dragging-config.interface.d.ts +1 -1
- package/tilelayout/models/flowmode.type.d.ts +1 -1
- package/tilelayout/models/gap.interface.d.ts +1 -1
- package/tilelayout/models/navigation.interface.d.ts +1 -1
- package/tilelayout/reorder-event.d.ts +1 -1
- package/tilelayout/resize-event.d.ts +1 -1
- package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
- package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
- package/tilelayout/tilelayout-item.component.d.ts +1 -1
- package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
- package/tilelayout/tilelayout.component.d.ts +1 -1
- package/tilelayout/util.d.ts +1 -1
- package/tilelayout.module.d.ts +1 -1
- package/timeline/events/navigation-direction.d.ts +1 -1
- package/timeline/localization/custom-messages.component.d.ts +1 -1
- package/timeline/localization/localized-messages.directive.d.ts +1 -1
- package/timeline/localization/messages.d.ts +1 -1
- package/timeline/models/anchor-target.d.ts +1 -1
- package/timeline/models/default-model-fields.d.ts +1 -1
- package/timeline/models/events-order.d.ts +1 -1
- package/timeline/models/model-fields.d.ts +1 -1
- package/timeline/models/timeline-event.d.ts +1 -1
- package/timeline/templates/timeline-card-actions.directive.d.ts +1 -1
- package/timeline/templates/timeline-card-body.directive.d.ts +1 -1
- package/timeline/templates/timeline-card-header.directive.d.ts +1 -1
- package/timeline/timeline-card.component.d.ts +1 -1
- package/timeline/timeline-horizontal.component.d.ts +1 -1
- package/timeline/timeline-vertical.component.d.ts +1 -1
- package/timeline/timeline.component.d.ts +1 -1
- package/timeline/timeline.service.d.ts +1 -1
- package/timeline/util.d.ts +1 -1
- package/timeline.module.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TimelineModelFields } from "./model-fields";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { AnchorTarget } from "./anchor-target";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { AfterViewInit, ElementRef, OnChanges, Renderer2 } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, OnChanges, OnDestroy, OnInit, QueryList, Renderer2, SimpleChanges } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ElementRef, QueryList, Renderer2 } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { AfterContentInit, EventEmitter, OnDestroy, QueryList } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NavigationDirection } from "./events/navigation-direction";
|
package/timeline/util.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TimelineModelFields } from './models/model-fields';
|
package/timeline.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|