@connectycube/chat-widget-angular 0.39.1 → 0.39.3

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.
@@ -40,10 +40,10 @@ class ConnectyCubeChatWidgetComponent {
40
40
  const reactElement = React.createElement(ConnectyCubeChatWidget, this.props);
41
41
  this.root.render(reactElement);
42
42
  }
43
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ConnectyCubeChatWidgetComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
44
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.0", type: ConnectyCubeChatWidgetComponent, isStandalone: true, selector: "connectycube-chat-widget", inputs: { props: "props" }, usesOnChanges: true, ngImport: i0, template: `<div id="connectycube-chat-widget-root" style="display: contents;"></div>`, isInline: true });
43
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ConnectyCubeChatWidgetComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
44
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: ConnectyCubeChatWidgetComponent, isStandalone: true, selector: "connectycube-chat-widget", inputs: { props: "props" }, usesOnChanges: true, ngImport: i0, template: `<div id="connectycube-chat-widget-root" style="display: contents;"></div>`, isInline: true });
45
45
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ConnectyCubeChatWidgetComponent, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ConnectyCubeChatWidgetComponent, decorators: [{
47
47
  type: Component,
48
48
  args: [{
49
49
  selector: 'connectycube-chat-widget',
@@ -55,11 +55,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
55
55
  }] } });
56
56
 
57
57
  class ConnectyCubeChatWidgetModule {
58
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ConnectyCubeChatWidgetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
59
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: ConnectyCubeChatWidgetModule, imports: [ConnectyCubeChatWidgetComponent], exports: [ConnectyCubeChatWidgetComponent] });
60
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ConnectyCubeChatWidgetModule });
58
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ConnectyCubeChatWidgetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
59
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.5", ngImport: i0, type: ConnectyCubeChatWidgetModule, imports: [ConnectyCubeChatWidgetComponent], exports: [ConnectyCubeChatWidgetComponent] });
60
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ConnectyCubeChatWidgetModule });
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ConnectyCubeChatWidgetModule, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ConnectyCubeChatWidgetModule, decorators: [{
63
63
  type: NgModule,
64
64
  args: [{
65
65
  imports: [ConnectyCubeChatWidgetComponent],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectycube/chat-widget-angular",
3
- "version": "0.39.1",
3
+ "version": "0.39.3",
4
4
  "description": "A customizable Angular chat widget built on the ConnectyCube platform, enabling real-time messaging, calls, and user engagement in any web app.",
5
5
  "license": "GPL-3.0-only",
6
6
  "homepage": "https://github.com/ConnectyCube/connectycube-chat-widget/packages/chat-widget-angular#readme",
@@ -36,14 +36,10 @@
36
36
  "types": "./dist/types/connectycube-chat-widget.d.ts",
37
37
  "exports": {
38
38
  ".": {
39
- "types": "./dist/types/connectycube-chat-widget.d.ts",
40
- "import": "./dist/fesm2022/connectycube-chat-widget.mjs",
41
- "default": "./dist/fesm2022/connectycube-chat-widget.mjs"
39
+ "import": "./dist/fesm2022/connectycube-chat-widget.mjs"
42
40
  },
43
41
  "./react18": {
44
- "types": "./dist/types/connectycube-chat-widget.d.ts",
45
- "import": "./dist/fesm2022/connectycube-chat-widget.mjs",
46
- "default": "./dist/fesm2022/connectycube-chat-widget.mjs"
42
+ "import": "./dist/fesm2022/connectycube-chat-widget.mjs"
47
43
  }
48
44
  },
49
45
  "files": [
@@ -56,11 +52,13 @@
56
52
  "react-dom": ">=18"
57
53
  },
58
54
  "dependencies": {
59
- "@connectycube/chat-widget": "0.39.1"
55
+ "@connectycube/chat-widget": "0.39.3"
60
56
  },
61
57
  "devDependencies": {
58
+ "@angular/common": "^21.1.4",
59
+ "@angular/core": "^21.1.4",
62
60
  "@connectycube/chat-widget": "file:../chat-widget",
63
- "@types/react": "^19.2.8",
61
+ "@types/react": "^19.2.14",
64
62
  "@types/react-dom": "^19.2.3",
65
63
  "ng-packagr": "^21.1.0",
66
64
  "typescript": "^5.9.3"