@breadstone/mosaik-elements-angular 0.0.103 → 0.0.104
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/index.d.ts
CHANGED
|
@@ -16334,7 +16334,7 @@ declare class TranslateDirective implements OnInit, OnDestroy {
|
|
|
16334
16334
|
private readonly _vcr;
|
|
16335
16335
|
private readonly _templateRef;
|
|
16336
16336
|
private readonly _cdr;
|
|
16337
|
-
private readonly
|
|
16337
|
+
private readonly _translate;
|
|
16338
16338
|
private _view;
|
|
16339
16339
|
private _scope;
|
|
16340
16340
|
private _languageChangedSubscription;
|
|
@@ -16381,7 +16381,7 @@ declare class TranslateDirective implements OnInit, OnDestroy {
|
|
|
16381
16381
|
* @public
|
|
16382
16382
|
*/
|
|
16383
16383
|
declare class TranslatePipe implements PipeTransform, OnDestroy {
|
|
16384
|
-
private readonly
|
|
16384
|
+
private readonly _translate;
|
|
16385
16385
|
private readonly _cdr;
|
|
16386
16386
|
private _lastKey;
|
|
16387
16387
|
private _lastParams;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-angular",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.104",
|
|
4
4
|
"description": "Mosaik elements for Angular.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"rxjs": "*"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@breadstone/mosaik-elements": "^0.0.
|
|
23
|
-
"@breadstone/mosaik-elements-foundation": "^0.0.
|
|
22
|
+
"@breadstone/mosaik-elements": "^0.0.104",
|
|
23
|
+
"@breadstone/mosaik-elements-foundation": "^0.0.104",
|
|
24
24
|
"tslib": "^2.8.1"
|
|
25
25
|
}
|
|
26
26
|
}
|