@telia-ace/knowledge-widget-components-guide 1.0.27 → 1.0.28-next.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/answer-version-picker.d.ts +1 -1
- package/dist/categories.d.ts +1 -1
- package/dist/feedback.d.ts +1 -1
- package/dist/functions.d.ts +2 -2
- package/dist/guide-component.d.ts +4 -4
- package/dist/guide.d.ts +1 -1
- package/dist/languages.d.ts +2 -2
- package/dist/toolbar.d.ts +1 -1
- package/package.json +10 -10
package/dist/categories.d.ts
CHANGED
package/dist/feedback.d.ts
CHANGED
package/dist/functions.d.ts
CHANGED
|
@@ -2,11 +2,11 @@ import { PickerTypes } from '@telia-ace/knowledge-widget-core';
|
|
|
2
2
|
import { DispatchAction } from '@telia-ace/knowledge-widget-ui';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { GuideProps } from './guide-component';
|
|
5
|
-
export
|
|
5
|
+
export type FunctionListItem = {
|
|
6
6
|
type: string;
|
|
7
7
|
child: React.ReactNode;
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
type Props = {
|
|
10
10
|
header?: string;
|
|
11
11
|
tooltip?: string;
|
|
12
12
|
printActionLabel?: string;
|
|
@@ -4,7 +4,7 @@ import { DialogItem, PickerTypes } from '@telia-ace/knowledge-widget-core';
|
|
|
4
4
|
import { DataError } from '@telia-ace/knowledge-widget-types-grid';
|
|
5
5
|
import { FormComponentInstanceProperties } from '@telia-ace/widget-forms';
|
|
6
6
|
import { Container } from '@webprovisions/platform';
|
|
7
|
-
export
|
|
7
|
+
export type GuideProps = {
|
|
8
8
|
id: string;
|
|
9
9
|
title: string;
|
|
10
10
|
body: string;
|
|
@@ -24,11 +24,11 @@ export declare type GuideProps = {
|
|
|
24
24
|
modifiedBy?: string | null;
|
|
25
25
|
perspective: string | null;
|
|
26
26
|
};
|
|
27
|
-
export
|
|
27
|
+
export type AvailablePerspectives = {
|
|
28
28
|
name: string;
|
|
29
29
|
title: string;
|
|
30
30
|
};
|
|
31
|
-
export
|
|
31
|
+
export type GuideComponentProps = {
|
|
32
32
|
showHeader?: boolean;
|
|
33
33
|
showFeedback?: boolean;
|
|
34
34
|
feedbackDirection?: 'horizontal' | 'vertical';
|
|
@@ -57,7 +57,7 @@ export declare type GuideComponentProps = {
|
|
|
57
57
|
error?: DataError;
|
|
58
58
|
availablePerspectives?: AvailablePerspectives[];
|
|
59
59
|
} & FormComponentInstanceProperties & FavoriteProperties & MetaDataProperties & LanguageProperties;
|
|
60
|
-
export
|
|
60
|
+
export type ToolbarProps = {
|
|
61
61
|
language?: boolean;
|
|
62
62
|
guideCategories?: boolean;
|
|
63
63
|
allowCopy?: boolean;
|
package/dist/guide.d.ts
CHANGED
package/dist/languages.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ import { LanguageProperties } from '@telia-ace/knowledge-widget-component-utilit
|
|
|
2
2
|
import { PickerTypes } from '@telia-ace/knowledge-widget-core';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { GuideProps } from './guide-component';
|
|
5
|
-
export
|
|
5
|
+
export type LanguageListItem = {
|
|
6
6
|
id: string;
|
|
7
7
|
key: string;
|
|
8
8
|
label: string;
|
|
9
9
|
};
|
|
10
|
-
|
|
10
|
+
type Props = Merge<{
|
|
11
11
|
header?: string;
|
|
12
12
|
tooltip?: string;
|
|
13
13
|
guide: GuideProps;
|
package/dist/toolbar.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/knowledge-widget-components-guide",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28-next.1",
|
|
4
4
|
"description": "Guide component 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-widget-adapters": "^1.0.
|
|
25
|
-
"@telia-ace/knowledge-widget-component-utilities": "^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-forms": "^1.0.
|
|
30
|
-
"@telia-ace/widget-routing": "^1.0.
|
|
31
|
-
"@telia-ace/widget-utilities": "^1.0.
|
|
24
|
+
"@telia-ace/knowledge-widget-adapters": "^1.0.34-next.1",
|
|
25
|
+
"@telia-ace/knowledge-widget-component-utilities": "^1.0.28-next.1",
|
|
26
|
+
"@telia-ace/knowledge-widget-core": "^1.0.24-next.1",
|
|
27
|
+
"@telia-ace/knowledge-widget-types-grid": "^1.0.35-next.1",
|
|
28
|
+
"@telia-ace/knowledge-widget-ui": "^1.0.30-next.1",
|
|
29
|
+
"@telia-ace/widget-forms": "^1.0.25-next.1",
|
|
30
|
+
"@telia-ace/widget-routing": "^1.0.19-next.1",
|
|
31
|
+
"@telia-ace/widget-utilities": "^1.0.7-next.1",
|
|
32
32
|
"@webprovisions/platform": "^1.1.2",
|
|
33
33
|
"clipboard-polyfill": "4.0.0-rc1"
|
|
34
34
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@emotion/react": "^11.10.5",
|
|
43
43
|
"@emotion/styled": "^11.10.5",
|
|
44
44
|
"@types/react": "^18.0.25",
|
|
45
|
-
"@types/react-dom": "^18.0.
|
|
45
|
+
"@types/react-dom": "^18.0.9",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"react-dom": "^18.2.0"
|
|
48
48
|
},
|