@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,5 +1,5 @@
1
1
  import { Container } from '@webprovisions/platform';
2
- export declare type FavoritePlatform = {
2
+ export type FavoritePlatform = {
3
3
  add: (guideId: string) => Promise<string[]>;
4
4
  remove: (guideId: string) => Promise<string[]>;
5
5
  clear: () => Promise<string[]>;
@@ -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 declare type FavoritePluginSettings = {};
4
+ export type FavoritePluginSettings = {};
5
5
  export default class FavoritePlugin extends Plugin {
6
6
  settings: FavoritePluginSettings;
7
7
  handler: FavoritePlatform;
@@ -1,6 +1,6 @@
1
1
  import { Plugin } from '@telia-ace/knowledge-widget-core';
2
2
  import { Container } from '@webprovisions/platform';
3
- declare type Settings = {
3
+ type Settings = {
4
4
  initialCss?: string;
5
5
  };
6
6
  /**
@@ -1,11 +1,11 @@
1
1
  import { Plugin } from '@telia-ace/knowledge-widget-core';
2
2
  import { Container } from '@webprovisions/platform';
3
- export declare type Settings = {
3
+ export type Settings = {
4
4
  denyAutoExpandContactMethods?: string;
5
5
  hideBackOnSingleContactMethod?: boolean;
6
6
  searchToGuideListArrowKeyNavigation?: boolean;
7
7
  };
8
- export declare type Listerners = {
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.36-next.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.9-next.0",
25
- "@telia-ace/knowledge-widget-adapters": "^1.0.34-next.0",
26
- "@telia-ace/knowledge-widget-core": "^1.0.24-next.0",
27
- "@telia-ace/knowledge-widget-types-grid": "^1.0.35-next.0",
28
- "@telia-ace/knowledge-widget-ui": "^1.0.30-next.0",
29
- "@telia-ace/widget-routing": "^1.0.18",
30
- "@telia-ace/widget-services": "^1.0.17",
31
- "@telia-ace/widget-utilities": "^1.0.6",
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": {