@memberjunction/ng-skip-chat 2.122.0 → 2.122.1
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 +18 -16
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.1",
|
|
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,19 +25,22 @@
|
|
|
25
25
|
"@angular/platform-browser": "18.0.2"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@memberjunction/core
|
|
29
|
-
"@memberjunction/core": "2.122.
|
|
30
|
-
"@memberjunction/
|
|
31
|
-
"@memberjunction/
|
|
32
|
-
"@memberjunction/
|
|
33
|
-
"@memberjunction/
|
|
34
|
-
"@memberjunction/
|
|
35
|
-
"@memberjunction/ng-
|
|
36
|
-
"@memberjunction/ng-
|
|
37
|
-
"@memberjunction/ng-
|
|
38
|
-
"@memberjunction/ng-notifications": "2.122.
|
|
39
|
-
"@memberjunction/ng-
|
|
40
|
-
"@memberjunction/ng-
|
|
28
|
+
"@memberjunction/core": "2.122.1",
|
|
29
|
+
"@memberjunction/core-entities": "2.122.1",
|
|
30
|
+
"@memberjunction/data-context": "2.122.1",
|
|
31
|
+
"@memberjunction/global": "2.122.1",
|
|
32
|
+
"@memberjunction/graphql-dataprovider": "2.122.1",
|
|
33
|
+
"@memberjunction/interactive-component-types": "2.122.1",
|
|
34
|
+
"@memberjunction/ng-base-types": "2.122.1",
|
|
35
|
+
"@memberjunction/ng-code-editor": "2.122.1",
|
|
36
|
+
"@memberjunction/ng-container-directives": "2.122.1",
|
|
37
|
+
"@memberjunction/ng-data-context": "2.122.1",
|
|
38
|
+
"@memberjunction/ng-notifications": "2.122.1",
|
|
39
|
+
"@memberjunction/ng-react": "2.122.1",
|
|
40
|
+
"@memberjunction/ng-resource-permissions": "2.122.1",
|
|
41
|
+
"@memberjunction/ng-shared-generic": "2.122.1",
|
|
42
|
+
"@memberjunction/react-runtime": "2.122.1",
|
|
43
|
+
"@memberjunction/skip-types": "2.122.1",
|
|
41
44
|
"@progress/kendo-angular-grid": "16.2.0",
|
|
42
45
|
"@progress/kendo-angular-listview": "16.2.0",
|
|
43
46
|
"@progress/kendo-angular-notification": "16.2.0",
|
|
@@ -49,8 +52,7 @@
|
|
|
49
52
|
"rxjs": "^7.8.1",
|
|
50
53
|
"@angular/cdk": "18.0.2",
|
|
51
54
|
"ngx-markdown": "18.0.0",
|
|
52
|
-
"marked": "^9.1.6"
|
|
53
|
-
"@memberjunction/ng-react": "2.122.0"
|
|
55
|
+
"marked": "^9.1.6"
|
|
54
56
|
},
|
|
55
57
|
"sideEffects": false,
|
|
56
58
|
"repository": {
|