@odx/angular 1.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -0
- package/animations/README.md +3 -0
- package/animations/config.d.ts +7 -0
- package/animations/fade.d.ts +2 -0
- package/animations/index.d.ts +2 -0
- package/animations/slide.d.ts +13 -0
- package/cdk/dynamic-view/README.md +3 -0
- package/cdk/dynamic-view/index.d.ts +7 -0
- package/cdk/dynamic-view/lib/dynamic-view.component.d.ts +12 -0
- package/cdk/dynamic-view/lib/dynamic-view.directive.d.ts +20 -0
- package/cdk/dynamic-view/lib/dynamic-view.service.d.ts +9 -0
- package/cdk/dynamic-view/lib/facade/animated-component.d.ts +4 -0
- package/cdk/dynamic-view/lib/facade/dynamic-content.d.ts +8 -0
- package/cdk/dynamic-view/lib/facade/dynamic-view-ref.d.ts +9 -0
- package/cdk/dynamic-view/lib/facade/index.d.ts +3 -0
- package/cdk/dynamic-view/lib/helpers/index.d.ts +4 -0
- package/cdk/dynamic-view/lib/helpers/is-animated-component.d.ts +3 -0
- package/cdk/dynamic-view/lib/helpers/is-dynamic-text-content.d.ts +2 -0
- package/cdk/dynamic-view/lib/helpers/is-dynamic-view.d.ts +2 -0
- package/cdk/dynamic-view/lib/helpers/wait-for-animations.d.ts +3 -0
- package/cdk/dynamic-view/lib/models/dynamic-component-ref.d.ts +16 -0
- package/cdk/dynamic-view/lib/models/dynamic-template-ref.d.ts +18 -0
- package/cdk/dynamic-view/lib/models/dynamic-view-options.d.ts +7 -0
- package/cdk/dynamic-view/lib/models/index.d.ts +3 -0
- package/cdk/dynamic-view/lib/tokens/dynamic-view-context.d.ts +5 -0
- package/cdk/dynamic-view/lib/tokens/index.d.ts +1 -0
- package/components/action-group/README.md +3 -0
- package/components/action-group/action-group.component.d.ts +11 -0
- package/components/action-group/index.d.ts +1 -0
- package/components/area-header/README.md +3 -0
- package/components/area-header/area-header.component.d.ts +10 -0
- package/components/area-header/area-header.module.d.ts +13 -0
- package/components/area-header/directives/area-header-content.directive.d.ts +5 -0
- package/components/area-header/directives/area-header-subtitle.directive.d.ts +5 -0
- package/components/area-header/directives/index.d.ts +2 -0
- package/components/area-header/index.d.ts +4 -0
- package/components/area-header/models/area-header-size.d.ts +7 -0
- package/components/area-header/models/index.d.ts +1 -0
- package/components/avatar/README.md +3 -0
- package/components/avatar/index.d.ts +2 -0
- package/components/avatar/lib/avatar.component.d.ts +10 -0
- package/components/avatar/lib/models/avatar-size.d.ts +6 -0
- package/components/avatar/lib/models/index.d.ts +1 -0
- package/components/badge/README.md +3 -0
- package/components/badge/index.d.ts +3 -0
- package/components/badge/lib/badge.component.d.ts +25 -0
- package/components/badge/lib/badge.config.d.ts +3 -0
- package/components/badge/lib/badge.directive.d.ts +22 -0
- package/components/badge/lib/facade/badge-host.d.ts +3 -0
- package/components/badge/lib/facade/index.d.ts +1 -0
- package/components/badge/lib/models/badge-position.d.ts +5 -0
- package/components/badge/lib/models/badge-variant.d.ts +6 -0
- package/components/badge/lib/models/index.d.ts +2 -0
- package/components/button/README.md +3 -0
- package/components/button/index.d.ts +2 -0
- package/components/button/lib/button.component.d.ts +20 -0
- package/components/button/lib/models/button-variant.d.ts +10 -0
- package/components/button/lib/models/index.d.ts +1 -0
- package/components/checkbox/README.md +3 -0
- package/components/checkbox/index.d.ts +1 -0
- package/components/checkbox/lib/checkbox.component.d.ts +23 -0
- package/components/content-box/README.md +3 -0
- package/components/content-box/index.d.ts +3 -0
- package/components/content-box/lib/content-box.component.d.ts +5 -0
- package/components/content-box/lib/content-box.module.d.ts +9 -0
- package/components/content-box/lib/directives/content-box-footer-directive.d.ts +5 -0
- package/components/content-box/lib/directives/content-box-header-directive.d.ts +5 -0
- package/components/content-box/lib/directives/index.d.ts +2 -0
- package/components/header/README.md +3 -0
- package/components/header/index.d.ts +3 -0
- package/components/header/lib/directives/header-avatar.directive.d.ts +5 -0
- package/components/header/lib/directives/header-title.directive.d.ts +5 -0
- package/components/header/lib/directives/index.d.ts +2 -0
- package/components/header/lib/header.component.d.ts +8 -0
- package/components/header/lib/header.module.d.ts +15 -0
- package/components/icon/README.md +3 -0
- package/components/icon/index.d.ts +2 -0
- package/components/icon/lib/icon.component.d.ts +11 -0
- package/components/icon/lib/models/icon-size.d.ts +7 -0
- package/components/icon/lib/models/index.d.ts +1 -0
- package/components/link/README.md +3 -0
- package/components/link/index.d.ts +1 -0
- package/components/link/link.directive.d.ts +11 -0
- package/components/logo/README.md +3 -0
- package/components/logo/index.d.ts +2 -0
- package/components/logo/logo.directive.d.ts +11 -0
- package/components/logo/models/index.d.ts +2 -0
- package/components/logo/models/logo-size.d.ts +6 -0
- package/components/logo/models/logo-variant.d.ts +5 -0
- package/components/main-menu/README.md +3 -0
- package/components/main-menu/index.d.ts +3 -0
- package/components/main-menu/lib/directives/index.d.ts +2 -0
- package/components/main-menu/lib/directives/main-menu-button.directive.d.ts +11 -0
- package/components/main-menu/lib/directives/main-menu-item.directive.d.ts +10 -0
- package/components/main-menu/lib/main-menu.component.d.ts +17 -0
- package/components/main-menu/lib/main-menu.module.d.ts +11 -0
- package/components/main-menu/lib/main-menu.service.d.ts +11 -0
- package/components/radio-group/README.md +3 -0
- package/components/radio-group/index.d.ts +3 -0
- package/components/radio-group/lib/components/index.d.ts +1 -0
- package/components/radio-group/lib/components/radio-button/radio-button.component.d.ts +19 -0
- package/components/radio-group/lib/radio-group.component.d.ts +10 -0
- package/components/radio-group/lib/radio-group.module.d.ts +9 -0
- package/esm2020/animations/config.mjs +8 -0
- package/esm2020/animations/fade.mjs +12 -0
- package/esm2020/animations/index.mjs +3 -0
- package/esm2020/animations/odx-angular-animations.mjs +5 -0
- package/esm2020/animations/slide.mjs +34 -0
- package/esm2020/cdk/dynamic-view/index.mjs +8 -0
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.component.mjs +34 -0
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.directive.mjs +79 -0
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.service.mjs +43 -0
- package/esm2020/cdk/dynamic-view/lib/facade/animated-component.mjs +2 -0
- package/esm2020/cdk/dynamic-view/lib/facade/dynamic-content.mjs +2 -0
- package/esm2020/cdk/dynamic-view/lib/facade/dynamic-view-ref.mjs +2 -0
- package/esm2020/cdk/dynamic-view/lib/facade/index.mjs +4 -0
- package/esm2020/cdk/dynamic-view/lib/helpers/index.mjs +5 -0
- package/esm2020/cdk/dynamic-view/lib/helpers/is-animated-component.mjs +5 -0
- package/esm2020/cdk/dynamic-view/lib/helpers/is-dynamic-text-content.mjs +6 -0
- package/esm2020/cdk/dynamic-view/lib/helpers/is-dynamic-view.mjs +5 -0
- package/esm2020/cdk/dynamic-view/lib/helpers/wait-for-animations.mjs +9 -0
- package/esm2020/cdk/dynamic-view/lib/models/dynamic-component-ref.mjs +38 -0
- package/esm2020/cdk/dynamic-view/lib/models/dynamic-template-ref.mjs +41 -0
- package/esm2020/cdk/dynamic-view/lib/models/dynamic-view-options.mjs +2 -0
- package/esm2020/cdk/dynamic-view/lib/models/index.mjs +4 -0
- package/esm2020/cdk/dynamic-view/lib/tokens/dynamic-view-context.mjs +3 -0
- package/esm2020/cdk/dynamic-view/lib/tokens/index.mjs +2 -0
- package/esm2020/cdk/dynamic-view/odx-angular-cdk-dynamic-view.mjs +5 -0
- package/esm2020/components/action-group/action-group.component.mjs +33 -0
- package/esm2020/components/action-group/index.mjs +2 -0
- package/esm2020/components/action-group/odx-angular-components-action-group.mjs +5 -0
- package/esm2020/components/area-header/area-header.component.mjs +29 -0
- package/esm2020/components/area-header/area-header.module.mjs +46 -0
- package/esm2020/components/area-header/directives/area-header-content.directive.mjs +18 -0
- package/esm2020/components/area-header/directives/area-header-subtitle.directive.mjs +18 -0
- package/esm2020/components/area-header/directives/index.mjs +3 -0
- package/esm2020/components/area-header/index.mjs +5 -0
- package/esm2020/components/area-header/models/area-header-size.mjs +7 -0
- package/esm2020/components/area-header/models/index.mjs +2 -0
- package/esm2020/components/area-header/odx-angular-components-area-header.mjs +5 -0
- package/esm2020/components/avatar/index.mjs +3 -0
- package/esm2020/components/avatar/lib/avatar.component.mjs +30 -0
- package/esm2020/components/avatar/lib/models/avatar-size.mjs +6 -0
- package/esm2020/components/avatar/lib/models/index.mjs +2 -0
- package/esm2020/components/avatar/odx-angular-components-avatar.mjs +5 -0
- package/esm2020/components/badge/index.mjs +4 -0
- package/esm2020/components/badge/lib/badge.component.mjs +97 -0
- package/esm2020/components/badge/lib/badge.config.mjs +3 -0
- package/esm2020/components/badge/lib/badge.directive.mjs +56 -0
- package/esm2020/components/badge/lib/facade/badge-host.mjs +2 -0
- package/esm2020/components/badge/lib/facade/index.mjs +2 -0
- package/esm2020/components/badge/lib/models/badge-position.mjs +5 -0
- package/esm2020/components/badge/lib/models/badge-variant.mjs +6 -0
- package/esm2020/components/badge/lib/models/index.mjs +3 -0
- package/esm2020/components/badge/odx-angular-components-badge.mjs +5 -0
- package/esm2020/components/button/index.mjs +3 -0
- package/esm2020/components/button/lib/button.component.mjs +54 -0
- package/esm2020/components/button/lib/models/button-variant.mjs +10 -0
- package/esm2020/components/button/lib/models/index.mjs +2 -0
- package/esm2020/components/button/odx-angular-components-button.mjs +5 -0
- package/esm2020/components/checkbox/index.mjs +2 -0
- package/esm2020/components/checkbox/lib/checkbox.component.mjs +75 -0
- package/esm2020/components/checkbox/odx-angular-components-checkbox.mjs +5 -0
- package/esm2020/components/content-box/index.mjs +4 -0
- package/esm2020/components/content-box/lib/content-box.component.mjs +13 -0
- package/esm2020/components/content-box/lib/content-box.module.mjs +19 -0
- package/esm2020/components/content-box/lib/directives/content-box-footer-directive.mjs +18 -0
- package/esm2020/components/content-box/lib/directives/content-box-header-directive.mjs +18 -0
- package/esm2020/components/content-box/lib/directives/index.mjs +3 -0
- package/esm2020/components/content-box/odx-angular-components-content-box.mjs +5 -0
- package/esm2020/components/header/index.mjs +4 -0
- package/esm2020/components/header/lib/directives/header-avatar.directive.mjs +17 -0
- package/esm2020/components/header/lib/directives/header-title.directive.mjs +18 -0
- package/esm2020/components/header/lib/directives/index.mjs +3 -0
- package/esm2020/components/header/lib/header.component.mjs +23 -0
- package/esm2020/components/header/lib/header.module.mjs +56 -0
- package/esm2020/components/header/odx-angular-components-header.mjs +5 -0
- package/esm2020/components/icon/index.mjs +3 -0
- package/esm2020/components/icon/lib/icon.component.mjs +42 -0
- package/esm2020/components/icon/lib/models/icon-size.mjs +7 -0
- package/esm2020/components/icon/lib/models/index.mjs +2 -0
- package/esm2020/components/icon/odx-angular-components-icon.mjs +5 -0
- package/esm2020/components/link/index.mjs +2 -0
- package/esm2020/components/link/link.directive.mjs +38 -0
- package/esm2020/components/link/odx-angular-components-link.mjs +5 -0
- package/esm2020/components/logo/index.mjs +3 -0
- package/esm2020/components/logo/logo.directive.mjs +45 -0
- package/esm2020/components/logo/models/index.mjs +3 -0
- package/esm2020/components/logo/models/logo-size.mjs +6 -0
- package/esm2020/components/logo/models/logo-variant.mjs +5 -0
- package/esm2020/components/logo/odx-angular-components-logo.mjs +5 -0
- package/esm2020/components/main-menu/index.mjs +4 -0
- package/esm2020/components/main-menu/lib/directives/index.mjs +3 -0
- package/esm2020/components/main-menu/lib/directives/main-menu-button.directive.mjs +33 -0
- package/esm2020/components/main-menu/lib/directives/main-menu-item.directive.mjs +36 -0
- package/esm2020/components/main-menu/lib/main-menu.component.mjs +71 -0
- package/esm2020/components/main-menu/lib/main-menu.module.mjs +20 -0
- package/esm2020/components/main-menu/lib/main-menu.service.mjs +37 -0
- package/esm2020/components/main-menu/odx-angular-components-main-menu.mjs +5 -0
- package/esm2020/components/radio-group/index.mjs +4 -0
- package/esm2020/components/radio-group/lib/components/index.mjs +2 -0
- package/esm2020/components/radio-group/lib/components/radio-button/radio-button.component.mjs +60 -0
- package/esm2020/components/radio-group/lib/radio-group.component.mjs +31 -0
- package/esm2020/components/radio-group/lib/radio-group.module.mjs +19 -0
- package/esm2020/components/radio-group/odx-angular-components-radio-group.mjs +5 -0
- package/esm2020/index.mjs +6 -0
- package/esm2020/internal/abstract/controller.mjs +29 -0
- package/esm2020/internal/abstract/index.mjs +2 -0
- package/esm2020/internal/decorators/css-component.mjs +24 -0
- package/esm2020/internal/decorators/css-modifier.mjs +50 -0
- package/esm2020/internal/decorators/index.mjs +3 -0
- package/esm2020/internal/helpers/dom.mjs +7 -0
- package/esm2020/internal/helpers/get-css-variables.mjs +29 -0
- package/esm2020/internal/helpers/get-enum-values.mjs +6 -0
- package/esm2020/internal/helpers/index.mjs +7 -0
- package/esm2020/internal/helpers/type-guards.mjs +27 -0
- package/esm2020/internal/helpers/watch.mjs +8 -0
- package/esm2020/internal/helpers/with-mutiple-descriptors.mjs +37 -0
- package/esm2020/internal/index.mjs +6 -0
- package/esm2020/internal/odx-angular-internal.mjs +5 -0
- package/esm2020/internal/providers/index.mjs +2 -0
- package/esm2020/internal/providers/watched-controller-provider.mjs +9 -0
- package/esm2020/internal/types/get-properties.mjs +2 -0
- package/esm2020/internal/types/index.mjs +2 -0
- package/esm2020/lib/controllers/disabled.controller.mjs +75 -0
- package/esm2020/lib/controllers/index.mjs +2 -0
- package/esm2020/lib/controls/custom-form-control.mjs +133 -0
- package/esm2020/lib/controls/index.mjs +2 -0
- package/esm2020/lib/core.module.mjs +19 -0
- package/esm2020/lib/directives/control.directive.mjs +18 -0
- package/esm2020/lib/directives/index.mjs +3 -0
- package/esm2020/lib/directives/monitor-focus.directive.mjs +34 -0
- package/esm2020/lib/services/destroy.service.mjs +18 -0
- package/esm2020/lib/services/index.mjs +3 -0
- package/esm2020/lib/services/window-ref.mjs +32 -0
- package/esm2020/odx-angular.mjs +5 -0
- package/esm2020/rxjs/index.mjs +2 -0
- package/esm2020/rxjs/lib/from-events.mjs +5 -0
- package/esm2020/rxjs/odx-angular-rxjs.mjs +5 -0
- package/esm2020/utils/index.mjs +3 -0
- package/esm2020/utils/lib/decorators/index.mjs +2 -0
- package/esm2020/utils/lib/decorators/transform.mjs +14 -0
- package/esm2020/utils/lib/helpers/array.mjs +4 -0
- package/esm2020/utils/lib/helpers/index.mjs +3 -0
- package/esm2020/utils/lib/helpers/ng-changes.mjs +14 -0
- package/esm2020/utils/odx-angular-utils.mjs +5 -0
- package/fesm2015/odx-angular-animations.mjs +49 -0
- package/fesm2015/odx-angular-animations.mjs.map +1 -0
- package/fesm2015/odx-angular-cdk-dynamic-view.mjs +266 -0
- package/fesm2015/odx-angular-cdk-dynamic-view.mjs.map +1 -0
- package/fesm2015/odx-angular-components-action-group.mjs +39 -0
- package/fesm2015/odx-angular-components-action-group.mjs.map +1 -0
- package/fesm2015/odx-angular-components-area-header.mjs +115 -0
- package/fesm2015/odx-angular-components-area-header.mjs.map +1 -0
- package/fesm2015/odx-angular-components-avatar.mjs +41 -0
- package/fesm2015/odx-angular-components-avatar.mjs.map +1 -0
- package/fesm2015/odx-angular-components-badge.mjs +170 -0
- package/fesm2015/odx-angular-components-badge.mjs.map +1 -0
- package/fesm2015/odx-angular-components-button.mjs +74 -0
- package/fesm2015/odx-angular-components-button.mjs.map +1 -0
- package/fesm2015/odx-angular-components-checkbox.mjs +80 -0
- package/fesm2015/odx-angular-components-checkbox.mjs.map +1 -0
- package/fesm2015/odx-angular-components-content-box.mjs +66 -0
- package/fesm2015/odx-angular-components-content-box.mjs.map +1 -0
- package/fesm2015/odx-angular-components-header.mjs +111 -0
- package/fesm2015/odx-angular-components-header.mjs.map +1 -0
- package/fesm2015/odx-angular-components-icon.mjs +54 -0
- package/fesm2015/odx-angular-components-icon.mjs.map +1 -0
- package/fesm2015/odx-angular-components-link.mjs +45 -0
- package/fesm2015/odx-angular-components-link.mjs.map +1 -0
- package/fesm2015/odx-angular-components-logo.mjs +61 -0
- package/fesm2015/odx-angular-components-logo.mjs.map +1 -0
- package/fesm2015/odx-angular-components-main-menu.mjs +181 -0
- package/fesm2015/odx-angular-components-main-menu.mjs.map +1 -0
- package/fesm2015/odx-angular-components-radio-group.mjs +105 -0
- package/fesm2015/odx-angular-components-radio-group.mjs.map +1 -0
- package/fesm2015/odx-angular-internal.mjs +232 -0
- package/fesm2015/odx-angular-internal.mjs.map +1 -0
- package/fesm2015/odx-angular-rxjs.mjs +12 -0
- package/fesm2015/odx-angular-rxjs.mjs.map +1 -0
- package/fesm2015/odx-angular-utils.mjs +39 -0
- package/fesm2015/odx-angular-utils.mjs.map +1 -0
- package/fesm2015/odx-angular.mjs +320 -0
- package/fesm2015/odx-angular.mjs.map +1 -0
- package/fesm2020/odx-angular-animations.mjs +58 -0
- package/fesm2020/odx-angular-animations.mjs.map +1 -0
- package/fesm2020/odx-angular-cdk-dynamic-view.mjs +249 -0
- package/fesm2020/odx-angular-cdk-dynamic-view.mjs.map +1 -0
- package/fesm2020/odx-angular-components-action-group.mjs +39 -0
- package/fesm2020/odx-angular-components-action-group.mjs.map +1 -0
- package/fesm2020/odx-angular-components-area-header.mjs +115 -0
- package/fesm2020/odx-angular-components-area-header.mjs.map +1 -0
- package/fesm2020/odx-angular-components-avatar.mjs +41 -0
- package/fesm2020/odx-angular-components-avatar.mjs.map +1 -0
- package/fesm2020/odx-angular-components-badge.mjs +163 -0
- package/fesm2020/odx-angular-components-badge.mjs.map +1 -0
- package/fesm2020/odx-angular-components-button.mjs +69 -0
- package/fesm2020/odx-angular-components-button.mjs.map +1 -0
- package/fesm2020/odx-angular-components-checkbox.mjs +80 -0
- package/fesm2020/odx-angular-components-checkbox.mjs.map +1 -0
- package/fesm2020/odx-angular-components-content-box.mjs +66 -0
- package/fesm2020/odx-angular-components-content-box.mjs.map +1 -0
- package/fesm2020/odx-angular-components-header.mjs +111 -0
- package/fesm2020/odx-angular-components-header.mjs.map +1 -0
- package/fesm2020/odx-angular-components-icon.mjs +54 -0
- package/fesm2020/odx-angular-components-icon.mjs.map +1 -0
- package/fesm2020/odx-angular-components-link.mjs +44 -0
- package/fesm2020/odx-angular-components-link.mjs.map +1 -0
- package/fesm2020/odx-angular-components-logo.mjs +61 -0
- package/fesm2020/odx-angular-components-logo.mjs.map +1 -0
- package/fesm2020/odx-angular-components-main-menu.mjs +180 -0
- package/fesm2020/odx-angular-components-main-menu.mjs.map +1 -0
- package/fesm2020/odx-angular-components-radio-group.mjs +103 -0
- package/fesm2020/odx-angular-components-radio-group.mjs.map +1 -0
- package/fesm2020/odx-angular-internal.mjs +227 -0
- package/fesm2020/odx-angular-internal.mjs.map +1 -0
- package/fesm2020/odx-angular-rxjs.mjs +12 -0
- package/fesm2020/odx-angular-rxjs.mjs.map +1 -0
- package/fesm2020/odx-angular-utils.mjs +39 -0
- package/fesm2020/odx-angular-utils.mjs.map +1 -0
- package/fesm2020/odx-angular.mjs +313 -0
- package/fesm2020/odx-angular.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/internal/README.md +3 -0
- package/internal/abstract/controller.d.ts +14 -0
- package/internal/abstract/index.d.ts +1 -0
- package/internal/decorators/css-component.d.ts +9 -0
- package/internal/decorators/css-modifier.d.ts +10 -0
- package/internal/decorators/index.d.ts +2 -0
- package/internal/helpers/dom.d.ts +2 -0
- package/internal/helpers/get-css-variables.d.ts +8 -0
- package/internal/helpers/get-enum-values.d.ts +4 -0
- package/internal/helpers/index.d.ts +6 -0
- package/internal/helpers/type-guards.d.ts +9 -0
- package/internal/helpers/watch.d.ts +4 -0
- package/internal/helpers/with-mutiple-descriptors.d.ts +9 -0
- package/internal/index.d.ts +5 -0
- package/internal/providers/index.d.ts +1 -0
- package/internal/providers/watched-controller-provider.d.ts +5 -0
- package/internal/types/get-properties.d.ts +5 -0
- package/internal/types/index.d.ts +1 -0
- package/lib/controllers/disabled.controller.d.ts +19 -0
- package/lib/controllers/index.d.ts +1 -0
- package/lib/controls/custom-form-control.d.ts +40 -0
- package/lib/controls/index.d.ts +1 -0
- package/lib/core.module.d.ts +10 -0
- package/lib/directives/control.directive.d.ts +8 -0
- package/lib/directives/index.d.ts +2 -0
- package/lib/directives/monitor-focus.directive.d.ts +12 -0
- package/lib/services/destroy.service.d.ts +9 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/services/window-ref.d.ts +11 -0
- package/package.json +184 -0
- package/rxjs/README.md +3 -0
- package/rxjs/index.d.ts +1 -0
- package/rxjs/lib/from-events.d.ts +3 -0
- package/utils/README.md +3 -0
- package/utils/index.d.ts +2 -0
- package/utils/lib/decorators/index.d.ts +1 -0
- package/utils/lib/decorators/transform.d.ts +3 -0
- package/utils/lib/helpers/array.d.ts +1 -0
- package/utils/lib/helpers/index.d.ts +2 -0
- package/utils/lib/helpers/ng-changes.d.ts +10 -0
package/README.md
ADDED
|
File without changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AnimationReferenceMetadata } from '@angular/animations';
|
|
2
|
+
export declare const slideInX: (from: string) => AnimationReferenceMetadata;
|
|
3
|
+
export declare const slideInY: (from: string) => AnimationReferenceMetadata;
|
|
4
|
+
export declare const slideInDown: AnimationReferenceMetadata;
|
|
5
|
+
export declare const slideInUp: AnimationReferenceMetadata;
|
|
6
|
+
export declare const slideInLeft: AnimationReferenceMetadata;
|
|
7
|
+
export declare const slideInRight: AnimationReferenceMetadata;
|
|
8
|
+
export declare const slideOutX: (to: string) => AnimationReferenceMetadata;
|
|
9
|
+
export declare const slideOutY: (to: string) => AnimationReferenceMetadata;
|
|
10
|
+
export declare const slideOutDown: AnimationReferenceMetadata;
|
|
11
|
+
export declare const slideOutUp: AnimationReferenceMetadata;
|
|
12
|
+
export declare const slideOutLeft: AnimationReferenceMetadata;
|
|
13
|
+
export declare const slideOutRight: AnimationReferenceMetadata;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './lib/dynamic-view.component';
|
|
2
|
+
export * from './lib/dynamic-view.directive';
|
|
3
|
+
export * from './lib/dynamic-view.service';
|
|
4
|
+
export * from './lib/facade';
|
|
5
|
+
export * from './lib/helpers';
|
|
6
|
+
export * from './lib/models';
|
|
7
|
+
export * from './lib/tokens';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AsyncPipe } from '@angular/common';
|
|
2
|
+
import { OnDestroy } from '@angular/core';
|
|
3
|
+
import { DynamicTextContent } from './facade';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DynamicViewComponent implements OnDestroy {
|
|
6
|
+
protected asyncPipe: AsyncPipe;
|
|
7
|
+
protected resolveContent: () => string | null;
|
|
8
|
+
set content(value: DynamicTextContent);
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicViewComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicViewComponent, "odx-dynamic-view", never, { "content": "content"; }, {}, never, never, true>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Injector, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { NgChanges } from '@odx/angular/utils';
|
|
3
|
+
import { DynamicContent, DynamicViewRef, GetDynamicViewContext } from './facade';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DynamicViewDirective<T extends DynamicContent<unknown> = DynamicContent<unknown>> implements OnDestroy, OnInit, OnChanges {
|
|
6
|
+
private readonly dynamicViewService;
|
|
7
|
+
private readonly viewContainer;
|
|
8
|
+
private viewRef;
|
|
9
|
+
content?: T | DynamicViewRef<T> | null;
|
|
10
|
+
injector?: Injector;
|
|
11
|
+
context?: GetDynamicViewContext<T>;
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
ngOnChanges(changes: NgChanges<DynamicViewDirective<DynamicContent>>): void;
|
|
14
|
+
ngOnDestroy(): Promise<void>;
|
|
15
|
+
getView(): DynamicViewRef<T> | null;
|
|
16
|
+
private render;
|
|
17
|
+
private destroy;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicViewDirective<any>, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicViewDirective<any>, "[odxDynamicView]", never, { "content": "odxDynamicView"; "injector": "odxDynamicViewInjector"; "context": "odxDynamicViewContext"; }, {}, never, never, true>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DynamicContent, DynamicViewRef } from './facade';
|
|
2
|
+
import { DynamicViewOptions } from './models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DynamicViewService {
|
|
5
|
+
private readonly injector;
|
|
6
|
+
createView<T extends DynamicContent>(content: T, options?: Partial<DynamicViewOptions<T>>): DynamicViewRef<T>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicViewService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DynamicViewService>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TemplateRef, Type } from '@angular/core';
|
|
2
|
+
import { GetProperties } from '@odx/angular/internal';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
export declare type DynamicTextContent = string | Observable<string>;
|
|
5
|
+
export declare type DynamicContent<C = unknown> = DynamicTextContent | TemplateRef<C> | Type<C>;
|
|
6
|
+
export declare type GetDynamicViewContext<T extends DynamicContent> = Partial<T extends DynamicContent<infer C> ? (T extends Type<C> ? GetProperties<C> : T extends TemplateRef<C> ? C : {
|
|
7
|
+
content: T;
|
|
8
|
+
}) : never>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ViewRef } from '@angular/core';
|
|
2
|
+
import { DynamicContent, GetDynamicViewContext } from './dynamic-content';
|
|
3
|
+
export interface DynamicViewRef<T extends DynamicContent> {
|
|
4
|
+
detectChanges(): void;
|
|
5
|
+
destroy(): Promise<void>;
|
|
6
|
+
getElement(): Element;
|
|
7
|
+
update(context: GetDynamicViewContext<T>): void;
|
|
8
|
+
getView(): ViewRef | null;
|
|
9
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Type, ViewRef } from '@angular/core';
|
|
2
|
+
import { GetDynamicViewContext } from '../facade';
|
|
3
|
+
import { DynamicViewRef } from '../facade/dynamic-view-ref';
|
|
4
|
+
import { DynamicViewOptions } from './dynamic-view-options';
|
|
5
|
+
export interface DynamicComponentOptions<T extends Type<unknown>> extends DynamicViewOptions<T> {
|
|
6
|
+
component: T;
|
|
7
|
+
}
|
|
8
|
+
export declare class DynamicComponentRef<T extends Type<unknown>, C extends GetDynamicViewContext<T>> implements DynamicViewRef<T> {
|
|
9
|
+
private componentRef;
|
|
10
|
+
constructor({ component, context, injector, vcr }: DynamicComponentOptions<T>);
|
|
11
|
+
detectChanges(): void;
|
|
12
|
+
destroy(): Promise<void>;
|
|
13
|
+
getElement<T extends Element>(): T;
|
|
14
|
+
update(context: C): void;
|
|
15
|
+
getView(): ViewRef | null;
|
|
16
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TemplateRef as NgTemplateRef, ViewRef } from '@angular/core';
|
|
2
|
+
import { DynamicViewRef, GetDynamicViewContext } from '../facade';
|
|
3
|
+
import { DynamicViewOptions } from './dynamic-view-options';
|
|
4
|
+
export interface DynamicTemplateOptions<T extends NgTemplateRef<unknown>> extends DynamicViewOptions<T> {
|
|
5
|
+
template: T;
|
|
6
|
+
}
|
|
7
|
+
export declare class DynamicTemplateRef<T extends NgTemplateRef<unknown> = NgTemplateRef<unknown>> implements DynamicViewRef<T> {
|
|
8
|
+
private readonly options;
|
|
9
|
+
private readonly application;
|
|
10
|
+
private embeddedViewRef;
|
|
11
|
+
constructor(options: DynamicTemplateOptions<T>);
|
|
12
|
+
detectChanges(): void;
|
|
13
|
+
destroy(): Promise<void>;
|
|
14
|
+
getElement(): Element;
|
|
15
|
+
update(context: GetDynamicViewContext<T>): void;
|
|
16
|
+
getView(): ViewRef | null;
|
|
17
|
+
private create;
|
|
18
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Injector, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { DynamicContent, GetDynamicViewContext } from '../facade';
|
|
3
|
+
export interface DynamicViewOptions<T extends DynamicContent> {
|
|
4
|
+
injector: Injector;
|
|
5
|
+
context?: GetDynamicViewContext<T>;
|
|
6
|
+
vcr?: ViewContainerRef;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './dynamic-view-context';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import { ElementRef } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ActionGroupComponent {
|
|
5
|
+
readonly element: ElementRef<HTMLElement>;
|
|
6
|
+
static ngAcceptInputType_reverse: BooleanInput;
|
|
7
|
+
reverse: boolean;
|
|
8
|
+
constructor(element: ElementRef<HTMLElement>);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionGroupComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionGroupComponent, "odx-action-group", never, { "reverse": "reverse"; }, {}, never, ["[odxButton]"], true>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './action-group.component';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { AreaHeaderSize } from './models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AreaHeaderComponent {
|
|
5
|
+
readonly element: ElementRef<HTMLElement>;
|
|
6
|
+
size: AreaHeaderSize;
|
|
7
|
+
constructor(element: ElementRef<HTMLElement>);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AreaHeaderComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AreaHeaderComponent, "odx-area-header", never, { "size": "size"; }, {}, never, ["odx-avatar", "*", "odx-area-header-subtitle", "odx-area-header-content"], true>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./area-header.component";
|
|
3
|
+
import * as i2 from "./directives/area-header-content.directive";
|
|
4
|
+
import * as i3 from "./directives/area-header-subtitle.directive";
|
|
5
|
+
import * as i4 from "@odx/angular/components/avatar";
|
|
6
|
+
import * as i5 from "@odx/angular/components/action-group";
|
|
7
|
+
import * as i6 from "@odx/angular/components/button";
|
|
8
|
+
import * as i7 from "@odx/angular/components/icon";
|
|
9
|
+
export declare class AreaHeaderModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AreaHeaderModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AreaHeaderModule, never, [typeof i1.AreaHeaderComponent, typeof i2.AreaHeaderContentDirective, typeof i3.AreaHeaderSubtitleDirective, typeof i4.AvatarComponent, typeof i5.ActionGroupComponent, typeof i6.ButtonComponent, typeof i7.IconComponent], [typeof i1.AreaHeaderComponent, typeof i2.AreaHeaderContentDirective, typeof i3.AreaHeaderSubtitleDirective, typeof i4.AvatarComponent, typeof i5.ActionGroupComponent, typeof i6.ButtonComponent, typeof i7.IconComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AreaHeaderModule>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AreaHeaderContentDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AreaHeaderContentDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AreaHeaderContentDirective, "odx-area-header-content", never, {}, {}, never, never, true>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AreaHeaderSubtitleDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AreaHeaderSubtitleDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AreaHeaderSubtitleDirective, "odx-area-header-subtitle", never, {}, {}, never, never, true>;
|
|
5
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './area-header-size';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { AvatarSize } from './models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AvatarComponent {
|
|
5
|
+
readonly element: ElementRef<HTMLElement>;
|
|
6
|
+
size?: AvatarSize | null;
|
|
7
|
+
constructor(element: ElementRef<HTMLElement>);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "odx-avatar", never, { "size": "size"; }, {}, never, ["*"], true>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './avatar-size';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, NgZone, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
+
import { NgChanges } from '@odx/angular/utils';
|
|
3
|
+
import { BadgePosition, BadgeVariant } from './models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BadgeComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
6
|
+
readonly element: ElementRef<HTMLElement>;
|
|
7
|
+
private readonly zone;
|
|
8
|
+
private readonly hostElement;
|
|
9
|
+
private readonly referenceElement;
|
|
10
|
+
private positionUpdater?;
|
|
11
|
+
private elementRect;
|
|
12
|
+
value: number;
|
|
13
|
+
position: BadgePosition;
|
|
14
|
+
contrast: boolean;
|
|
15
|
+
variant: BadgeVariant;
|
|
16
|
+
constructor(element: ElementRef<HTMLElement>, zone: NgZone);
|
|
17
|
+
ngOnChanges(changes: NgChanges<BadgeComponent>): void;
|
|
18
|
+
ngAfterViewInit(): void;
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
private startPositionUpdater;
|
|
21
|
+
private stopPositionUpdater;
|
|
22
|
+
private updateBadgePosition;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "odx-badge", never, { "value": "value"; "position": "position"; "contrast": "contrast"; "variant": "variant"; }, {}, never, never, true>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
2
|
+
import { Injector, OnChanges, OnDestroy, SimpleChanges, ViewContainerRef } from '@angular/core';
|
|
3
|
+
import { BadgeHost } from './facade';
|
|
4
|
+
import { BadgePosition, BadgeVariant } from './models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BadgeDirective implements BadgeHost, OnChanges, OnDestroy {
|
|
7
|
+
private readonly injector;
|
|
8
|
+
private readonly viewContainer;
|
|
9
|
+
static ngAcceptInputType_content: NumberInput;
|
|
10
|
+
static ngAcceptInputType_contrast: BooleanInput;
|
|
11
|
+
private badgeRef;
|
|
12
|
+
readonly hostElement: any;
|
|
13
|
+
value: number;
|
|
14
|
+
contrast: boolean;
|
|
15
|
+
position: BadgePosition;
|
|
16
|
+
variant: BadgeVariant;
|
|
17
|
+
constructor(injector: Injector, viewContainer: ViewContainerRef);
|
|
18
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeDirective, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BadgeDirective, "[odxBadge]", never, { "value": "odxBadge"; "contrast": "odxBadgeContrast"; "position": "odxBadgePosition"; "variant": "odxBadgeVariant"; }, {}, never, never, true>;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './badge-host';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { FormGroupDirective, NgForm } from '@angular/forms';
|
|
3
|
+
import { ButtonVariant } from './models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ButtonComponent {
|
|
6
|
+
readonly type: string | null;
|
|
7
|
+
readonly element: ElementRef<HTMLButtonElement | HTMLLinkElement>;
|
|
8
|
+
private readonly isSubmitButton;
|
|
9
|
+
private readonly isResetButton;
|
|
10
|
+
protected readonly disabledController: import("@odx/angular").DisabledController | null;
|
|
11
|
+
protected readonly form: NgForm | null;
|
|
12
|
+
protected readonly formGroup: FormGroupDirective | null;
|
|
13
|
+
get isDisabled(): boolean;
|
|
14
|
+
get isParentFormInvalid(): boolean;
|
|
15
|
+
get isParentFormDirty(): boolean;
|
|
16
|
+
variant?: ButtonVariant | null;
|
|
17
|
+
constructor(type: string | null, element: ElementRef<HTMLButtonElement | HTMLLinkElement>);
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, [{ attribute: "type"; }, null]>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[odxButton], a[odxButton]", never, { "variant": "variant"; }, {}, never, ["odx-icon[alignLeft]", "*", "odx-icon[alignRight]"], true>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare type ButtonVariant = typeof ButtonVariant[keyof typeof ButtonVariant];
|
|
2
|
+
export declare const ButtonVariant: {
|
|
3
|
+
readonly PRIMARY: "primary";
|
|
4
|
+
readonly SECONDARY: "secondary";
|
|
5
|
+
readonly GHOST: "ghost";
|
|
6
|
+
readonly HIGHLIGHT: "highlight";
|
|
7
|
+
readonly SUCCESS: "success";
|
|
8
|
+
readonly CONFIRMATION: "confirmation";
|
|
9
|
+
readonly DANGER: "danger";
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './button-variant';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib/checkbox.component';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
|
3
|
+
import { CustomFormControl } from '@odx/angular';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CheckboxComponent extends CustomFormControl<boolean> {
|
|
6
|
+
readonly element: ElementRef<HTMLElement>;
|
|
7
|
+
static ngAcceptInputType_checked: BooleanInput;
|
|
8
|
+
static ngAcceptInputType_indeterminate: BooleanInput;
|
|
9
|
+
private isIndeterminate;
|
|
10
|
+
set checked(value: boolean);
|
|
11
|
+
get checked(): boolean;
|
|
12
|
+
set indeterminate(value: unknown);
|
|
13
|
+
get indeterminate(): boolean;
|
|
14
|
+
value: string | null;
|
|
15
|
+
get ariaChecked(): string;
|
|
16
|
+
get modifierIcon(): string;
|
|
17
|
+
readonly indeterminateChange: EventEmitter<boolean>;
|
|
18
|
+
constructor(element: ElementRef<HTMLElement>);
|
|
19
|
+
onChanged(event: Event): void;
|
|
20
|
+
protected updateRequiredValidator(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "odx-checkbox", never, { "checked": "checked"; "indeterminate": "indeterminate"; "value": "value"; }, { "indeterminateChange": "indeterminateChange"; }, never, ["*"], true>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ContentBoxComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentBoxComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentBoxComponent, "odx-content-box", never, {}, {}, never, ["odx-area-header, odx-content-box-header", "*", "odx-content-box-footer"], true>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./content-box.component";
|
|
3
|
+
import * as i2 from "./directives/content-box-header-directive";
|
|
4
|
+
import * as i3 from "./directives/content-box-footer-directive";
|
|
5
|
+
export declare class ContentBoxModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentBoxModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentBoxModule, never, [typeof i1.ContentBoxComponent, typeof i2.ContentBoxHeaderDirective, typeof i3.ContentBoxFooterDirective], [typeof i1.ContentBoxComponent, typeof i2.ContentBoxHeaderDirective, typeof i3.ContentBoxFooterDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ContentBoxModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ContentBoxFooterDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentBoxFooterDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ContentBoxFooterDirective, "odx-content-box-footer", never, {}, {}, never, never, true>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ContentBoxHeaderDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentBoxHeaderDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ContentBoxHeaderDirective, "odx-content-box-header", never, {}, {}, never, never, true>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HeaderAvatarDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderAvatarDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderAvatarDirective, "button[odxHeaderAvatar]", never, {}, {}, never, never, true>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HeaderTitleDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTitleDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTitleDirective, "odx-header-title", never, {}, {}, never, never, true>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HeaderComponent {
|
|
4
|
+
readonly element: ElementRef<HTMLElement>;
|
|
5
|
+
constructor(element: ElementRef<HTMLElement>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "odx-header", never, {}, {}, never, ["button[odxMainMenuButton]", "odx-header-title", "odx-action-group", "[odxHeaderAvatar]"], true>;
|
|
8
|
+
}
|