@angular-wave/angular.ts 0.6.3 → 0.6.5

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 (187) hide show
  1. package/dist/angular-ts.esm.js +2 -2
  2. package/dist/angular-ts.umd.js +2 -2
  3. package/package.json +1 -1
  4. package/src/angular.spec.js +2 -2
  5. package/src/animations/animate-children-directive.js +1 -1
  6. package/src/animations/animate-css-driver.js +2 -2
  7. package/src/animations/animate-css.js +1 -1
  8. package/src/animations/animate-js.js +2 -2
  9. package/src/animations/animate-queue.js +2 -2
  10. package/src/animations/animate.js +2 -2
  11. package/src/animations/animate.spec.js +3 -3
  12. package/src/animations/animation.js +3 -3
  13. package/src/binding.spec.js +1 -1
  14. package/src/core/cache/cache.js +1 -1
  15. package/src/core/compile/attributes.js +24 -7
  16. package/src/core/compile/compile.js +79 -249
  17. package/src/core/compile/compile.md +0 -8
  18. package/src/core/compile/compile.spec.js +38 -640
  19. package/src/core/controller/controller.js +2 -2
  20. package/src/core/di/injector.js +1 -1
  21. package/src/core/di/injector.spec.js +1 -1
  22. package/src/core/di/internal-injector.js +2 -2
  23. package/src/core/di/ng-module.js +1 -1
  24. package/src/core/filter/filter.js +2 -2
  25. package/src/core/interpolate/interpolate.js +1 -1
  26. package/src/core/interval/interval-factory.js +1 -1
  27. package/src/core/interval/interval.js +1 -1
  28. package/src/core/location/location.js +3 -3
  29. package/src/core/on.spec.js +1 -1
  30. package/src/core/parse/interpreter.js +1 -1
  31. package/src/core/prop.spec.js +2 -2
  32. package/src/core/q/q.js +2 -2
  33. package/src/core/root-element.spec.js +1 -1
  34. package/src/core/sanitize/sanitize-uri.js +1 -1
  35. package/src/core/sce/sce.js +3 -3
  36. package/src/core/sce/sce.spec.js +1 -1
  37. package/src/core/scope/scope.js +3 -3
  38. package/src/core/scope/scope.spec.js +1 -1
  39. package/src/core/timeout/timeout.js +2 -2
  40. package/src/core/url-utils/url-utils.js +1 -1
  41. package/src/directive/aria/aria.js +1 -1
  42. package/src/directive/aria/aria.spec.js +1 -1
  43. package/src/directive/attrs/attrs.js +3 -3
  44. package/src/directive/attrs/attrs.spec.js +1 -1
  45. package/src/directive/attrs/boolean.spec.js +1 -1
  46. package/src/directive/attrs/element-style.spec.js +1 -1
  47. package/src/directive/attrs/src.spec.js +1 -1
  48. package/src/directive/bind/bind.js +1 -1
  49. package/src/directive/bind/bind.spec.js +1 -1
  50. package/src/directive/bind/bing-html.spec.js +1 -1
  51. package/src/directive/change/change.spec.js +1 -1
  52. package/src/directive/channel/channel.js +25 -7
  53. package/src/directive/channel/channel.spec.js +17 -0
  54. package/src/directive/class/class.js +1 -1
  55. package/src/directive/class/class.spec.js +2 -2
  56. package/src/directive/cloak/cloak.spec.js +1 -1
  57. package/src/directive/controller/controller.spec.js +2 -2
  58. package/src/directive/events/click.spec.js +1 -1
  59. package/src/directive/events/event.spec.js +1 -1
  60. package/src/directive/events/events.js +3 -3
  61. package/src/directive/form/form.js +2 -2
  62. package/src/directive/form/form.spec.js +1 -1
  63. package/src/directive/if/if.js +2 -3
  64. package/src/directive/if/if.md +0 -1
  65. package/src/directive/if/if.spec.js +2 -2
  66. package/src/directive/include/include.js +3 -3
  67. package/src/directive/include/include.spec.js +2 -2
  68. package/src/directive/init/init.spec.js +1 -1
  69. package/src/directive/input/input.js +1 -1
  70. package/src/directive/input/input.spec.js +1 -1
  71. package/src/directive/messages/messages.js +1 -1
  72. package/src/directive/messages/messages.spec.js +3 -3
  73. package/src/directive/model/model.js +7 -7
  74. package/src/directive/model/model.spec.js +2 -2
  75. package/src/directive/model-options/model-options.js +1 -1
  76. package/src/directive/model-options/model-options.spec.js +2 -2
  77. package/src/directive/non-bindable/non-bindable.spec.js +1 -1
  78. package/src/directive/observe/observe.spec.js +1 -1
  79. package/src/directive/options/options.js +6 -2
  80. package/src/directive/options/options.spec.js +2 -2
  81. package/src/directive/ref/href.spec.js +2 -2
  82. package/src/directive/ref/ref.js +1 -1
  83. package/src/directive/repeat/repeat.js +263 -255
  84. package/src/directive/repeat/repeat.md +0 -22
  85. package/src/directive/repeat/repeat.spec.js +2 -115
  86. package/src/directive/script/script.spec.js +1 -1
  87. package/src/directive/select/select.js +2 -2
  88. package/src/directive/select/select.spec.js +2 -2
  89. package/src/directive/show-hide/show-hide.js +1 -3
  90. package/src/directive/show-hide/show-hide.md +0 -2
  91. package/src/directive/show-hide/show-hide.spec.js +1 -1
  92. package/src/directive/style/style.spec.js +1 -1
  93. package/src/directive/switch/switch.js +2 -4
  94. package/src/directive/switch/switch.spec.js +1 -51
  95. package/src/directive/transclude/transclude.js +2 -2
  96. package/src/directive/validators/validators.js +2 -2
  97. package/src/directive/validators/validators.spec.js +1 -1
  98. package/src/filters/filter.js +1 -1
  99. package/src/filters/filter.spec.js +2 -2
  100. package/src/filters/filters.js +1 -1
  101. package/src/filters/filters.spec.js +1 -1
  102. package/src/filters/limit-to.js +1 -1
  103. package/src/filters/limit-to.spec.js +1 -1
  104. package/src/filters/order-by.js +1 -1
  105. package/src/index.js +3 -9
  106. package/src/loader.js +12 -16
  107. package/src/router/common/coreservices.js +1 -1
  108. package/src/router/common/trace.js +1 -1
  109. package/src/router/directives/state-directives.js +1 -1
  110. package/src/router/directives/state-directives.spec.js +1 -1
  111. package/src/router/directives/view-directive.js +2 -2
  112. package/src/router/directives/view-directive.spec.js +1 -1
  113. package/src/router/hooks/redirect-to.js +1 -1
  114. package/src/router/params/param-type.js +1 -1
  115. package/src/router/params/param-types.js +1 -1
  116. package/src/router/params/param.js +1 -1
  117. package/src/router/resolve/resolvable.js +1 -1
  118. package/src/router/resolve/resolve-context.js +1 -1
  119. package/src/router/state/state-builder.js +1 -1
  120. package/src/router/state/state-matcher.js +1 -1
  121. package/src/router/state/state-object.js +1 -1
  122. package/src/router/state/state-queue-manager.js +1 -1
  123. package/src/router/state/state-registry.js +2 -2
  124. package/src/router/state/state-service.js +1 -1
  125. package/src/router/state/state.spec.js +2 -2
  126. package/src/router/state/target-state.js +1 -1
  127. package/src/router/state/views.js +1 -1
  128. package/src/router/state-provider.js +1 -1
  129. package/src/router/template-factory.js +9 -8
  130. package/src/router/template-factory.spec.js +1 -1
  131. package/src/router/transition/hook-registry.js +1 -1
  132. package/src/router/transition/transition-service.js +1 -1
  133. package/src/router/transition/transition.js +1 -1
  134. package/src/router/url/url-config.js +1 -1
  135. package/src/router/url/url-matcher.js +2 -2
  136. package/src/router/url/url-rule.js +1 -1
  137. package/src/router/url/url-rules.js +1 -1
  138. package/src/router/url/url-service.js +6 -1
  139. package/src/router/url/url-service.spec.js +1 -1
  140. package/src/router/view/view.spec.js +1 -1
  141. package/src/router/view-hook.spec.js +1 -1
  142. package/src/router/view-scroll.spec.js +1 -1
  143. package/src/services/anchor-scroll.js +1 -1
  144. package/src/services/browser.js +2 -2
  145. package/src/services/cookie-reader.js +1 -1
  146. package/src/services/http/http.js +3 -3
  147. package/src/services/http/http.spec.js +1 -1
  148. package/src/services/http-backend/http-backend.js +1 -1
  149. package/src/services/log.js +1 -1
  150. package/src/services/template-request.js +2 -2
  151. package/src/shared/common.js +1 -1
  152. package/src/shared/jqlite/jqlite.js +9 -9
  153. package/src/shared/jqlite/jqlite.spec.js +11 -11
  154. package/src/shared/min-err.spec.js +6 -1
  155. package/src/shared/predicates.js +1 -1
  156. package/src/shared/strings.js +1 -1
  157. package/src/shared/test-utils.js +1 -1
  158. package/src/shared/utils.js +1 -1
  159. package/src/shared/utils.spec.js +1 -1
  160. package/src/types.js +0 -2
  161. package/types/animations/animate-css-driver.d.ts +1 -1
  162. package/types/animations/animate-js.d.ts +1 -1
  163. package/types/animations/animate.d.ts +1 -1
  164. package/types/animations/animation.d.ts +1 -1
  165. package/types/core/cache/cache.d.ts +1 -1
  166. package/types/core/compile/attributes.d.ts +2 -2
  167. package/types/core/compile/compile.d.ts +3 -2
  168. package/types/core/controller/controller.d.ts +1 -1
  169. package/types/core/filter/filter.d.ts +1 -1
  170. package/types/core/location/location.d.ts +1 -1
  171. package/types/core/q/q.d.ts +1 -1
  172. package/types/core/sce/sce.d.ts +1 -1
  173. package/types/core/scope/scope.d.ts +1 -1
  174. package/types/core/timeout/timeout.d.ts +1 -1
  175. package/types/directive/channel/channel.d.ts +13 -4
  176. package/types/directive/model/model.d.ts +9 -9
  177. package/types/directive/repeat/repeat.d.ts +10 -8
  178. package/types/loader.d.ts +5 -6
  179. package/types/router/common/coreservices.d.ts +1 -1
  180. package/types/router/state/state-registry.d.ts +2 -2
  181. package/types/router/template-factory.d.ts +2 -2
  182. package/types/services/browser.d.ts +1 -1
  183. package/types/services/http/http.d.ts +1 -1
  184. package/types/services/template-request.d.ts +1 -1
  185. package/types/shared/jqlite/jqlite.d.ts +1 -1
  186. package/types/shared/test-utils.d.ts +1 -1
  187. package/types/types.d.ts +1 -5
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@angular-wave/angular.ts",
3
3
  "description": "A modern, optimized and typesafe version of AngularJS",
