@indice/ng-components 0.2.153-beta.18 → 0.2.153-beta.19
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/bundles/indice-ng-components.umd.js +6 -6
- package/bundles/indice-ng-components.umd.js.map +1 -1
- package/esm2015/lib/controls/tabs/lib-tab-group.component.js +3 -3
- package/esm2015/lib/controls/tabs/lib-tab.component.js +2 -2
- package/esm2015/lib/tokens.js +2 -1
- package/fesm2015/indice-ng-components.js +6 -6
- package/fesm2015/indice-ng-components.js.map +1 -1
- package/lib/controls/tabs/lib-tab-group.component.d.ts +1 -2
- package/lib/tokens.d.ts +2 -0
- package/package.json +1 -1
|
@@ -1984,7 +1984,12 @@
|
|
|
1984
1984
|
type: i0.Output
|
|
1985
1985
|
}] } });
|
|
1986
1986
|
|
|
1987
|
-
var
|
|
1987
|
+
var APP_LINKS = new i0.InjectionToken('APP_LINKS');
|
|
1988
|
+
var APP_NOTIFICATIONS = new i0.InjectionToken('APP_NOTIFICATIONS');
|
|
1989
|
+
var SHELL_CONFIG = new i0.InjectionToken('SHELL_CONFIG');
|
|
1990
|
+
var APP_LANGUAGES = new i0.InjectionToken('APP_LANGUAGES');
|
|
1991
|
+
var LIBTABGROUP_ACCESSOR = new i0.InjectionToken('LibTabGroupAccessor');
|
|
1992
|
+
|
|
1988
1993
|
var LibTabGroupComponent = /** @class */ (function () {
|
|
1989
1994
|
function LibTabGroupComponent() {
|
|
1990
1995
|
/** The inner tabs of the group. */
|
|
@@ -2112,11 +2117,6 @@
|
|
|
2112
2117
|
type: i0.Input
|
|
2113
2118
|
}] } });
|
|
2114
2119
|
|
|
2115
|
-
var APP_LINKS = new i0.InjectionToken('APP_LINKS');
|
|
2116
|
-
var APP_NOTIFICATIONS = new i0.InjectionToken('APP_NOTIFICATIONS');
|
|
2117
|
-
var SHELL_CONFIG = new i0.InjectionToken('SHELL_CONFIG');
|
|
2118
|
-
var APP_LANGUAGES = new i0.InjectionToken('APP_LANGUAGES');
|
|
2119
|
-
|
|
2120
2120
|
var DynamicComponentHostDirective = /** @class */ (function () {
|
|
2121
2121
|
function DynamicComponentHostDirective(viewContainerRef) {
|
|
2122
2122
|
this.viewContainerRef = viewContainerRef;
|