@dytesdk/angular-ui-kit 1.66.1-staging.8 → 1.66.1-staging.9
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/dist/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs +3 -3
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs.map +1 -1
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs +3 -3
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
|
@@ -2130,11 +2130,11 @@ let DyteNameTag = class DyteNameTag {
|
|
|
2130
2130
|
}
|
|
2131
2131
|
};
|
|
2132
2132
|
DyteNameTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteNameTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2133
|
-
DyteNameTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteNameTag, selector: "dyte-name-tag", inputs: { iconPack: "iconPack", isScreenShare: "isScreenShare",
|
|
2133
|
+
DyteNameTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteNameTag, selector: "dyte-name-tag", inputs: { iconPack: "iconPack", isScreenShare: "isScreenShare", meeting: "meeting", participant: "participant", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2134
2134
|
DyteNameTag = __decorate([
|
|
2135
2135
|
ProxyCmp({
|
|
2136
2136
|
defineCustomElementFn: undefined,
|
|
2137
|
-
inputs: ['iconPack', 'isScreenShare', '
|
|
2137
|
+
inputs: ['iconPack', 'isScreenShare', 'meeting', 'participant', 'size', 't', 'variant']
|
|
2138
2138
|
})
|
|
2139
2139
|
], DyteNameTag);
|
|
2140
2140
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteNameTag, decorators: [{
|
|
@@ -2143,7 +2143,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2143
2143
|
selector: 'dyte-name-tag',
|
|
2144
2144
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2145
2145
|
template: '<ng-content></ng-content>',
|
|
2146
|
-
inputs: ['iconPack', 'isScreenShare', '
|
|
2146
|
+
inputs: ['iconPack', 'isScreenShare', 'meeting', 'participant', 'size', 't', 'variant']
|
|
2147
2147
|
}]
|
|
2148
2148
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2149
2149
|
let DyteNetworkIndicator = class DyteNetworkIndicator {
|