4
4
  "license": "MIT",
5
- "version": "0.6.3",
5
+ "version": "0.6.5",
6
6
  "type": "module",
7
7
  "main": "dist/angular-ts.esm.js",
8
8
  "browser": "dist/angular-ts.umd.js",
@@ -22,8 +22,8 @@ import {
22
22
  nextUid,
23
23
  getNodeName,
24
24
  snakeCase,
25
- } from "./shared/utils";
26
- import { dealoc, JQLite, startingTag } from "./shared/jqlite/jqlite";
25
+ } from "./shared/utils.js";
26
+ import { dealoc, JQLite, startingTag } from "./shared/jqlite/jqlite.js";
27
27
  import { Angular } from "./loader";
28
28
  import { createInjector } from "./core/di/injector";
29
29
 
@@ -1,4 +1,4 @@
1
- import { isString } from "../shared/utils";
1
+ import { isString } from "../shared/utils.js";
2
2
  import { NG_ANIMATE_CHILDREN_DATA } from "./shared";
3
3
 
4
4
  $$AnimateChildrenDirective.$inject = ["$interpolate"];
@@ -1,5 +1,5 @@
1
- import { JQLite } from "../shared/jqlite/jqlite";
2
- import { isString } from "../shared/utils";
1
+ import { JQLite } from "../shared/jqlite/jqlite.js";
2
+ import { isString } from "../shared/utils.js";
3
3
  import { concatWithSpace, getDomNode } from "./shared";
