@telia-ace/knowledge-widget-plugins 1.0.36-next.0 → 1.0.42-next.0
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Plugin } from '@telia-ace/knowledge-widget-core';
|
|
2
2
|
import { Container } from '@webprovisions/platform';
|
|
3
3
|
import { FavoritePlatform } from './favorite-platform';
|
|
4
|
-
export
|
|
4
|
+
export type FavoritePluginSettings = {};
|
|
5
5
|
export default class FavoritePlugin extends Plugin {
|
|
6
6
|
settings: FavoritePluginSettings;
|
|
7
7
|
handler: FavoritePlatform;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Plugin } from '@telia-ace/knowledge-widget-core';
|
|
2
2
|
import { Container } from '@webprovisions/platform';
|
|
3
|
-
export
|
|
3
|
+
export type Settings = {
|
|
4
4
|
denyAutoExpandContactMethods?: string;
|
|
5
5
|
hideBackOnSingleContactMethod?: boolean;
|
|
6
6
|
searchToGuideListArrowKeyNavigation?: boolean;
|
|
7
7
|
};
|
|
8
|
-
export
|
|
8
|
+
export type Listerners = {
|
|
9
9
|
parent: HTMLElement | Window;
|
|
10
10
|
handler: (...args: any[]) => void;
|
|
11
11
|
type: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/knowledge-widget-plugins",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.42-next.0",
|
|
4
4
|
"description": "Plugins for ACE Knowledge Widgets.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "Telia Company AB",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@telia-ace/knowledge-resource-loader": "^1.0.
|
|
25
|
-
"@telia-ace/knowledge-widget-adapters": "^1.0.
|
|
26
|
-
"@telia-ace/knowledge-widget-core": "^1.0.
|
|
27
|
-
"@telia-ace/knowledge-widget-types-grid": "^1.0.
|
|
28
|
-
"@telia-ace/knowledge-widget-ui": "^1.0.
|
|
29
|
-
"@telia-ace/widget-routing": "^1.0.
|
|
30
|
-
"@telia-ace/widget-services": "^1.0.
|
|
31
|
-
"@telia-ace/widget-utilities": "^1.0.
|
|
24
|
+
"@telia-ace/knowledge-resource-loader": "^1.0.15-next.0",
|
|
25
|
+
"@telia-ace/knowledge-widget-adapters": "^1.0.40-next.0",
|
|
26
|
+
"@telia-ace/knowledge-widget-core": "^1.0.30-next.0",
|
|
27
|
+
"@telia-ace/knowledge-widget-types-grid": "^1.0.41-next.0",
|
|
28
|
+
"@telia-ace/knowledge-widget-ui": "^1.0.36-next.0",
|
|
29
|
+
"@telia-ace/widget-routing": "^1.0.19-next.7",
|
|
30
|
+
"@telia-ace/widget-services": "^1.0.18-next.7",
|
|
31
|
+
"@telia-ace/widget-utilities": "^1.0.7-next.7",
|
|
32
32
|
"@webprovisions/platform": "^1.1.2"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|