@angular/core 2.0.0-rc.1 → 2.0.0-rc.2
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/{core.umd.js → bundles/core.umd.js} +6402 -4606
- package/bundles/core.umd.min.js +6 -0
- package/esm/index.d.ts +5 -4
- package/esm/index.js +9 -8
- package/esm/index.js.map +1 -1
- package/esm/private_export.d.ts +96 -11
- package/esm/private_export.js +39 -10
- package/esm/private_export.js.map +1 -1
- package/esm/private_export.metadata.json +1 -1
- package/esm/src/animation/active_animation_players_map.d.ts +11 -0
- package/esm/src/animation/active_animation_players_map.js +47 -0
- package/esm/src/animation/active_animation_players_map.js.map +1 -0
- package/esm/src/animation/animation_constants.d.ts +4 -0
- package/esm/src/animation/animation_constants.js +5 -0
- package/esm/src/animation/animation_constants.js.map +1 -0
- package/esm/src/animation/animation_constants.metadata.json +1 -0
- package/esm/src/animation/animation_driver.d.ts +9 -0
- package/esm/src/animation/animation_driver.js +9 -0
- package/esm/src/animation/animation_driver.js.map +1 -0
- package/esm/src/animation/animation_group_player.d.ts +18 -0
- package/esm/src/animation/animation_group_player.js +60 -0
- package/esm/src/animation/animation_group_player.js.map +1 -0
- package/esm/src/animation/animation_keyframe.d.ts +6 -0
- package/esm/src/animation/animation_keyframe.js +7 -0
- package/esm/src/animation/animation_keyframe.js.map +1 -0
- package/esm/src/animation/animation_player.d.ts +26 -0
- package/esm/src/animation/animation_player.js +30 -0
- package/esm/src/animation/animation_player.js.map +1 -0
- package/esm/src/animation/animation_sequence_player.d.ts +21 -0
- package/esm/src/animation/animation_sequence_player.js +64 -0
- package/esm/src/animation/animation_sequence_player.js.map +1 -0
- package/esm/src/animation/animation_style_util.d.ts +32 -0
- package/esm/src/animation/animation_style_util.js +91 -0
- package/esm/src/animation/animation_style_util.js.map +1 -0
- package/esm/src/animation/animation_style_util.metadata.json +1 -0
- package/esm/src/animation/animation_styles.d.ts +8 -0
- package/esm/src/animation/animation_styles.js +6 -0
- package/esm/src/animation/animation_styles.js.map +1 -0
- package/esm/src/animation/metadata.d.ts +511 -0
- package/esm/src/animation/metadata.js +565 -0
- package/esm/src/animation/metadata.js.map +1 -0
- package/esm/src/animation/metadata.metadata.json +1 -0
- package/esm/src/application_common_providers.d.ts +1 -0
- package/esm/src/application_common_providers.js +5 -4
- package/esm/src/application_common_providers.js.map +1 -1
- package/esm/src/application_common_providers.metadata.json +1 -1
- package/esm/src/application_ref.d.ts +17 -41
- package/esm/src/application_ref.js +32 -23
- package/esm/src/application_ref.js.map +1 -1
- package/esm/src/application_ref.metadata.json +1 -1
- package/esm/src/application_tokens.d.ts +6 -1
- package/esm/src/application_tokens.js +9 -4
- package/esm/src/application_tokens.js.map +1 -1
- package/esm/src/application_tokens.metadata.json +1 -1
- package/esm/src/change_detection/change_detection.d.ts +9 -8
- package/esm/src/change_detection/change_detection.js +7 -7
- package/esm/src/change_detection/change_detection.js.map +1 -1
- package/esm/src/change_detection/change_detection.metadata.json +1 -1
- package/esm/src/change_detection/change_detection_util.d.ts +3 -1
- package/esm/src/change_detection/change_detection_util.js +6 -5
- package/esm/src/change_detection/change_detection_util.js.map +1 -1
- package/esm/src/change_detection/change_detection_util.metadata.json +1 -1
- package/esm/src/change_detection/change_detector_ref.d.ts +3 -0
- package/esm/src/change_detection/change_detector_ref.js +3 -0
- package/esm/src/change_detection/change_detector_ref.js.map +1 -1
- package/esm/src/change_detection/constants.d.ts +1 -0
- package/esm/src/change_detection/constants.js +4 -3
- package/esm/src/change_detection/constants.js.map +1 -1
- package/esm/src/change_detection/constants.metadata.json +1 -1
- package/esm/src/change_detection/differs/default_iterable_differ.d.ts +6 -94
- package/esm/src/change_detection/differs/default_iterable_differ.js +25 -18
- package/esm/src/change_detection/differs/default_iterable_differ.js.map +1 -1
- package/esm/src/change_detection/differs/default_keyvalue_differ.d.ts +3 -30
- package/esm/src/change_detection/differs/default_keyvalue_differ.js +13 -8
- package/esm/src/change_detection/differs/default_keyvalue_differ.js.map +1 -1
- package/esm/src/change_detection/differs/iterable_differs.d.ts +4 -1
- package/esm/src/change_detection/differs/iterable_differs.js +5 -4
- package/esm/src/change_detection/differs/iterable_differs.js.map +1 -1
- package/esm/src/change_detection/differs/keyvalue_differs.d.ts +2 -1
- package/esm/src/change_detection/differs/keyvalue_differs.js +5 -4
- package/esm/src/change_detection/differs/keyvalue_differs.js.map +1 -1
- package/esm/src/change_detection/pipe_transform.js.map +1 -1
- package/esm/src/change_detection.d.ts +1 -1
- package/esm/src/change_detection.js +5 -5
- package/esm/src/change_detection.js.map +1 -1
- package/esm/src/console.js +2 -1
- package/esm/src/console.js.map +1 -1
- package/esm/src/console.metadata.json +1 -1
- package/esm/src/debug/debug_node.d.ts +20 -2
- package/esm/src/debug/debug_node.js +16 -2
- package/esm/src/debug/debug_node.js.map +1 -1
- package/esm/src/debug/debug_node.metadata.json +1 -0
- package/esm/src/debug/debug_renderer.d.ts +10 -6
- package/esm/src/debug/debug_renderer.js +13 -2
- package/esm/src/debug/debug_renderer.js.map +1 -1
- package/esm/src/di/decorators.d.ts +13 -1
- package/esm/src/di/decorators.js +7 -1
- package/esm/src/di/decorators.js.map +1 -1
- package/esm/src/di/decorators.metadata.json +1 -1
- package/esm/src/di/forward_ref.d.ts +3 -1
- package/esm/src/di/forward_ref.js +3 -1
- package/esm/src/di/forward_ref.js.map +1 -1
- package/esm/src/di/injector.d.ts +4 -1
- package/esm/src/di/injector.js +5 -2
- package/esm/src/di/injector.js.map +1 -1
- package/esm/src/di/injector.metadata.json +1 -1
- package/esm/src/di/metadata.d.ts +8 -1
- package/esm/src/di/metadata.js +10 -3
- package/esm/src/di/metadata.js.map +1 -1
- package/esm/src/di/opaque_token.d.ts +2 -1
- package/esm/src/di/opaque_token.js +22 -21
- package/esm/src/di/opaque_token.js.map +1 -1
- package/esm/src/di/provider.d.ts +11 -10
- package/esm/src/di/provider.js +17 -14
- package/esm/src/di/provider.js.map +1 -1
- package/esm/src/di/provider.metadata.json +1 -0
- package/esm/src/di/provider_util.js.map +1 -1
- package/esm/src/di/provider_util.metadata.json +1 -0
- package/esm/src/di/reflective_exceptions.d.ts +11 -16
- package/esm/src/di/reflective_exceptions.js +28 -22
- package/esm/src/di/reflective_exceptions.js.map +1 -1
- package/esm/src/di/reflective_injector.d.ts +3 -33
- package/esm/src/di/reflective_injector.js +10 -7
- package/esm/src/di/reflective_injector.js.map +1 -1
- package/esm/src/di/reflective_key.d.ts +1 -8
- package/esm/src/di/reflective_key.js +3 -2
- package/esm/src/di/reflective_key.js.map +1 -1
- package/esm/src/di/reflective_provider.d.ts +2 -1
- package/esm/src/di/reflective_provider.js +6 -5
- package/esm/src/di/reflective_provider.js.map +1 -1
- package/esm/src/di/reflective_provider.metadata.json +1 -0
- package/esm/src/di.d.ts +2 -2
- package/esm/src/di.js +6 -6
- package/esm/src/di.js.map +1 -1
- package/esm/src/facade/async.d.ts +11 -4
- package/esm/src/facade/async.js +25 -15
- package/esm/src/facade/async.js.map +1 -1
- package/esm/src/facade/base_wrapped_exception.js +4 -4
- package/esm/src/facade/base_wrapped_exception.js.map +1 -1
- package/esm/src/facade/collection.js +1 -1
- package/esm/src/facade/collection.js.map +1 -1
- package/esm/src/facade/collection.metadata.json +1 -1
- package/esm/src/facade/exception_handler.d.ts +2 -11
- package/esm/src/facade/exception_handler.js +8 -7
- package/esm/src/facade/exception_handler.js.map +1 -1
- package/esm/src/facade/exceptions.d.ts +4 -0
- package/esm/src/facade/exceptions.js +6 -2
- package/esm/src/facade/exceptions.js.map +1 -1
- package/esm/src/facade/exceptions.metadata.json +1 -0
- package/esm/src/facade/lang.d.ts +6 -4
- package/esm/src/facade/lang.js +12 -11
- package/esm/src/facade/lang.js.map +1 -1
- package/esm/src/facade/lang.metadata.json +1 -1
- package/esm/src/facade/math.d.ts +2 -0
- package/esm/src/facade/math.js +4 -0
- package/esm/src/facade/math.js.map +1 -0
- package/esm/src/facade/math.metadata.json +1 -0
- package/esm/src/facade/promise.js.map +1 -1
- package/esm/src/linker/component_factory.d.ts +5 -4
- package/esm/src/linker/component_factory.js +7 -3
- package/esm/src/linker/component_factory.js.map +1 -1
- package/esm/src/linker/component_resolver.d.ts +5 -4
- package/esm/src/linker/component_resolver.js +12 -7
- package/esm/src/linker/component_resolver.js.map +1 -1
- package/esm/src/linker/component_resolver.metadata.json +1 -1
- package/esm/src/linker/debug_context.js +5 -4
- package/esm/src/linker/debug_context.js.map +1 -1
- package/esm/src/linker/dynamic_component_loader.d.ts +5 -6
- package/esm/src/linker/dynamic_component_loader.js +5 -3
- package/esm/src/linker/dynamic_component_loader.js.map +1 -1
- package/esm/src/linker/dynamic_component_loader.metadata.json +1 -1
- package/esm/src/linker/element.d.ts +3 -3
- package/esm/src/linker/element.js +5 -5
- package/esm/src/linker/element.js.map +1 -1
- package/esm/src/linker/element_injector.js.map +1 -1
- package/esm/src/linker/element_ref.d.ts +1 -0
- package/esm/src/linker/element_ref.js +5 -5
- package/esm/src/linker/element_ref.js.map +1 -1
- package/esm/src/linker/exceptions.d.ts +4 -1
- package/esm/src/linker/exceptions.js +4 -1
- package/esm/src/linker/exceptions.js.map +1 -1
- package/esm/src/linker/query_list.d.ts +3 -10
- package/esm/src/linker/query_list.js +8 -7
- package/esm/src/linker/query_list.js.map +1 -1
- package/esm/src/linker/systemjs_component_resolver.d.ts +21 -0
- package/esm/src/linker/systemjs_component_resolver.js +44 -0
- package/esm/src/linker/systemjs_component_resolver.js.map +1 -0
- package/esm/src/linker/template_ref.d.ts +2 -1
- package/esm/src/linker/template_ref.js +1 -0
- package/esm/src/linker/template_ref.js.map +1 -1
- package/esm/src/linker/view.d.ts +12 -1
- package/esm/src/linker/view.js +62 -16
- package/esm/src/linker/view.js.map +1 -1
- package/esm/src/linker/view_container_ref.d.ts +2 -10
- package/esm/src/linker/view_container_ref.js +4 -3
- package/esm/src/linker/view_container_ref.js.map +1 -1
- package/esm/src/linker/view_ref.d.ts +5 -1
- package/esm/src/linker/view_ref.js +6 -2
- package/esm/src/linker/view_ref.js.map +1 -1
- package/esm/src/linker/view_type.js.map +1 -1
- package/esm/src/linker/view_utils.d.ts +2 -4
- package/esm/src/linker/view_utils.js +21 -21
- package/esm/src/linker/view_utils.js.map +1 -1
- package/esm/src/linker/view_utils.metadata.json +1 -1
- package/esm/src/linker.d.ts +5 -4
- package/esm/src/linker.js +5 -4
- package/esm/src/linker.js.map +1 -1
- package/esm/src/metadata/di.d.ts +8 -1
- package/esm/src/metadata/di.js +10 -3
- package/esm/src/metadata/di.js.map +1 -1
- package/esm/src/metadata/directives.d.ts +104 -20
- package/esm/src/metadata/directives.js +25 -19
- package/esm/src/metadata/directives.js.map +1 -1
- package/esm/src/metadata/lifecycle_hooks.d.ts +46 -31
- package/esm/src/metadata/lifecycle_hooks.js +464 -10
- package/esm/src/metadata/lifecycle_hooks.js.map +1 -1
- package/esm/src/metadata/lifecycle_hooks.metadata.json +1 -1
- package/esm/src/metadata/view.d.ts +6 -2
- package/esm/src/metadata/view.js +3 -1
- package/esm/src/metadata/view.js.map +1 -1
- package/esm/src/metadata/view.metadata.json +1 -1
- package/esm/src/metadata.d.ts +49 -15
- package/esm/src/metadata.js +35 -10
- package/esm/src/metadata.js.map +1 -1
- package/esm/src/metadata.metadata.json +1 -1
- package/esm/src/platform_common_providers.d.ts +1 -0
- package/esm/src/platform_common_providers.js +3 -3
- package/esm/src/platform_common_providers.js.map +1 -1
- package/esm/src/platform_common_providers.metadata.json +1 -1
- package/esm/src/platform_directives_and_pipes.d.ts +48 -45
- package/esm/src/platform_directives_and_pipes.js +50 -47
- package/esm/src/platform_directives_and_pipes.js.map +1 -1
- package/esm/src/platform_directives_and_pipes.metadata.json +1 -1
- package/esm/src/profile/profile.d.ts +5 -1
- package/esm/src/profile/profile.js +4 -0
- package/esm/src/profile/profile.js.map +1 -1
- package/esm/src/profile/profile.metadata.json +1 -1
- package/esm/src/profile/wtf_impl.js +1 -1
- package/esm/src/profile/wtf_impl.js.map +1 -1
- package/esm/src/profile/wtf_impl.metadata.json +1 -0
- package/esm/src/profile/wtf_init.js +2 -2
- package/esm/src/profile/wtf_init.js.map +1 -1
- package/esm/src/reflection/platform_reflection_capabilities.d.ts +4 -3
- package/esm/src/reflection/platform_reflection_capabilities.js.map +1 -1
- package/esm/src/reflection/reflection.d.ts +1 -1
- package/esm/src/reflection/reflection.js +2 -2
- package/esm/src/reflection/reflection.js.map +1 -1
- package/esm/src/reflection/reflection.metadata.json +1 -1
- package/esm/src/reflection/reflection_capabilities.d.ts +4 -5
- package/esm/src/reflection/reflection_capabilities.js +22 -10
- package/esm/src/reflection/reflection_capabilities.js.map +1 -1
- package/esm/src/reflection/reflector.d.ts +8 -20
- package/esm/src/reflection/reflector.js +13 -3
- package/esm/src/reflection/reflector.js.map +1 -1
- package/esm/src/reflection/reflector_reader.js +3 -3
- package/esm/src/reflection/reflector_reader.js.map +1 -1
- package/esm/src/reflection/types.js.map +1 -1
- package/esm/src/render/api.d.ts +17 -6
- package/esm/src/render/api.js +8 -1
- package/esm/src/render/api.js.map +1 -1
- package/esm/src/render.d.ts +1 -1
- package/esm/src/render.js +1 -1
- package/esm/src/render.js.map +1 -1
- package/esm/src/security.js +6 -6
- package/esm/src/security.js.map +1 -1
- package/esm/src/testability/testability.d.ts +3 -19
- package/esm/src/testability/testability.js +10 -5
- package/esm/src/testability/testability.js.map +1 -1
- package/esm/src/testability/testability.metadata.json +1 -1
- package/esm/src/util/decorators.d.ts +2 -1
- package/esm/src/util/decorators.js +10 -9
- package/esm/src/util/decorators.js.map +1 -1
- package/esm/src/util.js.map +1 -1
- package/esm/src/zone/ng_zone.d.ts +6 -17
- package/esm/src/zone/ng_zone.js +7 -6
- package/esm/src/zone/ng_zone.js.map +1 -1
- package/esm/src/zone/ng_zone_impl.d.ts +1 -4
- package/esm/src/zone/ng_zone_impl.js +3 -2
- package/esm/src/zone/ng_zone_impl.js.map +1 -1
- package/esm/src/zone.js.map +1 -1
- package/esm/testing/async.js +20 -22
- package/esm/testing/async.js.map +1 -1
- package/esm/testing/async.metadata.json +1 -0
- package/esm/testing/async_test_completer.js.map +1 -1
- package/esm/testing/fake_async.d.ts +4 -1
- package/esm/testing/fake_async.js +9 -2
- package/esm/testing/fake_async.js.map +1 -1
- package/esm/testing/lang_utils.js +1 -1
- package/esm/testing/lang_utils.js.map +1 -1
- package/esm/testing/lang_utils.metadata.json +1 -0
- package/esm/testing/logger.js +5 -3
- package/esm/testing/logger.js.map +1 -1
- package/esm/testing/logger.metadata.json +1 -1
- package/esm/testing/mock_application_ref.d.ts +1 -1
- package/esm/testing/mock_application_ref.js +1 -0
- package/esm/testing/mock_application_ref.js.map +1 -1
- package/esm/testing/mock_application_ref.metadata.json +1 -1
- package/esm/testing/ng_zone_mock.d.ts +0 -1
- package/esm/testing/ng_zone_mock.js +2 -1
- package/esm/testing/ng_zone_mock.js.map +1 -1
- package/esm/testing/ng_zone_mock.metadata.json +1 -1
- package/esm/testing/regexp.js +1 -1
- package/esm/testing/regexp.js.map +1 -1
- package/esm/testing/regexp.metadata.json +1 -0
- package/esm/testing/test_injector.d.ts +6 -12
- package/esm/testing/test_injector.js +4 -10
- package/esm/testing/test_injector.js.map +1 -1
- package/esm/testing/test_injector.metadata.json +1 -0
- package/esm/testing/testing.d.ts +2 -2
- package/esm/testing/testing.js +2 -2
- package/esm/testing/testing.js.map +1 -1
- package/esm/testing/testing.metadata.json +1 -1
- package/esm/testing.js.map +1 -1
- package/index.d.ts +5 -4
- package/index.js +10 -8
- package/index.js.map +1 -1
- package/package.json +5 -1
- package/private_export.d.ts +96 -11
- package/private_export.js +39 -10
- package/private_export.js.map +1 -1
- package/private_export.metadata.json +1 -1
- package/src/animation/active_animation_players_map.d.ts +11 -0
- package/src/animation/active_animation_players_map.js +54 -0
- package/src/animation/active_animation_players_map.js.map +1 -0
- package/src/animation/animation_constants.d.ts +4 -0
- package/src/animation/animation_constants.js +6 -0
- package/src/animation/animation_constants.js.map +1 -0
- package/src/animation/animation_constants.metadata.json +1 -0
- package/src/animation/animation_driver.d.ts +9 -0
- package/src/animation/animation_driver.js +25 -0
- package/src/animation/animation_driver.js.map +1 -0
- package/src/animation/animation_group_player.d.ts +18 -0
- package/src/animation/animation_group_player.js +64 -0
- package/src/animation/animation_group_player.js.map +1 -0
- package/src/animation/animation_keyframe.d.ts +6 -0
- package/src/animation/animation_keyframe.js +10 -0
- package/src/animation/animation_keyframe.js.map +1 -0
- package/src/animation/animation_player.d.ts +26 -0
- package/src/animation/animation_player.js +42 -0
- package/src/animation/animation_player.js.map +1 -0
- package/src/animation/animation_sequence_player.d.ts +21 -0
- package/src/animation/animation_sequence_player.js +69 -0
- package/src/animation/animation_sequence_player.js.map +1 -0
- package/src/animation/animation_style_util.d.ts +32 -0
- package/src/animation/animation_style_util.js +99 -0
- package/src/animation/animation_style_util.js.map +1 -0
- package/src/animation/animation_style_util.metadata.json +1 -0
- package/src/animation/animation_styles.d.ts +8 -0
- package/src/animation/animation_styles.js +9 -0
- package/src/animation/animation_styles.js.map +1 -0
- package/src/animation/metadata.d.ts +511 -0
- package/src/animation/metadata.js +627 -0
- package/src/animation/metadata.js.map +1 -0
- package/src/animation/metadata.metadata.json +1 -0
- package/src/application_common_providers.d.ts +1 -0
- package/src/application_common_providers.js +4 -3
- package/src/application_common_providers.js.map +1 -1
- package/src/application_common_providers.metadata.json +1 -1
- package/src/application_ref.d.ts +17 -41
- package/src/application_ref.js +30 -21
- package/src/application_ref.js.map +1 -1
- package/src/application_ref.metadata.json +1 -1
- package/src/application_tokens.d.ts +6 -1
- package/src/application_tokens.js +9 -4
- package/src/application_tokens.js.map +1 -1
- package/src/application_tokens.metadata.json +1 -1
- package/src/change_detection/change_detection.d.ts +9 -8
- package/src/change_detection/change_detection.js +21 -21
- package/src/change_detection/change_detection.js.map +1 -1
- package/src/change_detection/change_detection.metadata.json +1 -1
- package/src/change_detection/change_detection_util.d.ts +3 -1
- package/src/change_detection/change_detection_util.js +6 -5
- package/src/change_detection/change_detection_util.js.map +1 -1
- package/src/change_detection/change_detection_util.metadata.json +1 -1
- package/src/change_detection/change_detector_ref.d.ts +3 -0
- package/src/change_detection/change_detector_ref.js +3 -0
- package/src/change_detection/change_detector_ref.js.map +1 -1
- package/src/change_detection/constants.d.ts +1 -0
- package/src/change_detection/constants.js +4 -3
- package/src/change_detection/constants.js.map +1 -1
- package/src/change_detection/constants.metadata.json +1 -1
- package/src/change_detection/differs/default_iterable_differ.d.ts +6 -94
- package/src/change_detection/differs/default_iterable_differ.js +25 -18
- package/src/change_detection/differs/default_iterable_differ.js.map +1 -1
- package/src/change_detection/differs/default_keyvalue_differ.d.ts +3 -30
- package/src/change_detection/differs/default_keyvalue_differ.js +13 -8
- package/src/change_detection/differs/default_keyvalue_differ.js.map +1 -1
- package/src/change_detection/differs/iterable_differs.d.ts +4 -1
- package/src/change_detection/differs/iterable_differs.js +4 -3
- package/src/change_detection/differs/iterable_differs.js.map +1 -1
- package/src/change_detection/differs/keyvalue_differs.d.ts +2 -1
- package/src/change_detection/differs/keyvalue_differs.js +4 -3
- package/src/change_detection/differs/keyvalue_differs.js.map +1 -1
- package/src/change_detection/pipe_transform.js.map +1 -1
- package/src/change_detection.d.ts +1 -1
- package/src/change_detection.js +9 -9
- package/src/change_detection.js.map +1 -1
- package/src/console.js +2 -1
- package/src/console.js.map +1 -1
- package/src/console.metadata.json +1 -1
- package/src/debug/debug_node.d.ts +20 -2
- package/src/debug/debug_node.js +16 -2
- package/src/debug/debug_node.js.map +1 -1
- package/src/debug/debug_node.metadata.json +1 -0
- package/src/debug/debug_renderer.d.ts +10 -6
- package/src/debug/debug_renderer.js +12 -1
- package/src/debug/debug_renderer.js.map +1 -1
- package/src/di/decorators.d.ts +13 -1
- package/src/di/decorators.js +7 -1
- package/src/di/decorators.js.map +1 -1
- package/src/di/decorators.metadata.json +1 -1
- package/src/di/forward_ref.d.ts +3 -1
- package/src/di/forward_ref.js +3 -1
- package/src/di/forward_ref.js.map +1 -1
- package/src/di/injector.d.ts +4 -1
- package/src/di/injector.js +5 -2
- package/src/di/injector.js.map +1 -1
- package/src/di/injector.metadata.json +1 -1
- package/src/di/metadata.d.ts +8 -1
- package/src/di/metadata.js +10 -3
- package/src/di/metadata.js.map +1 -1
- package/src/di/opaque_token.d.ts +2 -1
- package/src/di/opaque_token.js +22 -21
- package/src/di/opaque_token.js.map +1 -1
- package/src/di/provider.d.ts +11 -10
- package/src/di/provider.js +17 -14
- package/src/di/provider.js.map +1 -1
- package/src/di/provider.metadata.json +1 -0
- package/src/di/provider_util.js.map +1 -1
- package/src/di/provider_util.metadata.json +1 -0
- package/src/di/reflective_exceptions.d.ts +11 -16
- package/src/di/reflective_exceptions.js +28 -22
- package/src/di/reflective_exceptions.js.map +1 -1
- package/src/di/reflective_injector.d.ts +3 -33
- package/src/di/reflective_injector.js +9 -6
- package/src/di/reflective_injector.js.map +1 -1
- package/src/di/reflective_key.d.ts +1 -8
- package/src/di/reflective_key.js +3 -2
- package/src/di/reflective_key.js.map +1 -1
- package/src/di/reflective_provider.d.ts +2 -1
- package/src/di/reflective_provider.js +6 -5
- package/src/di/reflective_provider.js.map +1 -1
- package/src/di/reflective_provider.metadata.json +1 -0
- package/src/di.d.ts +2 -2
- package/src/di.js +7 -9
- package/src/di.js.map +1 -1
- package/src/facade/async.d.ts +11 -4
- package/src/facade/async.js +27 -17
- package/src/facade/async.js.map +1 -1
- package/src/facade/base_wrapped_exception.js +4 -4
- package/src/facade/base_wrapped_exception.js.map +1 -1
- package/src/facade/collection.js.map +1 -1
- package/src/facade/collection.metadata.json +1 -1
- package/src/facade/exception_handler.d.ts +2 -11
- package/src/facade/exception_handler.js +8 -7
- package/src/facade/exception_handler.js.map +1 -1
- package/src/facade/exceptions.d.ts +4 -0
- package/src/facade/exceptions.js +6 -2
- package/src/facade/exceptions.js.map +1 -1
- package/src/facade/exceptions.metadata.json +1 -0
- package/src/facade/lang.d.ts +6 -4
- package/src/facade/lang.js +12 -11
- package/src/facade/lang.js.map +1 -1
- package/src/facade/lang.metadata.json +1 -1
- package/src/facade/math.d.ts +2 -0
- package/src/facade/math.js +5 -0
- package/src/facade/math.js.map +1 -0
- package/src/facade/math.metadata.json +1 -0
- package/src/facade/promise.js.map +1 -1
- package/src/linker/component_factory.d.ts +5 -4
- package/src/linker/component_factory.js +7 -3
- package/src/linker/component_factory.js.map +1 -1
- package/src/linker/component_resolver.d.ts +5 -4
- package/src/linker/component_resolver.js +12 -7
- package/src/linker/component_resolver.js.map +1 -1
- package/src/linker/component_resolver.metadata.json +1 -1
- package/src/linker/debug_context.js +5 -4
- package/src/linker/debug_context.js.map +1 -1
- package/src/linker/dynamic_component_loader.d.ts +5 -6
- package/src/linker/dynamic_component_loader.js +5 -3
- package/src/linker/dynamic_component_loader.js.map +1 -1
- package/src/linker/dynamic_component_loader.metadata.json +1 -1
- package/src/linker/element.d.ts +3 -3
- package/src/linker/element.js +5 -5
- package/src/linker/element.js.map +1 -1
- package/src/linker/element_injector.js.map +1 -1
- package/src/linker/element_ref.d.ts +1 -0
- package/src/linker/element_ref.js +5 -5
- package/src/linker/element_ref.js.map +1 -1
- package/src/linker/exceptions.d.ts +4 -1
- package/src/linker/exceptions.js +4 -1
- package/src/linker/exceptions.js.map +1 -1
- package/src/linker/query_list.d.ts +3 -10
- package/src/linker/query_list.js +8 -7
- package/src/linker/query_list.js.map +1 -1
- package/src/linker/systemjs_component_resolver.d.ts +21 -0
- package/src/linker/systemjs_component_resolver.js +52 -0
- package/src/linker/systemjs_component_resolver.js.map +1 -0
- package/src/linker/template_ref.d.ts +2 -1
- package/src/linker/template_ref.js +1 -0
- package/src/linker/template_ref.js.map +1 -1
- package/src/linker/view.d.ts +12 -1
- package/src/linker/view.js +65 -15
- package/src/linker/view.js.map +1 -1
- package/src/linker/view_container_ref.d.ts +2 -10
- package/src/linker/view_container_ref.js +4 -3
- package/src/linker/view_container_ref.js.map +1 -1
- package/src/linker/view_ref.d.ts +5 -1
- package/src/linker/view_ref.js +6 -2
- package/src/linker/view_ref.js.map +1 -1
- package/src/linker/view_type.js.map +1 -1
- package/src/linker/view_utils.d.ts +2 -4
- package/src/linker/view_utils.js +21 -21
- package/src/linker/view_utils.js.map +1 -1
- package/src/linker/view_utils.metadata.json +1 -1
- package/src/linker.d.ts +5 -4
- package/src/linker.js +12 -9
- package/src/linker.js.map +1 -1
- package/src/metadata/di.d.ts +8 -1
- package/src/metadata/di.js +10 -3
- package/src/metadata/di.js.map +1 -1
- package/src/metadata/directives.d.ts +104 -20
- package/src/metadata/directives.js +25 -27
- package/src/metadata/directives.js.map +1 -1
- package/src/metadata/lifecycle_hooks.d.ts +46 -31
- package/src/metadata/lifecycle_hooks.js +496 -10
- package/src/metadata/lifecycle_hooks.js.map +1 -1
- package/src/metadata/lifecycle_hooks.metadata.json +1 -1
- package/src/metadata/view.d.ts +6 -2
- package/src/metadata/view.js +3 -1
- package/src/metadata/view.js.map +1 -1
- package/src/metadata/view.metadata.json +1 -1
- package/src/metadata.d.ts +49 -15
- package/src/metadata.js +70 -37
- package/src/metadata.js.map +1 -1
- package/src/metadata.metadata.json +1 -1
- package/src/platform_common_providers.d.ts +1 -0
- package/src/platform_common_providers.js +3 -3
- package/src/platform_common_providers.js.map +1 -1
- package/src/platform_common_providers.metadata.json +1 -1
- package/src/platform_directives_and_pipes.d.ts +48 -45
- package/src/platform_directives_and_pipes.js +50 -47
- package/src/platform_directives_and_pipes.js.map +1 -1
- package/src/platform_directives_and_pipes.metadata.json +1 -1
- package/src/profile/profile.d.ts +5 -1
- package/src/profile/profile.js +5 -3
- package/src/profile/profile.js.map +1 -1
- package/src/profile/profile.metadata.json +1 -1
- package/src/profile/wtf_impl.js +1 -1
- package/src/profile/wtf_impl.js.map +1 -1
- package/src/profile/wtf_impl.metadata.json +1 -0
- package/src/profile/wtf_init.js +2 -2
- package/src/profile/wtf_init.js.map +1 -1
- package/src/reflection/platform_reflection_capabilities.d.ts +4 -3
- package/src/reflection/platform_reflection_capabilities.js.map +1 -1
- package/src/reflection/reflection.d.ts +1 -1
- package/src/reflection/reflection.js +2 -2
- package/src/reflection/reflection.js.map +1 -1
- package/src/reflection/reflection.metadata.json +1 -1
- package/src/reflection/reflection_capabilities.d.ts +4 -5
- package/src/reflection/reflection_capabilities.js +24 -10
- package/src/reflection/reflection_capabilities.js.map +1 -1
- package/src/reflection/reflector.d.ts +8 -20
- package/src/reflection/reflector.js +13 -3
- package/src/reflection/reflector.js.map +1 -1
- package/src/reflection/reflector_reader.js +3 -3
- package/src/reflection/reflector_reader.js.map +1 -1
- package/src/reflection/types.js.map +1 -1
- package/src/render/api.d.ts +17 -6
- package/src/render/api.js +8 -1
- package/src/render/api.js.map +1 -1
- package/src/render.d.ts +1 -1
- package/src/render.js +2 -2
- package/src/render.js.map +1 -1
- package/src/security.js +6 -6
- package/src/security.js.map +1 -1
- package/src/testability/testability.d.ts +3 -19
- package/src/testability/testability.js +10 -5
- package/src/testability/testability.js.map +1 -1
- package/src/testability/testability.metadata.json +1 -1
- package/src/util/decorators.d.ts +2 -1
- package/src/util/decorators.js +10 -9
- package/src/util/decorators.js.map +1 -1
- package/src/util.js.map +1 -1
- package/src/zone/ng_zone.d.ts +6 -17
- package/src/zone/ng_zone.js +11 -6
- package/src/zone/ng_zone.js.map +1 -1
- package/src/zone/ng_zone_impl.d.ts +1 -4
- package/src/zone/ng_zone_impl.js +3 -2
- package/src/zone/ng_zone_impl.js.map +1 -1
- package/src/zone.js.map +1 -1
- package/testing/async.js +20 -22
- package/testing/async.js.map +1 -1
- package/testing/async.metadata.json +1 -0
- package/testing/async_test_completer.js.map +1 -1
- package/testing/fake_async.d.ts +4 -1
- package/testing/fake_async.js +10 -2
- package/testing/fake_async.js.map +1 -1
- package/testing/lang_utils.js +1 -1
- package/testing/lang_utils.js.map +1 -1
- package/testing/lang_utils.metadata.json +1 -0
- package/testing/logger.js +5 -3
- package/testing/logger.js.map +1 -1
- package/testing/logger.metadata.json +1 -1
- package/testing/mock_application_ref.d.ts +1 -1
- package/testing/mock_application_ref.js +1 -0
- package/testing/mock_application_ref.js.map +1 -1
- package/testing/mock_application_ref.metadata.json +1 -1
- package/testing/ng_zone_mock.d.ts +0 -1
- package/testing/ng_zone_mock.js +2 -1
- package/testing/ng_zone_mock.js.map +1 -1
- package/testing/ng_zone_mock.metadata.json +1 -1
- package/testing/regexp.js +1 -1
- package/testing/regexp.js.map +1 -1
- package/testing/regexp.metadata.json +1 -0
- package/testing/test_injector.d.ts +6 -12
- package/testing/test_injector.js +3 -9
- package/testing/test_injector.js.map +1 -1
- package/testing/test_injector.metadata.json +1 -0
- package/testing/testing.d.ts +2 -2
- package/testing/testing.js +5 -5
- package/testing/testing.js.map +1 -1
- package/testing/testing.metadata.json +1 -1
- package/testing.js.map +1 -1
package/index.js
CHANGED
|
@@ -3,10 +3,10 @@ function __export(m) {
|
|
|
3
3
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
6
|
-
* @module
|
|
7
|
-
* @description
|
|
8
|
-
* Starting point to import all public core APIs.
|
|
9
|
-
*/
|
|
6
|
+
* @module
|
|
7
|
+
* @description
|
|
8
|
+
* Starting point to import all public core APIs.
|
|
9
|
+
*/
|
|
10
10
|
__export(require('./src/metadata'));
|
|
11
11
|
__export(require('./src/util'));
|
|
12
12
|
__export(require('./src/di'));
|
|
@@ -38,20 +38,22 @@ __export(require('./src/change_detection'));
|
|
|
38
38
|
__export(require('./src/platform_directives_and_pipes'));
|
|
39
39
|
__export(require('./src/platform_common_providers'));
|
|
40
40
|
__export(require('./src/application_common_providers'));
|
|
41
|
-
__export(require('./src/reflection/reflection'));
|
|
42
41
|
var profile_1 = require('./src/profile/profile');
|
|
43
42
|
exports.wtfCreateScope = profile_1.wtfCreateScope;
|
|
44
43
|
exports.wtfLeave = profile_1.wtfLeave;
|
|
45
44
|
exports.wtfStartTimeRange = profile_1.wtfStartTimeRange;
|
|
46
45
|
exports.wtfEndTimeRange = profile_1.wtfEndTimeRange;
|
|
47
|
-
var lang_1 = require(
|
|
46
|
+
var lang_1 = require('./src/facade/lang');
|
|
48
47
|
exports.Type = lang_1.Type;
|
|
49
48
|
exports.enableProdMode = lang_1.enableProdMode;
|
|
50
|
-
var async_1 = require(
|
|
49
|
+
var async_1 = require('./src/facade/async');
|
|
51
50
|
exports.EventEmitter = async_1.EventEmitter;
|
|
52
|
-
var exceptions_1 = require(
|
|
51
|
+
var exceptions_1 = require('./src/facade/exceptions');
|
|
53
52
|
exports.ExceptionHandler = exceptions_1.ExceptionHandler;
|
|
54
53
|
exports.WrappedException = exceptions_1.WrappedException;
|
|
55
54
|
exports.BaseException = exceptions_1.BaseException;
|
|
56
55
|
__export(require('./private_export'));
|
|
56
|
+
__export(require('./src/animation/metadata'));
|
|
57
|
+
var animation_player_1 = require('./src/animation/animation_player');
|
|
58
|
+
exports.AnimationPlayer = animation_player_1.AnimationPlayer;
|
|
57
59
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../modules/@angular/core/index.ts"],"names":[],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../modules/@angular/core/index.ts"],"names":[],"mappings":";;;;AAAA;;;;GAIG;AACH,iBAAc,gBAAgB,CAAC,EAAA;AAC/B,iBAAc,YAAY,CAAC,EAAA;AAC3B,iBAAc,UAAU,CAAC,EAAA;AACzB,gCAA2J,uBAAuB,CAAC;AAA3K,0DAAc;AAAE,0DAAc;AAAE,4DAAe;AAAE,oDAAW;AAAE,wDAAa;AAAE,sEAAoB;AAAE,sDAAY;AAAE,oDAAW;AAAE,0DAA6C;AACnL,mCAA8E,0BAA0B,CAAC;AAAjG,6CAAM;AAAE,+DAAe;AAAE,iEAAgB;AAAE,yEAAsD;AACzG,iBAAc,YAAY,CAAC,EAAA;AAC3B,iBAAc,cAAc,CAAC,EAAA;AAC7B,iBAAc,cAAc,CAAC,EAAA;AAC7B,2BAAsE,wBAAwB,CAAC;AAAvF,iDAAY;AAAE,2CAAS;AAAE,yDAAgB;AAAE,iDAA4C;AAC/F,iBAAc,+BAA+B,CAAC,EAAA;AAC9C,iBAAc,wBAAwB,CAAC,EAAA;AACvC,iBAAc,qCAAqC,CAAC,EAAA;AACpD,iBAAc,iCAAiC,CAAC,EAAA;AAChD,iBAAc,oCAAoC,CAAC,EAAA;AACnD,wBAAuF,uBAAuB,CAAC;AAAvG,kDAAc;AAAE,sCAAQ;AAAE,wDAAiB;AAAE,oDAA0D;AAE/G,qBAAmC,mBAAmB,CAAC;AAA/C,2BAAI;AAAE,+CAAyC;AACvD,sBAA2B,oBAAoB,CAAC;AAAxC,4CAAwC;AAChD,2BAAgE,yBAAyB,CAAC;AAAlF,yDAAgB;AAAE,yDAAgB;AAAE,mDAA8C;AAC1F,iBAAc,kBAAkB,CAAC,EAAA;AAEjC,iBAAc,0BAA0B,CAAC,EAAA;AACzC,iCAA8B,kCAAkC,CAAC;AAAzD,6DAAyD","sourcesContent":["/**\n * @module\n * @description\n * Starting point to import all public core APIs.\n */\nexport * from './src/metadata';\nexport * from './src/util';\nexport * from './src/di';\nexport {createPlatform, assertPlatform, disposePlatform, getPlatform, coreBootstrap, coreLoadAndBootstrap, createNgZone, PlatformRef, ApplicationRef} from './src/application_ref';\nexport {APP_ID, APP_INITIALIZER, PACKAGE_ROOT_URL, PLATFORM_INITIALIZER} from './src/application_tokens';\nexport * from './src/zone';\nexport * from './src/render';\nexport * from './src/linker';\nexport {DebugElement, DebugNode, asNativeElements, getDebugNode} from './src/debug/debug_node';\nexport * from './src/testability/testability';\nexport * from './src/change_detection';\nexport * from './src/platform_directives_and_pipes';\nexport * from './src/platform_common_providers';\nexport * from './src/application_common_providers';\nexport {wtfCreateScope, wtfLeave, wtfStartTimeRange, wtfEndTimeRange, WtfScopeFn} from './src/profile/profile';\n\nexport {Type, enableProdMode} from './src/facade/lang';\nexport {EventEmitter} from './src/facade/async';\nexport {ExceptionHandler, WrappedException, BaseException} from './src/facade/exceptions';\nexport * from './private_export';\n\nexport * from './src/animation/metadata';\nexport {AnimationPlayer} from './src/animation/animation_player';\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/core",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"jsnext:main": "esm/index.js",
|
|
@@ -10,5 +10,9 @@
|
|
|
10
10
|
"peerDependencies": {
|
|
11
11
|
"rxjs": "5.0.0-beta.6",
|
|
12
12
|
"zone.js": "^0.6.6"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/angular/angular.git"
|
|
13
17
|
}
|
|
14
18
|
}
|
package/private_export.d.ts
CHANGED
|
@@ -1,25 +1,35 @@
|
|
|
1
|
+
import { Provider } from './index';
|
|
2
|
+
import { ANY_STATE as ANY_STATE_, DEFAULT_STATE as DEFAULT_STATE_, EMPTY_STATE as EMPTY_STATE_, FILL_STYLE_FLAG as FILL_STYLE_FLAG_ } from './src/animation/animation_constants';
|
|
3
|
+
import { AnimationDriver as AnimationDriver_, NoOpAnimationDriver as NoOpAnimationDriver_ } from './src/animation/animation_driver';
|
|
4
|
+
import { AnimationGroupPlayer as AnimationGroupPlayer_ } from './src/animation/animation_group_player';
|
|
5
|
+
import { AnimationKeyframe as AnimationKeyframe_ } from './src/animation/animation_keyframe';
|
|
6
|
+
import { AnimationPlayer as AnimationPlayer_, NoOpAnimationPlayer as NoOpAnimationPlayer_ } from './src/animation/animation_player';
|
|
7
|
+
import { AnimationSequencePlayer as AnimationSequencePlayer_ } from './src/animation/animation_sequence_player';
|
|
8
|
+
import * as animationUtils from './src/animation/animation_style_util';
|
|
9
|
+
import { AnimationStyles as AnimationStyles_ } from './src/animation/animation_styles';
|
|
10
|
+
import * as change_detection_util from './src/change_detection/change_detection_util';
|
|
1
11
|
import * as constants from './src/change_detection/constants';
|
|
2
|
-
import * as
|
|
12
|
+
import * as console from './src/console';
|
|
13
|
+
import * as debug from './src/debug/debug_renderer';
|
|
14
|
+
import * as provider_util from './src/di/provider_util';
|
|
3
15
|
import * as reflective_provider from './src/di/reflective_provider';
|
|
4
|
-
import * as lifecycle_hooks from './src/metadata/lifecycle_hooks';
|
|
5
|
-
import * as reflector_reader from './src/reflection/reflector_reader';
|
|
6
16
|
import * as component_resolver from './src/linker/component_resolver';
|
|
17
|
+
import * as debug_context from './src/linker/debug_context';
|
|
7
18
|
import * as element from './src/linker/element';
|
|
19
|
+
import * as template_ref from './src/linker/template_ref';
|
|
8
20
|
import * as view from './src/linker/view';
|
|
9
21
|
import * as view_type from './src/linker/view_type';
|
|
10
22
|
import * as view_utils from './src/linker/view_utils';
|
|
23
|
+
import * as lifecycle_hooks from './src/metadata/lifecycle_hooks';
|
|
11
24
|
import * as metadata_view from './src/metadata/view';
|
|
12
|
-
import * as debug_context from './src/linker/debug_context';
|
|
13
|
-
import * as change_detection_util from './src/change_detection/change_detection_util';
|
|
14
|
-
import * as api from './src/render/api';
|
|
15
|
-
import * as template_ref from './src/linker/template_ref';
|
|
16
25
|
import * as wtf_init from './src/profile/wtf_init';
|
|
26
|
+
import * as reflection from './src/reflection/reflection';
|
|
27
|
+
import { Reflector } from './src/reflection/reflection';
|
|
17
28
|
import * as reflection_capabilities from './src/reflection/reflection_capabilities';
|
|
29
|
+
import * as reflector_reader from './src/reflection/reflector_reader';
|
|
30
|
+
import * as api from './src/render/api';
|
|
31
|
+
import * as security from './src/security';
|
|
18
32
|
import * as decorators from './src/util/decorators';
|
|
19
|
-
import * as debug from './src/debug/debug_renderer';
|
|
20
|
-
import * as provider_util from './src/di/provider_util';
|
|
21
|
-
import * as console from './src/console';
|
|
22
|
-
import { Provider } from './index';
|
|
23
33
|
export declare namespace __core_private_types__ {
|
|
24
34
|
var isDefaultChangeDetectionStrategy: typeof constants.isDefaultChangeDetectionStrategy;
|
|
25
35
|
type ChangeDetectorState = constants.ChangeDetectorState;
|
|
@@ -81,6 +91,35 @@ export declare namespace __core_private_types__ {
|
|
|
81
91
|
var castByValue: typeof view_utils.castByValue;
|
|
82
92
|
type Console = console.Console;
|
|
83
93
|
var Console: typeof console.Console;
|
|
94
|
+
var reflector: typeof reflection.reflector;
|
|
95
|
+
type Reflector = reflection.Reflector;
|
|
96
|
+
var Reflector: typeof reflection.Reflector;
|
|
97
|
+
type NoOpAnimationPlayer = NoOpAnimationPlayer_;
|
|
98
|
+
var NoOpAnimationPlayer: typeof NoOpAnimationPlayer_;
|
|
99
|
+
type AnimationPlayer = AnimationPlayer_;
|
|
100
|
+
var AnimationPlayer: typeof AnimationPlayer_;
|
|
101
|
+
type NoOpAnimationDriver = NoOpAnimationDriver_;
|
|
102
|
+
var NoOpAnimationDriver: typeof NoOpAnimationDriver_;
|
|
103
|
+
type AnimationDriver = AnimationDriver_;
|
|
104
|
+
var AnimationDriver: typeof AnimationDriver_;
|
|
105
|
+
type AnimationSequencePlayer = AnimationSequencePlayer_;
|
|
106
|
+
var AnimationSequencePlayer: typeof AnimationSequencePlayer_;
|
|
107
|
+
type AnimationGroupPlayer = AnimationGroupPlayer_;
|
|
108
|
+
var AnimationGroupPlayer: typeof AnimationGroupPlayer_;
|
|
109
|
+
type AnimationKeyframe = AnimationKeyframe_;
|
|
110
|
+
var AnimationKeyframe: typeof AnimationKeyframe_;
|
|
111
|
+
var prepareFinalAnimationStyles: typeof animationUtils.prepareFinalAnimationStyles;
|
|
112
|
+
var balanceAnimationKeyframes: typeof animationUtils.balanceAnimationKeyframes;
|
|
113
|
+
var flattenStyles: typeof animationUtils.flattenStyles;
|
|
114
|
+
var clearStyles: typeof animationUtils.clearStyles;
|
|
115
|
+
var renderStyles: typeof animationUtils.renderStyles;
|
|
116
|
+
var collectAndResolveStyles: typeof animationUtils.collectAndResolveStyles;
|
|
117
|
+
type AnimationStyles = AnimationStyles_;
|
|
118
|
+
var AnimationStyles: typeof AnimationStyles_;
|
|
119
|
+
var ANY_STATE: typeof ANY_STATE_;
|
|
120
|
+
var DEFAULT_STATE: typeof DEFAULT_STATE_;
|
|
121
|
+
var EMPTY_STATE: typeof EMPTY_STATE_;
|
|
122
|
+
var FILL_STYLE_FLAG: typeof FILL_STYLE_FLAG_;
|
|
84
123
|
}
|
|
85
124
|
export declare var __core_private__: {
|
|
86
125
|
isDefaultChangeDetectionStrategy: (changeDetectionStrategy: constants.ChangeDetectionStrategy) => boolean;
|
|
@@ -130,4 +169,50 @@ export declare var __core_private__: {
|
|
|
130
169
|
pureProxy10: <P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, R>(fn: (p0: P0, p1: P1, p2: P2, p3: P3, p4: P4, p5: P5, p6: P6, p7: P7, p8: P8, p9: P9) => R) => (p0: P0, p1: P1, p2: P2, p3: P3, p4: P4, p5: P5, p6: P6, p7: P7, p8: P8, p9: P9) => R;
|
|
131
170
|
castByValue: <T>(input: any, value: T) => T;
|
|
132
171
|
Console: typeof console.Console;
|
|
172
|
+
reflector: Reflector;
|
|
173
|
+
Reflector: typeof Reflector;
|
|
174
|
+
NoOpAnimationPlayer: typeof NoOpAnimationPlayer_;
|
|
175
|
+
AnimationPlayer: typeof AnimationPlayer_;
|
|
176
|
+
NoOpAnimationDriver: typeof NoOpAnimationDriver_;
|
|
177
|
+
AnimationDriver: typeof AnimationDriver_;
|
|
178
|
+
AnimationSequencePlayer: typeof AnimationSequencePlayer_;
|
|
179
|
+
AnimationGroupPlayer: typeof AnimationGroupPlayer_;
|
|
180
|
+
AnimationKeyframe: typeof AnimationKeyframe_;
|
|
181
|
+
prepareFinalAnimationStyles: (previousStyles: {
|
|
182
|
+
[key: string]: string | number;
|
|
183
|
+
}, newStyles: {
|
|
184
|
+
[key: string]: string | number;
|
|
185
|
+
}, nullValue?: string) => {
|
|
186
|
+
[key: string]: string;
|
|
187
|
+
};
|
|
188
|
+
balanceAnimationKeyframes: (collectedStyles: {
|
|
189
|
+
[key: string]: string | number;
|
|
190
|
+
}, finalStateStyles: {
|
|
191
|
+
[key: string]: string | number;
|
|
192
|
+
}, keyframes: any[]) => any[];
|
|
193
|
+
flattenStyles: (styles: {
|
|
194
|
+
[key: string]: string | number;
|
|
195
|
+
}[]) => {
|
|
196
|
+
[key: string]: string;
|
|
197
|
+
};
|
|
198
|
+
clearStyles: (styles: {
|
|
199
|
+
[key: string]: string | number;
|
|
200
|
+
}) => {
|
|
201
|
+
[key: string]: string;
|
|
202
|
+
};
|
|
203
|
+
renderStyles: (element: any, renderer: any, styles: {
|
|
204
|
+
[key: string]: string | number;
|
|
205
|
+
}) => void;
|
|
206
|
+
collectAndResolveStyles: (collection: {
|
|
207
|
+
[key: string]: string | number;
|
|
208
|
+
}, styles: {
|
|
209
|
+
[key: string]: string | number;
|
|
210
|
+
}[]) => {
|
|
211
|
+
[key: string]: string | number;
|
|
212
|
+
}[];
|
|
213
|
+
AnimationStyles: typeof AnimationStyles_;
|
|
214
|
+
ANY_STATE: string;
|
|
215
|
+
DEFAULT_STATE: string;
|
|
216
|
+
EMPTY_STATE: string;
|
|
217
|
+
FILL_STYLE_FLAG: string;
|
|
133
218
|
};
|
package/private_export.js
CHANGED
|
@@ -1,25 +1,34 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var animation_constants_1 = require('./src/animation/animation_constants');
|
|
3
|
+
var animation_driver_1 = require('./src/animation/animation_driver');
|
|
4
|
+
var animation_group_player_1 = require('./src/animation/animation_group_player');
|
|
5
|
+
var animation_keyframe_1 = require('./src/animation/animation_keyframe');
|
|
6
|
+
var animation_player_1 = require('./src/animation/animation_player');
|
|
7
|
+
var animation_sequence_player_1 = require('./src/animation/animation_sequence_player');
|
|
8
|
+
var animationUtils = require('./src/animation/animation_style_util');
|
|
9
|
+
var animation_styles_1 = require('./src/animation/animation_styles');
|
|
10
|
+
var change_detection_util = require('./src/change_detection/change_detection_util');
|
|
2
11
|
var constants = require('./src/change_detection/constants');
|
|
3
|
-
var
|
|
12
|
+
var console = require('./src/console');
|
|
13
|
+
var debug = require('./src/debug/debug_renderer');
|
|
14
|
+
var provider_util = require('./src/di/provider_util');
|
|
4
15
|
var reflective_provider = require('./src/di/reflective_provider');
|
|
5
|
-
var lifecycle_hooks = require('./src/metadata/lifecycle_hooks');
|
|
6
|
-
var reflector_reader = require('./src/reflection/reflector_reader');
|
|
7
16
|
var component_resolver = require('./src/linker/component_resolver');
|
|
17
|
+
var debug_context = require('./src/linker/debug_context');
|
|
8
18
|
var element = require('./src/linker/element');
|
|
19
|
+
var template_ref = require('./src/linker/template_ref');
|
|
9
20
|
var view = require('./src/linker/view');
|
|
10
21
|
var view_type = require('./src/linker/view_type');
|
|
11
22
|
var view_utils = require('./src/linker/view_utils');
|
|
23
|
+
var lifecycle_hooks = require('./src/metadata/lifecycle_hooks');
|
|
12
24
|
var metadata_view = require('./src/metadata/view');
|
|
13
|
-
var debug_context = require('./src/linker/debug_context');
|
|
14
|
-
var change_detection_util = require('./src/change_detection/change_detection_util');
|
|
15
|
-
var api = require('./src/render/api');
|
|
16
|
-
var template_ref = require('./src/linker/template_ref');
|
|
17
25
|
var wtf_init = require('./src/profile/wtf_init');
|
|
26
|
+
var reflection = require('./src/reflection/reflection');
|
|
18
27
|
var reflection_capabilities = require('./src/reflection/reflection_capabilities');
|
|
28
|
+
var reflector_reader = require('./src/reflection/reflector_reader');
|
|
29
|
+
var api = require('./src/render/api');
|
|
30
|
+
var security = require('./src/security');
|
|
19
31
|
var decorators = require('./src/util/decorators');
|
|
20
|
-
var debug = require('./src/debug/debug_renderer');
|
|
21
|
-
var provider_util = require('./src/di/provider_util');
|
|
22
|
-
var console = require('./src/console');
|
|
23
32
|
exports.__core_private__ = {
|
|
24
33
|
isDefaultChangeDetectionStrategy: constants.isDefaultChangeDetectionStrategy,
|
|
25
34
|
ChangeDetectorState: constants.ChangeDetectorState,
|
|
@@ -68,5 +77,25 @@ exports.__core_private__ = {
|
|
|
68
77
|
pureProxy10: view_utils.pureProxy10,
|
|
69
78
|
castByValue: view_utils.castByValue,
|
|
70
79
|
Console: console.Console,
|
|
80
|
+
reflector: reflection.reflector,
|
|
81
|
+
Reflector: reflection.Reflector,
|
|
82
|
+
NoOpAnimationPlayer: animation_player_1.NoOpAnimationPlayer,
|
|
83
|
+
AnimationPlayer: animation_player_1.AnimationPlayer,
|
|
84
|
+
NoOpAnimationDriver: animation_driver_1.NoOpAnimationDriver,
|
|
85
|
+
AnimationDriver: animation_driver_1.AnimationDriver,
|
|
86
|
+
AnimationSequencePlayer: animation_sequence_player_1.AnimationSequencePlayer,
|
|
87
|
+
AnimationGroupPlayer: animation_group_player_1.AnimationGroupPlayer,
|
|
88
|
+
AnimationKeyframe: animation_keyframe_1.AnimationKeyframe,
|
|
89
|
+
prepareFinalAnimationStyles: animationUtils.prepareFinalAnimationStyles,
|
|
90
|
+
balanceAnimationKeyframes: animationUtils.balanceAnimationKeyframes,
|
|
91
|
+
flattenStyles: animationUtils.flattenStyles,
|
|
92
|
+
clearStyles: animationUtils.clearStyles,
|
|
93
|
+
renderStyles: animationUtils.renderStyles,
|
|
94
|
+
collectAndResolveStyles: animationUtils.collectAndResolveStyles,
|
|
95
|
+
AnimationStyles: animation_styles_1.AnimationStyles,
|
|
96
|
+
ANY_STATE: animation_constants_1.ANY_STATE,
|
|
97
|
+
DEFAULT_STATE: animation_constants_1.DEFAULT_STATE,
|
|
98
|
+
EMPTY_STATE: animation_constants_1.EMPTY_STATE,
|
|
99
|
+
FILL_STYLE_FLAG: animation_constants_1.FILL_STYLE_FLAG
|
|
71
100
|
};
|
|
72
101
|
//# sourceMappingURL=private_export.js.map
|
package/private_export.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"private_export.js","sourceRoot":"","sources":["../../../modules/@angular/core/private_export.ts"],"names":[],"mappings":"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","sourcesContent":["interface DecoratorInvocation {\n type: Function;\n args?: any[];\n }\n import * as constants from './src/change_detection/constants';\nimport * as security from './src/security';\nimport * as reflective_provider from './src/di/reflective_provider';\nimport * as lifecycle_hooks from './src/metadata/lifecycle_hooks';\nimport * as reflector_reader from './src/reflection/reflector_reader';\nimport * as component_resolver from './src/linker/component_resolver';\nimport * as element from './src/linker/element';\nimport * as view from './src/linker/view';\nimport * as view_type from './src/linker/view_type';\nimport * as view_utils from './src/linker/view_utils';\nimport * as metadata_view from './src/metadata/view';\nimport * as debug_context from './src/linker/debug_context';\nimport * as change_detection_util from './src/change_detection/change_detection_util';\nimport * as api from './src/render/api';\nimport * as template_ref from './src/linker/template_ref';\nimport * as wtf_init from './src/profile/wtf_init';\nimport * as reflection_capabilities from './src/reflection/reflection_capabilities';\nimport * as decorators from './src/util/decorators';\nimport * as debug from './src/debug/debug_renderer';\nimport * as provider_util from './src/di/provider_util';\nimport * as console from './src/console';\nimport {Provider} from './index';\n\nexport declare namespace __core_private_types__ {\n export var isDefaultChangeDetectionStrategy: typeof constants.isDefaultChangeDetectionStrategy;\n export type ChangeDetectorState = constants.ChangeDetectorState;\n export var ChangeDetectorState: typeof constants.ChangeDetectorState;\n export var CHANGE_DETECTION_STRATEGY_VALUES: typeof constants.CHANGE_DETECTION_STRATEGY_VALUES;\n export var constructDependencies: typeof reflective_provider.constructDependencies;\n export type LifecycleHooks = lifecycle_hooks.LifecycleHooks;\n export var LifecycleHooks: typeof lifecycle_hooks.LifecycleHooks;\n export var LIFECYCLE_HOOKS_VALUES: typeof lifecycle_hooks.LIFECYCLE_HOOKS_VALUES;\n export type ReflectorReader = reflector_reader.ReflectorReader;\n export var ReflectorReader: typeof reflector_reader.ReflectorReader;\n export var ReflectorComponentResolver: typeof component_resolver.ReflectorComponentResolver;\n export type AppElement = element.AppElement;\n export var AppElement: typeof element.AppElement;\n export var AppView: typeof view.AppView;\n export type DebugAppView<T> = view.DebugAppView<T>;\n export var DebugAppView: typeof view.DebugAppView;\n export type ViewType = view_type.ViewType;\n export var ViewType: typeof view_type.ViewType;\n export var MAX_INTERPOLATION_VALUES: typeof view_utils.MAX_INTERPOLATION_VALUES;\n export var checkBinding: typeof view_utils.checkBinding;\n export var flattenNestedViewRenderNodes: typeof view_utils.flattenNestedViewRenderNodes;\n export var interpolate: typeof view_utils.interpolate;\n export var ViewUtils: typeof view_utils.ViewUtils;\n export var VIEW_ENCAPSULATION_VALUES: typeof metadata_view.VIEW_ENCAPSULATION_VALUES;\n export var DebugContext: typeof debug_context.DebugContext;\n export var StaticNodeDebugInfo: typeof debug_context.StaticNodeDebugInfo;\n export var devModeEqual: typeof change_detection_util.devModeEqual;\n export var uninitialized: typeof change_detection_util.uninitialized;\n export var ValueUnwrapper: typeof change_detection_util.ValueUnwrapper;\n export type RenderDebugInfo = api.RenderDebugInfo;\n export var RenderDebugInfo: typeof api.RenderDebugInfo;\n export var SecurityContext: typeof security.SecurityContext;\n export type SecurityContext = security.SecurityContext;\n export var SanitizationService: typeof security.SanitizationService;\n export type SanitizationService = security.SanitizationService;\n export type TemplateRef_<C> = template_ref.TemplateRef_<C>;\n export var TemplateRef_: typeof template_ref.TemplateRef_;\n export var wtfInit: typeof wtf_init.wtfInit;\n export type ReflectionCapabilities = reflection_capabilities.ReflectionCapabilities;\n export var ReflectionCapabilities: typeof reflection_capabilities.ReflectionCapabilities;\n export var makeDecorator: typeof decorators.makeDecorator;\n export type DebugDomRootRenderer = debug.DebugDomRootRenderer;\n export var DebugDomRootRenderer: typeof debug.DebugDomRootRenderer;\n export var createProvider: typeof provider_util.createProvider;\n export var isProviderLiteral: typeof provider_util.isProviderLiteral;\n export var EMPTY_ARRAY: typeof view_utils.EMPTY_ARRAY;\n export var EMPTY_MAP: typeof view_utils.EMPTY_MAP;\n export var pureProxy1: typeof view_utils.pureProxy1;\n export var pureProxy2: typeof view_utils.pureProxy2;\n export var pureProxy3: typeof view_utils.pureProxy3;\n export var pureProxy4: typeof view_utils.pureProxy4;\n export var pureProxy5: typeof view_utils.pureProxy5;\n export var pureProxy6: typeof view_utils.pureProxy6;\n export var pureProxy7: typeof view_utils.pureProxy7;\n export var pureProxy8: typeof view_utils.pureProxy8;\n export var pureProxy9: typeof view_utils.pureProxy9;\n export var pureProxy10: typeof view_utils.pureProxy10;\n export var castByValue: typeof view_utils.castByValue;\n export type Console = console.Console;\n export var Console: typeof console.Console;\n}\n\nexport var __core_private__ = {\n isDefaultChangeDetectionStrategy: constants.isDefaultChangeDetectionStrategy,\n ChangeDetectorState: constants.ChangeDetectorState,\n CHANGE_DETECTION_STRATEGY_VALUES: constants.CHANGE_DETECTION_STRATEGY_VALUES,\n constructDependencies: reflective_provider.constructDependencies,\n LifecycleHooks: lifecycle_hooks.LifecycleHooks,\n LIFECYCLE_HOOKS_VALUES: lifecycle_hooks.LIFECYCLE_HOOKS_VALUES,\n ReflectorReader: reflector_reader.ReflectorReader,\n ReflectorComponentResolver: component_resolver.ReflectorComponentResolver,\n AppElement: element.AppElement,\n AppView: view.AppView,\n DebugAppView: view.DebugAppView,\n ViewType: view_type.ViewType,\n MAX_INTERPOLATION_VALUES: view_utils.MAX_INTERPOLATION_VALUES,\n checkBinding: view_utils.checkBinding,\n flattenNestedViewRenderNodes: view_utils.flattenNestedViewRenderNodes,\n interpolate: view_utils.interpolate,\n ViewUtils: view_utils.ViewUtils,\n VIEW_ENCAPSULATION_VALUES: metadata_view.VIEW_ENCAPSULATION_VALUES,\n DebugContext: debug_context.DebugContext,\n StaticNodeDebugInfo: debug_context.StaticNodeDebugInfo,\n devModeEqual: change_detection_util.devModeEqual,\n uninitialized: change_detection_util.uninitialized,\n ValueUnwrapper: change_detection_util.ValueUnwrapper,\n RenderDebugInfo: api.RenderDebugInfo,\n SecurityContext: security.SecurityContext,\n SanitizationService: security.SanitizationService,\n TemplateRef_: template_ref.TemplateRef_,\n wtfInit: wtf_init.wtfInit,\n ReflectionCapabilities: reflection_capabilities.ReflectionCapabilities,\n makeDecorator: decorators.makeDecorator,\n DebugDomRootRenderer: debug.DebugDomRootRenderer,\n createProvider: provider_util.createProvider,\n isProviderLiteral: provider_util.isProviderLiteral,\n EMPTY_ARRAY: view_utils.EMPTY_ARRAY,\n EMPTY_MAP: view_utils.EMPTY_MAP,\n pureProxy1: view_utils.pureProxy1,\n pureProxy2: view_utils.pureProxy2,\n pureProxy3: view_utils.pureProxy3,\n pureProxy4: view_utils.pureProxy4,\n pureProxy5: view_utils.pureProxy5,\n pureProxy6: view_utils.pureProxy6,\n pureProxy7: view_utils.pureProxy7,\n pureProxy8: view_utils.pureProxy8,\n pureProxy9: view_utils.pureProxy9,\n pureProxy10: view_utils.pureProxy10,\n castByValue: view_utils.castByValue,\n Console: console.Console,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"private_export.js","sourceRoot":"","sources":["../../../modules/@angular/core/private_export.ts"],"names":[],"mappings":";AACA,oCAAyI,qCAAqC,CAAC,CAAA;AAC/K,iCAA+F,kCAAkC,CAAC,CAAA;AAClI,uCAA4D,wCAAwC,CAAC,CAAA;AACrG,mCAAsD,oCAAoC,CAAC,CAAA;AAC3F,iCAA+F,kCAAkC,CAAC,CAAA;AAClI,0CAAkE,2CAA2C,CAAC,CAAA;AAC9G,IAAY,cAAc,WAAM,sCAAsC,CAAC,CAAA;AACvE,iCAAkD,kCAAkC,CAAC,CAAA;AACrF,IAAY,qBAAqB,WAAM,8CAA8C,CAAC,CAAA;AACtF,IAAY,SAAS,WAAM,kCAAkC,CAAC,CAAA;AAC9D,IAAY,OAAO,WAAM,eAAe,CAAC,CAAA;AACzC,IAAY,KAAK,WAAM,4BAA4B,CAAC,CAAA;AACpD,IAAY,aAAa,WAAM,wBAAwB,CAAC,CAAA;AACxD,IAAY,mBAAmB,WAAM,8BAA8B,CAAC,CAAA;AACpE,IAAY,kBAAkB,WAAM,iCAAiC,CAAC,CAAA;AACtE,IAAY,aAAa,WAAM,4BAA4B,CAAC,CAAA;AAC5D,IAAY,OAAO,WAAM,sBAAsB,CAAC,CAAA;AAChD,IAAY,YAAY,WAAM,2BAA2B,CAAC,CAAA;AAC1D,IAAY,IAAI,WAAM,mBAAmB,CAAC,CAAA;AAC1C,IAAY,SAAS,WAAM,wBAAwB,CAAC,CAAA;AACpD,IAAY,UAAU,WAAM,yBAAyB,CAAC,CAAA;AACtD,IAAY,eAAe,WAAM,gCAAgC,CAAC,CAAA;AAClE,IAAY,aAAa,WAAM,qBAAqB,CAAC,CAAA;AACrD,IAAY,QAAQ,WAAM,wBAAwB,CAAC,CAAA;AACnD,IAAY,UAAU,WAAM,6BAA6B,CAAC,CAAA;AAG1D,IAAY,uBAAuB,WAAM,0CAA0C,CAAC,CAAA;AACpF,IAAY,gBAAgB,WAAM,mCAAmC,CAAC,CAAA;AACtE,IAAY,GAAG,WAAM,kBAAkB,CAAC,CAAA;AACxC,IAAY,QAAQ,WAAM,gBAAgB,CAAC,CAAA;AAC3C,IAAY,UAAU,WAAM,uBAAuB,CAAC,CAAA;AA8FzC,wBAAgB,GAAG;IAC5B,gCAAgC,EAAE,SAAS,CAAC,gCAAgC;IAC5E,mBAAmB,EAAE,SAAS,CAAC,mBAAmB;IAClD,gCAAgC,EAAE,SAAS,CAAC,gCAAgC;IAC5E,qBAAqB,EAAE,mBAAmB,CAAC,qBAAqB;IAChE,cAAc,EAAE,eAAe,CAAC,cAAc;IAC9C,sBAAsB,EAAE,eAAe,CAAC,sBAAsB;IAC9D,eAAe,EAAE,gBAAgB,CAAC,eAAe;IACjD,0BAA0B,EAAE,kBAAkB,CAAC,0BAA0B;IACzE,UAAU,EAAE,OAAO,CAAC,UAAU;IAC9B,OAAO,EAAE,IAAI,CAAC,OAAO;IACrB,YAAY,EAAE,IAAI,CAAC,YAAY;IAC/B,QAAQ,EAAE,SAAS,CAAC,QAAQ;IAC5B,wBAAwB,EAAE,UAAU,CAAC,wBAAwB;IAC7D,YAAY,EAAE,UAAU,CAAC,YAAY;IACrC,4BAA4B,EAAE,UAAU,CAAC,4BAA4B;IACrE,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,SAAS,EAAE,UAAU,CAAC,SAAS;IAC/B,yBAAyB,EAAE,aAAa,CAAC,yBAAyB;IAClE,YAAY,EAAE,aAAa,CAAC,YAAY;IACxC,mBAAmB,EAAE,aAAa,CAAC,mBAAmB;IACtD,YAAY,EAAE,qBAAqB,CAAC,YAAY;IAChD,aAAa,EAAE,qBAAqB,CAAC,aAAa;IAClD,cAAc,EAAE,qBAAqB,CAAC,cAAc;IACpD,eAAe,EAAE,GAAG,CAAC,eAAe;IACpC,eAAe,EAAE,QAAQ,CAAC,eAAe;IACzC,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB;IACjD,YAAY,EAAE,YAAY,CAAC,YAAY;IACvC,OAAO,EAAE,QAAQ,CAAC,OAAO;IACzB,sBAAsB,EAAE,uBAAuB,CAAC,sBAAsB;IACtE,aAAa,EAAE,UAAU,CAAC,aAAa;IACvC,oBAAoB,EAAE,KAAK,CAAC,oBAAoB;IAChD,cAAc,EAAE,aAAa,CAAC,cAAc;IAC5C,iBAAiB,EAAE,aAAa,CAAC,iBAAiB;IAClD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,SAAS,EAAE,UAAU,CAAC,SAAS;IAC/B,UAAU,EAAE,UAAU,CAAC,UAAU;IACjC,UAAU,EAAE,UAAU,CAAC,UAAU;IACjC,UAAU,EAAE,UAAU,CAAC,UAAU;IACjC,UAAU,EAAE,UAAU,CAAC,UAAU;IACjC,UAAU,EAAE,UAAU,CAAC,UAAU;IACjC,UAAU,EAAE,UAAU,CAAC,UAAU;IACjC,UAAU,EAAE,UAAU,CAAC,UAAU;IACjC,UAAU,EAAE,UAAU,CAAC,UAAU;IACjC,UAAU,EAAE,UAAU,CAAC,UAAU;IACjC,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,OAAO,EAAE,OAAO,CAAC,OAAO;IACxB,SAAS,EAAE,UAAU,CAAC,SAAS;IAC/B,SAAS,EAAE,UAAU,CAAC,SAAS;IAC/B,mBAAmB,EAAE,sCAAoB;IACzC,eAAe,EAAE,kCAAgB;IACjC,mBAAmB,EAAE,sCAAoB;IACzC,eAAe,EAAE,kCAAgB;IACjC,uBAAuB,EAAE,mDAAwB;IACjD,oBAAoB,EAAE,6CAAqB;IAC3C,iBAAiB,EAAE,sCAAkB;IACrC,2BAA2B,EAAE,cAAc,CAAC,2BAA2B;IACvE,yBAAyB,EAAE,cAAc,CAAC,yBAAyB;IACnE,aAAa,EAAE,cAAc,CAAC,aAAa;IAC3C,WAAW,EAAE,cAAc,CAAC,WAAW;IACvC,YAAY,EAAE,cAAc,CAAC,YAAY;IACzC,uBAAuB,EAAE,cAAc,CAAC,uBAAuB;IAC/D,eAAe,EAAE,kCAAgB;IACjC,SAAS,EAAE,+BAAU;IACrB,aAAa,EAAE,mCAAc;IAC7B,WAAW,EAAE,iCAAY;IACzB,eAAe,EAAE,qCAAgB;CAClC,CAAC","sourcesContent":["import {Provider} from './index';\nimport {ANY_STATE as ANY_STATE_, DEFAULT_STATE as DEFAULT_STATE_, EMPTY_STATE as EMPTY_STATE_, FILL_STYLE_FLAG as FILL_STYLE_FLAG_} from './src/animation/animation_constants';\nimport {AnimationDriver as AnimationDriver_, NoOpAnimationDriver as NoOpAnimationDriver_} from './src/animation/animation_driver';\nimport {AnimationGroupPlayer as AnimationGroupPlayer_} from './src/animation/animation_group_player';\nimport {AnimationKeyframe as AnimationKeyframe_} from './src/animation/animation_keyframe';\nimport {AnimationPlayer as AnimationPlayer_, NoOpAnimationPlayer as NoOpAnimationPlayer_} from './src/animation/animation_player';\nimport {AnimationSequencePlayer as AnimationSequencePlayer_} from './src/animation/animation_sequence_player';\nimport * as animationUtils from './src/animation/animation_style_util';\nimport {AnimationStyles as AnimationStyles_} from './src/animation/animation_styles';\nimport * as change_detection_util from './src/change_detection/change_detection_util';\nimport * as constants from './src/change_detection/constants';\nimport * as console from './src/console';\nimport * as debug from './src/debug/debug_renderer';\nimport * as provider_util from './src/di/provider_util';\nimport * as reflective_provider from './src/di/reflective_provider';\nimport * as component_resolver from './src/linker/component_resolver';\nimport * as debug_context from './src/linker/debug_context';\nimport * as element from './src/linker/element';\nimport * as template_ref from './src/linker/template_ref';\nimport * as view from './src/linker/view';\nimport * as view_type from './src/linker/view_type';\nimport * as view_utils from './src/linker/view_utils';\nimport * as lifecycle_hooks from './src/metadata/lifecycle_hooks';\nimport * as metadata_view from './src/metadata/view';\nimport * as wtf_init from './src/profile/wtf_init';\nimport * as reflection from './src/reflection/reflection';\n// We need to import this name separately from the above wildcard, because this symbol is exposed.\nimport {Reflector} from './src/reflection/reflection'; // tslint:disable-line\nimport * as reflection_capabilities from './src/reflection/reflection_capabilities';\nimport * as reflector_reader from './src/reflection/reflector_reader';\nimport * as api from './src/render/api';\nimport * as security from './src/security';\nimport * as decorators from './src/util/decorators';\n\nexport declare namespace __core_private_types__ {\n export var isDefaultChangeDetectionStrategy: typeof constants.isDefaultChangeDetectionStrategy;\n export type ChangeDetectorState = constants.ChangeDetectorState;\n export var ChangeDetectorState: typeof constants.ChangeDetectorState;\n export var CHANGE_DETECTION_STRATEGY_VALUES: typeof constants.CHANGE_DETECTION_STRATEGY_VALUES;\n export var constructDependencies: typeof reflective_provider.constructDependencies;\n export type LifecycleHooks = lifecycle_hooks.LifecycleHooks;\n export var LifecycleHooks: typeof lifecycle_hooks.LifecycleHooks;\n export var LIFECYCLE_HOOKS_VALUES: typeof lifecycle_hooks.LIFECYCLE_HOOKS_VALUES;\n export type ReflectorReader = reflector_reader.ReflectorReader;\n export var ReflectorReader: typeof reflector_reader.ReflectorReader;\n export var ReflectorComponentResolver: typeof component_resolver.ReflectorComponentResolver;\n export type AppElement = element.AppElement;\n export var AppElement: typeof element.AppElement;\n export var AppView: typeof view.AppView;\n export type DebugAppView<T> = view.DebugAppView<T>;\n export var DebugAppView: typeof view.DebugAppView;\n export type ViewType = view_type.ViewType;\n export var ViewType: typeof view_type.ViewType;\n export var MAX_INTERPOLATION_VALUES: typeof view_utils.MAX_INTERPOLATION_VALUES;\n export var checkBinding: typeof view_utils.checkBinding;\n export var flattenNestedViewRenderNodes: typeof view_utils.flattenNestedViewRenderNodes;\n export var interpolate: typeof view_utils.interpolate;\n export var ViewUtils: typeof view_utils.ViewUtils;\n export var VIEW_ENCAPSULATION_VALUES: typeof metadata_view.VIEW_ENCAPSULATION_VALUES;\n export var DebugContext: typeof debug_context.DebugContext;\n export var StaticNodeDebugInfo: typeof debug_context.StaticNodeDebugInfo;\n export var devModeEqual: typeof change_detection_util.devModeEqual;\n export var uninitialized: typeof change_detection_util.uninitialized;\n export var ValueUnwrapper: typeof change_detection_util.ValueUnwrapper;\n export type RenderDebugInfo = api.RenderDebugInfo;\n export var RenderDebugInfo: typeof api.RenderDebugInfo;\n export var SecurityContext: typeof security.SecurityContext;\n export type SecurityContext = security.SecurityContext;\n export var SanitizationService: typeof security.SanitizationService;\n export type SanitizationService = security.SanitizationService;\n export type TemplateRef_<C> = template_ref.TemplateRef_<C>;\n export var TemplateRef_: typeof template_ref.TemplateRef_;\n export var wtfInit: typeof wtf_init.wtfInit;\n export type ReflectionCapabilities = reflection_capabilities.ReflectionCapabilities;\n export var ReflectionCapabilities: typeof reflection_capabilities.ReflectionCapabilities;\n export var makeDecorator: typeof decorators.makeDecorator;\n export type DebugDomRootRenderer = debug.DebugDomRootRenderer;\n export var DebugDomRootRenderer: typeof debug.DebugDomRootRenderer;\n export var createProvider: typeof provider_util.createProvider;\n export var isProviderLiteral: typeof provider_util.isProviderLiteral;\n export var EMPTY_ARRAY: typeof view_utils.EMPTY_ARRAY;\n export var EMPTY_MAP: typeof view_utils.EMPTY_MAP;\n export var pureProxy1: typeof view_utils.pureProxy1;\n export var pureProxy2: typeof view_utils.pureProxy2;\n export var pureProxy3: typeof view_utils.pureProxy3;\n export var pureProxy4: typeof view_utils.pureProxy4;\n export var pureProxy5: typeof view_utils.pureProxy5;\n export var pureProxy6: typeof view_utils.pureProxy6;\n export var pureProxy7: typeof view_utils.pureProxy7;\n export var pureProxy8: typeof view_utils.pureProxy8;\n export var pureProxy9: typeof view_utils.pureProxy9;\n export var pureProxy10: typeof view_utils.pureProxy10;\n export var castByValue: typeof view_utils.castByValue;\n export type Console = console.Console;\n export var Console: typeof console.Console;\n export var reflector: typeof reflection.reflector;\n export type Reflector = reflection.Reflector;\n export var Reflector: typeof reflection.Reflector;\n export type NoOpAnimationPlayer = NoOpAnimationPlayer_;\n export var NoOpAnimationPlayer: typeof NoOpAnimationPlayer_;\n export type AnimationPlayer = AnimationPlayer_;\n export var AnimationPlayer: typeof AnimationPlayer_;\n export type NoOpAnimationDriver = NoOpAnimationDriver_;\n export var NoOpAnimationDriver: typeof NoOpAnimationDriver_;\n export type AnimationDriver = AnimationDriver_;\n export var AnimationDriver: typeof AnimationDriver_;\n export type AnimationSequencePlayer = AnimationSequencePlayer_;\n export var AnimationSequencePlayer: typeof AnimationSequencePlayer_;\n export type AnimationGroupPlayer = AnimationGroupPlayer_;\n export var AnimationGroupPlayer: typeof AnimationGroupPlayer_;\n export type AnimationKeyframe = AnimationKeyframe_;\n export var AnimationKeyframe: typeof AnimationKeyframe_;\n export var prepareFinalAnimationStyles: typeof animationUtils.prepareFinalAnimationStyles;\n export var balanceAnimationKeyframes: typeof animationUtils.balanceAnimationKeyframes;\n export var flattenStyles: typeof animationUtils.flattenStyles;\n export var clearStyles: typeof animationUtils.clearStyles;\n export var renderStyles: typeof animationUtils.renderStyles;\n export var collectAndResolveStyles: typeof animationUtils.collectAndResolveStyles;\n export type AnimationStyles = AnimationStyles_;\n export var AnimationStyles: typeof AnimationStyles_;\n export var ANY_STATE: typeof ANY_STATE_;\n export var DEFAULT_STATE: typeof DEFAULT_STATE_;\n export var EMPTY_STATE: typeof EMPTY_STATE_;\n export var FILL_STYLE_FLAG: typeof FILL_STYLE_FLAG_;\n}\n\nexport var __core_private__ = {\n isDefaultChangeDetectionStrategy: constants.isDefaultChangeDetectionStrategy,\n ChangeDetectorState: constants.ChangeDetectorState,\n CHANGE_DETECTION_STRATEGY_VALUES: constants.CHANGE_DETECTION_STRATEGY_VALUES,\n constructDependencies: reflective_provider.constructDependencies,\n LifecycleHooks: lifecycle_hooks.LifecycleHooks,\n LIFECYCLE_HOOKS_VALUES: lifecycle_hooks.LIFECYCLE_HOOKS_VALUES,\n ReflectorReader: reflector_reader.ReflectorReader,\n ReflectorComponentResolver: component_resolver.ReflectorComponentResolver,\n AppElement: element.AppElement,\n AppView: view.AppView,\n DebugAppView: view.DebugAppView,\n ViewType: view_type.ViewType,\n MAX_INTERPOLATION_VALUES: view_utils.MAX_INTERPOLATION_VALUES,\n checkBinding: view_utils.checkBinding,\n flattenNestedViewRenderNodes: view_utils.flattenNestedViewRenderNodes,\n interpolate: view_utils.interpolate,\n ViewUtils: view_utils.ViewUtils,\n VIEW_ENCAPSULATION_VALUES: metadata_view.VIEW_ENCAPSULATION_VALUES,\n DebugContext: debug_context.DebugContext,\n StaticNodeDebugInfo: debug_context.StaticNodeDebugInfo,\n devModeEqual: change_detection_util.devModeEqual,\n uninitialized: change_detection_util.uninitialized,\n ValueUnwrapper: change_detection_util.ValueUnwrapper,\n RenderDebugInfo: api.RenderDebugInfo,\n SecurityContext: security.SecurityContext,\n SanitizationService: security.SanitizationService,\n TemplateRef_: template_ref.TemplateRef_,\n wtfInit: wtf_init.wtfInit,\n ReflectionCapabilities: reflection_capabilities.ReflectionCapabilities,\n makeDecorator: decorators.makeDecorator,\n DebugDomRootRenderer: debug.DebugDomRootRenderer,\n createProvider: provider_util.createProvider,\n isProviderLiteral: provider_util.isProviderLiteral,\n EMPTY_ARRAY: view_utils.EMPTY_ARRAY,\n EMPTY_MAP: view_utils.EMPTY_MAP,\n pureProxy1: view_utils.pureProxy1,\n pureProxy2: view_utils.pureProxy2,\n pureProxy3: view_utils.pureProxy3,\n pureProxy4: view_utils.pureProxy4,\n pureProxy5: view_utils.pureProxy5,\n pureProxy6: view_utils.pureProxy6,\n pureProxy7: view_utils.pureProxy7,\n pureProxy8: view_utils.pureProxy8,\n pureProxy9: view_utils.pureProxy9,\n pureProxy10: view_utils.pureProxy10,\n castByValue: view_utils.castByValue,\n Console: console.Console,\n reflector: reflection.reflector,\n Reflector: reflection.Reflector,\n NoOpAnimationPlayer: NoOpAnimationPlayer_,\n AnimationPlayer: AnimationPlayer_,\n NoOpAnimationDriver: NoOpAnimationDriver_,\n AnimationDriver: AnimationDriver_,\n AnimationSequencePlayer: AnimationSequencePlayer_,\n AnimationGroupPlayer: AnimationGroupPlayer_,\n AnimationKeyframe: AnimationKeyframe_,\n prepareFinalAnimationStyles: animationUtils.prepareFinalAnimationStyles,\n balanceAnimationKeyframes: animationUtils.balanceAnimationKeyframes,\n flattenStyles: animationUtils.flattenStyles,\n clearStyles: animationUtils.clearStyles,\n renderStyles: animationUtils.renderStyles,\n collectAndResolveStyles: animationUtils.collectAndResolveStyles,\n AnimationStyles: AnimationStyles_,\n ANY_STATE: ANY_STATE_,\n DEFAULT_STATE: DEFAULT_STATE_,\n EMPTY_STATE: EMPTY_STATE_,\n FILL_STYLE_FLAG: FILL_STYLE_FLAG_\n};\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"__symbolic":"module","metadata":{"___core_private__":{"isDefaultChangeDetectionStrategy":{"__symbolic":"reference","
|
|
1
|
+
{"__symbolic":"module","version":1,"metadata":{"___core_private__":{"isDefaultChangeDetectionStrategy":{"__symbolic":"reference","module":"./src/change_detection/constants","name":"isDefaultChangeDetectionStrategy"},"ChangeDetectorState":{"__symbolic":"reference","module":"./src/change_detection/constants","name":"ChangeDetectorState"},"CHANGE_DETECTION_STRATEGY_VALUES":{"__symbolic":"reference","module":"./src/change_detection/constants","name":"CHANGE_DETECTION_STRATEGY_VALUES"},"constructDependencies":{"__symbolic":"reference","module":"./src/di/reflective_provider","name":"constructDependencies"},"LifecycleHooks":{"__symbolic":"reference","module":"./src/metadata/lifecycle_hooks","name":"LifecycleHooks"},"LIFECYCLE_HOOKS_VALUES":{"__symbolic":"reference","module":"./src/metadata/lifecycle_hooks","name":"LIFECYCLE_HOOKS_VALUES"},"ReflectorReader":{"__symbolic":"reference","module":"./src/reflection/reflector_reader","name":"ReflectorReader"},"ReflectorComponentResolver":{"__symbolic":"reference","module":"./src/linker/component_resolver","name":"ReflectorComponentResolver"},"AppElement":{"__symbolic":"reference","module":"./src/linker/element","name":"AppElement"},"AppView":{"__symbolic":"reference","module":"./src/linker/view","name":"AppView"},"DebugAppView":{"__symbolic":"reference","module":"./src/linker/view","name":"DebugAppView"},"ViewType":{"__symbolic":"reference","module":"./src/linker/view_type","name":"ViewType"},"MAX_INTERPOLATION_VALUES":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"MAX_INTERPOLATION_VALUES"},"checkBinding":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"checkBinding"},"flattenNestedViewRenderNodes":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"flattenNestedViewRenderNodes"},"interpolate":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"interpolate"},"ViewUtils":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"ViewUtils"},"VIEW_ENCAPSULATION_VALUES":{"__symbolic":"reference","module":"./src/metadata/view","name":"VIEW_ENCAPSULATION_VALUES"},"DebugContext":{"__symbolic":"reference","module":"./src/linker/debug_context","name":"DebugContext"},"StaticNodeDebugInfo":{"__symbolic":"reference","module":"./src/linker/debug_context","name":"StaticNodeDebugInfo"},"devModeEqual":{"__symbolic":"reference","module":"./src/change_detection/change_detection_util","name":"devModeEqual"},"uninitialized":{"__symbolic":"reference","module":"./src/change_detection/change_detection_util","name":"uninitialized"},"ValueUnwrapper":{"__symbolic":"reference","module":"./src/change_detection/change_detection_util","name":"ValueUnwrapper"},"RenderDebugInfo":{"__symbolic":"reference","module":"./src/render/api","name":"RenderDebugInfo"},"SecurityContext":{"__symbolic":"reference","module":"./src/security","name":"SecurityContext"},"SanitizationService":{"__symbolic":"reference","module":"./src/security","name":"SanitizationService"},"TemplateRef_":{"__symbolic":"reference","module":"./src/linker/template_ref","name":"TemplateRef_"},"wtfInit":{"__symbolic":"reference","module":"./src/profile/wtf_init","name":"wtfInit"},"ReflectionCapabilities":{"__symbolic":"reference","module":"./src/reflection/reflection_capabilities","name":"ReflectionCapabilities"},"makeDecorator":{"__symbolic":"reference","module":"./src/util/decorators","name":"makeDecorator"},"DebugDomRootRenderer":{"__symbolic":"reference","module":"./src/debug/debug_renderer","name":"DebugDomRootRenderer"},"createProvider":{"__symbolic":"reference","module":"./src/di/provider_util","name":"createProvider"},"isProviderLiteral":{"__symbolic":"reference","module":"./src/di/provider_util","name":"isProviderLiteral"},"EMPTY_ARRAY":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"EMPTY_ARRAY"},"EMPTY_MAP":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"EMPTY_MAP"},"pureProxy1":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"pureProxy1"},"pureProxy2":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"pureProxy2"},"pureProxy3":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"pureProxy3"},"pureProxy4":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"pureProxy4"},"pureProxy5":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"pureProxy5"},"pureProxy6":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"pureProxy6"},"pureProxy7":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"pureProxy7"},"pureProxy8":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"pureProxy8"},"pureProxy9":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"pureProxy9"},"pureProxy10":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"pureProxy10"},"castByValue":{"__symbolic":"reference","module":"./src/linker/view_utils","name":"castByValue"},"Console":{"__symbolic":"reference","module":"./src/console","name":"Console"},"reflector":{"__symbolic":"reference","module":"./src/reflection/reflection","name":"reflector"},"Reflector":{"__symbolic":"reference","module":"./src/reflection/reflection","name":"Reflector"},"NoOpAnimationPlayer":{"__symbolic":"reference","module":"./src/animation/animation_player","name":"NoOpAnimationPlayer"},"AnimationPlayer":{"__symbolic":"reference","module":"./src/animation/animation_player","name":"AnimationPlayer"},"NoOpAnimationDriver":{"__symbolic":"reference","module":"./src/animation/animation_driver","name":"NoOpAnimationDriver"},"AnimationDriver":{"__symbolic":"reference","module":"./src/animation/animation_driver","name":"AnimationDriver"},"AnimationSequencePlayer":{"__symbolic":"reference","module":"./src/animation/animation_sequence_player","name":"AnimationSequencePlayer"},"AnimationGroupPlayer":{"__symbolic":"reference","module":"./src/animation/animation_group_player","name":"AnimationGroupPlayer"},"AnimationKeyframe":{"__symbolic":"reference","module":"./src/animation/animation_keyframe","name":"AnimationKeyframe"},"prepareFinalAnimationStyles":{"__symbolic":"reference","module":"./src/animation/animation_style_util","name":"prepareFinalAnimationStyles"},"balanceAnimationKeyframes":{"__symbolic":"reference","module":"./src/animation/animation_style_util","name":"balanceAnimationKeyframes"},"flattenStyles":{"__symbolic":"reference","module":"./src/animation/animation_style_util","name":"flattenStyles"},"clearStyles":{"__symbolic":"reference","module":"./src/animation/animation_style_util","name":"clearStyles"},"renderStyles":{"__symbolic":"reference","module":"./src/animation/animation_style_util","name":"renderStyles"},"collectAndResolveStyles":{"__symbolic":"reference","module":"./src/animation/animation_style_util","name":"collectAndResolveStyles"},"AnimationStyles":{"__symbolic":"reference","module":"./src/animation/animation_styles","name":"AnimationStyles"},"ANY_STATE":{"__symbolic":"reference","module":"./src/animation/animation_constants","name":"ANY_STATE"},"DEFAULT_STATE":{"__symbolic":"reference","module":"./src/animation/animation_constants","name":"DEFAULT_STATE"},"EMPTY_STATE":{"__symbolic":"reference","module":"./src/animation/animation_constants","name":"EMPTY_STATE"},"FILL_STYLE_FLAG":{"__symbolic":"reference","module":"./src/animation/animation_constants","name":"FILL_STYLE_FLAG"}}}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AnimationPlayer } from './animation_player';
|
|
2
|
+
export declare class ActiveAnimationPlayersMap {
|
|
3
|
+
private _map;
|
|
4
|
+
private _allPlayers;
|
|
5
|
+
length: number;
|
|
6
|
+
find(element: any, animationName: string): AnimationPlayer;
|
|
7
|
+
findAllPlayersByElement(element: any): AnimationPlayer[];
|
|
8
|
+
set(element: any, animationName: string, player: AnimationPlayer): void;
|
|
9
|
+
getAllPlayers(): AnimationPlayer[];
|
|
10
|
+
remove(element: any, animationName: string): void;
|
|
11
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var collection_1 = require('../facade/collection');
|
|
3
|
+
var lang_1 = require('../facade/lang');
|
|
4
|
+
var ActiveAnimationPlayersMap = (function () {
|
|
5
|
+
function ActiveAnimationPlayersMap() {
|
|
6
|
+
this._map = new collection_1.Map();
|
|
7
|
+
this._allPlayers = [];
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(ActiveAnimationPlayersMap.prototype, "length", {
|
|
10
|
+
get: function () { return this.getAllPlayers().length; },
|
|
11
|
+
enumerable: true,
|
|
12
|
+
configurable: true
|
|
13
|
+
});
|
|
14
|
+
ActiveAnimationPlayersMap.prototype.find = function (element, animationName) {
|
|
15
|
+
var playersByAnimation = this._map.get(element);
|
|
16
|
+
if (lang_1.isPresent(playersByAnimation)) {
|
|
17
|
+
return playersByAnimation[animationName];
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
ActiveAnimationPlayersMap.prototype.findAllPlayersByElement = function (element) {
|
|
21
|
+
var players = [];
|
|
22
|
+
collection_1.StringMapWrapper.forEach(this._map.get(element), function (player /** TODO #9100 */) { return players.push(player); });
|
|
23
|
+
return players;
|
|
24
|
+
};
|
|
25
|
+
ActiveAnimationPlayersMap.prototype.set = function (element, animationName, player) {
|
|
26
|
+
var playersByAnimation = this._map.get(element);
|
|
27
|
+
if (!lang_1.isPresent(playersByAnimation)) {
|
|
28
|
+
playersByAnimation = {};
|
|
29
|
+
}
|
|
30
|
+
var existingEntry = playersByAnimation[animationName];
|
|
31
|
+
if (lang_1.isPresent(existingEntry)) {
|
|
32
|
+
this.remove(element, animationName);
|
|
33
|
+
}
|
|
34
|
+
playersByAnimation[animationName] = player;
|
|
35
|
+
this._allPlayers.push(player);
|
|
36
|
+
this._map.set(element, playersByAnimation);
|
|
37
|
+
};
|
|
38
|
+
ActiveAnimationPlayersMap.prototype.getAllPlayers = function () { return this._allPlayers; };
|
|
39
|
+
ActiveAnimationPlayersMap.prototype.remove = function (element, animationName) {
|
|
40
|
+
var playersByAnimation = this._map.get(element);
|
|
41
|
+
if (lang_1.isPresent(playersByAnimation)) {
|
|
42
|
+
var player = playersByAnimation[animationName];
|
|
43
|
+
delete playersByAnimation[animationName];
|
|
44
|
+
var index = this._allPlayers.indexOf(player);
|
|
45
|
+
collection_1.ListWrapper.removeAt(this._allPlayers, index);
|
|
46
|
+
if (collection_1.StringMapWrapper.isEmpty(playersByAnimation)) {
|
|
47
|
+
this._map.delete(element);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
return ActiveAnimationPlayersMap;
|
|
52
|
+
}());
|
|
53
|
+
exports.ActiveAnimationPlayersMap = ActiveAnimationPlayersMap;
|
|
54
|
+
//# sourceMappingURL=active_animation_players_map.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"active_animation_players_map.js","sourceRoot":"","sources":["../../../../../modules/@angular/core/src/animation/active_animation_players_map.ts"],"names":[],"mappings":";AAAA,2BAAiD,sBAAsB,CAAC,CAAA;AACxE,qBAAwB,gBAAgB,CAAC,CAAA;AAIzC;IAAA;QACU,SAAI,GAAG,IAAI,gBAAG,EAAyC,CAAC;QACxD,gBAAW,GAAsB,EAAE,CAAC;IA+C9C,CAAC;IA7CC,sBAAI,6CAAM;aAAV,cAAuB,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;;;OAAA;IAE5D,wCAAI,GAAJ,UAAK,OAAY,EAAE,aAAqB;QACtC,IAAI,kBAAkB,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChD,EAAE,CAAC,CAAC,gBAAS,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC;YAClC,MAAM,CAAC,kBAAkB,CAAC,aAAa,CAAC,CAAC;QAC3C,CAAC;IACH,CAAC;IAED,2DAAuB,GAAvB,UAAwB,OAAY;QAClC,IAAI,OAAO,GAA4B,EAAE,CAAC;QAC1C,6BAAgB,CAAC,OAAO,CACpB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,UAAC,MAAW,CAAC,iBAAiB,IAAK,OAAA,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAApB,CAAoB,CAAC,CAAC;QACrF,MAAM,CAAC,OAAO,CAAC;IACjB,CAAC;IAED,uCAAG,GAAH,UAAI,OAAY,EAAE,aAAqB,EAAE,MAAuB;QAC9D,IAAI,kBAAkB,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChD,EAAE,CAAC,CAAC,CAAC,gBAAS,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC;YACnC,kBAAkB,GAAG,EAAE,CAAC;QAC1B,CAAC;QACD,IAAI,aAAa,GAAG,kBAAkB,CAAC,aAAa,CAAC,CAAC;QACtD,EAAE,CAAC,CAAC,gBAAS,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;YAC7B,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC;QACtC,CAAC;QACD,kBAAkB,CAAC,aAAa,CAAC,GAAG,MAAM,CAAC;QAC3C,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC9B,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAC;IAC7C,CAAC;IAED,iDAAa,GAAb,cAAqC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;IAE/D,0CAAM,GAAN,UAAO,OAAY,EAAE,aAAqB;QACxC,IAAI,kBAAkB,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChD,EAAE,CAAC,CAAC,gBAAS,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC;YAClC,IAAI,MAAM,GAAG,kBAAkB,CAAC,aAAa,CAAC,CAAC;YAC/C,OAAO,kBAAkB,CAAC,aAAa,CAAC,CAAC;YACzC,IAAI,KAAK,GAAG,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;YAC7C,wBAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;YAE9C,EAAE,CAAC,CAAC,6BAAgB,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC;gBACjD,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;YAC5B,CAAC;QACH,CAAC;IACH,CAAC;IACH,gCAAC;AAAD,CAAC,AAjDD,IAiDC;AAjDY,iCAAyB,4BAiDrC,CAAA","sourcesContent":["import {ListWrapper, Map, StringMapWrapper} from '../facade/collection';\nimport {isPresent} from '../facade/lang';\n\nimport {AnimationPlayer} from './animation_player';\n\nexport class ActiveAnimationPlayersMap {\n private _map = new Map<any, {[key: string]: AnimationPlayer}>();\n private _allPlayers: AnimationPlayer[] = [];\n\n get length(): number { return this.getAllPlayers().length; }\n\n find(element: any, animationName: string): AnimationPlayer {\n var playersByAnimation = this._map.get(element);\n if (isPresent(playersByAnimation)) {\n return playersByAnimation[animationName];\n }\n }\n\n findAllPlayersByElement(element: any): AnimationPlayer[] {\n var players: any[] /** TODO #9100 */ = [];\n StringMapWrapper.forEach(\n this._map.get(element), (player: any /** TODO #9100 */) => players.push(player));\n return players;\n }\n\n set(element: any, animationName: string, player: AnimationPlayer): void {\n var playersByAnimation = this._map.get(element);\n if (!isPresent(playersByAnimation)) {\n playersByAnimation = {};\n }\n var existingEntry = playersByAnimation[animationName];\n if (isPresent(existingEntry)) {\n this.remove(element, animationName);\n }\n playersByAnimation[animationName] = player;\n this._allPlayers.push(player);\n this._map.set(element, playersByAnimation);\n }\n\n getAllPlayers(): AnimationPlayer[] { return this._allPlayers; }\n\n remove(element: any, animationName: string): void {\n var playersByAnimation = this._map.get(element);\n if (isPresent(playersByAnimation)) {\n var player = playersByAnimation[animationName];\n delete playersByAnimation[animationName];\n var index = this._allPlayers.indexOf(player);\n ListWrapper.removeAt(this._allPlayers, index);\n\n if (StringMapWrapper.isEmpty(playersByAnimation)) {\n this._map.delete(element);\n }\n }\n }\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animation_constants.js","sourceRoot":"","sources":["../../../../../modules/@angular/core/src/animation/animation_constants.ts"],"names":[],"mappings":";AAAa,uBAAe,GAAG,MAAM,CAAC,CAAE,mCAAmC;AAC9D,iBAAS,GAAG,GAAG,CAAC;AAChB,qBAAa,GAAG,GAAG,CAAC;AACpB,mBAAW,GAAG,MAAM,CAAC","sourcesContent":["export const FILL_STYLE_FLAG = 'true'; // TODO (matsko): change to boolean\nexport const ANY_STATE = '*';\nexport const DEFAULT_STATE = '*';\nexport const EMPTY_STATE = 'void';\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"__symbolic":"module","version":1,"metadata":{"FILL_STYLE_FLAG":"true","ANY_STATE":"*","DEFAULT_STATE":"*","EMPTY_STATE":"void"}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AnimationKeyframe } from './animation_keyframe';
|
|
2
|
+
import { AnimationPlayer } from './animation_player';
|
|
3
|
+
import { AnimationStyles } from './animation_styles';
|
|
4
|
+
export declare abstract class AnimationDriver {
|
|
5
|
+
abstract animate(element: any, startingStyles: AnimationStyles, keyframes: AnimationKeyframe[], duration: number, delay: number, easing: string): AnimationPlayer;
|
|
6
|
+
}
|
|
7
|
+
export declare class NoOpAnimationDriver extends AnimationDriver {
|
|
8
|
+
animate(element: any, startingStyles: AnimationStyles, keyframes: AnimationKeyframe[], duration: number, delay: number, easing: string): AnimationPlayer;
|
|
9
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || function (d, b) {
|
|
3
|
+
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
|
|
4
|
+
function __() { this.constructor = d; }
|
|
5
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
6
|
+
};
|
|
7
|
+
var animation_player_1 = require('./animation_player');
|
|
8
|
+
var AnimationDriver = (function () {
|
|
9
|
+
function AnimationDriver() {
|
|
10
|
+
}
|
|
11
|
+
return AnimationDriver;
|
|
12
|
+
}());
|
|
13
|
+
exports.AnimationDriver = AnimationDriver;
|
|
14
|
+
var NoOpAnimationDriver = (function (_super) {
|
|
15
|
+
__extends(NoOpAnimationDriver, _super);
|
|
16
|
+
function NoOpAnimationDriver() {
|
|
17
|
+
_super.apply(this, arguments);
|
|
18
|
+
}
|
|
19
|
+
NoOpAnimationDriver.prototype.animate = function (element, startingStyles, keyframes, duration, delay, easing) {
|
|
20
|
+
return new animation_player_1.NoOpAnimationPlayer();
|
|
21
|
+
};
|
|
22
|
+
return NoOpAnimationDriver;
|
|
23
|
+
}(AnimationDriver));
|
|
24
|
+
exports.NoOpAnimationDriver = NoOpAnimationDriver;
|
|
25
|
+
//# sourceMappingURL=animation_driver.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animation_driver.js","sourceRoot":"","sources":["../../../../../modules/@angular/core/src/animation/animation_driver.ts"],"names":[],"mappings":";;;;;;AACA,iCAAmD,oBAAoB,CAAC,CAAA;AAGxE;IAAA;IAIA,CAAC;IAAD,sBAAC;AAAD,CAAC,AAJD,IAIC;AAJqB,uBAAe,kBAIpC,CAAA;AAED;IAAyC,uCAAe;IAAxD;QAAyC,8BAAe;IAMxD,CAAC;IALC,qCAAO,GAAP,UACI,OAAY,EAAE,cAA+B,EAAE,SAA8B,EAC7E,QAAgB,EAAE,KAAa,EAAE,MAAc;QACjD,MAAM,CAAC,IAAI,sCAAmB,EAAE,CAAC;IACnC,CAAC;IACH,0BAAC;AAAD,CAAC,AAND,CAAyC,eAAe,GAMvD;AANY,2BAAmB,sBAM/B,CAAA","sourcesContent":["import {AnimationKeyframe} from './animation_keyframe';\nimport {AnimationPlayer, NoOpAnimationPlayer} from './animation_player';\nimport {AnimationStyles} from './animation_styles';\n\nexport abstract class AnimationDriver {\n abstract animate(\n element: any, startingStyles: AnimationStyles, keyframes: AnimationKeyframe[],\n duration: number, delay: number, easing: string): AnimationPlayer;\n}\n\nexport class NoOpAnimationDriver extends AnimationDriver {\n animate(\n element: any, startingStyles: AnimationStyles, keyframes: AnimationKeyframe[],\n duration: number, delay: number, easing: string): AnimationPlayer {\n return new NoOpAnimationPlayer();\n }\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AnimationPlayer } from './animation_player';
|
|
2
|
+
export declare class AnimationGroupPlayer implements AnimationPlayer {
|
|
3
|
+
private _players;
|
|
4
|
+
private _subscriptions;
|
|
5
|
+
private _finished;
|
|
6
|
+
parentPlayer: AnimationPlayer;
|
|
7
|
+
constructor(_players: AnimationPlayer[]);
|
|
8
|
+
private _onFinish();
|
|
9
|
+
onDone(fn: Function): void;
|
|
10
|
+
play(): void;
|
|
11
|
+
pause(): void;
|
|
12
|
+
restart(): void;
|
|
13
|
+
finish(): void;
|
|
14
|
+
destroy(): void;
|
|
15
|
+
reset(): void;
|
|
16
|
+
setPosition(p: any): void;
|
|
17
|
+
getPosition(): number;
|
|
18
|
+
}
|