@angular-wave/angular.ts 0.0.1 → 0.0.4

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.
Files changed (84) hide show
  1. package/Makefile +1 -1
  2. package/dist/angular-ts.cjs.js +506 -1696
  3. package/dist/angular-ts.esm.js +506 -1696
  4. package/dist/angular-ts.umd.js +506 -1696
  5. package/package.json +1 -1
  6. package/public/README.md +1 -0
  7. package/src/animations/{animateCss.js → animate-css.js} +0 -1
  8. package/src/animations/animation.js +428 -431
  9. package/src/animations/module.js +9 -9
  10. package/src/core/cache.js +2 -0
  11. package/src/core/compile.js +6 -1102
  12. package/src/core/compile.md +1192 -0
  13. package/src/core/location.js +1 -1
  14. package/src/core/utils.js +1 -1
  15. package/src/directive/a.js +1 -1
  16. package/src/directive/attrs.js +1 -1
  17. package/src/directive/csp.md +89 -0
  18. package/src/directive/input.js +3 -3
  19. package/src/directive/{ngModel.js → model.js} +1 -1
  20. package/src/directive/select.js +5 -5
  21. package/src/jqLite.js +1 -22
  22. package/src/public.js +24 -24
  23. package/src/services/log.js +66 -116
  24. package/src/services/log.md +39 -0
  25. package/test/jqlite.spec.js +5 -35
  26. package/test/messages/messages.spec.js +1 -1
  27. package/test/ng/compile.spec.js +17 -16
  28. package/test/ng/directive/model-options.spec.js +1 -1
  29. package/test/ng/directive/model.spec.js +1 -1
  30. package/test/ng/directive/options.spec.js +61 -61
  31. package/test/ng/directive/select.spec.js +22 -22
  32. package/test/ng/http-backend.spec.js +1 -1
  33. package/test/ng/on.spec.js +1 -1
  34. package/test/ng/prop.spec.js +54 -62
  35. package/test/ng/sanitize-uri.spec.js +1 -1
  36. package/test/ng/scope.spec.js +1 -1
  37. package/test/original-test.html +1 -1
  38. package/types/jqlite.d.ts +1 -32
  39. package/dist/build/angular-mocks.js +0 -3757
  40. package/dist/build/angular-parse-ext.js +0 -1275
  41. package/dist/build/angular-resource.js +0 -911
  42. package/dist/build/angular-touch.js +0 -368
  43. package/src/core/attributes.js +0 -199
  44. package/src/directive/ngCsp.js +0 -82
  45. /package/{dist/build → legacy}/angular-animate.js +0 -0
  46. /package/{dist/build → legacy}/angular-aria.js +0 -0
  47. /package/{dist/build → legacy}/angular-message-format.js +0 -0
  48. /package/{dist/build → legacy}/angular-messages.js +0 -0
  49. /package/{dist/build → legacy}/angular-route.js +0 -0
  50. /package/{dist/build → legacy}/angular-sanitize.js +0 -0
  51. /package/{dist/build → legacy}/angular.js +0 -0
  52. /package/src/animations/{animateCache.js → animate-cache.js} +0 -0
  53. /package/src/animations/{animateChildrenDirective.js → animate-children-directive.js} +0 -0
  54. /package/src/animations/{animateCssDriver.js → animate-css-driver.js} +0 -0
  55. /package/src/animations/{animateJsDriver.js → animate-js-driver.js} +0 -0
  56. /package/src/animations/{animateJs.js → animate-js.js} +0 -0
  57. /package/src/animations/{animateQueue.js → animate-queue.js} +0 -0
  58. /package/src/animations/{ngAnimateSwap.js → animate-swap.js} +0 -0
  59. /package/src/animations/{rafScheduler.js → raf-scheduler.js} +0 -0
  60. /package/src/core/{animateCss.js → animate-css.js} +0 -0
  61. /package/src/core/{animateRunner.js → animate-runner.js} +0 -0
  62. /package/src/core/{exceptionHandler.js → exception-handler.js} +0 -0
  63. /package/src/core/{intervalFactory.js → interval-factory.js} +0 -0
  64. /package/src/core/{rootScope.js → root-scope.js} +0 -0
  65. /package/src/core/{sanitizeUri.js → sanitize-uri.js} +0 -0
  66. /package/src/core/{taskTrackerFactory.js → task-tracker-factory.js} +0 -0
  67. /package/src/directive/{ngClass.js → class.js} +0 -0
  68. /package/src/directive/{ngController.js → controller.js} +0 -0
  69. /package/src/directive/{ngIf.js → if.js} +0 -0
  70. /package/src/directive/{ngInclude.js → include.js} +0 -0
  71. /package/src/directive/{ngModelOptions.js → model-options.js} +0 -0
  72. /package/src/directive/{ngOptions.js → options.js} +0 -0
  73. /package/src/directive/{ngRef.js → ref.js} +0 -0
  74. /package/src/directive/{ngRepeat.js → repeat.js} +0 -0
  75. /package/src/directive/{ngShowHide.js → show-hide.js} +0 -0
  76. /package/src/directive/{ngSwitch.js → switch.js} +0 -0
  77. /package/src/directive/{ngTransclude.js → transclude.js} +0 -0
  78. /package/src/{routeToRegExp.js → route-to-reg-exp.js} +0 -0
  79. /package/src/services/{anchorScroll.js → anchor-scroll.js} +0 -0
  80. /package/src/services/{cacheFactory.js → cache-factory.js} +0 -0
  81. /package/src/services/{cookieReader.js → cookie-reader.js} +0 -0
  82. /package/src/services/{httpBackend.js → http-backend.js} +0 -0
  83. /package/src/services/{templateRequest.js → template-request.js} +0 -0
  84. /package/test/ng/{anomate.spec.js → animate.spec.js} +0 -0
@@ -1,13 +1,13 @@
1
- import { $$AnimateChildrenDirective } from "./animateChildrenDirective";
1
+ import { $$AnimateChildrenDirective } from "./animate-children-directive";
2
2
  import { $$AnimationProvider } from "./animation";
3
- import { $$rAFSchedulerFactory } from "./rafScheduler";
4
- import { ngAnimateSwapDirective } from "./ngAnimateSwap";
5
- import { $$AnimateQueueProvider } from "./animateQueue";
6
- import { $$AnimateCacheProvider } from "./animateCache";
7
- import { $AnimateCssProvider } from "./animateCss";
8
- import { $$AnimateCssDriverProvider } from "./animateCssDriver";
9
- import { $$AnimateJsProvider } from "./animateJs";
10
- import { $$AnimateJsDriverProvider } from "./animateJsDriver";
3
+ import { $$rAFSchedulerFactory } from "./raf-scheduler";
4
+ import { ngAnimateSwapDirective } from "./animate-swap";
5
+ import { $$AnimateQueueProvider } from "./animate-queue";
6
+ import { $$AnimateCacheProvider } from "./animate-cache";
7
+ import { $AnimateCssProvider } from "./animate-css";
8
+ import { $$AnimateCssDriverProvider } from "./animate-css-driver";
9
+ import { $$AnimateJsProvider } from "./animate-js";
10
+ import { $$AnimateJsDriverProvider } from "./animate-js-driver";
11
11
 
12
12
  /**
13
13
  * @ngdoc module
package/src/core/cache.js CHANGED
@@ -7,6 +7,8 @@
7
7
  *
8
8
  */
9
9
 
10
+ export const EXPANDO = "ngId";
11
+
10
12
  /**
11
13
  * Expando cache for adding properties to DOM nodes with JavaScript.
12
14
  * This used to be an Object in JQLite decorator, but swapped out for a Map