@skyux/core 6.4.0 → 6.7.0
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/documentation.json +3 -3
- package/esm2020/lib/modules/id/id.directive.mjs +11 -4
- package/fesm2015/skyux-core.mjs +9 -3
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core.mjs +9 -3
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/lib/modules/id/id.directive.d.ts +1 -1
- package/package.json +2 -2
@@ -6,8 +6,8 @@ import * as i0 from "@angular/core";
|
|
6
6
|
* variable, then use its `id` property.
|
7
7
|
*/
|
8
8
|
export declare class SkyIdDirective {
|
9
|
+
#private;
|
9
10
|
get id(): string;
|
10
|
-
private _id;
|
11
11
|
constructor(elRef: ElementRef, renderer: Renderer2);
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyIdDirective, never>;
|
13
13
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SkyIdDirective, "[skyId]", ["skyId"], {}, {}, never>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/core",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.7.0",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
"@angular/core": "^13.3.2",
|
45
45
|
"@angular/platform-browser": "^13.3.2",
|
46
46
|
"@angular/router": "^13.3.2",
|
47
|
-
"@skyux/i18n": "6.
|
47
|
+
"@skyux/i18n": "6.7.0"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"tslib": "^2.3.1"
|