@memberjunction/ng-skip-chat 2.122.0 → 2.122.2
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/public-api.d.ts +1 -0
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +1 -0
- package/dist/public-api.js.map +1 -1
- package/package.json +31 -23
package/dist/public-api.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export * from './lib/skip-single-message/skip-single-message.component';
|
|
|
4
4
|
export * from './lib/dynamic-report/skip-dynamic-report-wrapper';
|
|
5
5
|
export * from './lib/dynamic-report/linear-report';
|
|
6
6
|
export * from './lib/dynamic-report/dynamic-ui-component';
|
|
7
|
+
export * from './lib/dynamic-report/base-report';
|
|
7
8
|
export * from './lib/report-cache';
|
|
8
9
|
export * from './lib/drill-down-info';
|
|
9
10
|
export * from './lib/split-panel/skip-split-panel.component';
|
package/dist/public-api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAGA,cAAc,cAAc,CAAC;AAC7B,cAAc,qCAAqC,CAAC;AACpD,cAAc,yDAAyD,CAAC;AACxE,cAAc,kDAAkD,CAAC;AACjE,cAAc,oCAAoC,CAAC;AACnD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kDAAkD,CAAC;AACjE,cAAc,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAGA,cAAc,cAAc,CAAC;AAC7B,cAAc,qCAAqC,CAAC;AACpD,cAAc,yDAAyD,CAAC;AACxE,cAAc,kDAAkD,CAAC;AACjE,cAAc,oCAAoC,CAAC;AACnD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,kCAAkC,CAAC;AACjD,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kDAAkD,CAAC;AACjE,cAAc,gCAAgC,CAAC"}
|
package/dist/public-api.js
CHANGED
|
@@ -7,6 +7,7 @@ export * from './lib/skip-single-message/skip-single-message.component';
|
|
|
7
7
|
export * from './lib/dynamic-report/skip-dynamic-report-wrapper';
|
|
8
8
|
export * from './lib/dynamic-report/linear-report';
|
|
9
9
|
export * from './lib/dynamic-report/dynamic-ui-component';
|
|
10
|
+
export * from './lib/dynamic-report/base-report';
|
|
10
11
|
export * from './lib/report-cache';
|
|
11
12
|
export * from './lib/drill-down-info';
|
|
12
13
|
export * from './lib/split-panel/skip-split-panel.component';
|
package/dist/public-api.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,cAAc,CAAC;AAC7B,cAAc,qCAAqC,CAAC;AACpD,cAAc,yDAAyD,CAAC;AACxE,cAAc,kDAAkD,CAAC;AACjE,cAAc,oCAAoC,CAAC;AACnD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kDAAkD,CAAC;AACjE,cAAc,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,cAAc,CAAC;AAC7B,cAAc,qCAAqC,CAAC;AACpD,cAAc,yDAAyD,CAAC;AACxE,cAAc,kDAAkD,CAAC;AACjE,cAAc,oCAAoC,CAAC;AACnD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,kCAAkC,CAAC;AACjD,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kDAAkD,CAAC;AACjE,cAAc,gCAAgC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-skip-chat",
|
|
3
|
-
"version": "2.122.
|
|
3
|
+
"version": "2.122.2",
|
|
4
4
|
"description": "MemberJunction: Simple Skip Chat components usable in any Angular project",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -25,32 +25,40 @@
|
|
|
25
25
|
"@angular/platform-browser": "18.0.2"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@
|
|
29
|
-
"@
|
|
30
|
-
"@
|
|
31
|
-
"@memberjunction/
|
|
32
|
-
"@memberjunction/
|
|
33
|
-
"@memberjunction/
|
|
34
|
-
"@memberjunction/
|
|
35
|
-
"@memberjunction/
|
|
36
|
-
"@memberjunction/
|
|
37
|
-
"@memberjunction/ng-base-types": "2.122.
|
|
38
|
-
"@memberjunction/ng-
|
|
39
|
-
"@memberjunction/ng-
|
|
40
|
-
"@memberjunction/ng-
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
28
|
+
"@angular/cdk": "18.0.2",
|
|
29
|
+
"@angular/router": "18.0.2",
|
|
30
|
+
"@codemirror/view": "latest",
|
|
31
|
+
"@memberjunction/core": "2.122.2",
|
|
32
|
+
"@memberjunction/core-entities": "2.122.2",
|
|
33
|
+
"@memberjunction/data-context": "2.122.2",
|
|
34
|
+
"@memberjunction/global": "2.122.2",
|
|
35
|
+
"@memberjunction/graphql-dataprovider": "2.122.2",
|
|
36
|
+
"@memberjunction/interactive-component-types": "2.122.2",
|
|
37
|
+
"@memberjunction/ng-base-types": "2.122.2",
|
|
38
|
+
"@memberjunction/ng-code-editor": "2.122.2",
|
|
39
|
+
"@memberjunction/ng-container-directives": "2.122.2",
|
|
40
|
+
"@memberjunction/ng-data-context": "2.122.2",
|
|
41
|
+
"@memberjunction/ng-notifications": "2.122.2",
|
|
42
|
+
"@memberjunction/ng-react": "2.122.2",
|
|
43
|
+
"@memberjunction/ng-resource-permissions": "2.122.2",
|
|
44
|
+
"@memberjunction/ng-shared-generic": "2.122.2",
|
|
45
|
+
"@memberjunction/react-runtime": "2.122.2",
|
|
46
|
+
"@memberjunction/skip-types": "2.122.2",
|
|
47
|
+
"@progress/kendo-angular-buttons": "16.2.0",
|
|
44
48
|
"@progress/kendo-angular-dialog": "16.2.0",
|
|
49
|
+
"@progress/kendo-angular-dropdowns": "16.2.0",
|
|
50
|
+
"@progress/kendo-angular-excel-export": "16.2.0",
|
|
51
|
+
"@progress/kendo-angular-grid": "16.2.0",
|
|
52
|
+
"@progress/kendo-angular-indicators": "16.2.0",
|
|
53
|
+
"@progress/kendo-angular-inputs": "16.2.0",
|
|
45
54
|
"@progress/kendo-angular-label": "16.2.0",
|
|
46
55
|
"@progress/kendo-angular-layout": "16.2.0",
|
|
47
|
-
"@progress/kendo-angular-
|
|
48
|
-
"
|
|
49
|
-
"rxjs": "^7.8.1",
|
|
50
|
-
"@angular/cdk": "18.0.2",
|
|
51
|
-
"ngx-markdown": "18.0.0",
|
|
56
|
+
"@progress/kendo-angular-listview": "16.2.0",
|
|
57
|
+
"@progress/kendo-angular-notification": "16.2.0",
|
|
52
58
|
"marked": "^9.1.6",
|
|
53
|
-
"
|
|
59
|
+
"ngx-markdown": "18.0.0",
|
|
60
|
+
"rxjs": "^7.8.1",
|
|
61
|
+
"tslib": "^2.3.0"
|
|
54
62
|
},
|
|
55
63
|
"sideEffects": false,
|
|
56
64
|
"repository": {
|