@deepdesk/deepdesk-sdk 11.2.1-beta.1 → 11.2.1-beta.3
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/index.cjs.js +2 -2
- package/dist/index.d.mts +38 -25
- package/dist/index.d.ts +38 -25
- package/dist/index.esm.js +2 -2
- package/dist/index.iife.js +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _reduxjs_toolkit_dist_configureStore from '@reduxjs/toolkit/dist/con
|
|
|
4
4
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
5
5
|
import { Middleware } from '@reduxjs/toolkit';
|
|
6
6
|
|
|
7
|
-
declare const styles$
|
|
7
|
+
declare const styles$m: {
|
|
8
8
|
readonly "root": string;
|
|
9
9
|
readonly "imageWrapper": string;
|
|
10
10
|
readonly "image": string;
|
|
@@ -33,10 +33,10 @@ interface CardComposition {
|
|
|
33
33
|
Content: FC<ContentProps>;
|
|
34
34
|
Title: FC<TitleProps>;
|
|
35
35
|
}
|
|
36
|
-
type CardStyles = typeof styles$
|
|
36
|
+
type CardStyles = typeof styles$m;
|
|
37
37
|
declare const Card: FC & CardComposition;
|
|
38
38
|
|
|
39
|
-
declare const styles$
|
|
39
|
+
declare const styles$l: {
|
|
40
40
|
readonly "root": string;
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -51,18 +51,18 @@ type Props$6 = HTMLAttributes<HTMLSpanElement> & {
|
|
|
51
51
|
className?: string;
|
|
52
52
|
keyCode: KeyboardHintKey;
|
|
53
53
|
};
|
|
54
|
-
type KeyboardHintStyles = typeof styles$
|
|
54
|
+
type KeyboardHintStyles = typeof styles$l;
|
|
55
55
|
declare const KeyboardHint: React.FC<Props$6>;
|
|
56
56
|
|
|
57
|
-
declare const styles$
|
|
57
|
+
declare const styles$k: {
|
|
58
58
|
readonly "root": string;
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
type Props$5 = HTMLAttributes<HTMLSpanElement>;
|
|
62
|
-
type LabelStyles = typeof styles$
|
|
62
|
+
type LabelStyles = typeof styles$k;
|
|
63
63
|
declare const Label: React.FC<Props$5>;
|
|
64
64
|
|
|
65
|
-
declare const styles$
|
|
65
|
+
declare const styles$j: {
|
|
66
66
|
readonly "root": string;
|
|
67
67
|
readonly "subTitleContainer": string;
|
|
68
68
|
readonly "subtitle": string;
|
|
@@ -73,10 +73,10 @@ type Props$4 = HTMLAttributes<HTMLElement> & {
|
|
|
73
73
|
type: string;
|
|
74
74
|
title?: string;
|
|
75
75
|
};
|
|
76
|
-
type SectionStyles = typeof styles$
|
|
76
|
+
type SectionStyles = typeof styles$j;
|
|
77
77
|
declare const Section: React.FC<Props$4>;
|
|
78
78
|
|
|
79
|
-
declare const styles$
|
|
79
|
+
declare const styles$i: {
|
|
80
80
|
readonly "root": string;
|
|
81
81
|
};
|
|
82
82
|
|
|
@@ -84,10 +84,10 @@ type Props$3 = {
|
|
|
84
84
|
className?: string;
|
|
85
85
|
children?: React.ReactNode;
|
|
86
86
|
};
|
|
87
|
-
type SectionListStyles = typeof styles$
|
|
87
|
+
type SectionListStyles = typeof styles$i;
|
|
88
88
|
declare const SectionList: React.ForwardRefExoticComponent<Props$3 & React.RefAttributes<HTMLDivElement>>;
|
|
89
89
|
|
|
90
|
-
declare const styles$
|
|
90
|
+
declare const styles$h: {
|
|
91
91
|
readonly "root": string;
|
|
92
92
|
readonly "fadein": string;
|
|
93
93
|
readonly "isClickable": string;
|
|
@@ -138,21 +138,21 @@ interface SuggestionComposition {
|
|
|
138
138
|
Labels: FC<LabelProps>;
|
|
139
139
|
IconButton: FC<IconButtonProps>;
|
|
140
140
|
}
|
|
141
|
-
type SuggestionStyles = typeof styles$
|
|
141
|
+
type SuggestionStyles = typeof styles$h;
|
|
142
142
|
declare const Suggestion: ForwardRefExoticComponent<Props$2 & RefAttributes<any>> & SuggestionComposition;
|
|
143
143
|
|
|
144
|
-
declare const styles$
|
|
144
|
+
declare const styles$g: {
|
|
145
145
|
readonly "root": string;
|
|
146
146
|
readonly "isWithDivider": string;
|
|
147
147
|
};
|
|
148
148
|
|
|
149
|
-
type SuggestionListStyles = typeof styles$
|
|
149
|
+
type SuggestionListStyles = typeof styles$g;
|
|
150
150
|
interface Props$1 {
|
|
151
151
|
withDivider?: boolean;
|
|
152
152
|
}
|
|
153
153
|
declare const SuggestionList: React.FC<Props$1>;
|
|
154
154
|
|
|
155
|
-
declare const styles$
|
|
155
|
+
declare const styles$f: {
|
|
156
156
|
readonly "root": string;
|
|
157
157
|
readonly "isCollapsed": string;
|
|
158
158
|
};
|
|
@@ -161,7 +161,7 @@ type Props = HTMLAttributes<HTMLButtonElement> & {
|
|
|
161
161
|
isCollapsed: boolean;
|
|
162
162
|
title: string;
|
|
163
163
|
};
|
|
164
|
-
type ToggleButtonStyles = typeof styles$
|
|
164
|
+
type ToggleButtonStyles = typeof styles$f;
|
|
165
165
|
declare const ToggleButton: React.FC<Props>;
|
|
166
166
|
|
|
167
167
|
declare enum Sources {
|
|
@@ -1082,7 +1082,8 @@ declare namespace Server {
|
|
|
1082
1082
|
id: number;
|
|
1083
1083
|
code: string;
|
|
1084
1084
|
name: string;
|
|
1085
|
-
|
|
1085
|
+
customer_instruction: string;
|
|
1086
|
+
do_not_know_answer?: string;
|
|
1086
1087
|
urls: Array<string>;
|
|
1087
1088
|
files: Array<string>;
|
|
1088
1089
|
has_changes: boolean;
|
|
@@ -1568,7 +1569,7 @@ interface TextSuggestionState {
|
|
|
1568
1569
|
[type: string]: SuggestionState;
|
|
1569
1570
|
}
|
|
1570
1571
|
|
|
1571
|
-
declare const styles$
|
|
1572
|
+
declare const styles$e: {
|
|
1572
1573
|
readonly "isDisabled": string;
|
|
1573
1574
|
readonly "buttonStart": string;
|
|
1574
1575
|
readonly "root": string;
|
|
@@ -1579,9 +1580,9 @@ declare const styles$d: {
|
|
|
1579
1580
|
readonly "isAborted": string;
|
|
1580
1581
|
};
|
|
1581
1582
|
|
|
1582
|
-
type AutoflowStyles = typeof styles$
|
|
1583
|
+
type AutoflowStyles = typeof styles$e;
|
|
1583
1584
|
|
|
1584
|
-
declare const styles$
|
|
1585
|
+
declare const styles$d: {
|
|
1585
1586
|
readonly "root": string;
|
|
1586
1587
|
readonly "list": string;
|
|
1587
1588
|
readonly "listWrapper": string;
|
|
@@ -1629,21 +1630,32 @@ declare const styles$c: {
|
|
|
1629
1630
|
readonly "actionShortcutFixKerning": string;
|
|
1630
1631
|
};
|
|
1631
1632
|
|
|
1632
|
-
type CommandPaletteStyles = typeof styles$
|
|
1633
|
+
type CommandPaletteStyles = typeof styles$d;
|
|
1633
1634
|
|
|
1634
|
-
declare const styles$
|
|
1635
|
+
declare const styles$c: {
|
|
1635
1636
|
readonly "root": string;
|
|
1636
1637
|
readonly "content": string;
|
|
1637
1638
|
};
|
|
1638
1639
|
|
|
1639
|
-
type DialogStyles = typeof styles$
|
|
1640
|
+
type DialogStyles = typeof styles$c;
|
|
1640
1641
|
|
|
1641
|
-
declare const styles$
|
|
1642
|
+
declare const styles$b: {
|
|
1642
1643
|
readonly "root": string;
|
|
1643
1644
|
readonly "empty": string;
|
|
1644
1645
|
};
|
|
1645
1646
|
|
|
1646
|
-
type EntitiesListStyles = typeof styles$
|
|
1647
|
+
type EntitiesListStyles = typeof styles$b;
|
|
1648
|
+
|
|
1649
|
+
declare const styles$a: {
|
|
1650
|
+
readonly "root": string;
|
|
1651
|
+
readonly "entity": string;
|
|
1652
|
+
readonly "entityText": string;
|
|
1653
|
+
readonly "iconWrapper": string;
|
|
1654
|
+
readonly "icon": string;
|
|
1655
|
+
readonly "iconClicked": string;
|
|
1656
|
+
};
|
|
1657
|
+
|
|
1658
|
+
type EntitiesWidgetListStyles = typeof styles$a;
|
|
1647
1659
|
|
|
1648
1660
|
declare const styles$9: {
|
|
1649
1661
|
readonly "root": string;
|
|
@@ -1778,6 +1790,7 @@ type WidgetCustomStyles = {
|
|
|
1778
1790
|
Suggestion?: Partial<SuggestionStyles>;
|
|
1779
1791
|
SuggestionList?: Partial<SuggestionListStyles>;
|
|
1780
1792
|
Widget?: Partial<WidgetStyles>;
|
|
1793
|
+
EntitiesWidgetList?: Partial<EntitiesWidgetListStyles>;
|
|
1781
1794
|
};
|
|
1782
1795
|
type InputOverlayCustomStyles = {
|
|
1783
1796
|
CommandPalette?: Partial<CommandPaletteStyles>;
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _reduxjs_toolkit_dist_configureStore from '@reduxjs/toolkit/dist/con
|
|
|
4
4
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
5
5
|
import { Middleware } from '@reduxjs/toolkit';
|
|
6
6
|
|
|
7
|
-
declare const styles$
|
|
7
|
+
declare const styles$m: {
|
|
8
8
|
readonly "root": string;
|
|
9
9
|
readonly "imageWrapper": string;
|
|
10
10
|
readonly "image": string;
|
|
@@ -33,10 +33,10 @@ interface CardComposition {
|
|
|
33
33
|
Content: FC<ContentProps>;
|
|
34
34
|
Title: FC<TitleProps>;
|
|
35
35
|
}
|
|
36
|
-
type CardStyles = typeof styles$
|
|
36
|
+
type CardStyles = typeof styles$m;
|
|
37
37
|
declare const Card: FC & CardComposition;
|
|
38
38
|
|
|
39
|
-
declare const styles$
|
|
39
|
+
declare const styles$l: {
|
|
40
40
|
readonly "root": string;
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -51,18 +51,18 @@ type Props$6 = HTMLAttributes<HTMLSpanElement> & {
|
|
|
51
51
|
className?: string;
|
|
52
52
|
keyCode: KeyboardHintKey;
|
|
53
53
|
};
|
|
54
|
-
type KeyboardHintStyles = typeof styles$
|
|
54
|
+
type KeyboardHintStyles = typeof styles$l;
|
|
55
55
|
declare const KeyboardHint: React.FC<Props$6>;
|
|
56
56
|
|
|
57
|
-
declare const styles$
|
|
57
|
+
declare const styles$k: {
|
|
58
58
|
readonly "root": string;
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
type Props$5 = HTMLAttributes<HTMLSpanElement>;
|
|
62
|
-
type LabelStyles = typeof styles$
|
|
62
|
+
type LabelStyles = typeof styles$k;
|
|
63
63
|
declare const Label: React.FC<Props$5>;
|
|
64
64
|
|
|
65
|
-
declare const styles$
|
|
65
|
+
declare const styles$j: {
|
|
66
66
|
readonly "root": string;
|
|
67
67
|
readonly "subTitleContainer": string;
|
|
68
68
|
readonly "subtitle": string;
|
|
@@ -73,10 +73,10 @@ type Props$4 = HTMLAttributes<HTMLElement> & {
|
|
|
73
73
|
type: string;
|
|
74
74
|
title?: string;
|
|
75
75
|
};
|
|
76
|
-
type SectionStyles = typeof styles$
|
|
76
|
+
type SectionStyles = typeof styles$j;
|
|
77
77
|
declare const Section: React.FC<Props$4>;
|
|
78
78
|
|
|
79
|
-
declare const styles$
|
|
79
|
+
declare const styles$i: {
|
|
80
80
|
readonly "root": string;
|
|
81
81
|
};
|
|
82
82
|
|
|
@@ -84,10 +84,10 @@ type Props$3 = {
|
|
|
84
84
|
className?: string;
|
|
85
85
|
children?: React.ReactNode;
|
|
86
86
|
};
|
|
87
|
-
type SectionListStyles = typeof styles$
|
|
87
|
+
type SectionListStyles = typeof styles$i;
|
|
88
88
|
declare const SectionList: React.ForwardRefExoticComponent<Props$3 & React.RefAttributes<HTMLDivElement>>;
|
|
89
89
|
|
|
90
|
-
declare const styles$
|
|
90
|
+
declare const styles$h: {
|
|
91
91
|
readonly "root": string;
|
|
92
92
|
readonly "fadein": string;
|
|
93
93
|
readonly "isClickable": string;
|
|
@@ -138,21 +138,21 @@ interface SuggestionComposition {
|
|
|
138
138
|
Labels: FC<LabelProps>;
|
|
139
139
|
IconButton: FC<IconButtonProps>;
|
|
140
140
|
}
|
|
141
|
-
type SuggestionStyles = typeof styles$
|
|
141
|
+
type SuggestionStyles = typeof styles$h;
|
|
142
142
|
declare const Suggestion: ForwardRefExoticComponent<Props$2 & RefAttributes<any>> & SuggestionComposition;
|
|
143
143
|
|
|
144
|
-
declare const styles$
|
|
144
|
+
declare const styles$g: {
|
|
145
145
|
readonly "root": string;
|
|
146
146
|
readonly "isWithDivider": string;
|
|
147
147
|
};
|
|
148
148
|
|
|
149
|
-
type SuggestionListStyles = typeof styles$
|
|
149
|
+
type SuggestionListStyles = typeof styles$g;
|
|
150
150
|
interface Props$1 {
|
|
151
151
|
withDivider?: boolean;
|
|
152
152
|
}
|
|
153
153
|
declare const SuggestionList: React.FC<Props$1>;
|
|
154
154
|
|
|
155
|
-
declare const styles$
|
|
155
|
+
declare const styles$f: {
|
|
156
156
|
readonly "root": string;
|
|
157
157
|
readonly "isCollapsed": string;
|
|
158
158
|
};
|
|
@@ -161,7 +161,7 @@ type Props = HTMLAttributes<HTMLButtonElement> & {
|
|
|
161
161
|
isCollapsed: boolean;
|
|
162
162
|
title: string;
|
|
163
163
|
};
|
|
164
|
-
type ToggleButtonStyles = typeof styles$
|
|
164
|
+
type ToggleButtonStyles = typeof styles$f;
|
|
165
165
|
declare const ToggleButton: React.FC<Props>;
|
|
166
166
|
|
|
167
167
|
declare enum Sources {
|
|
@@ -1082,7 +1082,8 @@ declare namespace Server {
|
|
|
1082
1082
|
id: number;
|
|
1083
1083
|
code: string;
|
|
1084
1084
|
name: string;
|
|
1085
|
-
|
|
1085
|
+
customer_instruction: string;
|
|
1086
|
+
do_not_know_answer?: string;
|
|
1086
1087
|
urls: Array<string>;
|
|
1087
1088
|
files: Array<string>;
|
|
1088
1089
|
has_changes: boolean;
|
|
@@ -1568,7 +1569,7 @@ interface TextSuggestionState {
|
|
|
1568
1569
|
[type: string]: SuggestionState;
|
|
1569
1570
|
}
|
|
1570
1571
|
|
|
1571
|
-
declare const styles$
|
|
1572
|
+
declare const styles$e: {
|
|
1572
1573
|
readonly "isDisabled": string;
|
|
1573
1574
|
readonly "buttonStart": string;
|
|
1574
1575
|
readonly "root": string;
|
|
@@ -1579,9 +1580,9 @@ declare const styles$d: {
|
|
|
1579
1580
|
readonly "isAborted": string;
|
|
1580
1581
|
};
|
|
1581
1582
|
|
|
1582
|
-
type AutoflowStyles = typeof styles$
|
|
1583
|
+
type AutoflowStyles = typeof styles$e;
|
|
1583
1584
|
|
|
1584
|
-
declare const styles$
|
|
1585
|
+
declare const styles$d: {
|
|
1585
1586
|
readonly "root": string;
|
|
1586
1587
|
readonly "list": string;
|
|
1587
1588
|
readonly "listWrapper": string;
|
|
@@ -1629,21 +1630,32 @@ declare const styles$c: {
|
|
|
1629
1630
|
readonly "actionShortcutFixKerning": string;
|
|
1630
1631
|
};
|
|
1631
1632
|
|
|
1632
|
-
type CommandPaletteStyles = typeof styles$
|
|
1633
|
+
type CommandPaletteStyles = typeof styles$d;
|
|
1633
1634
|
|
|
1634
|
-
declare const styles$
|
|
1635
|
+
declare const styles$c: {
|
|
1635
1636
|
readonly "root": string;
|
|
1636
1637
|
readonly "content": string;
|
|
1637
1638
|
};
|
|
1638
1639
|
|
|
1639
|
-
type DialogStyles = typeof styles$
|
|
1640
|
+
type DialogStyles = typeof styles$c;
|
|
1640
1641
|
|
|
1641
|
-
declare const styles$
|
|
1642
|
+
declare const styles$b: {
|
|
1642
1643
|
readonly "root": string;
|
|
1643
1644
|
readonly "empty": string;
|
|
1644
1645
|
};
|
|
1645
1646
|
|
|
1646
|
-
type EntitiesListStyles = typeof styles$
|
|
1647
|
+
type EntitiesListStyles = typeof styles$b;
|
|
1648
|
+
|
|
1649
|
+
declare const styles$a: {
|
|
1650
|
+
readonly "root": string;
|
|
1651
|
+
readonly "entity": string;
|
|
1652
|
+
readonly "entityText": string;
|
|
1653
|
+
readonly "iconWrapper": string;
|
|
1654
|
+
readonly "icon": string;
|
|
1655
|
+
readonly "iconClicked": string;
|
|
1656
|
+
};
|
|
1657
|
+
|
|
1658
|
+
type EntitiesWidgetListStyles = typeof styles$a;
|
|
1647
1659
|
|
|
1648
1660
|
declare const styles$9: {
|
|
1649
1661
|
readonly "root": string;
|
|
@@ -1778,6 +1790,7 @@ type WidgetCustomStyles = {
|
|
|
1778
1790
|
Suggestion?: Partial<SuggestionStyles>;
|
|
1779
1791
|
SuggestionList?: Partial<SuggestionListStyles>;
|
|
1780
1792
|
Widget?: Partial<WidgetStyles>;
|
|
1793
|
+
EntitiesWidgetList?: Partial<EntitiesWidgetListStyles>;
|
|
1781
1794
|
};
|
|
1782
1795
|
type InputOverlayCustomStyles = {
|
|
1783
1796
|
CommandPalette?: Partial<CommandPaletteStyles>;
|