@angular-wave/angular.ts 0.14.3 → 0.15.1
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/@types/angular.d.ts +27 -25
- package/@types/animations/animate-cache.d.ts +46 -2
- package/@types/animations/animate-children-directive.d.ts +4 -4
- package/@types/animations/animate-js.d.ts +1 -10
- package/@types/animations/animate.d.ts +6 -1
- package/@types/animations/interface.d.ts +15 -0
- package/@types/animations/runner/animate-runner.d.ts +73 -52
- package/@types/animations/shared.d.ts +0 -16
- package/@types/core/compile/attributes.d.ts +40 -10
- package/@types/core/compile/compile.d.ts +1 -1
- package/@types/core/compile/inteface.d.ts +5 -1
- package/@types/core/controller/controller.d.ts +1 -1
- package/@types/core/di/inteface.d.ts +11 -0
- package/@types/core/interpolate/interface.d.ts +1 -0
- package/@types/core/parse/ast/ast-node.d.ts +2 -0
- package/@types/core/parse/interface.d.ts +1 -1
- package/@types/core/parse/interpreter.d.ts +5 -3
- package/@types/core/parse/parse.d.ts +4 -1
- package/@types/core/scope/interface.d.ts +26 -0
- package/@types/core/scope/scope.d.ts +13 -13
- package/@types/directive/attrs/attrs.d.ts +2 -5
- package/@types/directive/bind/bind.d.ts +5 -7
- package/@types/directive/class/class.d.ts +3 -3
- package/@types/directive/controller/controller.d.ts +2 -2
- package/@types/directive/form/form.d.ts +16 -13
- package/@types/directive/include/include.d.ts +4 -4
- package/@types/directive/init/init.d.ts +2 -2
- package/@types/directive/input/input.d.ts +16 -0
- package/@types/directive/listener/listener.d.ts +4 -0
- package/@types/directive/messages/messages.d.ts +9 -8
- package/@types/directive/model/interface.d.ts +18 -0
- package/@types/directive/model/model.d.ts +25 -23
- package/@types/directive/non-bindable/non-bindable.d.ts +2 -2
- package/@types/directive/ref/ref.d.ts +5 -8
- package/@types/directive/repeat/repeat.d.ts +2 -4
- package/@types/directive/script/script.d.ts +2 -2
- package/@types/directive/select/select.d.ts +9 -10
- package/@types/directive/setter/setter.d.ts +2 -2
- package/@types/directive/show-hide/show-hide.d.ts +2 -4
- package/@types/directive/switch/switch.d.ts +4 -4
- package/@types/directive/validators/validators.d.ts +2 -2
- package/@types/injection-tokens.d.ts +3 -2
- package/@types/interface.d.ts +72 -23
- package/@types/namespace.d.ts +50 -6
- package/@types/router/directives/state-directives.d.ts +26 -24
- package/@types/router/directives/view-directive.d.ts +27 -131
- package/@types/router/glob/glob.d.ts +2 -6
- package/@types/router/router.d.ts +6 -4
- package/@types/router/scroll/interface.d.ts +3 -0
- package/@types/router/scroll/view-scroll.d.ts +8 -0
- package/@types/router/state/interface.d.ts +30 -126
- package/@types/router/state/state-builder.d.ts +14 -7
- package/@types/router/state/state-matcher.d.ts +11 -3
- package/@types/router/state/state-object.d.ts +5 -7
- package/@types/router/state/state-queue-manager.d.ts +14 -8
- package/@types/router/state/state-registry.d.ts +26 -12
- package/@types/router/state/state-service.d.ts +24 -12
- package/@types/router/template-factory.d.ts +2 -2
- package/@types/router/transition/hook-registry.d.ts +15 -5
- package/@types/router/transition/interface.d.ts +9 -9
- package/@types/router/transition/transition-hook.d.ts +11 -0
- package/@types/router/transition/transition-service.d.ts +12 -5
- package/@types/router/transition/transition.d.ts +20 -14
- package/@types/router/url/url-rule.d.ts +12 -9
- package/@types/router/url/url-rules.d.ts +3 -84
- package/@types/router/url/url-service.d.ts +23 -18
- package/@types/router/view/view.d.ts +4 -4
- package/@types/services/anchor-scroll/anchor-scroll.d.ts +2 -17
- package/@types/services/anchor-scroll/interface.d.ts +15 -0
- package/@types/services/cookie/cookie.d.ts +7 -13
- package/@types/services/exception/interface.d.ts +3 -3
- package/@types/services/http/http.d.ts +6 -31
- package/@types/services/http/interface.d.ts +22 -0
- package/@types/services/location/location.d.ts +14 -13
- package/@types/services/log/log.d.ts +7 -3
- package/@types/services/pubsub/pubsub.d.ts +18 -13
- package/@types/services/rest/rest.d.ts +7 -5
- package/@types/services/sce/interface.d.ts +25 -0
- package/@types/services/sce/sce.d.ts +9 -1
- package/@types/services/sse/interface.d.ts +8 -1
- package/@types/services/sse/sse.d.ts +10 -18
- package/@types/services/storage/storage.d.ts +6 -6
- package/@types/services/stream/interface.d.ts +1 -1
- package/@types/services/stream/stream.d.ts +98 -0
- package/@types/shared/common.d.ts +2 -2
- package/@types/shared/dom.d.ts +21 -42
- package/@types/shared/hof.d.ts +27 -37
- package/@types/shared/noderef.d.ts +3 -3
- package/@types/shared/strings.d.ts +31 -10
- package/@types/shared/utils.d.ts +207 -101
- package/@types/shared/validate.d.ts +20 -0
- package/dist/angular-ts.esm.js +2461 -2298
- package/dist/angular-ts.umd.js +2461 -2298
- package/dist/angular-ts.umd.min.js +1 -1
- package/dist/angular-ts.umd.min.js.gz +0 -0
- package/dist/angular-ts.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/@types/router/state-filters.d.ts +0 -39
- package/@types/router/view-scroll.d.ts +0 -12
- package/@types/shared/cache.d.ts +0 -7
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@angular-wave/angular.ts",
|
|
3
3
|
"description": "A modern, optimized and type-safe version of AngularJS",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.15.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/angular-ts.esm.js",
|
|
8
8
|
"module": "dist/angular-ts.esm.js",
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* `isState` Filter: truthy if the current state is the parameter
|
|
3
|
-
*
|
|
4
|
-
* Translates to [[StateService.is]] `$state.is("stateName")`.
|
|
5
|
-
*
|
|
6
|
-
* #### Example:
|
|
7
|
-
* ```html
|
|
8
|
-
* <div ng-if="'stateName' | isState">show if state is 'stateName'</div>
|
|
9
|
-
* ```
|
|
10
|
-
*
|
|
11
|
-
* @param {import('./state/state-service.js').StateProvider} $state
|
|
12
|
-
* @returns {ng.FilterFn}
|
|
13
|
-
*/
|
|
14
|
-
export function $IsStateFilter(
|
|
15
|
-
$state: import("./state/state-service.js").StateProvider,
|
|
16
|
-
): ng.FilterFn;
|
|
17
|
-
export namespace $IsStateFilter {
|
|
18
|
-
let $inject: string[];
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* `includedByState` Filter: truthy if the current state includes the parameter
|
|
22
|
-
*
|
|
23
|
-
* Translates to [[StateService.includes]]` $state.is("fullOrPartialStateName")`.
|
|
24
|
-
*
|
|
25
|
-
* #### Example:
|
|
26
|
-
* ```html
|
|
27
|
-
* <div ng-if="'fullOrPartialStateName' | includedByState">show if state includes 'fullOrPartialStateName'</div>
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @param {import('./state/state-service.js').StateProvider} $state
|
|
31
|
-
* @returns {ng.FilterFn}
|
|
32
|
-
*/
|
|
33
|
-
export function $IncludedByStateFilter(
|
|
34
|
-
$state: import("./state/state-service.js").StateProvider,
|
|
35
|
-
): ng.FilterFn;
|
|
36
|
-
export namespace $IncludedByStateFilter {
|
|
37
|
-
let $inject_1: string[];
|
|
38
|
-
export { $inject_1 as $inject };
|
|
39
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export class ViewScrollProvider {
|
|
2
|
-
enabled: boolean;
|
|
3
|
-
useAnchorScroll(): void;
|
|
4
|
-
$get: (
|
|
5
|
-
| string
|
|
6
|
-
| ((
|
|
7
|
-
$anchorScroll: import("../services/anchor-scroll/anchor-scroll.js").AnchorScrollObject,
|
|
8
|
-
) =>
|
|
9
|
-
| import("../services/anchor-scroll/anchor-scroll.js").AnchorScrollObject
|
|
10
|
-
| Function)
|
|
11
|
-
)[];
|
|
12
|
-
}
|
package/@types/shared/cache.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Expando cache for adding properties to DOM nodes with JavaScript.
|
|
3
|
-
* This used to be an Object in JQLite decorator, but swapped out for a Map
|
|
4
|
-
*
|
|
5
|
-
* @type {Map<number, import('../interface.ts').ExpandoStore>}
|
|
6
|
-
*/
|
|
7
|
-
export const Cache: Map<number, import("../interface.ts").ExpandoStore>;
|