4
4
 
5
5
  const NG_ANIMATE_SHIM_CLASS_NAME = "ng-animate-shim";
@@ -1,4 +1,4 @@
1
- import { isDefined } from "../shared/utils";
1
+ import { isDefined } from "../shared/utils.js";
2
2
  import {
3
3
  TRANSITION_DURATION_PROP,
4
4
  TRANSITION_DELAY_PROP,
@@ -1,4 +1,4 @@
1
- import { isObject, isFunction } from "../shared/utils";
1
+ import { isObject, isFunction } from "../shared/utils.js";
2
2
  import {
3
3
  applyAnimationClassesFactory,
4
4
  applyAnimationStyles,
@@ -15,7 +15,7 @@ export function AnimateJsProvider($animateProvider) {
15
15
  "$$AnimateRunner",
16
16
  /**
17
17
  *
18
- * @param {import("../core/di/internal-injector").InjectorService} $injector
18
+ * @param {import("../core/di/internal-injector.js").InjectorService} $injector
19
19
  * @param {*} $$AnimateRunner
20
20
  * @returns
21
21
  */
@@ -1,4 +1,4 @@
1
- import { getOrSetCacheData, JQLite } from "../shared/jqlite/jqlite";
1
+ import { getOrSetCacheData, JQLite } from "../shared/jqlite/jqlite.js";
2
2
  import {
3
3
  isUndefined,
4
4
  isObject,
@@ -6,7 +6,7 @@ import {
6
6
  isElement,
7
7
  isDefined,
8
8
  extend,
9
- } from "../shared/utils";
9
+ } from "../shared/utils.js";
10
10
  import {
11
11
  NG_ANIMATE_CHILDREN_DATA,
12
12
  applyAnimationClassesFactory,
@@ -1,5 +1,5 @@
1
- import { isFunction, isObject, minErr, extend } from "../shared/utils";
2
- import { JQLite } from "../shared/jqlite/jqlite";
1
+ import { isFunction, isObject, minErr, extend } from "../shared/utils.js";
2
+ import { JQLite } from "../shared/jqlite/jqlite.js";
3
3
  import { NG_ANIMATE_CLASSNAME } from "./shared";
4
4
 
5
5
  /** @typedef {"enter"|"leave"|"move"|"addClass"|"setClass"|"removeClass"} AnimationMethod */
@@ -1,7 +1,7 @@
1
- import { dealoc, JQLite } from "../../shared/jqlite/jqlite";
1
+ import { dealoc, JQLite } from "../../shared/jqlite/jqlite.js";
2
2
  import { Angular } from "../../loader";
3
- import { isObject } from "../../shared/utils";
4
- import { isFunction } from "../../shared/utils";
3
+ import { isObject } from "../../shared/utils.js";
4
+ import { isFunction } from "../../shared/utils.js";
5
5
  import { createInjector } from "../di/injector";
6
6
 
7
7
  describe("$animate", () => {
@@ -1,5 +1,5 @@
1
- import { JQLite } from "../shared/jqlite/jqlite";
2
- import { mergeClasses } from "../shared/utils";
1
+ import { JQLite } from "../shared/jqlite/jqlite.js";
2
+ import { mergeClasses } from "../shared/utils.js";
3
3
  import {
4
4
  NG_ANIMATE_CLASSNAME,
5
5
  PREPARE_CLASS_SUFFIX,
@@ -38,7 +38,7 @@ export function AnimationProvider() {
38
38
  /**
39
39
  *
40
40
  * @param {*} $rootScope
41
- * @param {import("../core/di/internal-injector").InjectorService} $injector
41
+ * @param {import("../core/di/internal-injector.js").InjectorService} $injector
42
42
  * @param {*} $$AnimateRunner
43
43
  * @param {import("./raf-scheduler").RafScheduler} $$rAFScheduler
44
44
  * @param {*} $$animateCache
@@ -1,4 +1,4 @@
1
- import { JQLite, dealoc } from "./shared/jqlite/jqlite";
1
+ import { JQLite, dealoc } from "./shared/jqlite/jqlite.js";
2
2
  import { Angular } from "./loader";
3
3
  import { browserTrigger } from "./shared/test-utils";
4
4
 
@@ -17,4 +17,4 @@ export const EXPANDO = "ng";
17
17
  *
18
18
  * @type {Map<number, ExpandoStore>}
19
19
  */
20
- export const CACHE = new Map();
20
+ export const Cache = new Map();
@@ -1,4 +1,4 @@
1
- import { getBooleanAttrName } from "../../shared/jqlite/jqlite";
1
+ import { getBooleanAttrName } from "../../shared/jqlite/jqlite.js";
2
2
  import {
3
3
  isString,
4
4
  snakeCase,
@@ -7,8 +7,9 @@ import {
7
7
  minErr,
8
8
  trim,
9
9
  directiveNormalize,
10
- } from "../../shared/utils";
11
- import { ALIASED_ATTR } from "../../shared/constants";
10
+ hasAnimate,
11
+ } from "../../shared/utils.js";
12
+ import { ALIASED_ATTR } from "../../shared/constants.js";
12
13
 
13
14
  const $compileMinErr = minErr("$compile");
14
15
  const SIMPLE_ATTR_NAME = /^\w/;
@@ -75,7 +76,11 @@ export class Attributes {
75
76
  */
76
77
  $addClass(classVal) {
77
78
  if (classVal && classVal.length > 0) {
78
- this.$animate.addClass(this.$$element, classVal);
79
+ if (hasAnimate(this.$$element[0])) {
80
+ this.$animate.addClass(this.$$element, classVal);
81
+ } else {
82
+ this.$$element[0].classList.add(classVal.trim());
83
+ }
79
84
  }
80
85
  }
81
86
 
@@ -87,7 +92,11 @@ export class Attributes {
87
92
  */
88
93
  $removeClass(classVal) {
89
94
  if (classVal && classVal.length > 0) {
90
- this.$animate.removeClass(this.$$element, classVal);
95
+ if (hasAnimate(this.$$element[0])) {
96
+ this.$animate.removeClass(this.$$element, classVal);
97
+ } else {
98
+ this.$$element[0].classList.remove(classVal.trim());
99
+ }
91
100
  }
92
101
  }
93
102
 
@@ -101,12 +110,20 @@ export class Attributes {
101
110
  $updateClass(newClasses, oldClasses) {
102
111
  const toAdd = tokenDifference(newClasses, oldClasses);
103
112
  if (toAdd && toAdd.length) {
104
- this.$animate.addClass(this.$$element, toAdd);
113
+ if (hasAnimate(this.$$element[0])) {
114
+ this.$animate.addClass(this.$$element, toAdd);
115
+ } else {
116
+ this.$$element[0].classList.add(...toAdd.trim().split(/\s+/));
117
+ }
105
118
  }
106
119
 
107
120
  const toRemove = tokenDifference(oldClasses, newClasses);
108
121
  if (toRemove && toRemove.length) {
109
- this.$animate.removeClass(this.$$element, toRemove);
122
+ if (hasAnimate(this.$$element[0])) {
123
+ this.$animate.removeClass(this.$$element, toRemove);
124
+ } else {
125
+ this.$$element[0].classList.remove(...toRemove.trim().split(/\s+/));
126
+ }
110
127
  }
111
128
  }
112
129